lilypond-user
[Top][All Lists]
Advanced

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

Re: How to have separate \paper variables for different scores inthe sam


From: Phil Burfitt
Subject: Re: How to have separate \paper variables for different scores inthe same book?
Date: Fri, 20 Sep 2013 11:04:51 +0100

Hi Dominic,


I was curious to know whether there was a proper way to go about adjusting
system spacing on a score-by-score basis.


I believe it's currently not possible to have independent system-system-spacings for multiple scores on the same page. As a work-around you could add the following to each score and adjust the padding, unfold number and skip/space duration as needed....

\new Dynamics \with {
\override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'((padding . 4)) }
   { \repeat unfold 40 { s1_" " }
}



Phil.




reply via email to

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