X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fforcing-hyphens-to-be-shown.ly;h=cf44f33171a49e94bbcfd0134c6c79a4ba9b5f25;hb=f1b23dd196d0fe5b47f3baf6bf6b9afccf81adef;hp=894863a2269c8c9b9d590aaa669382fca90e4130;hpb=580faff1d6167b1500228dc5c5ae073dca0ead40;p=lilypond.git diff --git a/Documentation/snippets/forcing-hyphens-to-be-shown.ly b/Documentation/snippets/forcing-hyphens-to-be-shown.ly index 894863a226..cf44f33171 100644 --- a/Documentation/snippets/forcing-hyphens-to-be-shown.ly +++ b/Documentation/snippets/forcing-hyphens-to-be-shown.ly @@ -1,23 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.39" +\version "2.18.0" \header { lsrtags = "vocal-music" -%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94 - texidoces = " - -Si LilyPond no cree que haya sitio suficiente para un guión separador -de sílabas, lo omitirá. Se puede sobreescribir este comportamiento -con la propiedad @code{minimum-distance} de @code{LyricHyphen}. - -" - doctitlees = "Forzar la visibilidad de los guiones separadores de sílabas" - - - texidoc = " If LilyPond does not think there is space for a hyphen, it will be omitted. The behaviour can be overridden with the @@ -35,10 +26,10 @@ omitted. The behaviour can be overridden with the } \addlyrics { syl -- lab word word - \override LyricHyphen #'minimum-distance = #1.0 + \override LyricHyphen.minimum-distance = #1.0 syl -- lab word word - \override LyricHyphen #'minimum-distance = #2.0 + \override LyricHyphen.minimum-distance = #2.0 syl -- lab word word - \revert LyricHyphen #'minimum-distance + \revert LyricHyphen.minimum-distance syl -- lab word word }