]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / setting-the-double-repeat-default-for-volte.ly
diff --git a/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly b/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly
deleted file mode 100644 (file)
index 8a75151..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "2.14.0"
-\header {
-  lsrtags = "repeats"
-  texidoc = "There are three different styles of double repeats for
-volte, that can be set using @code{doubleRepeatType}."
-
-  doctitle = "Setting the double repeat default for volte"
-}
-
-
-\relative c'' {
-  \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|:"
-  \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|.|:"
-  \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|.:"
-  \repeat volta 1 { c1 }
-}