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.145
[lilypond.git]
/
init
/
paper11.ly
blob
dac7cbd31bb93aa99e88f7e6e4da5b2bf50aa8d9
1
% paper11.ly
2
3
\include
"table11.ly"
;
4
5
paper
_
eleven
=
\paper
{
6
staffheight
=
11.0
\pt
;
7
8
% ugh see table11 for sizes
9
quartwidth
=
3.63
\pt
;
10
wholewidth
=
5.45
\pt
;
11
12
arithmetic
_
basicspace
=
2
.
;
13
arithmetic
_
multiplier
=
4.8
\pt
;
14
15
0
=
\symboltables
{
\table_eleven
}
16
\include
"params.ly"
;
17
}
18