]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-beat-grouping.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-beat-grouping.ly
index 8af2e93ec7bb871e7162e106cbd8d4cc902f671d..8137ffd06ab5f87ed8c28ea82e183364bf8a82ac 100644 (file)
@@ -7,13 +7,13 @@ signature. "
 \layout {
   ragged-right = ##t
   }
-\version "2.19.21"
+\version "2.19.40"
 
 
 \relative {
   \time 5/16
-  \set beatStructure = #'(2 3)
+  \set beatStructure = 2,3
   c''8[^"(2+3)" c16 c8]
-  \set beatStructure = #'(3 2)
+  \set beatStructure = 3,2
   c8[^"(3+2)" c16 c8]
 }