]> git.donarmstrong.com Git - lilypond.git/commitdiff
We use @ruser{} instead of @usermanref{} now.
authorGraham Percival <graham@percival-music.ca>
Mon, 15 Oct 2007 02:02:42 +0000 (19:02 -0700)
committerGraham Percival <graham@percival-music.ca>
Mon, 15 Oct 2007 02:02:42 +0000 (19:02 -0700)
scm/define-context-properties.scm
scm/define-grob-properties.scm
scm/document-translation.scm
scm/documentation-generate.scm

index 51685c1e86308dc3632b140cd9af90f2a6143c23..f68ac402918116c3809a4682acb5452de9b3a80d 100644 (file)
@@ -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.")
index 0b38ad9e5c630e0acc1d19a34e9be6df604655e5..c31ac081145a95d911b5226ac441850940f38cb9 100644 (file)
@@ -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
index 921d8192b9b9d46f1515d2cbdc351fdec5508cd4..38b74e25d89b99ec4b5e1b2115094ce28a73134b 100644 (file)
   (make <texi-node>
     #: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)))
 
index 3d4adf09fc8aa13e92f38934a5defeba40cb32d2..6219ce53c3f3a0de56b2ad3f8ff3d26a4f190f7b 100644 (file)
@@ -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
 @iftex
 @c ***** TeX *****
 
-@macro usermanref{NAME}
+@macro ruser{NAME}
 @ref{\\NAME\\}@c
 @end macro