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.1.39
[lilypond.git]
/
init
/
paper13.ly
blob
96f5e61266c986d527aa882c14732f6a66d2e9a8
1
% paper13.ly
2
3
\include
"table13.ly"
;
4
5
paper
_
thirteen
=
\paper
{
6
staffheight
=
13.0
\pt
;
7
8
% ugh see table13 for sizes
9
quartwidth
=
4.29
\pt
;
10
wholewidth
=
6.44
\pt
;
11
12
13
arithmetic
_
basicspace
=
2
.
;
14
arithmetic
_
multiplier
=
4.8
\pt
;
15
16
0
=
\symboltables
{
\table_thirteen
}
17
\include
"params.ly"
;
18
}
19