]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 10 Aug 2004 03:53:09 +0000 (03:53 +0000)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 10 Aug 2004 03:53:09 +0000 (03:53 +0000)
ChangeLog
scm/define-grob-properties.scm

index 645787ff963f52bdf8effe1bac2e31fc31ed0705..9e19735766a2242ef89201979ef9533e5767cff7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): fix
+       definition of number-type
+
 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
 
        * scm/fret-diagrams.scm : change sans-serif font encoding from 
index b45fc6b19bac8dc5d0ae94f9eda2db9cfd9da4db..e54f65478e11657bfef4711b818244abbea85932 100644 (file)
@@ -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.}")