]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-beat-grouping.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / beam-beat-grouping.ly
index 720f7729067b820bc2b875f4db376b50d09e45ae..4f639f405cdb8ef15afbf3c78c143712f6572315 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.9.6"
+\version "2.13.4"
 
 
 \relative c'' {
   \time 5/16
-  \set beatGrouping = #'(2 3)
+  \set beatStructure = #'(2 3)
   c8[^"(2+3)" c16 c8]
-  \set beatGrouping = #'(3 2)
+  \set beatStructure = #'(3 2)
   c8[^"(3+2)" c16 c8]
 }