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 -- View this message in context: http://lilypond.1069038.n5.nabble.com/increase-vertical-space-tp135579p135628.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