From: carldsorensen Date: Tue, 10 Aug 2004 03:53:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.3.12~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c25cfa0551d660f68281e33a64f60c74a228b86d;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 645787ff96..9e19735766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-09 Carl Sorensen + + * scm/define-grob-properties.scm (all-user-grob-properties): fix + definition of number-type + 2004-08-08 Carl Sorensen * scm/fret-diagrams.scm : change sans-serif font encoding from diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index b45fc6b19b..e54f65478e 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -353,7 +353,7 @@ spacing constraints.") (no-stem-extend ,boolean? "If set, notes with ledger lines do not get stems extending to the middle staff line.") (number-type ,symbol? "Type of numbers to use in label. Choices -include @code{roman-lower}, @code{roman-upper}, and @code{arabic}." +include @code{roman-lower}, @code{roman-upper}, and @code{arabic}.") (old-accidentals ,list? "List of @code{(@var{pitch} . @var{accidental}) pairs.}")