]> git.donarmstrong.com Git - lilypond.git/blob - input/twinkle.ly
release: 0.0.49
[lilypond.git] / input / twinkle.ly
1 %  "Ah, vous dirais-je, maman" 
2 %  "Altijd is Kortjakje ziek"
3 %  "Twinkle twinkle little star"
4
5 % Copyright: none
6
7 melody = \melodic{
8         \clef\violin;
9         c4 c | g g | a a | g g |
10         f f | e e | d d8.( e16 | )c2 | % :|
11
12         g g | f f | e e | d d |
13         g g | f f | e( e8. f16 | e )d |
14
15         c c | g g | a a | g g |
16         f f | e e | d d8.( e16 | )c2 % :|
17         \bar ":|";
18 }
19
20 accompany = \melodic {
21         \clef \bass;
22         \octave'c;
23         \duration 4;
24         c4 c' | e' c' | f' c' | e' c' | 
25         d' b | c' a | f g | c2 | 
26
27         e' g | d g | c' g | b g | 
28         e' g | d' g | c' c'8.( d'16 | c' )b |
29
30         c c' | e' c' | f' c' | e' c' | 
31         d' b | c' a | f g | c2 
32         \bar ":|";
33 }
34
35 global = \melodic {
36                 \meter 2 / 4;
37                 \skip 2*24;
38 %               \bar "||";
39         }
40
41 tekst = \lyric{ 
42         Al- tijd is Kort- jak- je ziek,2
43         midden in_de week maar s'_zon- dags niet.2
44         s'_Zon- dags gaat ze naar de kerk,2
45         met een boek vol zil- ver werk.2
46         Al- tijd is Kort- jak- je ziek,2
47         midden in_de week maar s'_zon- dags niet.2
48 }
49
50 hegedraagjetekst = \lyric{ 
51         Al- tijd zuigt Bill Gates mijn piek,2
52         "\TeX" is slecht- ser dan mu- ziek.2
53         s'_Zon- dags gaat het door een raam,2
54         Weet dat ik me er- voor schaam.2
55         Al- tijd zuigt Bill Gates mijn piek,2
56         "\TeX" is slecht- ser dan mu- ziek.2
57 }
58
59 texte = \lyric{ 
60          
61         \textstyle "italic" ;
62         Ah! vous dir- ai_- je ma man2
63         Ce qui cau- se mon tour- ment2
64         Pa- pa veut que je rai- sonne2
65         Comme un- e grand- e per- sonne2
66         Moi je dis que les bon- bons2
67         Val- ent mieux que la rai- son2
68         
69 }
70
71 texti = \lyric{
72         
73         \textstyle "roman";
74         Twin- kle, twin- kle, lit- tle star,2
75         How I won- der what you are.2
76         Up a- bove the world so high,2
77         Like a dia- mond in the sky.2
78         Twin- kle, twin- kle, lit- tle star,2
79         How I won- der what you are!2
80 }
81
82 textii = \lyric{
83         When the bla- zing sun is gone,2
84         When he no- thing shines up- on,2
85         Then you show your lit- tle light,2
86         Twin- kle, twin- kle, all the night.2
87         Twin- kle, twin- kle, lit- tle star,2
88         How I won- der what you are!2
89         
90 }
91
92 textiii = \lyric{
93         
94         Then the tra- veler in the dark2
95         Thanks you for your ti- ny spark;2
96         He_could not see which way to go,2
97         If you did not twin- kle so.2
98         Twin- kle, twin- kle, lit- tle star,2
99         How I won- der what you are!2
100         
101 }
102
103 \score{
104         \staff{ melodicregs global melody }
105         \staff{ lyricregs global tekst hegedraagjetekst }
106         \staff{ lyricregs global texte }
107         \staff{ lyricregs global texti textii textiii }
108         \staff{ melodicregs global accompany }
109         \paper{
110                 \unitspace 2.5\cm
111         }
112         \midi{ 
113                 \tempo 4:120 
114         }
115 }
116