]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hara-kiri-pianostaff.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / hara-kiri-pianostaff.ly
index 3ddc31cc941f1e1c4f4c1cd3c6d140db5285ecb5..187dc6bb9c39006ce1b44de2408eb4d67d5a21fa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.4.0"
 
 \header { texidoc =
 
@@ -18,17 +18,17 @@ alignment; this should not confuse the mechanism.
          
 }
 
-\paper { raggedright= ##t }
+\layout { raggedright= ##t }
 
        
-\score { \notes \transpose c c''
+\score {  \transpose c c''
  \context PianoStaff <<
    \new Staff {  c4 c c c \break  s1 \break c4 c c c \break c c c c}
    \new Staff {  d4 d d d s1 s1 s1 s1 }
    \new Staff {  e4 e e e s1 e4 e e e s1 }
  >>
- \paper {
-  \translator {
+ \layout {
+  \context {
    \RemoveEmptyStaffContext
   }
  }