From: Jan Nieuwenhuizen Date: Tue, 5 Apr 2005 15:10:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.18~1 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=8e3b700d5b1a4227e655bdf8cf3aee4013b416cb;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 55de0e226f..75d9fd9d79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-05 Jan Nieuwenhuizen + + * Documentation/user/: Fix links. + 2005-04-05 Han-Wen Nienhuys * lily/text-interface.cc (Module): rename from text-item.cc diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 8346484d7a..0e6a2d0122 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -557,7 +557,7 @@ affects settings that were made in the same context. In other words, the @seealso Internals: @internalsref{OverrideProperty}, @internalsref{RevertProperty}, -@internalsref{PropertySet}, @internalsref{All-backend-properties}, and +@internalsref{PropertySet}, @internalsref{Backend}, and @internalsref{All layout objects}. diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index f06824739f..4185e1a1d4 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1437,7 +1437,7 @@ The complete list of drum names is in the init file @seealso -Program reference: @internalsref{DrumNoteEvent}. +Program reference: @internalsref{note-event}. @node Percussion staves @subsection Percussion staves @@ -1463,7 +1463,7 @@ down = \drummode { bassdrum4 snare8 bd r bd sn4 } The above example shows verbose polyphonic notation. The short polyphonic notation, described in @ref{Polyphony}, can also be used if -the @internalsref{DrumVoices} are instantiated by hand first. For example, +the @internalsref{DrumVoice}s are instantiated by hand first. For example, @lilypond[quote,raggedright,fragment,verbatim] \new DrumStaff << diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 1247acd3a0..840d118de0 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -111,7 +111,7 @@ @end macro @macro usermanref{NAME} -@inforef{\NAME\,,lilypond}@c +@inforef{\NAME\}@c @end macro @end ifinfo diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 449bf7c570..1cd80fe966 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -101,7 +101,7 @@ @ifhtml @macro inputfileref{DIR,NAME} -@uref{../../../../\\DIR\\/out-www/collated-files.html#\\NAME\\,@file{\\DIR\\/\\NAME\\}}@c +@uref{source/\\DIR\\/out-www/collated-files.html#\\NAME\\,@file{\\DIR\\/\\NAME\\}}@c @end macro @end ifhtml