Dear Annette,

2008/6/10 ANNETTE GIESBRECHT :
> The last time I used LilyPond, I got ps files that were to open in my media 
> player, but since I have windows I cannot use them.   I cannot see the midi 
> files.  the one that I downloaded was 2.11.48-1.  So even though I can see 
> the sheet music, I cannot play a midi file since there is no midi file 
> available.  What can I do?

Do you have a \midi section inside a \score section? If you don't you
won't get a midi file.

For example:

%% BEGIN %%
\version "2.11.48"

\score
{
    {
        c'1
    }
    \layout { }
    \midi { }
}
%% END %%

-Risto


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to