]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-auto-stop.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / trill-spanner-auto-stop.ly
1 \version "2.19.21"
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 {
12   c''1\startTrillSpan
13   c1\startTrillSpan
14   c2\stopTrillSpan r
15 }