lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond -> midi -> ogg vorbis


From: Graham Percival
Subject: Re: lilypond -> midi -> ogg vorbis
Date: Wed, 27 Oct 2004 10:24:40 -0700


On 27-Oct-04, at 5:19 AM, address@hidden wrote:

Does that fit into the Lilypond philosophy? I don't know, but I see a few

I don't think so.  As Mats said, MIDI output hasn't been a priority.

If you want to eliminate a conversion step, you could make a script
like

#!/bin/sh
lilypond $1.ly
timidity -Ov $1.midi
open $1.pdf &
open $1.ogg


(assuming your system recognizes the "open" command -- OSX
does, but I'm not certain about other OS)

* easier to burn to CD, use on portable player (this would help me as a music
teacher)

Wouldn't a simple wav be easier for burning onto a CD?

Cheers,
- Graham





reply via email to

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