Phil Burfitt wrote
> Hi,
> 
> If I have two or more scores on the same page, how can I setup different 
> system-system spacing for each?
> 
> I've searched the documentation on this one without any success. 
> System-system spacing commands can be placed in a \paper block, but \paper 
> doesn't work inside a \score block and is global.
> 
> \paper{}
> \score{}
> \paper{}
> \score{}
> 
> uses the last \paper{} for both... and I can't find any system-system 
> spacing commands for \layout blocks.

since there is no code attached to show more exactly what you want I can
only guess:

\layout {
  \context {
    \Staff
    \override VerticalAxisGroup.default-staff-staff-spacing =
#'((basic-distance . 2) (minimum-distance . 2) (padding . 1))
  }
}

you can also define the VerticalAxisGroup in the \with block of each Staff
inividually

does this help?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Individually-system-spacing-multiple-scores-tp146701p146707.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