]> git.donarmstrong.com Git - lilypond.git/blob - input/sondag-morgen/sondag-morgen-vers-volta1.ly
Rename files
[lilypond.git] / input / sondag-morgen / sondag-morgen-vers-volta1.ly
1 \include "deutsch.ly"
2
3 marks = \lyrics {
4     \marks
5     ""1
6 }
7
8 ned = \downbow
9 op = \upbow
10
11 global = \notes {
12     \global
13     \property Score.repeatCommands = #'((volta "1"))
14     s1
15 }
16
17 akk = \lyrics {
18     \akk
19     "D11"1
20 }
21
22
23 mel = \notes {
24     \mel
25     \relative g' {
26         a2 r8 d,8 [g a]  |
27     }
28 }
29
30 kormel = \notes {
31     \kormel
32     \relative c'' {
33         d2 R2
34     }
35 }
36
37 sopsax = \notes {
38     \sopsax
39     \context Voice = sax \relative c'' { a2 r2 }
40 }
41 altsax = \notes {
42     \altsax
43     \context Voice = sax \relative c' {e2 r2 }
44 }
45 tensax = \notes {
46     \tensax
47     \context Voice = sax \relative c'  {c2 r2 }
48 }
49
50 piar = \notes {
51     \piar
52     \relative c' {
53         <c e g a> r8 d g a
54     }
55 }
56 U = \sustainUp
57 D = \sustainDown
58 pial = \notes {
59     \pial
60     s1*0 \D d1*1/2 \U \D s2 \U |
61
62 }
63 guitar = \notes {
64     \guitar
65     \relative c' {
66         <d,2-2 g-3 h-4 e-5 a-6> r2 |
67     }
68 }
69
70 cello = \notes {
71     \cello
72     R1
73 }
74
75 bas = \notes {
76     \bas
77     d1 |
78 }
79
80 \include "drumpitch-init.ly"
81 drhi = \notes {
82     \drhi
83     cymc4 tommh8 toml sn hho sn sn |
84 }
85 drlo = \notes {
86     \drlo
87     bd4. bd8 bd4 bd4    
88 }