]> git.donarmstrong.com Git - lilypond.git/commitdiff
(multi-measure-interface): add
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 23:03:45 +0000 (23:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 23:03:45 +0000 (23:03 +0000)
bound-padding to multi-measure-interface

ChangeLog
scm/define-grob-interfaces.scm

index 0d26a1cb975f7c9a271cd25741418562893f4769..6b7437cb3e4cd3ecc647847725c904f1f0bdc176 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-grob-interfaces.scm (multi-measure-interface): add
+       bound-padding to multi-measure-interface
+
 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * input/test/engraver-example.ily: update version number.
index c73ca99ab35ce9afb6f3533baf4b26b5c317edef..1cf4793b7b8cc0eedbc45b800b45c1d0da18d209 100644 (file)
@@ -81,7 +81,7 @@
 (ly:add-interface
  'multi-measure-interface
  "Multi measure rest, and the text or number that is printed over it."
- '())
+ '(bound-padding))
 
 (ly:add-interface
 'note-name-interface