Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium
New issue 1444 by PhilEHolmes: Tremolo marks are wrongly positioned
http://code.google.com/p/lilypond/issues/detail?id=1444
With the following code:
\version "2.13.41"
\relative c' {
\repeat "tremolo" 8 { f16 b }
\repeat "tremolo" 8 { b16 e }
\repeat "tremolo" 8 { d16 g }
\repeat "tremolo" 8 { f16 b }
}
the positioning of the tremolo marks is inconsistent. With tremolos over
multiple notes:
\version "2.13.41"
\relative c' {
\repeat "tremolo" 4 { f16 a d a }
\repeat "tremolo" 4 { a16 b e b }
\repeat "tremolo" 4 { b d f d }
}
this leads to collisions.
Attachments:
TremoloBug.png 2.6 KB
MultiTrem.png 2.7 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond