]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add a regression test for kneed beams on a compressed line.
authorJoe Neeman <joeneeman@gmail.com>
Mon, 6 Aug 2007 22:05:17 +0000 (08:05 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 6 Aug 2007 22:05:17 +0000 (08:05 +1000)
input/regression/spacing-knee-compressed.ly [new file with mode: 0644]

diff --git a/input/regression/spacing-knee-compressed.ly b/input/regression/spacing-knee-compressed.ly
new file mode 100644 (file)
index 0000000..5a77848
--- /dev/null
@@ -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