]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.33
authorfred <fred>
Tue, 26 Mar 2002 22:46:51 +0000 (22:46 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:46:51 +0000 (22:46 +0000)
Documentation/user/properties.itely
ly/property.ly

index ebf2c901b4a805b1aae9fe63af3d9f62e47be3a9..101274a2b8fb6de0b46861c7c2791e639571471d 100644 (file)
@@ -467,16 +467,16 @@ no clef is printed upon creation.
     is used to determine the instrument for MIDI output.
 
   @item @code{keyOctaviation}@indexcode{keyOctaviation} @propertytype{boolean}
-    If set to TRUE, then keys are the same in all octaves.  If set
-    to FALSE then the key signature for different octaves can be
+    If set to false, then keys are the same in all octaves.  If set
+    to true then the key signature for different octaves can be
     different and is specified independently:
 
     @example
       \keysignature bes fis'
     @end example
 
-    The default value is 1.  Can be set to zero with
-    @code{\specialkey} or reset to 1 with @code{\normalkey}.
+    The default value is @code{#f}.  Can be set to @code{#t} with
+    @code{\specialkey} or reset with @code{\normalkey}.
 
   @item @code{timeSignatureStyle}@indexcode{timeSignatureStyle} @propertytype{string}
     Changes the default two-digit layout for time signatures.  The
index 8fe96e79a81f541b627aa6f545a92f04f84bdf10..a45c4702c20e104901b0b78912b37b5970bb2bcc 100644 (file)
@@ -103,11 +103,11 @@ normalsize = {
 }
 
 normalkey = {
-       \property Staff.keyOctaviation = 1
+       \property Staff.keyOctaviation = ##f
 }
 
 specialkey = {
-       \property Staff.keyOctaviation = 0
+       \property Staff.keyOctaviation = ##t
 }
 
 % End the incipit and print a ``normal line start''.