Issue 572: Feature request: vertical instrumentName alignment should
ignore non-stafflike contexts
http://code.google.com/p/lilypond/issues/detail?id=572
New issue report by v.villenave:
% It would be nice if the instrumentName for more than
% one staff were vertically centered before the staff-like contexts,
% and not counting not-stafflike contexts like
% lyrics/dynamics/pedals etc outside the staffs.
\version "2.11.37"
upper = \relative c'' {
a1
}
lower = \relative c {
\clef bass
a1
}
pedal = {
s1\sustainDown
}
\score {
\new PianoStaff <<
\set PianoStaff.instrumentName = "Piano "
\new Staff = "upper" \upper
\new Staff = "lower" \lower
\new Pedals = "pedal" \pedal
>>
\layout {
\context {
\type "Engraver_group"
\name Pedals
\consists "Output_property_engraver"
\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
\consists "Piano_pedal_engraver"
\consists "Skip_event_swallow_translator"
\consists "Axis_group_engraver"
}
\context {
\PianoStaff
\accepts Pedals
}
}
}
Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Enhancement Priority-Low
--
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