bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \time information is not being output to midi file


From: Neil Puttock
Subject: Re: \time information is not being output to midi file
Date: Sat, 28 Feb 2009 23:26:05 +0000

2009/2/28 Valentin Villenave <address@hidden>:
> 2009/2/28 Marten Visser <address@hidden>:
>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]