From: Han-Wen Nienhuys Date: Wed, 25 Jul 2007 07:43:16 +0000 (-0700) Subject: regression test for line thickness consistency. X-Git-Tag: release/2.11.29-1~40^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8ef7420ea73c329d58e24e2152aa81fe7b8cd0e8;p=lilypond.git regression test for line thickness consistency. --- diff --git a/input/regression/markup-line-thickness.ly b/input/regression/markup-line-thickness.ly new file mode 100644 index 0000000000..13ee3f1084 --- /dev/null +++ b/input/regression/markup-line-thickness.ly @@ -0,0 +1,16 @@ +\version "2.11.28" + +\header { + + texidoc = "The thickness setting between markup lines and other + lines is consistent." + +} + +\new Staff { + \override TextSpanner #'bound-details #'right #'text = + #(markup #:draw-line '(0 . -1)) + \override TextSpanner #'thickness = #2 + c'4 \startTextSpan + c'4 \stopTextSpan +}