]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-simultaneous-rehearsal-marks.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / creating-simultaneous-rehearsal-marks.ly
index 866749b8300503411b6dab5ce9b0b8c7f5706bf7..f8bc4f20d1a76473157ca441d5058816b687dadf 100644 (file)
@@ -1,32 +1,21 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
   lsrtags = "expressive-marks, text, tweaks-and-overrides"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
-  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
-crea un objeto @code{RehearsalMark}.  Utilizando un compás y línea
-divisoria invisibles se puede crear una nueva marca de ensayo,
-dando la apariencia de dos marcas en la misma columna.
-
-Este método también puede resultar útil para colocar marcas de
-ensayo tanto al final de un sistema como al comienzo del sistema
-siguiente.
-
-"
-  doctitlees = "Creación de marcas de ensayo simultáneas"
-
   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"
@@ -39,12 +28,15 @@ end of one system and the start of the following system.
   \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
   \once \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
   \mark \markup { \bold { Senza denti } }
-  
+
   % the hidden measure and bar line
+  % \cadenzaOn turns off automatic calculation of bar numbers
+  \cadenzaOn
   \once \override Score.TimeSignature #'stencil = ##f
   \time 1/16
   s16 \bar ""
-  
+  \cadenzaOff
+
   \time 4/4
   \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
   \mark \markup { \box \bold Intro }