2 key-item.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
14 /// An item which places accidentals at the start of the line
15 struct Key_item
: Item
{
22 NAME_MEMBERS(Key_item
);
23 Key_item(int cposition
);
24 void add(int pitch
, int acc
);
25 void read(const Key_register
&);
26 void set_c_position(int);
28 Molecule
* brew_molecule_p()const;