]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.64
authorfred <fred>
Tue, 26 Mar 2002 23:23:38 +0000 (23:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:23:38 +0000 (23:23 +0000)
lily/dot-column-engraver.cc

index fdcc919bfd8813355ce90c7db5b3264a2402875f..d555327c8ef1318bb9132eb1797115271499265d 100644 (file)
@@ -40,7 +40,7 @@ Dot_column_engraver::acknowledge_element (Score_element_info info)
 
   if (!dotcol_p_)
     {
-      dotcol_p_ = new Dot_column( SCM_EOL);
+      dotcol_p_ = new Dot_column(get_property ("basicDotColumnProperties"));
       Side_position_interface (dotcol_p_).set_axis (X_AXIS);
       Side_position_interface (dotcol_p_).set_direction (RIGHT);      
       announce_element (Score_element_info (dotcol_p_, 0));