lilypond-user
[Top][All Lists]
Advanced

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

Re: Can an identifier contain a \score?


From: Mark Cookson
Subject: Re: Can an identifier contain a \score?
Date: Mon, 7 Nov 2005 17:14:59 +0000



On 11/7/05, Erik Sandberg <address@hidden> wrote:


\score blocks can not be surrounded by { }. Try

foo = \score { ... }

--
Erik

Thanks for the reply Erik. I'm afraid I'm being a little dense, but although...


\book { \header {title = "Grade 5 Scales"}
\score {\new Staff{c d e}}
 }


...works fine, when I try to rearrange it to...


foo = \score {\new staff{c d e}}

\book { \header {title = "Grade 5 Scales"}
\foo
 }

...I still get an error message: syntax error,  unexpected SCORE_IDENTIFIER \foo

Mark



reply via email to

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