lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] IR 3 Backend: More auto-sorting.


From: Neil Puttock
Subject: Re: [PATCH] IR 3 Backend: More auto-sorting.
Date: Fri, 24 Jul 2009 22:19:37 +0100

2009/7/24 Mark Polesky <address@hidden>:
> Okay to apply?

Not quite:

+                          (map ref-ify

indentation

+                               (sort

whitespace/indentation

+                                 (map symbol->string
+                                      (hashq-ref iface->grob-table
+                                                 (car interface)
+                                                 '()))
+                                 ly:string-ci<?)))))

                        (reverse ifaces)))
+        (ifacedoc (sort

missing ref-ify
indentation

+                    (map (lambda (iface)
+                           (if (pair? iface)
+                               (symbol->string (car iface))
+                               (ly:error (_ "pair expected in doc ~s") name)))
+                         ifaces)
+                    ly:string-ci<?))

Regards,
Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]