From b35661b755bb6ef95716eb575561aac4009c140b 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. --- lib/external_templates | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/external_templates b/lib/external_templates index 465d691099..a2661e421f 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -358,6 +358,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 @@ -400,6 +406,9 @@ Template PDFPages Format DocBook Product "[PDFPages: $$FName]" FormatEnd + Format XHTML + Product "[PDFPages: $$FName]" + FormatEnd TemplateEnd -- 2.39.5