From: Graham Percival Date: Fri, 9 May 2008 02:55:57 +0000 (-0700) Subject: @internalsref -> @rinternals update. X-Git-Tag: release/2.11.46-1~19^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2e0bcc5ccf0076e3a50617ba5dc3cb6cdf614b7b;p=lilypond.git @internalsref -> @rinternals update. --- diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 5d49c3b2ca..8298e9e4a5 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -128,13 +128,6 @@ @ifset bigpage -@c TO BE DEPRECATED -@macro internalsref{TEXT} -@vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals-big-page,Internals Reference} -@end macro - - @macro rglos{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,music-glossary-big-page,Music Glossary} @@ -169,13 +162,6 @@ @ifclear bigpage -@c DEPRECATED -@macro internalsref{TEXT} -@vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals,Internals Reference} -@end macro - - @macro rglos{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,music-glossary,Music Glossary} @@ -213,14 +199,6 @@ @ifdocbook @c ***** DOCBOOK-XML ***** -@c DEPRECATED -@macro internalsref{TEXT} -@vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals,Internals Reference} -@end macro - - - @macro rglos{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,music-glossary,Music Glossary} @@ -256,14 +234,6 @@ @ifinfo @c **** INFO **** -@c DEPRECATED -@macro internalsref{TEXT} -@vindex \TEXT\ -@inforef{\TEXT\,,lilypond-internals,Internals Reference} -@end macro - - - @macro rglos{TEXT} @vindex \TEXT\ @inforef{\TEXT\,,music-glossary,Music Glossary} @@ -299,14 +269,6 @@ @c **** TEX **** @iftex -@c DEPRECATED -@macro internalsref{TEXT} -@vindex \TEXT\ -@code{\TEXT\} -@end macro - - - @macro rglos{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,music-glossary,Music Glossary} diff --git a/lily/align-interface.cc b/lily/align-interface.cc index 057e233f44..4bcab80435 100644 --- a/lily/align-interface.cc +++ b/lily/align-interface.cc @@ -403,7 +403,7 @@ ADD_INTERFACE (Align_interface, "Order grobs from top to bottom, left to right, right to left" " or bottom to top. For vertical alignments of staves, the" " @code{break-system-details} of the left" - " @internalsref{NonMusicalPaperColumn} may be set to tune" + " @rinternals{NonMusicalPaperColumn} may be set to tune" " vertical spacing. Set @code{alignment-extra-space} to add" " extra space for staves. Set" " @code{fixed-alignment-extra-space} to force staves in" diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index f656942b16..357a3e02f4 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -53,8 +53,8 @@ used. Each rule consists of @item context In which context is the rule applied. For example, if @var{context} -is @internalsref{Score} then all staves share accidentals, and if -@var{context} is @internalsref{Staff} then all voices in the same staff +is @rinternals{Score} then all staves share accidentals, and if +@var{context} is @rinternals{Staff} then all voices in the same staff share accidentals, but staves do not. @item octavation @@ -173,8 +173,8 @@ non-hairpin decrescendo, i.e., @samp{dim.}.") (defaultBarType ,string? "Set the default type of bar line. See @code{whichBar} for information on available bar types. -This variable is read by @internalsref{Timing_translator} at -@internalsref{Score} level.") +This variable is read by @rinternals{Timing_translator} at +@rinternals{Score} level.") (doubleSlurs ,boolean? "If set, two slurs are created for every slurred note, one above and one below the chord.") (drumPitchTable ,hash-table? "A table mapping percussion @@ -242,7 +242,7 @@ string selector for tablature notation.") (ignoreBarChecks ,boolean? "Ignore bar checks.") (ignoreFiguredBassRest ,boolean? "Don't swallow rest events.") (ignoreMelismata ,boolean? "Ignore melismata for this -@internalsref{Lyrics} line.") +@rinternals{Lyrics} line.") (implicitBassFigures ,list? "A list of bass figures that are not printed as numbers, but only as extender lines.") (implicitTimeSignatureVisibility ,vector? "break visibility for @@ -396,7 +396,7 @@ voice @q{two} when part-combining.") (soloText ,string? "The text for the start of a solo when part-combining.") (squashedPosition ,integer? "Vertical position of squashing for -@internalsref{Pitch_squash_engraver}.") +@rinternals{Pitch_squash_engraver}.") (staffLineLayoutFunction ,procedure? "Layout of staff lines, @code{traditional}, or @code{semitone}.") (stanza ,markup? "Stanza @q{number} to print before the start of a @@ -487,7 +487,7 @@ Example: @noindent This will create a start-repeat bar in this staff only. Valid values -are described in @internalsref{bar-line-interface}.") +are described in @rinternals{bar-line-interface}.") ))) diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index fb6088abf5..8be7c3e098 100644 --- a/scm/define-grob-interfaces.scm +++ b/scm/define-grob-interfaces.scm @@ -184,5 +184,5 @@ with @code{breakable=##t}." (ly:add-interface 'vertically-spaceable-interface "Objects that should be kept at constant vertical distances. Typically: -@internalsref{VerticalAxisGroup} objects of @internalsref{Staff} contexts." +@rinternals{VerticalAxisGroup} objects of @rinternals{Staff} contexts." '()) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index a533278fb5..bb2f289e90 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -229,7 +229,7 @@ smaller, @code{+1} is bigger. Each step of@tie{}1 is approximately Fractional values are allowed.") (force-hshift ,number? "This specifies a manual shift for notes in collisions. The unit is the note head width of the first voice -note. This is used by @internalsref{note-collision-interface}.") +note. This is used by @rinternals{note-collision-interface}.") (forced ,boolean? "Manually forced accidental.") (fraction ,number-pair? "Numerator and denominator of a time signature object.") @@ -257,7 +257,7 @@ semitie?") slur, the closer it is to this height.") (horizontal-shift ,integer? "An integer that identifies ranking of @code{NoteColumn}s for horizontal shifting. This is used by -@internalsref{note-collision-interface}.") +@rinternals{note-collision-interface}.") (horizontal-skylines ,ly:skyline-pair? "Two skylines, one to the left and one to the right of this grob.") @@ -339,7 +339,7 @@ directions (i.e., voice 1 &@tie{}2).") collisions, even if they have different note heads. The smaller of the two heads is rendered invisible. This is used in polyphonic guitar notation. The value of this setting is used by -@internalsref{note-collision-interface}. +@rinternals{note-collision-interface}. @code{merge-differently-headed} only applies to opposing stem directions (i.e., voice 1 &@tie{}2).") @@ -454,7 +454,7 @@ values shorten the text-spanner, while negative values lengthen it.") (shortest-duration-space ,ly:dimension? "Start with this much space for the shortest duration. This is expressed in @code{spacing-increment} as unit. See also -@internalsref{spacing-spanner-interface}.") +@rinternals{spacing-spanner-interface}.") (shortest-playing-duration ,ly:moment? "The duration of the shortest playing here.") (shortest-starter-duration ,ly:moment? "The duration of the @@ -481,7 +481,7 @@ clef change followed by a barline, for example, this means that we will try to space the non-musical column as though the clef is not there.") (spacing-increment ,number? "Add this much space for a doubled duration. Typically, the width of a note head. See also -@internalsref{spacing-spanner-interface}.") +@rinternals{spacing-spanner-interface}.") (springs-and-rods ,boolean? "Dummy variable for triggering spacing routines.") (stacking-dir ,ly:dir? "Stack objects in which direction?") diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 1dcd5fd7dc..d4d11a38dd 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -996,8 +996,8 @@ returns an empty markup." @cindex overriding properties within text markup Add the first argument in to the property list. Properties may be -any sort of property supported by @internalsref{font-interface} and -@internalsref{text-interface}, for example +any sort of property supported by @rinternals{font-interface} and +@rinternals{text-interface}, for example @example \\override #'(font-family . married) \"bla\" diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 874b3abbe6..94dbf27a24 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -156,7 +156,7 @@ @end iftex -@macro internalsref{NAME} +@macro rinternals{NAME} @ref{\\NAME\\} @end macro