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.

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

Reply via email to