]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-column.cc
release: 0.1.8
[lilypond.git] / lily / rest-column.cc
index 9f811d39ded19fbf045bff551be9f8d1954cea96..3b17ca9ac7cd8dc8e04576b0d74699245cc82703 100644 (file)
@@ -12,7 +12,7 @@
 #include "rest-column.hh"
 #include "stem.hh"
 
-IMPLEMENT_STATIC_NAME(Rest_column);
+
 IMPLEMENT_IS_TYPE_B1(Rest_column,Head_column);
 
 
@@ -20,7 +20,7 @@ IMPLEMENT_IS_TYPE_B1(Rest_column,Head_column);
   translate the rest symbols
  */
 void
-Rest_column::translate_heads(int dy_i)
+Rest_column::translate_heads (int dy_i)
 {
     for (int i=0; i < head_l_arr_.size(); i++)
        head_l_arr_[i]->position_i_ += dy_i;