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: Tue, 30 Oct 2012 16:08:50 -0700 (PDT)

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)))
> 
> see also:
> http://lilypond.org/doc/v2.16/Documentation/notation-big-page#explicit-staff-and-system-positioning
> 
> Please note that the Syntax for that will probably change soonish.
> 
> Example:
> 
> \version "2.16.0"
> 
> musI = \relative c' {
>   \repeat "unfold" 6 { c4 d e f }
>   \break
>           \overrideProperty #"Score.NonMusicalPaperColumn"
>             #'line-break-system-details #'((alignment-distances . (30)))
>   \repeat "unfold" 38 { c4 d e f }
>   \bar "|."
> }
> 
> musII = \relative c' {
>   \repeat "unfold" 44 { c4 d e f }
> }
> 
> \score {
>         <<
>         \new Staff \musI
>         \new Staff \musII
>         >>
> }

crazy! I didn't know about that!

great!!! (or + xxx)

Eluze



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



reply via email to

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