lilypond-user
[Top][All Lists]
Advanced

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

note column and dots


From: James Bailey
Subject: note column and dots
Date: Sun, 28 Mar 2010 14:24:51 +0200

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
   }
>>





reply via email to

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