From: Graham Percival Date: Fri, 1 Oct 2004 18:47:04 +0000 (+0000) Subject: Small fixes. X-Git-Tag: release/2.3.20~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f66a4ca4d096c9392ab28f43235116b33265fdde;p=lilypond.git Small fixes. --- diff --git a/ChangeLog b/ChangeLog index abd54301e3..b0e044651f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ * input/test/bar-lines.ly: improve output, fix bug. + * Documentation/user/changing-defaults.itely: small fixes. + 2004-10-01 Werner Lemberg * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index fc69d8a8ce..6e78b9baeb 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -117,7 +117,7 @@ Translation @arrow{} Context. * Modifying context plug-ins:: * Layout tunings within contexts:: * Changing context default settings:: -* Defining new contexts:: +* Defining new contexts:: @end menu @node Creating contexts @@ -330,6 +330,7 @@ specified for a bottom context, so the two statements are equivalent. +@cindex @\once Settings that should only apply to a single time-step can be entered with @code{\once}, for example in @@ -563,7 +564,7 @@ from the music, in the @code{\paper} block, \Staff \set fontSize = #-2 - \override Stem #'thickness + \override Stem #'thickness = #4.0 \remove "Time_signature_engraver" @} @} @@ -581,7 +582,7 @@ identifier @code{\Staff}. The statements @example \set fontSize = #-2 - \override Stem #'thickness + \override Stem #'thickness = #4.0 \remove "Time_signature_engraver" @end example @@ -610,8 +611,8 @@ It is not possible to collect context changes in a variable, and apply them to one @code{\context} definition by referring to that variable. -@node Defining new contexts -@subsection Defining new contexts +@node Defining new contexts +@subsection Defining new contexts Specific contexts, like @context{Staff} and @code{Voice}, are made of simple building blocks, and it is possible to compose engraver