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.145
[lilypond.git]
/
ly
/
paper-as5.ly
blob
78959978dbd6912621c5a64649bd0bc34068dcbd
1
% paper-as5.ly
2
3
\version
"1.3.120"
;
4
5
paperA
s
Five
=
\paper
{
6
staffheight
=
5
.
\char
;
7
8
\stylesheet
#(
as
-make-style-sheet
'
as
5
)
9
10
\translator
{
\StaffContext
barSize
=
\staffheight
;
}
11
12
% no beam-slope
13
%\translator { \VoiceContext beamHeight = #0; }
14
\include
"params-as.ly"
;
15
}
16
17
\paper
{
\paperAsFive
}