From: Graham Percival Date: Sun, 12 Sep 2004 21:31:48 +0000 (+0000) Subject: Fixed bug in numbered time signatures. X-Git-Tag: release/2.3.17~45 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=39fe1b302e175e73b5185ec4c5f8eb19709a0778;p=lilypond.git Fixed bug in numbered time signatures. --- diff --git a/ChangeLog b/ChangeLog index 0ab8e4e927..e5ba0c450f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-12 Graham Percival + + * Documentation/user/notation.itely: fixed Time Signature numbers bug. + 2004-09-12 Han-Wen Nienhuys * scm/define-grobs.scm (all-grob-descriptions): longer diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 8b6156757b..02245471f2 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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