%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.14.2" \header { lsrtags = "repeats" %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Existen tres estilos distintos de repeticiones dobles para la primera y segunda vez, que se pueden ajustar utilizando @code{doubleRepeatType}. " doctitlees = "Establecer el tipo de repetición doble predeterminado para la primera y segunda vez" %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 texidocfr = " LilyPond dispose de trois différents styles de barre pour indiquer une succession de reprises. Vous devez opter pour un style par défaut, à l'aide de la propriété @code{doubleRepeatType}. " doctitlefr = "Succession de reprise et style de barre par défaut" 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 = #":|:" \repeat volta 1 { c1 } \set Score.doubleRepeatType = #":|.|:" \repeat volta 1 { c1 } \set Score.doubleRepeatType = #":|.:" \repeat volta 1 { c1 } }