]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index fb109c5914fc76ac28cb5f6f1b26414f598f7111..7c1a9d93a269fd0b0e3d2aeecbaf269d2f71dea4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.4.0"
 
 \header {
 
@@ -8,24 +8,24 @@ they go past the first note. "
     }
 
 \score {
-<<    \notes \new Staff \relative c'' { \time 1/4 c16[ c c  c]
+<<     \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]
 
 }
-    \lyrics \new Lyrics {
+     \new Lyrics \lyricmode {
        bla16 -- bla -- bla -- bla --
        bla -- bla -- bla -- bla8 --
               bla16 -- bla -- bla 
        }>>
-    \paper   {
+    \layout   {
        indent = 0.0 \cm
        linewidth = 3.4 \cm
 
        \context {
-           \StaffContext \remove "Time_signature_engraver"
+           \Staff \remove "Time_signature_engraver"
        }
        
     }