lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI


From: Gilles THIBAULT
Subject: Re: MIDI
Date: Tue, 5 Feb 2008 14:30:49 +0100


I just don't get how to make a file into a MIDI file.

%%%%%%%%

\score {     %% add that
\relative c' {
\new PianoStaff \with {
 \override VerticalAlignment #'forced-distance = #12
 \override DynamicLineSpanner #'staff-padding = #2.8 }
<<
 \time 6/8
 \new Staff {
 \key d \major
 \tempo 4.= 84

...music ...
}

 >>
}
\layout { }  %% comment this if you don't want pdf output
\midi { }    %% this will give you the midi file

}     %% add that
%%%%%%%%%

For more infos, read that :
http://lilypond.org/doc/v2.10/Documentation/user/lilypond-big-page#MIDI-output




reply via email to

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