+2003-07-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ * scm/document-translation.scm: use @code tags.
+
2003-07-20 Heikki Junes <hjunes@cc.hut.fi>
* lilypond-font-lock.el: do not try to match two-char slurs \( \[.
2003-07-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ * make/lilypond.redhat.spec.in (Group): don't strip binary.
+
+ * scm/document-translation.scm (document-property-operation): add
+ @code{} tags.
+
* VERSION (PACKAGE_NAME): release 1.7.27
* config.make.in: add PAPER variable
you want to fine-tune output, you need the information in this
document.
-@item
- @uref{../../input/template/out-www/collated-files.html, Templates}, for
-different music styles. Add notes, and done!
@item
@uref{../../input/template/out-www/collated-files.html, Templates}, for
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/tmp/lilypond-rpm-doc
-strip lily/out/lilypond
make prefix="$RPM_BUILD_ROOT%{_prefix}" infodir="$RPM_BUILD_ROOT%{_infodir}" MAKE_PFA_FILES=1 mandir="$RPM_BUILD_ROOT%{_mandir}" install
%if %{info}
"Revert "
"Set "
)
- "grob-property "
+ "grob-property @code{"
(symbol->string (cadr body))
- " in " (symbol->string sym)
+ "} in @ref{" (symbol->string sym)
+ "}"
(if (not (null? (cddr body)))
- (string-append " to " (scm->texi (cadr (cdr body))))
+ (string-append " to @code{" (scm->texi (cadr (cdr body))) "}" )
)
"\n"
)
((equal? (object-property sym 'is-grob?) #t) "")
((equal? (car op) 'assign)
(string-append
- "@item Set translator property "
+ "@item Set translator property @code{"
(symbol->string (car body))
- " to "
+ "} to @code{"
(scm->texi (cadr body))
- "\n"
+ "}\n"
)
)
)