lilypond-user
[Top][All Lists]
Advanced

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

Re: still no ultimate way to create three-staff piano layout


From: Karol Majewski
Subject: Re: still no ultimate way to create three-staff piano layout
Date: Sun, 10 Nov 2013 23:45:12 +0100

Thanks Eluze!

So this is how three-staff piano layout should look like:

\score {
  \new StaffGroup \with {
    systemStartDelimiter = #'SystemStartBrace
    \override VerticalAxisGroup #'staff-staff-spacing =
    #'((basic-distance . 9)
       (minimum-distance . 7)
       (padding . 1)
       (stretchability . 5))
  } <<
    \new PianoStaff \with {
      \remove "System_start_delimiter_engraver"
      \remove "Span_bar_engraver"
    } <<
      \new Staff = "right" \right
      \new Staff = "left" \left
      >>
    >>
    \new Staff = "leftExtra" \with {
      \RemoveEmptyStaves
      \override VerticalAxisGroup.remove-first = ##t
    } \leftExtra
  >>
}

-Karol





reply via email to

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