]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / regression / measure-grouping.ly
index ec2a008eadf74e0904cc6e3beb038e43ba1fcde6..64a1e8153d4a2539b51fd70875bc9bc39016c656 100644 (file)
@@ -2,32 +2,33 @@
 \header
 {
 
-    texidoc = "The @code{Measure_grouping_engraver} adds triangles and
+  texidoc = "The @code{Measure_grouping_engraver} adds triangles and
 brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.1.23"
+\version "2.10.0"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
-\score { \notes
+
 \context Staff
-        \relative c' {
-            #(set-time-signature 2 4) 
-            c8 a'4 a8~
-            #(set-time-signature 5 8 '(3 2)) 
-            a8 bes4 r8 bes8->
-            \time 2/4
-            c,8 g'4 g8~
-            #(set-time-signature 5 8 '(3 2)) 
-            g8 a4 g a4.->
-        }
-        \paper  {
-            raggedright = ##t
-            \translator { \StaffContext
-                          \consists "Measure_grouping_engraver"
-                          }
-            }
-        }
+\relative c' {
+  #(set-time-signature 2 4) 
+  c8 a'4 a8~
+  #(set-time-signature 5 8 '(3 2)) 
+  a8 bes4 r8 bes8->
+  \time 2/4
+  c,8 g'4 g8~
+  #(set-time-signature 5 8 '(3 2)) 
+  g8 a4 g a4.->
+}
+\layout  {
+  ragged-right = ##t
+  \context {
+    \Staff
+    \consists "Measure_grouping_engraver"
+  }
+}
+