]> git.donarmstrong.com Git - lilypond.git/commit
Interpret #... inside of music lists as music instead of ignoring it
authorDavid Kastrup <dak@gnu.org>
Thu, 5 Jul 2012 10:24:19 +0000 (12:24 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 9 Jul 2012 05:44:52 +0000 (07:44 +0200)
commit65760f8486204ab98e75e14283df2873d1990234
treeb97c9cebfc8b790b6516f759ef003361829089c6
parent199b1b921ccddca6901b1e012465bc966128fc4e
Interpret #... inside of music lists as music instead of ignoring it

One consequence is that you get a warning for things like

\revert Score.BarLine #'space-alist #'cue-clef

which actually reverts the whole of space-alist, then ignores #'cue-clef.

Another is that things like $(set-accidental-style 'dodecaphonic)
can be written as #(set-accidental-style 'dodecaphonic) without
getting ignored in most situations.

Void expressions (like most definitions, or the result of calling
\void) are still silently ignored since they are regarded as
intentional.
lily/parser.yy