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.3.12
[lilypond.git]
/
lily
/
p-staff.cc
blob
f8ba2bb1468d399650adc93383dce0f5d117c40f
1
#include
"p-staff.hh"
2
#include
"molecule.hh"
3
4
PStaff
::
PStaff
(
PScore
*
ps
)
5
{
6
pscore_l_
=
ps
;
7
}
8
9
void
10
PStaff
::
add
(
Item
*
i
)
11
{
12
its
.
bottom
().
add
(
i
);
13
i
->
pstaff_l_
=
this
;
14
}