lilypond-0.1.22
[lilypond.git] / input / twinkle.ly
blob6d5c243fd1cf6e4ddb3ce1e532d91698c6402f18
1 \header{
2 filename = "twinkle.ly";
3 title = "twinkle twinkle little star";
4 description = "traditional song in various languages."
5 "Ah, vous dirais-je, maman"
6 "Altijd is Kortjakje ziek"
7 "Twinkle twinkle little star";
9 composers = "Traditional";
10 enteredby = "HWN & JCN";
11 copyright = "public domain";
14 Tested Features: lyrics
17 \version "0.1.7";
19 melody = \melodic{
20 \clef violin;
21 \octave c';
23 c4 c | g g | a a | g g |
24 f f | e e | d d8.( e16 | )c2 | % :|
26 g4 g | f f | e e | d d |
27 g g | f f | e( e8. f16 | e4 )d |
29 c c | g g | a a | g g |
30 f f | e e | d d8.( e16 | )c2 % :|
31 \bar ":|";
34 accompany = \melodic {
35 \clef "bass";
36 \octave 'c;
37 \duration 4;
38 c4 c' | e' c' | f' c' | e' c' |
39 d' b | c' a | f g | c2 |
41 e'4 g | d g | c' g | b g |
42 e' g | d' g | c' c'8.( d'16 | c'4 )b |
44 c c' | e' c' | f' c' | e' c' |
45 d' b | c' a | f g | c2
46 \bar ":|";
49 global = \melodic {
50 \meter 2 / 4;
51 \skip 2*24;
52 % \bar "|.";
55 tekst = \lyric{
56 Al-4 tijd is Kort- jak- je ziek,2
57 midden4 in_de week maar 's_zon- dags niet.2
58 's_Zon-4 dags gaat ze naar de kerk,2
59 met4 een boek vol zil- ver werk.2
60 Al-4 tijd is Kort- jak- je ziek,2
61 midden4 in_de week maar 's_zon- dags niet.2
66 Ja inderdaad. Dit is geen educatieve danwel muzikaal verantwoorde
67 tekst. Mogen wij ook af en toe ergens op afgeven?
70 hegedraagjetekst = \lyric{
71 Al-4 tijd zuigt Bill Gates mijn piek,2
72 "\TeX"4 is slecht- ser dan mu- ziek.2
73 's_Zon-4 dags gaat het door een raam,2
74 Weet4 dat ik me er- voor schaam.2
75 Al-4 tijd zuigt Bill Gates mijn piek,2
76 "\TeX"4 is slecht- ser dan mu- ziek.2
79 texte = \lyric{
81 \textstyle "italic" ;
82 Ah!4 vous dir- ai_- je ma man2
83 Ce4 qui cau- se mon tour- ment2
84 Pa-4 pa veut que je rai- sonne2
85 Comme4 un- e grand- e per- sonne2
86 Moi4 je dis que les bon- bons2
87 Val-4 ent mieux que la rai- son2
91 texti = \lyric{
93 \textstyle "roman";
94 Twin-4 kle, twin- kle, lit- tle star,2
95 How4 I won- der what you are.2
96 Up4 a- bove the world so high,2
97 Like4 a dia- mond in the sky.2
98 Twin-4 kle, twin- kle, lit- tle star,2
99 How4 I won- der what you are!2
102 textii = \lyric{
103 When4 the bla- zing sun is gone,2
104 When4 he no- thing shines up- on,2
105 Then4 you show your lit- tle light,2
106 Twin-4 kle, twin- kle, all the night.2
107 Twin-4 kle, twin- kle, lit- tle star,2
108 How4 I won- der what you are!2
112 textiii = \lyric{
114 Then4 the tra- veler in the dark2
115 Thanks4 you for your ti- ny spark;2
116 He_could4 not see which way to go,2
117 If4 you did not twin- kle so.2
118 Twin-4 kle, twin- kle, lit- tle star,2
119 How4 I won- der what you are!2
123 \score{
125 \type Grandstaff <
126 < \global
127 \melody >
128 < \global
129 \accompany >
132 % ugh
133 \lyric \type Lyrics <
134 \global \tekst >
135 \lyric \type Lyrics < \global
136 \texte >
137 \lyric \type Lyrics < \global
138 \texti \textii \textiii >
141 \paper{
143 \midi{
144 \tempo 4 = 120 ;