]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner.ly
dfd918ca41720dbf0cb22fd442503b74c0c01d68
[lilypond.git] / input / regression / trill-spanner.ly
1 \header {
2     texidoc = "Trill spanner"
3 }
4
5 \version "2.3.17"
6 \paper {
7     raggedright = ##T
8 }
9 \relative \new Voice {
10     << { c1 \startTrillSpan }
11        { s2. \grace { d16[\stopTrillSpan e] } } >>
12     c4 }