From 35a48f71d9b81fe4aba9b4bcc494a74bcbe6a2af Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 2 Nov 2005 10:40:54 +0000 Subject: [PATCH] (all-user-grob-properties): remove [XY]-offset-callbacks add [YX]-offset --- ChangeLog | 5 +++++ scm/define-grob-properties.scm | 8 +++----- scm/lily.scm | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index c706db74ed..4adb008565 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-02 Han-Wen Nienhuys + + * scm/define-grob-properties.scm (all-user-grob-properties): + remove [XY]-offset-callbacks add [YX]-offset + 2005-11-02 Mats Bengtsson * scm/define-grobs.scm (all-grob-descriptions): Added space-alist diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 2eb918263c..b8c25f9bcd 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -22,11 +22,9 @@ (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.") diff --git a/scm/lily.scm b/scm/lily.scm index 5b6912420a..ed56afc11d 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -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") -- 2.39.5