|
|
GNU LilyPond-- -- |
||||||||||
|
Node:Integrating Texinfo and music, Next:Integrating LaTeX and music, Up:Integrating text and music with lilypond-book Integrating Texinfo and musicYou specify the LilyPond code like this: @lilypond[options, go, here]
YOUR LILYPOND CODE
@end lilypond
@lilypond[options, go, here]{ YOUR LILYPOND CODE }
@lilypondfile[options, go, here]{filename}
We show two simple examples here. First a complete block: @lilypond[26pt]
c' d' e' f' g'2 g'
@end lilypond
produces this music: Then the short version: @lilypond[11pt]{<c' e' g'>}
and its music:
When producing texinfo, lilypond-book also generates bitmaps of the music, so you can make a HTML document with embedded music. |
||||||||||
|
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|||||||||||
This page was built from LilyPond-1.6.6 (stable-branch) by