From de25773ba39997766db77ced648b1dd670131ed1 Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Wed, 20 Aug 2008 12:07:08 +0200 Subject: [PATCH] Compile fix @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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 59ea0820e6..040f2bd184 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -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 -- 2.39.5