]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3012: Flag an error for isolated post-events occuring in music lists
authorDavid Kastrup <dak@gnu.org>
Tue, 11 Dec 2012 09:20:20 +0000 (10:20 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 19 Dec 2012 17:56:22 +0000 (18:56 +0100)
commitd6d3b6b233e85027dc0b286e22fe9bd1dc430bc9
treeaa5896ef534826667355c70d51acdf8780d1da4d
parent87fd7fcfa8aba8bd985e7d093c429cb34b0e13c3
Issue 3012: Flag an error for isolated post-events occuring in music lists

These can happen when writing things like

c \tweak #'color #red -3

since at the current point of time a tweaked post-event is not
syntactically recognized as a post-event without leading -, like

c -\tweak #'color #red -3

While this restriction will at some time be removed, in the mean time
we want to have this problem flagged.
lily/parser.yy