http://codereview.appspot.com/5636048/diff/1/Documentation/snippets/new/woodwind-diagrams-key-lists.ly
File Documentation/snippets/new/woodwind-diagrams-key-lists.ly (right):

http://codereview.appspot.com/5636048/diff/1/Documentation/snippets/new/woodwind-diagrams-key-lists.ly#newcode16
Documentation/snippets/new/woodwind-diagrams-key-lists.ly:16:
#(print-keys-verbose 'piccolo (current-error-port))
This is ugly and tiresome to change.  Why don't you wrap the whole
kaboodle in
#(with-output-to-port (current-error-port)
  (lambda ()
    (print-keys-verbose 'flute)
    (print-keys-verbose 'flute-b-extension)
...

I'd probably even do a for-each around the various instruments, but then
the snippet would not really look
all that instructive anymore.

http://codereview.appspot.com/5636048/

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

Reply via email to