]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-engraver.cc
release: 1.5.29
[lilypond.git] / lily / rest-engraver.cc
index 55e1c8bde05014877b66b0139bab40f6c3db63fd..b64d874facf3d418de7fe90d03db11a7d7ea6e2f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #include "item.hh"
 #include "staff-symbol-referencer.hh"
@@ -73,7 +73,7 @@ Rest_engraver::create_grobs ()
       int durlog  = unsmob_duration (rest_req_l_->get_mus_property ("duration"))-> duration_log ();
       
       rest_p_->set_grob_property ("duration-log",
-                                gh_int2scm (durlog));
+                                 gh_int2scm (durlog));
 
       int dots =unsmob_duration (rest_req_l_->get_mus_property ("duration"))->dot_count ();