On 11/7/05, Erik Sandberg <[EMAIL PROTECTED]> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to