lilypond-user
[Top][All Lists]
Advanced

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

Re: increase vertical space


From: Eluze
Subject: Re: increase vertical space
Date: Thu, 1 Nov 2012 01:51:12 -0700 (PDT)

Peter O'Doherty-2 wrote
>>> On 10/30/2012 11:43 PM, Thomas Morley wrote:
>>>> or
>>>>
>>>> if you want to affect only a single line of the score, use
>>>>
>>>> \overrideProperty #"Score.NonMusicalPaperColumn"
>>>>     #'line-break-system-details #'((alignment-distances . (30)))

after rethinking I wonder why one has to use such special functions -
doesn't LilyPond already do a good job on vertically spreading the systems
on one ore more pages.

I've constructed a small example where the default settings produce output
with different distances between staves to avoid collisions:

musI = \relative c' {
  \repeat "unfold" 6 { c4 d e f }
  \break
  \repeat "unfold" 6 { c4 d e f }
  \bar "|."
}
musII = \relative c' {
  \repeat "unfold" 6 { c,,4 d' e''' f,, }
  \repeat "unfold" 6 { c4 d e f }
}
\score {
  <<
    \new Staff \musI
    \new Staff \musII
    \new Staff \musI
    \new Staff \musI
    \new Staff \musI
    \new Staff \musI
  >>
}

please note the different distances in the 1st and 2nd system - do you have
an example where this doesn't work?

Eluze




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/increase-vertical-space-tp135579p135657.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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