]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / dots-engraver.cc
index bf0d67fd0b7c5ab3f42fb050ad12845c42353145..dba6fe6822d3099cb35bc0519f8446ea065c8890 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006--2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -36,7 +36,6 @@ Dots_engraver::acknowledge_rhythmic_head (Grob_info gi)
   Grob *note = gi.grob ();
   if (unsmob_grob (note->get_object ("dot")))
     return;
-
   
   Duration *dur = unsmob_duration (cause->get_property ("duration"));
   if (dur && dur->dot_count ())