lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3728 in lilypond: Patch: Allow score and book iden


From: lilypond
Subject: [Lilypond-auto] Issue 3728 in lilypond: Patch: Allow score and book identifiers at top level, and score identifiers in book(part)s
Date: Sat, 14 Dec 2013 21:39:15 +0000

Status: Started
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 3728 by address@hidden: 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]