X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fsetting-the-double-repeat-default-for-volte.ly;h=40ce83508c0d421efbf501dec448ebc87ab00062;hb=d900000e63555ff30b74b50cc31a8d2a2cb63b6a;hp=655b7ca2d615a2be0d46fcbd6a3c59d4ada7b536;hpb=fd2281f0f742943398e0cf3b2b5ac8ee073792a9;p=lilypond.git diff --git a/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly index 655b7ca2d6..40ce83508c 100644 --- a/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly +++ b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly @@ -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.26" +%% 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 }