Re: Control over midi output

2018-12-04 Thread Tyler Mitchell
On Tue, Dec 04, 2018 at 09:33:44AM -0500, Mr Tim wrote: > Hi all, I'm trying to use Lilypond to create midi files to be played by an > organ and I'm having difficulty getting it formatted the way it needs to be. I've had a fair bit of success recently with midicsv and csvmidi:

Re: Control over midi output

2018-12-04 Thread David Kastrup
Mr Tim writes: > Hi all, I'm trying to use Lilypond to create midi files to be played by an > organ and I'm having difficulty getting it formatted the way it needs to be. > > 1) The midi file needs to be type 0 (everything in one track--the first > one). This is very common for driving

Control over midi output

2018-12-04 Thread Mr Tim
Hi all, I'm trying to use Lilypond to create midi files to be played by an organ and I'm having difficulty getting it formatted the way it needs to be. 1) The midi file needs to be type 0 (everything in one track--the first one). This is very common for driving instruments since it's simpler and

Re: Use String to reference Variable

2018-12-04 Thread David Kastrup
Jan-Peter Voigt writes: > Hello Pedro, > > Am 04.12.18 um 04:28 schrieb Pedro Pessoa: >> Hello! >> I want a function that takes a string as arg an from that produces a valid >> variable reference, as follows: >> >> %%% pseudo >> Nabc={a1 d e f} >> Nxyz={b1 e a d} >> >> fun= >>

Re: Use String to reference Variable

2018-12-04 Thread Jan-Peter Voigt
Hello Pedro, Am 04.12.18 um 04:28 schrieb Pedro Pessoa: > Hello! > I want a function that takes a string as arg an from that produces a valid > variable reference, as follows: > > %%% pseudo > Nabc={a1 d e f} > Nxyz={b1 e a d} > > fun= > #(define-music-function (x)(string?) >#{ > << >