(process_lilypond_blocks): opps.
[lilypond.git] / input / twinkle.ly
blob8df196bb11f1cf247c9b0946e2b0a2aeff4e526c
1 \version "1.7.18"
2 \header{
3 filename = "twinkle.ly"
4 title = "Twinkle Twinkle Little Star"
5 composer = "Traditional"
6 enteredby = "hwn and jcn"
7 copyright = "public domain"
11 DESCRIPTION
13 traditional song in various languages.
14 "Ah, vous dirais-je, maman"
15 "Altijd is Kortjakje ziek"
16 "Twinkle twinkle little star"
20 Tested Features: lyrics, interleaving lyrics and staves, repeats,
21 auto beaming, adding lyrics to notes, hyphens
26 melody = \notes \relative c'' {
27 \clef violin
28 \property Staff.midiInstrument = "alto sax"
30 c4 c | g' g | a a | g g |
31 f f | e e | d d8.( e16 | )c2 |
33 g'4 g | f f | e e | d d |
34 g g | f f | e( e8. f16 | e4 )d |
36 c c | g' g | a a | g g |
37 f f | e e | d d8.( e16 | )c2 |
40 accompany = \notes \relative c {
41 \clef "bass"
42 c4 c' | e c | f c | e c |
43 d b | c a | f g | c,2 |
45 e'4 g, | d' g, | c g | b g |
46 e' g, | d' g, | c c8.( d16 | c4 )b |
48 c, c' | e c | f c | e c |
49 d b | c a | f g | c,2
53 tekst = \lyrics{
54 Al -- tijd is Kort -- jak -- je ziek, " "
55 midden "in de" week maar "'s zon" -- dags " " niet.
56 "'s Zon" -- dags gaat ze naar de kerk, " "
57 met een boek vol zil -- ver " " werk. " "
58 Al -- tijd is Kort -- jak -- je ziek, " "
59 midden "in de" week maar "'s zon" -- dags " " niet.
64 Ja inderdaad. Dit is geen educatieve danwel muzikaal verantwoorde
65 tekst. Mogen wij ook af en toe ergens op afgeven?
68 hegedraagjetekst = \lyrics{
69 Al -- tijd zuigt Bill Gates mijn piek, " "
70 "\TeX" is slecht -- ser dan mu -- " " ziek.
71 "'s Zon" -- dags gaat het door een raam, " "
72 Weet dat ik me er -- voor " " schaam.
73 Al -- tijd zuigt Bill Gates mijn piek, " "
74 "\TeX" is slecht -- ser dan mu -- " " ziek.
77 texte = \lyrics{
78 \property Lyrics . LyricText \set #'font-shape = #'italic
79 Ah! vous dir -- ai -- je ma -- man " "
80 Ce qui cau -- se mon tour -- " " ment
81 Pa -- pa veut que je rai -- son -- ne
82 Comm' u -- ne gran -- de per -- " " son -- ne
83 Moi je dis que les bon -- bons " "
84 Va -- lent mieux que la rai -- " " son
87 texti = \lyrics{
89 Twin -- kle, twin -- kle, lit -- tle star, " "
90 How I won -- der what you " " are.
91 Up a -- bove the world so high, " "
92 Like a dia -- mond in the " " sky. " "
93 Twin -- kle, twin -- kle, lit -- tle star, " "
94 How I won -- der what you " " are!
97 textii = \lyrics{
98 When the bla -- zing sun is gone, " "
99 When he no -- thing shines up -- " " on,
100 Then you show your lit -- tle light, " "
101 Twin -- kle, twin -- kle, all the " " night. " "
102 Twin -- kle, twin -- kle, lit -- tle star, " "
103 How I won -- der what you " " are!
106 textiii = \lyrics{
107 Then the tra -- veler in the dark " "
108 Thanks you for your ti -- ny " " spark
109 He could not see which way to go,
110 If you did not twin -- kle " " so. " "
111 Twin -- kle, twin -- kle, lit -- tle star, " "
112 How I won -- der what you " " are!
115 \score{
116 \notes <
117 \property Score.automaticMelismata = ##f
118 \context Staff=i s1
119 \context Lyrics=top s1
120 \context GrandStaff <
121 \context Staff=ii \repeat volta 2 <
122 \time 2/4
123 \melody >
124 \context Staff=iii \repeat volta 2 <
125 \accompany >
127 \context Lyrics=bottom s1
128 % ugh, \repeat in \addlyrics dumps core
129 \addlyrics
130 \context Staff = i < \melody>
132 %\repeat fold 2 {}
133 %\alternative {
134 \context Lyrics = top \tekst
135 \context Lyrics = top \texte
137 %\repeat fold 3 {}
138 %\alternative {
139 \context Lyrics = bottom \texti
140 \context Lyrics = bottom \textii
141 \context Lyrics = bottom \textiii
145 \paper{ }
146 \midi{ \tempo 4 = 120 }