X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-percent-count-visibility.ly;h=9a1e69b4ec35bca12634b40b1749903f5549f67c;hb=7515e9c36a25c513f94c19a7b3d15ff17ba68a84;hp=39e3fddb4094d78b3b183a4cb78a4150385e33f4;hpb=1d4e8083422321e7e4a6d92d1ed99980a4cbf5f6;p=lilypond.git diff --git a/input/regression/repeat-percent-count-visibility.ly b/input/regression/repeat-percent-count-visibility.ly index 39e3fddb40..9a1e69b4ec 100644 --- a/input/regression/repeat-percent-count-visibility.ly +++ b/input/regression/repeat-percent-count-visibility.ly @@ -1,4 +1,4 @@ -\version "2.11.64" +\version "2.19.21" \header { texidoc = " Percent repeat counters can be shown at regular @@ -6,10 +6,10 @@ intervals by setting @code{repeatCountVisibility}. " } -\relative c'' { +\relative { \set countPercentRepeats = ##t \set repeatCountVisibility = #(every-nth-repeat-count-visible 5) - \repeat percent 10 { c1 } \break + \repeat percent 10 { c''1 } \break \set repeatCountVisibility = #(every-nth-repeat-count-visible 2) \repeat percent 6 { c1 d1 } }