How can LilyPond allow me to adjust various spacing between systems in a
piece without causing movement to any others since I already created staves
correctly using override in with command? I am not undertanding. Somewhere
in all my c's?

\version "2.19.82"
<<
  \relative c'
  \new Staff  { \repeat unfold 25 { c1 } e e e e e e e e e e e e e  }
  \relative c'
  \new Staff \with {
    \override VerticalAxisGroup.staff-staff-spacing.basic-distance = 20
  }
  { \repeat unfold 25 { c1 } c c c c c c c c c c c c c }
  \relative c'
  \new Staff  { \repeat unfold 25 { c1 } c c c c c c c c c c c c c }
>>

% so on

filehelp.png <http://lilypond.1069038.n5.nabble.com/file/t5625/filehelp.png>  



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

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

Reply via email to