lilypond-user
[Top][All Lists]
Advanced

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

Re: Actually forcing some horizontal space between two notes


From: Kieren MacMillan
Subject: Re: Actually forcing some horizontal space between two notes
Date: Wed, 4 Jan 2017 08:20:38 -0500

Hi all,

>> It would be very useful sometimes to be able to tell Lilypond something
>> like: "Regardless of any other considerations, make sure that the
>> second note is at least 3 staff-spaces to the right of the first note."
>> 
>> Can this be done?
> 
> Quite frankly: no, currently not, or I’d be very surprised about depths so 
> hidden that nobody yet came up and told us about them.

Is this not what you’re talking about?

\version "2.19.25"

test = {
 c''4 4 4 4
 \override NoteHead.extra-spacing-width = #'(0 . 10)
 c''4 4 4 4
}

\score { \test }

Hope that helps,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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