From: Valentin Villenave Date: Wed, 20 Aug 2008 10:07:08 +0000 (+0200) Subject: Compile fix X-Git-Tag: release/2.11.58-1~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=de25773ba39997766db77ced648b1dd670131ed1;p=lilypond.git 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???). --- 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