]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
* lily/align-interface.cc, lily/axis-group-engraver.cc: spell
[lilypond.git] / input / regression / measure-grouping.ly
index 9d8b251f48b5bb0b915f26672f0b604adaa45a93..ec2a008eadf74e0904cc6e3beb038e43ba1fcde6 100644 (file)
@@ -1,14 +1,13 @@
-#(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.0"
+\version "2.1.23"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
@@ -16,13 +15,13 @@ of Steve Martland's Dance Works. "
 \context Staff
         \relative c' {
             #(set-time-signature 2 4) 
-            c8 a'4 a8-~
+            c8 a'4 a8~
             #(set-time-signature 5 8 '(3 2)) 
             a8 bes4 r8 bes8->
             \time 2/4
-            c,8 g'4 g8-~
+            c,8 g'4 g8~
             #(set-time-signature 5 8 '(3 2)) 
-            g8 a4 g a->
+            g8 a4 g a4.->
         }
         \paper  {
             raggedright = ##t