]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-user-grob-properties):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Nov 2005 10:40:54 +0000 (10:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Nov 2005 10:40:54 +0000 (10:40 +0000)
remove [XY]-offset-callbacks add [YX]-offset

ChangeLog
scm/define-grob-properties.scm
scm/lily.scm

index c706db74ed4fb59c0cf3efb1d177d86ee064ea74..4adb008565ed1c97098fa0c681561c64a12d7264 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       remove [XY]-offset-callbacks add [YX]-offset
+       
 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
index 2eb918263c0ac9e16b630e3e8e6a7db032a0709f..b8c25f9bcd6f74041ada6f0acc67162f2b5d73d1 100644 (file)
      (apply define-grob-property x))
 
    `(
-     (X-offset-callbacks ,list? "A list of functions determining this
-objects' position relative to its parent. The last one in the list is
-called first.  The functions take a grob and axis argument. ")
-     (Y-offset-callbacks ,list? "see @code{X-offset-callbacks}.")
-
+     (X-offset ,number? "The horizontal amount that this object is moved relative to its X-parent")
+     (Y-offset ,number? "The vertical amount that this object is moved
+relative to its X-parent")
      (accidentals ,list? "List of alteration numbers")
      (alteration-alist ,list? "List of @code{(@var{pitch}
 . @var{accidental})} pairs for key signature.")
index 5b6912420a4bf8c9931a60b6e66ee515077b3d8c..ed56afc11dc0bdb82769d057e236a51026092ca1 100644 (file)
@@ -281,7 +281,7 @@ The syntax is the same as `define*-public'."
        (,ly:pitch? . "pitch")
        (,ly:translator? . "translator")
        (,ly:font-metric? . "font metric")
-       (,ly:callback-chain? . "callback chain")
+       (,ly:simple-closure? . "simple closure")
        (,markup-list? . "list of markups")
        (,markup? . "markup")
        (,ly:music-list? . "list of music")