bug-lilypond
[Top][All Lists]
Advanced

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

Issue 719 in lilypond: New Version statement not accepted


From: codesite-noreply
Subject: Issue 719 in lilypond: New Version statement not accepted
Date: Thu, 01 Jan 2009 23:37:51 +0000

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




reply via email to

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