diff options
Diffstat (limited to '22089-h/music')
231 files changed, 9846 insertions, 0 deletions
diff --git a/22089-h/music/4thJuly.ly b/22089-h/music/4thJuly.ly new file mode 100644 index 0000000..a45332c --- /dev/null +++ b/22089-h/music/4thJuly.ly @@ -0,0 +1,96 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "FOURTH OF JULY." + poet = "Words by Mrs. Sigourney." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + We have a good -- ly clime, Broad + vales and streams we boast; Our + moun -- tain fron -- tiers frown sub -- lime, + Old O -- cean guards our coast. +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key d \major + \autoBeamOff + \stemUp + + \partial 4 <fs a>4 | + <fs a> <fs a> | + <a d> <fs a> | + <e a>2( fs4) r8 <fs a> | + + \break + <fs a>4 <fs a> | + <a cs> <fs d'> | + <fs d'>2( <e cs'>4) r8 <fs a> | + + \break + <fs a>4 <fs a> | + <fs a d> <g b> | + <g b> <fs a> | + <d fs>2^\fermata | + + \break + r4 r8 <fs a> | + <fs d'>4 <fs a> | + <fs a>4. <e g>8 | + <d fs>2 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key d \major + \autoBeamOff + \override Stem #'neutral-direction = #up + + d4 | + d4 d | + d d | + a2( d4) r8 d8 | + + \break + \stemDown d4 d | + \stemUp cs \stemDown d | + a'2( a4) r8 d,8 | + + \break + d4 d | + d e | + e d | + d2^\fermata | + + \break + r4 r8 d8 | + d4 fs | + a4. \stemUp a,8 | + d2 +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + diff --git a/22089-h/music/4thJuly.midi b/22089-h/music/4thJuly.midi Binary files differnew file mode 100644 index 0000000..0d2820d --- /dev/null +++ b/22089-h/music/4thJuly.midi diff --git a/22089-h/music/4thJuly.pdf b/22089-h/music/4thJuly.pdf Binary files differnew file mode 100644 index 0000000..dec2a64 --- /dev/null +++ b/22089-h/music/4thJuly.pdf diff --git a/22089-h/music/africs.ly b/22089-h/music/africs.ly new file mode 100644 index 0000000..fc2250b --- /dev/null +++ b/22089-h/music/africs.ly @@ -0,0 +1,102 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE AFRIC'S DREAM." + poet = "Words by Miss Chandler." + composer = "\"Emigrant's Lament,\" arranged by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + + Why did ye wake me from my sleep? It was a + dream of bliss, And ye have torn me from that land, to + pine a -- gain in this; Me -- thought, be -- neath yon whis -- pering tree, That + I was laid to rest, The turf, with all its + + with -- 'ring flowers, up -- on my cold heart pressed. +} + +treble = \relative c' { + \clef treble + \key c \major + \time 4/4 + \autoBeamOff + \stemUp + \override Staff.TimeSignature #'style = #'() + + + \partial 4 <e g>4 | + <e g>8 <e g> <f a> <e g> <e c'>( <c e>4) <d fs>8 | + <e g>4 r8 <e g> <f a>4 <a c> | + + \break + <f d'>8[ <e c'>] <f a>4 <e g>\fermata <c e>8[ <d f>] | + <e g>4 <g e'> <e c'>4. <e c'>8 | + <f d'>[ <e c'>] <f a>4 <e g>4. <e g>8 | + + \break + <f a>4 <a c> <f d'>8.[ <e c'>16] <d b'>4 | + <e c'>2 r4 <e g c> | + <d g b> <f b d> <f b d>4. <f b d>8 | + <a c>4 <g c e> <e g>4. <e g>8 + + \break + <f a>4 <a c> <d f>8[ <c e>] <b d>[ <a cs>] | + <b d>2 r4 <e, g>4 | + <e g>4. <e g>8 <f a>4 <e g> + + \break + <e c'>8( <c e>4) <d fs>8 <e g>4. <e g>8 | + <f a>8.[ <g b>16] <a c>4 <f d'>8.[ <e c'>16] <d b'>4 | + <e c'>2. \bar "|." +} + +bass = \relative c { + \clef bass + \key c \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 4 c4 | + c8 c c c c4. c8 | + c4 r8 c8 f4 f | + + f4 f c\fermata c | + c c c4. c8 | + f4 f c4. c8 | + + f4 f g g | + c,2 r4 g' | + g g g4. g8 | + c,4 c c4. c8 | + + f4 f f fs | + g2 r4 c,4 | + c4. c8 c4 c + + c4. b8 c4. c8 | + f4 f g g | + c,2. \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + } + diff --git a/22089-h/music/africs.midi b/22089-h/music/africs.midi Binary files differnew file mode 100644 index 0000000..856c986 --- /dev/null +++ b/22089-h/music/africs.midi diff --git a/22089-h/music/africs.pdf b/22089-h/music/africs.pdf Binary files differnew file mode 100644 index 0000000..ee13995 --- /dev/null +++ b/22089-h/music/africs.pdf diff --git a/22089-h/music/areyetrulyfree.ly b/22089-h/music/areyetrulyfree.ly new file mode 100644 index 0000000..2efc41d --- /dev/null +++ b/22089-h/music/areyetrulyfree.ly @@ -0,0 +1,119 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "ARE YE TRULY FREE?" + poet = "Words by J.R. Lowell." + composer = "Air, \"Martyn.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + Men! whose boast it is that ye + Come of fa -- thers brave and free; +} + +lineTwo = \lyricmode { + If there breathe on earth a slave, + Are ye tru -- ly free and \markup{ "brave?" \hspace #1.0 \raise #3 \rightbrace } + If ye do not feel the chain, + When it works a broth -- er's pain. +} + +lineThree = \lyricmode { + Are ye not base slaves in -- deed, + Men un -- wor -- thy to be freed? +} + +treble = \relative c' { + \clef treble + \time 6/4 + \key f \major + \autoBeamOff + \stemUp + + \tag #'main { \repeat volta 2 { + <f a>2 <f a>4 <f a>2 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> \oneVoice | + <e g>2 <e g>4 <e g>2 r4 | + <f a>2 <f a>4 \stemUp <a c>2 \stemNeutral <g bf>4 | + + \break + <f a>2. <e g>2. | + \voiceOne << { f2. ~ f2 } \context Voice="1" { \voiceTwo f2. ~ f2 \oneVoice } >> \oneVoice r4 | + } } + \tag #'toDC { + <f c'>2 <f c'>4 <f c'>2 <f c'>4 | + <f d'>2. <f d'>2. | + + \break + <f c'>2. ~ <f c'>2 r4 | + \stemUp <a c>2 <a c>4 <a c>2 <a c>4 | + <bf d>2. <bf d>2. | + <a c>2. ~ <a c>2 r4 \bar "|." + } +} + +bass = \relative c { + \clef bass + \time 6/4 + \key f \major + \autoBeamOff + + \tag #'main { \repeat volta 2 { + <f c'>2 <f c'>4 <f c'>2 <f a>4 | + <c c'>2 <c c'>4 <c c'>2 r4 | + <f c'>2 <f c'>4 <f c'>2 <bf, bf' d>4 | + + \break + <c c'>2. <c bf'>2. | + <f a>2. ~ <f a>2 r4 | + } } + \tag #'toDC { + <f a>2 <f a>4 <f a>2 <f a>4 | + <bf, bf'>2. <bf bf'>2. | + + \break + <f' a>2. ~ <f a>2 r4 | + f2 f4 f2 f4 | + bf,2. bf2. | + f'2. ~ f2 r4 | + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineThree } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble \keepWithTag #'main \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass \keepWithTag #'main \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 2 ) }} +} + +%%Transcriber's Notes: + +%%A second score is provided to unfold the repeats and generate the midi.
\ No newline at end of file diff --git a/22089-h/music/areyetrulyfree.midi b/22089-h/music/areyetrulyfree.midi Binary files differnew file mode 100644 index 0000000..0234cca --- /dev/null +++ b/22089-h/music/areyetrulyfree.midi diff --git a/22089-h/music/areyetrulyfree.pdf b/22089-h/music/areyetrulyfree.pdf Binary files differnew file mode 100644 index 0000000..7d5b456 --- /dev/null +++ b/22089-h/music/areyetrulyfree.pdf diff --git a/22089-h/music/ballotbox.ly b/22089-h/music/ballotbox.ly new file mode 100644 index 0000000..70e1e4c --- /dev/null +++ b/22089-h/music/ballotbox.ly @@ -0,0 +1,127 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE BALLOT-BOX." + composer = "Air--from \"Lincoln.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + Free -- dom's con -- se -- cra -- ted \set ignoreMelismata = ##t dow -- \unset ignoreMelismata er, Cas -- ket + of a price -- less gem! No -- bler her -- it -- age of \set ignoreMelismata = ##t pow -- \unset ignoreMelismata er, + Than im -- pe -- rial di -- a -- dem! Cor -- ner -- stone, on which was + reared, Lib -- er -- ty's tri -- um -- phal dome, When her + glor -- i -- ous form \set ignoreMelismata = ##t ap -- \unset ignoreMelismata peared, 'Midst our own Green Moun -- tain home. +} + +versetwo = \lyricmode { + Guard it, Free -- men! guard it well, Spot -- less + as your maid -- en's fame! Nev -- er let your chil -- dren tell + Of your weak -- ness, of your shame; That their fa -- thers base -- ly + sold, What was bought with blood and toil, That you + bar -- tered right for gold, Here, on Free -- dom's sa -- cred soil. +} + +treble = \relative c' { + \clef treble + \key ef \major + \time 2/4 + \autoBeamOff + \stemUp + + <ef g>4. <ef g>8 | + <ef g>8 <ef g>8 <ef g>8 <ef g>8 | + <g bf>4( <f af>8) r8 | + <d f>4. <d f>8 | + + \break + <d f>8 <d f>8 <d f>8 <d f>8 | + <ef g>2 | + <ef g>4. <ef g>8 | + <ef g>8 <ef g>8 <ef g>8 <ef g>8 | + <g bf>4( <f af>8) r8 | + + \break + <d f>4. <d f>8 | + <d f>8 <d f>8 <d f>8 <d f>8 | + ef2 | + <bf' ef>4. <bf ef>8 | + <bf ef>8 <bf ef>8 <bf ef>8 <bf ef>8 | + + \break + \grace ef4( <bf d>2) | + <f c'>4. <f c'>8 | + <f c'>8 <f c'>8 <f c'>8 <af c>8 | + <g bf>2 | + ef4. <d f>8 | + + \break + <ef g>8 <f af>8 <g bf>8 <af c>8 | + \voiceOne << { d4( ef8) } \context Voice="1" { \voiceTwo bf4. \oneVoice } >> \oneVoice r8| + \stemUp <f f'>4. <f f'>8 | + <ef bf'>4 <af ef'>4 | + <g ef'>4 <f d'>4 | + <g ef'>2 \bar "|." +} + +bass = \relative c { + \clef bass + \key ef \major + \time 2/4 + \autoBeamOff + + ef4. ef8 | + ef8 ef8 ef8 ef8 | + bf4. r8 | + bf4. bf8 | + + \break + bf8 bf8 bf8 bf8 | + ef2 | + ef4. ef8 | + ef8 ef8 ef8 ef8 | + bf4. r8 | + + \break + bf4. bf8 | + bf8 bf8 bf8 bf8 | + ef2 | + ef4. ef8 | + ef8 ef8 ef8 ef8 | + + \break + g2 | + af4. af8 | + af8 af8 af8 af8 | + ef2 | + ef4. bf8 | + + \break + ef8 ef8 ef8 ef8 | + bf4( ef8) r8 | + af4. af8 | + g4 c4 | + bf4 bf,4 | + ef2 | +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \versetwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} diff --git a/22089-h/music/ballotbox.midi b/22089-h/music/ballotbox.midi Binary files differnew file mode 100644 index 0000000..53d8c9c --- /dev/null +++ b/22089-h/music/ballotbox.midi diff --git a/22089-h/music/ballotbox.pdf b/22089-h/music/ballotbox.pdf Binary files differnew file mode 100644 index 0000000..61f4c9b --- /dev/null +++ b/22089-h/music/ballotbox.pdf diff --git a/22089-h/music/beacon.ly b/22089-h/music/beacon.ly new file mode 100644 index 0000000..d06bc54 --- /dev/null +++ b/22089-h/music/beacon.ly @@ -0,0 +1,151 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "A BEACON HAS BEEN LIGHTED." + poet = "Parody by G.W.C." + composer = "Air, \"Blue-eyed Mary.\"" + source = "The Liberty Minstrel." + tagline = "" +} + + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +verseone = \lyricmode { + A bea -- con has been light -- ed, Bright as the noon -- day + sun; On worlds of mind be -- night -- ed, Its + rays are pour -- ing down; +} + +versetwo = \lyricmode { + Full many a shrine of er -- ror, And many a deed of + shame, Dis -- mayed, has shrunk in ter -- ror, Be -- + fore the light -- ed flame. + + \once \override LyricText #'self-alignment-X = #0.6 + \markup{ \raise #3 \rightbrace " Vic"} -- to -- rious, on, vic -- + to -- rious! Proud bea -- con on -- ward haste; Till + floods of light all glo -- rious, Il -- lume the mor -- al + waste, Il -- lume the mor -- al waste. + + + +} + + +treble = \relative c' { + \key f \major + \time 6/8 + \clef treble + \autoBeamOff + \stemUp + + \repeat volta 2 { \partial 8 <f a>16[ <g bf>] | + <a c>4 <a c>8 <a c>[ <c f> ] <bf d> | + <a c>4. <f a>4 <a c>8 | + <a c>8[ <g bf>] <g bf> <e g>[ <f a>] <g bf> | + + \break + <bf d>4.( <a c>8) r <f a>16[ <g bf>] | + <a c>4 <a c>8 <a c>[ <c f>] <bf d> | + <a c>4. <f a>4 <f a>8 | + + \break + <g bf>4 <g bf>8 <e g>4 <e g>8 | + f4. ~ f4 } + \repeat volta 2 { \override TextScript #'padding = #1.0 <f a>8^\markup{\bold "Chorus." } | + <e g>[ <f a>] <g bf> <e g>[ <f a>] <g bf> | + + \break + <a c>4. <f a>4 <f a>8 | + <e g>[ <f a>] <g bf> <e g>[ <f a>] <g bf> | + <a c>4. r4 <f a>16[ <g bf>] | + + \break + <a c>4 <a c>8 <a c>[ <c f>] <bf d> | + <a c>4. <f a>4 \override Score.VoltaBracket #'stencil = ##f } + \alternative {{ <f a>8 | + <g bf>4 <g bf>8 <e g>4 <e g>8 | + \break + f4. ~ f4 } + + { <a f'>8^\markup{ \bold "Last time." } | + <bf g'>4 <bf g'>8 <g e'>4 <g e'>8 | + <a f'>4. ~ <a f'>4 }} \bar "|." +} + +bass = \relative c { + \key f \major + \time 6/8 + \clef bass + \autoBeamOff + + + \repeat volta 2 { \partial 8 f8 | + f4 f8 f4 f8 | + f4. f4 f8 | + c4 c8 c4 c8 | + + f4. ~ f8 r f | + f4 f8 f4 f8 | + f4. f4 f8 | + + c4 c8 c4 c8 | + f4. ~ f4 } + \repeat volta 2 { f8 | + c4 c8 c4 c8 | + + f4. f4 f8 | + c4 c8 c4 c8 | + f4. r4 f8 | + + f4 f8 f4 f8 | + f4. f4 } + \alternative { { f8 | + c4 c8 c4 c8 | + f4. ~ f4 } + + { f8 | + c4 c8 c4 c8 | + f4. ~ f4 } } \bar "|." +} + + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \verseone } + \new Lyrics \lyricsto "treble" { \versetwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} + +%%Transcriber's Notes: + +%%Standard volta style repeats with alternative endings are used; however, the printing of the volta brackets has been suppressed to create an effect matching the original image. + +%%A separate score block has been added to unfold the repeats and alternatives, and to generate the midi.
\ No newline at end of file diff --git a/22089-h/music/beacon.midi b/22089-h/music/beacon.midi Binary files differnew file mode 100644 index 0000000..9838ee9 --- /dev/null +++ b/22089-h/music/beacon.midi diff --git a/22089-h/music/beacon.pdf b/22089-h/music/beacon.pdf Binary files differnew file mode 100644 index 0000000..5949027 --- /dev/null +++ b/22089-h/music/beacon.pdf diff --git a/22089-h/music/befree.ly b/22089-h/music/befree.ly new file mode 100644 index 0000000..3e0d40c --- /dev/null +++ b/22089-h/music/befree.ly @@ -0,0 +1,125 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "BE FREE, O MAN, BE FREE." + poet = "Words by Mary H. Maxwell." + composer = "Music by G.W.C." + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + The storm -- winds wild -- ly \set ignoreMelismata = ##t blow -- \unset ignoreMelismata ing, The burst -- ing bill -- ows + mock, +} + +lineTwo = \lyricmode { + As, with their foam -- crests \set ignoreMelismata = ##t glow -- \unset ignoreMelismata ing, They dash the sea -- girt + \markup{ "rock;" \hspace #2.0 \raise #3 \rightbrace } + A -- mid the wild com -- \set ignoreMelismata = ##t mo -- \unset ignoreMelismata tion, The + rev -- el of the sea, A voice is on the + \set ignoreMelismata = ##t o -- \unset ignoreMelismata cean, Be free, O man, be free. +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key ef \major + \autoBeamOff + \stemUp + + \repeat volta 2 { + \partial 8*1 <g' bf>8 | + <bf ef>8. <g bf>16 <g bf>8 <ef g> | + <f af>8( <g bf>4) <ef g>8 | + <f af>8. <d f>16 \voiceOne << { ef8 d } \context Voice="1" { \voiceTwo \autoBeamOff ef8 d \oneVoice } >> \oneVoice | + + \break + \partial 8*2 \stemUp ef4^\fermata + } + \partial 8*1 <ef g>8 | + <g bf> <ef g> <g bf> <ef g> | + <f af>16( <af c>4.) <g bf>16 | + + \break + <g bf>4. <ef g>8 | + <g ef'>4. <ef g>8 | + <f bf>4.^\fermata <g bf>8 | + <bf ef>8. <g bf>16 <g bf>8 <ef g> | + + \break + <ef af>16( <g bf>4.^\fermata) <ef g>16 | + <f af>8 <d f> <bf ef>8. <bf d>16 + \partial 8*3 <bf ef>4.^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key ef \major + \autoBeamOff + + \repeat volta 2 { + \partial 8*1 ef8 | + ef8. ef16 ef8 ef | + bf8 ~ bf4 ef8 | + bf8. bf16 bf8 bf + + \break + \partial 8*2 ef4^\fermata + } + + \partial 8*1 ef8 | + ef ef ef ef | + af,16 ~ af4. ef'16 | + + \break + ef4. ef8 | + ef4. ef8 | + bf4.^\fermata ef8 | + ef8. ef16 ef8 ef | + + \break + bf16 ~ bf4.^\fermata ef16 | + af,8 af bf8. bf16 + \partial 8*3 ef4.^\fermata +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + +\score { + \unfoldRepeats { + << + \context Staff = upper << + \context Voice = upper \treble + >> + \context Staff = lower << + \context Voice = lower \bass + >> + >> + } + \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4 ) }} +} + +%%Transcriber's Note: + +%%A second score block is provided to unfold the repeat and generate the midi.
\ No newline at end of file diff --git a/22089-h/music/befree.midi b/22089-h/music/befree.midi Binary files differnew file mode 100644 index 0000000..0e83037 --- /dev/null +++ b/22089-h/music/befree.midi diff --git a/22089-h/music/befree.pdf b/22089-h/music/befree.pdf Binary files differnew file mode 100644 index 0000000..18e1aa9 --- /dev/null +++ b/22089-h/music/befree.pdf diff --git a/22089-h/music/bereavedfather.ly b/22089-h/music/bereavedfather.ly new file mode 100644 index 0000000..d1d8f26 --- /dev/null +++ b/22089-h/music/bereavedfather.ly @@ -0,0 +1,75 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE BEREAVED FATHER." + poet = "Words by Miss Chandler." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." +} + + +words = \lyricmode { + + Ye've gone from me, my gen -- tle + ones! With all your shouts of mirth; A si -- lence + is with -- in my walls, A dark -- ness round my + hearth, A dark -- ness round my hearth. +} + +trebleOne = \relative c'' { + \clef treble + \key d \minor + \time 3/4 + \autoBeamOff + + \partial 4. a8 a8. a16 | a4. a8 bf a | \break + c4. a8 a a | a2 a4 | a4.\fermata a8 a a | \break + g4. g8 a g | c4. f,8 f f | a2 g4 | \break + f4.. a16 a8 a | a2 g4 | <f a>2 \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \key d \minor + \time 3/4 + \autoBeamOff + + \partial 4. a'8 a8. a16 | c4. c8 d c | + a4. d8 d e | d2 cs4 | d4.\fermata d8 f f | + c4. c8 d c | a4. a8 a a | c2 bf4 | + a4.. d16 d8 e | d2 cs4 | d2 \bar "|." +} + +bass = \relative c { + \clef bass + \key d \minor + \time 3/4 + \autoBeamOff + + \partial 4. f8 f8. f16 | f4. f8 f f | + f4. d8 d d | d2 a'4 | d,4.\fermata d8 d d | + c4. c8 a c | f4. d8 d d | f2 e4 | + d4.. d16 d8 d | a2 a4 | d2 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 4 ) }} + +} + + diff --git a/22089-h/music/bereavedfather.midi b/22089-h/music/bereavedfather.midi Binary files differnew file mode 100644 index 0000000..98ad951 --- /dev/null +++ b/22089-h/music/bereavedfather.midi diff --git a/22089-h/music/bereavedfather.pdf b/22089-h/music/bereavedfather.pdf Binary files differnew file mode 100644 index 0000000..efff73b --- /dev/null +++ b/22089-h/music/bereavedfather.pdf diff --git a/22089-h/music/bereavedmother.ly b/22089-h/music/bereavedmother.ly new file mode 100644 index 0000000..04ab685 --- /dev/null +++ b/22089-h/music/bereavedmother.ly @@ -0,0 +1,61 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE BEREAVED MOTHER." + composer = "Air, \"Kathleen O'Moore.\"" + poet = "Words by Jesse Hutchinson." + source = "Liberty Minstrel" + tagline = "" +} + +words = \lyricmode { + + Oh deep was the an -- guish of the + slave mo -- ther's heart, When called from her dar -- ling for + ev -- er to part; So grieved that lone mo -- ther, that + heart bro -- ken mo -- ther, In sor -- row and woe. +} + +treble = \relative c' { + \key a \major + \time 6/8 + \stemUp + \autoBeamOff + + \partial 8 <cs e>8 | <cs a'>8. <e b'>16 <cs a'>8 <cs a'> <e gs> <cs a'>16 <e a> | \break + <gs b>8. <gs b>16 <gs b>8 <gs b> r8 <cs, a'>16[ <e b'>] | <a cs>8. <gs d'>16 <a cs>8 <a cs> <e b'> <cs a'> \break + <gs' b> <a cs> <gs b> <gs b>[ a] <gs b> | <e cs'>8. <e d'>16 <a cs>8 <e b'>16 <fs a>8. <gs b>8 | \break + <a cs> <gs b> <e a> <d b'> <cs a'> <d fs> | <cs e >4( <e cs'>8) <gs b>4 <a cs>16[ <gs b>] | a4. ~ a4 \bar "|." +} + +bass = \relative c { + \key a \major + \time 6/8 + \clef bass + \autoBeamOff + + \partial 8 a8 | cs8. \stemUp d16 d8 \stemNeutral e e a16 a | + e8. e16 e8 e r8 e16[ e] | e8. e16 e8 a gs a | + e e e e4 e8 | a8. a16 a8 e16 fs8. e8 | + a,8 b cs e e b | e4( e8) e4 e8 | a,4. ~ a4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 8 ) }} + } + diff --git a/22089-h/music/bereavedmother.midi b/22089-h/music/bereavedmother.midi Binary files differnew file mode 100644 index 0000000..3094480 --- /dev/null +++ b/22089-h/music/bereavedmother.midi diff --git a/22089-h/music/bereavedmother.pdf b/22089-h/music/bereavedmother.pdf Binary files differnew file mode 100644 index 0000000..5e7adc7 --- /dev/null +++ b/22089-h/music/bereavedmother.pdf diff --git a/22089-h/music/blindslaveboy.ly b/22089-h/music/blindslaveboy.ly new file mode 100644 index 0000000..0fde8ae --- /dev/null +++ b/22089-h/music/blindslaveboy.ly @@ -0,0 +1,101 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE BLIND SLAVE BOY." + composer = "Music arranged from Sweet Afton." + poet = "Words by Mrs. Dr. Bailey." + source = "Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Come back to me moth -- er! why lin -- ger a -- + way From thy poor little blind boy, the long wea -- ry + day! I mark eve -- ry foot -- step, I list to each + tone, And won -- der my moth -- er should leave me a -- + lone! \set ignoreMelismata = ##t There are voi -- ces of sor -- row, and _ + voi -- ces of glee, But there's no one to joy or to + sor -- _ row _ with _ me; For _ each hath of _ + pleas -- ure and trou -- ble his share, And _ + none for the poor lit -- tle blind boy will care. +} + + +treble = \relative c' { + \key bf \major + \time 3/4 + \autoBeamOff + \stemUp + + \partial 4 <d f>4 | <d bf'> <d bf'> <f d'>8[ <ef c'>] | <d bf'> \grace bf'8 <d, bf'>4. <d f>4 | <ef g> <g bf> <ef g> | \break + + <d f>2 <d f>8[ <d f>] | <d bf'>4 <d bf'> <a' c> | <bf d> <a f'>^\fermata <bf d> | <a c>4. bf8 <c ef>[ <bf d>] | \break + + <a c>2 <d, f>4 | <d bf'> <d bf'> <f d'>8[ <ef c'>] | <d bf'>4 <d bf'> <d f> | <ef g> <g ef'>^\fermata <ef g> | \break + + <d f>2 <d f>4 | <d bf'> <d bf'> <ef c'> | <f d'> <d f'>^\fermata <ef ef'> | <d f> <d f> <f a> | \break + + <d bf'>2\fermata <f a>8[ <f bf>] | <f c'>4 <f c'> <f f'> | <f c'> <f c'> <f a>8[ <f bf>] | \break + + <f c'>4 <f bf> <e g> | f2 <f a>8[ <f bf>] | <f c'>4 <f c'> <d f'> | <f c'> <f c'> <f a> | \break + + <d bf'>8.[ <c a'>16] <d bf'>8[ <ef c'>] << { d'8.[ e16] } \new Voice = "alto" { \voiceTwo f,4 } >> | + <f f'>2 <g g'>8[ <g g'>8] | <d f'>4 <f d'> <f d'>8[ <ef c'>] | \break + + <d bf'>4 <d bf'> <d f> | <ef g> <g ef'>^\fermata <ef g> | <d f>2 <d f>8[ <d f>] | \break + + <d bf'>4 <d bf'> <ef c'> | <f d'> <d f'>^\fermata <ef ef'> | <d f> <d f> <c a'> | <d bf'>2 \bar "|." +} + + + +bass = \relative c { + \key bf \major + \time 3/4 + \clef bass + \autoBeamOff + \override Stem #'neutral-direction = #up + + \partial 4 bf4 | bf bf bf | bf8 \grace bf8 bf4. bf4 | ef ef ef | + + bf2 bf8[ bf] | d4 d f | d f^\fermata f | f4. f8 f4 | + + f2 d8[ c] | bf4 bf bf | bf bf bf | ef ef^\fermata ef | + + bf2 bf4 | bf bf f' | bf bf^\fermata ef, | \stemDown d \stemNeutral f f | + + bf,2\fermata f'8[ f ] | f4 f f | f f f8[ f] | + + c4 c c | f2 f8[ f] | f4 f f | f f f | + + bf bf8[ a] g4 | f2 ef8[ ef] | bf4 bf bf | + + d d d | ef ef^\fermata ef | bf2 bf8[ bf] | + + d4 d f | bf bf^\fermata ef, | \stemDown d \stemNeutral f f | bf,2 \bar "|." +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4 ) }} + } + + +%%Transcriber's Note: + +%%7th system, 1st bar, treble part, last note was E-flat in original, but should probably be E-natural.
\ No newline at end of file diff --git a/22089-h/music/blindslaveboy.midi b/22089-h/music/blindslaveboy.midi Binary files differnew file mode 100644 index 0000000..c541257 --- /dev/null +++ b/22089-h/music/blindslaveboy.midi diff --git a/22089-h/music/blindslaveboy.pdf b/22089-h/music/blindslaveboy.pdf Binary files differnew file mode 100644 index 0000000..e12a03f --- /dev/null +++ b/22089-h/music/blindslaveboy.pdf diff --git a/22089-h/music/break.ly b/22089-h/music/break.ly new file mode 100644 index 0000000..8953776 --- /dev/null +++ b/22089-h/music/break.ly @@ -0,0 +1,133 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "BREAK EVERY YOKE." + composer = "Tune--\"O no, we never mention her.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + Break eve -- ry yoke, the Gos -- pel cries, And + let th'op -- pressed go free, +} + +lineTwo = \lyricmode { + Let eve -- ry cap -- tive taste the joys Of + peace and lib -- er -- \markup{ "ty." \hspace #2.5 \raise #3 \rightbrace } Lord, when shall man thy + voice o -- bey, And rend each i -- ron chain, Oh + when shall love its gol -- den sway, O'er all the earth main -- tain. +} + +lineThree = \lyricmode { + Send thy good Spir -- it from a -- bove, And + melt th'op -- pres -- sor's heart, +} + +lineFour = \lyricmode { + Send sweet de -- liv -- 'rance to the slave, And + bid his woes de -- \markup{ "part." \hspace #1.5 \raise #3 \rightbrace } With free -- dom's bless -- ings + crown his day-- O'er -- flow his heart with love, Teach + him that straight and nar -- row way, Which leads to rest a -- bove. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key bf \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 f4 | + \stemUp bf4. \stemNeutral a8 bf4. c8 | + d4. d8 f4. d8 | + + \break + c4. bf8 c4. d8 + bf2 r4 + } + f'4 | + f4. a,8 a4. c8 | + + \break + c4. bf8 bf4. g8 | + f4. \stemUp bf8 \stemNeutral bf4. d8 | + c2 r4 f, | + + \break + \stemUp bf4. \stemNeutral a8 bf4. c8 | + d4. ef8 f4.^\fermata d8 | + c4. c8 f4.^\fermata a,8 + bf2 r4 \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key bf \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 bf'4 | + bf4. f8 d4. f8 | + bf4. g8 d4. f8 | + + \break + f4. f8 f4. f8 + bf,2 r4 + } + f'4 | + f4. f8 f4. f8 | + + \break + ef4. ef8 ef4. ef8 | + d4. bf8 bf'4. e,8 | + f2 r4 bf4 | + + \break + bf4. f8 d4. f8 | + bf4. f8 \stemUp d4.^\fermata \stemNeutral bf8 | + f'4. f8 f4.^\fermata f8 + bf,2 r4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineThree } + \new Lyrics \lyricsto "treble" { \lineFour } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 116 4 ) }} +} + +%%Transcriber's Notes: + +%%A second score is provided to unfold the repeats and generate the midi. The repeat for the verse under the bass line is omitted.
\ No newline at end of file diff --git a/22089-h/music/break.midi b/22089-h/music/break.midi Binary files differnew file mode 100644 index 0000000..88768a7 --- /dev/null +++ b/22089-h/music/break.midi diff --git a/22089-h/music/break.pdf b/22089-h/music/break.pdf Binary files differnew file mode 100644 index 0000000..83e0522 --- /dev/null +++ b/22089-h/music/break.pdf diff --git a/22089-h/music/brothers.ly b/22089-h/music/brothers.ly new file mode 100644 index 0000000..2721a22 --- /dev/null +++ b/22089-h/music/brothers.ly @@ -0,0 +1,139 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "BROTHERS BE BRAVE FOR THE PINING SLAVE." + composer = "Air--\"Sparkling and Bright.\"" + source = "The Liberty Minstrel." + tagline = "" +} + + +words = \lyricmode { + \set stanza = "1." + Hea -- vy and cold in his dun -- geon hold, + Is the yoke of the op -- pres -- sor; + Dark o'er the soul \set ignoreMelismata = ##t is \unset ignoreMelismata the + fell con -- trol \set ignoreMelismata = ##t Of \unset ignoreMelismata the + stern and dread trans -- gres -- sor. + Oh then come all to bring the thrall + Up from his deep de -- spair -- ing, And + out of the jaw of the ban -- dit's law, + Re -- take the prey he's tear -- ing: + O then come all to bring the thrall + Up from his deep de -- spair -- ing, + And out of the jaw of the + ban -- dit's law, Re -- take the _ prey he's tear -- ing. +} + + +treble = \relative c' { + \clef treble + \key bf \major + \time 4/4 + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + +%%%%% solo part + \once \override TextScript #'padding = #1.0 bf'4^\markup { \bold "Solo." } bf8. bf16 bf4 c8 bf | + a4 f f f8 f | + + \break + g4 c a f | + bf4.( c8) bf4 a8[ bf] | + c4 c c d8.[ c16] | + + \break + bf4 bf bf ef8( d) | + c4 a f g8[ a] | + bf4.( c8) bf4 r \bar "||" + +%%%%% chorus + \break + \set Score.measurePosition = #(ly:make-moment 3 4 ) \once \override TextScript #'padding = #1.0 <a f>8[^\markup { \bold "Chorus." } <g bf>] | + <a c>4 <a c> <a c> r8 <a c>8 | + <f d'>4 <f d'> <f d'> r8 <f d'>8 | + + \break + \stemUp <g ef'>4 <g ef'> <a d> <a c> | + <bf d>4.( <c ef>16[ <bf d>]) <a c>4 r8 <c, f>8 | + + \break + <d bf'>4 <d bf'>8 <d bf'>8 <d bf'>4 <ef a>8 <f bf>8 | + <a c>4 <a c> <a c> r8 <a c> | + + \break + <bf d>4 <bf ef>8( <a c>) <bf d>4 <a c>4 | + <bf d>4.( <c ef>8) <bf d>4 <c ef>8[ <bf d>] | + + \break + <a c>4 <a c> <a c> r8 <a c> | + <f d'>4. <f d'>8 <f d'>4 r8 <f d'> | + <g ef'>4 <g ef'> <a d> <a c> | + + \break + <bf d>4.( <c ef>16[ <bf d>]) <a c>4 r8 <c, f> | + <d bf'>4 <d bf'>8. <d bf'>16 <d bf'>4 <ef a>8 <f bf> | + + \break + <a c>4 <a c> <a c> r8 <a c> | + <bf d>4 <bf ef>8 <a c>8 <bf d>4 <a c> | + <d, bf'>2 <d bf'>4 \bar "|." +} + +bass = \relative c { + \clef bass + \key bf \major + \time 4/4 + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + + s1*8 \bar "||" + + \set Score.measurePosition = #(ly:make-moment 3 4 ) f4 | + f f f g8[ a] | + bf4 bf bf r8 bf | + + ef,4 ef f f | + f2 f8[ ef] \stemUp d[ c] \stemNeutral | + + bf4 bf8 bf bf4 bf8 \stemUp d \stemNeutral | + f4 f f g8[ a] | + + bf4 ef,8 ~ ef f4 f | + bf,2 bf4 bf | + + f'4 f f g8[ a] | + bf4. bf8 bf4 r8 f | + ef4 ef f f | + + f2 f8[ ef] d[ c] | + bf4 bf8. bf16 bf4 bf8 \stemUp d \stemNeutral | + + f4 f f g8[ a] | + bf4 ef,8 ~ ef f4 f | + bf,2 bf4 \bar "|." + +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \RemoveEmptyStaffContext } + \context { \Score \override VerticalAxisGroup #'remove-first = ##t } + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} + diff --git a/22089-h/music/brothers.midi b/22089-h/music/brothers.midi Binary files differnew file mode 100644 index 0000000..c6462ad --- /dev/null +++ b/22089-h/music/brothers.midi diff --git a/22089-h/music/brothers.pdf b/22089-h/music/brothers.pdf Binary files differnew file mode 100644 index 0000000..4c0ae4e --- /dev/null +++ b/22089-h/music/brothers.pdf diff --git a/22089-h/music/childisgone.ly b/22089-h/music/childisgone.ly new file mode 100644 index 0000000..0bf7108 --- /dev/null +++ b/22089-h/music/childisgone.ly @@ -0,0 +1,76 @@ +\version "2.10" +\include "english.ly" + + +\header { + title = "MY CHILD IS GONE." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Hark! from the winds a voice of woe, The + wild At -- lan -- tic in its flow, Bears on its breast the + mur -- mur low, My child is gone! +} + +trebleOne = \relative c' { + \key bf \major + \time 3/4 + \clef treble + \autoBeamOff + + \partial 4 bf'8 ^\markup { \bold "Doloroso." } [ c8] | + d8 d8 d4. c16[ bf16] | + g8 g8 g4 a8[ bf8] | + + \break + c8 c8 c4 bf8[ c8] | + d8 d8 d4. c8 | + d8 d8 bf4. bf8 | + + \break + c8 bf8 g4\fermata c8[ d8] | + g,2 f8.^\>[ a16] | + \stemUp bf2\! \bar "|." +} + +trebleTwo = \relative c' { + \key bf \major + \time 3/4 + \clef treble + \autoBeamOff + + \partial 4 g'8[ a8] | + bf8 bf8 bf4. c16[ d16] | + d8 d8 d4 c8[ bf8] | + + a8 a8 a4 g8[ a8] | + \stemUp bf8 bf8 bf4. a8 | + bf8 bf8 g4. g8 | + + a8 g8 bf4\fermata a8[ bf8] | + d2 c4 | + d2 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "trebleOne" { \trebleOne } + \new Lyrics \lyricsto "trebleOne" { \words } + \new Staff = "lower" \new Voice = "trebleTwo" { \trebleTwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4 ) }} + +} + diff --git a/22089-h/music/childisgone.midi b/22089-h/music/childisgone.midi Binary files differnew file mode 100644 index 0000000..5f313d7 --- /dev/null +++ b/22089-h/music/childisgone.midi diff --git a/22089-h/music/childisgone.pdf b/22089-h/music/childisgone.pdf Binary files differnew file mode 100644 index 0000000..a3ed174 --- /dev/null +++ b/22089-h/music/childisgone.pdf diff --git a/22089-h/music/clarion.ly b/22089-h/music/clarion.ly new file mode 100644 index 0000000..764c1fd --- /dev/null +++ b/22089-h/music/clarion.ly @@ -0,0 +1,108 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE CLARION OF FREEDOM." + poet = "Words from the Emancipator." + composer = "Music \"The Chariot.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + The clar -- ion-- the clar -- ion of Free -- dom now + sounds, From the east to the west In -- de -- + pend -- ence re -- sounds; From the hills, and the + streams, and the far dis -- tant skies, Let the + shout In -- de -- pend -- ence from Slav -- 'ry a -- rise. +} + +treble = \relative c' { + \key d \major + \time 2/2 + \clef treble + \autoBeamOff + \stemUp + \override Staff.TimeSignature #'style = #'() + + \partial 8 a'8 | + <fs a>2<fs a>8 r4 <d' fs>8 | + <d fs>2<d fs>8 r4 <b d>8 | + <a e'>2 <a d>4 <a cs>4 | + + \break + <a d>2 <fs a>4. <d' fs>8 | + <a d>2 <cs e>4. <cs e>8 | + <d fs>2 <cs e>4. <cs e>8 | + + \break + <b d>2 <a cs>4. <gs b>8 | + <e a>2^\fermata <fs a>4. <fs d'>8 | + <fs a>2 <d' fs>4. <cs e>8 | + + \break + <b d>2 <d, fs>4 <e g>4 | + <fs a>2 <a d>4. <g b>8 | + <fs a>2^\fermata <a d>4. <cs e>8 | + + \break + <b fs'>2 <cs e>4 <d fs>4 | + <b d>2 <fs a>4. <e' g>8 | + <a, d fs>2 <a e'>4. <a e'>8 | + <fs a d>2. \bar "|." +} + +bass = \relative c { + \key d \major + \time 2/2 + \clef bass + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + + \partial 8 \stemUp d8 | + d2 d8 r4 d8 | + d2 d8 r4 d8 | + a2 a4 a4 | + + \stemDown d2 d4. d8 | + d2 a'4. a8 | + fs2 e4. e8 | + + d2 e4. e8 | + \stemUp a,2^\fermata d4. d8 | + d2 d4. d8 | + + \stemDown d2 d4 d4 | + d2 d4. d8 | + d2^\fermata a'4. a8 | + + d2 a4 a4 | + d,2 fs4. g8 | + a2 \stemUp a,4. a8 | + d2. \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 2 ) }} + } + +%%Transcriber's Notes: + +%%3rd system, treble staff, 1st bar, last chord: G-natural changed to G-sharp to correct dissonance. + +%%4th system, bass staff, 3rd bar, 1st note: added missing fermata. diff --git a/22089-h/music/clarion.midi b/22089-h/music/clarion.midi Binary files differnew file mode 100644 index 0000000..5136b9e --- /dev/null +++ b/22089-h/music/clarion.midi diff --git a/22089-h/music/clarion.pdf b/22089-h/music/clarion.pdf Binary files differnew file mode 100644 index 0000000..9358edb --- /dev/null +++ b/22089-h/music/clarion.pdf diff --git a/22089-h/music/cofflegang.ly b/22089-h/music/cofflegang.ly new file mode 100644 index 0000000..6d4ba1c --- /dev/null +++ b/22089-h/music/cofflegang.ly @@ -0,0 +1,101 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "SONG OF THE COFFLE GANG." + poet = "Words by the Slaves." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + + See these poor souls from Af -- ri -- ca, Trans -- + port -- ed to A -- mer -- i -- ca; \set ignoreMelismata = ##t We \unset ignoreMelismata are + stolen, and sold to Geor -- gi -- a, will you + go a -- long with me? \set ignoreMelismata = ##t We \unset ignoreMelismata are stolen and sold to + Geor -- gi -- a, go sound the ju -- bi -- lee. +} + +treble = \relative c' { + \clef treble + \key f \major + \time 2/4 + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + \stemDown + + \partial 4 <a' c>4 | + <f a>8 <a c> <a c> <a c> | + <bf d> <a c> <a c>4( | + <a c>) <a c> | + + \break + <bf d>8 <d f> <d f>8. <d f>16 | + <bf d>8 <a c> <a c>4( | + <a c>) <a f'>8.( <a f'>16) | + + \break + <bf d>8 <bf d> <a c> <a c> | + <f a> <a c> <a c>4( | + <a c>) <a c>8 <a c> | + + \break + <bf d>8 <bf d> <a c> <f a> | + <a c>4\fermata <a c>8( <a c>) | + <bf d> <bf d> <bf d> <bf d> | + + \break + <a f'>8 <a f'> <a f'>8. <a f'>16 | + <bf d>8. <bf d>16 <a c>8 <a c> | + <a c>2 \bar "|." +} + +bass = \relative c { + \clef bass + \key f \major + \time 2/4 + \override Staff.TimeSignature #'style = #'() + \autoBeamOff + + \partial 4 f4 | + f8 f f f | + f f f4( | + f) f | + + d8 d d8. d16 | + f8 f f4( | + f) f8.( f16) | + + f8 f f f | + f f f4( | + f) f8 f | + + bf,8 bf f' f | + f4\fermata f8( f) | + g g g g + + f8 f f8. f16 | + bf,8. bf16 f'8 f | + f2 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + diff --git a/22089-h/music/cofflegang.midi b/22089-h/music/cofflegang.midi Binary files differnew file mode 100644 index 0000000..8f37151 --- /dev/null +++ b/22089-h/music/cofflegang.midi diff --git a/22089-h/music/cofflegang.pdf b/22089-h/music/cofflegang.pdf Binary files differnew file mode 100644 index 0000000..1c83e81 --- /dev/null +++ b/22089-h/music/cofflegang.pdf diff --git a/22089-h/music/comejoin.ly b/22089-h/music/comejoin.ly new file mode 100644 index 0000000..27693b0 --- /dev/null +++ b/22089-h/music/comejoin.ly @@ -0,0 +1,230 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "COME, JOIN THE ABOLITIONISTS." + composer = "Air--\"When I can read my title clear.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + \set stanza = "1. " Come, join the Ab -- o -- li -- tion -- ists, Ye + young men bold and strong, And with a warm and + cheer -- ful zeal, Come, help the cause a -- long: Come + help the cause a -- long, Come + help the cause a -- long; And with a warm and + cheer -- ful zeal, Come help the cause a -- long. + Oh that will be joy -- ful, joy -- ful, joy -- ful, + Oh that will be joy -- ful, When Sla -- v'ry is no + more, When Sla -- v'ry is no more, When + Sla -- v'ry is no more: 'Tis then we'll sing, and + of -- "f 'rings" bring, When Sla -- v'ry is no more. +} + +verseTwo = \lyricmode { + \set stanza = "2. " Come, + join the Ab -- o -- li -- tion -- ists, Ye + men of ri -- per years, And save your wives and + child -- ren dear, From grief and bit -- ter tears: From + grief and bit -- ter tears, From + grief and bit -- ter tears; And save your wives and + chil -- dren dear, From grief and bit -- ter tears. + Oh that will be joy -- ful, joy -- ful, joy -- ful, + Oh that will be joy -- ful, When Sla -- v'ry is no + more, When Sla -- v'ry is no more, When + Sla -- v'ry is no more: 'Tis then we'll sing, and + of -- "f 'rings" bring, When Sla -- v'ry is no more. +} + +treble = \relative c' { + \clef treble + \time 6/8 + \key bf \major + \autoBeamOff + \stemUp + + \partial 8 <d f>8 | + <d f>4 <f bf>8 { bf8[ a] } <d, bf'>8 | + <f d'>4 <f bf>8 { bf8[ a] } <g bf>8 | + + \break + <a c>4 <a c>8 <d, f>[ <ef g>] <f a> | + <d bf'>4. ~ <d bf'>4 <d f>8 | + <d f>4 <d bf'>8 <d bf'>[ <c a'>] <d bf'> | + + \break + <f d'>4 <d bf'>8 bf'8[ a] <f bf>8 | + <f c'>4 <f c'>8 <d f>[ <ef g>] <f a> | + <d bf'>4. ~ <d bf'>4 <f bf>8 | + + \break + <a c>4 <g bf>8 <a c>4 <f bf>8 | + \slurUp c'4( d8)[ ef8 d] <a c>8 | + + \break + <bf d>4 <a c>8 <bf d>4 <c ef>8 | + <d f>4. ~ <d f>4 <c ef>8 | + <bf d>4 <a c>8 <g bf>4 <c ef>8 | + + \break + <bf d>4 <a c>8 <g bf>4 <g bf>8 | + <a c>4 <a c>8 <d, f>8[ <ef g>8] <f a>8 | + \set Score.measurePosition = #(ly:make-moment 1 8) <d bf'>4. ~ <d bf'>4 \bar "|." + + \break + <f bf>4. <f bf>8 <f a> <f bf> | + <f d'>4. <d bf'> | + <f c'>4. <a c>8[ <bf d>8 <c ef>] | + <d f>4( <bf d>8) <f bf>4 r8 | + + \break + <d bf'>4. <d bf'>8 <f a> <d bf'> | + <f d'>4. <d bf'>4 <d bf'>8 | + <f c'>4 <f c'>8 <d f>8[ <ef g>8] <f a> | + + \break + <d bf'>4. ~ <d bf'>4 <a' c>8 | + <a c>4 <a c>8 <a c>4 <a c>8 | + \slurDown <a c>4( <bf d>8 <c ef>8)[ <bf d>8] <a c>8 | + + \break + <bf d>4 <a c>8 <bf d>4 <c e>8 | + <a c f>4. ~ <a c f>4 <c ef>8 | + <bf d>4 <a c>8 <d, g bf>4 <c' ef>8 | + + \break + <bf d>4 <a c>8 <g bf>4 <g bf>8 | + <d bf>4 <d bf>8 <d f>8[ <ef g>8] <f a>8 | + <d bf'>4. ~ <d bf'>4 \bar "|." +} + +alto = \relative c' { + \clef treble + \time 6/8 + \key bf \major + \autoBeamOff + \stemDown + + \partial 8 s8 | s4. f4 s8 | s4. f4 s8 | + + \break + s2. | s2. | s2. | + + \break + s4. d4 s8 | s2. | s2. | + + \break + s2. | \tieDown a'4. ~ a4 s8 | + + \break + s2. | s2. | s2. | + + \break + s2. | s2. \bar "|" s4. s4 \bar "|." + + \break + s2. | s2. | s2. | s2. | + + \break + s2. | s2. | s2. | + + \break + s2. | s2. | s2. | + + \break + s2. | s2. | s2. | + + \break + s2. | s2. | s4. s4 \bar "|." +} + + +bass = \relative c { + \clef bass + \time 6/8 + \key bf \major + \autoBeamOff + + \partial 8 bf8 | + bf4 bf8 bf4 bf8 | + bf4 bf8 bf4 bf8 | + + \break + f'4 f8 f4 f8 | + bf,4. ~ bf4 bf8 | + bf4 bf8 bf4 bf8 | + + \break + bf'4 bf8 bf4 bf8 | + f4 f8 f4 f8 | + bf,4. ~ bf4 d8 | + + \break + f4 f8 f4 f8 | + f4. ~ f4 f8 | + + \break + bf4 f8 bf4 f8 | + bf4. ~ bf4 f8 | + f4 f8 g4 f8 | + + \break + f4 f8 g4 g8 | + f4 f8 f4 f8 + \set Score.measurePosition = #(ly:make-moment 1 8) bf,4. ~ bf4 \bar "|." + + \break + bf4. bf8 bf bf | + bf4. bf | + f' f | + bf, bf4 r8 | + + \break + bf4. bf8 bf bf | + bf4. bf4 bf8 | + f'4 f8 f4 f8 | + + \break + bf,4. ~ bf4 f'8 | + f4 f8 f4 f8 | + f4. ~ f4 f8 | + + \break + bf4 f8 bf4 g8 | + f4. ~ f4 f8 | + bf4 f8 g4 a8 | + + \break + bf4 f8 g4 g8 | + f4 f8 f4 f8 + \partial 8*5 bf,4. ~ bf4 +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "treble" { \treble } + \new Voice = "alto" { \alto } + >> + \new Lyrics \lyricsto "treble" { \verseOne } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \verseTwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #3 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + +%%Transcriber's Note: + +%%Last system, treble staff, second bar: top note of first two chords corrected to B-flat. diff --git a/22089-h/music/comejoin.midi b/22089-h/music/comejoin.midi Binary files differnew file mode 100644 index 0000000..e51eef4 --- /dev/null +++ b/22089-h/music/comejoin.midi diff --git a/22089-h/music/comejoin.pdf b/22089-h/music/comejoin.pdf Binary files differnew file mode 100644 index 0000000..b781c3e --- /dev/null +++ b/22089-h/music/comejoin.pdf diff --git a/22089-h/music/comfort.ly b/22089-h/music/comfort.ly new file mode 100644 index 0000000..79365e9 --- /dev/null +++ b/22089-h/music/comfort.ly @@ -0,0 +1,92 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "COMFORT IN AFFLICTION." + poet = "Words by William Leggett." + composer = "Music by G.W.C." + source = "The Liberty Minstrel." +} + +words = \lyricmode { + If yon bright stars which gem the night, Be + each a bliss -- ful dwell -- ing -- sphere, Where kin -- dred spir -- its + re -- u -- nite Whom death has torn a -- sun -- der here, +} + + +soprano = \relative c' { + \key f \major + \time 3/4 + \autoBeamOff + + \partial 4 a'4 | + c8 c8 c4 c4 | + d8 d8 d4 d4 | + + \break + c8 c8 c4 a4 | + c8 c8 c4\fermata a4 | + c8 c8 c4 a4 | + + \break + d8 c8 f4\fermata f4 | + a,8 a8 a4 c4 | + g8 bf8 a4 \bar "|." +} + +alto = \relative c' { + \key f \major + \time 3/4 + \autoBeamOff + + \partial 4 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> | + <f a>8 <f a>8 <f a>4 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> | + <g bf>8 <g bf>8 <g bf>4 <g bf>4 | + + <f a>8 <f a>8 <f a>4 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> | + <e g>8 <e g>8 <e g>4\fermata \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> | + <f a>8 <f a>8 <f a>4 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> | + + <g bf>8 <g c>8 <f d'>4\fermata <f d'>4 | + <f f'>8 <f d'>8 <f c'>4 <f a>4 | + <g bf>8 <e g>8 <c f>4 \bar "|." +} + +bass = \relative c { + \key f \major + \time 3/4 + \clef bass + \autoBeamOff + + \partial 4 f4 | + f8 f8 f4 f4 | + g8 g8 g4 g4 | + + f8 f8 f4 f4 | + c8 c8 c4\fermata f4 | + f8 f8 f4 f4 | + + bf8 bf8 bf4\fermata bf4 | + f8 f8 f4 f4 | + c8 c8 f4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \soprano } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \alto } + \new Lyrics \lyricsto "trebleTwo" { \words } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} diff --git a/22089-h/music/comfort.midi b/22089-h/music/comfort.midi Binary files differnew file mode 100644 index 0000000..72e79fe --- /dev/null +++ b/22089-h/music/comfort.midi diff --git a/22089-h/music/comfort.pdf b/22089-h/music/comfort.pdf Binary files differnew file mode 100644 index 0000000..3de48a3 --- /dev/null +++ b/22089-h/music/comfort.pdf diff --git a/22089-h/music/comfortbondman.ly b/22089-h/music/comfortbondman.ly new file mode 100644 index 0000000..f59a20c --- /dev/null +++ b/22089-h/music/comfortbondman.ly @@ -0,0 +1,91 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "COMFORT FOR THE BONDMAN." + composer = "Air--\"Indian Philosopher.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Come on, my part -- ners in dis -- tress, My com -- rades in this + wil -- der -- ness, Who groan be -- neath your chains; A + while for -- get your griefs and fears, And look be -- yond this + vale of tears, To yon ce -- les -- tial plains. +} + +treble = \relative c' { + \key d \major + \time 4/4 + \clef treble + \autoBeamOff + \override Stem #'neutral-direction = #up + \override Staff.TimeSignature #'style = #'() + + \partial 4 d4 | + fs4 fs4 fs4. d8 | + a'4 a4 a4. a8 | + d4.a8 b4. a8 | + + \break + b4 fs4 e4. d8 | + fs4 b4 a4 cs4 | + d2 r4 a4 | + + \break + d4 d4 d4. fs8 | + e4 d4 e4. fs8 | + d4. a8 b4. a8 | + + \break + b4 fs4 e4. d16[ e16] | + fs4 b4 a4 cs4 | + d2 r4 \bar "|." +} + +bass = \relative c { + \key d \major + \time 4/4 + \clef bass + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \stemUp d4 | + d4 d4 d4. d8 | + a4 a4 a4. a8 | + \stemDown d4.d8 g4. fs8 | + + g4 d4 \stemNeutral a4. \stemUp d8 | + \stemNeutral d4 g4 fs4 a4 | + d,2 r4 a'4 | + + fs4 fs4 fs4. d8 | + a'4 a4 a4. d,8 | + \stemUp d4. d8 b4. d8 | + + d4 d4 a4. d8 | + \stemDown d4 g4 fs4 a4 | + d,2 r4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} + diff --git a/22089-h/music/comfortbondman.midi b/22089-h/music/comfortbondman.midi Binary files differnew file mode 100644 index 0000000..7eb9852 --- /dev/null +++ b/22089-h/music/comfortbondman.midi diff --git a/22089-h/music/comfortbondman.pdf b/22089-h/music/comfortbondman.pdf Binary files differnew file mode 100644 index 0000000..170970d --- /dev/null +++ b/22089-h/music/comfortbondman.pdf diff --git a/22089-h/music/emancipation.ly b/22089-h/music/emancipation.ly new file mode 100644 index 0000000..27577b1 --- /dev/null +++ b/22089-h/music/emancipation.ly @@ -0,0 +1,131 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "EMANCIPATION SONG." + poet = "Words from the \"Bangor Gazette.\"" + composer = "Air, \"Crambambule.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + Let wait -- ing throngs now lift their voi -- ces, As + Free -- dom's glo -- rious day draws near, +} + +lineTwo = \lyricmode { + While ev -- ery gen -- tle tongue re -- joi -- ces, And + each bold heart is filled with \markup{ "cheer." \hspace #2.0 \raise #3 \rightbrace } The + slave has seen the Nor -- thern star, He'll soon be free, hur -- rah, hur -- rah! + Hur -- rah, hur -- rah, \set ignoreMelismata = ##t hur -- \unset ignoreMelismata rah, hur -- rah! +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key d \major + \autoBeamOff + \stemUp + + \repeat volta 2 { + \partial 4 <fs a>4 | + <b d> <a cs>8[ <g b>] | + <fs a>4. <fs a>8 | + <g b>[ <fs a>] <g b>[ <a cs>] | + <a d> <fs a>4 <fs a>8 | + + \break + <g b>8[ <fs a>] <e g>[ <d fs>] | + <g b>[ <fs a>] <e g>[ <d fs>] | + e4 <e a> | + \partial 8*3 <e a>4. | + } + \partial 8 <fs a>8 | + + \break + <d fs>8 <fs a> <fs a> <fs a> | + <g b> <fs a> <fs a> ~ <fs a> | + <d fs> <fs a> <fs a> <fs a> | + <g b> <fs a> <fs a> <fs a> | + + \break + \stemDown <b d>4( <cs e>8) <cs e> | + <d fs>4( <b d>8) <b d> | + <a e'>4( <a cs>8) <a cs> | + \stemUp <fs a d>2 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key d \major + \autoBeamOff + + \repeat volta 2 { + \partial 4 d4 | + d d | + d4. d8 | + g[ fs] e4 | + d8 d4 d8 | + + \break + \stemUp d4 d | + d d | + \stemNeutral a a + \partial 8*3 a4. + } + \partial 8 \stemUp d8 | + + \break + d8 d d d | + d d d ~ d | + d d d d | + d d d d | + + \break + \stemNeutral g4( a8) a | + d,4( g8) g | + a4( a,8) a | + \stemUp d2 +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + +\score { + \unfoldRepeats { + << + \context Staff = upper << + \context Voice = upper \treble + >> + \context Staff = lower << + \context Voice = lower \bass + >> + >> + } + \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} + +%%Transcriber's Note: + +%%3rd system: lyrics do not match note values in original; tie added in second bar to correct. + +%%A second score block is provided to unfold the repeat and generate the midi.
\ No newline at end of file diff --git a/22089-h/music/emancipation.midi b/22089-h/music/emancipation.midi Binary files differnew file mode 100644 index 0000000..c6ae5ed --- /dev/null +++ b/22089-h/music/emancipation.midi diff --git a/22089-h/music/emancipation.pdf b/22089-h/music/emancipation.pdf Binary files differnew file mode 100644 index 0000000..5bd4006 --- /dev/null +++ b/22089-h/music/emancipation.pdf diff --git a/22089-h/music/freedomsgathering.ly b/22089-h/music/freedomsgathering.ly new file mode 100644 index 0000000..033f80d --- /dev/null +++ b/22089-h/music/freedomsgathering.ly @@ -0,0 +1,137 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "FREEDOM'S GATHERING." + poet = "Words from the Pennsylvania Freeman." + composer = "Music by G.W.C." + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + A voice has gone forth, and_the land is a -- wake! Our + free -- men shall ga -- ther from o -- cean to lake, Our + cause is as pure as the earth ev -- er saw, And_our + faith we will pledge in the thrill -- ing huz -- za. + Then huz -- za, then huz -- za, Truth's + glit -- ter -- ing fal -- chion for free -- dom we draw. +} + +trebleOne = \relative c' { + \clef treble + \time 6/8 + \key bf \major + \autoBeamOff + + \partial 4 f8 ~ f | + \stemUp bf f f f4 bf16 ~ bf | + bf8 bf bf bf4_\fermata bf16 ~ bf | + + \break + bf8 a a a16 bf8. a8 | + \stemNeutral bf d d d4^\fermata f16 ~ f | + + \break + d8 f f f16 d8. d16( bf) | + \stemUp bf8 \stemNeutral a c c4^\fermata f16 ~ f | + + \break + \stemUp bf,8 a a bf16 \stemNeutral d8. d16 ~ d | + ef8 c c d4^\fermata \bar "||" + + \break + d16. d32 | + d4. r8 bf8. d16 | + d4. r8 f4 | + + \break + d16 f8 f d16 d4 d8 | + ef8 c c d4. \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \time 6/8 + \key bf \major + \autoBeamOff + + \partial 4 <d f>8 ~ <d f> | + <f d'>8 <d bf'> <d bf'> <d bf'>4 <d f>16 ~ <d f> | + <ef g>8 <d f> <d f> <d f>4^\fermata <d f>16 ~ <d f> | + + \break + <ef ef'>8 <f c'> <f c'> <f c'>16 <g bf>8. <f c'>8 | + <f d'> <f bf> <f bf> <f bf>4 <d d'>16 ~ <d d'> | + + \break + <d f'>8 <d d'> <d d'> <d d'>16 <g bf>8. \stemUp <g bf>16( <g d'>) | + \stemNeutral <ef ef'>8 <f c'> \voiceOne << { d'16[ e] } \context Voice="1" { \voiceTwo \autoBeamOff f,8 \oneVoice } >> \oneVoice \stemUp <f f'>4^\fermata \stemNeutral <d d'>16 ~ <d d'> | + + \break + <d f'>8 <f c'> <f c'> \stemUp <g d'>16 \stemNeutral <g bf>8. <g bf>16 ~ <g bf> | + <ef g>8 \voiceOne << { f f } \context Voice="1" { \voiceTwo \autoBeamOff f f \oneVoice } >> \oneVoice <d bf'>4^\fermata \bar "||" + + \break + <f d'>16. \stemUp <f f'>32 | + <f f'>4. \stemNeutral r8 <f d'>8. <d f'>16 | + <d f'>4. r8 <f d'>4 | + + \break + <d f'>16 \stemUp <a' c>8 <a c> <g d'>16 \stemNeutral <g bf>4 <g bf>8 | + <ef g> \voiceOne << { f f } \context Voice="1" { \voiceTwo \autoBeamOff f f \oneVoice } >> \oneVoice <d bf'>4. \bar "|." +} + +bass = \relative c { + \clef bass + \time 6/8 + \key bf \major + \autoBeamOff + + \partial 4 f8 ~ f | + bf, bf bf bf4 bf16 ~ bf | + ef8 bf bf bf4^\fermata bf16 ~ bf | + + \break + ef8 f f f16 g8. f8 | + bf, bf bf bf4^\fermata bf'16 ~ bf | + + \break + bf8 bf bf g16 g8. g16 ~ g | + ef8 f f f4 bf16( bf) | + + \break + bf8 f f g16 g8. g16 ~ g | + ef8 f f bf,4^\fermata \bar "||" + + \break + bf'16. bf32 | + bf4. r8 bf8. bf16 | + bf4. r8 bf4 | + + \break + bf16 f8 f g16 g4 g8 | + ef8 f f bf,4. \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} + +%%Transcriber's Notes: + +%%Added missing ties 1st system, 1st bar, trebleOne part, and 2d system, 2d bar, trebleTwo part.
\ No newline at end of file diff --git a/22089-h/music/freedomsgathering.midi b/22089-h/music/freedomsgathering.midi Binary files differnew file mode 100644 index 0000000..db28aac --- /dev/null +++ b/22089-h/music/freedomsgathering.midi diff --git a/22089-h/music/freedomsgathering.pdf b/22089-h/music/freedomsgathering.pdf Binary files differnew file mode 100644 index 0000000..c430147 --- /dev/null +++ b/22089-h/music/freedomsgathering.pdf diff --git a/22089-h/music/fugitive.ly b/22089-h/music/fugitive.ly new file mode 100644 index 0000000..c7b8f88 --- /dev/null +++ b/22089-h/music/fugitive.ly @@ -0,0 +1,146 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE FUGITIVE." + poet = "Words by L. M. C." + composer = "Air \"Bonny Doon.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +lineone = \lyricmode { + A no -- ble man of sa -- ble brow Came + to my hum -- ble cot -- tage door, +} + +linetwo = \lyricmode { + With cau -- tious, wea -- ry step and slow, And + asked if I could feed the poor; + \skip 4 He begged if I had ought to give, To + help the pant -- ing fu -- gi -- tive. +} + +linethree = \lyricmode { + He begged if I had ought to give, To + help the pant -- ing fu -- gi -- _ tive. +} + +treble = \relative c' { + \key g \major + \time 6/8 + \clef treble + \autoBeamOff + \stemUp + + \tag #'repeated { \repeat volta 2 { \partial 8 <d b'>16[ <c a'> ] | + <b g'>4 <b g'>8 a'8.[ g16] <c, a'>8 | + b'16[ d8.] <d, b'>8 a'8.[ g16] <d a'>8 | + + \break + b'8.[ a16] <d, g>8 <e g>16[ <c e>8.] <b d>8 | + <b d> [ <c e> ] <b g'> \tag #'firsttime { \grace b'8 <d, a'>4 } } } + \tag #'fine { \set Score.measurePosition = #(ly:make-moment 4 8) <d g>4 \bar "||" } + + \break + \tag #'toDC { \set Score.measurePosition = #(ly:make-moment 5 8) g16[ b16] | + <g d'>4 <g e'>8 d'16[ b8.] <d, g>8 | + <g d'>4 <g e'>8 d'16[ b8.] g8 | + + \break + d'8.[ b16] g8 d'8.[ b16] g8 | + e'8.[ d16] c[ b] \grace b8 <d, a'>4^\fermata \bar "||" } +} + +trebleTwo = \relative c' { + \key g \major + \time 6/8 + \clef treble + \autoBeamOff + \stemDown + + \tag #'repeated { \repeat volta 2 { \partial 8 s8 | + s4 s8 d4 s8 | + d4 s8 d4 s8 | + + \break + d4 s4 s4 | + s4 s8 \tag #'firsttime { s4 } } } + \tag #'fine { \set Score.measurePosition = #(ly:make-moment 4 8) s4 \bar "||" } + + \break + \tag #'toDC { \set Score.measurePosition = #(ly:make-moment 5 8) d8 | + s4 s8 g4 s8 | + s4 s8 g4 g8 | + + \break + g4 g8 g4 g8 | + g4 g8 s4 \bar "||" } +} + +bass = \relative c { + \key g \major + \time 6/8 + \clef bass + \autoBeamOff + + \tag #'repeated { \repeat volta 2 { \partial 8 g8 | + g4 g8 \stemUp d'4 d8 | + \stemNeutral g4 g8 d4 d8 | + + \break + g,8.[ a16] b8 c4 g8 | | + g4 g8 \tag #'firsttime { \stemUp d'4 } } } + \tag #'fine { \set Score.measurePosition = #(ly:make-moment 4 8) \stemNeutral g4 \bar "||" } + + \break + \tag #'toDC { \set Score.measurePosition = #(ly:make-moment 5 8) g8 | + g4 g8 g4 g8 | + g4 c,8 g'4 g8 | + + \break + g4 g8 g4 g8 | + c,4 c8 \stemUp d4^\markup { \bold "D.C." } \bar "||" } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "treble" { \treble } + \new Voice = "treble" { \trebleTwo } + >> + \new Lyrics \lyricsto "treble" { \lineone } + \new Lyrics \lyricsto "treble" { \linetwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "bass" { \linethree } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "treble" { \unfoldRepeats { \removeWithTag #'fine \treble } %%% from begining, through repeats, to D.C., without Final bar + \removeWithTag #'firsttime \removeWithTag #'toDC \treble } %%% D. C. to FINE + \new Voice = "trebleTwo" { \unfoldRepeats { \removeWithTag #'fine \trebleTwo } %%% from begining, through repeats, to D.C., without Final bar + \removeWithTag #'firsttime \removeWithTag #'toDC \trebleTwo } %%% D. C. to FINE + >> + \new Staff = "lower" { \unfoldRepeats { \removeWithTag #'fine \bass } %%% from begining, through repeats, to D.C., without Final bar + \removeWithTag #'firsttime \removeWithTag #'toDC \bass } %%% D. C. to FINE + + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4) }} + +} + diff --git a/22089-h/music/fugitive.midi b/22089-h/music/fugitive.midi Binary files differnew file mode 100644 index 0000000..0db8d67 --- /dev/null +++ b/22089-h/music/fugitive.midi diff --git a/22089-h/music/fugitive.pdf b/22089-h/music/fugitive.pdf Binary files differnew file mode 100644 index 0000000..0a64bf6 --- /dev/null +++ b/22089-h/music/fugitive.pdf diff --git a/22089-h/music/fugitivetochristian.ly b/22089-h/music/fugitivetochristian.ly new file mode 100644 index 0000000..8a5f9d2 --- /dev/null +++ b/22089-h/music/fugitivetochristian.ly @@ -0,0 +1,114 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE FUGITIVE SLAVE TO THE CHRISTIAN." + poet = "Words by Elizur Wright, jr." + composer = "Music arranged from Cracovienne." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + The fet -- ters galled my wea -- ry "soul,--" A + soul that _ seemed but thrown a -- way; I spurned the ty -- rant's + base con -- trol, Re -- solved at _ last the + man to "play :--" The hounds are bay -- ing + on my track; O Christ -- ian! _ will you + send me back? The hounds are bay -- ing on my track; O + Christ -- ian _ will you send me back? +} + +treble = \relative c' { + \time 4/4 + \key f \major + \override Staff.TimeSignature #'style = #'() + \stemUp + + \partial 4 f4 | + < c e >4 < g' e >4 < bf g >4 < d bf >4 | + < a c >4 < a f >4 < f a >4 r8 < a c >8 | + + \break + < c a >4 < bf d >8[ < a c >8] < g bf >4 < e g >4 | + < f a >4 < c' a >4 < a c >4.^\fermata f8 | + < c e >4 < e g >4 < g bf >4 < bf d >4 | + + \break + < a c >4 < f a >4 < f a >4 r8 < a c >8 | + < a c >4 < bf d >8[ < a c >8] < g bf >4 < e g >4 | + + \break + < g e >4 f4 f4.^\fermata f8^\markup { \bold "Chorus." } | + < g bf >4 < bf d >4 < d f >4 < bf d >4 | + + \break + < a c >4 < f a >4 < f a >4 r8 < a c >8 | + < a c >4 < bf d >8[ < a c >8] < g bf >4 < e g >4 | + + \break + < f a >4 < a c >4 < a c >4.^\fermata f8 | + < g bf >4 < bf d >4 < d f >4 < bf d >4 | + < a c >4 < f a >4 < f a >4 r8 < a c >8 | + + \break + < a c >4 < bf d >8[ < a c >8] < g bf >4 < g e >4 | + < e g >4 < c f >4 < c f >4^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key f \major + \override Staff.TimeSignature #'style = #'() + + f4 | + c4 c4 c4 c4 | + f4 f4 f4 r8 f8 | + + f4 f4 c4 c4 | + f4 f4 f4.^\fermata d8 | + c4 c4 c4 c4 | + + f4 f4 f4 r8 f8 | + f4 f4 c4 c4 | + + c4 f4 f4.^\fermata f8 | + bf,4 bf4 bf4 bf4 | + + f'4 f4 f4 r8 f8 | + f4 f4 c4 c4 | + + f4 f4 f4.\fermata f8 | + bf,4 bf4 bf4 bf4 | + f'4 f4 f4 r8 f8 | + + f4 bf,4 c4 c4 | + c4 f4 f4^\fermata \bar "|." +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + + +%%Transcriber's Notes: + +%%2nd system, 3rd measure lyrics: corrected "tyrants" to "tyrant's." + +%%6th system, 1st measure, bass, 3rd note: added fermata to match treble. diff --git a/22089-h/music/fugitivetochristian.midi b/22089-h/music/fugitivetochristian.midi Binary files differnew file mode 100644 index 0000000..f03c7ef --- /dev/null +++ b/22089-h/music/fugitivetochristian.midi diff --git a/22089-h/music/fugitivetochristian.pdf b/22089-h/music/fugitivetochristian.pdf Binary files differnew file mode 100644 index 0000000..75fdc0f --- /dev/null +++ b/22089-h/music/fugitivetochristian.pdf diff --git a/22089-h/music/getoff.ly b/22089-h/music/getoff.ly new file mode 100644 index 0000000..4a0a614 --- /dev/null +++ b/22089-h/music/getoff.ly @@ -0,0 +1,95 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "GET OFF THE TRACK." + poet = "Words by Jesse Hutchinson." + composer = "Air, \"Dan Tucker.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Ho! the car E -- man -- ci -- pa -- tion Rides ma -- jes -- tic thro' our na -- tion, + Bear -- ing on its train the sto -- ry, Lib-- er -- ty! a na -- tion's glo -- ry. + Roll it a -- long, roll it a -- long, roll it a -- long, + thro' the na -- tion, Free -- dom's car, E -- man -- ci -- pa -- tion! +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key bf \major + \autoBeamOff + +%%%%% solo part + bf'8. bf16 bf8 bf | + bf bf bf \stemDown g | + \stemNeutral bf bf c d | + f, f g bf16 r16 | + + \break + bf8 bf bf bf | + bf bf bf \stemDown g | + \stemNeutral bf bf c d | + f, f g \stemUp bf_\fermata | + +%%%%% chorus part + + \break + %[**NOTE: for these 3 measures, image shows "r8", but should be "r4".] + <bf d>16 <bf d> <bf d> <bf d> r4 | + <a c>16 <a c> <a c> <a c> r4 | + <bf d>16 <bf d> <bf d> <bf d> r4 | + + \break + <a c>8 <g bf> <ef g> <g bf>^\fermata | + <f bf> <f bf> <f c'> <f d'> | + <d f>8. <d f>16 <ef g>8 <g bf>8( + <f bf>4) r4 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key bf \major + \autoBeamOff + + s4*16 \bar "|" %%empty bass bars for solo part + + %%[NOTE: for these 3 measures, image shows "r8", but should be "r4".] + bf16 bf bf bf r4 | + f'16 f f f r4 | + bf,16 bf bf bf r4 | + + \break + f'8 g ef ef^\fermata | + bf bf f' f | + f8. f16 ef8 bf ~ + bf4 r4 | +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \RemoveEmptyStaffContext } + \context { \Score \override VerticalAxisGroup #'remove-first = ##t } + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} + +%%Transcriber's Note: + +%%Last system, bass part, first bar: added missing fermata. + +%%See also notes above in code.
\ No newline at end of file diff --git a/22089-h/music/getoff.midi b/22089-h/music/getoff.midi Binary files differnew file mode 100644 index 0000000..dae48ac --- /dev/null +++ b/22089-h/music/getoff.midi diff --git a/22089-h/music/getoff.pdf b/22089-h/music/getoff.pdf Binary files differnew file mode 100644 index 0000000..c67312f --- /dev/null +++ b/22089-h/music/getoff.pdf diff --git a/22089-h/music/gone.ly b/22089-h/music/gone.ly new file mode 100644 index 0000000..7ac336f --- /dev/null +++ b/22089-h/music/gone.ly @@ -0,0 +1,147 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "GONE, SOLD AND GONE." + poet = "Words by Whittier." + composer = "Music by G.W. Clark." + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + Gone, "gone----" sold and gone, To the + \override LyricHyphen #'minimum-distance = #1.0 + rice -- swamp dank and + lone, Where the slave -- whip cease -- less swings, Where the + noi -- some in -- sect stings, Where the fe -- ver de -- mon + strews Poi -- son with the fall -- ing dews, Where the + sick -- ly sun -- beams glare Through the hot and mis -- ty + air, Gone, "gone----" sold and gone, To the + rice -- swamp dank and lone, From Vir -- gin -- ia's hills and + wa -- "ters,----" Woe is me my sto -- len daugh -- ters! +} + +versetwo = \lyricmode { + Gone, "gone----" sold and gone, To the rice -- swamp dank and + lone, There no moth -- er's eye is near_them, There no + moth -- er's ear can hear_them; Nev -- er when the torturing _ + lash Seams their back with many a gash, Shall a + mother's kind -- ness bless them, Or a moth -- er's arms caress + them. Gone, "gone----" sold and gone, To the + rice -- swamp dank and lone, From Vir -- gin -- ia's hills and + wa -- "ters,----" Woe is me my sto -- len daugh -- ters! +} + +treble = \relative c' { + \clef treble + \key a \minor + \time 3/4 + \autoBeamOff + \stemDown + + <a' c>2\fermata r4 | + <gs b>2\fermata r4 | + <c e>2^\decr <b d>4\enddecr | + <a c>2\fermata <a c>8 <b d> | + <c e> <d f> <gs, b>4. <b d>8 | + + \break + <a c>2\fermata <a c>8. <b d>16 | + <c e>4. <e g>8 <c a> <gs b> | + \grace b8\turn a2 <a c>8. <b d>16 | + + \break + <c e>4. <e g>8 <c a> <gs b> | + \grace b8 a2\fermata <a c>8. <a c>16 | + <a c>4. <a c>8 <c e> <b d> | + + \break + <gs b>2 <gs b>8. <gs b>16 | + <g b>4. <g b>8 <b d> <a c> | + a2 <a c>8. <a c>16 | + + \break + <c e>4. <b d>8 <d f> <b d> | + <b d>( <c e>4.) <b d>8 <c e> | + <b d>4. <a c>8 a <gs b> | + + \break + a8~ a2 r8 | + <a c>2\fermata r4 | + <gs b>2\fermata r4 | + <c e>2^\decr <b d>4\enddecr | + <a c>2\fermata <a c>8. <b d>16 | + + \break + <c e>8 <d f> <gs, b>4. <b d>8 | + <a c>2\fermata <a c>8. <b d>16 | + <c e>[ <b d>] <a c>8 <b d>4. <b d>8 | + + \break + <b d>8 <c e>2 r8 | <d f>2-> <b d>4 | + <c e>2 r8 <d f> | <gs, b e>2-> <gs b d>4 | + <a c>8 a4.\fermata r8 \bar "|." +} + +bass = \relative c { + \clef bass + \key a \minor + \time 3/4 + \autoBeamOff + + <a a'>2\fermata r4 | + e'2\fermata r4 | + c2^\decr e4\enddecr | + a,2\fermata r4 | + R2. | + + \break + r2 e'8. e16 | + e4. e8 e e | + \grace a,8\turn a2 e'8. e16 | + + \break + e4. e8 e e | + \grace a,8 a2\fermata a8. a16 | + a4. a8 a \stemUp d \stemNeutral | + e2 e8. e16 | e4. e8 e e | a,2 c8. c16 | + c4. g'8 g g | + g( c,4.) g'8 g | + g4. e8 e e | + + \break + a,8~ a2 r8 | + a2\fermata r4 | + e'2 r4 | + e2 e4 | + a,2\fermata r4 | + + \break + R2. | R2. | R2. | + + \break + R2. | g'2-> g4 | + c,2 r8 d8 | e2 e4 | + a,8 a4.\fermata r8 +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \versetwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + + } diff --git a/22089-h/music/gone.midi b/22089-h/music/gone.midi Binary files differnew file mode 100644 index 0000000..43236c2 --- /dev/null +++ b/22089-h/music/gone.midi diff --git a/22089-h/music/gone.pdf b/22089-h/music/gone.pdf Binary files differnew file mode 100644 index 0000000..75d50d5 --- /dev/null +++ b/22089-h/music/gone.pdf diff --git a/22089-h/music/harbinger.ly b/22089-h/music/harbinger.ly new file mode 100644 index 0000000..f52c2d9 --- /dev/null +++ b/22089-h/music/harbinger.ly @@ -0,0 +1,140 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "HARBINGER OF LIBERTY." + poet = "Words by a Lady." + composer = "Music from by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + + +verseOne = \lyricmode { + See yon glo -- rious star as -- cend -- ing, Bright -- ly + o'er the South -- ern sea! +} + +verseTwo = \lyricmode { + Truth and peace on earth por -- tend -- ing, Her -- ald + of a ju -- bi -- \markup{ "lee!" \hspace #2.0 \raise #3 \rightbrace } Hail it, Free -- men! Hail it, + Free -- men! 'Tis the star of Lib -- er -- ty. +} + +trebleOne = \relative c' { + \key d \major + \time 3/4 + \clef treble + \autoBeamOff + + \repeat volta 2 { + \partial 4 d'8 d | + d4 d d8 d | + d4 d d8 d | + + \break + d4 \stemUp b \stemNeutral a8 a | + a2^\fermata + } + e'8 d | + cs4 e fs8 e | + + \break + d4 fs d8 d + d8 cs \stemDown a4 \stemNeutral a | + a2_\fermata \bar "|." +} + +trebleTwo = \relative c' { + \key d \major + \time 3/4 + \clef treble + \autoBeamOff + + \repeat volta 2 { + \partial 4 <fs a>8 <fs a> | + <fs a>4 <g b> <fs a>8 <fs a> | + <d fs>4 <fs a> <fs a>8 <g b> | + + \break + <g b>4 \stemUp <b d> <a e'>8 <g cs> | + <fs d'>2^\fermata \bar ":|" + } + <a cs>8 <a d> | + <a e'>4 <a cs> <a d>8 <a e'> | + + \break + \stemDown <a fs'>4 \stemUp <a d> <fs a>8 <fs a> | + <g b>8 <g e'> <fs d'>4 <e cs'> | + <fs d'>2_\fermata +} + +bass = \relative c { + \key d \major + \time 3/4 + \clef bass + \autoBeamOff + + \repeat volta 2 { + \partial 4 d8 d | + d4 g d8 d | + d4 d fs8 e | + + \break + g4 g a8 a | + d,2^\fermata \bar ":|" + } + a'8 a | + a4 a fs8 e | + + \break + \stemUp d4 d d8 d | + \stemNeutral g8 e a4 a, | + \stemUp d2_\fermata +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleOne" { \verseOne } + \new Lyrics \lyricsto "trebleOne" { \verseTwo } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \override PaperColumn #'keep-inside-line = ##t } + + } + +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "trebleOne" { \unfoldRepeats \trebleOne } + \new Voice = "trebleTwo" { \unfoldRepeats \trebleTwo } + >> + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 112 4 ) }} + +} + +%%Transcriber's Notes: + +%%Added missing fermatas at 2nd system, trebleTwo part, 2nd bar; and last system, trebleTwo and bass parts, last bar. + +%%Last system, trebleTwo part, 2nd bar: corrected second chord from <fs e> to <g e>.
\ No newline at end of file diff --git a/22089-h/music/harbinger.midi b/22089-h/music/harbinger.midi Binary files differnew file mode 100644 index 0000000..f0d716e --- /dev/null +++ b/22089-h/music/harbinger.midi diff --git a/22089-h/music/harbinger.pdf b/22089-h/music/harbinger.pdf Binary files differnew file mode 100644 index 0000000..90d0435 --- /dev/null +++ b/22089-h/music/harbinger.pdf diff --git a/22089-h/music/harkIhear.ly b/22089-h/music/harkIhear.ly new file mode 100644 index 0000000..c5c0741 --- /dev/null +++ b/22089-h/music/harkIhear.ly @@ -0,0 +1,114 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "HARK! I HEAR A SOUND OF ANGUISH." + poet = "" + composer = "Air, \"Calvary.\" " + source = "The Liberty Minstrel." + tagline = "" +} + + +treble = \relative c' { + \clef treble + \key c \major + \override Staff.TimeSignature #'style = #'() + \time 2/2 + \stemUp + + <g' c >2. <b d >4 | + <c e >2. <b d >4 | + <a c > ( <g b > ) <f a > ( <e g > ) | + <e g> ( <g c > ) <g c >2 | + + \break + <b d > \slurDown <b e >4( << { \stemDown c8[) d8] } \new Voice = "alt" { \voiceTwo \stemUp fs } >> | + \stemUp <e g >2 <c e >4( <a c > ) | + <g b >2 <fs a > | + g1 | + <b d >2. <b d >4 | + + \break + <g c > ( <g b > ) a ( g ) | + c2 <b d > | + <c e > <c e > | + <c e >2. <g e' >4 | + <g d' > ( <a c > ) <g b > ( <f a > ) | + + \break + g2 fs | + g1 | + <a c >2. <a c >4 | + <a c > ( <g b > ) <g b >2^\fermata | + <f a >2. <f a >4 | + + \break + <f a>4( <e g>) <e g>2^\fermata | + <a e'>2. <a e'>4 | + <c f>2. <c f>4 | + <c e>2 <b d>2 | + <g c>1 \bar "|." +} + +bass = \relative c { + \clef bass + \key c \major + \override Staff.TimeSignature #'style = #'() + \time 2/2 + + c2. g'4 | + c2. g4 | + c,2 c | + c c | + + g' g4( fs ) | + e2 c | + \stemUp d d | + \stemNeutral g1 | + g2. g4 | + + c,2 c | + e g | + c c, | + \stemDown c4( e g) c | + \slurDown b( a) \slurUp g( \stemUp c,) | + + d2 d | + g,1 | + a2. a4 | + \stemNeutral e'2 e^\fermata | + f2. f4 + + c2 c^\fermata | + c'2. bf4 | + a2. f4 | + g2 g, | + c1 | +} + +words = \lyricmode { + Hark! I hear a sound of an -- guish + In my _ own, my na -- tive land; Breth -- ren, + doomed in chains to lan -- guish, Lift to heaven the + sup -- pliant hand, And de -- spair -- ing, And de -- + spair -- ing, Death the end of woe de -- mand. +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } diff --git a/22089-h/music/harkIhear.midi b/22089-h/music/harkIhear.midi Binary files differnew file mode 100644 index 0000000..dda25f8 --- /dev/null +++ b/22089-h/music/harkIhear.midi diff --git a/22089-h/music/harkIhear.pdf b/22089-h/music/harkIhear.pdf Binary files differnew file mode 100644 index 0000000..c4e0219 --- /dev/null +++ b/22089-h/music/harkIhear.pdf diff --git a/22089-h/music/harkavoice.ly b/22089-h/music/harkavoice.ly new file mode 100644 index 0000000..cc83b5a --- /dev/null +++ b/22089-h/music/harkavoice.ly @@ -0,0 +1,97 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "HARK! A VOICE FROM HEAVEN." + poet = "Words by Oliver Johnson." + composer = "Music--\"Zion.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Hark! a voice from heaven pro -- claim -- ing, Com -- fort + to the mourn -- ing slave; God has heard him long com -- + plain -- ing, And ex -- tends his arm to save; Proud op -- + pres -- sion Soon shall find a shame -- ful grave; Proud op -- + pres -- sion, Soon shall find a shame -- ful end. +} + +treble = \relative c' { + \key ef \major + \time 3/4 + \clef treble + \autoBeamOff + \stemUp + + \partial 4 <g' bf>8. <g bf>16 | + <g bf>4 <ef g>4 <g ef'>8. <g bf>16 | + <af c>4 <g bf>4 <bf ef>8. <bf ef>16 | + + \break + <c f>8. <c f>16 <bf ef>4 <bf d>4 | + <g ef'>2 <g bf>8. <g bf>16 | + <g bf>4 <ef g>4 <g ef'>8. <g bf>16 | + + \break + <af c>4 <g bf>4 <bf ef>8. <bf ef>16 | + <c f>8. <c f>16 <bf ef>4 <bf d>4 | + <bf ef>2 <g bf>8. <g bf>16 | + + \break + <g bf>4 <ef g>4 <g bf>8. <g bf>16 | + <f af>8. <f af>16 <ef g>4 <d f>4 | + <ef g>2 <g bf>8. <g bf>16 | + + \break + <g bf>4 <ef g>4 <g bf>8. <g bf>16 | + <f af>8. <f af>16 <ef g>4 <d f>4 | + <ef g>2 \bar "|." +} + +bass = \relative c { + \key ef \major + \time 3/4 + \clef bass + \autoBeamOff + + ef8. ef16 | + ef4 ef4 ef8. ef16 | + af4 ef4 g8. g16 | + + af8. af16 bf4 bf,4 | + ef2 ef8. ef16 | + ef4 ef4 ef8. ef16 | + + af4 ef4 g8. g16 | + af8. af16 bf4 bf,4 | + ef2 r4 | + + R2.*2 | + r2 ef8. ef16 | + + ef4 ef4 g8. g16 | + af8. af16 bf4 bf,4 | + ef2 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} + diff --git a/22089-h/music/harkavoice.midi b/22089-h/music/harkavoice.midi Binary files differnew file mode 100644 index 0000000..91ccbdc --- /dev/null +++ b/22089-h/music/harkavoice.midi diff --git a/22089-h/music/harkavoice.pdf b/22089-h/music/harkavoice.pdf Binary files differnew file mode 100644 index 0000000..39285a1 --- /dev/null +++ b/22089-h/music/harkavoice.pdf diff --git a/22089-h/music/heardye.ly b/22089-h/music/heardye.ly new file mode 100644 index 0000000..b836dc7 --- /dev/null +++ b/22089-h/music/heardye.ly @@ -0,0 +1,116 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "HEARD YE THAT CRY." + composer = "From \"Wind of the Winter night.\"" + source = "The Liberty Minstrel." + tagline = "" +} + + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +verseone = \lyricmode { + Heard ye that cry! Twas the + wail of a + slave, +} + +versetwo = \lyricmode { + \set ignoreMelismata = ##t As he sank in des -- pair, to the + \unset ignoreMelismata + rest of the \markup{ "grave;" \hspace #2.0 \raise #3 \rightbrace } Be -- + hold him where + bleed -- ing and pros -- trate he lies, Un -- + friend -- ed he lived, and un -- pit -- ied he died. +} + +treble = \relative c' { + \key g \major + \time 3/4 + \clef treble + \autoBeamOff + + \repeat volta 2 { \partial 4 <d g>8( <d a'>8) | + <d b'>2 <d a'>8( <d g>8) | + <c e>2 <d fs>8 <d g>8 | + + \break + <d a'>2 <d g>8 <d a'>8 | + <d g b>2 } \stemUp <g b>8( <a c>8) | + <b d>2 <a c>8 <g b>8 | + + \break + <fs a>2 <fs a>8 <g b>8 | + <a c>2 <g b>8 <fs a>8 | + <g b>2^\fermata <g b>8( <a c>8) | + + \break + <b d>2 <a c>8 <g b>8 | + <c e>2 <b d>8 <a c>8 | + <g b>2 <a c>8 <fs a>8 | + <b, g'>2 \bar "|." +} + + +bass = \relative c { + \key g \major + \time 3/4 + \clef bass + \autoBeamOff + + \repeat volta 2 { \partial 4 g'8( d8) | + g2 fs8( g8) | + c,2 \stemUp d8 d8 | + + \stemNeutral d2 d8 d8 | + g2 } g8( d8) | + g2 fs8 g8 | + + d2 d8 d8 | + d2 d8 d8 | + g2\fermata g8( g8) | + + g2 fs8 g8 | + c,2 g'8 fs8 | + g2 d8 d8 | + \stemDown <g g,>2 \bar "|." +} + + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \verseone } + \new Lyrics \lyricsto "treble" { \versetwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} + + +%%Transcriber's Note: + +%%A separate score is provided to unfold the repeats and generate the midi. diff --git a/22089-h/music/heardye.midi b/22089-h/music/heardye.midi Binary files differnew file mode 100644 index 0000000..437c56c --- /dev/null +++ b/22089-h/music/heardye.midi diff --git a/22089-h/music/heardye.pdf b/22089-h/music/heardye.pdf Binary files differnew file mode 100644 index 0000000..4d52f34 --- /dev/null +++ b/22089-h/music/heardye.pdf diff --git a/22089-h/music/lastnight.ly b/22089-h/music/lastnight.ly new file mode 100644 index 0000000..3cbae98 --- /dev/null +++ b/22089-h/music/lastnight.ly @@ -0,0 +1,99 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE LAST NIGHT OF SLAVERY." + composer = "Tune--\"Cherokee Death-song.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + \set ignoreMelismata = ##t Let \unset ignoreMelismata the floods clap their hands, Let the moun -- tains re -- + joice, Let all the glad lands Breathe a ju -- bi -- lant + voice; The sun that now sets on the waves of the + sea Shall gild with his ris -- ing the land of the free. +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key f \major + \autoBeamOff + \stemUp + + \partial 8*1 <a' c>16( <a c>) | + <a c>4 <f a>8. <g bf>16 | + <a c>4 <bf d>8. <a c>16 | + <g bf>4 <e g>8. <e g>16 | + + \break + <e g>4 \voiceOne << { g8.[ a16] } \context Voice="1" { \voiceTwo \autoBeamOff e8. f16 \oneVoice } >> \oneVoice | + \stemUp <g bf>4 <e g>8 <f a> | + <g bf>8[ <bf d>] <a c>8. <g bf>16 | + <f a>4 \voiceOne << { f8. f16 } \context Voice="1" { \voiceTwo \autoBeamOff f8. f16 \oneVoice } >> \oneVoice | + + \break + \stemUp f4 \stemDown e8 \melisma f \melismaEnd | + \stemUp <e g>4 <e g>8. <e g>16 | + <e g>8[ <f a>] <f a>8. f16 | + e16[ c8.] c8 c | + + \break + c4 e8. \melisma f16 \melismaEnd | + <e g>4 <e g>8 <f a> | + <g bf>8[ <bf d>] <a c>8. <g bf>16 | + <f a>4 <d f>8. <d f>16 | + \partial 8*3 <d f>4 r8 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key f \major + \autoBeamOff + + \partial 8*1 f16( f) | + f4 f8. f16 | + f4 f8. f16 | + c4 c8. c16 | + + \break + c4 c8. ~ c16 | + c4 c8 c | + c4 c8. c16 | + f4 f8. f16 | + + \break + f4 c8 ~ c | + c4 c8. c16 | + c4 f8. a16 | + c4 c8 c | + + \break + c4 bf8. a16 | + g4 c,8 f | + bf,4 c8. c16 | + f4 f8. f16 + \partial 8*3 f4 r8 | +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} diff --git a/22089-h/music/lastnight.midi b/22089-h/music/lastnight.midi Binary files differnew file mode 100644 index 0000000..d538f8d --- /dev/null +++ b/22089-h/music/lastnight.midi diff --git a/22089-h/music/lastnight.pdf b/22089-h/music/lastnight.pdf Binary files differnew file mode 100644 index 0000000..f9f085e --- /dev/null +++ b/22089-h/music/lastnight.pdf diff --git a/22089-h/music/lawoflove.ly b/22089-h/music/lawoflove.ly new file mode 100644 index 0000000..a28a124 --- /dev/null +++ b/22089-h/music/lawoflove.ly @@ -0,0 +1,154 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE LAW OF LOVE." + poet = "Words by a Lady." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + Blest is the man whose ten -- der heart Feels + all a -- noth -- er's pain, To whom the + sup -- pli -- cat -- ing eye Was nev -- er + raised in vain, Was ne -- ver raised in vain. +} + +verseTwo = \lyricmode { + Whose breast ex -- pands with gen -- erous warmth, A + stran -- ger's woe to feel, And bleeds in + pi -- ty o'er the wound, He wants the + power to heal, He wants the power to heal. +} + +soprano = \relative c' { + \clef treble + \time 3/4 + \key a \major + \autoBeamOff + \override Stem #'neutral-direction = #up + + \partial 4 a'4 | + a4.( b8) gs4 | + a2 a4 | + gs( b) b | + cs2^\fermata cs4 | + + \break + b4( gs) a | + gs2 a4 | + \stemDown b2^\fermata \stemNeutral cs4 | + d( cs) b | + + \break + a2 a4 | + b( a) b | + \stemNeutral cs2^\fermata gs4 | + gs2 a4 | + + \break + d4( cs) b | + a2 cs8.[ b16] | + a4( b) cs | + a2 gs4 | + a2. \bar "|." +} + +alto = \relative c' { + \clef treble + \time 3/4 + \key a \major + \autoBeamOff + + \partial 4 <e a>4 | + << { \slurDown cs'4.( d8) } \\ { e,2 } >> <e b'>4 | + <e a>2 <e cs'>4 | + << { \slurDown b'4( d) } \\{ e,2 } >> <e gs>4 | + <e a>2^\fermata <e a>4 | + + \break + << { \slurDown gs4( b4) } \\{ e,2 } >> <e cs'>4 | + <e b'>2 <e a>4 | + <e gs>2^\fermata a4 | + \stemUp \slurDown b( a) b | + + \break + \stemNeutral cs2 cs4 | + \slurUp d( cs) d | + e2^\fermata <e, b'>4 | + << { \slurDown b'4( e) } \\{ e,2 } >> <e cs'>4 | + + \break + << { b'4( a) } \\{ e2 } >> <e b'>4 | + <e cs'>2 << { e'8. d16 } \\{ e,4 } >> | + \stemUp \slurDown <e cs'>4( <fs d'>) <a e'> | + <e cs'>2 <d b'>4 | + <cs a'>2. \bar "|." +} + +bass = \relative c { + \clef bass + \time 3/4 + \key a \major + \autoBeamOff + \override Stem #'neutral-direction = #up + + \partial 4 a'4 | + a2 e4 | + fs2 fs4 | + e2 e4 | + a,2^\fermata cs4 | + + \break + e2 e4 | + e2 e4 | + e2^\fermata + %% SMALL NOTES START + \set fontSize = #-3 + e4 | + e2 e4 | + + \break + e2 e4 | + e2 e4 | + e2^\fermata + \unset fontSize + %% SMALL NOTES END + e4 | + e2 e4 | + + \break + e2 e4 | + a2 e4 | + cs( d) e | + e2 \stemDown d4 | + \stemNeutral a2. \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "soprano" { \soprano } + \new Lyrics \lyricsto "soprano" { \verseOne } + \new Staff = "upperTwo" \new Voice = "alto" { \alto } + \new Lyrics \lyricsto "soprano" { \verseTwo } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} + +%%Transcriber's Notes: + +%%Last system, bass staff, 3d bar: last note corrected to E; 4th bar: second note corrected to D. + +%%Last system, alto staff, last bar: bottom note of chord corrected to C-sharp.
\ No newline at end of file diff --git a/22089-h/music/lawoflove.midi b/22089-h/music/lawoflove.midi Binary files differnew file mode 100644 index 0000000..9ac8afa --- /dev/null +++ b/22089-h/music/lawoflove.midi diff --git a/22089-h/music/lawoflove.pdf b/22089-h/music/lawoflove.pdf Binary files differnew file mode 100644 index 0000000..37a9d1a --- /dev/null +++ b/22089-h/music/lawoflove.pdf diff --git a/22089-h/music/liberty.ly b/22089-h/music/liberty.ly new file mode 100644 index 0000000..9162b3c --- /dev/null +++ b/22089-h/music/liberty.ly @@ -0,0 +1,117 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "LIBERTY BATTLE-SONG." + poet = "From \"The Emancipator.\"" + composer = "Air--\"Our Warrior's Heart.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + A -- rouse, ye friends of law and right, + A -- rouse, a -- rouse, a -- rouse! +} + +lineTwo = \lyricmode { + All who in Free -- dom's cause de -- light, + A -- rouse, a -- rouse, a -- \markup{ "rouse!" \hspace #1.0 \raise #3 \rightbrace } + The time, the time, is draw -- ing near, + When we must at our posts ap -- pear; +} + +lineThree = \lyricmode { + Then clear the decks for ac -- tion, clear! + A -- rouse, a -- rouse, a -- rouse! +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key c \major + \autoBeamOff + \stemUp + + \tag #'main { \repeat volta 2 { + \partial 8*1 <e c'>8 | + <e c'>8 <e g> <e g> <e c'> | + <a c> <f a> <f a> r16 <a f'> | + + \break + <g e'>8. <e c'>16 <f d'>8. <d b'>16 | + \partial 8*3 <e c'>4. | + } } + \tag #'toDC { + \partial 8*1 <e c'>8 | + <d b'>8 <e c'> <g d'>8. <d b'>16 | + + \break + <e c'>8 <f d'> <g e'>8. <e c'>16 | + <d b'>8 <e c'> <f d'> <d b'> | + \partial 8*3 <e c'>8 <f d'> <g e'>_\fermata^\markup { \bold "D.C." } \bar "|." + } +} + +bass = \relative c { + \clef bass + \time 2/4 + \key c \major + \autoBeamOff + + \tag #'main { \repeat volta 2 { + \partial 8*1 c8 | + c8 c c c | + f f f r16 f16 | + + \break + g8. g16 g8. g16 + \partial 8*3 c,4. + } } + \tag #'toDC { + \partial 8*1 c8 | + <g g'>8 <g g'> <g g'>8. <g g'>16 | + + \break + c8 c c8. c16 | + <g g'>8 <g g'> <g g'> <g g'> + \partial 8*3 c8 c c^\fermata | + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineThree } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble \keepWithTag #'main \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass \keepWithTag #'main \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} + +%%Transcriber's Notes: + +%%A second score is provided to unfold the repeats and generate the midi.
\ No newline at end of file diff --git a/22089-h/music/liberty.midi b/22089-h/music/liberty.midi Binary files differnew file mode 100644 index 0000000..b675a85 --- /dev/null +++ b/22089-h/music/liberty.midi diff --git a/22089-h/music/liberty.pdf b/22089-h/music/liberty.pdf Binary files differnew file mode 100644 index 0000000..01a5ab5 --- /dev/null +++ b/22089-h/music/liberty.pdf diff --git a/22089-h/music/libertyball.ly b/22089-h/music/libertyball.ly new file mode 100644 index 0000000..17e84b5 --- /dev/null +++ b/22089-h/music/libertyball.ly @@ -0,0 +1,139 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE LIBERTY BALL." + poet = "G.W.C." + composer = "Air, \"Rosin the Bow.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + Come all ye true friends of the na -- tion, At -- tend to hu -- man -- i -- ty's + call; Come aid the poor slave's lib -- e -- ra -- tion, And + roll on the lib -- er -- ty ball-- And roll on the lib -- er -- ty + ball-- And roll on the lib -- er -- ty ball, Come aid the poor slave's lib -- e -- + ra -- tion, and roll on the lib -- er -- ty ball. +} + +trebleOne = \relative c' { + \clef treble + \time 6/8 + \key g \major + \autoBeamOff + + \partial 4 g'4 | + b8 b b d c b | + g b4. c4 | + a8 d d d d d | + + \break + c4.^\fermata a4. | + b8 b b d c b | + g b4. c4 | + + \break + a8 d d d d d | + b4. r8 b4 | + b8 c b b c d | + + \break + e4. r8 c4 | + a8 d d d d d | + c4. a4. | + b8 b b d c b | + + \break + g8 b4. c4 | + a8 d d d d c | + b4.^\fermata \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \time 6/8 + \key g \major + \autoBeamOff + + \partial 4 d4 | + g8 g g \stemUp b \stemNeutral a g | + b d4. e4 | + d8 b g g a b | + + \break + e,4.^\fermata d4. | + g8 g g \stemUp b \stemNeutral a g | + b d4. e4 | + + \break + d8 \stemUp b \stemNeutral g a \stemUp b \stemNeutral a | + g4. r8 d'4 | + d8 e d d e fs | + + \break + g4. r8 e4 | + d8 \stemUp b \stemNeutral g g a b | + e,4. d4. | + g8 g g \stemUp b \stemNeutral a g | + + \break + b8 d4. e4 | + d8 \stemUp b \stemNeutral g a \stemUp b \stemNeutral a + g4.^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 6/8 + \key g \major + \autoBeamOff + + \partial 4 \stemUp d4 | + \stemNeutral g8 g g g g g | + g g4. c,4 | + d8 d d d d d | + + \break + c4.^\fermata \stemUp d4. | + \stemNeutral g8 g g g g g | + g g4. c,4 | + + \break + \stemUp d8 d d d d d | + \stemNeutral g4. r8 g4 | + g8 g g g g g | + + \break + g4. r8 c,4 | + \stemUp d8 d d d d d | + c4. d4. | + \stemNeutral g8 g g g g g | + + \break + g8 g4. c,4 | + \stemUp d8 d d d d d + \stemNeutral g4.^\fermata +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 140 4 ) }} +} + +%%Transcriber's Notes: + +%%Added missing fermata last system, last bar, bass part.
\ No newline at end of file diff --git a/22089-h/music/libertyball.midi b/22089-h/music/libertyball.midi Binary files differnew file mode 100644 index 0000000..ed0de67 --- /dev/null +++ b/22089-h/music/libertyball.midi diff --git a/22089-h/music/libertyball.pdf b/22089-h/music/libertyball.pdf Binary files differnew file mode 100644 index 0000000..2c0c4a3 --- /dev/null +++ b/22089-h/music/libertyball.pdf diff --git a/22089-h/music/libertyparty.ly b/22089-h/music/libertyparty.ly new file mode 100644 index 0000000..0a166ed --- /dev/null +++ b/22089-h/music/libertyparty.ly @@ -0,0 +1,112 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE LIBERTY PARTY." + poet = "Words by E. Wright, jr." + composer = "Tune--\"'Tis Dawn, the Lark is Singing.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + Will ye des -- pise the a -- corn, Just thrust -- ing out its + shoot, Ye gi -- ants of the for -- est, That + strike the deep -- est root? Will ye des -- pise the + stream -- lets Up -- on the moun -- tain side; Ye + broad and migh -- ty riv -- ers, + On sweep -- ing to the tide? +} + +versetwo = \lyricmode { + Wilt thou des -- pise the cres -- cent, That trem -- bles, new -- ly + born, Thou bright and peer -- less plan -- et, Whose + reign shall reach the morn? Time now his scythe is + whet -- ting, Ye gi -- ant oaks, for you; Ye + floods, the sea is thirst -- ing, To drink you like the dew. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key bf \major + \autoBeamOff + \stemUp + + \partial 4*1 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> \oneVoice | + <f bf>4. <f bf>8 \stemUp <bf d>4 <g bf>4 | + <g bf>2 <ef g>4 <g bf>4 | + \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> \oneVoice <f bf>4 <f c'>4 \stemUp <bf d>4 | + + \break + <a c>2 r4 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> \oneVoice | + <f bf> <f bf> \stemUp <bf d> <g bf> | + <g bf>2 <ef g>4 <g bf> | + + \break + \voiceOne << { f4. } \context Voice="1" { \voiceTwo f4. \oneVoice } >> \oneVoice <f bf>8 <f d'>4 <ef c'> | + <d bf'>2 r4 \voiceOne << { f4 } \context Voice="1" { \voiceTwo f4 \oneVoice } >> \oneVoice | + \stemUp <a c>4. <a c>8 <g bf>4 <a c> | + + \break + <bf d>2 <bf d>4 <bf d>4 | + <c ef>4 <bf d>4 \voiceOne << { g4 } \context Voice="1" { \voiceTwo g4 \oneVoice } >> \oneVoice \stemUp <a c>4 | + \voiceOne << { bf2( a4) } \context Voice="1" { \voiceTwo ef2. \oneVoice } >> \oneVoice <d f>4 | + + \break + <f bf>4. <f bf>8 \stemUp <bf d>4 <g bf> | + <g bf>2 <ef g>4 <g bf> | + \voiceOne << { f4. } \context Voice="1" { \voiceTwo f4. \oneVoice } >> \oneVoice <f bf>8 <f bf d>4 <ef a c> + \partial 4*3 <d f bf>2 r4 \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key bf \major + \autoBeamOff + + \partial 4*1 f4 | + bf,4. bf8 bf4 bf | + ef2 ef4 ef | + \stemUp d d \stemNeutral c bf | + + \break + f'2 r4 f4 | + bf, bf bf bf | + ef2 ef4 ef | + + \break + \stemUp d4. \stemNeutral bf8 f'4 f | + bf,2 r4 f' | + f4. f8 f4 f | + + \break + bf2 bf4 bf | + g f ef c | + f2. f4 | + + \break + bf,4. bf8 bf4 bf | + ef2 ef4 ef | + \stemUp d4. \stemNeutral bf8 f'4 f + \partial 4*3 bf,2 r4 | +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \versetwo } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 108 4 ) }} +} diff --git a/22089-h/music/libertyparty.midi b/22089-h/music/libertyparty.midi Binary files differnew file mode 100644 index 0000000..7d16726 --- /dev/null +++ b/22089-h/music/libertyparty.midi diff --git a/22089-h/music/libertyparty.pdf b/22089-h/music/libertyparty.pdf Binary files differnew file mode 100644 index 0000000..7d7fcc6 --- /dev/null +++ b/22089-h/music/libertyparty.pdf diff --git a/22089-h/music/libertyvoter.ly b/22089-h/music/libertyvoter.ly new file mode 100644 index 0000000..889bbf2 --- /dev/null +++ b/22089-h/music/libertyvoter.ly @@ -0,0 +1,112 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE LIBERTY VOTER'S SONG." + poet = "Words by E. Wright, jr." + composer = "Air, from \"Niel Gow's Farewell.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + The vote, the vote, the migh -- ty vote, Though once we used a + hum -- bler note, And prayed our ser -- vants to be just, We + tell them now they must, they must. The ty -- rant's grap -- ple + by our vote, We'll loos -- en from our bro -- ther's throat, With + Wash -- ing -- ton we here a -- gree, The + vote's the wea -- pon of the free. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key g \major + \autoBeamOff + \stemUp + \override Staff.TimeSignature #'style = #'() + + \partial 4 <d g>4 | + <b d> <d g> <d g> <e b'> | + <d a'> <b e> <b e> <e g> | + d <b g'> <b g'> <d b'> | + + \break + <b d'>4 <d b'> <d b'>^\fermata <b' d> | + <c e> <c g'> <b d> <g b> | + <a c>8[ <g b>] <fs a>[ <e g>] <fs a>4. <g b>8 | + + \break + <b, d>4 <e g> <g b>8[ <fs a>] <e g>[ <d a'>] | + <d b'>4 <b g'> <b g'>4.^\fermata <g' b>8^\markup { \bold "Chorus." } | + <b d>4 <g b> <b g'> <b d> | + + \break + <a c>8[ <g b>] <fs a>[ <e g>] <fs a>4. <g b>8 | + <b d>4 <g b> <b g'> <b d> | + <c e> <b d> <g g'>4. <b d>8 | + + \break + <c e>4 <c g'> <b d> <g b> | + <a c>8[ <g b>] <fs a>[ <e g>] <d a'>4.^\fermata <d b'>8 | + + \break + d4. <e g>8 <g b>[ <fs a>] <fs a>[ <e g>] | + <d b'>4 <b g'> <b g'>^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key g \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 4 g'4 | + d g g g | + d e e e | + d e g g | + + \break + g4 g g^\fermata g | + c, c \stemUp d \stemNeutral g | + \stemUp d d d4. \stemNeutral b8 | + + \break + d4 e d d | + g g g4.^\fermata g8 | + g4 g g g | + + \break + d4 d d4. g8 | + g4 g g g | + c, c c4. \stemUp d8 | + + \break + \stemNeutral g4 g g g | + d d d4.^\fermata g8 | + + \break + d4. d8 d4 d + g g \stemDown <g, g'>^\fermata \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 140 4 ) }} +} + diff --git a/22089-h/music/libertyvoter.midi b/22089-h/music/libertyvoter.midi Binary files differnew file mode 100644 index 0000000..b8f7dd2 --- /dev/null +++ b/22089-h/music/libertyvoter.midi diff --git a/22089-h/music/libertyvoter.pdf b/22089-h/music/libertyvoter.pdf Binary files differnew file mode 100644 index 0000000..024a0a5 --- /dev/null +++ b/22089-h/music/libertyvoter.pdf diff --git a/22089-h/music/littleslavegirl.ly b/22089-h/music/littleslavegirl.ly new file mode 100644 index 0000000..d26d90a --- /dev/null +++ b/22089-h/music/littleslavegirl.ly @@ -0,0 +1,92 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE LITTLE SLAVE GIRL." + poet = "Words by a Lady." + composer = "Air--Morgiana in Ireland." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + When bright morn -- ing lights the hills, + Where free chil -- dren sing most cheer -- i -- ly, My young breast with + sor -- row fills, While here I plod my + way so wea -- ri -- ly: Sad my face, more sad my heart, From + home, from all I had to part, A + lov -- ing moth -- er, my \set ignoreMelismata = ##t sis -- \unset ignoreMelismata ter, my bro -- ther, For + chains and lash in hope -- less mis -- e -- ry, + Chil -- dren try it, could you try it; + But one day to live in sla -- ve -- ry, Chil -- dren try it, + try it, try it; Come, come, give me lib -- er -- ty. +} + +treble = \relative c' { + \clef treble + \time 6/8 + \key g \major + \autoBeamOff + \stemUp + + \voiceOne << { d4 d8 g4 g8 } \context Voice="1" { \voiceTwo \autoBeamOff d4 d8 g4 g8 \oneVoice } >> \oneVoice | + \stemUp <fs a>8[ <e g>] <fs a> <g b>4 r8 | + + \break + \voiceOne << { d4 d8 g4 } \context Voice="1" { \voiceTwo \autoBeamOff d4 d8 g4 \oneVoice } >> \oneVoice \stemUp <fs a>8 | + <g b>4 <a c>8 <g b> <e g> \voiceOne << { e^\fermata } \context Voice="1" { \voiceTwo \autoBeamOff e \oneVoice } >> \oneVoice | + \voiceOne << { d4 d8 g4 g8 } \context Voice="1" { \voiceTwo \autoBeamOff d4 d8 g4 g8 \oneVoice } >> \oneVoice | + + \break + \stemUp <fs a>8[ <e g>] <fs a> <g b>4 <a c>8 | + <b d>8[ <c e>] <b d> <a c>[ <g b>] <e g> | + + \break + <e g>4 <fs a>8 <g b> <e g> e^\fermata | + <b' d>4 <b d>8 <b d>[ <a c>] <g b> | + <c e>4 <d fs>8 <e g>4_\fermata <b d>8 | + + \break + <b d>4 <b d>8 <b d>[ <a c>] <g b> | + <c e>4 <d fs>8 <e g>4_\fermata <b d>8 | + + \break + <b d>8[ <c e>] <b d> <b d> <a c> <g b> | + <c e>( <d fs>) <c e> <c e> <d fs> <e g> | + + \break + <b d>( <c e>) <a c> <g b>[ <a c>] <fs a> | + <e g>4 <fs a>8 <g b> <e g> e^\fermata | + + \break + %[**NOTE: image shows <e g>4 <e g>8 <g b>16 <b d>4. r8 -- "4." should be "8."] + <e g>4 <e g>8 <g b>16 <b d>8. r8 | + %[**NOTE: image shows g4 g8 <a c>16 <c e>4. r8 -- "4." should be "8."] + \voiceOne << { g4 g8 } \context Voice="1" { \voiceTwo \autoBeamOff g4 g8 \oneVoice } >> \oneVoice \stemUp <a c>16 <c e>8. r8 | + + \break + <e, g>4 <e g>8 <e g>4 <fs a>8 | + <g b>4 <a c>8 <g b> <e g> \voiceOne << { e^\fermata } \context Voice="1" { \voiceTwo \autoBeamOff e \oneVoice } >> \oneVoice \stemUp | + <e g>4 <e g>8 <g b>16 <b d>8. r8 | + + \break + <a c>16 <c e>8. r8 <g b>16 <b d>8. r8 | + <c e>16[ <e g>8.] r8 <g, b>16[ <b d>8.] r8 | + <e, g>4 <fs a>8 <g b> <e g> e^\fermata \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4 ) }} +} diff --git a/22089-h/music/littleslavegirl.midi b/22089-h/music/littleslavegirl.midi Binary files differnew file mode 100644 index 0000000..9270828 --- /dev/null +++ b/22089-h/music/littleslavegirl.midi diff --git a/22089-h/music/littleslavegirl.pdf b/22089-h/music/littleslavegirl.pdf Binary files differnew file mode 100644 index 0000000..26c97d9 --- /dev/null +++ b/22089-h/music/littleslavegirl.pdf diff --git a/22089-h/music/manandbrother.ly b/22089-h/music/manandbrother.ly new file mode 100644 index 0000000..7d1eb4e --- /dev/null +++ b/22089-h/music/manandbrother.ly @@ -0,0 +1,124 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "AM I NOT A MAN AND BROTHER?" + poet = "Words by A. C. L." + composer = "Air--\"Bride's Farewell.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +lineOne = \lyricmode { + Am I not a man and broth -- er? + Ought I not, then, to be free? + + Christ our Sa -- viour, Christ our Sa -- viour, + Died for me as well as thee. +} + +lineTwo = \lyricmode { + Sell me not one to an -- oth -- er, + Take not thus my lib -- er -- ty. +} + +lineFine = \lyricmode { + Christ our Sa -- viour, Christ our Sa -- viour, + Died for me as well as thee. +} + +treble = \relative c' { + \key g \major + \time 2/4 + \clef treble + \autoBeamOff + \stemUp + + \repeat volta 2 { <g' b>4 <fs a> | + <e g> d | + <fs a> <e g>8[ <fs a>] | + <g b> <b d>4 r8 | + + \break + <g b>4 <fs a> | + <e g> d | + <fs a>( <a c>8) <g b>16[ <fs a>] | + g4.^\fermata r8^\markup { \bold "Fine." } } + + \break + \tag #'toDC { <a c>4 <a c> | + <c e> <a c> | + <a c> <a c>8[ <b d>16 <c e> ] | + <c e>8 <b d>4 r8 | + + \break + <b d>4 <a cs> | + <a c!> <g b> | + <fs a> <a cs> | + <fs a d>4.\fermata r8^\markup { \bold "D.C." } \bar "|." } +} + +bass = \relative c { + \key g \major + \time 2/4 + \clef bass + \autoBeamOff + + \repeat volta 2 { g'4 d | + e b | + d d | + g8 g4 r8 | + + g4 d | + e b | + d4. d8 | + <g g,>4.^\fermata r8 } + + \tag #'toDC { c,4 c | + c c | + c c | + g'8 g4 r8 | + + d4 a' | + a g | + \stemUp d a | + d4.^\fermata r8 } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "bass" { \lineFine } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Voice = "treble" { \unfoldRepeats { \treble } %%% from begining, through repeats, to D.C. + \removeWithTag #'toDC \treble } %%% D. C. to FINE + + \new Staff = "lower" { \unfoldRepeats { \bass } %%% from begining, through repeats, to D.C. + \removeWithTag #'toDC \bass } %%% D. C. to FINE + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) }} + +} + + +%%Transcriber's Note: + +%% Last system, last bar, top staff: added missing fermata.
\ No newline at end of file diff --git a/22089-h/music/manandbrother.midi b/22089-h/music/manandbrother.midi Binary files differnew file mode 100644 index 0000000..8e01618 --- /dev/null +++ b/22089-h/music/manandbrother.midi diff --git a/22089-h/music/manandbrother.pdf b/22089-h/music/manandbrother.pdf Binary files differnew file mode 100644 index 0000000..188912e --- /dev/null +++ b/22089-h/music/manandbrother.pdf diff --git a/22089-h/music/marchtothebattlefield.ly b/22089-h/music/marchtothebattlefield.ly new file mode 100644 index 0000000..3e78781 --- /dev/null +++ b/22089-h/music/marchtothebattlefield.ly @@ -0,0 +1,160 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "MARCH TO THE BATTLEFIELD." + poet = "Parody by G. W. C." + composer = "Air \"Oft in the stilly night.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + March to the bat -- tle -- field, The foe is now be -- + fore us; Each heart is free -- dom's shield, And + heaven is smil -- ing o'er us The + woes and pains of slave -- ry's chains, That + bind three mill -- ions un -- der; In proud dis -- dain we'll + burst their chain, And tear each link a -- sun -- der. +} + +soprano = \relative c' { + \key c \major + \time 2/4 + \clef treble + \autoBeamOff + + g'4 g8. g16 | + c16 c8. c8 c8 | + g8. g16 g8 c8 | + + \break + b8[ c16 d16] c4 | + g4 g8. g16 | + c8. c16 c8 c8 | + + \break + c8 c8 c8. c16 | + b4^\fermata c8 \bar "||" r16 c16 | + + \break + c8. g16 g8. c16 | + \stemUp b8. \stemNeutral g16 g8 r16 g16 | + + \break + g8. g16 g8. g16 | + \stemUp b4 \stemNeutral g8 r16 c16 | + c8. g16 g8. g16 | + + \break + \stemUp b8. \stemNeutral g16 g8 r16 g16 | + c8. g16 g8 g8 | + b8[ c16 d16] c4 \bar "|." +} + +alto = \relative c' { + \key c \major + \time 2/4 + \clef treble + \autoBeamOff + \stemUp + + <c' e>4 <c e>8. <b d>16 | + <a c>16 <f a>8. <f a>8 <a c>8 | + <e g>8. <e g>16 <e c'>8 <g e'>8 | + + d'8[ e16 f16] <g, e'>4 | + <c e>4 <c e>8. <b d>16 | + <a c>8. <f a>16 <f a>8 <a c>8 | + + <e g>8 <e g>8 <g e'>8. <e c'>16 | + <f d'>4_\fermata <e c'>8 \bar "||" r16 <e g>16 | + + <e g>8. <e c'>16 <e c'>8. <e c'>16 | + <f d'>8. <e c'>16 <e c'>8 r16 <e c'>16 | + + <c e'>8. <c c'>16 <e c'>8. <e c'>16 | + <f d'>4 <e c'>8 r16 <e g>16 | + <e g>8. <e c'>16 <e c'>8. <e c'>16 | + + <f d'>8. <e c'>16 <e c'>8 r16 <e c'>16 | + <g e'>8. <e c'>16 <e c'>8 <e c'>8 | + d'8[ e16 f16] <g, e'>4^\markup { \bold "D.C." } \bar "|." +} + +tenor = \relative c' { + \key c \major + \time 2/4 + \clef treble + \autoBeamOff + \stemDown + + s2 | s2 | s2 | + + g'4 s4 | s2 | s2 | + + s2 | s4 s8 \bar "||" s8 | + + s2 | s2 | + + s2 | s2 | s2 | + + s2 | s2 | g4 s4 \bar "|." +} + +bass = \relative c { + \key c \major + \time 2/4 + \clef bass + \autoBeamOff + \override Stem #'neutral-direction = #up + + c4 c8. c16 | + c16 c8. c8 c8 | + c8. c16 c8 c8 | + + g'4 c,4 | + c4 c8. c16 | + f8. f16 f8 f8 | + + c8 c8 c8. c16 | + g'4^\fermata c,8 \bar "||" r16 c16 | + + c8. c16 c8. g'16 | + g8. c,16 c8 r16 c16 | + + c8. c16 c8. c16 | + g'4 c,8 r16 c16 | + c8. c16 c8. c16 | + + g'8. c,16 c8 r16 c16 | + c8. c16 c8 c8 | + g'4 c,4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "soprano" { \soprano } + \new Staff = "upperTwo" + << + \new Voice = "alto" { \alto } + \new Voice = "tenor" { \tenor } + >> + \new Lyrics \lyricsto "alto" { \verseOne } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4 ) }} + +} + +%%Transcriber's Note: + +%%Repeat not generated in the midi, as the song is complete without it. diff --git a/22089-h/music/marchtothebattlefield.midi b/22089-h/music/marchtothebattlefield.midi Binary files differnew file mode 100644 index 0000000..ae00011 --- /dev/null +++ b/22089-h/music/marchtothebattlefield.midi diff --git a/22089-h/music/marchtothebattlefield.pdf b/22089-h/music/marchtothebattlefield.pdf Binary files differnew file mode 100644 index 0000000..a8b82fd --- /dev/null +++ b/22089-h/music/marchtothebattlefield.pdf diff --git a/22089-h/music/mercyseat.ly b/22089-h/music/mercyseat.ly new file mode 100644 index 0000000..90c3e90 --- /dev/null +++ b/22089-h/music/mercyseat.ly @@ -0,0 +1,150 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE MERCY SEAT." + poet = "Words by Mrs. Sigourney." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + From eve -- ry stor -- my wind that blows, + From eve -- ry swell -- ing tide of + woes, There is a calm a sure re -- + treat-- Our re -- fuge is the Mer -- cy -- seat. +} + +verseTwo = \lyricmode { + There is a place where Je -- sus sheds + The oil of glad -- ness on our + heads, A place than all be -- side more + sweet-- We seek the blood -- bought Mer -- cy -- seat. +} + +soprano = \relative c' { + \clef treble + \time 2/4 + \key d \major + \autoBeamOff + \override Stem #'neutral-direction = #up + + \partial 4 fs4 | + fs8[ a] b[ g] | + fs4 a8[ fs] | + fs[ e] g[ b] | + b4( a) + + \break + r4. a8 | + g[ fs] g[ a] | + b[ cs] d[ b] | + b[ a] e'[ d] | + + \break + d4^\fermata( cs8) r8 | + r4 a | + a8[ fs] fs[ a] | + d4. a8 | + d[ e] fs[ g] | + + \break + fs4( e8) e | + fs8( d4) \stemNeutral b8 | + a8( d4) fs16[ e16] | + d4 cs4 | + d2 \bar "|." +} + +alto = \relative c' { + \clef treble + \time 2/4 + \key d \major + \autoBeamOff + \stemUp + + <fs a>4 | + <fs a>8[ <d fs>] <b' d>[ <g b>] | + <fs a>4 <d fs>8[ <fs a>] | + <fs a>[ <e g>] <cs e>[ <e g>] | + << { \voiceOne g4( fs4) } \\{ \voiceThree d2 } >> \oneVoice | + + \break + r4. <d fs>8 | + <cs e>[ d] <cs e>[ <d fs>] | + <e g>[ <fs a>] <g b>[ <fs d'>] | + <g d'>[ <e cs'>] <e cs'>[ <d b'>] | + + \break + \slurUp <d b'>4^\fermata( <cs as'>8) r8 | + r4 <fs d'> | + <fs d'>8[ <d a'>] <fs a>[ <d fs>] | + <fs a>4. <d fs>8 | + <fs b>[ <g cs>] <fs d'>[ <e e'>] | + + \break + <d d'>4( <cs cs'>8) <e cs'> | + \stemUp <a d>8( <fs a>4) <e g>8 | + <d fs>8( <fs a>4) <fs d'>16[ <g e'>] | + <a fs'>4 <g e'>4 | + <fs d'>2 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key d \major + \autoBeamOff + \override Stem #'neutral-direction = #up + + d4 | + d d | + d d | + a a | + d2 | + + \break + r4. d8 | + a4 a | + d8[ fs] g4 | + e es | + + \break + fs4^\fermata ~ fs8 r8 | + r4 d | + d d | + d4. d8 | + g[ e] fs[ g] | + + \break + a4. a8 | + d,4. d8 | + d4. fs16[ g16] | + a4 a,4 | + d2 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "soprano" { \soprano } + \new Lyrics \lyricsto "soprano" { \verseOne } + \new Staff = "upperTwo" \new Voice = "alto" { \alto } + \new Lyrics \lyricsto "soprano" { \verseTwo } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} + +%%Transcriber's Notes: + +%%Dissonances are retained as in the original, as there are so many it is not clear whether they were intended.
\ No newline at end of file diff --git a/22089-h/music/mercyseat.midi b/22089-h/music/mercyseat.midi Binary files differnew file mode 100644 index 0000000..6257b37 --- /dev/null +++ b/22089-h/music/mercyseat.midi diff --git a/22089-h/music/mercyseat.pdf b/22089-h/music/mercyseat.pdf Binary files differnew file mode 100644 index 0000000..4e61b88 --- /dev/null +++ b/22089-h/music/mercyseat.pdf diff --git a/22089-h/music/monarch.ly b/22089-h/music/monarch.ly new file mode 100644 index 0000000..32735b8 --- /dev/null +++ b/22089-h/music/monarch.ly @@ -0,0 +1,75 @@ +\version "2.10" +\include "english.ly" + +\header { +title = "I AM MONARCH OF NOUGHT I SURVEY." +poet = "A Parody." +composer = "Air \"Old Dr. Fleury.\"" +tagline = "" +} + +trebleOne = \relative c' { + \clef treble + \key g \major + \time 6/8 + \autoBeamOff + \partial 4 g'8[ g] | \stemUp b g b \stemDown d b d | b4. b | d8 c b b \stemNeutral a g | \break + d'4. d4 ~ d8 | \stemUp b8 g b \stemDown d b d | b4. b | \break + d8 b d c b c | b4. b | \stemUp b8 g b b g b | \break + \stemNeutral c4. e4 ~ e8 | d8 c b b a g | d'4. a4 ~ a8 | \break + b8 d d d b d | b4. e | d8 a d c b c | b2.^\fermata \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \key g \major + \time 6/8 + \autoBeamOff + \partial 4 d8[ d] | g8 d g \stemUp b g \stemDown b | d4. d | \stemUp b8 a b \stemNeutral d c b | + a4. d,4 ~ d8 | g8 d g \stemUp b g b | \stemNeutral d4. d | + b8 d b a g a | g4. d' | d8 b d d b d | + e4. c4 ~ c8 | b8 c d d c b | a4. d,4 ~ d8 | + g8 d g \stemUp b g \stemNeutral b | d4. c | b8 d b a g a | g2.^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \key g \major + \time 6/8 + \autoBeamOff + \partial 4 g'8[ g] | g g g g g g | g4. g | d8 d d d d d | + d4. d4 ~ d8 | g8 g g g g g | g4. g | + g8 g g d d d | g4. g | g8 g g g g g | + c,4. c4 ~ c8 | g'8 g g d d d | \stemUp d4. d4 ~ d8 | + \stemNeutral g8 g g g g g | g4. c, | d8 d d d d d | g2. \bar "|." +} + +words = \lyricmode { + "I am" mon -- arch of nought I sur -- vey, + My wrongs there are none to dis -- pute; + My mas -- ter con -- veys me a -- way, + His whims or ca -- pri -- ces to suit. + O sla -- ver -- y, where are the + charms that "\"pa" -- "triarchs\"" have seen in thy face; + I dwell in the midst of a -- larms, + And serve in a hor -- ri -- ble place. +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} diff --git a/22089-h/music/monarch.midi b/22089-h/music/monarch.midi Binary files differnew file mode 100644 index 0000000..6bf204f --- /dev/null +++ b/22089-h/music/monarch.midi diff --git a/22089-h/music/monarch.pdf b/22089-h/music/monarch.pdf Binary files differnew file mode 100644 index 0000000..cdd2133 --- /dev/null +++ b/22089-h/music/monarch.pdf diff --git a/22089-h/music/negrosappeal.ly b/22089-h/music/negrosappeal.ly new file mode 100644 index 0000000..f7a2141 --- /dev/null +++ b/22089-h/music/negrosappeal.ly @@ -0,0 +1,137 @@ +\version "2.10" +\include "english.ly" + + +\header { + title = "THE NEGRO'S APPEAL." + poet = "Words by Cowper." + composer = "Tune--\"Isle of Beauty.\"" + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + + +lineOne= \lyricmode { + Forced from home and all its plea -- sures, Af -- ric's coast I + left _ for -- _ lorn; +} + +lineTwo = \lyricmode { + To in -- crease a stran -- ger's trea -- sures, + O'er the rag -- ing \skip8 \skip8 \skip8 \skip8 \skip2 bil -- lows borne. + \once \override LyricText #'self-alignment-X = #0.6 + \markup{ \raise #3 \rightbrace " Chris"} -- tian peo -- ple + bought and sold me, Paid my price in pal -- try gold: +} + +lineFine = \lyricmode { + But though slave they have en -- rolled me, \markup { \italic Minds } + are ne -- ver to _ be _ sold. +} + +trebleOne = \relative c' { + \clef treble + \time 4/4 + \key ef \major + \override Staff.TimeSignature #'style = #'() + + \tag #'first { \stemUp bf'4. af8 g4 g | + g4. f8 f4 ef | + bf'4. g8 af4 \stemNeutral c | \break } + + \tag #'fine { \override TextScript #'staff-padding = #3 + bf8[ ^\markup { \bold "1st time." } af] g[ f] + \once \override Script #'script-priority = #-100 g2^\fermata ^\markup { \bold "FINE."} \bar ":|" } + \tag #'toDC { \stemUp bf4 ^\markup { \bold "2d time."} f g2 \bar "||" + \stemNeutral af4. g8 f4 f | + + \break + f4. ef8 ef4 d | + bf'4. bf8 bf4 bf | + c4. c8^\markup {\bold "D.C."} bf2 \bar "|." } +} + +trebleTwo = \relative c' { + \clef treble + \time 4/4 + \key ef \major + \override Staff.TimeSignature #'style = #'() + + \tag #'first { g'4. f8 ef4 ef | + \stemUp bf'4. \stemNeutral af8 af4 g | + ef'4. bf8 d8[ c8] bf8[ af8] | } + + \tag #'fine { g8[ f8] ef8[ d8] ef2^\fermata | } + \tag #'toDC { g8[ f8] bf8.[ d,16] ef2 | + f4. ef8 d4 d | + + af'4. g8 g4 f4 | + f4. f8 g4 g | + a4. a8 \stemUp bf2 } +} + +bass = \relative c { + \clef bass + \time 4/4 + \key ef \major + \override Staff.TimeSignature #'style = #'() + + \tag #'first { ef4. ef8 ef4 ef | + ef4. ef8 ef4 ef | + g4. ef8 af4 af | } + + \tag #'fine { bf4 bf, ef2^\fermata | } + \tag #'toDC { bf'4 bf, ef2 | + bf4. bf8 bf4 bf | + + bf4. bf8 bf4 bf | + bf4. bf8 ef4 ef | + f4. f8 bf,2 } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Lyrics \lyricsto "trebleOne" { \lineOne } + \new Lyrics \lyricsto "trebleOne" { \lineTwo } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleOne" { \lineFine } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +} + +%%%Separate score block to unfold the repeats and generate the midi + +\score { +<< +\new Staff = "miditrebleOne" + << + \new Voice = "midiUpperOne" { \removeWithTag #'toDC \trebleOne %% first time, through first alternative + \removeWithTag #'fine \trebleOne %% second time, through 2nd alternative to D.C. + \removeWithTag #'toDC \trebleOne %% D. C. to Fine + } + \new Voice = "midiUpperTwo" { \removeWithTag #'toDC \trebleTwo %% first time, through first alternative + \removeWithTag #'fine \trebleTwo %% second time, through 2nd alternative to D.C. + \removeWithTag #'toDC \trebleTwo %% D. C. to Fine + } + >> + \new Staff = "midiBass" + \new Voice = "midiLower" { \removeWithTag #'toDC \bass %% first time, through first alternative + \removeWithTag #'fine \bass %% second time, through 2nd alternative to D.C. + \removeWithTag #'toDC \bass %% D. C. to Fine + } +>> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} +} diff --git a/22089-h/music/negrosappeal.midi b/22089-h/music/negrosappeal.midi Binary files differnew file mode 100644 index 0000000..35967bf --- /dev/null +++ b/22089-h/music/negrosappeal.midi diff --git a/22089-h/music/negrosappeal.pdf b/22089-h/music/negrosappeal.pdf Binary files differnew file mode 100644 index 0000000..b34498d --- /dev/null +++ b/22089-h/music/negrosappeal.pdf diff --git a/22089-h/music/ode.ly b/22089-h/music/ode.ly new file mode 100644 index 0000000..1112e7e --- /dev/null +++ b/22089-h/music/ode.ly @@ -0,0 +1,107 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "ODE TO JAMES G. BIRNEY." + poet = "Words by Elizur Wright." + composer = "Music by G.W.C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + We hail thee, Bir -- ney, just and true, the calm and fear -- less, + staunch and tried, The bra -- vest of the + val -- iant few, Our coun -- try's hope, our + coun -- try's pride! In Free -- dom's bat -- tle take the van; + We hail thee as an hon -- est man. +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key bf \major + \autoBeamOff + \stemUp + + \partial 8 <d f>8 | + <d bf'> <d bf'> <d bf'> <f d'> | + <a c>8. <f bf>16 <d f>8. <f a>16 | + <d bf'>8 <d bf'> <d bf'> <f d'> | + + \break + <bf f'>4. <a ef'>8 | + <a c>4._\fermata <g ef'>8 | + <f d'> <d f'> <ef bf'>8. <g d'>16 | + + \break + <a c>8 <g bf> <d f>4 ~ + <d f> r8 <f a> | + <g bf>16[ <f c'>] <g d'>[ <a ef'>] <bf f'>8.^\fermata <a ef'>16 | + + \break + <a c>8 <f a> <f bf>4 ~ + <f bf> r8 <bf d> | + <a c> <a c> <a c>8. <f bf>16 | + <ef g>8 <f a> \voiceOne << { f4 ~ } \context Voice="1" { \voiceTwo \autoBeamOff f4 \oneVoice } >> \oneVoice | + + \break + \voiceOne << { f4 } \context Voice="1" { \voiceTwo \autoBeamOff f4 \oneVoice } >> \oneVoice r8 \stemUp <d f> | + <ef g> <g bf>4 \stemDown <c ef>16 <c ef>16 | + \stemUp <a c>4 <f a> | + <d f bf>4.^\fermata r8 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key bf \major + \autoBeamOff + + \partial 8 f8 | + bf, bf bf bf | + f'8. f16 bf,8. f'16 | + bf,8 bf bf bf | + + \break + f'4. f8 | + f4.^\fermata a8 | + bf bf g8. bf16 | + + \break + f8 f bf,4 ~ + bf r8 f' | + bf16[ a] bf[ c] d8. c16 | + + \break + f,8 f bf,4 ~ + bf r8 bf | + f' f f8. bf,16 | + c8 c f4 ~ + + \break + f4 r8 bf, | + ef ef4 c16 c | + f4 f | + bf,4.^\fermata r8 | +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4 ) }} +} + diff --git a/22089-h/music/ode.midi b/22089-h/music/ode.midi Binary files differnew file mode 100644 index 0000000..3cd831a --- /dev/null +++ b/22089-h/music/ode.midi diff --git a/22089-h/music/ode.pdf b/22089-h/music/ode.pdf Binary files differnew file mode 100644 index 0000000..9a26b3e --- /dev/null +++ b/22089-h/music/ode.pdf diff --git a/22089-h/music/opity.ly b/22089-h/music/opity.ly new file mode 100644 index 0000000..7900f38 --- /dev/null +++ b/22089-h/music/opity.ly @@ -0,0 +1,116 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "O PITY THE SLAVE MOTHER." + poet = "Words from the Liberator." + composer = "Air, Araby's Daughter." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + I pi -- ty the slave moth -- er, care -- worn and wear -- y, Who + sighs as she pres -- ses her babe to her breast; +} + +lineTwo = \lyricmode { + \set ignoreMelismata = ##t I la -- ment her sad fate, all so hope -- less and drear -- y, I la -- + ment for her woes, and her wrongs un -- re -- dressed. + \once \override LyricText #'self-alignment-X = #0.6 + \markup{ \raise #3 \rightbrace " O"} + who can im -- a -- gine her heart's deep e -- mo -- tion, As_she + thinks of her chil -- dren a -- bout to be sold; +} + +lineThree = \lyricmode { + \set ignoreMelismata = ##t You may pic -- ture the bounds of the rock -- gir -- dled o -- cean, But the + grief of that moth -- er can nev -- er be known. +} + +treble = \relative c' { + \clef treble + \key bf \major + \time 6/8 + \autoBeamOff + \stemUp + + \tag #'main { \repeat volta 2 { \partial 8 f16[ f] | + <f d'>8. <ef c'>16 <d bf'>8 <f d'>8. <ef c'>16 <d bf'>8 | + <ef c'>8. <d bf'>16 <ef c'>8 <f d'> <d bf'> <d bf'>16[ <d bf'>] | + + \break + <g bf>8. <f a>16 <ef g>8 <d f> <d bf'> <f d'> | + <ef c'>8. <d bf'>16 <ef c'>8 <d bf'>4 \mark \markup { \fontsize #-2 \musicglyph #"scripts.ufermata" }} } + \tag #'toDC { <d f>8 | + + \break + <d f>8 <d f> <d f> <ef g> <d f> <d f> | + <d f> <d f> <d f> <g bf> <d f> <d f> | + + \break + <d f> <d f> <d f> <bf' d>8. <a c>16 <g bf>8 | + <f a>8 <f c'>4 <ef g>4. | <d f>4.^\markup { \bold "D.C." } r4 \bar "|." } +} + + +bass = \relative c { + \clef bass + \key bf \major + \time 6/8 + \autoBeamOff + + \tag #'main { \repeat volta 2 { \partial 8 bf16[ bf] | + bf8. bf16 bf8 bf8. bf16 bf8 | + f'8. f16 f8 bf,8 bf8 bf16[ bf] | + + ef8. ef16 ef8 bf8 bf bf | + f'8. f16 f8 bf,4 \mark \markup { \fontsize #-2 \musicglyph #"scripts.ufermata" } } } + \tag #'toDC { r8 + + R2*3/2 | R2*3/2 | + + R2*3/2 | R2*3/2 | r4 r8 r4 \bar "|." } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineThree } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble \keepWithTag #'main \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass \keepWithTag #'main \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 4 ) }} + +} + + +%%Transcriber's Notes: + +%% A second score block is provided to unfold the repeat and generate the midi. + +%% 2nd system just after repeat sign, lower staff - corrected typo, should be eighth rest. + diff --git a/22089-h/music/opity.midi b/22089-h/music/opity.midi Binary files differnew file mode 100644 index 0000000..82c3595 --- /dev/null +++ b/22089-h/music/opity.midi diff --git a/22089-h/music/opity.pdf b/22089-h/music/opity.pdf Binary files differnew file mode 100644 index 0000000..aee6d53 --- /dev/null +++ b/22089-h/music/opity.pdf diff --git a/22089-h/music/ourcountrymen.ly b/22089-h/music/ourcountrymen.ly new file mode 100644 index 0000000..25a8ab4 --- /dev/null +++ b/22089-h/music/ourcountrymen.ly @@ -0,0 +1,128 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "OUR COUNTRYMEN IN CHAINS." + poet = "Words by Whittier." + composer = "\"Beatitude,\" by T. Hastings." + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +afterGraceFraction = #(cons 3 8) + +lineOne = \lyricmode { + Our fel -- low coun -- try -- men in + chains, Slaves in a land of light and law! +} + +lineTwo = \lyricmode { + Slaves-- crouch -- ing on the ve -- ry + plains Where rolled the storm of Free -- dom's war! + A groan from Eu -- taw's haunt -- ed + wood-- A wail where Cam -- den's mar -- tyrs fell-- +} + +lineThree = \lyricmode { + By eve -- ry shrine of pat -- riot + blood, From Moult -- rie's wall and Jas -- per's well. +} + +treble = \relative c' { + \key d \major + \time 2/2 + \clef treble + \override Staff.TimeSignature #'style = #'() + \autoBeamOff + \stemUp + + \tag #'main { \repeat volta 2 { \partial 2 d4.( e8) | + <d fs>4 <d fs> <d fs> <d fs> | + << { a'4.( g8) } + \new Voice = "alto" { \voiceTwo e2 } >> + <d fs>2 | + + \break + <cs e>2 r4 <cs e>4 | + <d fs>4. <cs g'>8 <d a'>4 <e g> | + <d fs>2 <cs e> | + d2.^\fermata } } + + \break + \tag #'toDC { <d fs>8[ <e g>] | + <fs a>4 <fs a> <fs a> <fs a> | + <g b>2 <b d> 4( <g b>) | + + \break + <fs a>2 r4 <d fs>8[ <e g>] | + <fs a>4 <fs a> <fs a> <fs a> | + <g b>2 <b d>4( <g b>) | + <fs a>2^\markup{ \bold "D.C." } r4 \bar "|." } +} + +bass = \relative c { + \key d \major + \time 2/2 + \clef bass + \override Staff.TimeSignature #'style = #'() + \autoBeamOff + + \tag #'main { \repeat volta 2 { \partial 2 \stemUp d2 | + d4 d d d | + cs2 d2 | + + a2 r4 a | + \stemNeutral d4. e8 fs4 g | + a2 a, | + \stemUp d2.^\fermata }} + + \tag #'toDC { \stemNeutral d4 | + d4 d d d | + g2 \afterGrace g,2( { b8) }| + + d2 r4 d | + d4 d d d | + g2 \afterGrace g,( { b8 ) } + %<< {g, } { s4( \grace { b8 )} } >>| + \stemUp d2 r4 \bar "|." } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineThree } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + \new Voice = "treble" { \unfoldRepeats \treble \keepWithTag #'main \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass \keepWithTag #'main \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} + +%%Transcriber's Note: + +%%A separate score is provided to unfold the repeat and generate the midi. diff --git a/22089-h/music/ourcountrymen.midi b/22089-h/music/ourcountrymen.midi Binary files differnew file mode 100644 index 0000000..52b4579 --- /dev/null +++ b/22089-h/music/ourcountrymen.midi diff --git a/22089-h/music/ourcountrymen.pdf b/22089-h/music/ourcountrymen.pdf Binary files differnew file mode 100644 index 0000000..377fdb8 --- /dev/null +++ b/22089-h/music/ourcountrymen.pdf diff --git a/22089-h/music/ourcountrymenaredying.ly b/22089-h/music/ourcountrymenaredying.ly new file mode 100644 index 0000000..6eb9cac --- /dev/null +++ b/22089-h/music/ourcountrymenaredying.ly @@ -0,0 +1,135 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "OUR COUNTRYMEN ARE DYING." + poet = "Words by C. W. Dennison." + composer = "Tune--\"From Greenland's Icy Mountains.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + Our coun -- try -- men are dy -- ing Be -- neath their can -- kering + chains, Full many a heart is sigh -- ing, Where + nought but slav -- 'ry reigns; No note of joy and + glad -- ness, No voice with free -- dom's lay, Fall + on them in their sad -- ness, To wipe those tears a -- way. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key f \major + \autoBeamOff + \stemUp + \override Staff.TimeSignature #'style = #'() + + \partial 2 f2 | + <f a>4 <a c> <a c> <bf d> | + <a c>2 <f a>4 f | + e <d f> <g bf> <f a> | + + \break + <f a>2( <e g>4) f | + <f a> <a c> <a c> <bf d> | + <a c>2 <f a>4 <e g> | + + \break + <f a>4 <bf d> <g c> <g b> | + <g c>2 <a c> | + <a f'>4 <f c'> <e bf'> <f a> | + + \break + <f d'>2 <f c'>4 <c' e> | + <c f> <a c> <g bf> <f a> | + <f a>2( <e g>4) f + + \break + <f a>4 <a c> <a c> <bf d> | + <a c>2 <f a>4 f | + <e g> <g bf> <f a> <e g> | + f2 \bar "|." +} + +alto = \relative c' { + \clef treble + \time 4/4 + \key f \major + \autoBeamOff + \stemDown + \override Staff.TimeSignature #'style = #'() + + \partial 2 s2 | + s1 | s2 s4 f4 | e4 s2. | + + \break + s2. f4 | s1 | s1 | + + \break + s1 | s1 | s1 | + + \break + s1 | s1 | s2. f4 | + + \break + s1 | s2. f4 | s1 | f2 \bar "|." +} + + +bass = \relative c { + \clef bass + \time 4/4 + \key f \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 2 f2 | + f4 f f f | + f2 f4 a | + bf a g f | + + \break + c2. f4 | + f f f f | + f2 f4 e | + + \break + f4 d g g | + c,2 f | + f4 a g f | + + \break + bf2 a4 g | + f f e f | + c2. f4 + + \break + f4 f f f | + f2 f4 a | + bf g c, c + f2 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "treble" { \treble } + \new Voice = "alto" { \alto } + >> + \new Lyrics \lyricsto "treble" { \verseOne } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + diff --git a/22089-h/music/ourcountrymenaredying.midi b/22089-h/music/ourcountrymenaredying.midi Binary files differnew file mode 100644 index 0000000..61f2c50 --- /dev/null +++ b/22089-h/music/ourcountrymenaredying.midi diff --git a/22089-h/music/ourcountrymenaredying.pdf b/22089-h/music/ourcountrymenaredying.pdf Binary files differnew file mode 100644 index 0000000..f844b2f --- /dev/null +++ b/22089-h/music/ourcountrymenaredying.pdf diff --git a/22089-h/music/ourpilgrim.ly b/22089-h/music/ourpilgrim.ly new file mode 100644 index 0000000..12b23dc --- /dev/null +++ b/22089-h/music/ourpilgrim.ly @@ -0,0 +1,177 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "OUR PILGRIM FATHERS." + poet = "Words by Pierpont." + composer = "Music from \"Minstrel Boy,\" by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + + +verseOne = \lyricmode { + Our Pil -- grim Fath -- ers where are they? The + \set ignoreMelismata = ##t waves that \unset ignoreMelismata brought them o'er, +} + +verseTwo = \lyricmode { + Still roll \set ignoreMelismata = ##t in the bay, and _ throw their _ spray As they + break a -- long the \markup{ "shore;" \hspace #3 \raise #3 \rightbrace } Still _ + roll in the bay, as they rolled that _ day, When the + May -- flower moored be -- low; _ When the + sea a -- round was _ black with storms, And _ + \unset ignoreMelismata white the shore with snow. +} + +trebleOne = \relative c' { + \key f \major + \time 4/4 + \clef treble + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 c'8 ~ c | + c4 c8 ~ c c4 c8 ~ c | + c4 a8 ~ a a4^\fermata c8. ~ c16 + | + + \break + a2 a8 g4^\fermata c8 | + c2 } + r4 a8 ~ a | + + \break + a4 c8 ~ c f4 e8( d) | + c4 f8. ~ f16 e4 f8. ~ f16 | + + \break + bf,4. c8 c4. a8 | + \stemDown a2 ( \stemNeutral d4) ^\fermata a8 ~ a | + + \break + c4. c8 c4 c8 ~ c | + d4 g, a^\fermata c8 ~ c | + + \break + f4 f8 ~ f c4.\fermata c8 | + c2( a4) r4 \bar "|." +} + +trebleTwo = \relative c' { + \key f \major + \time 4/4 + \clef treble + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 \tieUp c8 ~ c | + f4 \tieDown g8 ~ g bf[ a] g( f) | + a4 \tieUp c8 ~ c f4^\fermata e8.( f16) | + + \break + d4( c) c8 \stemUp a32[bf c8.]_\fermata a8 | + \slurDown g4( f) } + r \tieDown f8 ~ f | + + \break + \tieUp \stemNeutral f'4 e8 ~ e d4 \slurUp e8( f) | + e4 d8 ~ d cs4 cs8. ~ cs16 | + + \break + d4. a8 a4. cs8 | + d4.( e8 f4^\fermata) f8 ~ f | + + \break + f,4. g8 bf[ a] \slurDown g( f) | + a4 c f^\fermata \slurUp e8( f) | + + \break + d4 c8 ~ c c \stemUp a32[ bf c8._\fermata] a8 | + \slurDown g2( f4) r \bar "|." +} + +bass = \relative c { + \key f \major + \time 4/4 + \clef bass + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 f8 ~ f | + f4 c8 ~ c c4 c8 ~ c | + f4 f8 ~ f d4^\fermata c8 ~ c | + + \break + f4 ~ f f8 c4^\fermata c8 | + c4( f) } + r4 f8 ~ f | + + \break + f4 c8 ~ c \stemUp d4 \stemNeutral e8( d) | + a'4 a8 ~ a a4 a8. ~ a16 | + + \break + g4. f8 f4. e8 | + d2 ~ d4^\fermata f8 ~ f | + + \break + a4. g8 g[ f] e( d) | + d4 c f^\fermata c8 ~ c | + + \break + d4 f8 ~ f f4.\fermata f8 | + c2( f4) r \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleOne" { \verseOne } + \new Lyrics \lyricsto "trebleOne" { \verseTwo } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \override PaperColumn #'keep-inside-line = ##t } + + } + +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "trebleOne" { \unfoldRepeats \trebleOne } + \new Voice = "trebleTwo" { \unfoldRepeats \trebleTwo } + >> + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4 ) }} + +} + +%%Transcriber's Notes: + +%%Added missing fermatas at system 1, trebleOne staff, bar 3; and at system 5, trebleOne staff, bar 2. + +%%5th system, bass staff, last bar: added slur to match other staffs. + +%%Last system, trebleTwo staff, bar 1: added eighth note to correct beat count. + diff --git a/22089-h/music/ourpilgrim.midi b/22089-h/music/ourpilgrim.midi Binary files differnew file mode 100644 index 0000000..56a5c3f --- /dev/null +++ b/22089-h/music/ourpilgrim.midi diff --git a/22089-h/music/ourpilgrim.pdf b/22089-h/music/ourpilgrim.pdf Binary files differnew file mode 100644 index 0000000..a5ec347 --- /dev/null +++ b/22089-h/music/ourpilgrim.pdf diff --git a/22089-h/music/pilgrimsong.ly b/22089-h/music/pilgrimsong.ly new file mode 100644 index 0000000..ee4f641 --- /dev/null +++ b/22089-h/music/pilgrimsong.ly @@ -0,0 +1,119 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "PILGRIM SONG." + poet = "Words by Geo. Lunt." + composer = "Air \"Troubadour.\"" + source = "The Liberty Minstrel." + tagline = "" +} + + +%% music function to allow lyrics to skip a given number of note-syllables +%% skips #7 will skip over 7 music note-syllables. +skips = #(define-music-function (parser location times) (number?) + #{ + \repeat unfold $times { \skip 1} + #}) + + fermataBar = { \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible + \mark \markup { \musicglyph #"scripts.ufermata" } } + +lineOne = \lyricmode { + O -- ver the moun -- tain wave See where they come; + Storm -- cloud and win -- try wind Wel -- come them home; + + Yet where the soun -- ding gale + Howls to the sea, There their song peals a -- long, + Deep toned and free. +} + +lineTwo = \lyricmode { + \skips #20 Pil -- grims and wan -- der -- ers, + Hith -- er we come; Where the free dare to be, + This is our home. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key f \major + \autoBeamOff + \stemUp + + <f a>4 <f c'>8 <f a> <c f> <c f> <c f>4 | + <e g> <d f>8 <e g> <f a>2 | + + \break + <f a>4 <f c'>8 <f a> <c f> <c f> <c f>4 | + <e g> <e a>8 <e g> << { f2 } \new Voice = alto { \voiceTwo f2 } >> | + + \repeat volta 2 { + <a f'>4 <f e'>8 <f d'> <e c'>8. <e a>16 <c f>4 | + + \break + <f d'>4 <f c'>8 <f bf> <f a>2 | + << { f8. } \new Voice = alto { \voiceTwo f8. } >> + g16 <f a>4 <d bf'>8. <d c'>16 <d d'>4 \mark \markup { \fontsize #-2 \musicglyph #"scripts.ufermata" } | + <f d'>8 <e c'>4 << { e8 f2 } \new Voice = alto { \voiceTwo e8 f2 } >> | + } +} + +bass = \relative c { + \clef bass + \time 4/4 + \key f \major + \autoBeamOff + + f4 f8 f a f f4 | c c8 c f2 | + + \break + f4 f8 f a f f4 | c c8 c f2 | + + \repeat volta 2 { + c'4 a8 f c8. c16 c4 | + + \break + bf'4 a8 g f2 | f8. f16 f4 bf8. bf16 bf4 \mark \markup { \fontsize #-2 \musicglyph #"scripts.ufermata" } | bf8 c4 c,8 f2 | + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineTwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + %% move mark engraver to staff context to allow fermata to be placed over bars as a rehearsal mark + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Voice = "treble" { \unfoldRepeats { \treble } } + + \new Staff = "lower" { \unfoldRepeats { \bass } } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) }} + +} + +%%Transcriber's Notes: + +%%A separate score is provided to unfold the repeats and generate the midi. + +%%Last system, second bar, treble staff: A note with a reversed stem in the original is assumed to be a typo and is not reproduced here. diff --git a/22089-h/music/pilgrimsong.midi b/22089-h/music/pilgrimsong.midi Binary files differnew file mode 100644 index 0000000..e27ca85 --- /dev/null +++ b/22089-h/music/pilgrimsong.midi diff --git a/22089-h/music/pilgrimsong.pdf b/22089-h/music/pilgrimsong.pdf Binary files differnew file mode 100644 index 0000000..254ccc7 --- /dev/null +++ b/22089-h/music/pilgrimsong.pdf diff --git a/22089-h/music/pleasantland.ly b/22089-h/music/pleasantland.ly new file mode 100644 index 0000000..0f1595a --- /dev/null +++ b/22089-h/music/pleasantland.ly @@ -0,0 +1,177 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE PLEASANT LAND WE LOVE." + poet = "Words by N. P. Willis." + composer = "Air, Carrier Dove." + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + Joy to the plea -- sant land we love, The + land our fa -- thers trod! Joy to the land for + which they won "\"Free" -- dom to wor -- ship "God.\"" For + peace on all its sun -- ny hills, On + eve -- ry moun -- tain broods, And sleeps by all its + gush -- ing rills, And all its migh -- ty floods. +} + +verseTwo = \lyricmode { + The wife sits meek -- ly by the hearth, Her + in -- fant child be -- side; The fa -- ther on his + no -- ble boy Looks with a fear -- less pride. The + grey old man, be -- neath the tree, Tales + of his child -- hood tells; And sweet -- ly in the + hush of morn Peal out the Sab -- bath bells. +} + +soprano = \relative c' { + \key a \major + \time 6/8 + \clef treble + \autoBeamOff + \override Stem #'neutral-direction = #up + + \partial 8 cs'16 ~ cs16 | + a4 a8 a4 a16 ~ a16 | + a4 d8 cs4 a16 ~ a16 | + + \break + a8.( fs16) a8 a4 cs8 | + b2 r8 gs8 | + a8. ~ a16 a8 fs4 a8 | + + \break + a4 d8 cs4 a16 ~ a16 | + a8[ gs8] a8 gs4 gs8 | + a2 r8 r8 | + + \break + R2. | R2. | + + \break + R2. | + r4 r8 r4 gs8 | + \tieUp a8. ~ a16 a8 a4 \tieDown a16 ~ a16 | + + \break + a4 d8 cs4 cs8 | + cs4 a16 ~ a16 a4 a16^\fermata( gs16) | + a4. ~ a4 \bar "|." +} + +alto = \relative c' { + \key a \major + \time 6/8 + \clef treble + \autoBeamOff + \stemUp + + \partial 8 e16 ~ e16 | + cs'8.[ b16] <e, cs'>8 <fs d'>4 <e cs'>16 ~ <e cs'>16 | + <e cs'>4 <gs b>8 a4 <cs, e>16 ~ <cs e>16 | + + <e a>8.( <fs a>16) <e a>8 a8[ gs8] <e a>8 | + <gs b>2 r8 e8 | + <e cs'>8.( <e b'>16) <e cs'>8 <a d>4 <a cs>8 | + + <e cs'>4 <gs b>8 a4 <cs, e>16 ~ <cs e>16 | + cs'8[ b8] <e, a>8 b'[ cs8] <d, b'>8 | + <cs a'>2 r8 <cs e>8 | + + <d fs>8( <cs e>8) <cs e>8 <cs e>8[ <d fs>8] <cs e>8 | + <cs e>8.( <d fs>16) gs8 <cs, a'>4 <cs e>8 | + + <e a>8.( <e gs>16) <e a>8 <gs b>8[ <fs a>8] <ds fs>8 | + e4 r8 r4 <b e>8 | + <e cs'>8.( <e b'>16) <e cs'>8 <fs d'>4 <e cs'>16 ~ <e cs'>16 | + + <e cs'>4 b'8 <e, a>4 e8 | + <e e'>4 <e cs'>16( <e a>16) <cs e>4 <e cs'>16^\fermata( <d b'>16) | + <cs a'>4. ~ <cs a'>4 \bar "|." +} + +tenor = \relative c' { + \key a \major + \time 6/8 + \clef treble + \autoBeamOff + \stemDown + + \partial 8 s8 | + e4 s2 | + s4 s8 a4 s8 | + + s4 s8 e4 s8 | + s2 s8 e8 | + s2. | + + s4 s8 a4 s8 | + e4 s8 e4 s8 | + s2. | + + s2. | + s8 s8 e16[ d16] s4 s8 | + + s2. | s2. | s2. | + + s4 gs16[ fs16] s4 e8 | + s2. | + s4. s4 \bar "|." +} + +bass = \relative c { +\key a \major + \time 6/8 + \clef bass + \autoBeamOff + \override Stem #'neutral-direction = #up + + a'16 ~ a16 | + a4 e8 \stemDown d4 \stemNeutral e16 ~ e16 | + e4 e8 a,4 a16 ~ a16 | + + cs8.( d16) cs8 cs8[ b8] a8 | + e'2 r8 e8 | + a,8. ~ a16 a8 d4 e8 | + + e4 e8 a,4 a16 ~ a16 | + a8[ b8] cs16[ d16] e4 e8 | + a,2 r8 r8 | + + R2. | R2. + + R2. | + r4 r8 r4 e'8 | + a8. ~ a16 a8 \stemDown d,4 e16 ~ e16 | + + e4 e8 \stemNeutral a,4 a'8 | + a4 e16 ~ e16 e4 e16^\fermata ~ e16 | + a,4. ~ a4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "soprano" { \soprano } + \new Staff = "upperTwo" + << + \new Voice = "alto" { \alto } + \new Voice = "tenor" { \tenor } + >> + \new Lyrics \with {alignAboveContext=upperTwo} \lyricsto "alto" \verseOne + \new Lyrics \lyricsto "alto" { \verseTwo } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4 ) }} + +} diff --git a/22089-h/music/pleasantland.midi b/22089-h/music/pleasantland.midi Binary files differnew file mode 100644 index 0000000..c9244b5 --- /dev/null +++ b/22089-h/music/pleasantland.midi diff --git a/22089-h/music/pleasantland.pdf b/22089-h/music/pleasantland.pdf Binary files differnew file mode 100644 index 0000000..0323a11 --- /dev/null +++ b/22089-h/music/pleasantland.pdf diff --git a/22089-h/music/praise.ly b/22089-h/music/praise.ly new file mode 100644 index 0000000..075306e --- /dev/null +++ b/22089-h/music/praise.ly @@ -0,0 +1,114 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "PRAISE AND PRAYER." + poet = "Words by Miss Chandler." + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + Praise for slum -- bers of the night, For the + waken -- ing mor -- ning's light, +} + +lineTwo = \lyricmode { + For the board with plen -- ty spread, Glad -- ness + o'er the spi -- rit \markup{ "shed;" \hspace #1.0 \raise #3 \rightbrace } Health -- ful pulse and cloud -- less + eye, Open -- ing on the smil -- ing sky. +} + +lineThree = \lyricmode { + Health -- ful pulse and cloud -- less eye, Open -- ing + on the smil -- ing sky. +} + +treble = \relative c' { + \clef treble + \time 3/4 + \key c \major + \autoBeamOff + + \tag #'main { \repeat volta 2 { + \partial 4 \stemUp <e g>8 <e g> | + <f a>4 <e g> <e c'>8 <e g> | + <f a>4( <e g>) <e c'>8 <e c'> | + + \break + <g d'>4 <g d'> <g b>8 <g b> | + <e g c>2 + } } + \tag #'toDC { + <b' d>8 <b d> | + \stemDown <c e>4 <b d> <e g>8 <b d> | + + \break + \stemNeutral <c e>4( <b d>) <b d>8 <b d> | + <c e>4 \stemUp <a c> \stemNeutral <g b>8 <fs a> + \voiceOne << { g2^\markup { \bold "D.C." } } \context Voice="1" { \voiceTwo g2 \oneVoice } >> \oneVoice \bar "|." + } +} + +bass = \relative c { + \clef bass + \time 3/4 + \key c \major + \autoBeamOff + + \tag #'main { \repeat volta 2 { + \partial 4 c8 c | + c4 c c8 c | + f4( c) c8 c | + + \break + f4 \stemUp d \stemNeutral g8 g + c,2 + } } + \tag #'toDC { + g'8 g | + g4 g g8 g | + + \break + g4 ~ g g8 g | + c,4 c \stemUp d8 d | + \stemNeutral g2 \bar "|." + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineThree } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble \keepWithTag #'main \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass \keepWithTag #'main \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} + +%%Transcriber's Notes: + +%%A second score is provided to unfold the repeats and generate the midi.
\ No newline at end of file diff --git a/22089-h/music/praise.midi b/22089-h/music/praise.midi Binary files differnew file mode 100644 index 0000000..8275b3e --- /dev/null +++ b/22089-h/music/praise.midi diff --git a/22089-h/music/praise.pdf b/22089-h/music/praise.pdf Binary files differnew file mode 100644 index 0000000..39ede12 --- /dev/null +++ b/22089-h/music/praise.pdf diff --git a/22089-h/music/prayerforslave.ly b/22089-h/music/prayerforslave.ly new file mode 100644 index 0000000..bc58ffb --- /dev/null +++ b/22089-h/music/prayerforslave.ly @@ -0,0 +1,116 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "PRAYER FOR THE SLAVE." + composer = "Tune--Hamburgh." + source = "The Liberty Minstrel." + tagline = "" +} + + + +words = \lyricmode { + Oh let the pris -- 'ner's mourn -- ful sighs + As in -- cense in thy sight ap -- pear! + Their hum -- ble wail -- ings pierce the skies, + If hap -- ly they may feel thee near. +} + +treble = \relative c' { + \key g \major + \time 2/2 + \override Staff.TimeSignature #'style = #'() + \clef treble + \autoBeamOff + \stemUp + + <d g>2 <d g>4 <fs a> | + <g b>2 <fs a>4( <g b>) | + <a c>2 <g b>4( <fs a> ) | + <g b>2. r4 | + + \break + <g b>2 <g b>4 <g b> | + <a c>2 <g b>4( <fs a>) | + g2 \slurUp fs4( <e g> ) | + <fs a>1 | + + \break + g2 g4 <fs a> | + <g b>2 \slurDown <fs a>4( <g b> ) | + <a c>2 <g b>4( <fs a> ) | + <g b>1 | + + \break + <g b>2 <g b>4 <g b> | + <a c>2 <g b>4( <fs a> ) | + g2 <fs a>4( <d fs> ) | + <d g>1 \bar "|." +} + +trebleTwo = \relative c' { + \key g \major + \time 2/2 + \override Staff.TimeSignature #'style = #'() + \clef treble + \autoBeamOff + \stemDown + + s1 | s1 | s1 | s1 | + s1 | s1 | g'2 fs4 s4 | s1 | + g2 g4 s4 | s1 | s1 | s1 | + s1 | s1 | g2 s2 | s1 | +} + +bass = \relative c { + \key g \major + \time 2/2 + \override Staff.TimeSignature #'style = #'() + \clef bass + \autoBeamOff + \stemDown + + g'2 g4 d | + g2 \slurDown c4( b4) | + a2 d, | + <g g,>2. r4 | + + g2 g4 g | + g2 g4( c) | + b2 \slurUp a4( g) | + d1 | + + g2 g4 d | + g2 \slurDown c4( b4) | + a2 d, | + g1 | + + g2 g4 g | + \stemUp c,2 \stemDown \slurUp e4( d) | + e2 d | + <g g,>1 \bar "|." +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "treble" { \treble } + \new Voice = "trebleTwo" { \trebleTwo } + >> + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } diff --git a/22089-h/music/prayerforslave.midi b/22089-h/music/prayerforslave.midi Binary files differnew file mode 100644 index 0000000..1569ce8 --- /dev/null +++ b/22089-h/music/prayerforslave.midi diff --git a/22089-h/music/prayerforslave.pdf b/22089-h/music/prayerforslave.pdf Binary files differnew file mode 100644 index 0000000..5e635a2 --- /dev/null +++ b/22089-h/music/prayerforslave.pdf diff --git a/22089-h/music/quadroon.ly b/22089-h/music/quadroon.ly new file mode 100644 index 0000000..b714397 --- /dev/null +++ b/22089-h/music/quadroon.ly @@ -0,0 +1,84 @@ +\version "2.10" + +\header { + title = "THE QUADROON MAIDEN." + composer = "Theme from the Indian Maid." + poet = "Words by Longfellow." + source = "The Liberty Minstrel" +} + +trebleOne = \relative c' { + \key g \major + \time 2/4 + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 4 \stemUp b'4 | a8 \stemUp b \stemNeutral b c | c d d4 | b d8 d | \break + c b b4 | r4 g | a8 \stemUp b \stemNeutral b c | c d d4 | \break + \afterGrace b4( { \stemDown b8) } c d | d b b4 ~ | b4 \bar "||" + \set Score.measurePosition = #(ly:make-moment 1 4) r8 g8 | \break + a8. a16 b8 c | \stemUp b g e4 | a b8 \stemNeutral c | \break + c8 b b4 ~ | b g8 ~ g | a \stemUp b \stemDown b c | \break + c8 d d4 | b d8 d | c b b4 \bar "|." +} + +trebleTwo = \relative c' { + \key g \major + \time 2/4 + \autoBeamOff + + \partial 4 g'4 | d8 g g a | a \stemUp b b4 | \stemDown d \stemUp a8 b | + a g g4 | r4 d | d8 g g a | a b b4 | + \stemDown \afterGrace d4( { \stemDown d8) } \stemUp a b | a g g4 ~ | g4 + \set Score.measurePosition = #(ly:make-moment 1 4) r8 \stemNeutral b8 | + c8. c16 d8 e | d b g4 | c d8 e | + e8 d d4 ~ | d d,8 ~ d | d g g a | + a8 \stemUp b b4 | \stemDown d \stemUp a8 b | a g g4 +} + +bass = \relative c { + \key g \major + \time 2/4 + \clef bass + \autoBeamOff + + \partial 4 g'4 | d8 e e d | d g g4 | g d8 d | + d g g4 | r4 g | d8 e e d | d g g4 | + \afterGrace g4( { \stemDown g8) } d d | d g g4 ~ | g + \set Score.measurePosition = #(ly:make-moment 1 4) r8 e8 | + c8. c16 b8 c | d g g4 | c, b8 c8 | + c8 g' g4 ~ | g g8 ~ g | d e e d | + d8 g g4 | g d8 d | d \stemDown <g, g'> <g g'>4 +} + +words = \lyricmode { + The Sla -- ver in the broad la -- goon, Lay moored with + i -- dle sail; He wait -- ed for the ris -- ing moon, + And for the eve -- ning gale. The + Plan -- ter un -- der his roof of thatch, Smoked thoughtful -- + ly and slow; The Slav -- er's thumb was + on the latch, He seemed in haste to go. +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \words } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 96 4 ) }} + +} + +%%Transcriber's Note: + +%% Bass part, last measure of song: corrected typo in 2nd chord -- quarter notes should be eighth notes, to match the treble. diff --git a/22089-h/music/quadroon.midi b/22089-h/music/quadroon.midi Binary files differnew file mode 100644 index 0000000..f805f58 --- /dev/null +++ b/22089-h/music/quadroon.midi diff --git a/22089-h/music/quadroon.pdf b/22089-h/music/quadroon.pdf Binary files differnew file mode 100644 index 0000000..a18280d --- /dev/null +++ b/22089-h/music/quadroon.pdf diff --git a/22089-h/music/risefreeman.ly b/22089-h/music/risefreeman.ly new file mode 100644 index 0000000..a2a7b71 --- /dev/null +++ b/22089-h/music/risefreeman.ly @@ -0,0 +1,108 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "RISE, FREEMEN, RISE." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + + +words = \lyricmode { + Rise, free -- men, rise! the call goes forth, At -- tend the high com -- + mand; O -- be -- dience to the word of God, Through -- + out this guil -- ty land: Through -- out this guil -- ty land. +} + + +trebleOne = \relative c' { + \key c \major + \time 3/4 + \clef treble + \autoBeamOff + \stemUp + + \partial 4 g'4 | + <g c>8 <e g> <g c>4 <f c'> | + <g d>8 <g b> <e g>4 <e g> | + <c' e>8 <c e> <d f>4 <c e> | + + \break + <b d>2^\fermata g4 | + <g c>8 <g c> <g e'>4 <f c'> | + a8 <a c> g4 g | + + <a c>8 <c e> <e g>4 d | + <g, c e>2^\fermata <b d>4 | + <c e>8 <c g'> <b d>4 <c e>8[ <g b d>] | + <e g c>2. \bar "|." +} + +trebleTwo = \relative c' { + \key c \major + \time 3/4 + \clef treble + \autoBeamOff + \stemDown + + \partial 4 g'4 | + s2. | + s2. | + s2. | + + s2 g4 | + s2. | + a8 s8 g4 g | + + s2 d'4 | + s2. | + s2. | + s2. \bar "|." +} + +bass = \relative c { +\key c \major + \time 3/4 + \clef bass + \autoBeamOff + + \partial 4 c4 | + c8 c c4 a' | + g8 g c,4 g' | + c8 c b4 c | + + g2^\fermata e4 | + c8 c c'4 a | + f8 f g4 e | + + c8 c c4 g' | + c,2^\fermata g'4 | + e8 e g4 g | + c,2. \bar "|." +} + + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "trebleOne" { \trebleOne } + \new Voice = "trebleOne" { \trebleTwo } + >> + \new Lyrics \lyricsto "trebleOne" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} diff --git a/22089-h/music/risefreeman.midi b/22089-h/music/risefreeman.midi Binary files differnew file mode 100644 index 0000000..ce24326 --- /dev/null +++ b/22089-h/music/risefreeman.midi diff --git a/22089-h/music/risefreeman.pdf b/22089-h/music/risefreeman.pdf Binary files differnew file mode 100644 index 0000000..6fcb0aa --- /dev/null +++ b/22089-h/music/risefreeman.pdf diff --git a/22089-h/music/rouseup.ly b/22089-h/music/rouseup.ly new file mode 100644 index 0000000..7f7e352 --- /dev/null +++ b/22089-h/music/rouseup.ly @@ -0,0 +1,162 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "ROUSE UP, NEW ENGLAND." + poet = "Words by a Yankee." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Rouse up, New Eng -- land! Buck -- le on your mail of proof sub -- + lime, your stern old hate of tyr -- an -- ny, your + deep con -- tempt of crime; A trai -- tor plot is + hatch -- ing now, more full of woe and shame, Than + ev -- er from the i -- ron heart of blood -- iest des -- pot came. +} + + +trebleOne = \relative c' { + \key g \major + \time 3/4 + \clef treble + \autoBeamOff + + \partial 8 b'8 | + d d b4 b | + c8 e d4 d | + a8 a \stemUp b4 \stemNeutral c8.[ b16] | + + \break + a2 d4 | + c8 b e4 d | + c8 b c4 c | + + \break + b8 b a4 d | + d2^\fermata b4 | + c8 b d4. g,8 | + + \break + e'8 e d4 a | + d8 b8 b4. d8 | + a2 a4 | + + \break + d8 d b4 b | + c8 e d4 b | + e8 c d4. a8 | + b2 \bar "|." +} + +altoOne = \relative c' { + \key g \major + \time 3/4 + \clef treble + \autoBeamOff + + \partial 8 <g' d'>8 | + <b g'> <b g'> <g d'>4 <g d'> | + <g e'>8 \stemDown <g c> \stemUp <g b>4 <g b> | + <fs d'>8 <fs d'> \stemDown <g g'>4 \stemUp e' | + + d4 ~ d4 \stemDown <b g'> | + <g e'>8 <g d'> <g c>4 <g b> | + <a c>8 <b d> <a e'>4 <a e'> | + + <g d'>8 <g d'> <g d'>4 <a fs'> | + <b g'>2^\fermata <g g'>4 | + <g e'>8 <g d'> \stemUp <g b>4. <g b>8 | + + <g c>8 <g c> <g b>4 <a c> | + <g b>8 \stemDown <b d>8 <g g'>4. \stemUp <g b>8 | + <fs d'>2 d'8[ fs] | + + \stemDown <g, g'>8 <g g'> <g d'>4 <g d'> | + <g e'>8 \stemUp <g c> <g b>4 d'8[ e] | + <g, c>8 <fs a> <g>4 <d fs> | + <d g>2 \bar "|." +} + +altoTwo = \relative c' { + \key g \major + \time 3/4 + \clef treble + \stemDown + + \partial 8 s8 | + s2. | + s2. | + s4 s4 a'8[ g] | + + fs2 s4 | + s2. | + s2. | + + s2. | + s2. | + s2. | + + s2. | + s2. | + s2 fs4 | + + s2. | + s4 s4 g4 | + s4 g4 s4 | + s2 \bar "|." +} + +bass = \relative c { + \key g \major + \time 3/4 + \clef bass + \autoBeamOff + + \partial 8 g'8 | + g g g4 g | + c,8 c g'4 g | + d8 d g4 a4 | + + \stemUp d,2 \stemNeutral g4 | + c,8 c c4 g' | + a8 g c,4 c | + + g'8 g \stemUp d4 d | + \stemNeutral g2^\fermata g4 | + g8 g g4 e | + + c8 c g'4 fs | + g8 g8 g4. g8 | + \stemUp d2 d4 | + + \stemNeutral g8 g g4 g | + c,8 c g'4 b, | + c8 c \stemUp d4 d | + <g g,>2 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" + << + \new Voice = "altoOne" { \altoOne } + \new Voice = "altoTwo" { \altoTwo } + >> + \new Lyrics \lyricsto "trebleOne" { \words } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} diff --git a/22089-h/music/rouseup.midi b/22089-h/music/rouseup.midi Binary files differnew file mode 100644 index 0000000..218143f --- /dev/null +++ b/22089-h/music/rouseup.midi diff --git a/22089-h/music/rouseup.pdf b/22089-h/music/rouseup.pdf Binary files differnew file mode 100644 index 0000000..fcec37e --- /dev/null +++ b/22089-h/music/rouseup.pdf diff --git a/22089-h/music/slavegirlmourning.ly b/22089-h/music/slavegirlmourning.ly new file mode 100644 index 0000000..19ced08 --- /dev/null +++ b/22089-h/music/slavegirlmourning.ly @@ -0,0 +1,119 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "SLAVE GIRL MOURNING HER FATHER." + poet = "Parodied from Mrs. Sigourney by G. W. C." + source = "The Liberty Minstrel." +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + They say I was but four years old + When father was sold a -- way; +} + +lineTwo = \lyricmode { + Yet I have ne -- ver seen his face + Since that sad part -- ing day. + \once \override LyricText #'self-alignment-X = #0.6 + \markup{ \raise #3 \rightbrace " He"} + went where bright -- er flow -- rets grow + Be -- neath the South -- ern skies; + Oh who will show me on the map + Where that far coun -- try lies? +} + +treble = \relative c' { + \clef treble + \key d \major + \time 6/8 + \autoBeamOff + + \repeat volta 2 { \partial 8 d'8 | + \stemUp b4 b8 b[ a] fs | + fs4 a8 a4 \stemNeutral d8 | + b8[ b] b b[ a] fs | + + \break + fs4. } + a4. | + d4 d8 e( d) e | + fs4 fs8 e4 a,8 | + + \break + d4 d8 e( d) e | + fs4. r4 a,8 | + d4 d8 e( d) e | + + \break + fs4 fs8 e4.\fermata | + d8.( e16 fs8) e( d) b | + \stemUp b4 a8 fs4.\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \key d \major + \time 6/8 + \autoBeamOff + + \repeat volta 2 { \partial 8 d8 | + d4 d8 d4 d8 | + d4 d8 d4 d8 | + g[( g]) g g4 a8 | + + d,4. } + d4. | + d4 d8 a'4 a8 | + cs4 cs8 a4 fs8 | + + d4 d8 a'4 a8 | + cs4. r4 a8 | + d,4 d8 a'4 a8 | + + cs4 cs8 a4.\fermata | + d,4. g4 g8 | + g4 a8 d,4.\fermata +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + +\score { + \unfoldRepeats { + << + \context Staff = upper << + \context Voice = upper \treble + >> + \context Staff = lower << + \context Voice = lower \bass + >> + >> + } + \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4 ) }} +} + + +%%Transcriber's Notes: + +%% 1st system, 4th measure, treble part, first beamed eighth notes--possibly missing a slur (present in the bass part in the original). + +%% A second score block is provided to unfold the repeat and generate the midi. diff --git a/22089-h/music/slavegirlmourning.midi b/22089-h/music/slavegirlmourning.midi Binary files differnew file mode 100644 index 0000000..41b32f1 --- /dev/null +++ b/22089-h/music/slavegirlmourning.midi diff --git a/22089-h/music/slavegirlmourning.pdf b/22089-h/music/slavegirlmourning.pdf Binary files differnew file mode 100644 index 0000000..f41da7f --- /dev/null +++ b/22089-h/music/slavegirlmourning.pdf diff --git a/22089-h/music/slaveslamentation.ly b/22089-h/music/slaveslamentation.ly new file mode 100644 index 0000000..43e687d --- /dev/null +++ b/22089-h/music/slaveslamentation.ly @@ -0,0 +1,143 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE SLAVE'S LAMENTATION." + poet = "A Parody by Tucker." + composer = "Air, \"Long, long ago.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + Where are the friends that to me were so + dear, Long, long a -- go, long, long a -- + go! +} + +lineTwo = \lyricmode { + Where are the hopes that my heart used to + cheer? Long, long a -- go, long, long a -- + \markup{ "go!" \hspace #0.5 \raise #3 \rightbrace } Friends that I loved in the + grave are laid low, All hope of + free -- dom hath fled from me now. +} + +lineThree = \lyricmode { + I am de -- gra -- ded, for man was my + foe, Long, long a -- go, long, long a -- + go! +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key f \major + \autoBeamOff + \stemUp + + \tag #'main { \repeat volta 2 { + \voiceOne << { f4 f8 } \context Voice="1" { \voiceTwo f4 f8 \oneVoice } >> \oneVoice \stemUp <e g> | + <f a>4 <f a>8 <g bf> | + <a c>4 <bf d>8 <a c> | + + \break + <f a>4.^\fermata r8 | + <a c>4 <g bf>8 <f a> | + <e g>4. r8 | + <g bf>4 <f a>8 <e g> | + + \break + \voiceOne << { f4.^\fermata } \context Voice="1" { \voiceTwo f4. \oneVoice } >> \oneVoice \stemUp r8 + } } + \tag #'toDC { + <a c>8[ <g bf>] <g bf>8 <f a> | + <e g>4 c8 c | + + \break + <g' bf>8[ <f a>] <f a>8 <e g> | + \voiceOne << { f4. } \context Voice="1" { \voiceTwo f4. \oneVoice } >> \oneVoice \stemUp r8 | + <a c>8[ <g bf>] <g bf>8 <f a> | + + \break + <e g>4 c8 c | + <g' bf>8[ <f a>] <f a>8 <e g> | + \voiceOne << { f4.^\fermata } \context Voice="1" { \voiceTwo f4. \oneVoice } >> \oneVoice r8^\markup { \bold "D.C." } \bar "|." + } +} + +bass = \relative c { + \clef bass + \time 2/4 + \key f \major + \autoBeamOff + + \tag #'main { \repeat volta 2 { + f4 f8 c | + f4 f8 e | + f4 g8 c, | + + \break + f4.^\fermata r8 | + f4 e8 f | + c4. r8 | + c4 c8 c | + + \break + f4.^\fermata r8 + } } + \tag #'toDC { + c4 c8 c | + c4 c8 c | + + \break + c4 c8 c | + f4. r8 | + c4 c8 c | + + \break + c4 c8 c | + c4 c8 c | + f4.^\fermata r8 \bar "|." + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \lineThree } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \remove "Mark_engraver" } + \context { \Staff \consists "Mark_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble \keepWithTag #'main \treble } + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass \keepWithTag #'main \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} + +%%Transcriber's Notes: + +%%Added missing fermata last system, last bar, treble part. + +%%A second score is provided to unfold the repeats and generate the midi. + diff --git a/22089-h/music/slaveslamentation.midi b/22089-h/music/slaveslamentation.midi Binary files differnew file mode 100644 index 0000000..a8d5551 --- /dev/null +++ b/22089-h/music/slaveslamentation.midi diff --git a/22089-h/music/slaveslamentation.pdf b/22089-h/music/slaveslamentation.pdf Binary files differnew file mode 100644 index 0000000..3dbd333 --- /dev/null +++ b/22089-h/music/slaveslamentation.pdf diff --git a/22089-h/music/slaveswrongs.ly b/22089-h/music/slaveswrongs.ly new file mode 100644 index 0000000..9aeee0c --- /dev/null +++ b/22089-h/music/slaveswrongs.ly @@ -0,0 +1,115 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "SLAVE'S WRONGS." + poet = "Words by Miss Chandler." + composer = "Arranged from \"Rose of Allandale.\"" + tagline = "" +} + +words = \lyricmode { + With ach -- ing brow and wea -- ried limb, The + slave his toil pur -- sued; And oft I saw + the cru -- el scourge Deep in his blood im -- + brued; He tilled op -- pres -- sion's soil where men For + lib -- er -- ty had bled, And the + ea -- gle wing of Free -- dom waved In + mock -- ery, o'er his head. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key bf \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + \stemUp + + \partial 4 <d bf'>8[ <ef c'>] | + <f d'>4. <ef c'>8 <d bf'>4 <d a'>8( <d bf'>8) | + << { c'8[ bf] a[ g] } \new Voice = "alto" { \voiceTwo ef4 ef } >> <d f>4. <d f>8 | + + \break + <d f>4 <f bf> <f bf> <a c>8[ <bf d>8] | + <a c>2 r4 <d, bf'>8[ <ef c'>] | + <f d'>4. <ef c'>8 <d bf'>4 <c a'>8[ <d bf'>8] | + + \break + << { c'8[ bf] a[ g] } \new Voice = "altoB" { \voiceTwo ef4 ef } >> <d f>4. <d f>8 | + <ef g>4 <d bf'> <c a'>8[ <d bf'>] <ef c'>[ <f d'>] | + + \break + <d bf'>2 r4 <f f'>8.( <f f'>16) | + <d f'>4. <f d'>8 <f d'>4. <d bf'>16( <d bf'>16) | + <ef c'>8 <d bf'> <ef g>4. r8 <f d'>4 | + + \break + <g ef'>4. <f d'>8 <ef c'>4 <d bf'>4 | + <f a>8( f4.) r4 <d f>8 <d f>8 | + + \break + <ef g>4 <g bf>4 <ef c'>8[ <d bf'>8] <c a'>8[ <bf g'>8] | + <d f>4 <f bf>4 <f d'>4^\fermata <d bf'>8[ <c a'>8] | + + \break + <ef g>8( <d bf'>4) <d bf'>8 <c a'>8[ <d bf'>8] <ef c'>8[ <f d'>8] | + < d bf'>2.^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key bf \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 4 bf4 | + bf4. bf8 bf4 \stemUp d8( d) | + \stemNeutral ef4 ef bf4. bf8 | + + \break + bf4 bf bf f' | + f2 r4 bf, | + bf4. bf8 bf4 d | + + \break + ef4 ef bf4. bf8 | + ef4 ef f f | + + \break + bf,2 r4 \slurDown bf'8.( bf16) | + bf4. bf8 bf4. g16( g16) | + ef8 ef ef4. r8 bf4 | + + \break + ef4. ef8 ef4 ef4 | + f8( f4.) r4 bf,8 bf8 | + + \break + ef4 ef4 ef4 ef4 | + bf4 bf4 bf4^\fermata \stemUp d4 | + + \break + \stemNeutral ef8( ef4) ef8 f4 f4 | + <f bf,>2.^\fermata \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + } + diff --git a/22089-h/music/slaveswrongs.midi b/22089-h/music/slaveswrongs.midi Binary files differnew file mode 100644 index 0000000..406a8fa --- /dev/null +++ b/22089-h/music/slaveswrongs.midi diff --git a/22089-h/music/slaveswrongs.pdf b/22089-h/music/slaveswrongs.pdf Binary files differnew file mode 100644 index 0000000..b259d68 --- /dev/null +++ b/22089-h/music/slaveswrongs.pdf diff --git a/22089-h/music/soldwatch.ly b/22089-h/music/soldwatch.ly new file mode 100644 index 0000000..9cbe696 --- /dev/null +++ b/22089-h/music/soldwatch.ly @@ -0,0 +1,86 @@ +\version "2.10" + +\header { + title = "NEGRO BOY SOLD FOR A WATCH." + poet = "Words by Cowper." + composer = "Arranged by G. W. C. from an old theme." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + When av -- a -- rice en -- slaves the mind, And self -- ish views a -- + lone bear sway Man turns a sav -- age to his kind, And + blood and ra -- pine mark his way. A -- las! for this poor + sim -- ple toy, I sold the hap -- less Ne -- gro boy. +} + +treble = \relative c' { + \clef treble + \key f \major + \time 3/4 + \autoBeamOff + + \partial 4 a'4 | bes8 bes a4 g8[ f] | + d8 d g4 a | + bes8 bes a4 g8[ f] | + + \break + d8 e8 d4. a'8 | + \stemUp bes bes a4 g8[ f] | + d8 d g4 a | + + \break bes8 bes a4 g8[ f] | + d8. e16 d4.\fermata \stemDown a'16[ c] | + d8. d16 c4 \stemUp a8.[ g16] | + + \break f8 d g4. a8 | + bes bes a4. g16[ f] | + d8 e d4.\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \key f \major + \time 3/4 + \autoBeamOff + + \partial 4 f4 | + g8 g f4 c | + f8 f c4 f | + e8 e d4 c8[ d] | + + \break + a8 c \stemUp d4. \stemDown f8 | + g g f4 e8[ d] | + f f \stemUp c4 d | + + \break + \stemNeutral f8 f f4 d | + a8. a16 \stemUp d4.\fermata \stemDown f8 | + d8. d16 f4 f | + + \break + \stemUp d8 d c4. \stemDown f8 | + g8 g f4. e16[ d] | + \stemUp a8 cis d4.\fermata \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + } + diff --git a/22089-h/music/soldwatch.midi b/22089-h/music/soldwatch.midi Binary files differnew file mode 100644 index 0000000..7bafb70 --- /dev/null +++ b/22089-h/music/soldwatch.midi diff --git a/22089-h/music/soldwatch.pdf b/22089-h/music/soldwatch.pdf Binary files differnew file mode 100644 index 0000000..76508a3 --- /dev/null +++ b/22089-h/music/soldwatch.pdf diff --git a/22089-h/music/songofthefree.ly b/22089-h/music/songofthefree.ly new file mode 100644 index 0000000..5ce95b9 --- /dev/null +++ b/22089-h/music/songofthefree.ly @@ -0,0 +1,199 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "SONG OF THE FREE." + poet = "Parodied by G. W. C." + composer = "Tune, Lutzow's Wild Hunt." + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + From vall -- ey and moun -- tain, from hill -- top and glen, What + shouts thro' the air are re -- bound -- ing! And ech -- o is send -- ing the sounds + back a -- gain, And loud thro' the air they are sound -- ing, And + loud through the air they are sound -- ing; And if you + ask what those joy -- ous \set associatedVoice = "bass" strains? 'Tis the 'Tis the + songs of bond -- men now burst -- ing their chains. +} + +soprano = \relative c' { + \key c \major + \time 6/8 + \clef treble + \autoBeamOff + + \partial 8 c8 | + c8 c8 c8 c8 c8 c8 | + c8 c8 c8 c4 e8 | + + \break + e8 e8 e8 e8 g8 e8 | + g2. | + e4. r4 f8 | + f8 f8 f8 f8 f8 f8 | + + \break + f8. f16 f8 f4 f8 | + f8 f8 f8 f8 f8 f8 | + f8[ c8 f8] f4 f8 | + + \break + g8 g8 g8 a8 a8 a8 | + d4. d4 r8 | R2. | + + \break + R2.*4 \repeat volta 2 { g,4. g4. | + + \break + g4. g4. | + g8 g8 g8 g8 e8 g8 | + g4._\fermata ~ g4 r8 } +} + +alto = \relative c' { + \key c \major + \time 6/8 + \clef treble + \autoBeamOff + \stemUp + + <e g>8 | + <e g>8 <e g>8 <e g>8 <e g>8 <c e>8 <e g>8 | + <e g>8 <e c'>8 <e g>8 <e g>4 <g c>8 | + + <g c>8 <g c>8 <g c>8 <g c>8 <e g>8 <g c>8 | + <c e>2. | + <g c>4. r4 f8 | + f8 f8 f8 f8 f8 <f a>8 | + + <f bf>8. <f bf>16 <f bf>8 <f a>4 <a c>8 | + <a c>8 <a c>8 <a c>8 <a c>8 <f a>8 <a c>8 | + c8[ f8 c8] <a c>4 <a c>8 | + + <g c>8 <g c>8 <g c>8 <fs c'>8 <fs c'>8 <fs c'>8 | + <g b>4. <b d>4 r8 | + g4. g4 g8 | + + af8 g8 fs8 g4 b8 | + d4. r4 r8 | + R2.*2 \repeat volta 2 { \stemDown <c e>4. <c e>4. | + + <e g>4. <c e>4. | + <b d>8 <b d>8 <b d>8 <b d>8 <g c>8 <b d>8 | + <c e>4.^\fermata ~ <c e>4 r8 } +} + +tenor = \relative c' { + \key c \major + \time 6/8 + \clef treble + \autoBeamOff + \stemDown + + s8 | + s2. | + s2. | + + s2. | + s2. | + s4. s4 f8 | + f8 f8 f8 f8 f8 s8 | + + s2. | + s2. | + a4. s4 s8 | + + s2. | + s2. | + g4. g4 g8 | + + af8 g8 fs8 g4 b8 | + d4. s4 s8 | + R2.*2 \repeat volta 2 { s4. s4. | + + s2. | + s2. | + s4. s4 s8 } +} + +bass = \relative c { + \key c \major + \time 6/8 + \clef bass + \autoBeamOff + \override Stem #'neutral-direction = #up + + c8 | + c8 c8 c8 c8 c8 c8 | + c8 c8 c8 c4 c8 | + + c8 c8 c8 c8 c8 c8 | + c2. | + c4. r4 f8 | + f8 f8 f8 f8 f8 c8 | + + df8. df16 df8 df4 f8 | + f8 f8 f8 f8 f8 f8 | + f8[ c8 f8] f4 f8 | + + e8 e8 e8 fs8 fs8 fs8 | + g4. g,4 r8 | + R2. | + + R2.*2 | + c'2. | + c,2. \repeat volta 2 { c4. c4. | + + c4. c4. | + g8 g8 g8 g8 g8 g8 | + c4._\fermata ~ c4 r8 } +} + +\score { +<< + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "soprano" { \soprano } + \new Staff = "upperTwo" + << + \new Voice = "alto" { \alto } + \new Voice = "tenor" { \tenor } + >> + \new Lyrics = "lyrics" {s1} + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + \context Lyrics = "lyrics" \lyricsto "alto" \verseOne +>> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +} + +\score { + + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "soprano" { \unfoldRepeats \soprano } + \new Staff = "upperTwo" + << + \new Voice = "alto" { \unfoldRepeats \alto } + \new Voice = "tenor" { \unfoldRepeats \tenor } + >> + \new Staff = "bass" \new Voice = "bass" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 140 4 ) }} + +} + +%%Transcriber's Note: + +%%Lyrics alignment has been corrected in the 2nd and 3rd systems. + +%%Second score provided to unfold repeats and generate midi.
\ No newline at end of file diff --git a/22089-h/music/songofthefree.midi b/22089-h/music/songofthefree.midi Binary files differnew file mode 100644 index 0000000..39b6412 --- /dev/null +++ b/22089-h/music/songofthefree.midi diff --git a/22089-h/music/songofthefree.pdf b/22089-h/music/songofthefree.pdf Binary files differnew file mode 100644 index 0000000..a77bdb0 --- /dev/null +++ b/22089-h/music/songofthefree.pdf diff --git a/22089-h/music/stanzas.ly b/22089-h/music/stanzas.ly new file mode 100644 index 0000000..9b66174 --- /dev/null +++ b/22089-h/music/stanzas.ly @@ -0,0 +1,144 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "STANZAS FOR THE TIMES." + poet = "Words by J. G. Whittier." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { +Is this the land our fa -- thers loved, The free -- dom + which they toiled to win? Is this the soil where -- on they + moved? Are these the graves they slum -- ber in? Are we the + sons by whom are borne, The man -- tles which the dead have won? +} + + +trebleOne = \relative c' { + \key bf \major + \time 6/8 + \clef treble + \override Stem #'neutral-direction = #up + \autoBeamOff + + \partial 8*3 f8 f f | + d'4. d8 \stemDown bf bf \stemNeutral | + f4. f8 bf f | + + \break + f4. f8 a bf | + a4.\fermata a8 a a | + a4. a8 bf c | + + \break + d4. bf16[ a] g8 bf | + a4. a8 bf a | + \stemDown bf4.\fermata c8 c bf16[ c] | + + \break + d4. d8 f f | + \stemDown bf,4. bf8 bf bf | + d4. c8 bf c | + d4. \bar "|." +} + +altoone = \relative c' { + \key bf \major + \time 6/8 + \clef treble + \autoBeamOff + \stemUp + + \partial 8*3 f8 f f | + <f bf>4. <f bf>8 <f d'> f | + <d bf'>4. <d bf'>8 <f d'> <f bf> | + + <f bf>4. <f bf>8 <f c'> <f d'> | + <f c'>4.^\fermata f8 <f c'> <f c'> | + <f c'>4. <f c'>8 <f d'> <f f'> | + + <g bf>4. <g d'>16[ <g c>] <g bf>8 <g bf> | + <f c'>4. <f c'>8 <f d'> <f c'> | + <d f>4.^\fermata f8 f g | + + <f bf>4. <f bf>8 <a c> <bf d> | + <d, f>4. <d f>8 <d f> <ef g> | + <g bf>4. <f c'>8 <f d'> <f f'> | + <f bf>4. \bar "|." +} + +altotwo = \relative c' { + \key bf \major + \time 6/8 + \clef treble + \stemDown + \autoBeamOff + + \partial 8*3 f8 f f | + s8*5 f8 | + s8*6 | + + s8*6 | + s4. f8 s8 s8 | + s8*6 | + + s8*6 | + s8*6 | + s4. f8 f8 f8 | + + s8*6 | + s8*6 | + s8*6 | + s4. \bar "|." +} + +bass = \relative c { + \key bf \major + \time 6/8 + \clef bass + \override Stem #'neutral-direction = #up + \autoBeamOff + + \partial 8*3 f8 f d | + bf4. bf8 bf bf | + bf4. bf8 bf bf | + + d4. d8 f f | + f4.\fermata f8 f f | + f4. f8 bf f | + + g4. g8 g g | + f4. f8 f f | + bf,4.\fermata f'8 f ef | + + d4. d8 f f | + bf,4. bf8 bf ef | + g4. f8 f f | + bf,4. \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" + << + \new Voice = "trebleTwo" { \altoone } + \new Voice = "trebleThree" { \altotwo } + >> + \new Lyrics \lyricsto "trebleOne" { \words } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} diff --git a/22089-h/music/stanzas.midi b/22089-h/music/stanzas.midi Binary files differnew file mode 100644 index 0000000..1d649c2 --- /dev/null +++ b/22089-h/music/stanzas.midi diff --git a/22089-h/music/stanzas.pdf b/22089-h/music/stanzas.pdf Binary files differnew file mode 100644 index 0000000..5ea171e --- /dev/null +++ b/22089-h/music/stanzas.pdf diff --git a/22089-h/music/stolen.ly b/22089-h/music/stolen.ly new file mode 100644 index 0000000..6f41413 --- /dev/null +++ b/22089-h/music/stolen.ly @@ -0,0 +1,122 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "STOLEN WE WERE." + poet = "Words by a Colored Man." + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + Sto -- len we were from Af -- ri -- ca, Trans -- + port -- ed to A -- mer -- i -- ca; +} + +lineTwo = \lyricmode { + It's work all day and half the night, And + rise be -- fore the morn -- ing \markup{ "light;" \hspace #2.0 \raise #3 \rightbrace } Sin -- ner! man! why + don't you re -- pent? For the judg -- ment is roll -- ing a -- + round! For the judg -- ment is roll -- ing a -- round! +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key g \major + \autoBeamOff + + \repeat volta 2 { + \partial 4*1 \voiceOne << { d4 } \context Voice="1" { \voiceTwo \autoBeamOff d4 \oneVoice } >> \oneVoice | + \voiceOne << { g } \context Voice="1" { \voiceTwo \autoBeamOff g \oneVoice } >> \oneVoice <fs a> <g b> <b d> | + <d g> <d g> <b d>^\fermata <g b> | + + \break + \stemUp <a d>4 \stemNeutral <g c> <g b> <fs a> | + \voiceOne << { g } \context Voice="1" { \voiceTwo \autoBeamOff g \oneVoice } >> \oneVoice <fs a> <g b>_( <a c>^\fermata) | + %[**NOTE: Strangely, the partials don't balance, giving an extra 1/4 here.] + %[**NOTE: Should last two notes be 1/8 instead of 1/4?] + } + <b d>16^\markup { \bold "Chorus." } <b d>8. r4 <b d>4. <g b>8 | + + \break + \stemUp <a c>4 \stemNeutral <g b>8. <fs a>16 \voiceOne << { g4 } \context Voice="1" { \voiceTwo \autoBeamOff g4 \oneVoice } >> \oneVoice <g c>8. <g c>16 | + <g b>4 <g b>8. <g b>16 <fs a>8[ d] <d fs> <fs a> | + + \break + \voiceOne << { g4 } \context Voice="1" { \voiceTwo \autoBeamOff g4 \oneVoice } >> \oneVoice r <b g'>4. <c e>8 | + <b d>4 <g b>8 <b d> <b d>[ <a c>] <g b> <d fs> | + \partial 4*1 <b g'>4 \bar "|." + %[**NOTE: Strangely, the partials don't balance.] +} + +bass = \relative c { + \clef bass + \time 4/4 + \key g \major + \autoBeamOff + + \repeat volta 2 { + \partial 4*1 g'4 | + g d g g | + d d g^\fermata g | + + \break + d4 g g \stemUp d | + d d d( c)^\fermata | + %[**NOTE: Strangely, the partials don't balance, giving an extra 1/4 here.] + %[**NOTE: Should last two notes be 1/8 instead of 1/4?] + } + \stemNeutral g'16 g8. r4 g4. d8 | + + \break + c4 \stemUp d8. d16 \stemNeutral g4 g8. g16 | + %[**NOTE: typo: image shows "g8 g8. g16 d4 d8 d"; first 1/8 should be 1/4.] + g4 g8. g16 \stemUp d4 d8 d \stemNeutral | + + \break + g4 r g4. fs8 | + g4 b,8 \stemUp d c4 d8 d + \stemNeutral \partial 4*1 g4 | + %[**NOTE: Strangely, the partials don't balance.] +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + +\score { + \unfoldRepeats { + << + \context Staff = upper << + \context Voice = upper \treble + >> + \context Staff = lower << + \context Voice = lower \bass + >> + >> + } + \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} + +%%Transcriber's Note: + +%%A second score block is provided to unfold the repeat and generate the midi. + +%%See also notes in code above.
\ No newline at end of file diff --git a/22089-h/music/stolen.midi b/22089-h/music/stolen.midi Binary files differnew file mode 100644 index 0000000..45c53f6 --- /dev/null +++ b/22089-h/music/stolen.midi diff --git a/22089-h/music/stolen.pdf b/22089-h/music/stolen.pdf Binary files differnew file mode 100644 index 0000000..3f85816 --- /dev/null +++ b/22089-h/music/stolen.pdf diff --git a/22089-h/music/stranger.ly b/22089-h/music/stranger.ly new file mode 100644 index 0000000..1a4e2ea --- /dev/null +++ b/22089-h/music/stranger.ly @@ -0,0 +1,112 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE STRANGER AND HIS FRIEND." + poet = "Montgomery and Denison." + composer = "Tune, \"Duane Street.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + A poor way -- far -- ing man of grief, Hath + of -- ten crossed me on my way, Who sued so hum -- bly + for re -- lief, That I could nev -- er an -- swer nay; I + had not power to ask his name, Whi -- ther he went or + whence he came; Yet there was some -- thing in his eye, Which + won my love, I knew not why. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key a \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 4 \voiceOne << { e4 } \context Voice="1" { \voiceTwo \autoBeamOff e4 \oneVoice } >> \oneVoice | + \voiceOne << { a4 } \context Voice="1" { \voiceTwo \autoBeamOff a4 \oneVoice } >> \oneVoice \stemUp <a cs> <a cs> \voiceOne << { a } \context Voice="1" { \voiceTwo \autoBeamOff a \oneVoice } >> \oneVoice | + \stemNeutral <gs b> <b d> <b d>^\fermata <gs b> | + + \break + \stemUp <a cs>4 \voiceOne << { a gs a } \context Voice="1" { \voiceTwo \autoBeamOff a gs a \oneVoice } >> \oneVoice | + \stemNeutral <gs b> \voiceOne << { e e^\fermata e } \context Voice="1" { \voiceTwo \autoBeamOff e e e \oneVoice } >> \oneVoice | + <e a> <e a> \stemUp <a cs> \voiceOne << { a } \context Voice="1" { \voiceTwo \autoBeamOff a \oneVoice } >> \oneVoice | + + \break + \stemNeutral <gs b>4 <gs b> <b d>^\fermata <gs b> | + \stemUp <a cs> \voiceOne << { a } \context Voice="1" { \voiceTwo \autoBeamOff a \oneVoice } >> \oneVoice \stemNeutral <gs b>8[ <a cs>] \stemUp <b d>[ <gs b>] | + \stemNeutral <e a>4 <e gs> <cs a'>4.^\fermata \stemUp <a' cs>8 | + + \break + \stemNeutral <cs e>4 <a cs> <a cs> <cs e> | + <b d> <gs b> <gs b> <b d> | + \stemUp <a cs> \voiceOne << { a gs a } \context Voice="1" { \voiceTwo \autoBeamOff a gs a \oneVoice } >> \oneVoice | + + \break + \stemNeutral <e b'>4 \voiceOne << { e e^\fermata e } \context Voice="1" { \voiceTwo \autoBeamOff e e e \oneVoice } >> \oneVoice | + <cs a'> <cs a'> <e cs'> <cs a'> | + <gs' b> <gs b> <b d>^\fermata <gs b> | + + \break + \stemUp <a cs>4 \voiceOne << { a } \context Voice="1" { \voiceTwo \autoBeamOff a \oneVoice } >> \oneVoice <gs b>8[ <a cs>] \stemUp <b d>[ <gs b>] + \stemNeutral <e a>4 <e gs> <cs a'>^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key a \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 4 e4 | + a a a a | + e e e^\fermata e | + + \break + a4 a e fs | + e e e^\fermata cs8[ b] | + a4 a a a | + + \break + e'4 e e^\fermata e | + cs cs \stemUp d d | + \stemNeutral e e a,4.^\fermata a'8 | + + \break + a4 a a a | + e e e e | + a a e fs | + + \break + e4 e e^\fermata cs8[ b] | + a4 a a a | + e' e e^\fermata e | + + \break + cs4 cs \stemUp d d | + \stemNeutral e e a,^\fermata \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} + diff --git a/22089-h/music/stranger.midi b/22089-h/music/stranger.midi Binary files differnew file mode 100644 index 0000000..714fab2 --- /dev/null +++ b/22089-h/music/stranger.midi diff --git a/22089-h/music/stranger.pdf b/22089-h/music/stranger.pdf Binary files differnew file mode 100644 index 0000000..fe2adb4 --- /dev/null +++ b/22089-h/music/stranger.pdf diff --git a/22089-h/music/strike.ly b/22089-h/music/strike.ly new file mode 100644 index 0000000..57d42d6 --- /dev/null +++ b/22089-h/music/strike.ly @@ -0,0 +1,101 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "STRIKE FOR LIBERTY." + poet = "Words from the Christian Freeman." + composer = "Air, \"Scots wha hae.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Sons of Free -- dom's hon -- ored sires, Light a -- new your + bea -- con fires, Fight till eve -- ry foe re -- tires + From your hal -- lowed soil. Sons of Pil -- grim + Fa -- thers blest, Pil -- grim Mo -- thers gone to rest, + Lis -- ten to their high be -- hest, Strike for Lib -- er -- ty. + +} + +treble = \relative c' { + \key c \major + \time 2/4 + \clef treble + \autoBeamOff + \stemUp + + <e g>8. <e g>16 <e g>8. <c e>16 | + <e g>8. <f b>16 <e c'>4 | + <c a'>8. <c a'>16 <c a'>8. <c g'>16 | + + \break + <c a'>8. <f b>16 <e c'>4 | + <g e'>8.<g e'>16 <g d'>8. <g d'>16 | + <a c>8. <b d>16 <c e>4 | + + \break + <a c>8. <fs a>16 <fs a>8. << { g16 | g2 | } + \new Voice = "alto" { \voiceTwo g16 | g2 | } >> + <c e>8. <c e>16 <c e>8. <b d>16 | + + \break + <c e>8. <d f>16 <e g>4 | + <b d>8. <b d>16 <b d>8. <a c>16 | + <b d>8. <c e>16 <d f>4 | + + \break + <e g>8. <c e>16 <b d>8. <c e>16 | << { c8. } + \new Voice = "alto" { \voiceTwo c8. } >> + <b d>16 <c e>4 | + <a c>8. <f a>16 <f a>8. <e g>16 | <e g>4 r4 \bar "|." +} + +bass = \relative c { + \key c \major + \time 2/4 + \clef bass + \autoBeamOff + \override Stem #'neutral-direction = #up + + c8. c16 c8. c16 | + c8. c16 c4 | + f8. f16 f8. e16 | + + f8. d16 c4 | + c'8. c16 b8. b16 | + a8. g16 c,4 | + + d8. d16 d8. d16 | + g2 | + c,8. c16 c8. g16 | + + c8. g'16 c4 | + g8. g16 g8. g16 | + g8. g16 g4 | + + c8. c16 g8. c,16 | + e8. g16 a4 | + f8. f16 f8. c16 | + c4 r4 + +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + } + diff --git a/22089-h/music/strike.midi b/22089-h/music/strike.midi Binary files differnew file mode 100644 index 0000000..b798030 --- /dev/null +++ b/22089-h/music/strike.midi diff --git a/22089-h/music/strike.pdf b/22089-h/music/strike.pdf Binary files differnew file mode 100644 index 0000000..941927e --- /dev/null +++ b/22089-h/music/strike.pdf diff --git a/22089-h/music/themanforme.ly b/22089-h/music/themanforme.ly new file mode 100644 index 0000000..8253746 --- /dev/null +++ b/22089-h/music/themanforme.ly @@ -0,0 +1,161 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE MAN FOR ME." + poet = "Parody by J. N. T. Tucker." + composer = "Air, \"The Rose that all are praising.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Oh, he is not the man for me, Who buys or sells a + slave, Nor he who will not set him free, But + sends him to his grave; But he whose no -- ble heart beats warm For + all men's life and lib -- er -- ty; Who loves a -- like each + hu -- man form-- Oh that's the man for me, Oh that's the man for + me, Oh that's the man for me. +} + +treble = \relative c' { + \clef treble + \time 6/8 + \key f \major + \autoBeamOff + \stemUp + + \partial 8 <f a>8 | + <f a>4 <f a>8 <f a>4 <e g>8 | + <e g>4 <e g>8 f4 f8 | + <e g>4 <e g>8 <e g>[ <d f>] <e g> | + + \break + <f a>4. ~ \once \override TieColumn #'tie-configuration = #'((-5 . -1) (-5 . -1)) <f a>4 <f a>8 | + <f a>4 <f a>8 <f a>4 <e g>8 | + <e g>4 f8 f4 f8 | + + \break + <e g>4 <e g>8 <e g>[ <d f>] <e g> | + \once\override Tie #'control-points = #'((1.5 . 2.5) (3 . 4) (8.5 . 4) (10 . 2.5)) + f4. ~ f4 <e g>8 | + <e g>4 <e g>8 <e g>4 <e g>8 | + <f a>4 <f a>8 <f a>4 <f a>8 | + + \break + <f a>4 <f a>8 <f a>[ <g bf>] <a c> | + c8[ g] <e g> <e g>[^\fermata c'] <g bf> | + <f a>4 <f a>8 <f a>4 <e g>8 | + + \break + <e g>4 f8 f4 f8 <e g>4 <e g>8 <e g>[ <d f>] <e g> | + <f a>4.( <a c>4) <f a>8 | + <a c>4 <f a>8 <a c>4 <f a>8 | + + \break + <a c>4.( <a f'>4) <a c>8 | + <a c>8[ <f a>] f <e g>[ <d f>] <e g> | + \once \override Tie #'transparent = ##t + f4. ~ f4 \bar "|." +} + +alto = \relative c' { + \clef treble + \time 6/8 + \key f \major + \autoBeamOff + \stemDown + + \partial 8 s8 | + s2. | + s4 s8 f4 f8 | + s2. | + + s4. s4 s8 | + s2. | + s4 f8 f4 f8 | + + s2. | + \once \override Tie #'transparent = ##t f4. ~ f4 s8 | + s2. | + s2. | + + s2. | + e4 s8 e4 s8 | + s2. | + + s4 f8 f4 f8 | + s2. | + s2. | + s2. | + + s2. | + s4 f8 s4 s8 | + \once\override Tie #'control-points = #'((1.5 . -2.5) (3 . -3.5) (11.5 . -3.5) (13 . -2.5)) + f4. ~ f4 \bar "|." +} + +bass = \relative c { + \clef bass + \time 6/8 + \key f \major + + \autoBeamOff + \override Stem #'neutral-direction = #up + + \partial 8 f8 | + f4 f8 f4 c8 | + c4 c8 f4 f8 | + c4 c8 c4 c8 | + + \break + f4. ~ f4 f8 | + f4 f8 f4 c8 | + c4 f8 f4 f8 | + + \break + c4 c8 c4 c8 | + f4. ~ f4 c8 | + c4 c8 c4 c8 | + f4 f8 f4 f8 | + + \break + f4 f8 f4 f8 | + c4 c8 c4^\fermata c8 | + f4 f8 f4 c8 + + \break + c4 f8 f4 f8 | + c4 c8 c4 c8 | + f4.( f4) f8 | + f4 f8 f4 f8 | + + \break + f4. ~ f4 f8 | + f4 a8 c4 c,8 | + f4. ~ f4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "treble" { \treble } + \new Voice = "alto" { \alto } + >> + + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + diff --git a/22089-h/music/themanforme.midi b/22089-h/music/themanforme.midi Binary files differnew file mode 100644 index 0000000..3f11b4d --- /dev/null +++ b/22089-h/music/themanforme.midi diff --git a/22089-h/music/themanforme.pdf b/22089-h/music/themanforme.pdf Binary files differnew file mode 100644 index 0000000..33a9c2b --- /dev/null +++ b/22089-h/music/themanforme.pdf diff --git a/22089-h/music/tothose.ly b/22089-h/music/tothose.ly new file mode 100644 index 0000000..7d8c495 --- /dev/null +++ b/22089-h/music/tothose.ly @@ -0,0 +1,154 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "TO THOSE I LOVE." + poet = "Words by Miss E. M. Chandler." + composer = "Music from an old air by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyrics { + Oh, turn ye not dis -- pleased a -- way, though + I should some -- times seem Too much to press up -- + on your ear, an oft re -- peat -- ed + theme; The sto -- ry of the ne -- gro's wrongs is + hea -- vy at my heart, And can I choose but + wish from you a sym -- pa -- thiz -- ing part? +} + +trebleOne = \relative c' { + \key f \major + \time 4/4 + \clef treble + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + \stemUp + + \partial 8 <a' c>8 | + <a c>4. <f a>8 <a f'>4. <f a>8 | + <a c>4. <g bf>8 <e g>4. <e g>8 | + + \break + <f a>4. <f a>8 <a c>[ <g bf>] <f a>[ <e g>] | + \slurUp f2( e4) r8 <a c> | + <a c>4. <f a>8 <c' f>4. <f, a>8 | + + \break + <a c>4. <g bf>8 <e g>4 r8 <e g> | + <f a>[ <a c>] <g bf>[ <e g>] f4 <f a>8.[ <e g>16] | + + \break + <e g>2( f4) r8 <f a>8 | + <e g>4. <e g>8 <g bf>[ <f a>] <e g>[ <f a>] | + <a c>4. <g bf>8 <e g>4. <e g>8 | + + \break + <f a>4. <f a>8 \slurDown <g b>8( <b f'>4) <g b>8 | + \slurUp d'4^\fermata( c2) r8 <a c> | + <a c>4. <f a>8 <c' f>4. <f, a>8 | + + <a c>4. <g bf>8 <e g>4 r8 <e g> | + <f a>[ <a c>] <g bf>[ <e g>] <e c'>4^\fermata g8[ bf16a] | + f2 \bar "|." +} + +trebleTwo = \relative c' { + \key f \major + \time 4/4 + \clef treble + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + \stemDown + + \partial 8 s8 | + s1 | + s1 | + + \break + s1 | + f2 e4 s4 | + s1 | + + \break + s1 | + s4 s4 f4 s4 | + + \break + s2 f4 s4 | + s1 | + s1 | + + \break + s1 | + g2. s4 | + s1 | + + \break + s1 | + s2 s4 e4 | + f2 \bar "|." +} + +bass = \relative c { + \key f \major + \time 4/4 + \clef bass + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + \override Stem #'neutral-direction = #up + + \partial 8 f8 | + f4. f8 f4. f8 | + f4. f8 c4. c8 | + + f4. f8 f4 bf, | + c2. r8 f | + f4. f8 f4. f8 | + + c4. c8 c4 r8 c | + f4 bf, c c | + + c2( f4) r8 f | + c4. c8 c4 c | + c4. c8 c4. c8 | + + f4. f8 b,4. b8 | + c2.\fermata r8 f | + f4. f8 f4. f8 | + + c4. c8 c4 r8 c | + f4 bf, c\fermata c | + f2 \bar "|." + +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "trebleOne" { \trebleOne } + \new Voice = "trebleTwo" { \trebleTwo } + >> + \new Lyrics \lyricsto "trebleOne" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + } + +%%Transcriber's Notes: + +%%5th system, bass staff, 1st bar: changed B-flat to B-natural to match treble; 2nd bar: added missing fermata. + +%%Last system, last bar, bass: changed discordant G to F. diff --git a/22089-h/music/tothose.midi b/22089-h/music/tothose.midi Binary files differnew file mode 100644 index 0000000..8ed18b8 --- /dev/null +++ b/22089-h/music/tothose.midi diff --git a/22089-h/music/tothose.pdf b/22089-h/music/tothose.pdf Binary files differnew file mode 100644 index 0000000..e0c55fe --- /dev/null +++ b/22089-h/music/tothose.pdf diff --git a/22089-h/music/tribute.ly b/22089-h/music/tribute.ly new file mode 100644 index 0000000..6121e84 --- /dev/null +++ b/22089-h/music/tribute.ly @@ -0,0 +1,165 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "A TRIBUTE TO DEPARTED WORTH." + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +verseOne = \lyricmode { + Oh, it is not the tear at this mo -- ment shed, When the + cold turf has just been laid o'er him, +} + +verseTwo = \lyricmode { + That can tell how be -- loved was the soul that's fled, Or how + deep in our hearts we de -- plore \markup{ "him:" \hspace #1.0 \raise #3 \rightbrace } 'Tis the + tear through ma -- ny_a long day wept, \set ignoreMelismata = ##t Through \unset ignoreMelismata a life by his loss all + sha -- ded, 'Tis the sad re -- mem -- brance + fond -- ly kept, When all oth -- er griefs have fa -- ded. +} + +trebleOne = \relative c' { + \clef treble + \time 4/4 + \key d \minor + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 a'8 a | + a4 a8 a d4 e8 d | + a4 a a^\fermata a8 c | + + \break + \stemUp c8[ a] \stemNeutral a a g4 d'8 c | + \partial 4*3 a2 a8 r | + } + \partial 4 a8 \stemUp bf | + + \break + \stemNeutral a4 a a4. c8 | + c4 c a^\fermata a8( g) | + f[ a] \stemDown a \stemNeutral cs d4 cs | + + \break + a2 a8 r c a | + a4 a f g8( f) | + + \break + a4 a a^\fermata a8 \stemUp bf | + \stemNeutral c4 a8( c) c[ d] c8.( bf16) | + a2 a8 r \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \time 4/4 + \key d \minor + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 \stemDown a'8 \stemNeutral cs | + d[ f] d c a4 g8 a | + c4 c d,^\fermata f8 g | + + \break + \stemDown a8[ c] \stemNeutral c a g[ bf] a g + \partial 4*3 f2 f8 r + } + \partial 4 f8 g | + + \break + a4 c f4. e16[ f] | + g8[ f] e[ f] d4^\fermata c8( bf) | + \stemDown a[ c] \stemNeutral d e f4 e | + + \break + d2 cs8 r a cs | + d[ ef] d[ c] a4 g8( a) | + + \break + c4 c d,^\fermata f8 g | + a8.[ c16] \slurDown c8( a) \slurUp g8[( bf] a8.) g16 | + f2 f8 r \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key d \minor + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \repeat volta 2 { + \partial 4 d8 d | + d4 d8 d d4 e8 d | + a4 a \stemUp d^\fermata d8 \stemNeutral c | + + \break + f4 f8 f c4 a8 c + \partial 4*3 d2 d8 r + } + \partial 4 f8 e | + + \break + d4 d f4. g8 | + c,4 c \stemUp d^\fermata \stemNeutral f8( e) | + d4 f8 g a4 <a, a'> | + + \break + \stemUp d2 \stemNeutral f8 r \stemUp d d | + d4 d d c8( d) | + + \break + a4 a d^\fermata \stemNeutral d8 e | + f4 f8( d) c4 a8.( c16) | + \stemUp d2 d8 r \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleOne" { \verseOne } + \new Lyrics \lyricsto "trebleOne" { \verseTwo } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Score \override PaperColumn #'keep-inside-line = ##t } + + } + +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "trebleOne" { \unfoldRepeats \trebleOne } + \new Voice = "trebleTwo" { \unfoldRepeats \trebleTwo } + >> + \new Staff = "lower" \new Voice = "bass" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4 ) }} +} + +%%Transcriber's Notes: + +%%Added missing fermata, 1st system, trebleOne part, 3rd bar, 3rd beat. + +%%Dissonances have been preserved as in original.
\ No newline at end of file diff --git a/22089-h/music/tribute.midi b/22089-h/music/tribute.midi Binary files differnew file mode 100644 index 0000000..fe9a06a --- /dev/null +++ b/22089-h/music/tribute.midi diff --git a/22089-h/music/tribute.pdf b/22089-h/music/tribute.pdf Binary files differnew file mode 100644 index 0000000..b7cfbe5 --- /dev/null +++ b/22089-h/music/tribute.pdf diff --git a/22089-h/music/vision.ly b/22089-h/music/vision.ly new file mode 100644 index 0000000..2cf7f23 --- /dev/null +++ b/22089-h/music/vision.ly @@ -0,0 +1,109 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "A VISION." + poet = "Words by Crary." + composer = "Music by G.W.C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + At dead of night, when oth -- ers sleep, Near + Hell I took my sta -- tion; And from that dun -- geon, + dark and deep, O'er -- heard this con -- ver -- + sa -- tion: "\"Hail," Prince of Dark -- ness, ev -- er hail, A -- + dored by each in -- fer -- nal, I come a -- mong your + gang to wail, And taste of death e -- ter -- "nal.\"" +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key bf \major + \autoBeamOff + \stemUp + + \partial 8*1 <d f>8 | + <f bf>8. <f bf>16 <f bf>8 <f bf> | + <a c>8. <g bf>16 <f a>8. \voiceOne << { f16 } \context Voice="1" { \voiceTwo \autoBeamOff f16 \oneVoice } >> \oneVoice | + + \break + \stemUp <ef g>8 <g bf> <bf d> <g bf> | + <f a>16 <a c>4. \voiceOne << { f16 } \context Voice="1" { \voiceTwo \autoBeamOff f16 \oneVoice } >> \oneVoice | + \stemUp <f bf>8. <f bf>16 <f bf>8 <f bf> | + + \break + <a c>8. <g bf>16 <f a>8. \voiceOne << { f16 } \context Voice="1" { \voiceTwo \autoBeamOff f16 \oneVoice } >> \oneVoice | + \stemUp <ef g>8 <g bf> <bf d>8. <a c>16 | + + \break + <f c'>8 <f bf>4^\fermata \bar "||" <f a>16[ <g bf>] | + <a c>8 <a c> <a c>8. <a c>16 | + <bf d>8 <g bf> <f a>8.^\fermata <a c>16 | + + \break + <a c>8 <a c> <bf d> <g bf> | + <bf d>16 <a c>4. \voiceOne << { f16 } \context Voice="1" { \voiceTwo \autoBeamOff f16 \oneVoice } >> \oneVoice | + \stemUp <f bf>8 <f bf> <f bf> <f bf> | + + \break + <a c>8. <g bf>16 <f a>8 <d f>16 ~ <d f> | + <ef g>8 <g bf> <bf d>8. <a c>16 | + <f a c>8 <f bf>4^\fermata r8 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key bf \major + \autoBeamOff + + \partial 8*1 bf8 | + bf8. bf16 bf8 bf | + f'8. f16 f8. d16 | + + \break + ef8 ef bf bf | + f'16 f4. bf,16 | + bf8. bf16 bf8 bf | + + \break + f'8. f16 f8. d16 | + ef8 ef bf8. f'16 | + + \break + f8 bf,4^\fermata f'8 | + f f f8. f16 | + bf,8 bf f'8.^\fermata f16 | + + \break + f8 f bf, \stemUp d | + \stemNeutral d16 f4. f16 | + bf,8 bf bf bf | + + \break + f'8. f16 f8 bf,16 ~ bf | + ef8 ef f8. f16 | + f8 bf,4^\fermata r8 | +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4 ) }} + +} diff --git a/22089-h/music/vision.midi b/22089-h/music/vision.midi Binary files differnew file mode 100644 index 0000000..87498e1 --- /dev/null +++ b/22089-h/music/vision.midi diff --git a/22089-h/music/vision.pdf b/22089-h/music/vision.pdf Binary files differnew file mode 100644 index 0000000..6bf5f12 --- /dev/null +++ b/22089-h/music/vision.pdf diff --git a/22089-h/music/voicenewengland.ly b/22089-h/music/voicenewengland.ly new file mode 100644 index 0000000..3f54c14 --- /dev/null +++ b/22089-h/music/voicenewengland.ly @@ -0,0 +1,124 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "VOICE OF NEW ENGLAND AGAINST SLAVERY." + poet = "Words by Whittier." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Up the hill side, down the glen, Rouse the slee -- ping + cit -- i -- zen; Sum -- mon out the might of men! + Like a li -- on growl -- ing low, Like a night -- storm + ris -- ing slow, Like the tread of un -- seen foe. +} + + +trebleOne = \relative c' { + \key a \major + \time 2/4 + \clef treble + \autoBeamOff + + a'8. a16 cs8 cs8 | + e8. e16 e4 | + b8. e16 e8 cs8 | + + \break + b8. e16 e4 ~ | + e4 r4 | + cs8. d16 e8 fs8 | + d8 cs8 b4 ~ | + b4 r4 | + + \break + cs8. cs16 cs8 cs8 | + e8 e8 b4 ~ | + b4 r4 | + e8. e16 e8 e8 | + + \break + b8 cs8 b4 ~ | + b4 r4 | + e8. e16 b8 b8 | + a8 b8 cs4 ~ | + cs4 \bar "|." +} + +trebleTwo = \relative c' { + \key a \major + \time 2/4 + \clef treble + \autoBeamOff + + e8. e16 a8 a8 | + cs8. b16 b4 | + d8. cs16 b8 a8 | + + e'8. b16 b4 ~ | + b4 r4 | + e8. d16 cs8 d8 | + \stemUp b8 a8 e4 ~ | + e4 r4 | + + a8. a16 a8 a8 | + \stemNeutral b8 cs8 e,4 ~ | + e4 r4 | + b'8. b16 b8 b8 | + + d8 e8 e,4 ~ | + e4 r4 | + cs'8. cs16 d8 d8 | + fs,8 e8 a4 ~ | + a4 \bar "|." +} + +bass = \relative c { + \key a \major + \time 2/4 + \clef bass + \autoBeamOff + + e8. e16 a8 a8 | + e8. e16 e4 | + e8. e16 e8 fs8 | + + e8. e16 e4 ~ | + e4 r4 | + a8. a16 a8 a8 | + e8 e8 e4 ~ | + e4 r4 | + + a,8. a16 a8 a8 | + e'8 e8 e4 ~ | + e4 r4 | + e8. e16 e8 e8 | + + e8 e8 e4 ~ | + e4 r4 | + a8. a16 d,8 d8 | + d8 e8 a4 ~ | + a4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleOne" { \words } + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} diff --git a/22089-h/music/voicenewengland.midi b/22089-h/music/voicenewengland.midi Binary files differnew file mode 100644 index 0000000..0fef52b --- /dev/null +++ b/22089-h/music/voicenewengland.midi diff --git a/22089-h/music/voicenewengland.pdf b/22089-h/music/voicenewengland.pdf Binary files differnew file mode 100644 index 0000000..b727820 --- /dev/null +++ b/22089-h/music/voicenewengland.pdf diff --git a/22089-h/music/wakesons.ly b/22089-h/music/wakesons.ly new file mode 100644 index 0000000..d15c89b --- /dev/null +++ b/22089-h/music/wakesons.ly @@ -0,0 +1,94 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "WAKE, SONS OF THE PILGRIMS." + composer = "Air--\"M'Gregor's Gathering.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + Wake, sons of the Pil -- grims, and look to your right! The + des -- pots of Slav -- 'ry are up in their might: In -- + dulge not in sleep, it's like dig -- ging the graves Of + blood -- pur -- chased free -- dom-- 'tis yield -- ing like slaves. Then + hal -- loo, hal -- loo hal -- loo to the con -- test, A -- + wake from your slum -- bers, no long -- er de -- lay, But + strug -- gle for free -- dom, while strug -- gle you may-- Then + ral -- ly, ral -- ly, ral -- ly, + ral -- ly, ral -- ly, ral -- ly, While our + for -- ests shall wave or while rush -- es a riv -- er, Oh, + yield not your birth -- right! main -- tain it for ev -- er! +} + +treble = \relative c' { + \key c \major + \time 6/8 + \clef treble + \autoBeamOff + \stemUp + + \partial 8 <e g>8 | + <e c'>8 <f d'>8 <e c'>8 <e c'>8 <g e'>8 <f d'>8 | + <e c'>8 <f a>8 <f a>8 <f a>8 <e g>8( <f a>8) | + + \break + <a c>8 <g b>8 <f a>8 <f a>8 <e g>8 <c e>8 | + c8 <c e>8 <e g>8 <e g>4 <f a>16( <g b>16) | + + \break + <e c'>8 <f d'>8 <e c'>8 <e c'>8 <g e'>8 <g d'>8 | + <f d'>8 <e c'>8 <f a>8 <f a>8 <e g>8( <c e>8) | + + \break + <e c'>8 <d b'>8 <f a>8 <e g>8 <d f>8 <c e>8 | + <b d>8. <c e>16 <e gs>8 <f a>4^\fermata <e gs>8 | + + \break + <e g>8 <e a c>4 <e g>8 <e c'>4 | + <e g>8 <g e'>8 <f d'>8 <e c'>8 <f a>8 <e g>8 | + r4 r8 r8 <e g>8( <f a>8) | + + \break + <e c'>8. <f d'>16 <e c'>8 <e c'>8 <g e'>8 <f d'>8 | + <f d'>8 <e c'>8 <f a>8 <f a>8( <e g>8^\fermata) \override TieColumn #'tie-configuration = #'((5.0 . 1) (5.0 . 1)) <c e>16 ~ <c e>16 | + + \break + <f a>4 <c e>16 <f a>16 <e c'>4 <g b>16 <f a>16 | + <c' e>4 <c e>8 <b d>8 <a c>8( <f a>16) <e g>16 | + + \break + <e g>8 <c e>4 <c e>8 <e g>4 | + <f a>8 <a c>4. r8 r8 | + + \break + <e g>8 <c e>4 <c e>8 <e g>4 | + <e g>8 <f d'>4.^\fermata <a c>8 <b d>8 | + + \break + <c e>8 <b d>8 <a c>8 <b d>8( <e, g>8^\fermata) <b' d>16 <b d>16 | + <c e>8. <b d>16 <a c>8 <b d>16 <e, g>8. <e g>8 | + + \break + <c' e>8 <b d>8 <a c>8 <a c>8 <f a>8 <e g>8 | + <e g>16 <c' g'>8._\fermata <a f'>8 <g e'>8 <e c'>4 \bar "|." +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 160 8 ) }} + } diff --git a/22089-h/music/wakesons.midi b/22089-h/music/wakesons.midi Binary files differnew file mode 100644 index 0000000..51d4724 --- /dev/null +++ b/22089-h/music/wakesons.midi diff --git a/22089-h/music/wakesons.pdf b/22089-h/music/wakesons.pdf Binary files differnew file mode 100644 index 0000000..054827f --- /dev/null +++ b/22089-h/music/wakesons.pdf diff --git a/22089-h/music/wakeyenumbers.ly b/22089-h/music/wakeyenumbers.ly new file mode 100644 index 0000000..d690770 --- /dev/null +++ b/22089-h/music/wakeyenumbers.ly @@ -0,0 +1,273 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "WAKE YE NUMBERS!" + poet = "Words by Lewis." + composer = "Air, \"Strike the Cymbals.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + Wake ye num -- bers! \skip 8 from your slum -- bers, + Hear the song of free -- dom pour! + By its shak -- ing, fierce -- ly break -- ing, + Eve -- ry chain up -- on our shore. +} + +lineTwo = \lyricmode { + Flags are wav -- ing, all ty -- rants brav -- ing, + Proud -- ly, free -- ly, o'er our plains; + Let no min -- ions check our pin -- ions, + While a sin -- gle grief re -- \markup{ "mains. " \raise #3 \rightbrace } + Proud ob -- lat -- ions, thou Queen of nat -- ions! Have been poured up -- + on thy wa -- ters; Af -- ric's bleed -- ing sons and daught -- ers, + Now be -- fore us, loud im -- plore us, Look -- ing to Je -- + ho -- vah's throne, Chains are wear -- ing, hearts de -- spair -- ing, + Will ye hear a na -- tion's moan? Soothe their sor -- row, + ere the mor -- row Change their ach -- ing hearts to stone: Then the + light of na -- ture's smile Free -- dom's realm shall bless the while; And the + plea -- sure mer -- cy brings Flow from all her la -- tent springs; De -- + light shall spread, shall spread her shin -- ing wings, Re -- joic -- + ing, Re -- joic -- ing, Re -- joic -- ing. +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key c \major + \autoBeamOff + + \repeat volta 2 { + c'4 b | + c8 g r g | + a8.[ c16] b8.[ d16] | + c8 c r4 | + + \break + d4 d | + d16[ e d c] \stemUp b[ c b a] | + \stemNeutral g4 \grace b8 a4 | + g r | + <g c>^\markup { \bold "Chorus." } \stemUp <b d> | + <c e>8 \stemNeutral <g c> r4 | + + \break + <b d>4 <c e> | + <d f>8 <b d> r4 | + <c e> <d f> | + <e g>4. <d f>8 | + <c e>4 <b d> | + << { \voiceOne c b\rest } \new Voice = "alt" { \voiceTwo c s4 } >> + } + + \break + \oneVoice \stemDown c4.^\markup { \bold "Solo 1mo." } b8 | + \stemNeutral a a r a | + d4. c8 | + b b r4 | + r d8^\markup { \bold "Solo 2d." } d | + d4. d8 | + + \break + d4. c8 | + \stemUp b g r4 | + \stemNeutral r d'8 d | + d4. d8 | + d4. c8 | + \stemUp b g r4 | + + \break + <g c>4^\markup { \bold "Chorus." } <b d> | + <c e>8 <g c> r4 | + <b d> <c e> | + <d f>8 <b d> r4 | + <c e> <d f> | + <e g>4. <d f>8 | + + \break + <c e>4 <b d> | + << { \voiceOne c b\rest } \new Voice = "alt" { \voiceTwo c s4 } >> | + \oneVoice \stemUp <c e>^\markup { \bold "Trio. Lento." } <c e> | + <b f'> <c e>8 r | + <c e>4 <c e> | + <b f'> <c e>8 r | + + \break + <c e>4 <cs e> | + <d f> <d fs>16[ <e g> <fs a> <d fs>] | + <c e>4 <b d> | + <c e> r | + <g c>^\markup { \bold "Chorus." } <b d> | + <c e>8^\markup { \bold "Tempo." } <g c> r4 | + + \break + <b d>4 <c e>4 | + <d f>8 <b d>8 r4 | + <c e>4 <d f>4 | + <e g>4. <d f>8 | + <c e>4 <b d>4 | + << { \voiceOne c4^\fermata } \new Voice = "alt" { \voiceTwo c4 } >> \oneVoice c8.^\markup { \bold "Solo." } b16 | + + \break + a8. g16 a8. f16 | + \grace f8 e4 c'8. b16 | + a8. g16 a8. f16 | + \grace f8 e4 c'8 c8 | + + \break + c8 c8 c8 c8 | + c4 <c e>8 <c e>8 | + <c e>8 <c e>8 <c e>8 <c e>8 | + <c e>4 \repeat volta 2 { c16[ b16 c16 d16] | + + \break + e4 << { \voiceOne c4 } \new Voice = "alt" { \voiceTwo c4 } >> | + \oneVoice \stemDown <e g>4 <c e>4 | + <d f>8 <d f>8 <b d>8 <b d>8 | + <c e>4 } r8 <c e>8 | + <b d g>2 | + + \break + <c e>4 r8 <c e>8 | + <b d g>2 | + <c e>4 r8 <c e>8 | + <b d g>2 ~ | + <b d g>2 | + <c e>4 r4 \bar "|." +} + + +bass = \relative c { + \clef bass + \time 2/4 + \key c \major + \autoBeamOff + + \repeat volta 2 { + + c2 | c | c | c | + + \break + fs2 | + g2 | + g4 \stemUp d | + \stemNeutral g, r | + e' g | + c8 c, r4 | + + \break + g'4 c | + g8 g r4 | + c c | + c4. f,8 | + g4 g | + c, r + } + + \break + c8[ e g] r | + d4. r8 | + fs2 | + g | + g4 fs | + fs2 | + + \break + fs2 | g | g4 fs | fs2 | fs | g4. r8 | + + \break + e4 g | + c8 c, r4 | + g' c | + g8 g r4 | + c c | + c4. f,8 | + + \break + g4 g, | + c r | + c c | + \stemUp d \stemNeutral c8 r | + c4 c | + \stemUp d \stemNeutral c8 r | + + \break + a'4 g | + f fs | + g g, | + c r | + e g | + c8 c,8 r4 | + + \break + g'4 c4 | + g8 g8 r4 | + c4 c4 | + c4. f,8 | + g4 g,4 | + c4^\fermata r4 | + + \break + c2 | + c2 | + c2 | + c4 r4 | + + \break + c'2 | + c2 | + c2 | + c4 \repeat volta 2 { r4 | + + c2 | + c4 a4 | + f8 f8 g8 g8 | + c,4 } r8 c'8 | + g2 | + + c4 r8 c8 | + g2 | + c4 r8 c8 | + g2 ~ | + g2 | + c,4 r4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats \treble } + \new Staff = "lower" \new Voice = "bass" {\unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 112 4) }} + +} + +%%Transcriber's Note: + +%%8th system, treble staff, bar 2, 2d beat: changed Fs to F-sharps to match bass.
\ No newline at end of file diff --git a/22089-h/music/wakeyenumbers.midi b/22089-h/music/wakeyenumbers.midi Binary files differnew file mode 100644 index 0000000..ab0f71a --- /dev/null +++ b/22089-h/music/wakeyenumbers.midi diff --git a/22089-h/music/wakeyenumbers.pdf b/22089-h/music/wakeyenumbers.pdf Binary files differnew file mode 100644 index 0000000..139e5d3 --- /dev/null +++ b/22089-h/music/wakeyenumbers.pdf diff --git a/22089-h/music/weareallchildren.ly b/22089-h/music/weareallchildren.ly new file mode 100644 index 0000000..5fce3c5 --- /dev/null +++ b/22089-h/music/weareallchildren.ly @@ -0,0 +1,92 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "WE ARE ALL CHILDREN OF ONE PARENT." + poet = "Words from the Youth's Cabinet." + composer = "Music by L. Mason." + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + Sis -- ter, thou art worn and wear -- y, Toil -- ing for an -- oth -- er's gain; + Life with thee is dark and drear -- y, Filled with wretch -- ed -- ness and pain, +} + +versetwo = \lyricmode { + Thou must rise at dawn of light, \skip 4 And thy dai -- ly task pur -- sue, + Till the dark -- ness of the night \skip 4 Hide thy la -- bors from thy view. +} + +treble = \relative c' { + \clef treble + \time 2/4 + \key c \major + \autoBeamOff + \stemUp + + <c e>4 <c e> | + <e g> <c e> | + <d f> <f a> | + <f a> <e g> | + <e c'> <c e> | + <c e> <b d>8[ <c e>] | + <d f>4 <c e> | + <b d>2^\fermata + + \break + <e g>4 <e g> | + <g e'> <e c'> | + <f a> <a c> | + <f a> <e g> | + <e g> <g e'> | + <f d'> <e c'> | + <f a> <b, g'> | + <c e>2^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key c \major + \autoBeamOff + + c4 c | + c c | + c c | + c c | + c e | + g g | + g g | + g2^\fermata | + + \break + c,4 c | + c c | + f f | + c c | + c c | + g' a | + f g | + c,2_\fermata +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \versetwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} +} diff --git a/22089-h/music/weareallchildren.midi b/22089-h/music/weareallchildren.midi Binary files differnew file mode 100644 index 0000000..ef288fc --- /dev/null +++ b/22089-h/music/weareallchildren.midi diff --git a/22089-h/music/weareallchildren.pdf b/22089-h/music/weareallchildren.pdf Binary files differnew file mode 100644 index 0000000..e0647f0 --- /dev/null +++ b/22089-h/music/weareallchildren.pdf diff --git a/22089-h/music/wearecome.ly b/22089-h/music/wearecome.ly new file mode 100644 index 0000000..f87e697 --- /dev/null +++ b/22089-h/music/wearecome.ly @@ -0,0 +1,111 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "WE ARE COME, ALL COME." + poet = "By G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + We are come, all come, with the crow -- ded throng, + To join our notes in a plain -- tive song; + For the bond man sighs, and the scal -- ding tear + Runs _ down his cheek while we min -- gle here. +} + +verseTwo = \lyricmode { + We are come, all come, with a hal -- lowed vow, + At the shrine of slave -- ry never to bow, + For the des -- pots reign o'er _ hill and plain, + Spreads _ grief and woe in his hor -- rid train. +} + +treble = \relative c' { + \clef treble + \time 4/4 + \key f \major + \autoBeamOff + \stemUp + \override Staff.TimeSignature #'style = #'() + + \partial 4 f8 <e g>8 | + <f a>4 <f a> <f a> <e g>8 <f a> | + <a c>8[ <g bf>] <g bf>4 <g bf> <e g>8[ <f a>8] | + + \break + <g bf>4 <g bf> <g bf> <f a>8 <g bf> | + <bf d>8[ <a c>] <a c>4 <a c>_\fermata <a c>8 <d f> | + <d f>8[ <c e>] <c e>[ <bf d>] <bf d>[ <c a>] <c a> <d f> | + + \break + <d f>8[ <c e>] <c e>[ <bf d>] <bf d>[ <a c>] <a c> <f a> | + f4 f f f8 <e g> | + <f a>4 <e g> f^\fermata \bar "|." +} + +alto = \relative c' { + \clef treble + \time 4/4 + \key f \major + \autoBeamOff + \stemDown + \override Staff.TimeSignature #'style = #'() + + \partial 4 f8 s8 | s1 | s1 | + + \break + s1 | s1 | s1 | + + \break + s1 | f4 f4 f4 f8 s8 | s4 s4 f4 \bar "|." +} + + +bass = \relative c { + \clef bass + \time 4/4 + \key f \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 4 f8 c8 | + f4 f f e8 d8 | + c4 c c c | + + \break + c4 c c \stemUp d8 \stemNeutral c | + f4 f f^\fermata f8 f | + f[ a] a[ g] g[ f] f ~ f | + + \break + f8[ a] a[ g] g[ f] f f | + f4 f f a8 bf8 + c4 c, f^\fermata \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "treble" { \treble } + \new Voice = "alto" { \alto } + >> + \new Lyrics \lyricsto "treble" { \verseOne } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \verseTwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + \context { \Lyrics \override LyricSpace #'minimum-distance = #2 } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4 ) }} + } + diff --git a/22089-h/music/wearecome.midi b/22089-h/music/wearecome.midi Binary files differnew file mode 100644 index 0000000..921dfef --- /dev/null +++ b/22089-h/music/wearecome.midi diff --git a/22089-h/music/wearecome.pdf b/22089-h/music/wearecome.pdf Binary files differnew file mode 100644 index 0000000..18a67f7 --- /dev/null +++ b/22089-h/music/wearecome.pdf diff --git a/22089-h/music/werecoming.ly b/22089-h/music/werecoming.ly new file mode 100644 index 0000000..c8994df --- /dev/null +++ b/22089-h/music/werecoming.ly @@ -0,0 +1,120 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "WE'RE COMING! WE'RE COMING!" + composer = "Air, \"Kinloch of Kinloch.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace140" } + +rightbrace = \markup {\rotate #180 \leftbrace } + +lineOne = \lyricmode { + We're com -- ing, we're com -- ing, the fear -- less and free, Like the + winds of the des -- ert, the waves of the sea! +} + +lineTwo = \lyricmode { + True sons of brave sires _ who bat -- tled of yore, When _ + En -- gland's proud li -- on ran wild on our shore! + \once \override LyricText #'self-alignment-X = #0.6 + \markup{ \raise #3 \rightbrace " We're"} + com -- ing, we're com -- ing, from moun -- tain and glen, With + hearts to do bat -- tle for free -- dom a -- gain; Op -- + pres -- sion is trem -- bling as trem -- bled be -- fore, The + Slav -- ery which fled from our fa -- thers of yore. +} + +treble = \relative c' { + \key a \major + \time 6/8 + \clef treble + \autoBeamOff + + \repeat volta 2 { \partial 8 a'16[ b] | + cs8. \stemUp b16 \stemNeutral a8 e16 cs8. e8 | + fs d fs e16[ cs8.] e16 e | + + \break + cs'8. \stemUp b16 \stemNeutral a8 e cs e | + fs8. a16 gs8 a4 } e'8 | + + \break + cs cs e b b e | + a,8. gs16 a8 a16( gs8.) e'8 | + + \break + cs cs e b4 e16 e | + ds8. cs16 ds8 e4 e8 | + + \break + fs8 fs fs e4 e16 e + d8. cs16 d8 d16( cs8.) a16[ b] | + + \break + cs8. b16 a8 e cs e | + fs8. a16 gs8 a4 r8 \bar "|." +} + + +bass = \relative c { + \key a \major + \time 6/8 + \clef bass + \autoBeamOff + + \repeat volta 2 { \partial 8 a8 | + a8. a16 a8 a16 a8. a8 | + a a a a4 a16 a | + + a8. a16 a8 a a a | + d8. d16 e8 a,4 } a'8 | + + a a a gs gs gs | + fs8. fs16 fs8 e16 ~ e8. a8 | + + a a a gs4 gs16 gs | + fs8. fs16 fs8 e4 cs8 | + + \stemUp d8 d d cs4 cs16 cs + b8. b16 b8 a16 ~ a8. a8 | + + a8. a16 a8 a a a | + \stemNeutral d8. d16 e8 a,4 r8 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \lineOne } + \new Lyrics \lyricsto "treble" { \lineTwo } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Voice = "treble" { \unfoldRepeats \treble } + \new Staff = "lower" { \unfoldRepeats \bass } + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) }} + +} + +%%Transcriber's Note: + +%%Separate score provided to unfold repeat and generate midi.
\ No newline at end of file diff --git a/22089-h/music/werecoming.midi b/22089-h/music/werecoming.midi Binary files differnew file mode 100644 index 0000000..02603a1 --- /dev/null +++ b/22089-h/music/werecoming.midi diff --git a/22089-h/music/werecoming.pdf b/22089-h/music/werecoming.pdf Binary files differnew file mode 100644 index 0000000..11d6a39 --- /dev/null +++ b/22089-h/music/werecoming.pdf diff --git a/22089-h/music/wereforfreedom.ly b/22089-h/music/wereforfreedom.ly new file mode 100644 index 0000000..a40260d --- /dev/null +++ b/22089-h/music/wereforfreedom.ly @@ -0,0 +1,181 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "WE'RE FOR FREEDOM THROUGH THE LAND." + poet = "Words by J.E. Robinson." + composer = "Music arranged from the \"Old Granite State.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + We are com -- ing, we are com -- ing! free -- dom's + bat -- tle is be -- gun! No hand shall furl her + ban -- ner ere her vic -- to -- ry be won! Our + shields are locked for lib -- er -- ty, and mer -- cy goes be -- + fore: Ty -- rants trem -- ble in your cit -- a -- del! op -- + pres -- sion shall be o'er. We will vote for + Bir -- ney, We will vote for Bir -- ney, We're for + Mor -- ris and for Bir -- ney, and for Free -- dom through the land. +} + +trebleOne = \relative c' { + \clef treble + \time 2/4 + \key d \major + \autoBeamOff + + \partial 4 fs8 a | + g g g g | + g fs fs d | + + \break + e8 e fs fs | + e4^\fermata fs8( a) | + d d d d | + + \break + d8 d fs, a | + a a a a | + a4_\fermata fs8( g) | + + \break + a8 a a a | + fs a a a | + a a a a | + + \break + a8( a) a a | + a a a a | + fs a a a | + + \break + e8. e16 e8. e16 | + e4^\fermata r | + a8 a a a | + + \break + a8 a r4 | + a8 a a a | + a a a a | + + \break + a8 a a a | + fs a a a | + d8. d16 d8. d16 | + d4^\fermata \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \time 2/4 + \key d \major + \autoBeamOff + + \partial 4 d'8 cs | + b b b b | + b a d, fs | + + \break + a a a a | + a4^\fermata d8( cs) | + b b b b | + + \break + \stemUp b \stemNeutral a d, fs | + e e e e | + e4^\fermata d8( e) | + + \break + fs8 fs fs fs | + a fs fs d | + e e e e | + + \break + fs8( e) d e | + fs fs fs fs | + a fs e d | + + \break + a'8. a16 a8. a16 | + a4^\fermata d,8 e | + fs4. fs8 | + + \break + a8 fs e d | + e4. e8 | + fs e d e | + + \break + fs8 fs fs fs | + a fs e d | + b'8. b16 b8. b16 + b4^\fermata \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key d \major + \autoBeamOff + + \partial 4 \stemUp d8 d | + \stemNeutral g g g g | + \stemUp d d d d | + + \break + a8 a d d | + a4^\fermata d8 ~ d | + \stemNeutral g g g g | + + \break + \stemUp d8 d d d | + a a a a | + a4^\fermata d8( cs) | + + \break + d8 d d d | + d d d d | + a a a a | + + \break + d8( \stemNeutral a') fs e | + \stemUp d d d d | + d d d d | + + \break + a8. a16 a8. a16 | + a4^\fermata r | + d8 d d d | + + \break + d8 d r4 | + a8 a a a | + d \stemNeutral a' fs e | + + \break + \stemUp d8 d d d | + d d d d | + b8. b16 b8. b16 + b4^\fermata \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 112 4 ) }} +} + diff --git a/22089-h/music/wereforfreedom.midi b/22089-h/music/wereforfreedom.midi Binary files differnew file mode 100644 index 0000000..866a076 --- /dev/null +++ b/22089-h/music/wereforfreedom.midi diff --git a/22089-h/music/wereforfreedom.pdf b/22089-h/music/wereforfreedom.pdf Binary files differnew file mode 100644 index 0000000..7dc4086 --- /dev/null +++ b/22089-h/music/wereforfreedom.pdf diff --git a/22089-h/music/whatmeans.ly b/22089-h/music/whatmeans.ly new file mode 100644 index 0000000..31ebf22 --- /dev/null +++ b/22089-h/music/whatmeans.ly @@ -0,0 +1,70 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "WHAT MEANS THAT SAD AND DISMAL LOOK?" + poet = "Words by Geo. Russell." + composer = "Arranged from \"Near the Lake,\" by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { +\set stanza = "1." + What means that sad and dis -- mal look, And + why those fall -- ing tears? No voice is heard, no + word is spoke, Yet nought but grief ap -- pears. +} + +trebleOne = \relative c' { + \clef treble + \time 6/8 + \key bf \major + \autoBeamOff + + \partial 8 \stemUp bf'8 | \stemNeutral f4 f8 c'4 d8 | ef4 d8 \stemUp bf16( g8.) g8 | \break + bf4 bf8 bf8.[ a16] g8 | a4. r4 a8 | \stemDown c4 bf8 \stemUp a4 bf8 | \break + a4 bf8 g4 g8 | \stemDown bf4 bf8 bf4 c8 | d4.^\fermata r4 \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \time 6/8 + \key bf \major + \autoBeamOff + + \partial 8 f8 | bf4 bf8 a4 bf8 | c4 bf8 \stemUp g16( bf8.) bf8 | + f4 f8 \stemDown d'8.[ c16] bf8 | c4. r4 c8 | ef4 d8 c4 bf8 | + c4 bf8 \stemUp g16[ bf8.] bf8 | f4 f8 \stemDown d'4 c8 bf4.^\fermata r4 \bar "|." +} + +bass = \relative c { + \clef bass + \time 6/8 + \key bf \major + \autoBeamOff + + \partial 8*1 bf8 | bf4 bf8 f'4 f8 | f4 f8 ef4 ef8 | \break + bf4 bf8 bf4 bf8 | f'4. r4 f8 | f4 f8 f4 f8 | \break + f4 f8 ef4 ef8 | bf4 bf8 f'4 f8 bf,4.^\fermata r4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4 ) }} + +} + diff --git a/22089-h/music/whatmeans.midi b/22089-h/music/whatmeans.midi Binary files differnew file mode 100644 index 0000000..ddf391a --- /dev/null +++ b/22089-h/music/whatmeans.midi diff --git a/22089-h/music/whatmeans.pdf b/22089-h/music/whatmeans.pdf Binary files differnew file mode 100644 index 0000000..951a57e --- /dev/null +++ b/22089-h/music/whatmeans.pdf diff --git a/22089-h/music/yankee.ly b/22089-h/music/yankee.ly new file mode 100644 index 0000000..e88f7e8 --- /dev/null +++ b/22089-h/music/yankee.ly @@ -0,0 +1,211 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "THE YANKEE GIRL." + poet = "Words by Whittier." + composer = "Music by G.W.C." + source = "The Liberty Minstrel." + tagline = "" +} + +verseone = \lyricmode { + She sings by her wheel at that low cot -- tage + door, Which the long eve -- ning sha -- dow is stretch -- ing be -- + fore; With a mu -- sic as sweet as the mu -- sic which + seems Breathed soft -- ly and faint in the ear of our + dreams! How bril -- liant and mirth -- ful the light of her + eye, Like a star glan -- cing out from the + blue of the sky! And light -- ly and + free -- ly her dark tres -- ses play O'er a + brow and a bo -- som as love -- ly as they! +} + +trebleOne = \relative c' { + \clef treble + \time 2/4 + \key bf \major + \autoBeamOff + + \partial 4 \stemUp bf'4 | + \stemNeutral f f8 f | + f4 a8 \stemUp bf | + \stemNeutral d[ bf] bf8. bf16 | + + \break + \stemUp bf4 bf8. bf16 | + bf8[ g] \stemNeutral g8. g16 | + c4 c8. c16 | + c4 d8 ef | + + \break + d4^\fermata c8 bf | + a4 a8. a16 | + a4 \stemUp bf8. \stemNeutral a16 | + f4 f8. f16 | + + \break + f4 c'8( bf) | + a8.[ g16] f8 \stemUp bf | + \stemNeutral bf4 bf8. bf16 | + d4 c16[ d] ef8 | + + \break + d4^\fermata c8( bf) | + a4 a8 a | + a4 a8 a | + \stemUp bf4 bf8 bf | + + \break + \stemUp bf4 bf8. bf16 | + bf4 bf8. bf16 | + bf4 \stemNeutral a8. a16 | + + \break + bf8[ d] c8. bf16 | + a4 \stemUp bf | + \stemNeutral f f8 f | + + \break + g4 c8 d | + ef8[ d] c8. bf16 | + a4 a8 a | + + \break + bf4 c8 a | + \stemUp bf4 \stemNeutral a8 a | + <g bf>4 \voiceOne << { c16[ d] } \context Voice="1" { \voiceTwo \autoBeamOff f,8 \oneVoice } >> \oneVoice \stemUp <f c' ef>8 + \stemNeutral <f bf d>4 \bar "|." +} + +trebleTwo = \relative c' { + \clef treble + \time 2/4 + \key bf \major + \autoBeamOff + + \partial 4 f8[ g16 a] | + bf4 bf8 bf | + bf4 c8 d | + \stemUp bf8[ g] \stemNeutral f8. f16 | + + \break + f4 f8. f16 | + g8[ bf] c8. bf16 | + a4 f8. f16 | + g8.[ a16] bf8 c | + + \break + \stemUp bf4^\fermata a8 bf | + \stemNeutral c4 c8. c16 | + c4 d8. c16 | + bf4 bf8. bf16 | + + \break + bf4 ef8( d) | + c8.[ bf16] a8 g | + f4 f8. f16 | + bf4 a16[ bf] c[ d] | + + \break + \stemUp bf4^\fermata a8( bf) | + \stemNeutral c4 c8 c | + c4 c8 c | + d4 d8 d | + + \break + d4 d8. d16 | + ef4 ef8. ef16 | + d4 c8. c16 | + + \break + d8[ f] ef8. d16 | + c4 f,8[ g16 a] | + bf4 bf8 bf | + + \break + \stemUp bf4 a8 bf | + \stemNeutral c4 c8 c | + c4 c8 c | + + \break + d4 ef8 c | + d4 c8 d16[ c] | + bf4 c16[ bf] a8 + \stemUp bf4 \bar "|." +} + +bass = \relative c { + \clef bass + \time 2/4 + \key bf \major + \autoBeamOff + + \partial 4 bf4 | + bf bf8 bf | + bf4 f'8 f | + ef4 bf8. bf16 | + + \break + bf4 bf8. bf16 | + ef4 c8. ef16 | + f4 f8. f16 | + f4 f8 f | + + \break + bf,4^\fermata f'8 f | + f4 f8. f16 | + f4 f8. f16 | + bf,4 bf8. bf16 | + + \break + bf4 ef8 ~ ef | + ef4 ef8 ef | + bf4 bf8. bf16 | + f'4 f8 f | + + \break + bf,4^\fermata f'8 ~ f | + f4 f8 f | + f4 f8 f | + d4 d8 d | + + \break + bf4 bf8. bf16 | + ef4 ef8. ef16 | + f4 f8. f16 | + + \break + f4 f8. f16 | + f4 bf, | + bf bf8 bf | + + \break + ef4 f8 f | + f4 f8 f | + f4 f8 f | + + \break + g4 ef8 ef | + f4 f8 f | + f4 f8 f + bf,4 \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "trebleOne" { \trebleOne } + \new Staff = "upperTwo" \new Voice = "trebleTwo" { \trebleTwo } + \new Lyrics \lyricsto "trebleTwo" { \verseone } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4 ) }} +} diff --git a/22089-h/music/yankee.midi b/22089-h/music/yankee.midi Binary files differnew file mode 100644 index 0000000..0df2ddd --- /dev/null +++ b/22089-h/music/yankee.midi diff --git a/22089-h/music/yankee.pdf b/22089-h/music/yankee.pdf Binary files differnew file mode 100644 index 0000000..84825d0 --- /dev/null +++ b/22089-h/music/yankee.pdf diff --git a/22089-h/music/yeheralds.ly b/22089-h/music/yeheralds.ly new file mode 100644 index 0000000..f23be05 --- /dev/null +++ b/22089-h/music/yeheralds.ly @@ -0,0 +1,150 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "YE HERALDS OF FREEDOM." + composer = "Music by Kingsley." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyrics { + Ye her -- alds of free -- dom, ye no -- ble and brave, + Who dare to in -- sist on the rights of the slave; + go on -- ward, go on -- ward, your cause is of God, + And he will soon sev -- er "the op" -- pres -- sor's strong rod. +} + +trebleOne = \relative c' { + \key f \major + \time 3/4 + \clef treble + \autoBeamOff + \stemUp + + \partial 4 c4 | + f f <e g> | + <f a> <bf d> <a c>8[ <f a>] | + <e g>4. <d f>8 <e g>4 | + <f a>2 \bar "|" + + \break + c4 | + f f <e g> | + <f a> <bf d> <a c>8[ <f a>] | + <e g>4 <c' e> <b d> | + <g c>2 \bar "|" + + \break + <a c>4 | + <d f>4. <c e>8 <bf d>4 | + <a c> <f a> <a c> | + <d f>4. <c e>8 <bf d>4 | + <a c>2 \bar "|" + + \break + c,4 | + f f <e g> | + <f a> <bf d> <a c>8[ <f a>] | + <e g>4. <d f>8 <e g>4 | + <c f>2 \bar "|." +} + +trebleTwo = \relative c' { + \key f \major + \time 3/4 + \clef treble + \autoBeamOff + \stemDown + + \partial 4 s4 | + f f s4 | + s2. | + s2. | + s2 \bar "|" + + \break + s4 | + s2. | + s2. | + s2. | + s2 \bar "|" + + \break + s4 | + s2. | + s2. | + s2. | + s2 \bar "|" + + \break + s4 | + f f s4 | + s2. | + s2. | + s2 \bar "|." +} + +bass = \relative c { + \key f \major + \time 3/4 + \clef bass + \autoBeamOff + \override Stem #'neutral-direction = #up + + \partial 4 f4 | + f d c | + f g f | + c4. c8 c4 | + f2 \bar "|" + + f4 | + f d c | + f g f | + g g g | + c,2 \bar "|" + + f4 | + f4. f8 f4 | + f f f | + f4. f8 f4 | + f2 \bar "|" + + f4 | + f d c | + f g f | + c4. c8 c4 | + f2 \bar "|." +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" + << + \new Voice = "trebleOne" { \trebleOne } + \new Voice = "trebleTwo" { \trebleTwo } + >> + \new Lyrics \lyricsto "trebleOne" { \words } + \new Staff = "lower" \new Voice = "bass" { \bass } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + + +%%Transcriber's Note: + +%%Fixed harmonic errors in 2nd system, treble part: +%%In bar 4: B-flat changed to B-natural +%%In bar 5: A changed to G + + diff --git a/22089-h/music/yeheralds.midi b/22089-h/music/yeheralds.midi Binary files differnew file mode 100644 index 0000000..03c88c7 --- /dev/null +++ b/22089-h/music/yeheralds.midi diff --git a/22089-h/music/yeheralds.pdf b/22089-h/music/yeheralds.pdf Binary files differnew file mode 100644 index 0000000..c6ab6bd --- /dev/null +++ b/22089-h/music/yeheralds.pdf diff --git a/22089-h/music/yesonsoffreemen.ly b/22089-h/music/yesonsoffreemen.ly new file mode 100644 index 0000000..11f8b2f --- /dev/null +++ b/22089-h/music/yesonsoffreemen.ly @@ -0,0 +1,313 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "YE SONS OF FREEMEN." + poet = "Words by Mrs. J.G. Carter." + composer = "Air, \"Marseilles Hymn.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + Ye sons of free -- men wake to sad -- ness, Hark! hark, what + my -- riads bid you rise; Three mil -- lions of our race in + mad -- ness Break out in wails, in bit -- ter cries, Break out in + wails, in bit -- ter cries; Must men whose hearts now bleed with + an -- guish, Yes, tremb -- ling slaves, in free -- dom's land En -- + dure the lash, nor raise a hand? Must + na -- ture 'neath the whip -- cord lan -- guish? Have + Pi -- ty on the slave, Take cour -- age from God's + word; Pray on, pray on, all hearts re -- + solved, These cap -- tives shall be free, + Pray on, Pray on, all hearts re -- + solved these cap -- tives shall be free. +} + +soprano = \relative c' { + \clef treble + \time 4/4 + \key a \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + \partial 8*3 e8 e e | + a4 a a gs | + a2 a8 a a a | + + \break + a4 d2 e8. d16 | + cs2 r8 cs cs d | + e4. a,8 a4 b8.[ a16] | + + \break + a4 gs r8 gs gs gs | + \stemUp b4 b b cs8.[ b16] | + b4( a) r8 \stemNeutral e' e8. e16 | + + %%% systems 4-6 + \break + e4 cs8.[ a16] e'4 cs8.[ a16] | + e2 r8 gs gs gs | + fs4 b8.[ as16] b4 d | + + \break + cs4 cs r8 a a a | + a4. a8 a4 d8[ cs8] | + %%[**NOTE: image has "e2 r4 r8 e4" which is an eighth too long!] + e2 r4 e4 | + + \break + e4. e8 e e e e | + e2 r4 gs,4 | + + %%% systems 7 - 9 + \break + a4. gs8 a a \stemUp b \stemNeutral c | + cs4 b r4 r8. e16 | + + \break + e2 ~ e8. b16 c8. a16 | + %%[**NOTE: image is one-eighth shy, presumably on the second rest] + b2 r4 r8. e16 | + e2 ~ e8. b16 c8. a16 | + + \break + b2 r4 cs | + cs2. cs4 | + e1 | + d2 cs4 a | + + %%% systems 10 - 12 + \break + gs2 r4 b | + cs2 ~ cs8. a16 \stemUp b8. \stemNeutral d16 | + cs2 r4 b | + + \break + cs2. cs4 | + a1 | + d2 cs4 a | + + \break + gs2 r4 \stemUp b | + \stemNeutral cs2 ~ cs8. a16 \stemUp b8. \stemDown d16 + cs2^\fermata r8 \bar "|." +} + +alto = \relative c' { + \clef treble + \time 4/4 + \key a \major + \autoBeamOff + \stemUp + \override Staff.TimeSignature #'style = #'() + + \partial 8*3 e8 e e | + <cs a'>4 <cs a'> <fs b> <e b'> | + e'4.( cs8) <e, a>8 <e a> <e a> <e a> | + + \break + <d fs>4 <fs d'>2 <e b'>8. <e gs>16 | + <e a>2 r8 <e a>8 <e a> <e b'> | + <e cs'>4. <e cs'>8 <e cs'>4 d'8.[ cs16] | + + \break + d8.[ cs16] <e, b'>4 r8 <e b'> <e b'> <e cs'> | + <gs d'>4 <gs d'> <gs d'> e'8.[ d16] | + d4( cs) r8^\markup { \bold "Unisons." } \stemDown e e8. e16 | + + %%% systems 4-6 + \break + e4 cs8.[ a16] e'4 cs8.[ a16] | + \stemUp e2 r8 e e e | + <fs b>4 <fs b> <fs d'> b8[ gs] | + + \break + b8.[ a16] <e a>4 r8 <e a>8 <e a> <e g> | + <d fs>4. <e a>8 <e a>4 gs8[ a] | + %%[**NOTE: image has "<gs b>2 r4 r8 <gs b>4" which is an eighth too long!] + <gs b>2 r4 <gs b>4 | + + \break + <a c>4. <a c>8 <gs b> <a c> <b d> <a c> | + \grace c4 <gs b>2 r4 <e b'> | + + %%% systems 7-9 + \break + <e c'>4. <e b'>8 <e a> <e c'> <f b> <f a> | + a8.[ gs16] <e gs>4 r4^\markup { \bold "Unisons." } r8. \stemDown e'16 | + + \break + e2 ~ e8. b16 c8. \stemUp a16 | + %%[**NOTE: image is one-eighth shy, presumably on the second rest] + <e b'>2 r4 r8. \stemDown e'16 | + e2 ~ e8. b16 c8. \stemUp a16 | + + \break + <gs b>2 r4 e | + <e a>2. <e a>4 | + <a cs>1 | + <a d>2 <a e'>4 <fs fs'> | + + %%% systems 10-12 + \break + <e b'>2 r4 <gs fs'>4 | + <a e'>2 ~ <a e'>8. <e cs'>16 <e d'>8. <e b'>16 | + <e a>2 r4 e | + + \break + <e a>2. <e a>4 | + <a cs>1 | + <fs d'>2 <a e'>4 <fs fs'> | + + \break + <e b'>2 r4 <a fs'> | + <a e'>2 ~ <a e'>8. <e cs'>16 <e d'>8. <e b'>16 + <e a>2^\fermata r8 \bar "|." +} + + +tenor = \relative c' { + \clef treble + \time 4/4 + \key a \major + \autoBeamOff + \stemDown + \override Staff.TimeSignature #'style = #'() + + s8 * 3 | s1 | e2 s2 | + + s1 | s1 | s2. e4 | + + e4 s2. | s2. e4 | e2 s2 | + + %%% systems 4-6 + s1 | e2 s8 e8 e8 e8 | s2. e4 | + + e4 s2. | s2. e4 | s1 | + + s1 | s1 | + + %%% systems 7-9 + s1 | e4 s2. | + + s1 | s1 | s1 | + + s2. e4 | s1 | s1 | s1 | + + %%% systems 10-12 + s1 | s1 | s2. e4 | + + s1 * 3 | + + s1 * 2 | s2 s8 \bar "|." +} + +bass = \relative c { + \clef bass + \time 4/4 + \key a \major + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + e8 e e | + a4 fs d e | + cs2 cs8 cs cs cs | + + \break + \stemUp d4 \stemNeutral b2 e8. e16 | + a,2 r8 a'8 a a | + a4. a8 a4 gs8.[ a16] | + + \break + e4 e r8 e e e | + e4 e e e | + a2 r8 e'8 e8. e16 | + + %%% systems 4-6 + \break + e4 cs8.[ a16] e'4 cs8.[ a16] | + e2 r8 e e e | + \stemUp d4 d8.[ cs16] \stemNeutral b4 e4 | + + \break + fs4 fs r8 cs cs cs | + \stemUp d4. \stemNeutral cs8 cs4 b8 a8 | + %%[**NOTE: image has "e2 r4 r8 e4" which is an eighth too long!] + e'2 r4 e4 | + + \break + a4. e8 e e e e | + e2 r4 e | + + %%% systems 7-9 + \break + a,4. b8 c c \stemUp d d | + \stemNeutral e4 e r4 r8. e'16 | + + \break + e2 ~ e8. b16 c8. a16 | + %%[**NOTE: image is one-eighth shy, presumably on the second rest] + e2 r4 r8. e'16 | + e2 ~ e8. b16 c8. a16 | + + \break + e2 r4 gs | + a2. a4 | + a1 | + fs2 e4 d | + + %%% systems 10-12 + \break + e2 r4 d | + e2 ~ e8. e16 e8. e16 | + a,2 r4 a'4 | + + \break + a2. a4 | + a1 | + fs2 e4 d | + + \break + e2 r4 d | + e2 ~ e8. e16 e8. e16 + <a, a'>2^\fermata r8 \bar "|." +} + +\score { +<< + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upperOne" \new Voice = "soprano" { \soprano } + \new Staff = "upperTwo" + << + \new Voice = "alto" { \alto } + \new Voice = "tenor" { \tenor } + >> + \context Lyrics = "lyrics" \lyricsto "soprano" \verseOne + \new Staff = "bass" \new Voice = "bass" { \bass } + >> + +>> + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + +} + +%%Transcriber's Notes: + +%%5th system, last measure: all parts are too long by an eighth, removed eighth rest to correct timing. + +%%8th system, 2nd measure: all parts are short by a sixteenth, added dot to eighth rest to correct timing. + +%%See also notes in the body of the code at these places. + +%%Original dissonances have been retained, as they may have been intentional. + diff --git a/22089-h/music/yesonsoffreemen.midi b/22089-h/music/yesonsoffreemen.midi Binary files differnew file mode 100644 index 0000000..8ffbb3e --- /dev/null +++ b/22089-h/music/yesonsoffreemen.midi diff --git a/22089-h/music/yesonsoffreemen.pdf b/22089-h/music/yesonsoffreemen.pdf Binary files differnew file mode 100644 index 0000000..ac74b93 --- /dev/null +++ b/22089-h/music/yesonsoffreemen.pdf diff --git a/22089-h/music/yespirits.ly b/22089-h/music/yespirits.ly new file mode 100644 index 0000000..4928d05 --- /dev/null +++ b/22089-h/music/yespirits.ly @@ -0,0 +1,99 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "YE SPIRITS OF THE FREE." + composer = "Air--\"My faith looks up to thee.\"" + source = "The Liberty Minstrel." + tagline = "" +} + +verseOne = \lyricmode { + \set stanza = "1. " Ye spir -- its of the free, Can ye for + ev -- er see Your broth -- er man A yoked and + scour -- ged slave, Chains drag -- ging to his grave, + And raise no hand to save? Say if you can. +} + +verseTwo = \lyricmode { + \set stanza = "2. " In pride and pomp to roll, Shall ty -- rants + from the soul God's im -- age tear, And call the + wreck their own,-- While from th'e -- ter -- nal throne, + They shut the sti -- fled \once \override LyricSpace #'minimum-distance = #3 groan, And bit -- ter prayer? +} + +treble = \relative c' { + \key g \major + \time 2/2 + \clef treble + \autoBeamOff + \stemUp + \override Staff.TimeSignature #'style = #'() + + g'2 <g b>4 <a d>4 | + <b d>4. <a c>8 <g b>2 | + d2 <fs a>4 <a c>4 | + + \break + <a c>4. <g b>8 <fs a>2 | + <g b>2 <fs a>4 <g e'>4 | + <fs d'>1 | + <b d>2 <g b>4 <a c>4 | + + \break + <b d>4. <c e>8 <b d>2 | + <b d>2 <g b>4 <a c>4 | + <b d>4. <c e>8 <b d>2 | + + \break + <e g>2 <d fs>4 <c e>4 | + <b d>4. <a c>8 <g b>4 << { g4 } \new Voice = "alto" { \voiceTwo g4 } >> | + <e a>2 <fs d'>2 | + << { g2. } \new Voice = "alto" { \voiceTwo g2. } >> \bar "|." +} + +bass = \relative c { + \key g \major + \time 2/2 + \clef bass + \autoBeamOff + \override Staff.TimeSignature #'style = #'() + + g'2 g4 d4 | + g4. g8 g2 | + d2 d4 d4 | + + d4. d8 d2 | + g2 a4 a,4 | + d1 | + R1 | + + R1 | + R1 | + R1 | + + g2 g4 g4 | + g4. g8 g4 b,4 | + c2 \stemUp d2 | + \stemNeutral g2. \bar "|." +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \verseOne } + \new Staff = "lower" \new Voice = "bass" { \bass } + \new Lyrics \lyricsto "treble" { \verseTwo } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) }} + } + diff --git a/22089-h/music/yespirits.midi b/22089-h/music/yespirits.midi Binary files differnew file mode 100644 index 0000000..f2917d4 --- /dev/null +++ b/22089-h/music/yespirits.midi diff --git a/22089-h/music/yespirits.pdf b/22089-h/music/yespirits.pdf Binary files differnew file mode 100644 index 0000000..027fa0a --- /dev/null +++ b/22089-h/music/yespirits.pdf diff --git a/22089-h/music/zaza.ly b/22089-h/music/zaza.ly new file mode 100644 index 0000000..931ff2d --- /dev/null +++ b/22089-h/music/zaza.ly @@ -0,0 +1,100 @@ +\version "2.10" +\include "english.ly" + +\header { + title = "ZAZA--THE FEMALE SLAVE." + poet = "Words by Miss Ball." + composer = "Music by G. W. C." + source = "The Liberty Minstrel." + tagline = "" +} + +words = \lyricmode { + \set stanza = "1." + O my coun -- try, my coun -- try! how + long I for thee, Far o -- ver the + moun -- tain, Far o -- ver the + sea. Where the sweet Jo -- li -- ba, + kiss -- es the shore, Say, shall I wan -- der by + thee nev -- er more? Where the sweet Jo -- li -- ba Kiss -- es the + shore, Say, shall I wan -- der by thee nev -- er more. +} + +treble = \relative c' { + \key f \major + \time 2/4 + \clef treble + \autoBeamOff + \stemUp + + \tag #'toFINE { <f a>4. <e g>8 | + <e g>8 f4 f8 | + <e g>8 <g bf>4\fermata <bf d>8 | + + \break + <bf d>8[ <a c>8] <a c>8. <f a>16 | + <a c>2\fermata | + <a c>4.( <f a>8) | + <g bf>8[ <a c>8] <bf d>8 <c e>8 | + + \break + <d f>4.( <a c>8) | + <a c>2 ~ | + <a c>4 <f a>8[ <a c>8] | + <g bf>8[ <e g>8] <c f>8. <c e>16 | + + \break + <a f'>2\fermata ~ | + <a f'>4 r4^\markup { \bold Fine. } } \bar "||" + \tag #'toDC { <f' a> <g bf>8 <f a>8 | + <e g>8 <d f>8 <d f>4 | + + \break + <g bf> <e g>8 <g bf>8 | + <g bf>4( <f a>4\fermata) | + <f a> <g bf>8 <f a>8 | + <e g>8 <d f>8 <d f>4 | + + \break + <e g>8[ <g bf>8] <c, e>8 <c g'>8 | + <a f'>2^\fermata \repeat volta 2 { + <f' a>4 <g bf>8 <f a>8 | + <a c>4 <f a>8 <f a>8 | + <g bf>4 <e g>8 <g bf>8 | + + \break + <g bf>4( <f a>^\fermata) | + <f a> <g bf>8 <f a> | + <e g> f f4 | + <e g>8[ <g bf>] <c, e>8. <c g'>16 | + \once \override Script #'script-priority = #-100 + <a f'>2^\fermata^\markup { \hspace #4 \bold "D.C."} } } +} + + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \treble } + \new Lyrics \lyricsto "treble" { \words } + >> + + +\layout { + indent=0 + \context { \Staff \override Rest #'style = #'classical } + \context { \Score \remove "Bar_number_engraver" } + } +} + +\score { + \new ChoirStaff \with{systemStartDelimiter = #'SystemStartBrace } + << + \new Staff = "upper" \new Voice = "treble" { \unfoldRepeats { \treble } %%% from begining, through repeats, to D.C. + \removeWithTag #'toDC \treble } %%% D. C. to FINE + >> + +\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 84 4 ) }} + +} + diff --git a/22089-h/music/zaza.midi b/22089-h/music/zaza.midi Binary files differnew file mode 100644 index 0000000..0d74d0a --- /dev/null +++ b/22089-h/music/zaza.midi diff --git a/22089-h/music/zaza.pdf b/22089-h/music/zaza.pdf Binary files differnew file mode 100644 index 0000000..63775d7 --- /dev/null +++ b/22089-h/music/zaza.pdf |
