]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-retain.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-hyphen-retain.ly
index 9b965b0723d94b9b219940ca42f50d4075ec46b7..c19d42a2adcc70c06a7c527b506a7d98a9ac7442 100644 (file)
@@ -14,16 +14,16 @@ effect of a setting is delayed is one syllable."
 
 }
 
-\version "2.14.0"
+\version "2.19.21"
 
 \layout {
   ragged-right = ##t
 }
 
 
-\relative c'' {
+\relative {
   \time 2/4
-  c32 c c c 
+  c''32 c c c 
   c32 c c c 
   c32 c c c 
   c32 c c c 
@@ -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
 }