[ << LilyPond-book ] | [Top][Contents][Index][ ? ] | [ Converting from other formats >> ] | ||
[ < Texinfo ] | [ Up : Integrating music and text ] | [ DocBook > ] |
4.2.3 HTML
Music is entered using
<lilypond fragment relative=2> \key c \minor c4 es g2 </lilypond>
lilypond-book
then produces an HTML file with appropriate image
tags for the music fragments:
For inline pictures, use <lilypond ... />
, where the options
are separated by a colon from the music, for example
Some music in <lilypond relative=2: a b c/> a line of text.
To include separate files, say
<lilypondfile option1 option2 ...>filename</lilypondfile>
Additionally, <lilypondversion/>
displays the current version
of lilypond.
[ << LilyPond-book ] | [Top][Contents][Index][ ? ] | [ Converting from other formats >> ] | ||
[ < Texinfo ] | [ Up : Integrating music and text ] | [ DocBook > ] |