Jump to content

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

From Wikisource
This page has been validated.

music = {
    \language "english"
    { \new Staff \with { instrumentName = "VOICE" } <<
        \omit Score.BarNumber
                \set Staff.midiInstrument = "violin"
                % melody, main voice
                { \new Voice <<
                    \relative g' {
                        \autoBeamOff
                        \set Score.tempoHideNote = ##t \tempo 4 = 100
                        \clef treble \key bf \major
                        \mergeDifferentlyDottedOn
                        \override DynamicTextSpanner.dash-period = #-1
                        \override DynamicText.self-alignment-X = #1.5
                        
                        \repeat volta 3 {
                            % page 168, line 1
                            \time 3/8
                            \stemUp \slurUp \tieUp
                            d8 e fs |
                            \time 6/8 g4 r8 r4 r8 |
                            g a g f g a |
                            
                            % page 168, line 2
                            bf c \stemDown bf \stemUp a4 r8 |
                            g4 a8 bf([ a]) g |
                            g \stemDown bf c d4 \stemUp g,8 |
                            
                            % page 168, line 3
                            \stemDown d'( d) d e d c |
                            d ~ d \stemUp g, f g a |
                            \stemDown bf([ c]) bf \stemUp a a g |
                        }
                    }
                    % lyrics, stanzas 1, 2 and 7
                    \new Lyrics \with { associatedVoice = "VOICE" } { \lyricmode {
                        % page 168
                        lov8 -- er8 of8 mine.4 _8 _4 _8
                        \set stanza = #"2. "
                        Tell8 her8 to8 make8 me8 a8 cam4 -- bric8 shirt,4 _8
                        Pars4 -- ley,8 sage,4 rose8 -- ma8 -- ry8 and8 thyme,4
                        With8 -- out8 a8 -- ny8 nee8 -- dle8 or8 thread8 __8 work’d8 in8 it,8
                        And8 she4 shall8 be8 a8 true8
                    } }
                    % lyrics, stanzas 3 and 4
                    \new Lyrics \with { associatedVoice = "VOICE" } { \lyricmode {
                        % page 168
                        lov8 -- er8 of8 mine.4 _8 _4 _8
                        \set stanza = #"4. "
                        Tell8 her8 to8 plough8 me8 an8 a8 -- cre8 of8 land,4 _8
                        Pars4 -- ley,8 sage,4 rose8 -- ma8 -- ry8 and8 thyme,4
                        Be8 -- tween4 the8 sea8 and8 the8 salt8 __8 sea8 strand,4
                        And8 she4 shall8 be8 a8 true8
                    } }
                    % lyrics, stanzas 5 and 6
                    \new Lyrics \with { associatedVoice = "VOICE" } { \lyricmode {
                        % page 168
                        lov8 -- er8 of8 mine.4 _8 _4 _8
                        \set stanza = #"6. "
                        Tell8 her8 to8 reap8 it8 with16 a16 sick8 -- le8 of8 leath8 -- er,8 _8
                        Pars4 -- ley,8 sage,4 rose8 -- ma8 -- ry8 and8 thyme,4
                        And8 tie8 it8 all8 up8 with8 a8 tom4 -- tit’s8 feath8 -- er,8
                        And8 she4 shall8 be8 a8 true8
                    } }
                >> }
                % melody, alt voice
                { \new Voice <<
                    \relative d'' {
                        \autoBeamOff
                        \clef treble \key bf \major
                        \mergeDifferentlyDottedOn
                        
                        \repeat volta 3 {
                            % page 168, line 1
                            \time 3/8
                            \stemDown \slurDown \tieDown
                            s4. |
                            \time 6/8
                            s2. |
                            s2 s8 a16 a |
                            
                            % page 168, line 2
                            bf8([ c]) s8 a a s |
                            s2. |
                            s |
                            
                            % page 168, line 3
                            s |
                            s4. f8([ g]) s |
                            s2. |
                        }
                    }
                >> }
        { \new PianoStaff \with { instrumentName = "PIANO" } <<
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                % piano, treble clef, voice 1
                { \new Voice <<
                    \relative c'' {
                        \override DynamicTextSpanner.dash-period = #-1
                        \override DynamicText.self-alignment-X = #1.5
                        \clef treble \key bf \major
                        \mergeDifferentlyDottedOn
                        
                        \repeat volta 3 {
                            (
                            % page 168, line 1
                            \slurUp \stemUp \tieUp
                            \time 3/8
                            d,8 g a |
                            \time 6/8
                            bf) \p (c d ~) d( e fs |
                            \stemDown <g d g,>4.) \p <d a>( |
                            
                            % page 168, line 2
                            <d bf> <f a,>4 r8 |
                            <d g,>4. \stemUp <bf g> |
                            \stemDown <d bf> <a' d, a>4) <d, g>8 \cresc ( |
                            
                            % page 168, line 3
                            <d a>4. \stemUp <e bf e,>4. |
                            <d f,>4 \> <c e,>8 c4) \! a8( |
                            bf4. \p \tieDown <a c,>4 ~ <g c,>8 |
                            )
                        }
                    }
                >> }
                % piano, treble clef, voice 2
                { \new Voice <<
                    \relative e' {
                        \clef treble \key bf \major
                        \mergeDifferentlyDottedOn
                        
                        \repeat volta 3 {
                            % page 168, line 1
                            \time 3/8
                            \stemDown \slurUp \tieUp
                            d4. |
                            \time 6/8 bf' g4 a8 |
                            s2. |
                            
                            % page 168, line 2
                            s |
                            s |
                            s |
                            
                            % page 168, line 3
                            s |
                            s4. f |
                            f4 d8 s4. |
                        }
                    }
                >> }
            >> }
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                % piano, bass clef, voice 1
                { \new Voice <<
                    \relative g {
                        \clef bass \key bf \major
                        \mergeDifferentlyDottedOn
                        
                        \repeat volta 3 {
                            % page 168, line 1
                            \time 3/8
                            \stemUp \slurUp \tieUp
                            d8 e fs |
                            \time 6/8 g a bf \stemDown <c c,>4 <a d,>8 |
                            <bf g>4. <f' d> |
                            
                            % page 168, line 2
                            \stemUp f4 d8 \stemDown <c f,>4 r8 |
                            <bf g>4. <d e,> |
                            <e d> <f d>4 <d bf>8 |
                            
                            % page 168, line 3
                            <d f,>4. <c c,> |
                            \stemUp bf4 c8 ~ c4. |
                            bf c,8 d e |
                        }
                    }
                >> }
                % piano, bass clef, voice 2
                { \new Voice <<
                    \relative c {
                        \clef bass \key bf \major
                        \mergeDifferentlyDottedOn
                        
                        \repeat volta 3 {
                            % page 168, line 1
                            \time 3/8
                            \stemDown
                            d4. |
                            \time 6/8
                            g s |
                            s2. |
                            
                            % page 168, line 2
                            bf4. s |
                            s2. |
                            s |
                            
                            % page 168, line 3
                            s |
                            g4. a4 f8 |
                            d bf4 f a8 |
                        }
                    }
                >> }
            >> }
        >> }
    >> }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout {
    \context {
      \Staff
      \consists Measure_spanner_engraver
    }
  }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}