From 65a7e757003d99dc75a667183901350fd441c427 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 2 Jan 2007 03:22:42 +0100
Subject: [PATCH] Fix measure-grouping.ly test

Put \consists before score. This puts the grouping signs in the
output, and fixes coverage of Lookup::triangle.

Conflicts:

	input/regression/measure-grouping.ly
---
 input/regression/measure-grouping.ly | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly
index d89f006030..1cf2c8d9bf 100644
--- a/input/regression/measure-grouping.ly
+++ b/input/regression/measure-grouping.ly
@@ -9,10 +9,16 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 \version "2.10.0"
 
+\layout  {
+  ragged-right = ##t
+}
 
 %% TODO: should have 2/4 + 5/8 time sig style.
 
-\context Staff
+\context Staff \with {
+    \consists "Measure_grouping_engraver"
+  }
+
 \relative c' {
   #(set-time-signature 2 4) 
   c8 a'4 a8~
@@ -23,11 +29,3 @@ brackets above beats when the beats of a time signature are grouped.  "
   #(set-time-signature 5 8 '(3 2)) 
   g8 a4 g a4.->
 }
-\layout  {
-  ragged-right = ##t
-  \context { \Staff
-	     \consists "Measure_grouping_engraver"
-	   }
-}
-
-
-- 
2.39.5