bug-lilypond
[Top][All Lists]
Advanced

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

Issue 572 in lilypond: Feature request: vertical instrumentName alignme


From: codesite-noreply
Subject: Issue 572 in lilypond: Feature request: vertical instrumentName alignment should ignore non-stafflike contexts
Date: Tue, 05 Feb 2008 03:36:01 -0800

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




reply via email to

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