lilypond-user
[Top][All Lists]
Advanced

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

Re: note column and dots


From: Nick Payne
Subject: Re: note column and dots
Date: Mon, 29 Mar 2010 07:42:40 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

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





reply via email to

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