]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen-break.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / lyric-hyphen-break.ly
index aa9c6ada7f665148528358d88b6faaa5cc421254..eba8af76ac49b9920b6603db5a0d4c27fb4558cc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.3.4"
 
 \header {
 
@@ -8,14 +8,14 @@ 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 \lyrics {
        bla16 -- bla -- bla -- bla --
        bla -- bla -- bla -- bla8 --
               bla16 -- bla -- bla 
@@ -24,8 +24,8 @@ r c16[ c c]
        indent = 0.0 \cm
        linewidth = 3.4 \cm
 
-       \translator {
-           \StaffContext \remove "Time_signature_engraver"
+       \context {
+           \Staff \remove "Time_signature_engraver"
        }
        
     }