]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/midi-track.cc
release: 0.0.46.jcn1
[lilypond.git] / mi2mu / midi-track.cc
index 18de844098b55da6ee090175ad65210f27c577cc..ecf889bba652dfdd31a662b88e18248ada1b24cd 100644 (file)
@@ -143,7 +143,7 @@ Midi_track::output_mudela( Lily_stream& lily_stream_r )
                        tor( NORMAL_ver ) << '[' << flush; 
 
                if ( bars_i > bar_i ) { 
-                       Moment into_bar_mom = now_mom - ( bars_i - 1 ) * bar_mom;
+                       Moment into_bar_mom = now_mom - Moment( bars_i - 1 ) * bar_mom;
                        if ( bars_i > 1 ) {
                                if ( !into_bar_mom )
                                        lily_stream_r << "|";