]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-context-textspan.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-context-textspan.ly
index 87d48afad5ec22f3a15b3c18c625b85c1ca2b6fa..3243105bf5d89c16a8b16dff584a801ed05ceb91 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.13.9"
+\version "2.19.21"
 
 \header {
   texidoc = "Text spanners work in the @code{Dynamics} context."
 }
 
 <<
-  \new Staff \relative c' {
-    c1 | c
+  \new Staff \relative {
+    c'1 | c
   }
   \new Dynamics {
-    \override TextSpanner #'(bound-details left text) = #"rit."
+    \override TextSpanner.bound-details.left.text = #"rit."
     s1\startTextSpan
     s1\stopTextSpan
   }
-  \new Staff \relative c' {
-    c1 | c
+  \new Staff \relative {
+    c'1 | c
   }
 >>