2009/2/28 Valentin Villenave <v.villen...@gmail.com>: > 2009/2/28 Marten Visser <msvis...@planet.nl>: >> I have attached the example and the midi output generated by Lilypond. >> Opening its midi output using Anvil Studio, displays the meter as 4/4. >> In addition, I attached the midi modified by Anvil Studio which does display >> the meter as 3/4. > > Hm. > > I don't know about midi time sigs, can anyone else verify? This looks > weird indeed. > > % \time information is not rendered in the midi file > > \version "2.12.0" > \score { > \relative c''' { > \time 3/4 > g > } > \midi { } > }
I don't have Anvil Studio installed (couldn't get it to work with Wine), but here's the result of converting the test file's midi output to midge using midi2mg: @head { $tempo 60 $time_sig 3/4 $title "control track" $resolution 384 } @body { @channel 2 "" { $attack 127 $decay 64 /l4/g6 } } As you can see, there doesn't appear to be anything wrong with the time signature encoding. Regards, Neil _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond