\version "2.10.0" \header { title = "In Evil Long (C.M.)" piece = "Anon." composer = "American Vocalist, 1848" } #(set-default-paper-size "letter" 'portrait) stanzaThree = \lyricmode { In e- vil long - I took - de- light, Un- awed by shame or fear; - Till a new ob- - ject struck - my sight, And stopped my wild ca- reer. - I saw one hang- ing on a tree, In ag- o- nies - and blood, - Who fixed his lan- - guid eyes - on me, As near his cross I stood. } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 3/4 \relative c' { \partial 4 e4 | b'2 g4 | a8\( fis4.\) a4 | g8\( e4.\) g4 | fis2 g8[\( a8]\) | b2 b4 | g2 fis4 | e2.\( e4\) r4 e4 | b'2 g4 | a8\( fis4.\) a4 | g8\( e4.\) g4 | fis2 g8[\( a8]\) | b2 b4 | g2 fis4 | e2.\( e4\) r4 g8[\( a]\) | b2 a8[\( gis8]\) | a2 b8[\( c8]\) | d2 c4 | b2 b4 | e2 d4 | cis4\( a4\) cis4 | b2.\( b4\) r4 e,4 b'2 g4 | a8\( fis4.\) a4 | g8\( e4.\) g4 | fis2 g8[\( a8]\) | b2 b4 | g2 fis4 | e2.\( e4\) r4 \bar "||" } } \score { << \new Voice = "three" { \tenorMusic } \new Lyrics \lyricsto "three" \stanzaThree >> \layout { indent = 0 \cm firstpagenumber = no papersize = a4 } }