Issue 670: chained trills don't always work
http://code.google.com/p/lilypond/issues/detail?id=670
New issue report by lemzwerg:
\version "2.11.56"
\header { texidoc = "
Trill chains must work as expected:
@itemize @bullet
@item
The trill should either end directly before the next trill or the bar
line.
@item
@code{\stopTrillSpan} should give the same result if applied to either a
note or a rest.
@item
Trill chains shouldn't overlap horizontally.
@end itemize
" }
\relative {
f1 ~ \startTrillSpan |
f1 |
g1 ~ \stopTrillSpan \startTrillSpan |
g |
R1 \stopTrillSpan |
\break
f1 ~ \startTrillSpan |
f1 |
g1 ~ \stopTrillSpan \startTrillSpan |
g |
f1 \stopTrillSpan |
\break
f2 \startTrillSpan a' ~ \stopTrillSpan \startTrillSpan |
a2 f, \stopTrillSpan |
\break
r2
g8[ \pitchedTrill f] ~ \startTrillSpan g
f[ \pitchedTrill g] ~ \stopTrillSpan \startTrillSpan a |
g8[ f] ~ \stopTrillSpan f2. |
}
\layout {
\context {
\Staff
\remove "Time_signature_engraver"
}
}
\paper {
indent = 0\cm
}
Attachments:
trill-chain.png 11.1 KB
Issue attributes:
Status: Accepted
Owner: lemzwerg
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond