From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Mon, 12 Dec 2005 23:41:45 +0000 (+0000)
Subject: (all-grob-descriptions): set
X-Git-Tag: release/2.7.23~8
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f145e896ca0408f4c13579f427579c70e33b0d17;p=lilypond.git

(all-grob-descriptions): set
springs-and-rods (thanks Joe!)
---

diff --git a/ChangeLog b/ChangeLog
index 5f22f7cc20..2df629a60f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+	* scm/define-grobs.scm (all-grob-descriptions): set
+	springs-and-rods (thanks Joe!)
+
 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
 
 	* input/no-notation/display-lily-tests.ly (test): 
diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely
index 3a2becd505..717f178216 100644
--- a/Documentation/user/invoking.itely
+++ b/Documentation/user/invoking.itely
@@ -520,7 +520,11 @@ that is a bug.  We try to respond to bug-reports promptly, and fix them as
 soon as possible.  Help us by sending a defective input file, so we can
 reproduce the problem.  Make it small, so we can easily debug the
 problem.  Don't forget to tell which version of LilyPond you use!  Send
-the report to @email{bug-lilypond@@gnu.org}.
+the report via
+
+@example
+@uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs}
+@end example
 
 @ignore
 @c the bug database is not up to date enough. 
diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index 28c9b1c83e..1773f5a7df 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -971,9 +971,8 @@
 
     (MultiMeasureRest
      . (
-
 	(stencil . ,Multi_measure_rest::print)
-
+	(springs-and-rods . ,Multi_measure_rest::set_spacing_rods)
 	(Y-offset . ,Staff_symbol_referencer::callback)
 	(staff-position . 0)
 	(expand-limit . 10)