]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / measure-grouping.ly
index 70c1baf8fa48ce84b01fbf1e58fda3de6979b39a..46e05be788a357cbce9a631776ae956f2e48ab1c 100644 (file)
@@ -1,18 +1,17 @@
-#(ly:set-option 'old-relative)
+
 \header
 {
 
-    texidoc = "The Measure_grouping_engraver adds triangles and
-brackets above beats when you set beatGrouping.  This shows a fragment
-of Steve Martland's Dance Works. "
+    texidoc = "The @code{Measure_grouping_engraver} adds triangles and
+brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "1.9.1"
+\version "2.4.0"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
-\score { \notes
+\score { 
 \context Staff
         \relative c' {
             #(set-time-signature 2 4) 
@@ -22,11 +21,11 @@ of Steve Martland's Dance Works. "
             \time 2/4
             c,8 g'4 g8~
             #(set-time-signature 5 8 '(3 2)) 
-            g8 a4 g a->
+            g8 a4 g a4.->
         }
-        \paper  {
+        \layout  {
             raggedright = ##t
-            \translator { \StaffContext
+            \context { \Staff
                           \consists "Measure_grouping_engraver"
                           }
             }