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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to