]> 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 20f72ee2fc4e0bab08ccca2ad36278f5565027f8..098ef131dbe4c417abd352bf69677aa0dc366e64 100644 (file)
@@ -9,15 +9,15 @@
   ragged-right = ##t
   }
 
-\version "2.11.22"
+\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" } } 
    }
 >>