]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/os-music.ly
patch::: 1.3.137.jcn2
[lilypond.git] / input / tutorial / os-music.ly
1 \header {
2   title = "Zo, goed lieverd?";
3   subtitle = "How's, this babe?";
4   composer = "JCN";
5   piece = "Laid back";
6 }
7 global = \notes {
8   \time 2/4;
9   \skip 2*4; \bar "|.";
10 }
11 Key = \notes \key as \major;
12 flautoI = \notes\relative c'' {
13   f8 g f g f g f g
14   bes as bes as bes as bes as
15 }
16 flautoII = \notes\relative c'' {
17 %  d8 es d es R1 d4 ~ d
18   as8 bes as bes R1 d4 ~ d
19 }
20 tromboI = \notes\relative c'' {
21   c4. c8 c8 c4. es4 R1*1/2 es4
22 }
23 tromboII = \notes\relative c'' {
24   as4. as8 as8 as4. R1*1/2 as4 es'
25 }
26 timpani = \notes\relative c, {
27   \times 2/3 { f4 f f }
28   \times 4/5 { as8 as as as as }
29 }
30 corno = \notes\relative c' {
31    bes4 d f, bes d f, bes d
32 }