lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3728 in lilypond: Patch: Allow score and book identifiers at top level, and score identifiers in book(part)s
Date: Sun, 16 Feb 2014 17:51:00 +0000

Updates:
        Status: Fixed
        Labels: Fixed_2_18_1

Comment #7 on 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

Pushed to stable/2.18 as
commit 02b7647f225c62a788740494fa564b0806b21985
Author: David Kastrup <address@hidden>
Date:   Sat Dec 14 22:33:53 2013 +0100

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.

commit 923b0cb91606f4faece147b3166045529c164d9f
Author: David Kastrup <address@hidden>
Date:   Sat Dec 14 22:29:12 2013 +0100

    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.


--
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]