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-0.1.11
[lilypond.git]
/
input
/
standchen-20.ly
blob
5a9eb1b6daf36bde5d35835b1aa5abc1d40e5c97
1
%{
2
20-point version of "leise flehen meine lieder"
3
%}
4
5
\include "standchen-part.ly"
6
7
\score{
8
\themusic
9
\paper{
10
\paper_twenty
11
% 20pt music uses whole pagewidth
12
linewidth= 195.\mm;
13
14
% we want gourlay, don't set geometric
15
% geometric= 1.4;
16
gourlay_maxmeasures = 9.;
17
\output "standchen.out";
18
}
19
\midi{
20
\tempo 4 = 54;
21
}
22
}