]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
Doc: update translation status
[lilypond.git] / Documentation / snippets / forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
index a35f4d7477c61e224ea1641979fc10b0b30b007d..5551a36b1c47ba673ba16a54281213389520a7df 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 {
-%% 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 = "preparing-parts, automatic-notation, really-simple, rhythms"
+  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
@@ -34,7 +25,7 @@ marks, but from the letter or number desired.
   c1 \mark \default
   c1 \mark \default
   c1 \mark \default
-  c1 \mark \default
+  c1
   \break
   \set Score.markFormatter = #format-mark-numbers
   c1 \mark #1
@@ -45,6 +36,5 @@ marks, but from the letter or number desired.
   c1 \mark \default
   c1 \mark \default
   c1 \mark \default
-  c1 \mark \default
+  c1
 }
-