Il giorno dom 3 lug 2016 alle 11:52, David Kastrup <d...@gnu.org> ha
scritto:
Which bookpart? There is one PDF per book, but several bookparts per
PDF. So it does not make sense to put per-PDF values, like the title
metadata is, in bookparts.
Ok, so in order to have metadata in PDF output, the \header must be
either in a \book block or at top level. Right?
Should we add this information here?
http://lilypond.org/doc/v2.19/Documentation/notation/creating-pdf-metadata
\version "2.19.44"
%{
\header {
title = "My Title"
}%}
\book {
\header {
title = "My Title"
}
\score {
c'1
}
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond