]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-attachment-alignment.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / text-spanner-attachment-alignment.ly
index 942de5ff4d6dab44b3eeee2333a13f71374c4df1..098ef131dbe4c417abd352bf69677aa0dc366e64 100644 (file)
@@ -9,15 +9,15 @@
   ragged-right = ##t
   }
 
-\version "2.12.0"
+\version "2.17.6"
 <<
    \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 
    }
    \new Staff {
-     \override TextScript #'self-alignment-X = #RIGHT 
+     \override TextScript.self-alignment-X = #RIGHT 
      \repeat unfold 2 {c'4 _ \markup { "FAT" } } 
    }
 >>