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.11
[lilypond.git]
/
hdr
/
linepstaff.hh
blob
3e88f8c91530e6afb0b0dc5e6d819227463879c0
1
#include
"pstaff.hh"
2
3
struct
Linestaff
:
PStaff
{
4
5
int
nolines
;
6
7
/****************/
8
9
void
brew_molecule_p
(
Real width
);
10
Linestaff
(
int
,
PScore
*);
11
};