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: Malte Meyn
Subject: Re: How to move a note just a little
Date: Thu, 4 May 2017 09:02:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0


Am 04.05.2017 um 07:47 schrieb Engraver:
> 
> tenor = \relative c'  {
>   \global 
>   a4. d,8 \voiceThree d2 
> }
> 

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
}



reply via email to

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