lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding a little horz. space between 2 bumping notes


From: Henrik Frisk
Subject: Re: Adding a little horz. space between 2 bumping notes
Date: Sat, 26 Aug 2006 23:37:42 +0200

Rick Hansen (aka RickH) <address@hidden> wrote:

> To see the change just add or remove th "\6" string indicator after
> the "f,," note and you'll see what happens.

It's not there...

You can increase the f's #'X-extent to add space after it. For example,
 \override NoteColumn #'X-extent = #'(4. . 4.) will add an fair amount
 of space.

varVoiceInner = \relative c'' {
%% \once \override StringNumber #'transparent = ##t
\once \override NoteColumn #'X-extent = #'(4. . 4.) 
<f,,>2 s2
}

/henrik




reply via email to

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