From c2e993e70216956b97d18d67cf701b0a42c77ac9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 14 Oct 2007 19:02:42 -0700 Subject: [PATCH] We use @ruser{} instead of @usermanref{} now. --- scm/define-context-properties.scm | 2 +- scm/define-grob-properties.scm | 4 ++-- scm/document-translation.scm | 2 +- scm/documentation-generate.scm | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 51685c1e86..f68ac40291 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -89,7 +89,7 @@ arguments, @var{context}, @var{dir} [start/stop (-1 or 1)], and @var{test} [shortest note in the beam]. A non-@code{#f} return value starts or stops the auto beam.") (autoBeamSettings ,list? "Specifies when automatically generated -beams should begin and end. See @usermanref{Setting automatic beam +beams should begin and end. See @ruser{Setting automatic beam behavior} for more information.") (autoBeaming ,boolean? "If set to true then beams are generated automatically.") diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 0b38ad9e5c..c31ac08114 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -316,7 +316,7 @@ if this column is the start of a system.") (line-positions ,list? "Vertical positions of staff lines.") (line-thickness ,number? "The thickness of the tie or slur contour.") - (long-text ,markup? "Text markup. See @usermanref{Text + (long-text ,markup? "Text markup. See @ruser{Text markup}.") (max-beam-connect ,integer? "Maximum number of beams to connect @@ -520,7 +520,7 @@ through flag on.") typeset. Valid choices depend on the @code{stencil} callback reading this property.") - (text ,markup? "Text markup. See @usermanref{Text markup}.") + (text ,markup? "Text markup. See @ruser{Text markup}.") ;;FIXME -- Should both be the same? (text-direction ,ly:dir? "This controls the ordering of the words. The default @code{RIGHT} is for roman text. Arabic or Hebrew diff --git a/scm/document-translation.scm b/scm/document-translation.scm index 921d8192b9..38b74e25d8 100644 --- a/scm/document-translation.scm +++ b/scm/document-translation.scm @@ -239,7 +239,7 @@ (make #:name "Engravers" #:desc "All separate engravers." - #:text "See @usermanref{Modifying context plug-ins}." + #:text "See @ruser{Modifying context plug-ins}." #:children (map engraver-doc all-engravers-list))) diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 3d4adf09fc..6219ce53c3 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -72,7 +72,7 @@ @ifhtml @c ***** HTML ***** -@macro usermanref{NAME} +@macro ruser{NAME} @ref{\\NAME\\,,,lilypond} @cindex \\NAME\\ @end macro @@ -97,7 +97,7 @@ @ifinfo @c ***** info ***** -@macro usermanref{NAME} +@macro ruser{NAME} @inforef{\\NAME\\,,,lilypond} @cindex \\NAME\\ @end macro @@ -120,7 +120,7 @@ @iftex @c ***** TeX ***** -@macro usermanref{NAME} +@macro ruser{NAME} @ref{\\NAME\\}@c @end macro -- 2.39.2