lilypond-1.3.18
[lilypond.git] / lily / include / clef-item.hh
blob8ef0874bacc35dfd53a781e69ad3981a60aa658c
1 /*
2 clef-item.hh -- declare Clef_item
4 (c) 1996--1999 Han-Wen Nienhuys
5 */
7 #ifndef CLEFITEM_HH
8 #define CLEFITEM_HH
9 #include "item.hh"
11 #include "direction.hh"
14 /**
15 Set a clef in a staff.
17 properties:
19 nondefault: not set because of existence of a bar
21 octave_dir: should we print an octave symbol (8), and where? (up=1, down=-1)?
23 change: is this a change clef (smaller size)?
26 class Clef_item : public Item
28 protected:
29 virtual void do_pre_processing();
30 virtual void do_add_processing ();
31 public:
32 VIRTUAL_COPY_CONS(Score_element);
35 #endif // CLEFITEM_HH