index
:
software/lilypond
stafftab
Fork of Lilypond with Stafftab patches.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
item.cc
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'item.cc')
-rw-r--r--
item.cc
5
1 files changed, 5 insertions, 0 deletions
diff --git a/item.cc b/item.cc
index 453200627b..96ec8a890a 100644
--- a/
item.cc
+++ b/
item.cc
@@ -54,3 +54,8 @@ Item::Item()
output = 0;
pstaff_ = 0;
}
+void
+Item::print() const
+{
+ output->print();
+}