]> 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 824fadbe4d122a290919ceae0c29cfd50a8bfca3..5551a36b1c47ba673ba16a54281213389520a7df 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.13.20"
+\version "2.18.0"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "automatic-notation, preparing-parts, really-simple, rhythms"
 
   texidoc = "
 This snippet demonstrates how to obtain automatic ordered rehearsal
@@ -22,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
@@ -33,6 +36,5 @@ marks, but from the letter or number desired.
   c1 \mark \default
   c1 \mark \default
   c1 \mark \default
-  c1 \mark \default
+  c1
 }
-