]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-auto-stop.ly
36c21fdea20a5ef5b078c4a24cafceb4fd7a72c7
[lilypond.git] / input / regression / trill-spanner-auto-stop.ly
1 \version "2.12.3"
2 \header {
3   texidoc = "Consecutive trill spans work without explicit
4 @code{\\stopTrillSpan} commands, since successive trill spanners
5 will automatically become the right bound of the previous trill.
6 "
7 }
8
9 \paper { ragged-right = ##f }
10
11 \relative c'' {
12   c1\startTrillSpan
13   c1\startTrillSpan
14   c2\stopTrillSpan r
15 }