X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-signature.cc;h=9beda767489e702a774af277d2f294342772f58f;hb=9d5b78dfc79e820d6aafdc9f403741fddcf44653;hp=85b3b878b619c393044f960d94ad877e68b19a62;hpb=41e45dd730c075e78065dfa78e5e54be664d905e;p=lilypond.git diff --git a/lily/time-signature.cc b/lily/time-signature.cc index 85b3b878b6..9beda76748 100644 --- a/lily/time-signature.cc +++ b/lily/time-signature.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2007 Han-Wen Nienhuys + (c) 1996--2009 Han-Wen Nienhuys */ #include "time-signature.hh" @@ -127,7 +127,8 @@ ADD_INTERFACE (Time_signature, "@table @code\n" "@item C\n" "4/4 and 2/2 are typeset as C and struck C, respectively." - " All other time signatures are written with two digits.\n" + " All other time signatures are written with two digits." + " The value @code{default} is equivalent to @code{C}.\n" "@item neomensural\n" "2/2, 3/2, 2/4, 3/4, 4/4, 6/4, 9/4, 4/8, 6/8, and 9/8 are" " typeset with neo-mensural style mensuration marks. All" @@ -139,9 +140,9 @@ ADD_INTERFACE (Time_signature, "@item single-digit\n" "All time signatures are typeset with a single digit, e.g.," " 3/2 is written as 3.\n" - "@end table\n" - "\n" - "See also the test-file @file{input/test/time.ly}.", + "@item numbered\n" + "All time signatures are typeset with two digits.\n" + "@end table", /* properties */ "fraction "