]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3728: Allow score and book identifiers at top level, and score identifiers...
authorDavid Kastrup <dak@gnu.org>
Sat, 14 Dec 2013 21:33:53 +0000 (22:33 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 15 Feb 2014 18:13:25 +0000 (19:13 +0100)
commit02b7647f225c62a788740494fa564b0806b21985
treeb24e8ee663db716c3adaa115c5405fa959a31d79
parent923b0cb91606f4faece147b3166045529c164d9f
Issue 3728: Allow score and book identifiers at top level, and score identifiers in book(part)s

Instead of

xxx = \score { ... }
yyy = \book { ... }
\score { \xxx }
\book { \yyy }

you can now just write

xxx = \score { ... }
yyy = \book { ... }
\xxx
\yyy

Book and bookparts at top level are distinguished by virtue of only
books having a \paper block.
lily/parser.yy