]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Thu, 31 Oct 1996 20:46:12 +0000 (20:46 +0000)
committerfred <fred>
Thu, 31 Oct 1996 20:46:12 +0000 (20:46 +0000)
src/pstaff.cc [new file with mode: 0644]

diff --git a/src/pstaff.cc b/src/pstaff.cc
new file mode 100644 (file)
index 0000000..255fcee
--- /dev/null
@@ -0,0 +1,14 @@
+#include "pstaff.hh"
+
+PStaff::PStaff(PScore*ps)
+{
+    pscore_=ps;
+    stafsym = 0;
+}
+
+void
+PStaff::add(Item *i )
+{
+    its.bottom().add(i);
+    i->pstaff_ = this;
+}