]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-hyphen.ly
index bbff24560736b9c520496bed92cab1272b25effd..7fcc3a52588a1e4de02f553466ae81ab1c628e19 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
@@ -9,7 +9,7 @@
 
 \new Voice { c' (c') c'( c') }
 \addlyrics {
-  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  \override Lyrics.LyricSpace.minimum-distance = #5.0
   a -- b x -- y
 }