]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-internal-grob-properties):
authorhanwen <hanwen>
Tue, 9 May 2006 10:54:34 +0000 (10:54 +0000)
committerhanwen <hanwen>
Tue, 9 May 2006 10:54:34 +0000 (10:54 +0000)
readd chord-tremolo.

ChangeLog
scm/define-grob-properties.scm

index 778ea83b558c95f93fedc2b57613b84fc0a8d33b..e8321abc992ffb493dd219173b7ddfd3bf880475 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       readd chord-tremolo.
+
 2006-05-09  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/changing-defaults.itely: oops, \item -> @item.
index 037c1fdd729cce489689d2b15e45233f95560c3e..906d20916bacfb256a8358a6100ef1a3721ee46c 100644 (file)
@@ -482,6 +482,7 @@ function is to protect objects from being garbage collected.")
      (bracket ,ly:grob? "the bracket for a  number.")
      (direction-source ,ly:grob? "in case side-relative-direction is
 set, which grob to get the direction from .")
+     (chord-tremolo ,boolean? "")
      (dot ,ly:grob? "reference to Dots object.")
      (dots ,ly:grob-array? "multiple Dots objects.")
      (figures ,ly:grob-array? "Figured bass objects for continuation line.")