Re: How I can control a name of midi output, file?

2010-05-30 Thread Oleksandr Gavenko
On 2010-05-30 22:07, Xavier Scheuer wrote: 2010/5/30 Oleksandr Gavenko: If I want generate many midi fragment I repeat text \score { \new Staff { ... } \layout { } \midi { } } as many times as need. And when I run $ lilypond my.ly I get a lot of my.midi, my-1.midi, ..., my-17.midi

How I can control a name of midi output, file?

2010-05-30 Thread Oleksandr Gavenko
If I want generate many midi fragment I repeat text \score { \new Staff { ... } \layout { } \midi { } } as many times as need. And when I run $ lilypond my.ly I get a lot of my.midi, my-1.midi, ..., my-17.midi, ... It is possible to control names of generated midi files in .ly source fi