]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hara-kiri-pianostaff.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / hara-kiri-pianostaff.ly
index 89f92dc4ac8b672f1c180741607ec22398584990..7c01d8136e7f703697ce2218b2dc6b6e22f29364 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.23"
+\version "2.3.4"
 
 \header { texidoc =
 
@@ -21,14 +21,14 @@ alignment; this should not confuse the mechanism.
 \paper { 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 {
+  \context {
    \RemoveEmptyStaffContext
   }
  }