Page:Hello Hello Who's Your Lady Friend.pdf/6

From Wikisource
Jump to navigation Jump to search
This page has been proofread, but needs to be validated.

4


music = {
    \language "english"
    { \new Staff <<
                \new ChordNames \chordmode {
                    \set chordChanges = ##t
                    
                }
                \set Staff.midiInstrument = "violin"
                { \new Voice <<
                    \relative c'' {
                        \autoBeamOff
                        \tempo "Moderato"
                        \set Score.tempoHideNote = ##t \tempo 4 = 180
                        \clef treble \key f \major
                        \time 6/8
                        
                        \bar ".|:"
                        \repeat volta 2 {
                            \stemDown c4. ~ c4 \stemUp a8 |
                            \stemDown c2. |
                            \stemUp bf4 a8 g4 a8 |
                            bf2. |
                            
                            bf4 a8 g4 fs8 |
                            g4 fs8 g4 gs8 |
                            a2. ~ |
                            a |
                            
                            a4. a |
                            a2. |
                            f4 e8 f4 g8 |
                            a2. |
                            g4. gs |
                            
                            a b |
                            \stemDown d4 c8 \stemUp bf4 g8 |
                            e4. ~ e4 a8 |
                            \stemDown c4. ~ c4 \stemUp a8 |
                        }
                    }
                    \addlyrics {
                        lo! he -- llo! who’s your la -- dy friend?
                        Who’s the lit -- tle girl -- ie by your side?
                        I’ve seen you with a girl or two—
                        Oh! oh! oh! I \markup{\italic am} sur -- prised at you;
                        Hel -- lo! hel -- 
                    }
                >> }
        { \new PianoStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                { \new Voice <<
                    \relative c'' {
                        \autoBeamOff
                        \clef treble \key f \major
                        \time 6/8
                        
                        \repeat volta 2 {
                            \stemUp <c a c,>4.\p \f ~ <c a c,>4 <a f c>8 |
                            <c a c,>2. |
                            <bf e, bf>4 <a e bf>8 <g e bf>4 <a e bf>8 |
                            <bf e,>2. |
                            
                            <bf e, d>4 <a e c>8 <g e bf>4 <fs ds a>8 |
                            <g e bf>4 <fs ds a>8 <g e bf>4 <gs e bf>8 |
                            <a a,>4 <f a,>8 <e a,>4 <d a>8 |
                            <c a>[ b <c a>] <d a>4 <c a>8 |
                            
                            <a' cs,>4. <a d,> |
                            <a e>2. |
                            <f d>4 <e d>8 <f d>4 <g d>8 |
                            <a d,>2. |
                            <g f b,>4. \< <gs f b,> |
                            
                            <a f c> <b f d> |
                            <d e,>4 -> \! <c e,>8 \> <bf e,>4 <g e>8 \! |
                            e4. ~ e4 a8 |
                            <c a c,>4. ~ <c a c,>4 <a f c>8 |
                        }
                    }
                >> }
                { \new Voice <<
                    \relative c' {
                        \clef treble \key f \major
                        \time 6/8
                        
                        \repeat volta 2 {
                            s2. |
                            s |
                            s |
                            \stemDown bf8[ c cs] d4. |
                            
                            s2. |
                            s |
                            s |
                            s |
                            
                            s |
                            s |
                            s |
                            s |
                            s |
                            
                            s |
                            s |
                            s |
                            s |
                        }
                    }
                >> }
            >> }
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                { \new Voice <<
                    \relative c, {
                        \clef bass \key f \major
                        \time 6/8
                        
                        \repeat volta 2 {
                            \stemUp f4 c'8 c,4 c'8 |
                            f,4 c'8 c,4 c'8 |
                            g4 c8 c,4 c'8 |
                            g4 c8 c,4 c'8 |
                            
                            g4 c8 c,4 c'8 |
                            g4 c8 c,4 c'8 |
                            f,4 c'8 c,4 c'8 |
                            f,4 c'8 c,4 c'8 |
                            
                            \stemDown <a' a,>4. <a b,> |
                            <a cs,> \stemUp a, |
                            \stemDown <a' d,>4 <a cs,>8 <a d,>4 <a e>8 |
                            <a f>2. |
                            g4. gs |
                            
                            a b |
                            <bf c,>4 <bf c,>8 <bf c,>4 <bf c,>8 |
                            <bf c,>4. \stemUp c,,4 -> r8 |
                            f4 c'8 c,4 c'8 |
                        }
                    }
                >> }
                % multiple voices on page 3
                { \new Voice <<
                    \relative c {
                        \clef bass \key f \major
                        \time 6/8
                        
                        \repeat volta 2 {
                            s2. |
                            s |
                            s |
                            s |
                            
                            s |
                            s |
                            s |
                            s |
                            
                            s |
                            s |
                            s |
                            s |
                            s |
                            
                            s |
                            s |
                            s |
                            s |
                        }
                    }
                >> }
            >> }
        >> }
    >> }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}
lo! hello! who’s your lady friend?
Who’s the little girlie by your side?
I’ve seen you with a girl or two—
Oh! oh! Oh! I am surprised at you;

Hello! hel-

Hello! Hello! Who’s your lady friend.