]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner-auto-stop.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / trill-spanner-auto-stop.ly
index 22bee2755cc8d4a15162b3c711a67c0ffd296006..1a8c79edec2c864482a660679cdd469c63592b96 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc = "Consecutive trill spans work without explicit
 @code{\\stopTrillSpan} commands, since successive trill spanners
@@ -8,8 +8,8 @@ will automatically become the right bound of the previous trill.
 
 \paper { ragged-right = ##f }
 
-\relative c'' {
-  c1\startTrillSpan
+\relative {
+  c''1\startTrillSpan
   c1\startTrillSpan
   c2\stopTrillSpan r
 }