]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small fixes.
authorGraham Percival <graham@percival-music.ca>
Fri, 1 Oct 2004 18:47:04 +0000 (18:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 1 Oct 2004 18:47:04 +0000 (18:47 +0000)
ChangeLog
Documentation/user/changing-defaults.itely

index abd54301e3248ff2f65c1ba7f7328cec2d47f3e2..b0e044651f232c5884776230f4cd71ce7f87e896 100644 (file)
--- 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  <wl@gnu.org>
 
        * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
index fc69d8a8ce956cd9e873c21707571c63a479d7b6..6e78b9baeb49546dbb11bc40ecc9bc1e979dba47 100644 (file)
@@ -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