]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner.ly
Imported sources
[lilypond.git] / input / regression / text-spanner.ly
index f3afaf96d54275267b153d099526c81abf5b6a5c..24f79f7a6eea894002226225200455932c032d73 100644 (file)
@@ -1,16 +1,18 @@
-\version "1.7.16"
 
-% text spanners should not repeat start text when broken
+\version "2.1.7"
+\header {
+texidoc= "Text spanners should not repeat start text when broken."
+}
 
 \score {
   \notes \relative c'' {
     \property Voice.crescendoText = #"cresc."
     \property Voice.crescendoSpanner = #'dashed-line
     c1\< c \break
-    c1 \!c \break
+    c1 c\! \break
     }
   \paper {
     linewidth = 40*\staffspace
   }
 }
-%% new-chords-done %%
+