]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index 0a95242c023e16a78e6e82d74c65bb2892e5fe4b..fd6121754b886eba6fcc2e0052b5ca4f606582c0 100644 (file)
@@ -1,35 +1,36 @@
-\version "2.1.22"
+\version "2.19.21"
 
 \header {
 
-    texidoc = "Hyphens only print at the beginning of the line, when
+  texidoc = "Hyphens are printed at the beginning of the line only when
 they go past the first note. "
 
-    }
+}
 
-\score {
-<<    \notes \new Staff \relative c'' { \time 1/4 c16[ c c  c]
-\time 1/4
-c16[ c c c]
-\time 1/4
-r c16[ c c]
 
+\layout   {
+  indent = 0.0 \cm
+  line-width = 3.4 \cm
+
+  \context {
+    \Staff \remove "Time_signature_engraver"
+  }
 }
-    \lyrics \new Lyrics {
-       bla16 -- bla -- bla -- bla --
-       bla -- bla -- bla -- bla8 --
-              bla16 -- bla -- bla 
-       }>>
-    \paper   {
-       indent = 0.0 \cm
-       linewidth = 3.4 \cm
-
-       \translator {
-           \StaffContext \remove "Time_signature_engraver"
-       }
-       
-    }
-      
-}
 
-       
+
+
+<<
+  \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]
+  } \addlyrics {
+    bla16 -- bla -- bla -- bla --
+    bla -- bla -- bla -- bla8 --
+    bla16 -- bla -- bla
+  }
+>>
+
+