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