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.4
[lilypond.git]
/
ly
/
paper16.ly
blob
14fab61a393479666a135adb1c1ed6496254bdf8
1
% paper16.ly
2
3
4
5
\version
"1.2.0"
;
6
7
paper
_
sixteen
=
\paper
{
8
staffheight
=
16.0
\pt
;
9
10
% ugh, see table16 for sizes
11
quartwidth
=
5.28
\pt
;
12
wholewidth
=
7.92
\pt
;
13
14
font
_
large
=
12
.
;
15
font
_
Large
=
10
.
;
16
font
_
normal
=
8
.
;
17
font
_
script
=
7
.
;
18
19
magnification
_
dynamic
=
1.0
;
20
font
_
finger
=
4
.
;
21
font
_
volta
=
5
.
;
22
font
_
number
=
8
.
;
23
font
_
dynamic
=
10
.
;
24
font
_
mark
=
10
.
;
25
26
0
=
\font
"feta16"
27
-
1
=
\font
"feta13"
28
-
2
=
\font
"feta11"
29
30
"font_feta-2"
=
11
.
;
31
"font_feta-1"
=
13
.
;
32
"font_feta"
=
16
.
;
33
34
\include
"params.ly"
;
35
}
36
37
\paper
{
\paper_sixteen
}