]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixed bug in numbered time signatures.
authorGraham Percival <graham@percival-music.ca>
Sun, 12 Sep 2004 21:31:48 +0000 (21:31 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 12 Sep 2004 21:31:48 +0000 (21:31 +0000)
ChangeLog
Documentation/user/notation.itely

index 0ab8e4e927a61f3df3d4156720c0cb3e7b9571bb..e5ba0c450fd1d961bbf518a3cc5d332e1da9019b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-12  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: fixed Time Signature numbers bug.
+
 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * scm/define-grobs.scm (all-grob-descriptions): longer
index 8b6156757b7a196fd49d76f792eb63f9056218e6..02245471f2df2df1886c06ac36b1da159b951025 100644 (file)
@@ -1096,7 +1096,6 @@ command
 \time 2/4 c'2 \time 3/4 c'2. 
 @end lilypond
 
-@c  FIXME: broken numbers for 4/4 and 2/2 time.
 The symbol that is printed can be customized with the @code{style}
 property.  Setting it to @code{#'()} uses fraction style for 4/4 and
 2/2 time,
@@ -1104,7 +1103,7 @@ property.  Setting it to @code{#'()} uses fraction style for 4/4 and
 @lilypond[fragment,verbatim]
 \time 4/4 c'1
 \time 2/2 c'1
-\override TimeSignature #'style = #'()
+\override Staff.TimeSignature #'style = #'()
 \time 4/4 c'1
 \time 2/2 c'1
 @end lilypond