Re: changing file name of midi output

2018-06-13 Thread Gianmaria Lari
On Wed, 13 Jun 2018 at 16:29, Karlin High wrote: > On 6/13/2018 9:03 AM, Gianmaria Lari wrote: > > > > Is there any way to change the numeration like this: > > > > document-01.mid > > document-02.mid > > document-03.mid > > I asked The Google for "lilypond output file name." It found

Re: changing file name of midi output

2018-06-13 Thread Karlin High
On 6/13/2018 9:03 AM, Gianmaria Lari wrote: Is there any way to change the numeration like this: document-01.mid document-02.mid document-03.mid I asked The Google for "lilypond output file name." It found this:

changing file name of midi output

2018-06-13 Thread Gianmaria Lari
If I compile the following code in Frescobaldi \version "2.19.81" \score { {a b } \midi{}} \score { {a b } \midi{}} \score { {a b } \midi{}} lilypond generates the following midi files: document.mid document-1.mid document-2.mid Is there any way to change the numeration like this: