]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-beat-grouping.ly
Issue 4722 Introduce new markup-command draw-squiggle-line.
[lilypond.git] / input / regression / beam-beat-grouping.ly
index e3af9219b52c7c851e42343dfdf0f43b2f86f18f..8af2e93ec7bb871e7162e106cbd8d4cc902f671d 100644 (file)
@@ -1,18 +1,19 @@
 \header {
 
-  texidoc = "Beaming patterns obey the @code{beatGrouping} property. "
+  texidoc = "Default beaming patterns can be set for the current time
+signature. "
   }
 
 \layout {
   ragged-right = ##t
   }
-\version "2.12.0"
+\version "2.19.21"
 
 
-\relative c'' {
+\relative {
   \time 5/16
-  \set beatGrouping = #'(2 3)
-  c8[^"(2+3)" c16 c8]
-  \set beatGrouping = #'(3 2)
+  \set beatStructure = #'(2 3)
+  c''8[^"(2+3)" c16 c8]
+  \set beatStructure = #'(3 2)
   c8[^"(3+2)" c16 c8]
 }