bug-lilypond
[Top][All Lists]
Advanced

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

Lilypond 2.1.27 and MIDI output


From: Maurizio Tomasi
Subject: Lilypond 2.1.27 and MIDI output
Date: Sun, 29 Feb 2004 16:06:15 +0100

I am using Lilypond 2.1.27 on a Mandrake 9.1 Linux system, and found
some problems with MIDI files.

First of all, the following snippet produces a MIDI file which does
not play using TiMidity++-2.11.3-3mdk and makes KMidi (included with
kdemultimedia-3.1-10mdk) crash.

----------------------------------------------------------------------

\score {
   \context Staff {
        \notes\relative bes' {
            | r8 bes c d es!2 ~
            | es8 a, bes c d2 ~
            | d8 g, a bes c2
        }
   }
   \paper { }
   \midi { \tempo 4 = 110 }
}

----------------------------------------------------------------------

If you change "Staff" with "PianoStaff", the file plays both with
Timidity and KMidi, but it does not perform ties at all:

----------------------------------------------------------------------
\score {
   \context PianoStaff {
        \notes\relative bes' {
            | r8 bes c d es!2 ~
            | es8 a, bes c d2 ~
            | d8 g, a bes c2
        }
   }
   \paper { }
   \midi { \tempo 4 = 110 }
}
----------------------------------------------------------------------

Regards,
 Maurizio.

_________________________________________________________________
MSN Extra Storage! Hotmail all'ennesima potenza. Provalo! http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1





reply via email to

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