release commit
[lilypond.git] / input / ascii-art / twinkle-as5.ly
blob4a348b231e11bb2b9ddc8f04fb1adc8c3f05075d
1 \version "1.5.68"
2 % ASCII Art output
4 % Process as:
6 % lilypond -fas foo.ly
7 % as2text foo.as
10 \header{
11 filename = "twinkle.ly"
12 title = "Twinkle Twinkle Little Star"
13 composer = "Traditional"
14 enteredby = "hwn and jcn"
15 copyright = "public domain"
20 \include "paper-as5.ly"
22 melody = \notes \relative c'' {
23 \time 2/4
24 c4 c | g' g | a a | g g |
26 f f | e e | d d8.( e16 | )c2 |
28 g'4 g | f f | e e | d d |
29 g g | f f | e( e8. f16 | e4 )d |
31 c c | g' g | a a | g g |
32 f f | e e | d d8.( e16 | )c2 |
36 accompany = \notes \relative c {
37 \clef "bass"
38 \time 2/4
39 c4 c' | e c | f c | e c |
41 d b | c a | f g | c,2 |
43 e'4 g, | d' g, | c g | b g |
44 e' g, | d' g, | c c8.( d16 | c4 )b |
46 c, c' | e c | f c | e c |
47 d b | c a | f g | c,2
52 text = \lyrics{
53 Twin -- kle, twin -- kle, lit -- tle star, " "
55 How I won -- der what you " " are.
56 Up a -- bove the world so high, " "
57 Like a dia -- mond in the " " sky. " "
58 Twin -- kle, twin -- kle, lit -- tle star, " "
59 How I won -- der what you " " are!
63 \score{
64 \context GrandStaff <
65 \addlyrics
66 \context Staff=upper \melody
67 \context Lyrics=between \text
68 \context Staff=lower \accompany
70 \paper{
71 \translator { \GrandStaffContext \accepts "Lyrics" }
72 indent=4.0\char
73 linewidth=78.0\char