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