]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.11
authorfred <fred>
Sun, 24 Mar 2002 19:55:43 +0000 (19:55 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:55:43 +0000 (19:55 +0000)
lily/include/bar-number-grav.hh

index ad1956648a997bf1f0dc8aadd2df9fd9bf69e28f..fcce6d53a62bc4c151b748ab2563e549968355d6 100644 (file)
   catch bars, and put a number over them.
  */
 class Bar_number_grav : public Engraver {
-    Script * script_p_;
-    int number_i_;
+  Script * script_p_;
 protected:
 
-    void acknowledge_element (Score_elem_info);
-    void do_pre_move_processing();
+  void acknowledge_element (Score_elem_info);
+  void do_pre_move_processing();
 public:
-    Bar_number_grav();
-    DECLARE_MY_RUNTIME_TYPEINFO;
+  Bar_number_grav();
+  DECLARE_MY_RUNTIME_TYPEINFO;
 };
 #endif // BAR_NUMBER_GRAV_HH