bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1463 in lilypond: Writing metadata to the PDF file


From: lilypond
Subject: Re: Issue 1463 in lilypond: Writing metadata to the PDF file
Date: Mon, 31 Jan 2011 23:11:40 +0000


Comment #4 on issue 1463 by address@hidden: Writing metadata to the PDF file
http://code.google.com/p/lilypond/issues/detail?id=1463

Reinhold, this patch breaks files which don't have a header block. You need to validate the existence of the header before calling `handle-metadata', i.e., either

(if (module? header) ...)

or

(if header ...) (assuming ly:paper-book-header is changed to return #f if the header doesn't exist)




reply via email to

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