]> git.donarmstrong.com Git - lilypond.git/blob - src/item.cc
11096c95c006e305042076c207ed8999517b95b7
[lilypond.git] / src / item.cc
1 #include "debug.hh"
2 #include "item.hh"
3
4 Item::Item()
5 {
6     pcol_l_ = 0;
7 }
8
9 void
10 Item::print() const
11 {
12 #ifndef NPRINT
13     mtor << "item " ;
14     Staff_elem::print();
15 #endif
16
17 }
18