]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/midi-event.cc
release: 0.0.76
[lilypond.git] / mi2mu / midi-event.cc
index 4f16fe3c36248c4c4e4c7d2e342634a95990a0ce..04395149870da3f1d7bd2a97c9b51e1479039fad 100644 (file)
@@ -39,7 +39,7 @@ Midi_key::mudela_str( bool command_mode_bo )
                str += String( (char)( ( key_i_ + 2 ) % 7 + 'A'  ) );
        else // heu, -2: should be - 1 1/2: A -> fis
                str += String( (char)( ( key_i_ + 2 - 2 ) % 7 + 'a'  ) );
-       str = String( "% " ) + '"' str + '"' + "; % not supported yet\n"; 
+       str = String( "% " ) + '"' str + '"' + "; % not supported yet\n"; 
        return str;
 }