]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-simultaneous-rehearsal-marks.ly
CG: username isn't shown when pulling using ssh
[lilypond.git] / Documentation / snippets / creating-simultaneous-rehearsal-marks.ly
index 64fbef0c6ee70b6e110c1974cd38965e3f41fbba..bd4794ca1406fa64b9225a6cce1061a2f7dd4292 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.0"
 
 \header {
   lsrtags = "expressive-marks, text, tweaks-and-overrides"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   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
@@ -42,9 +45,12 @@ end of one system and the start of the following system.
   \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