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-0.1.12
[lilypond.git]
/
src
/
pstaff.cc
blob
ce7f7b0da082b5abd472b1a38a36ac14141ef7c9
1
#include
"pstaff.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
}