diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-07-25 00:43:16 -0700 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-07-25 00:43:16 -0700 |
commit | 8ef7420ea73c329d58e24e2152aa81fe7b8cd0e8 (patch) | |
tree | e4dc0149d8db6c301d0467514c72fe517af06358 | |
parent | 3e02f75937ff93f4005d737c38506314d88239d3 (diff) |
regression test for line thickness consistency.
-rw-r--r-- | input/regression/markup-line-thickness.ly | 16 |
1 files changed, 16 insertions, 0 deletions
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 +} |