]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/percent-repeat-count-visibility.ly
LSR: Update.
[lilypond.git] / input / new / percent-repeat-count-visibility.ly
diff --git a/input/new/percent-repeat-count-visibility.ly b/input/new/percent-repeat-count-visibility.ly
deleted file mode 100644 (file)
index 3ae1e12..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\version "2.12.0"
-\header {
-  lsrtags = "repeats, tweaks-and-overrides"
-  texidoc = "
-Percent repeat counters can be shown at regular intervals by setting
-the context property @code{repeatCountVisibility}.
-"
-  doctitle = "Percent repeat count visibility"
-}
-
-\relative c'' {
-  \set countPercentRepeats = ##t
-  \set repeatCountVisibility = #(every-nth-repeat-count-visible 5)
-  \repeat percent 10 { c1 } \break
-  \set repeatCountVisibility = #(every-nth-repeat-count-visible 2)
-  \repeat percent 6 { c1 d1 }
-}