From 9a953907918d65f51811d0c7929566d9beb7cbac Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 31 Jul 2016 00:36:46 -0400 Subject: [PATCH] Enable XHTML export of LilyPond files. (cherry picked from commit b35661b755bb6ef95716eb575561aac4009c140b) --- lib/external_templates | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/external_templates b/lib/external_templates index ec2193483b..e9cd9a7ffe 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -364,6 +364,12 @@ Template LilyPond Format DocBook Product "[LilyPond: $$FName]" FormatEnd + Format XHTML + Product "" + UpdateFormat png + UpdateResult "$$AbsPath$$Basename.png" + ReferencedFile xhtml "$$AbsPath$$Basename.png" + FormatEnd TemplateEnd Template PDFPages @@ -406,6 +412,9 @@ Template PDFPages Format DocBook Product "[PDFPages: $$FName]" FormatEnd + Format XHTML + Product "[PDFPages: $$FName]" + FormatEnd TemplateEnd -- 2.39.5