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