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