]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner-auto-stop.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / trill-spanner-auto-stop.ly
index 36c21fdea20a5ef5b078c4a24cafceb4fd7a72c7..1a8c79edec2c864482a660679cdd469c63592b96 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.3"
+\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
 }