X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmeasure-counter.ly;h=42d9ceb5297d55b03d7b2d98210ae3c4351106cd;hb=01df8ad908c92687d0c352e5ad5f067e52809423;hp=b9fa3002a7c5880d2ee53bccbaab27701eef4103;hpb=a229fafa17dfdc0638326fab4368fffcfbf38d2a;p=lilypond.git diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly index b9fa3002a7..42d9ceb529 100644 --- a/Documentation/snippets/measure-counter.ly +++ b/Documentation/snippets/measure-counter.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.17.6" \header { lsrtags = "editorial-annotations, repeats, staff-notation, workaround" @@ -27,8 +27,8 @@ transparent percent repeats. } \context Voice = "foo" { \set countPercentRepeats = ##t - \override PercentRepeat #'transparent = ##t - \override PercentRepeatCounter #'staff-padding = #1 + \override PercentRepeat.transparent = ##t + \override PercentRepeatCounter.staff-padding = #1 \repeat percent 4 { s1 } } >>