]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:50:30 +0000 (19:50 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:50:30 +0000 (19:50 +0000)
lily/staffline.cc

index 7e4aa95741c9483566b1b52f1623b0ebabc9e47c..f8bbcd306bfe21d2fc184ffd7f5210fcebf337a3 100644 (file)
 
 
 IMPLEMENT_IS_TYPE_B2(Line_of_staff,Spanner,Horizontal_vertical_group);
-
-void
-Line_of_staff::add_element(Score_elem*elem_l)
-{
-    if (!elem_l->y_group_element_i_)
-       Horizontal_vertical_group::add_element(elem_l);
-}