]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-script-engraver.hh
patch::: 1.3.45.jcn2
[lilypond.git] / lily / include / bar-script-engraver.hh
index dec3c05ef6686107f48adef00e9be76832f6f921..2e330e88a4d70d820df2d9ea03d22dddd20309db 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,17 +21,16 @@ class Bar_script_engraver : public Engraver
 public:
   VIRTUAL_COPY_CONS(Translator);
 protected:
-  Staff_side_item* staff_side_p_;
   Text_item* text_p_;
   Protected_scm visibility_lambda_;
   String type_;
   Axis axis_;
-  bool hang_on_clef_b_;
+
 protected:
   /**
     Put the script on #it#
    */
-  void do_acknowledge_element (Item *it);
+  void attach_script_to_item (Item *it);
   /**
      Return non-nil if we want to hang something on this.
    */