[This is as close to the ``standard'' reference work for music
notation issues as one is likely to get. MB]
+K. Hader. ``Aus der Werkstatt eines Notenstechers'' Waldheim--Eberle
+Verlag, Vienna 1948
+
MPA. Standard music notation specifications for computer programming.
December 1996
#
NAME = ...
MODULE_NAME =
-include ./$(depth)/$(NAME)/.version
+include ./$(depth)/$(NAME)/VERSION
build = $(outdir)/.build #????!
#
My_midi_lexer::My_midi_lexer( String &filename_str, Sources * sources )
{
source_file_l_ =sources->get_file_l(filename_str);
- switch_streams( source_file_l_->istream_l() );
+ switch_streams( source_file_l_->istream_l() ,0 );
errorlevel_i_ = 0;
char_count_ = 0;
running_status_i_ = 0;