]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4296: Let \displayLilyMusic print even repeated durations
authorDavid Kastrup <dak@gnu.org>
Thu, 19 Feb 2015 12:37:37 +0000 (13:37 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 3 Mar 2015 22:38:55 +0000 (23:38 +0100)
commit5acdb37da47bf85c010e072b6e0dcdd1dfaf9c1f
tree82ec5aada7de379858b503ac32d786a3a06c3ac6
parent30773c8a2cca86f5f4a6d3c4e0ba4359e5d05f91
Issue 4296: Let \displayLilyMusic print even repeated durations

\displayLilyMusic { c4 c c c } now produces { c4 c4 c4 c4 } in order to
better match the content of the music rather than the shortest possible
input representation.
Documentation/changes.tely
Documentation/extending/scheme-tutorial.itely
Documentation/notation/input.itely
input/regression/display-lily-tests.ly
scm/define-music-display-methods.scm
scm/display-lily.scm
scm/music-functions.scm