From: Joe Neeman Date: Mon, 6 Aug 2007 22:05:17 +0000 (+1000) Subject: Add a regression test for kneed beams on a compressed line. X-Git-Tag: release/2.11.30-1~24^2^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=16bd955663d821d7826c04cb2d160e6e6325265f;p=lilypond.git Add a regression test for kneed beams on a compressed line. --- diff --git a/input/regression/spacing-knee-compressed.ly b/input/regression/spacing-knee-compressed.ly new file mode 100644 index 0000000000..5a77848059 --- /dev/null +++ b/input/regression/spacing-knee-compressed.ly @@ -0,0 +1,18 @@ +\version "2.11.28" + +\header { + texidoc = "Spacing corrections for kneed beams still work when compression is involved." +} + +\paper { line-width = 14.4 \cm } +rh = \change Staff = "rh" +lh = \change Staff = "lh" +\new PianoStaff << + \new Staff ="rh" { + s1*3 + } + \new Staff ="lh" { + \clef bass + \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak} + } +>> \ No newline at end of file