]> git.donarmstrong.com Git - lilypond.git/commitdiff
Cosmetic nits.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Aug 2008 00:54:14 +0000 (21:54 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Aug 2008 00:54:14 +0000 (21:54 -0300)
lily/dots-engraver.cc
lily/staff-symbol-referencer.cc

index bf0d67fd0b7c5ab3f42fb050ad12845c42353145..83eef1c05dbdc8a29049c8dfce2a672afa1c0f9a 100644 (file)
@@ -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 ())
index d623bd35b35412f93893a5c7c24497181bf54714..dbff0245c609874af177b329914bafcc8d1056d5 100644 (file)
@@ -108,8 +108,6 @@ Staff_symbol_referencer::extent_in_staff (Grob *me)
   return retval;
 }
 
-
-
 int
 Staff_symbol_referencer::get_rounded_position (Grob *me)
 {