]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
index b1a91cac88b228ae6bec958e02b9252b818e8206..fa1ea91899ccb9551e00dc3e5c69b0950ba82634 100644 (file)
@@ -1,21 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "really-simple, automatic-notation, rhythms, preparing-parts"
-
-%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c
-  texidocfr = "
-Voici comment initialiser arbitrairement une indication automatique de
-repère, qu'elle soit alphabétique ou numérique :
-
-"
-  doctitlefr = "Fixation arbitraire du numéro de repère de départ"
+  lsrtags = "automatic-notation, preparing-parts, really-simple, rhythms"
 
   texidoc = "
 This snippet demonstrates how to obtain automatic ordered rehearsal
@@ -25,7 +17,6 @@ marks, but from the letter or number desired.
   doctitle = "Forcing rehearsal marks to start from a given letter or number"
 } % begin verbatim
 
-
 \relative c'' {
   c1 \mark \default
   c1 \mark \default
@@ -47,4 +38,3 @@ marks, but from the letter or number desired.
   c1 \mark \default
   c1 \mark \default
 }
-