Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 1861 by philehol...@googlemail.com: DynamicText attached to
spacer rest not correctly aligned
http://code.google.com/p/lilypond/issues/detail?id=1861
Reported by Xavier Scheuer:
Since Issue 620 is now fixed DynamicTextSpanner and Hairpin are now
correctly aligned when attached to spacer rests (e.g. in piano centered
dynamics).
It would be nice if DynamicText was also correctly aligned, which is
not the case now.
Here is a minimal example showing the difference of horizontal
alignment between dynamics attached to notes and attached to spacer
rests (within a Dynamics context).
\score {
<<
\new PianoStaff <<
\new Staff = "up" {
\clef treble
\relative c' {
c4\p c c\mp c |
c4\mf c c\f c |
<<
\repeat unfold 8 c4
\new Dynamics = "dynamics" \with {
alignBelowContext = "up"
} {
s4\p s s\mp s |
s4\mf s s\f s
}
>>
}
}
\new Staff = "down" {
\clef bass
\repeat unfold 16 c4
}
>>
>>
}
Attachments:
DynamicText.png 5.8 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond