]> git.donarmstrong.com Git - lilypond.git/commitdiff
regression test for line thickness consistency.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 25 Jul 2007 07:43:16 +0000 (00:43 -0700)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 25 Jul 2007 07:43:16 +0000 (00:43 -0700)
input/regression/markup-line-thickness.ly [new file with mode: 0644]

diff --git a/input/regression/markup-line-thickness.ly b/input/regression/markup-line-thickness.ly
new file mode 100644 (file)
index 0000000..13ee3f1
--- /dev/null
@@ -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
+}