]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-full-rest.ly
Doc-es: various updates.
[lilypond.git] / input / regression / text-spanner-full-rest.ly
index 97e5be904b2f293f5c4e784db89d56cdd617ee81..b54af7d58c58e62ef06d20692c3c703d281ff4da 100644 (file)
@@ -1,12 +1,13 @@
-\version "2.15.2"
+\version "2.19.21"
 
 \header {
-  texidoc = "Text spanners ending on full-measure rests do
-not stop prematurely on preceding note heads."
+  texidoc = "Text spanners ending on, or broken across, full-measure
+rests extend to the rests, or over the rests, as appropriate."
 }
 
-\relative c'' {
-  a1\startTextSpan
-  b1
-  R1\stopTextSpan
+\layout { ragged-right = ##t }
+
+\relative {
+  a'1\startTextSpan b1 R1 \break
+  \tempo "tempo" R1 a1 b1 R1\stopTextSpan
 }