\version "2.10.0" \header { title = "One Hundred And Nineteenth Psalm. C.M." piece = "Isaac Watts 1719 (metrical Psalm 119:92)" composer = "Smith, (American Vocalist, 1848)" } #(set-default-paper-size "letter" 'landscape) stanzaOne = \lyricmode { Had not thy word been my de- light When earth- ly joys were fled, My soul op- pressed with sor- rows' weight Had sunk a- mongst the dead. Had sunk a- mongst the dead. My soul op- pressed with sor- rows' weight Had sunk a- mongst - - the dead. } stanzaTwo = \lyricmode { Had not thy word been my de- light When earth- ly joys were fled, My soul op- pressed with sor- rows' weight Had sunk - a- mongst the dead. Had sunk a- mongst the dead. My soul op- pressed with sor- rows' weight Had sunk - a- mongst the dead. } stanzaThree = \lyricmode { Had not thy word been my de- light When earth- ly joys were fled, My soul op- pressed with sor- rows' weight Had sunk a- mongst the dead. Had sunk a- mongst the dead. My soul op- pressed with sor- rows' weight Had sunk a- mongst the dead. Had sunk - a- mongst the dead. } stanzaFour = \lyricmode { Had not thy word been my de- light When earth- ly joys were fled, My soul op- pressed with sor- rows' weight Had sunk a- mongst the dead. Had sunk a- mongst the dead. My soul op- pressed with sor- rows' weight Had sunk a- mongst the dead. Had sunk a- mongst - the dead. } sopranoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 4/4 \relative c'' { b2 b4 b4 | g4 g4 a4 g4 | b2. b4 | c4 b8[\( c8]\) d4 e4 | d2. r4 | r1 | r2 r4 g,8[\( a8]\) | b4 b4 b4 d4 | b4 b4 b4 b8.[\( a16]\) | g2. g4 | a4 a4 b4 d4 | e2. d4 | b4 b4 b2 | r2 r4 b4 | d4 d4 d8[\( c8]\) b8[\( a8]\) | g4 g8[\( a]\) b4 b4 | b2. b8[\( c8]\) | d4.\( c8 b4\) b4 | b1\( | b1\) } } altoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 4/4 \relative f' { e2 e4 e4 | e4 e4 fis4 fis4 | g2. g4 | g4 e4 fis4 g4| fis2. r4 | r1 | r1 | r2 r4 fis4 | g4 g4 g4 fis4 | e4 e4 e4 g4 | % lower system fis2\( g4\) g8[\( fis8]\) | e4 e4 e4 fis4 | d2. d4 | d4 d4 d2 | r2 r4 fis4 | d4 d4 e4 e4 | e4 e4 g4 g4 fis2\( e4\) e4 | b4 e8[\( fis8]\) g4.\( fis8 | e1\) } } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 4/4 \relative f' { b2 g4 e4 | b'4 b4 d4 d4 | d2. b4 | e4 b4 a4 e8[\( g8]\) | b2. \bar "|:" r4 | r2 r4 b4 | e4 e4 g4 fis8[\( e8]\) | d4 d4 d4 b4 | e2. d4 | b4 b4 b4 b8[\( c8]\) | % lower system d2. b4 | a4 a4 a2 | r2 r4 g8[\( a8]\) | b4 b4 b4 d4 | a4 a4 a4 g8[\( a8]\) | b2. g4 | e4 e4 e4 g4 | a2\( g8[ fis8]\) e4 | b'4 b4 b2\( | b1\) \bar ":|" } } bassMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef bass \key g \major \autoBeamOff \time 4/4 \relative c { e2 e4 e4 | e4 g4 d4 d4 | 2. g8[\( fis8]\) | e4 g4 fis4 e4 | b2. b4 | e4 e4 g4 g4 | e4 e4 e4 e8.[\( fis16]\) | g2. b4 | e,4 e4 e4 b4 | e2. e4 | d4 d4 g2 | r2 r4 fis4 | g4 g8.[\( a16]\) b4 b4 | g4 g4 g4 d4 | d2. e8[\( fis8]\) | g4 g4 e4 e4 | b'2. g4 | d2\( e4\) e4 | e1\( | e1\) } } \score { << \new Voice = "one" { \sopranoMusic } \new Lyrics \lyricsto "one" \stanzaOne \new Voice = "two" { \altoMusic } \new Lyrics \lyricsto "two" \stanzaTwo << >> \new Voice = "three" { \tenorMusic } \new Lyrics \lyricsto "three" \stanzaThree \new Voice = "four" { \bassMusic } \new Lyrics \lyricsto "four" \stanzaFour >> \layout { indent = 0 \cm firstpagenumber = no papersize = a4 } }