Jump to content

Page:One Hundred English Folksongs (1916).djvu/108

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

25
The trees they do grow high

Collected and arranged by
Cecil J. Sharp


music = {
    \language "english"
    { \new Staff \with { instrumentName = "VOICE" } <<
        \omit Score.BarNumber
                \set Staff.midiInstrument = "violin"
                % melody, main voice
                { \new Voice <<
                    \relative c' {
                        \autoBeamOff
                        \mergeDifferentlyDottedOn
                        \dynamicUp
                        \slurDown \tieDown
                        \stemUp
                        \override DynamicTextSpanner.dash-period = #-1
                        \override DynamicText.self-alignment-X = #1.5
                        \tempo "Allegretto espressivo"
                        \set Score.tempoHideNote = ##t \tempo 4 = 140
                        \clef treble \key g \minor
                        \time 6/8
                        
                        % page 58, line 1
                        \partial 8 r8 |
                        R2. |
                        r4 r8 r4
                        \repeat volta 3 {
                            d8 \p |
                            d4 g8 g4 a8 |
                            \stemDown bf4. \stemUp a4 a8 |
                            g4 ~ g8 f4 e8 |
                            
                            % page 58, line 2
                            d4. d4( e8) |
                            f4 f8 f4 f8 |
                            f4 g8 a([ g]) f |
                            g4( e8) c4 c8 |
                            c4. bf4 \cresc ( c8) |
                            
                            % page 58, line 3
                            d4. \stemDown d'4 c8 |
                            \stemUp f,4( a8) \stemDown c4 d8 |
                            \stemUp g,4 a8 g4 a8 |
                            g4 f8 d4 \dim e8 |
                            f4 g8 f4 d8 |
                            
                            % page 58, line 4
                            c4. bf4 c8 |
                            d g4 ~ g r8 |
                            r4 r8 r4 d8 |
                            d4( g8) g4 a8 |
                            \stemDown bf4. \stemUp a4 ~ a8 |
                        }
                    }
                    % lyrics, stanzas 1 and 2
                    \new Lyrics \with { associatedVoice = "VOICE" } { \lyricmode {
                        % page 58
                        _8 _2. _4. _4
                        \set stanza = #"1. "
                        The8 trees4 they8 do4 grow8 high,4. and4 the8 leaves4 they8 do4 grow8 green;4.
                        But4 the8 time4 is8 gone4 and8 past,4 my8 Love,4 that8 you4 and8 I4 have8 seen.4.
                        It’s4 a8 cold4. win4 -- ter’s8 night,4 my8 Love,4 when8 you4 and8 I4 must8 bide4 a8 -- lone.4
                        The8 bon4 -- y8 lad4 was8 young,4. but4 a-8 grow8 ing.4 __4
                        _8 _4. _4
                        
                        \set stanza = #"2. "
                        O8 fa4. -- ther,4 dear8 fa4. -- ther,4 I8
                    } }
                    % lyrics, stanzas 3 and 4
                    \new Lyrics \with { associatedVoice = "VOICE" } { \lyricmode {
                        % page 58
                        _8 _2. _4. _4
                        \set stanza = #"3. "
                        We’ll8 send4 him8 to4 the8 col4. -- lege4 for8 one4 __8 year4 or8 two,4.
                        And4 __8 then4 per8 -- haps4 in8 time,4 my8 Love,4 a8 man4 __8 he4 may8 grow,4.
                        I4 will8 buy4. you4 white8 rib4. -- bons4 to8 tie4 a8 -- bout4 his8 bon4 -- ny8 waist,4
                        To8 let4 the8 la4 -- dies8 know4. that4 he’s8 mar8 -- ried.4 __4
                        _8 _4. _4
                        \set stanza = #"4. "
                        At16 the16 age4 __8 of4 six8 -- teen4. O4 he8
                    } }
                    % lyrics, stanzas 5 and 6
                    \new Lyrics \with { associatedVoice = "VOICE" } { \lyricmode {
                        % page 58
                        _8 _2. _4. _4
                        \set stanza = #"5. "
                        I8 made4 my8 Love4 a8 shroud4. of4 the8 hol4 -- land,8 O4 so8 fine,4.
                        And4 __8 ev4 -- ’ry8 stitch4 I8 put4 in8 it8 __8 the8 tears4 came8 trink4 -- ling8 down;4.
                        And4 __8 I4 will8 sit4 and8 mourn4 his8 fate4 un8 -- til4 the8 day4 that8 I4 shall8 die,4
                        And8 watch4 all8 o’er4 his8 child4. while4 it’s8 grow8 -- ing.4 __4
                        _8 _4. _4
                        \set stanza = #"6. "
                        O8 now4 my8 Love4 is8 dead4. and4 __8
                    } }
                >> }
                % melody, alt voice
                { \new Voice <<
                    \relative c' {
                        \autoBeamOff
                        \mergeDifferentlyDottedOn
                        \stemDown
                        \clef treble \key g \minor
                        \time 6/8
                        
                        % page 58, line 1
                        \partial 8 s8 |
                        s2. |
                        s4. s4
                        \repeat volta 3 {
                            s8 |
                            s2. |
                            s |
                            s |
                            
                            % page 58, line 2
                            s |
                            s |
                            s |
                            s |
                            s |
                            
                            % page 58, line 3
                            d4 d8 s4. |
                            s2. |
                            s |
                            s |
                            s |
                            
                            % page 58, line 4
                            s |
                            s |
                            s4. s4 d16 d |
                            s2. |
                            s |
                        }
                    }
                >> }
        { \new PianoStaff \with { instrumentName = "PIANO" } <<
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                % piano, treble clef, voice 1
                { \new Voice <<
                    \relative c'' {
                        \mergeDifferentlyDottedOn
                        \dynamicDown
                        \override DynamicTextSpanner.dash-period = #-1
                        \override DynamicText.self-alignment-X = #1.5
                        \clef treble \key g \minor
                        \time 6/8
                        
                        % page 58, line 1
                        \stemUp \tieUp \slurUp
                        \partial 8 r8 \p |
                        r4 <g d bf>8 r4 <g d bf>8 |
                        r4 <g d bf>8 r4
                        \repeat volta 3 {
                            r8 |
                            r4 \p <g d bf>8 r4 <g d bf>8 |
                            r4 <bf e, d>8 r4 <a f d>8 |
                            r d,( g bf4. ~ |
                            
                            % page 58, line 2
                            bf4 g8 a4) e8( |
                            f4.) <bf f d>4. |
                            c( d4) a8( |
                            c4. ~) c4 a8( |
                            g4.) bf4 \cresc ( c8 |
                            
                            % page 58, line 3
                            d4. ~ d4) c8 |
                            \stemDown \slurNeutral <f c f,>4.( <a c, a>8) r r |
                            \stemUp \slurUp d,,4->( g8) e4( g8) |
                            d4( f8 bf4.) |
                            <c f,>4. \dim <bf d,> |
                            
                            % page 58, line 4
                            <f c>4 r8 <f bf,>4. \p |
                            d4( g8 \stemDown d'4 \stemUp g,8) |
                            d4( g8 \stemDown d'4 \stemUp g,8) |
                            d4( g8 \stemDown d'4 \stemUp g,8) |
                            d4( g8 f4 \stemDown d'8) |
                        }
                    }
                >> }
                % piano, treble clef, voice 2
                { \new Voice <<
                    \relative c' {
                        \mergeDifferentlyDottedOn
                        \clef treble \key g \minor
                        \time 6/8
                        
                        % page 58, line 1
                        \partial 8 s8 |
                        s2. |
                        s4. s4
                        \repeat volta 3 {
                            s8 |
                            s2. |
                            s |
                            s8 \stemDown d4 f e8 |
                            
                            % page 58, line 2
                            \tieDown d4. ~ d4 d8 ~ |
                            d4. s |
                            \slurDown <f c>( f4) d8 |
                            e4. f |
                            f4 e8 f4. |
                            
                            % page 58, line 3
                            f <g e> |
                            s2. |
                            d4. e |
                            d ~ d4 e8 |
                            s2. |
                            
                            % page 58, line 3
                            s |
                            s |
                            s |
                            s |
                            s |
                        }
                    }
                >> }
            >> }
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                % piano, bass clef, voice 1
                { \new Voice <<
                    \relative c {
                        \mergeDifferentlyDottedOn
                        \clef bass \key g \minor
                        \time 6/8
                        
                        % page 58, line 1
                        \partial 8 \stemUp \slurDown d8( |
                        g,4.) \stemDown g' |
                        \slurUp \stemUp g,( \stemDown g'4) |
                        \repeat volta 3 {
                            \stemUp \slurDown d8 |
                            g,4. \stemDown g' |
                            \stemUp g, d |
                            \stemDown <g' bf,> \stemUp \tieUp <g g,> ~ |
                            
                            % page 58, line 2
                            g4 e8 f4 \slurUp bf8( |
                            a4.) \stemDown bf,4( bf'8) |
                            a4( d8) \stemUp a4 f8 |
                            g4. a4 f8 |
                            c'4. bf4 a8 |
                            
                            % page 58, line 3
                            bf4. c |
                            \stemDown \slurNeutral <c a>( <c f,>8) r r |
                            \stemUp \tieUp bf4. ~ bf |
                            \stemDown <a d,>( <bf bf,>) |
                            \stemUp <f a,>( \stemDown <f d>) |
                            
                            % page 58, line 4
                            <a f>4 r8 <f d>4. |
                            \stemUp \slurUp g,4( \stemDown d'8 bf'4 d,8) |
                            \stemUp g,4( \stemDown d'8 bf'4 d,8) |
                            \stemUp g,4( \stemDown d'8 bf'4 d,8) |
                            \stemUp g,4( \stemDown bf'8 d,4 bf'8) |
                        }
                    }
                >> }
                % piano, bass clef, voice 2
                { \new Voice <<
                    \relative c {
                        \mergeDifferentlyDottedOn
                        \clef bass \key g \minor
                        \time 6/8
                        
                        % page 58, line 1
                        \partial 8 s8 |
                        s2. |
                        s4. s4
                        \repeat volta 3 {
                            s8 |
                            s2. |
                            s |
                            s |
                            
                            % page 58, line 2
                            \stemDown \tieDown d4. ~ d4 d8 ~ |
                            d4 c8 s4. |
                            s d4 f8 |
                            c4. ~ c |
                            c d4 f8 |
                            
                            % page 58, line 3
                            bf4. bf |
                            s2. |
                            e,4. g |
                            s2. |
                            s |
                            
                            % page 58, line 4
                            s |
                            s |
                            s |
                            s |
                            s |
                        }
                    }
                >> }
            >> }
        >> }
    >> }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout {
    \context {
      \Staff
      \consists Measure_spanner_engraver
    }
  }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}