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