]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index f2c94b9412ee272bdf579fadc933d47787368bf8..b1ecf25294bb301fd52d9a91e884a952b3922f22 100644 (file)
@@ -1,37 +1,36 @@
-\version "2.6.0"
+\version "2.14.0"
 
 \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'' {
+  \new Voice \relative c'' {
     \time 1/4 c16[ 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 
   }
 >>
-  \layout   {
-    indent = 0.0 \cm
-    linewidth = 3.4 \cm
-
-    \context {
-      \Staff \remove "Time_signature_engraver"
-    }
-  }
-  
-