]> git.donarmstrong.com Git - lilypond.git/blob - input/standchen-16.ly
patch::: 0.1.9.jcn1: tegen negen
[lilypond.git] / input / standchen-16.ly
1 % standchen-16.ly
2
3 \include "standchen-part.ly"
4
5 \score{
6         <       
7                 <       \id "Lyric" "1";
8                         \tekstI
9                          \tekstII
10                 >
11                 < \id "Piano" "";
12                         \multi 2;
13                         \melodic < \melodie \commands >
14                         \melodic < \begeleiding \commands >
15                 >
16         >
17         \paper{
18                 % 16pt mustn't use whole page width
19                 linewidth= 160.\mm;
20                 % 16pt doesn't need much space
21                 unitspace= 8.\mm;
22                 % we want gourlay, don't set geometric
23                 % geometric= 1.4;
24                 gourlay_maxmeasures = 9.;
25         }
26         \midi{
27                 \tempo 4 = 54;
28         }
29 }