]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-attachment-alignment.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / text-spanner-attachment-alignment.ly
index 8d7754356e39406cf136c1d6347e5e4cb22ff451..4060ef4c56d06541ebf5da3aae2cc9d2945ced38 100644 (file)
@@ -9,10 +9,10 @@
   ragged-right = ##t
   }
 
-\version "2.11.51"
+\version "2.16.0"
 <<
    \new Staff {
-    \override TextSpanner #'bound-details #'left #'text = "*"
+    \override TextSpanner #'(bound-details left text) = "*"
       c'16 \startTrillSpan c' c' c' \stopTrillSpan 
       c'16 \startTextSpan c' c' c' \stopTextSpan 
    }