X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcontrolling-spanner-visibility-after-a-line-break.ly;h=4464223214031490dd6805f22150c3a993f933fe;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=7e9312edb3e6fe9759d5033c570101c475123143;hpb=8f6e4647c475ad911e15fdc26493f77e6c4a6088;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 7e9312edb3..4464223214 100644 --- a/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly +++ b/Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly @@ -1,27 +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.16" +%% 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.14.2" \header { 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}. + + 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'' { @@ -39,4 +42,3 @@ can be hidden by enabling the callback. \break f,1\!\stopTextSpan } -