repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.0.8
[lilypond.git]
/
src
/
item.cc
blob
e653c46ac6dfdd74387abe4f260323a3eb9914e2
1
#include
"debug.hh"
2
#include
"item.hh"
3
4
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