]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / measure-grouping.ly
index b67dc479f318dd940087ee7219db0c9434255b99..45fd1db9ed8f2ff53bd91b456118b771cd0ec213 100644 (file)
@@ -1,3 +1,4 @@
+
 \header
 {
 
@@ -7,7 +8,7 @@ of Steve Martland's Dance Works. "
 
 }
 
-\version "1.7.6"
+\version "1.9.1"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
@@ -15,18 +16,19 @@ 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->
         }
         \paper  {
-            linewidth = -1.0 
+            raggedright = ##t
             \translator { \StaffContext
                           \consists "Measure_grouping_engraver"
                           }
             }
         }
+