lilypond-user
[Top][All Lists]
Advanced

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

Don't understand this error


From: Patrick Karl
Subject: Don't understand this error
Date: Sun, 13 Nov 2011 10:45:40 -0600

The following snippet:

\version "2.14.2"
notes = \relative b' {a b c d}

\score {\new Staff { \notes }
        \layout { }
}

\break

\score {\new Staff { \transpose c c' \notes }
        \layout { }
}

generates the following error:

        test.ly:10:0: error: syntax error, unexpected \score, expecting 
\addlyrics

and, at the end of the console log:

error: failed files: "test.ly"

Can anyone explain this error?  Or, how to find the problem in the docs?

BTW, even in the face of this error, the pdf output is correct.

Thanks.




reply via email to

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