]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-full-rest.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / text-spanner-full-rest.ly
index 615555a496b423eddc07c8dea721c277b6c581b5..b54af7d58c58e62ef06d20692c3c703d281ff4da 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.2"
+\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
 }