Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_15_42
Comment #5 on issue 2637 by [email protected]: Patch: Interpret #... inside of
music lists as music instead of ignoring it
http://code.google.com/p/lilypond/issues/detail?id=2637
Pushed to staging as
commit 65760f8486204ab98e75e14283df2873d1990234
Author: David Kastrup <[email protected]>
Date: Thu Jul 5 12:24:19 2012 +0200
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.