]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-auto-stop.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / trill-spanner-auto-stop.ly
1 \version "2.14.0"
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 }