]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-line-thickness.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-line-thickness.ly
index 274e4f89b7a4f0bb6c51eb16a1e694ec9378806e..c226ae21dee18252594d4259e8a75c8c557a80a4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
 
@@ -8,9 +8,9 @@
 }
 
 \new Staff {
-  \override TextSpanner #'bound-details #'right #'text =
+  \override TextSpanner.bound-details.right.text =
         #(markup #:draw-line '(0 . -1))
-  \override TextSpanner #'thickness = #2
+  \override TextSpanner.thickness = #2
   c'4 \startTextSpan
   c'4 \stopTextSpan
 }