From: fred Date: Sun, 24 Mar 2002 19:32:58 +0000 (+0000) Subject: lilypond-0.0.34 X-Git-Tag: release/1.5.59~5320 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=266885e39faea3825acacf200f6211d340b4ad4b;p=lilypond.git lilypond-0.0.34 --- diff --git a/src/inputstaff.cc b/src/inputstaff.cc index 7fbc37dbac..952af6bd71 100644 --- a/src/inputstaff.cc +++ b/src/inputstaff.cc @@ -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 );