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.0.4
[lilypond.git]
/
linestaff.hh
blob
33e9d39f4e0d2409205ebc592fc1a119d4015375
1
#include
"pstaff.hh"
2
3
struct
Linestaff
:
PStaff
{
4
5
int
nolines
;
6
7
Symbol
get_stafsym
(
Real width
)
const
;
8
Linestaff
(
int
);
9
10
};