]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/setting-the-double-repeat-default-for-volte.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / setting-the-double-repeat-default-for-volte.ly
index e36d5f988737c4598523b8a1560ce19b2f8e9bef..40ce83508c0d421efbf501dec448ebc87ab00062 100644 (file)
@@ -1,21 +1,25 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.26
-\version "2.13.29"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.18.0"
+
 \header {
   lsrtags = "repeats"
-  texidoc = "There are three different styles of double repeats for
-volte, that can be set using @code{doubleRepeatType}."
 
+  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"
 } % begin verbatim
 
-
-
 \relative c'' {
   \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|:"
+  \set Score.doubleRepeatType = #":..:"
   \repeat volta 1 { c1 }
   \set Score.doubleRepeatType = #":|.|:"
   \repeat volta 1 { c1 }