From 61a3e9e3b461ec4ce076de0f65e5b34c2a4898f2 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Tue, 10 Jul 2007 10:21:12 +1000 Subject: [PATCH] fix regression test so the extra space for a full bar is not included --- input/regression/spacing-bar-accidental.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } -- 2.39.5