From b770680590726b54ac171b9a659aa2c9f9cb5ac5 Mon Sep 17 00:00:00 2001 From: gpercival Date: Sun, 12 Sep 2004 21:31:48 +0000 Subject: [PATCH] Fixed bug in numbered time signatures. --- ChangeLog | 4 ++++ Documentation/user/notation.itely | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5