Re: Naming midi files

2022-02-17 Thread Mark Probert
Thank you, everyone, especially to David for the study code. All this info is greatly appreciated! .. mark.

Re: Naming midi files

2022-02-17 Thread David Wright
On Thu 17 Feb 2022 at 21:43:09 (+1100), Mark Probert wrote: > [ ] wrote: > >> It’s not that simple, since in the example all the scores are in the > >> same book. > > > > It is that simple. > > Put the score in one book and the midis separate books and done. > > > My understanding is a \midi{}

Re: Naming midi files

2022-02-17 Thread Lukas-Fabian Moser
Folks, Am 17.02.22 um 11:48 schrieb Xavier Scheuer: > If I have a book that is structured something like below, then LP > produces two midi files: foo.midi and foo-1.midi. > > Is there a way I can coerce the names into "bar.midi" and "baz.midi" > within LP? Or is this something best down

Re: Naming midi files

2022-02-17 Thread Leo Correia de Verdier
You would have to structure your files and variables differently, for instance something like (in pseudocode): — foo.ly \include "bar.ily" \include ”baz.ily” \book { \bookpart { \header { title = "Bar One" } \score { \barMusic \layout{} } } \bookpart {

Re: Naming midi files

2022-02-17 Thread Xavier Scheuer
On Thu, 17 Feb 2022 at 09:37, Mark Probert wrote: > > > Hi. > > If I have a book that is structured something like below, then LP > produces two midi files: foo.midi and foo-1.midi. > > Is there a way I can coerce the names into "bar.midi" and "baz.midi" > within LP? Or is this something best

Re: Naming midi files

2022-02-17 Thread Mark Probert
You wrote: >> It’s not that simple, since in the example all the scores are in the >> same book. > > It is that simple. > Put the score in one book and the midis separate books and done. > My understanding is a \midi{} block is contained within a \score{} block. The structure I have is \book

Re: Naming midi files

2022-02-17 Thread Leo Correia de Verdier
It’s not that simple, since in the example all the scores are in the same book. > 17 feb. 2022 kl. 09:58 skrev Michael Gerdau : > >> If I have a book that is structured something like below, then LP >> produces two midi files: foo.midi and foo-1.midi. >> Is there a way I can coerce the names

Re: Naming midi files

2022-02-17 Thread Michael Gerdau
It’s not that simple, since in the example all the scores are in the same book. It is that simple. Put the score in one book and the midis separate books and done. Or that is how I understand the manual. Kind regards, Michael -- Michael Gerdau email: m...@qata.de GPG-keys available on

Re: Naming midi files

2022-02-17 Thread Michael Gerdau
If I have a book that is structured something like below, then LP produces two midi files: foo.midi and foo-1.midi. Is there a way I can coerce the names into "bar.midi" and "baz.midi" within LP? Or is this something best down externally? [example code snipped] RTFM:

Naming midi files

2022-02-17 Thread Mark Probert
Hi. If I have a book that is structured something like below, then LP produces two midi files: foo.midi and foo-1.midi. Is there a way I can coerce the names into "bar.midi" and "baz.midi" within LP? Or is this something best down externally? Thanks again ..mark. -- foo.ly \include