]> git.donarmstrong.com Git - lilypond.git/blob - input/standchen-20.ly
patch::: 0.1.10.jcn1: Re: Lilypond under Win/NT (fwd)
[lilypond.git] / input / standchen-20.ly
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 }