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.5.12
[lilypond.git]
/
ly
/
paper20-init.ly
blob
13a67f08094e8fbde8e386a51df03077e771c3f3
1
% paper20-init.ly
2
3
4
\version
"1.3.146"
5
6
paperTwenty
=
\paper
{
7
staffheight
=
20.0
\pt
8
\stylesheet
#(
make-style-sheet
'
paper
20
)
9
10
\include
"params-init.ly"
11
}
12
13
\paper
{
\paperTwenty
}