bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PDF metadata missing if \header is within a \bookpart block


From: Federico Bruni
Subject: Re: PDF metadata missing if \header is within a \bookpart block
Date: Mon, 04 Jul 2016 15:27:10 +0200

Il giorno dom 3 lug 2016 alle 11:52, David Kastrup <address@hidden> 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
 }
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]