Not quite what I was hoping for.
I have a book with a collection of scores. The book is divided into bookparts
(i.e. chapters) where I want to force a pagebreak to divide the content.
The pdf output of this book is, as desired, consolidated into a single .pdf
file.
However, the .midi files for each score are separately created using sequential
numerators with the same filename derived from the collection filename.
What I'd like to do is something like:
collection.ly:
\book{
\bookpart{ %chapt1
\score{
\midi{ /with midifilenameprefix = "collection-nocturne7"}
}
\score{
}
\bookpart{ %chapt2
\score{ \midi{ /with midifilenameprefix =
"collection-concerto9"}
}
}
}
And get files:
collection.pdf
collection-nocturne7.midi
collection-sonata22.midi
collection-concerto9.midi
Rgds, Javier
From: Marek Klein <[email protected]>
To: Javier Ruiz-Alma <[email protected]>
Cc: LilyPond User Group <[email protected]>
Sent: Monday, August 15, 2011 12:45 AM
Subject: Re: Setting arbitrary filename for .midi
Hello
2011/8/15 Javier Ruiz-Alma <[email protected]>
I'm working with a multi-score lilypond file.
>I'd like to be able to set arbitrary filenames for each midi, instead of
>having lilypond derive the midi filenames from the .ly filename.
>
http://lilypond.org/doc/v2.14/Documentation/notation/output-file-names
HTH
Marek Klein
http://gregoriana.sk
\midi{ /with midifilenameprefix = "collection-sonata22"}
}_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user