]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-attachment-alignment.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / text-spanner-attachment-alignment.ly
index 4060ef4c56d06541ebf5da3aae2cc9d2945ced38..098ef131dbe4c417abd352bf69677aa0dc366e64 100644 (file)
@@ -9,15 +9,15 @@
   ragged-right = ##t
   }
 
-\version "2.16.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" } } 
    }
 >>