help-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: texi2html and lilypond-book


From: Rune Zedeler
Subject: Re: texi2html and lilypond-book
Date: Wed, 02 May 2001 15:41:36 +0200

Jan Nieuwenhuizen wrote:

> They're different commands.  @html @end html should always be
> surrounded by @ifhtml.

Then what is going on here?

Running
lilypond-book -f texi
on the following file:


\input texinfo @c -*-texinfo-*-
@afourpaper
@settitle temp
@unnumberedsubsec Abstract
This is a test!
@lilypond[verbatim]
\score { \notes {c' d' e' f' g'1 } }
@end lilypond
Yes it is.
@bye


results in


\input texinfo @c -*-texinfo-*-
@afourpaper
@settitle temp
@unnumberedsubsec Abstract
This is a test!
@example
\score @{ \notes @{c' d' e' f' g'1 @} @}

@end example

@tex
address@hidden
\input lilyponddefs
\def\EndLilyPondOutput{}
\input lily-678264074.tex
address@hidden
@end tex
@html
<p>
<img src=lily-678264074.png>
@end html
Yes it is.
@bye


where the html-block is not surrounded by ifhtml...


-Rune



reply via email to

[Prev in Thread] Current Thread [Next in Thread]