]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-output.cc
release: 0.0.65
[lilypond.git] / lily / midi-output.cc
index c239e82af5a1e2ed87f2cfc329c0a45bf1d7ef01..1f34358a9d459d1506ed4304eb7a706adf8930eb 100644 (file)
@@ -1,12 +1,11 @@
 /*
   midioutput.cc -- implement Midi_output
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>, Jan Nieuwenhuizen <jan@digicash.com> 
 */
 
-// "" huh?
 #include "time.h"
 #include "main.hh"
 #include "source.hh"
@@ -25,7 +24,7 @@
 #include "midi-item.hh"
 #include "staff-column.hh"
 #include "musical-request.hh"
-
+#include "p-score.hh"
 
 Midi_output::Midi_output(Score* score_l, Midi_def* midi_l )
 {
@@ -101,6 +100,7 @@ Midi_output::header()
 
     // ugh, to please lily when reparsing mi2mu output.
     // lily currently barfs when no meter present.
+    /* are you sure? init is to 4/4 HWN */
     Midi_time midi_time( 4, 4, 18 );
     midi_track.add( Moment( 0.0 ), &midi_time );