From: Joe Neeman Date: Sat, 26 Jan 2008 12:50:20 +0000 (+0100) Subject: Add regression test for bug 510: collisions with SpanBars. X-Git-Tag: release/2.11.38-1~13^2~4^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=84a91b592a6eaa9e8dc5007fa55d689da882605b;p=lilypond.git Add regression test for bug 510: collisions with SpanBars. --- diff --git a/input/regression/span-bar-spacing.ly b/input/regression/span-bar-spacing.ly new file mode 100644 index 0000000000..64ed1b3a14 --- /dev/null +++ b/input/regression/span-bar-spacing.ly @@ -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 >> +