]> git.donarmstrong.com Git - lilypond.git/blob - input/standchen-16.ly
patch::: 0.1.10.jcn1: Re: Lilypond under Win/NT (fwd)
[lilypond.git] / input / standchen-16.ly
1 %{
2 16-point version of "leise flehen meine lieder"
3 %}
4
5 \include "standchen-part.ly"
6
7 \score{
8         \themusic
9         \paper{
10                 % 16pt mustn't use whole page width
11                 linewidth= 160.\mm;
12                 % we want gourlay, don't set geometric
13                 % geometric= 1.4;
14                 gourlay_maxmeasures = 9.;
15                 \output "standchen.out";
16         }
17         \midi{
18                 \tempo 4 = 54;
19         }
20 }