]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column-engraver.cc
Update.
[lilypond.git] / lily / dot-column-engraver.cc
index 79f3a276863a1e96f6d51f8926752aa6af422935..2bd44f58afe410059f32e336b29fdb1e319f5b0d 100644 (file)
@@ -56,7 +56,6 @@ Dot_column_engraver::acknowledge_grob (Grob_info info)
       if (!dotcol_)
        {
          dotcol_ = make_item ("DotColumn", SCM_EOL);
-
        }
 
       Dot_column::add_head (dotcol_, info.grob_);
@@ -67,7 +66,6 @@ Dot_column_engraver::acknowledge_grob (Grob_info info)
     }
 }
 
-
 ADD_TRANSLATOR (Dot_column_engraver,
                /* descr */ "Engraves dots on dotted notes shifted to the right of the note.\n"
                "If omitted, then dots appear on top of the notes.",