]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-retain.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / lyric-hyphen-retain.ly
index 9428c029ab418baf6bfde09a599d4671731e0bc2..6a45c767d9381b223f61670335728a841eefc57c 100644 (file)
@@ -14,7 +14,7 @@ effect of a setting is delayed is one syllable."
 
 }
 
-\version "2.16.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
 }