]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grid-point-engraver.cc
(process_acknowledged): don't create
[lilypond.git] / lily / grid-point-engraver.cc
index f139d2a5ce2a3c20f2792714ce981bd897288907..c3810bac298f13674a0f1b0b2984109005bc95cf 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -29,9 +29,7 @@ Grid_point_engraver::process_music ()
       Moment now = now_mom ();
 
       if (!now.main_part_.mod_rat (mom->main_part_))
-       {
-         make_item ("GridPoint", SCM_EOL);
-       }
+       make_item ("GridPoint", SCM_EOL);
     }
 }