From da653fe35a22219b04b1d31fc34d5341546465bd Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Wed, 14 Jan 2009 17:07:09 -0800 Subject: [PATCH] Add a regression test for bug 59. --- input/regression/rest-collision-note-duration.ly | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 input/regression/rest-collision-note-duration.ly 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} } >> +} -- 2.39.5