X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-beat-grouping.ly;h=508f20dbfeadb62390744ea5fd5e89e2cbd58add;hb=872300537d86f90335650c60be304be7e24d88a7;hp=e3af9219b52c7c851e42343dfdf0f43b2f86f18f;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/beam-beat-grouping.ly b/input/regression/beam-beat-grouping.ly index e3af9219b5..508f20dbfe 100644 --- a/input/regression/beam-beat-grouping.ly +++ b/input/regression/beam-beat-grouping.ly @@ -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.14.0" \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] }