From 7e42944c6240166ec9f82977da41394a1610b076 Mon Sep 17 00:00:00 2001
From: John Mandereau <john.mandereau@gmail.com>
Date: Wed, 27 Aug 2008 13:43:39 +0200
Subject: [PATCH] Fix regression test compilation

---
 input/regression/beatGrouping.ly | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/input/regression/beatGrouping.ly b/input/regression/beatGrouping.ly
index 136f9473f9..1020d4216a 100644
--- a/input/regression/beatGrouping.ly
+++ b/input/regression/beatGrouping.ly
@@ -10,10 +10,10 @@ Otherwise, it will break beams according to beatLength."
   \time 12/16
 
   % default beatLength is 1/16; beatGrouping for this time is '()
-  b16 b b b b b b b b b b b ; beatlength is used to breatk these beams
+  b16 b b b b b b b b b b b % beatlength is used to breatk these beams
   % use beatGrouping to get 1/8 groups
   \set Timing.beatGrouping = #'(2 2 2 2 2 2) % 6*2 = 12 so beatGrouping applies
-  b16 b b b b b b b b b b b  ;  beam groups are 1/8
+  b16 b b b b b b b b b b b  %  beam groups are 1/8
   % use beatLength to get 1/8 groups -- beatGrouping no longer applies
   \set Score.beatLength = #(ly:make-moment 2 16 )  % 12*2/16 = 24/16
                                                    % bad beatGrouping; use
-- 
2.39.5