lilypond-user
[Top][All Lists]
Advanced

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

Note shifting with multiple voices


From: nick . payne
Subject: Note shifting with multiple voices
Date: Wed, 11 Feb 2009 18:54:25 +1030

If I have the following:

%=============================
\version "2.12.2"

\relative c'' {
    << {
        d8. e16 c8. d16 b8. c16 a8. b16
    } \\ {
        c8[ b] b a a[ g] g f
    }
    >>
}
%=============================

Lilypond is alternately placing the dotted eighth notes in the upper voice to the left and then the right of the colliding eighth notes in the lower voice, rather than consistently placing them on one side. Its much easier to read if the offset is consistently to one side.

I tried using \override NoteCollision #'prefer-dotted-right = ##t but this made no difference. Is there any fix short of using a whole lot of manual \override NoteColumn #'force-hshift = #value (there a quite a number of bars like this in the piece).

Nick

Attachment: test.png
Description: PNG image


reply via email to

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