summaryrefslogtreecommitdiff
path: root/input/regression/beam-beat-grouping.ly
diff options
context:
space:
mode:
Diffstat (limited to 'input/regression/beam-beat-grouping.ly')
-rw-r--r--input/regression/beam-beat-grouping.ly6
1 files changed, 3 insertions, 3 deletions
diff --git a/input/regression/beam-beat-grouping.ly b/input/regression/beam-beat-grouping.ly
index 8af2e93ec7..8137ffd06a 100644
--- a/input/regression/beam-beat-grouping.ly
+++ b/input/regression/beam-beat-grouping.ly
@@ -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]
}