]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add regression test for bug 510: collisions with SpanBars.
authorJoe Neeman <joeneeman@gmail.com>
Sat, 26 Jan 2008 12:50:20 +0000 (13:50 +0100)
committerJoe Neeman <joeneeman@gmail.com>
Sat, 26 Jan 2008 12:50:20 +0000 (13:50 +0100)
input/regression/span-bar-spacing.ly [new file with mode: 0644]

diff --git a/input/regression/span-bar-spacing.ly b/input/regression/span-bar-spacing.ly
new file mode 100644 (file)
index 0000000..64ed1b3
--- /dev/null
@@ -0,0 +1,18 @@
+\header {
+  texidoc = "SpanBars participate in the horizontal collision system;
+the accidentals should not collide with the bar lines."
+}
+
+\version "2.11.34"
+
+upper = \relative c' {
+  \key f \minor \time 12/8 
+  r4. r8 r r r r r r r r 
+  e8 e e e e e e e e e e e 
+  e, e'! e! e! e! e! e! e! e! e! e! e!
+}
+
+lower = { R1. R1. R1. }
+
+\new PianoStaff << \new Staff \upper \new Staff \lower >>
+