2005-04-14 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
+ only put xrefs in info documentation.
+
* make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
.pdf rule to tex-rules.make.
To produce a Texinfo document (in any output format), follow the normal
procedures for Texinfo (this is, either call @command{texi2dvi} or
-@command{makeinfo}, depending on the output format you want to create).
+@command{makeinfo}, depending on the output format you want to
+create).
+@ifinfo
@xref{Format with texi2dvi, , , texinfo, GNU Texinfo}, and @ref{Creating
an Info File, , , texinfo, GNU Texinfo}.
+@end ifinfo
+@ifnotinfo
+See the documentation of Texinfo for further details.
+@end ifnotinfo
+
@command{lilypond-book} accepts the following command line options:
#(if (and (ly:get-option 'old-relative)
(defined? 'input-file-name)
(not (ly:get-option 'old-relative-used)))
- (ly:warn (string-append
+ (ly:warning (string-append
"\n"
input-file-name ": old relative compatibility was not used."
)))%% there is a problem at the end of the input file
conv,
'ly:stencil-set-extent! removed'))
+def conv (str):
+ str = re.sub (r"ly:warn\b", 'ly:warning', str)
+ return str
+conversions.append (((2, 5, 18),
+ conv,
+ 'ly:warn -> ly:warning'))
+
################################
# END OF CONVERSIONS
################################