2009/7/24 Mark Polesky <markpole...@yahoo.com>:
> 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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to