lilypond-user
[Top][All Lists]
Advanced

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

Re: Note shifting with multiple voices


From: James E. Bailey
Subject: Re: Note shifting with multiple voices
Date: Wed, 11 Feb 2009 10:15:27 +0100

Not that this solves your particular problem, but it seems pretty consistent to me: when the upper note falls on a line, it's to the left, when it's on a space, to the right. Probably because of the dot. Actually, it is because of the dot placement. If you change d8. to d8~ d16, they are all always on the left.

El 11.02.2009, a las 09:24, address@hidden escribió:

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

<test.png>
_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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