]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-grace.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / trill-spanner-grace.ly
1 \header {
2     texidoc = "Trill spanner can end on a grace note"
3 }
4
5 \version "2.10.0"
6 \layout {
7     ragged-right = ##T
8 }
9 \relative \new Voice {
10     << { c1 \startTrillSpan }
11        { s2. \grace { d16[\stopTrillSpan e] } } >>
12     c4 }