]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/changing-form-of-multi--measure-rests.ly
LSR: Update.
[lilypond.git] / input / new / changing-form-of-multi--measure-rests.ly
diff --git a/input/new/changing-form-of-multi--measure-rests.ly b/input/new/changing-form-of-multi--measure-rests.ly
deleted file mode 100644 (file)
index 2803fc5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "2.12.0"
-\header {
-  lsrtags = "rhythms,tweaks-and-overrides"
-  texidoc = "
-If there are ten or fewer measures of rests, a series of longa
-and breve rests (called in German \"Kirchenpausen\" - church rests)
-is printed within the staff; otherwise a simple line is shown.
-This default number of ten may be changed by overriding the
-@code{expand-limit} property:
-"
-  doctitle = "Changing form of multi-measure rests"
-}
-
-\relative c'' {
-  \compressFullBarRests
-  R1*2 | R1*5 | R1*9
-  \override MultiMeasureRest #'expand-limit = #3
-  R1*2 | R1*5 | R1*9
-}