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