From: Joe Neeman Date: Thu, 15 Jan 2009 01:07:09 +0000 (-0800) Subject: Add a regression test for bug 59. X-Git-Tag: release/2.12.2-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=da653fe35a22219b04b1d31fc34d5341546465bd;p=lilypond.git Add a regression test for bug 59. --- diff --git a/input/regression/rest-collision-note-duration.ly b/input/regression/rest-collision-note-duration.ly new file mode 100644 index 0000000000..5ccce39650 --- /dev/null +++ b/input/regression/rest-collision-note-duration.ly @@ -0,0 +1,12 @@ +\version "2.12.2" + +\header { texidoc = +"Vertical rest positions in a multi-voice staff should obey the duration of +notes; this is, they shouldn't return to a default position too early. +" +} + +\relative c' { + << { g'1 g2 } \\ + { \repeat unfold 2 {r8 d4 d8 r d4 d8} } >> +}