From: Joe Neeman Date: Tue, 10 Jul 2007 00:21:12 +0000 (+1000) Subject: fix regression test so the extra space for a full bar is not included X-Git-Tag: release/2.11.28-1~21^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61a3e9e3b461ec4ce076de0f65e5b34c2a4898f2;p=lilypond.git fix regression test so the extra space for a full bar is not included --- diff --git a/input/regression/spacing-bar-accidental.ly b/input/regression/spacing-bar-accidental.ly index 5a34a107d7..340fc41e69 100644 --- a/input/regression/spacing-bar-accidental.ly +++ b/input/regression/spacing-bar-accidental.ly @@ -15,9 +15,9 @@ \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print \override Score.NonMusicalPaperColumn #'layer = #2 - \time 1/4 + \time 2/4 \stemUp - s4 - c4 - cis4 + s2 + c4 r4 + cis4 r4 }