]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-hyphens-to-be-shown.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / forcing-hyphens-to-be-shown.ly
index 3a2a0df20d2d85d1c7a42a5625a00c3def6023e5..6ab4f3706fd8c802af1ccb10a13c4d51a19e3053 100644 (file)
@@ -4,23 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.17.6"
 
 \header {
   lsrtags = "vocal-music"
 
-%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345
-  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
@@ -30,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
@@ -38,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
 }