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