]> 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 0fab71b2e81d126ecf06b4088d26b275f0c4af70..fd6121754b886eba6fcc2e0052b5ca4f606582c0 100644 (file)
@@ -1,37 +1,36 @@
-\version "2.7.13"
+\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. "
 
 }
 
 
+\layout   {
+  indent = 0.0 \cm
+  line-width = 3.4 \cm
+
+  \context {
+    \Staff \remove "Time_signature_engraver"
+  }
+}
+
+
+
 <<
-  \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
   }
 >>
-  \layout   {
-    indent = 0.0 \cm
-    linewidth = 3.4 \cm
-
-    \context {
-      \Staff \remove "Time_signature_engraver"
-    }
-  }
-  
 
 
-