On 10/31/2012 12:57 PM, Eluze wrote:
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)))
Thanks.
This works but it effects all the staves from this point onwards not
just the one immediately below - I have a score with 6 staves per system
and the clashing only occurs between two specific staves. Is this doable?
this function takes a list as argument, so you can enter

\overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details
#'((alignment-distances . (30 12 )))

where 12 is the default vertical spacing between staves (I believe) - in
this example the 2nd staff will have a distance of 30 spaces and the
following ones 12 again.

Eluze

Oh, that's lovely!
Thanks a lot.
Peter

--
//=============================
-> Peter O'Doherty
-> http://www.peterodoherty.net
-> m...@peterodoherty.net
-> https://joindiaspora.com/people/70716
//=============================


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

Reply via email to