]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/os-music.ly
96136d0f3b96e90c81468af270ef8892ae8b73c6
[lilypond.git] / input / tutorial / os-music.ly
1 \header {
2   title = "Zo, goed lieverd?";
3   subtitle = "How's, this babe?";
4   composer = "JCN";
5   opus = "1";
6   piece = "Laid back";
7 }
8 global = {
9   \time 2/4;
10   \skip 2*4; \bar "|.";
11 }
12 Key = \notes \key as \major;
13 flautoI = \notes\relative c'' {
14   f8 g f g f g f g
15   bes as bes as bes as bes as
16 }
17 flautoII = \notes\relative c'' {
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 }