\version "2.11.32" \header { title = "45t. Amazing Grace." source = "The B.F. White Sacred Harp (2000 Cooper edition)" poet = "" composer = "" arranger = "Alto, W.M. Cooper." tagline = \markup { \fill-line { "Copyright 2007, Reactor Core Hymn Repository" \with-url #"http://hymns.reactor-core.org/" "http://hymns.reactor-core.org/" } } } #(set-global-staff-size 16) #(set-default-paper-size "letter" 'landscape) \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key aes \major \time 3/4 \set Staff.printPartCombineTexts = ##f } soprano = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 aes4 | c2 c4 | ees2 ees4 | c2 c4 | bes2 bes4 | c2 aes8 [c] | ees2 des8 [c] | bes2 bes4 | aes2 aes4 | c2 ees4 | c2 c8 [bes] | aes2 aes4 | ees2 aes4 | c2 bes4 | c2 r4 } alto = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 ees4 | ees2 aes8 [f] | aes2 g4 | f2 f4 | ees2 ees4 | f2 aes8 [f] | aes2 f4 | ees2 ees4 | aes2 aes8 [g] | ees2 f8 [ees] | ees2 f8 [ees] | ees2 ees4 | aes2 aes8 [f] | f2 ees4 | ees2 r4 } tenor = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 ees4 | aes2 c8 [aes] | c2 bes4 | aes2 f4 | ees2 ees4 | aes2 c8 [aes] | c2 bes8 [c] | ees2 bes8 [c] | ees2 c8 [bes] | aes2 f8 [ees] | aes2 f8 [ees] | ees2 ees4 | aes2 c8 [aes] | c2 bes4 | aes2 r4 } bass = \relative f { \sacredHarpHeads \set autoBeaming = ##f r2 aes,4 | aes2 ees'4 | c2 ees4 | aes,2 c4 | ees2 ees4 | aes,2 ees'8 [f] | aes2 f4 | ees2 ees4 | aes2 f4 | ees2 c4 | ees2 c8 [bes] | aes2 aes4 | aes2 c8 [ees] | f2 ees4 | aes2 r4 } sopwords = << \lyricsto "sopvox" \context Lyrics = a { \set stanza = "1. " A -- maz -- ing grace! how sweet the sound, That sav'd a wretch like me! I once was lost, but now am found, Was blind, but now I see. } >> altwords = << \lyricsto "altvox" \context Lyrics = b { \set stanza = "2. " 'Twas grace that taught my heart to fear, And grace my fears re -- lieved; How pre -- cious did that grace a -- ppear, The hour I first be -- lieved. } >> tnrwords = << \lyricsto "tnrvox" \context Lyrics = c { \set stanza = "3. " Thro' ma -- ny dan -- gers, toils and snares, I have al -- read -- y come; 'Tis grace has bro't me safe thus far, And grace will lead me home. } >> bsswords = << \lyricsto "bssvox" \context Lyrics = d { \set stanza = "4. " The Lord has prom -- ised good to me, His word my hope se -- cures; He will my shield and por -- tion be, As long as life en -- dures. } >> \score { \new ChoirStaff << \new Staff << \global \clef treble \new Voice = "sopvox" \soprano \new Lyrics \sopwords >> \new Staff << \global \clef treble \new Voice = "altvox" \alto \new Lyrics \lyricsto "altvox" \altwords >> \new Staff << \global \clef treble \new Voice = "tnrvox" \tenor \new Lyrics \lyricsto "tnrvox" \tnrwords >> \new Staff << \global \clef bass \new Voice = "bssvox" \bass \new Lyrics \lyricsto "bssvox" \bsswords >> >> \layout { \context { \Score \remove "Bar_number_engraver" \override PaperColumn #'keep-inside-line = ##t } \context { \ChoirStaff \accepts "Lyrics" } \context { \Lyrics \override LyricSpace #'minimum-distance = #1.2 \override LyricText #'self-alignment-X = #LEFT \consists "Bar_engraver" \consists "Separating_line_group_engraver" \override BarLine #'transparent = ##t } } } \score { << \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 4 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 4 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 4 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 4 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 4 \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g \repeat unfold 4 \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \repeat unfold 4 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 4 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 4 \unfoldRepeats { \bass } } >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 113 4) } } }