]> git.donarmstrong.com Git - lilypond.git/blob - src/item.cc
release: 0.0.21
[lilypond.git] / src / item.cc
1 #include "debug.hh"
2 #include "item.hh"
3
4 Item::Item()
5 {
6     pcol_ = 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