I reported the same thing at the end of last year, see http://lists.gnu.org/archive/html/lilypond-user/2009-12/msg00507.html and http://lists.gnu.org/archive/html/lilypond-user/2009-12/msg00528.html. I used \once \override Dots #'extra-offset to move the dot back to where I expected it to be.

Nick

On 28/03/10 23:24, James Bailey wrote:
Why does the dot move in this example?
\new Staff <<
   {
      \voiceOne
      \once \override NoteColumn #'force-hshift = #3
      a8 g a2.
   }
   \new Voice {
      \voiceTwo
      a2. a4
   }
>>

Curiously, it doesn't move in this example:
\new Staff <<
   {
      \voiceTwo
      \once \override NoteColumn #'force-hshift = #3
      a8 g a2.
   }
   \new Voice {
      \voiceOne
      a2. a4
   }
>>



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to