Status: Started
Owner: ----
Labels: Type-Enhancement Patch-new
New issue 3728 by [email protected]: Patch: Allow score and book identifiers at
top level, and score identifiers in book(part)s
http://code.google.com/p/lilypond/issues/detail?id=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.
Also contains commit:
Regularize score handling (origin and copying)
Scores get their origin set when score_body is called, and when encountered
in \xxx and constructs, are properly copied.
http://codereview.appspot.com/39320044
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings