If this is a platform-specific problem, can you please: - send your midi file for comparison (mine is attached) - test whether UTF-8 characters are handled properly during conversion (I initially thought the problem was in non-ascii characters, but then I removed the non-ascii ones and the problem persisted)
Converting from your MIDI file triggers the problem here as well: $ file test-midi-mac.ly test-midi-mac.ly: data See attached file. I attach also my MIDI file so you can double-check midi2ly on your mac.
test.midi
Description: MIDI audio
% Lily was here -- automatically converted by /home/fede/.local/lilypond/usr/bin/midi2ly from test-mac.midi \version "2.14.0" \layout { \context { \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" \remove "Rest_engraver" \consists "Completion_rest_engraver" } } trackAchannelA = { \set Staff.instrumentName = "þÿa u r e k" % [TEXT_EVENT] creator: % [TEXT_EVENT] GNU LilyPond 2.19.44 \time 4/4 \tempo 4 = 100 } trackA = << \context Voice = voiceA \trackAchannelA >> trackBchannelA = { \set Staff.instrumentName = "\new:melody" } trackBchannelB = \relative c { c'4 a' c, a' | % 2 } trackB = << \context Voice = voiceA \trackBchannelA \context Voice = voiceB \trackBchannelB >> \score { << \context Staff=trackB \trackA \context Staff=trackB \trackB >> \layout {} \midi {} }
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond