http://codereview.appspot.com/4373046/diff/12002/ly/event-listener.ly
File ly/event-listener.ly (right):

http://codereview.appspot.com/4373046/diff/12002/ly/event-listener.ly#newcode102
ly/event-listener.ly:102: #(define (print-line engraver values)
If you make `values' a `rest' argument you won't need to call print-line
with a list, i.e.,

(print-line engraver . values)

then

(print-line engraver
            "rest"
            (ly:duration->string

etc.

http://codereview.appspot.com/4373046/

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

Reply via email to