lilypond-0.0.50
[lilypond.git] / lily / item.cc
blobf9adbba73c7d47c8cf4f19415d7eca87c209d34a
1 #include "debug.hh"
2 #include "item.hh"
6 Item::Item()
8 pcol_l_ = 0;
11 IMPLEMENT_STATIC_NAME(Item);
13 void
14 Item::do_print() const
16 #ifndef NPRINT
17 mtor << "(unknown)";
18 #endif