lilypond-user
[Top][All Lists]
Advanced

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

Re: Manually aligning notes


From: Trevor Daniels
Subject: Re: Manually aligning notes
Date: Fri, 14 Dec 2012 22:52:43 -0000

Hilary Snaden wrote Friday, December 14, 2012 10:12 PM

>I need to move the last d in this snippet to the *right* to avoid it 
> colliding with the fis4 in the other voice. Inserting something like 
> "\once \override NoteColumn #'force-hshift = #2" after the tie doesn't 
> move it at all. Is there a way of moving it?
> 
> << { \stemDown fis2 _~ fis4 e } \\ { d2 ~ d } >>

Well, adding \shiftOn will do it:

<< { \stemDown \shiftOn fis2 _~ fis4 e } \\ { d2 ~ d } >>

but is this choice of voices optimum?

Trevor


reply via email to

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