Re: command line lilypond, midi to stdout

2006-12-27 Thread Han-Wen Nienhuys
Bob Harris escreveu: > Pondering The lilypond doc (for 2.8.8) suggests that there are > certain extensions a user can make by including some scheme code in > her .ly file (at least that's my understanding of what I read). Is > control of midi note velocity something I could accomplish that way

Re: command line lilypond, midi to stdout

2006-12-27 Thread Bob Harris
I wrote: I was hoping to combine lilypond with this on the command line like this: cat mysong.ly | lilypond - | velchanger | mysong.midi Anybody have any ideas how I can accomplish that in a single command? My cycle is edit,convert-to-midi,listen-in-garage-band, and I'm trying to get it down

Re: command line lilypond, midi to stdout

2006-12-27 Thread Graham Percival
Bob Harris wrote: I was hoping to combine lilypond with this on the command line like this: cat mysong.ly | lilypond - | velchanger | mysong.midi Anybody have any ideas how I can accomplish that in a single command? My cycle is edit,convert-to-midi,listen-in-garage-band, and I'm trying to ge

command line lilypond, midi to stdout

2006-12-26 Thread Bob Harris
Howdy, I'm wondering if there is a way to have command-line lilypond produce midi on stdout. My typical use is to feed a .ly file into lilypond to create a .midi output, then take thatinto garage band (a mac program which I would describe as a midi recorder and track editor). Unfortunately lilyp