bug-lilypond
[Top][All Lists]
Advanced

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

Re: PreviousMusic


From: Erik Sandberg
Subject: Re: PreviousMusic
Date: Sat, 14 May 2005 00:21:39 +0200
User-agent: KMail/1.7.2

On Friday 13 May 2005 21.17, Fairchild wrote:
> Further experimentation finds
> a b                       not acceptable
> { a b }                  acceptable
> \score { a b }        not acceptable
> \score { { a b } }  acceptable

This gives a hint about what it is about: The syntax of \score is:
\score {
 <music expression>
 <optional paper, header, layout and midi blocks>
}

Since "a b" is two separate expressions, while {a b} is one expression, only 
the latter one is OK.

You could say that in \score { { a b } }, the inner braces have a very 
different meaning than the outer ones.

Erik




reply via email to

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