]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index d1d05f48ccd7811fb041d0a63941823148421a3b..c48f7c8737a39817aa6461edb4c35b716b769432 100644 (file)
@@ -1,35 +1,38 @@
-\version "2.1.26"
+\version "2.10.0"
 
 \header {
 
-    texidoc = "Hyphens are print at the beginning of the line only when
+  texidoc = "Hyphens are print 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 Staff \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 {
+    bla16 -- bla -- bla -- bla --
+    bla -- bla -- bla -- bla8 --
+    bla16 -- bla -- bla 
+  }
+>>
+
+