]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / text-spanner.ly
index 17c2713afc76eec5f965dce91cafcdbe904f2707..af435dd6a922dc0efba42c4ea36ffe5f249e9082 100644 (file)
@@ -1,14 +1,15 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \header {
-texidoc= "Text spanners should not repeat start text when broken"
+texidoc= "Text spanners should not repeat start text when broken."
 }
 
 \score {
-  \notes \relative c'' {
-    \property Voice.crescendoText = #"cresc."
-    \property Voice.crescendoSpanner = #'dashed-line
+   \relative c'' {
+    \set crescendoText = #"cresc."
+    \set crescendoSpanner = #'dashed-line
     c1\< c \break
-    c1 \!c \break
+    c1 c\! \break
     }
   \paper {
     linewidth = 40*\staffspace