X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-beat-grouping.ly;h=8137ffd06ab5f87ed8c28ea82e183364bf8a82ac;hb=980df8c5df55556b784d573f1c3d16bb9c8f3ab8;hp=e3af9219b52c7c851e42343dfdf0f43b2f86f18f;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/input/regression/beam-beat-grouping.ly b/input/regression/beam-beat-grouping.ly index e3af9219b5..8137ffd06a 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.19.40" -\relative c'' { +\relative { \time 5/16 - \set beatGrouping = #'(2 3) - c8[^"(2+3)" c16 c8] - \set beatGrouping = #'(3 2) + \set beatStructure = 2,3 + c''8[^"(2+3)" c16 c8] + \set beatStructure = 3,2 c8[^"(3+2)" c16 c8] }