From ee874c390d7e452cb7c5f9bbf2a2ae471e1a1b29 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:48:17 +0000 Subject: [PATCH] lilypond-1.1.36 --- lily/include/clef-item.hh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lily/include/clef-item.hh b/lily/include/clef-item.hh index 232b57ef72..effd9886b5 100644 --- a/lily/include/clef-item.hh +++ b/lily/include/clef-item.hh @@ -13,6 +13,15 @@ #include "staff-symbol-referencer.hh" /** Set a clef in a staff. + + properties: + + nondefault: not set because of existence of a bar + + octave_dir: should we print an octave symbol (8), and where? (up=1, down=-1)? + + change: is this a change clef (smaller size)? + */ class Clef_item : public Item, public Staff_symbol_referencer { protected: @@ -20,19 +29,10 @@ protected: virtual Molecule* do_brew_molecule_p() const; virtual void do_add_processing (); public: - + String symbol_; int y_position_i_; - /// is this a change clef (smaller size)? - bool change_b_; - - /// set because of existence of a bar - bool default_b_; - - /// should we print an octave symbol (8), and where? (up=1, down=-1)? - Direction octave_dir_; - VIRTUAL_COPY_CONS(Score_element); Clef_item(); }; -- 2.39.5