This page has been proofread, but needs to be validated.
116

Twinkle, Twinkle, Little Star


    \header {
        tagline = "" % no footer
    }
    \score {
        { { \new PianoStaff <<
            { \new Staff <<
                \time 2/4
                \tempo "Alegretto"
                \set Score.tempoHideNote = ##t \tempo 4 = 120
                \key f \major
                
                \relative f' {
                    f^\mf  f | <f c'>^\< <f c'> |
                    <f d'> <f d'> | <f c'>2\! |
                    <e bes'>4 <e bes'>^\> | <f a> <f a> |   
                    <d g> <e g>\! | f2 |
                    
                    <f c'>4 <f c'> | <e bes'> <e bes'> |
                    <c a'> <c a'> | <c g'>2 |
                    <f c'>4 <f c'> | <e bes'> <e bes'> |
                    <c a'> <c a'> | <c g'>2^\> |
                    
                    f4\!^\mf  f | <f c'> <f c'>^\cresc |
                    <f d'>\! <f d'> | <f c'>2 |
                    <e bes'>4 <e bes'> | <f a>^\dim <f a>\! |   
                    <d g> <e g> | <a, c f>2 \bar "|."
                }
                \addlyrics {
                    \set stanza = #"1. "
                    Twin -- kle, twin -- kle,
                    lit -- tle star;
                    How I won -- der
                    what you are,
                    
                    Up a -- bove the
                    world so high,
                    Like a dia -- mond
                    in the sky!
                    
                    Twin -- kle, twin -- kle,
                    lit -- tle star;
                    How I won -- der
                    what you are!
                }
                \addlyrics {
                    \set stanza = #"2. "
                    
                    When the bla -- zing
                    sun is gone,
                    When he noth -- ing
                    shines up -- on,
                    
                    Then you show your
                    lit -- tle light,
                    Twin -- kle, twin -- kle
                    all the night.
                }
            >> }
            { \new Staff <<
                \time 2/4
                \tempo "Alegretto"
                \clef "bass"
                \key f \major
                
                \relative f {
                    <f a>4 <f a> | a a |
                    bes bes | a2 |
                    g4 c, | f d |
                    bes c | <f a>2 |
                    
                    a4 a | g g |
                    f f | e2 |
                    a4 a | g g |
                    f f | e( c) |
                        
                    <f a>4 <f a> | a a |
                    bes bes | a2 |
                    g4 c, | f d |
                    bes c | f,2 |
                }
            >> }
        >> } }
          \layout { \context {
          } }
        \midi { }
    }

Song of the Moon


    \header {
        tagline = "" % no footer
    }
    \score {
        \language "english"
        { { \new PianoStaff <<
            { \new Staff <<
                \time 2/4
                \tempo "Andante"
                \set Score.tempoHideNote = ##t \tempo 4 = 76
                \key d \major
                
                \relative d' {
                    \partial 8 d8^\p |
                    fs fs <cs a'> a'16 g |
                    fs4 e8 e |
                    d(^\< e16 fs ^\> g8 fs \!) |
                    e4 r8 a |
                    b[( a ^\cresc b cs)] |
                    d[( b a g)] |
                    fs fs ^\dim a g16 e |
                    \partial 4. d4 \! r8 \bar "|."
                }
                \addlyrics {
                    \set stanza = #"1. "
                    
                    
                }
                \addlyrics {
                    \set stanza = #"2. "
                    
                    
                }
            >> }
            { \new Staff <<
                { \new Voice <<
                    \time 2/4
                    \tempo "Andante"
                    \clef "bass"
                    \key d \major
                    
                    \relative d {
                        \partial 8 r8 |
                        <d a'>4 <e a>8 <cs a'> |
                        <d a'> fs <a cs> <g a> |
                        <fs a> e16 d <cs a'>8 <d a'> |
                        <a' cs>4 a,8(a') |
                        \stemUp
                        g[( fs g e)] |
                        fs[( g fs g)] |
                        s4 fs8( <cs g'>) |
                        \partial 4. s4 r8 |
                    }
                >> }
                { \new Voice <<
                    \time 2/4
                    \tempo "Andante"
                    \clef "bass"
                    \key d \major
                    
                    \relative d {
                        \stemDown
                        \partial 8 s8 |
                        s2 |
                        s |
                        s |
                        s |
                        a |
                        d4 d8 b |
                        <a a'>4 a8 a8 |
                        \partial 4. <d fs>4 r8 |
                    }
                >> }
            >> }
        >> } }
          \layout { \context {
          } }
        \midi { }
    }