X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcontrolling-spanner-visibility-after-a-line-break.ly;h=794b65b8205ee85d60fb973b8bcb3c6b3cc58a95;hb=5fed61cb3b4f254cac376555734bcf748573ea66;hp=e532cc7a0a4443d9ff047ca5527571c94ca26f10;hpb=9158bc17904d4dd930a1f776cfe3226f1ad84092;p=lilypond.git diff --git a/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly b/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly index e532cc7a0a..794b65b820 100644 --- a/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly +++ b/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly @@ -1,49 +1,30 @@ -% Do not edit this file; it is automatically -% generated from Documentation/snippets/new -% This file is in the public domain. -%% Note: this file works from version 2.13.1 -\version "2.13.31" +%% 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.16.0" \header { -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b + lsrtags = "expressive-marks, tweaks-and-overrides" - texidoces = " -La visibilidad de los objetos de extensión que acaban en la primera -nota después de un salto de línea está controlada por la función de -callback de @code{after-line-breaking} + texidoc = " +The visibility of spanners which end on the first note following a line +break is controlled by the @code{after-line-breaking} callback @code{ly:spanner::kill-zero-spanned-time}. -Para los objetos como los glissandos y los reguladores, el -comportamiento predeterminado es ocultar el objeto de extensión -después del salto; la inhabilitación de la función de callback hace -que el objeto de extensión roto por la izquierda pueda mostrarse. - -De forma inversa, los objetos de extensión que son visibles -normalmente, como los objetos de extensión de texto, se pueden -ocultar habilitando la función de callback. -" - - doctitlees = "Controlar la visibilidad de los objetos de - extensión después de un salto de línea" - - - lsrtags = "expressive-marks, tweaks-and-overrides" - texidoc = "The visibility of spanners which end on the first note -following a line break is controlled by the @code{after-line-breaking} -callback @code{ly:spanner::kill-zero-spanned-time}. - For objects such as glissandos and hairpins, the default behaviour is to hide the spanner after a break; disabling the callback will allow the left-broken span to be shown. -Conversely, spanners which are usually visible, such as text spans, -can be hidden by enabling the callback. -" +Conversely, spanners which are usually visible, such as text spans, can +be hidden by enabling the callback. +" doctitle = "Controlling spanner visibility after a line break" } % begin verbatim - \paper { ragged-right = ##t } \relative c'' { @@ -61,4 +42,3 @@ can be hidden by enabling the callback. \break f,1\!\stopTextSpan } -