]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner-auto-stop.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / trill-spanner-auto-stop.ly
index cda0cc23a2b5ac269ee1aa56b64717df9413eea8..1a8c79edec2c864482a660679cdd469c63592b96 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.1"
+\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
 }