From bf499a5f36b9da3fc42ee51e2e3bf4430c5a2d27 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 16 Jan 2006 01:22:47 +0000 Subject: [PATCH] Typo fix from Erlend Aasland. --- ChangeLog | 7 +++++++ Documentation/user/global.itely | 4 ++-- scm/define-music-types.scm | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f9f33471d..05722518d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +006-01-16 Erlend Aasland + + * Documentation/user/global.itely: fix typos; @bugs -> @refbugs + + * scm/define-music-types.scm: fix bug in desc. string + for OverrideProperty + 2006-01-15 Erik Sandberg * scripts/lilypond-book.py: bugfix diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 5735fbb03c..1dc36b860a 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -898,7 +898,7 @@ piece in several movements), use @code{breakbefore} in the header. @code{\noPageBreak} -@bugs +@refbugs The @code{breakbefore=##t} header requires that there is a @code{piece} header as well. It may be used as a normal header, or left blank (@code{=""}) as in the example above, but it must be present. @@ -1193,7 +1193,7 @@ composer flush right on a single line. @end verbatim -@bugs +@refbugs The @code{breakbefore=##t} header requires that there is a @code{piece} header as well. It may be used as a normal header, or left blank (@code{=""}) as in the example above, but it must be present. diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index cfa3abcac5..923fe97ad7 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -348,7 +348,7 @@ Syntax @code{\\outputproperty @var{predicate} @var{prop} SYNTAX -@code{\\override [ @var{Ctxt} . ] @var{Obj}} @var{prop} = @var{val}} +@code{\\override [ @var{Ctxt} . ] @var{Obj} @var{prop} = @var{val}} ") (types . (general-music layout-instruction)) (iterator-ctor . ,Push_property_iterator::constructor) -- 2.39.2