Originally created by: *anonymous
Originally created by: brownian.box@gmail.com
Reported by Reinhold Kainhofer,
http://lists.gnu.org/archive/html/bug-lilypond/2011-09/msg00123.html :
%------------------8<-------------------------
\version "2.15.12"
% Dynamics on chords with a notehead to the left
% and to the right of the stem align differently
% than when there are only noteheads to the right
\score {
<<
\new Staff \relative c'' { <c d>2\pp }
\new Staff \relative c'' { <c e>2\pp }
>>
}
%------------------8<-------------------------
Originally posted by: tdanielsmusic
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
Originally posted by: janek.li...@gmail.com
Fascinating!
Well, i think it should align the dynamic as if there were no suspended notes.
Janek
Originally posted by: janek.li...@gmail.com
(No comment was entered for this change.)
Mergedinto: 2245
Status: Duplicate