]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/measure-counter.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / measure-counter.ly
index 42d9ceb5297d55b03d7b2d98210ae3c4351106cd..688ba96a071087d14fd380ef1bc0df2480980b65 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.6"
+\version "2.17.30"
 
 \header {
   lsrtags = "editorial-annotations, repeats, staff-notation, workaround"
@@ -27,7 +27,7 @@ transparent percent repeats.
   }
   \context Voice = "foo" {
     \set countPercentRepeats = ##t
-    \override PercentRepeat.transparent = ##t
+    \hide PercentRepeat
     \override PercentRepeatCounter.staff-padding = #1
     \repeat percent 4 { s1 }
   }