]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.78
authorfred <fred>
Sun, 24 Mar 2002 19:49:35 +0000 (19:49 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:49:35 +0000 (19:49 +0000)
Documentation/lilyliterature.pod
make/Template.make
mi2mu/my-midi-lexer.cc

index a4abb247a50010004ed6fc7e33cfc3330126f1f6..1ea51c9b450457798b765e6eec7ac3a946d918b5 100644 (file)
@@ -41,6 +41,9 @@ New York.
 [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
 
index 7293362324fd3750cf2dc4ed8e9fede2d5be622f..4c8a67f14f57dc7b8af296feb2c642aa6952cb27 100644 (file)
@@ -24,7 +24,7 @@ include ./$(depth)/make/Variables.make
 #
 NAME = ...
 MODULE_NAME = 
-include ./$(depth)/$(NAME)/.version
+include ./$(depth)/$(NAME)/VERSION
 
 build = $(outdir)/.build #????!
 #
index 967bc858d9b601c70b92342c7ebbe43fa21caea2..c1ec9627a466d2782d4b15bb9078875aab3ba3d4 100644 (file)
@@ -16,7 +16,7 @@ My_midi_lexer* midi_lexer_l_g = 0;
 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;