lilypond-user
[Top][All Lists]
Advanced

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

Re: increase vertical space


From: Peter O'Doherty
Subject: Re: increase vertical space
Date: Wed, 31 Oct 2012 13:05:56 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

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
-> address@hidden
-> https://joindiaspora.com/people/70716
//=============================




reply via email to

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