]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/grouping-beats.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / input / lsr / grouping-beats.ly
index ee1af2a7b70cd24654e60fda4f43ce550d5d40cc..bf31bee503619638621fa5757072bb9542912d19 100644 (file)
@@ -29,9 +29,10 @@ Beaming patterns may be altered with the @code{beatGrouping} property:
 
 \relative c'' {
   \time 5/16
+  #(override-auto-beam-setting '(end * * 5 16) 5 16)
   \set beatGrouping = #'(2 3)
-  c8[^"(2+3)" c16 c8]
+  c8^"(2+3)" c16 c8
   \set beatGrouping = #'(3 2)
-  c8[^"(3+2)" c16 c8]
+  c8^"(3+2)" c16 c8
 }