]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index c48f7c8737a39817aa6461edb4c35b716b769432..fd6121754b886eba6fcc2e0052b5ca4f606582c0 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.10.0"
+\version "2.19.21"
 
 \header {
 
-  texidoc = "Hyphens are print at the beginning of the line only when
+  texidoc = "Hyphens are printed at the beginning of the line only when
 they go past the first note. "
 
 }
@@ -20,19 +20,17 @@ they go past the first note. "
 
 
 <<
-  \new Staff \relative c'' {
-    \time 1/4 c16[ c c  c]
+  \new Voice \relative {
+    \time 1/4 c''16[ c c  c]
     \time 1/4
     c16[ c c c]
     \time 1/4
     r c16[ c c]
-
-  }
-  \new Lyrics \lyricmode {
+  } \addlyrics {
     bla16 -- bla -- bla -- bla --
     bla -- bla -- bla -- bla8 --
-    bla16 -- bla -- bla 
+    bla16 -- bla -- bla
   }
 >>
 
-  
+