]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-hyphens-to-be-shown.ly
Release: bump VERSION_DEVEL.
[lilypond.git] / Documentation / snippets / forcing-hyphens-to-be-shown.ly
index a3a110b5637b74d9c048131bd4f34d8373bbf54e..cf44f33171a49e94bbcfd0134c6c79a4ba9b5f25 100644 (file)
@@ -1,26 +1,14 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "vocal-music"
 
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  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
@@ -38,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
 }