]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / measure-grouping.ly
index 4ced5bc7285ac4df282ceb51680f93b6037c64bb..a416e5a8bbe001be210c877d154a28e85d8c2ec9 100644 (file)
@@ -1,13 +1,14 @@
+
 \header
 {
 
-    texidoc = "The Measure_grouping_engraver adds triangles and
+    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. "
 
 }
 
-\version "1.7.6"
+\version "2.1.7"
 
 
 %% TODO: should have 2/4 + 5/8 time sig style.
@@ -15,19 +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"
                           }
             }
         }
-%% new-chords-done %%
+