Updates:
        Status: Invalid

Comment #1 on issue 719 by reinhold.kainhofer: New Version statement not accepted
http://code.google.com/p/lilypond/issues/detail?id=719

The problem is not the version statement, but rather that you started a string with " a
few lines before, but never closed that string...

\new Staff {
\set Staff.instrumentName = "Markup \center-column {
Bassoon 1
}


As you can see, that instrumentName string is never closed. I suspect that you intended to write \markup\center-column{...} (i.e. no double quotes)? (Or simply "Bassoon 1",
which is not centered, though).


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to