Status: Accepted
Owner: ----
Labels: Type-Documentation Priority-Medium
New issue 1303 by v.villenave: Consecutive TrillSpanners may be chained or
stacked, depending on the syntax.
http://code.google.com/p/lilypond/issues/detail?id=1303
As pointed out by Francisco as a comment in issue 1297, consecutive
trillspanners do not always align.
James had investigated this issue a while back:
http://lists.gnu.org/archive/html/lilypond-devel/2010-07/msg00121.html
%%%
\version "2.13.24"
\score {
\relative c''' {
c1\startTrillSpan
c1
a1\startTrillSpan
c1\stopTrillSpan
}
}
\score {
\relative c'' {
c1\startTrillSpan
c1
a1\startTrillSpan
c1\stopTrillSpan
}
}
\score {
\relative c' {
c1\startTrillSpan
c1
a1\startTrillSpan
c1\stopTrillSpan
}
}
Chances are this is but a Documentation problem. Or could the
behaviour/syntax itself be made more consistent?
Attachments:
jpgdqt60HxPs3.jpg 29.3 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond