]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile fix
authorValentin Villenave <valentin@villenave.net>
Wed, 20 Aug 2008 10:07:08 +0000 (12:07 +0200)
committerValentin Villenave <valentin@villenave.net>
Wed, 20 Aug 2008 10:07:08 +0000 (12:07 +0200)
@internalsref is no longer used in documentation strings
(use @rinternals instead).  The other problem (which
does not break compiling) is that the context-example.eps
image is not found when building the docs (instead it
looks for a context-example.txt file???).

scm/define-context-properties.scm

index 59ea0820e6c13010be8f24dcb27884f765c5ba1b..040f2bd184597e43b550dde48a1165c1c0da153d 100644 (file)
@@ -55,8 +55,8 @@ Each entry in the list is either a symbol or a procedure.
 
 @item symbol
 The symbol is the name of the context in which the following rules are to be
-applied. For example, if @var{context} is @internalsref{Score} then all
-staves share accidentals, and if @var{context} is @internalsref{Staff} then
+applied. For example, if @var{context} 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 procedure