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
Massive changes - see ChangeLog.
[lilypond.git]
/
ly
/
paper-as9-init.ly
blob
1319604047fee45098adcb27403e4f9dad202764
1
% paper-as9-init.ly
2
3
\version
"1.9.0"
4
5
paperA
s
Nine
=
\paper
{
6
staffheight
=
9
.
\char
7
8
%\translator { \StaffContext barSize = \staffheight }
9
10
#(
define fonts
(
as
-make-font-list
'
as
9
))
11
12
\include
"params-as-init.ly"
13
}
14
15
\paper
{
\paperAsNine
}