]> 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>
Thu, 19 Dec 2013 11:13:55 +0000 (12:13 +0100)
commit19625d063f3c3a9cf005966284e5aa055c8767e2
treee1ea2741b7c9ca027b753f08c4b5f41a0d00a3d0
parent1d058d8401274f7238fce0448ef079739e134ee4
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