]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-beat-grouping.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-beat-grouping.ly
index 2be98d88bdf9fe0f89acb426031d3f23d33d606c..8137ffd06ab5f87ed8c28ea82e183364bf8a82ac 100644 (file)
@@ -1,19 +1,19 @@
 \header {
 
   texidoc = "Default beaming patterns can be set for the current time
-signature by @code{\\setBeatGrouping}. "
+signature. "
   }
 
 \layout {
   ragged-right = ##t
   }
-\version "2.13.4"
+\version "2.19.40"
 
 
-\relative c'' {
+\relative {
   \time 5/16
-  \setBeatGrouping  #'(2 3)
-  c8[^"(2+3)" c16 c8]
-  \setBeatGrouping  #'(3 2)
+  \set beatStructure = 2,3
+  c''8[^"(2+3)" c16 c8]
+  \set beatStructure = 3,2
   c8[^"(3+2)" c16 c8]
 }