lilypond-user
[Top][All Lists]
Advanced

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

Re: How to move a note just a little


From: Partitura Organum
Subject: Re: How to move a note just a little
Date: Thu, 4 May 2017 22:04:38 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0



On 4-5-2017 09:02, Malte Meyn wrote:
You should move the \voiceThree before the d,8. Then you can use
force-hshift, f. e.

tenor = \relative c'  {
   \global
   a4. \voiceThree \once \override NoteColumn.force-hshift = 0.5 d,8 d2
}

bass = \relative c   {
   \global \clef bass
   a8 d d \once \override NoteColumn.force-hshift = 0.5 d g,2
}


That works beautifully. Clearly I had not though of applying the force-shift to both notes at the same time.
Thanks!

Regards,
Auke




reply via email to

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