]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.34
authorfred <fred>
Sun, 24 Mar 2002 19:32:58 +0000 (19:32 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:32:58 +0000 (19:32 +0000)
src/inputstaff.cc

index 7fbc37dbac3976c01eac1a0a45dc62752d0888cc..952af6bd7106ba617acb369e0901727177b11d5c 100644 (file)
@@ -13,7 +13,7 @@
 #include "staff.hh"
 #include "complexstaff.hh"
 #include "lyricstaff.hh"
-#include "midistaff.hh"
+
 #include "lexer.hh"
 
 
@@ -38,8 +38,6 @@ Input_staff::parse(Score*score_l, Input_music *default_score_wide)
        p = new Complex_staff;
     else if (type == "lyric")
        p = new Lyric_staff;
-    else if (type == "midi")
-       p = new Midi_staff;
     else {
        error( "Unknown staff-type `" + type +"\'", defined_ch_c_l_ );
        exit( 1 );