]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
index 7cbf84b7d266c297547610340ae01297e1025d9a..7304d1a9b395a6089e898a6fea26680b6f2e52ae 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% 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.12.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "automatic-notation, preparing-parts, really-simple, rhythms"
 
   texidoc = "
 This snippet demonstrates how to obtain automatic ordered rehearsal
@@ -14,6 +17,7 @@ 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
@@ -35,4 +39,3 @@ marks, but from the letter or number desired.
   c1 \mark \default
   c1 \mark \default
 }
-