]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/midi-voice.cc
release: 0.0.45
[lilypond.git] / mi2mu / midi-voice.cc
index e963be2f1c24bb7d83cfcdc6fcea2acbdb56f419..5d476ddcc5b79b53dbef5437cda66508693b29aa 100644 (file)
@@ -26,12 +26,12 @@ Moment
 Midi_voice::end_mom()
 {
        Moment now_mom = begin_mom_;
-       dtor << now_mom << ", ";
+       tor( DEBUG_ver ) << now_mom << ", ";
        for ( PCursor<Midi_event*> i( midi_event_p_list_.top() ); i.ok(); i++ ) {
-               dtor << now_mom << ", ";
+               tor( DEBUG_ver ) << now_mom << ", ";
                now_mom += i->mom();
        }
-       dtor << endl;
+       tor( DEBUG_ver ) << endl;
        return now_mom;
 }
 
@@ -56,7 +56,7 @@ Midi_voice::mudela_str( Moment from_mom, Moment to_mom, bool multiple_bo )
        }
        
        if ( str.length_i() && multiple_bo )
-               str = "\\music{ " + str + "} ";
+               str = "{ " + str + "} ";
        return str;
 }