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.3
[lilypond.git]
/
linestaff.cc
blob
f2dd43b2b5a167e00e04dda434febf1b2143e3b4
1
#include
"linestaff.hh"
2
#include
"symbol.hh"
3
4
5
6
Linestaff
::
Linestaff
(
int
l
)
7
{
8
nolines
=
l
;
9
stafsym
=
Stretchable_symbol
::
get_linestaff
(
l
);
10
}
11