]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-full-rest.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / text-spanner-full-rest.ly
index 92e44cc1211db045ca6e9ceb610e2d8a3576210a..b54af7d58c58e62ef06d20692c3c703d281ff4da 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Text spanners ending on, or broken across, full-measure
@@ -7,7 +7,7 @@ rests extend to the rests, or over the rests, as appropriate."
 
 \layout { ragged-right = ##t }
 
-\relative c'' {
-  a1\startTextSpan b1 R1 \break
+\relative {
+  a'1\startTextSpan b1 R1 \break
   \tempo "tempo" R1 a1 b1 R1\stopTextSpan
 }