lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fix 1248 (issue3416045)


From: n . puttock
Subject: Re: Fix 1248 (issue3416045)
Date: Sat, 04 Dec 2010 00:27:01 +0000

LGTM.

BTW, while looking into this, I was a bit puzzled by the behaviour of
the identifier inside the \book block: it isn't a \bookpart unless it's
encapsulated in another \bookpart block since the parser makes no
distinction between \book and \bookpart identifiers: the regtest snippet
is functionally equivalent to the following:

mypart = \book {
 \relative c' {
 c1
 }
}

\book {
 \mypart
}

http://codereview.appspot.com/3416045/



reply via email to

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