karol wrote
> Hi,
> 
> I'm still working on ultimate three-staff piano layout. When I write
> piano-solo music it works fine. The problem occures when I add another
> StaffGroup:

you probably have to override the values for the staff grouper:

\score {
  <<
    \new StaffGroup \with {
      \override StaffGrouper.staffgroup-staff-spacing.basic-distance = #44
      systemStartDelimiter = #'SystemStartSquare
    }
    <<
      \new PianoStaff \with{
        \override StaffGrouper.staffgroup-staff-spacing.basic-distance = 55
      }
      <<
        \new Staff \music
        \new Staff \music
        \new Staff \music
      >>
      \new Staff \music
    >>
    \new StaffGroup <<
      \new Staff \music
      \new Staff \music
      \new Staff \music
    >>
  >>
}

does this work for you?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/still-no-ultimate-way-to-create-three-staff-piano-layout-tp153648p155355.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to