]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
* Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
[lilypond.git] / input / regression / measure-grouping.ly
index 45fd1db9ed8f2ff53bd91b456118b771cd0ec213..328a7ff0a43918e349665b361dffb31db146fa52 100644 (file)
@@ -2,13 +2,12 @@
 \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.3.2"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
@@ -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  {
             raggedright = ##t
-            \translator { \StaffContext
+            \context { \Staff
                           \consists "Measure_grouping_engraver"
                           }
             }