From 54dcd3180332289edd10c15264645c0b293b915b Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sat, 15 May 2010 23:23:52 +0100 Subject: [PATCH] Add regression test for #1056. --- input/regression/stem-length-estimation.ly | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 input/regression/stem-length-estimation.ly diff --git a/input/regression/stem-length-estimation.ly b/input/regression/stem-length-estimation.ly new file mode 100644 index 0000000000..9714f144ee --- /dev/null +++ b/input/regression/stem-length-estimation.ly @@ -0,0 +1,20 @@ +\version "2.13.22" + +\header { + texidoc = "Stems with overridden 'length should not confuse height estimation. +This example should fit snugly on one page. +" +} + +\paper { + #(set-paper-size "a6") + tagline = ##f + between-system-spacing #'padding = #1.20 +} + + +\new Voice { + \voiceTwo + \override Staff.Stem #'length = #0 + \repeat unfold 144 a +} -- 2.39.5