Enable XHTML export of LilyPond files.

(cherry picked from commit b35661b755)
This commit is contained in:
Richard Heck 2016-07-31 00:36:46 -04:00
parent 5555661bf6
commit 9a95390791

View File

@ -364,6 +364,12 @@ Template LilyPond
Format DocBook
Product "[LilyPond: $$FName]"
FormatEnd
Format XHTML
Product "<img src=\"$$AbsOrRelPathMaster$$Basename.png\" />"
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