]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
index d3e00337e8296dbe0cf17d74c0cdce765919deb7..8c5aaa1e4a13de39d47885f7db6344d10574f243 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "really-simple, automatic-notation, preparing-parts, rhythms"
 
   texidoc = "
 This snippet demonstrates how to obtain automatic ordered rehearsal
@@ -17,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
@@ -38,4 +39,3 @@ marks, but from the letter or number desired.
   c1 \mark \default
   c1 \mark \default
 }
-