bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1911 in lilypond: dynamics on chords with notehead to left and


From: lilypond
Subject: Re: Issue 1911 in lilypond: dynamics on chords with notehead to left and right of stem are wrongly aligned
Date: Fri, 23 Sep 2011 23:23:48 +0000


Comment #1 on issue 1911 by address@hidden: dynamics on chords with notehead to left and right of stem are wrongly aligned
http://code.google.com/p/lilypond/issues/detail?id=1911

The alignment of dynamics against a chord depends on which note
appears first in the chord definition.
Here's the input, output attached.

\version "2.15.8"

% Dynamics on chords with a note head to the left and to the right of the
% stem align differently when the order of notes is changed
\score {
 <<
   \new Staff \relative c'' { <c d>2\pp }
   \new Staff \relative c'' { <d c>2\pp }
 >>
}

What should Lily do in this case?  Align to the stem?

Trevor



Attachments:
        misaligned.jpg  6.9 KB




reply via email to

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