X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-simultaneous-rehearsal-marks.ly;h=eefa6f59173c3c4750ea372e5aeccfe8963b1c9a;hb=d01d7bd0752a3d141de5a1fb2905d30efbcd8970;hp=d307e54269beca4e5b052c9cae75e4643c9d793e;hpb=162b5d842f34770c92b173878348a0afcc81f281;p=lilypond.git diff --git a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly index d307e54269..eefa6f5917 100644 --- a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly +++ b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly @@ -1,26 +1,14 @@ -%% 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.16" +\version "2.17.30" \header { lsrtags = "expressive-marks, text, tweaks-and-overrides" -%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549 - 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. @@ -36,21 +24,21 @@ end of one system and the start of the following system. { \key a \major \set Score.markFormatter = #format-mark-box-letters - \once \override Score.RehearsalMark #'outside-staff-priority = #5000 - \once \override Score.RehearsalMark #'self-alignment-X = #LEFT - \once \override Score.RehearsalMark #'break-align-symbols = #'(key-signature) + \once \override Score.RehearsalMark.outside-staff-priority = #5000 + \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 + \once \omit Score.TimeSignature \time 1/16 s16 \bar "" \cadenzaOff \time 4/4 - \once \override Score.RehearsalMark #'self-alignment-X = #LEFT + \once \override Score.RehearsalMark.self-alignment-X = #LEFT \mark \markup { \box \bold Intro } d'1 \mark \default