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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user