]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index b978584c854e403725c1dd61da311ad6940e42d8..c78cd759c4087574218c4061ced48201e786c7f7 100644 (file)
@@ -1,35 +1,37 @@
-\version "2.3.17"
+\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 {
-<<     \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 
-       }>>
-    \paper   {
-       indent = 0.0 \cm
-       linewidth = 3.4 \cm
-
-       \context {
-           \Staff \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 
+  }
+>>
+  \layout   {
+    indent = 0.0 \cm
+    line-width = 3.4 \cm
+
+    \context {
+      \Staff \remove "Time_signature_engraver"
     }
-      
-}
+  }
+  
+
 
-       
+