]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/volta-text-markup-using-repeatcommands.ly
Local updates to LSR July 2012
[lilypond.git] / Documentation / snippets / volta-text-markup-using-repeatcommands.ly
index 5f725fed886abe271e13c016f27c4403d3d961d6..4c2350c9f51433bd28ba12113208e049d84c3498 100644 (file)
@@ -1,25 +1,48 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.13.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "repeats, text"
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+La commande @code{\\repeat volta} permet d'indiquer facilement des
+reprises.  Il est certains cas où l'adjonction d'un texte sous forme de
+@code{\\markup} nécessite cependant de recourir à la propriété de
+contexte @code{repeatCommands}.
+
+Dans la mesure où l'argument de @code{repeatCommands} est constitué
+d'une liste, le plus simple est de définir le texte dans une variable
+qui sera ensuite incorporée dans la liste en respectant la syntaxe Scheme
+@code{#(list (list 'volta texteIdentificateur))}.  Les commandes de
+début et de fin de reprise peuvent s'ajouter séparément à la liste des
+éléments.
+
+"
+  doctitlefr = "Indication de reprise avec texte grâce à repeatCommands"
+
+  lsrtags = "text, repeats, symbols-and-glyphs"
 
   texidoc = "
 Though volte are best specified using @code{\\repeat volta}, the
 context property @code{repeatCommands} must be used in cases where the
 volta text needs more advanced formatting with @code{\\markup}.
 
+
 Since @code{repeatCommands} takes a list, the simplest method of
 including markup is to use an identifier for the text and embed it in
 the command list using the Scheme syntax @code{#(list (list 'volta
 textIdentifier))}. Start- and end-repeat commands can be added as
-separate list elements: 
+separate list elements:
 
 "
   doctitle = "Volta text markup using repeatCommands"
 } % begin verbatim
 
+
 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
 
 \relative c'' {