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