Status: Accepted
Owner: ----
Labels: Type-Crash
New issue 4132 by [email protected]: Lilypond crashes with
incorrect instrument name case
https://code.google.com/p/lilypond/issues/detail?id=4132
The following:
\new Staff \with {
instrumentName = #""
}
{
\set Staff.InstrumentName = \markup { Test }
c1
}
causes lily to crash on Windows. Replacing the initial upper case I with
the correct lower case one fixes this. However, Lily should not crash,
even with faulty syntax.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings