]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
Fix 577.
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index 0fab71b2e81d126ecf06b4088d26b275f0c4af70..41cff57e68939f0bbaa84e4bae5b8a2744cd8fe5 100644 (file)
@@ -1,13 +1,24 @@
-\version "2.7.13"
+\version "2.10.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'' {
     \time 1/4 c16[ c c  c]
@@ -23,15 +34,5 @@ they go past the first note. "
     bla16 -- bla -- bla 
   }
 >>
-  \layout   {
-    indent = 0.0 \cm
-    linewidth = 3.4 \cm
-
-    \context {
-      \Staff \remove "Time_signature_engraver"
-    }
-  }
-  
-