]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-simultaneous-rehearsal-marks.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / creating-simultaneous-rehearsal-marks.ly
index 5e3b1004a7f7765fd6d5c5d54c2304f8362824f5..223c9c93f765368a44e2ba2c63a0a9a207bbd51c 100644 (file)
@@ -1,12 +1,15 @@
-%% 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.13.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "expressive-marks, text, tweaks-and-overrides"
+  lsrtags = "text, tweaks-and-overrides, expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 A diferencia de las inscripciones de texto, las lestras de ensayo
 no se pueden apilar en un punto concreto de la partitura: sólo se
@@ -23,11 +26,11 @@ siguiente.
 
   texidoc = "
 Unlike text scripts, rehearsal marks cannot be stacked at a particular
-point in a score: only one @code{RehearsalMark} object is created. 
+point in a score: only one @code{RehearsalMark} object is created.
 Using an invisible measure and bar line, an extra rehearsal mark can be
 added, giving the appearance of two marks in the same column. This
 method may also prove useful for placing rehearsal marks at both the
-end of one system and the start of the following system. 
+end of one system and the start of the following system.
 
 "
   doctitle = "Creating simultaneous rehearsal marks"