]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / measure-grouping.ly
index 54b093f4c8f9249595c623f0df259096378ea13f..70ff1b85bbe81002de0c137f7f35ee9e7a3b6aa6 100644 (file)
@@ -3,16 +3,15 @@
 {
 
     texidoc = "The @code{Measure_grouping_engraver} adds triangles and
-brackets above beats when you set beatGrouping.  This shows a fragment
-of Steve Martland's Dance Works. "
+brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "1.9.8"
+\version "2.3.4"
 
 
 %% 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  {
             raggedright = ##t
-            \translator { \StaffContext
+            \context { \Staff
                           \consists "Measure_grouping_engraver"
                           }
             }