]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Wed, 23 Jul 1997 21:15:28 +0000 (21:15 +0000)
committerfred <fred>
Wed, 23 Jul 1997 21:15:28 +0000 (21:15 +0000)
lily/include/span-bar-grav.hh

index e93c3af1b773342fdc3e932e61856fa644031f07..62bc40a22699554ba67a53ea8c3aebd9e70f819b 100644 (file)
@@ -19,10 +19,13 @@ class Span_bar_engraver : public Engraver
     Vertical_align_element * valign_l_;
 public:
     NAME_MEMBERS();
+    
+    Span_bar_engraver();
+protected:
+    
     virtual void acknowledge_element(Score_elem_info);
     virtual void do_pre_move_processing();
-    Span_bar_engraver();
-
+    virtual Span_bar* get_span_bar_p()const;
 };
 
 #endif // SPAN_BAR_GRAV_HH