]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
*** empty log message ***
[lilypond.git] / input / regression / measure-grouping.ly
index 439f37af4a1d048d01a52731f235033b4be8f334..c598b74d4908cbe191e8a14b9b89d18891f471af 100644 (file)
@@ -3,15 +3,15 @@
 {
 
     texidoc = "The @code{Measure_grouping_engraver} adds triangles and
-brackets above beats when you set beatGrouping.  "
+brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.1.22"
+\version "2.3.22"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
-\score { \notes
+\score { 
 \context Staff
         \relative c' {
             #(set-time-signature 2 4) 
@@ -23,9 +23,9 @@ brackets above beats when you set beatGrouping.  "
             #(set-time-signature 5 8 '(3 2)) 
             g8 a4 g a4.->
         }
-        \paper  {
+        \layout  {
             raggedright = ##t
-            \translator { \StaffContext
+            \context { \Staff
                           \consists "Measure_grouping_engraver"
                           }
             }