Hi again,

I'd like to centre my systems vertically. Up to now the only options to 
manipulate the vertical features I use/know are
ragged-bottom = ##f or ##t in the \paper-Env or explicit 
system-system-spacings. But is there an option to keep the auto-distance that 
is used for ragged-bottom = ##t but all systems not top-aligned but 
centre-aligned?


\version "2.19.58"

\header { tagline = ##f }
\paper {
  ragged-bottom = ##f
  ragged-last-bottom = ##f
}

\score {
  <<
    \new Staff <<
      \repeat unfold 15 { c'4 c' c' c' }
    >>
    \new Staff {
      \repeat unfold 15 { d'4 d' d' d' }
    }
  >>
}

cheers Joei



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to