lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Center Systems


From: Johannes Roeßler
Subject: Center Systems
Date: Fri, 21 Apr 2017 12:59:24 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]