Il 03/02/2013 11:41, David Kastrup ha scritto:
Each score can't be a book, as it's included in a book.
>So you can't use boookOutputSuffix or bookOutputName:
>http://lilypond.org/doc/v2.17/Documentation/notation/output-file-names#index-_005cbookOutputName
>
>You probably want to ask for the same feature for bookpart, i.e.
>bookpartOutputName and bookpartOutputSuffix
The feature already works. If you specify \bookOutputName inside of a
bookpart, that takes preference over the \bookOutputName in the book
without disturbing the book's own idea of the output name.
It doesn't seem to work with bookpart.
See attached example: the last bookOutputName takes precedence, so it's
used in .pdf and all midi files.
--
Federico
\version "2.17.12"
music = \relative c' {
c1*4
}
\book {
\bookOutputName "Book"
\bookpart {
\bookOutputSuffix "Romanze"
\score {
\music
\layout { }
\midi{}
}
}
\bookpart {
\bookOutputSuffix "Menuetto"
\score {
\music
\layout { }
\midi{}
}
}
\bookpart {
\bookOutputSuffix "Nocturne"
\score {
\music
\layout { }
\midi{}
}
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user