]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-retain.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-hyphen-retain.ly
index c49391d904ea4f6a95bbd3082b4c2b4f538c8e5c..6a45c767d9381b223f61670335728a841eefc57c 100644 (file)
@@ -9,12 +9,12 @@ property, but it may be shortened down to @code{minimum-length} in
 tight situations. If in this it still does not fit, the hyphen will be
 omitted.
 
-Like all overrides within @code{\lyricsto} and @code{\addlyrics}, the
+Like all overrides within @code{\\lyricsto} and @code{\\addlyrics}, the
 effect of a setting is delayed is one syllable."
 
 }
 
-\version "2.10.0"
+\version "2.17.6"
 
 \layout {
   ragged-right = ##t
@@ -35,10 +35,10 @@ effect of a setting is delayed is one syllable."
   syl -- lab word
 
   %% increase minimum-distance: forces more space, so hyphen reappears
-  \override LyricHyphen #'minimum-distance = #1.0
+  \override LyricHyphen.minimum-distance = #1.0
   syl -- lab word
 
   %% minimum-distance 0 for LyricSpace: this places words next to each other. 
-  \override LyricSpace #'minimum-distance = #0.0
+  \override LyricSpace.minimum-distance = #0.0
   syl -- lab word
 }