Comment #2 on issue 572 by paconet.org: Feature request: vertical
instrumentName alignment should ignore non-stafflike contexts
http://code.google.com/p/lilypond/issues/detail?id=572
% Also, this example includes a Lyrics context
% outside the staves, and the instrumentName is
% printed correctly.
\version "2.13.0"
upper = \relative c'' {
a1
}
lower = \relative c {
\clef bass
a1
}
theLyrics = \lyricmode {
Laaah
}
\score {
\new PianoStaff <<
\set PianoStaff.instrumentName = "Piano "
\new Staff = "upper" \upper
\new Staff = "lower" \new Voice = "lowerVoice" \lower
\new Lyrics \lyricsto "lowerVoice" \theLyrics
>>
}
--
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