[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: left offsetting dotted note leaves dot unmoved
From: |
Simon Albrecht |
Subject: |
Re: left offsetting dotted note leaves dot unmoved |
Date: |
Mon, 5 Oct 2015 09:45:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
Hi Marten,
On 05.10.2015 03:09, Marten wrote:
Hi all,
I'm trying to left offset a dotted note in a CueVoice, but although the
note is shifted left as expected, the dot is not moved left.
How can I make the dot go left as well?
I’d have liked to suggest
%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
myMusic = <<
{ \voiceOne g2 }
\new CueVoice {
\voiceTwo
\once\override NoteColumn.force-hshift = #-5 g2.
}
>>
\score {
\new Voice { \relative c'' \myMusic }
\layout {
\context {
\Staff
\remove "Dot_column_engraver"
}
\context {
\Voice
\consists "Dot_column_engraver"
}
\context {
\CueVoice
\consists "Dot_column_engraver"
}
}
}
%%%%%%%%%%%%%%%%%
– but it doesn’t work, unfortunately.
To everybody: should we consider this a bug?
In the meantime: \once\override Dots.extra-offset. Not nice, but effective.
Yours, Simon