X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fforcing-hyphens-to-be-shown.ly;h=3d809dfc2196cb6949741b50bbf19f858682955d;hb=f80f8678b39c5bc7da16668d4052514b8d07b281;hp=9aad994fbde0da787e99c9e2b3117a97544a873c;hpb=1c122290caffd067b81c60a18c97e61d1c6b209e;p=lilypond.git diff --git a/Documentation/snippets/forcing-hyphens-to-be-shown.ly b/Documentation/snippets/forcing-hyphens-to-be-shown.ly index 9aad994fbd..3d809dfc21 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 +%% 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.20" +\version "2.17.15" \header { lsrtags = "vocal-music" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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 @@ -27,6 +18,7 @@ omitted. The behaviour can be overridden with the doctitle = "Forcing hyphens to be shown" } % begin verbatim + \relative c'' { c32 c c c c32 c c c @@ -35,10 +27,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 }