]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-context-textspan.ly
Issue 4974/3: edits to tests and changes.tely
[lilypond.git] / input / regression / dynamics-context-textspan.ly
index 1b7faf07161be5f2f1224a99ab52b78ddf0af1a8..3243105bf5d89c16a8b16dff584a801ed05ceb91 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.14.0"
+\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
   }
 >>