lilypond-devel
[Top][All Lists]
Advanced

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

Re: Stops woodwind diagram info appearing on terminal (issue 5636048)


From: dak
Subject: Re: Stops woodwind diagram info appearing on terminal (issue 5636048)
Date: Mon, 06 Feb 2012 13:28:24 +0000


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/



reply via email to

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