Comment #4 on issue 2076 by [email protected]: Doc: improve NR 1.6.3 Instrument
names (better to use \with )
http://code.google.com/p/lilypond/issues/detail?id=2076
Huh?!?!
You are wildly mixing the context mod and the music.
<<
\new Staff \with { instrumentName = "Flute" }
{
f2 g4 f
}
\new Staff \with {
instrumentName = \markup \center-column {
Clarinet
\line { "in B" \smaller \flat }
}
}
{
c4 b c2
}
And there is no problem wrapping this in relative or not, as you like.
I also don't see the excessiveness in the next example once you add the
missing open and closing braces for the enclosed music.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond