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

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

5


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
                        
                        \repeat volta 2 {
                            \stemDown c2. |
                            \stemUp bf4 a8 g4 a8 |
                            bf2. |
                            bf4 a8 g4 fs8 |
                            
                            g4 fs8 g4 gs8 |
                            a2. ~ |
                            a4. ~ a4 a8 |
                            a a a gs4 a8 |
                            
                            bf4 a8 gs4 a8 |
                            \stemDown d2. -> |
                            \stemUp g, |
                            \stemDown c4. -> c -> |
                            
                            c4 -> bf8 \stemUp g4 a8 |
                        }
                        \alternative {
                            {
                                f2. ~ |
                                f4. r4 a8 |
                                \bar ":|."
                            }
                            {
                                f2. ~ |
                                f4. r4 r8 |
                                \bar "|."
                            }
                        }
                    }
                    \addlyrics {
                        \repeat volta 2 {
                            lo! stop your lit -- tle games—
                            Don’t you think your ways you ought to mend?
                            It is -- n’t the girl I saw you with at Brigh -- ton,
                            Who— who— who’s your la -- dy
                        }
                        \alternative {
                            {
                                friend?
                                Hel -- 
                            }
                            {
                                friend?
                            }
                        }
                    }
                >> }
        { \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,>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 c,>2. ~ |
                            <a c,>4. ~ <a c,>4 a8 |
                            <a f>8[ <a f> <a f>] <gs f>4 <a f>8 |
                            
                            <bf f>4 <a f>8 <gs f>4 <a f>8 |
                            d2. -> |
                            <g, d> |
                            <c c,>4. -> <c fs, ds> |
                            
                            <c g e>4 -> bf8 <g e>4 a8 |
                        }
                        \alternative {
                            {
                                <f c a>4 \< \stemDown <f' f,>8 \stemUp <c f,>4 \stemDown d8 \! |
                                \stemUp <e bf e,>8[ <d bf e,> <e bf e,>] <c bf e,>4 a8 |
                            }
                            {
                                <f c a>4. <c' bf e,> -> |
                                \stemDown <f c a>2. -> |
                            }
                        }
                    }
                >> }
                { \new Voice <<
                    \relative c' {
                        \clef treble \key f \major
                        \time 6/8
                        \repeat volta 2 {
                            s2. |
                            s |
                            \stemDown bf8[ c cs] d4. |
                            s2. |
                            
                            s |
                            s |
                            s |
                            s |
                            
                            s |
                            r4 fs8 g4 a8 |
                            s2. |
                            s |
                            
                            s |
                        }
                        \alternative {
                            {
                                s2. |
                                s |
                            }
                            {
                                s2. |
                                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 |
                            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 \stemDown f4 g8 |
                            a4. ~ a4 a8 |
                            <c f,>4 <c f,>8 <b f>4 <c f,>8 |
                            
                            <d f,>4 <c f,>8 <b f>4 <c f,>8 |
                            \stemUp c2. |
                            \stemDown <bf g> |
                            \stemUp c,,4. \stemDown <a'' c,> |
                            
                            <bf c,> <bf c,> |
                        }
                        \alternative {
                            {
                                \stemUp <f f,> <a a,> |
                                <g g,> <c, c,>4 r8 |
                            }
                            {
                                \stemUp <f f,>4. <c c,> -> |
                                _\markup { \italic{D. C.} \musicglyph "scripts.segno" }
                                <f, f,>2. -> |
                            }
                        }
                    }
                >> }
                { \new Voice <<
                    \relative c {
                        \clef bass \key f \major
                        \time 6/8
                            
                        \repeat volta 2 {
                            s2. |
                            s |
                            s |
                            s |
                            
                            s |
                            s |
                            s |
                            s |
                            
                            s |
                            \stemDown d4 d8 e4 fs8 |
                            s2. |
                            s |
                            
                            s |
                        }
                        \alternative {
                            {
                                s2. |
                                s |
                            }
                            {
                                s2. |
                                s |
                            }
                        }
                    }
                >> }
            >> }
        >> }
    >> }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}
lo! stop your little games—
Don’t you think your ways you ought to mend?
It isn’t the girl I saw you with at Brighton,
Who—who—who’s your lady friend?

Hello! Hello! Who’s your lady friend.
H.S.