]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index e98f5791ce09670b00aa57295b646c363528dd1f..17fe46d16a10ea24ab05c969cf29aa3bc38ea2e1 100644 (file)
@@ -1,35 +1,36 @@
-\version "2.1.29"
+\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. "
 
-    }
+}
 
-\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
-
-       \context {
-           \StaffContext \remove "Time_signature_engraver"
-       }
-       
-    }
-      
-}
 
-       
+
+
+<<
+  \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]
+  } \addlyrics {
+    bla16 -- bla -- bla -- bla --
+    bla -- bla -- bla -- bla8 --
+    bla16 -- bla -- bla
+  }
+>>
+
+