\version "2.11.34" \header { % title = "28t. Aylesbury. S.M." title = "Aylesbury" source = "The Sacred Harp (1991 Denson edition)" poet = "Isaac Watts, 1719." composer = "A Book of Psalmody, 1718." tagline = \markup { \fill-line { \with-url #"http://creativecommons.org/licenses/by/2.5/ca/" "License: Creative Commons Attribution 2.5" "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) %major %sacredHarpHeads = \set shapeNoteStyles = ##(fa #f la fa #f la mi) %minor sacredHarpHeads = \set shapeNoteStyles = ##(la mi fa #f la fa #f) \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } numverses = 3 pause = { \tempo 4=120 r2 \tempo 4=150 } global = { \key a \minor \time 4/4 \sacredHarpHeads \set autoBeaming = ##f \tempo 4=150 } soprano = \relative g' { \global a2 c4 b | a2 g | a1 | c2 e4 d | c2 b | c1 | r2 e | d4 c b2 | c b4 a | g1 | b2 c4 b | a2 g | a1 \bar "|." } alto = \relative g' { \global e2 c4 d | e2 e | e1 | g2 e4 fis | g2 g | g1 | r2 g | g4 fis g2 | a d,4 e | e1 | e2 e4 fis | e2 e | e1 \bar "|." } tenor = \relative g' { \global a2 e'4 d | c2 b | a1 | e'2 g4 fis | e2 d | e1 | r2 c | b4 a e'2 | c d4 c | b1 | b2 e4 d | c2 b | a1 \bar "|." } bass = \relative f { \global a2 a4 g | a2 e | a,1 | e'2 c'4 b | c2 g | c,1 ~ | c2 c | g'4 a e2 | a g4 a | e1 | e2 c4 d | e2 e | a,1 \bar "|." } sopwords = \lyricsto "sopvox" \context Lyrics = a { The God we wor -- ship now Will guide us till we die Will be our God while here be -- low, And ours a -- bove the sky. } altwords = \lyricsto "altvox" \context Lyrics = b { How de -- cent and how wise! How glo -- r'ous to be -- hold. Be -- yond the pomp that charms the eye And rites a -- dorned with gold. } tnrwords = \lyricsto "tnrvox" \context Lyrics = c { Far as Thy name is known The world de -- clares Thy praise; Thy saints, O Lord, be -- fore Thy throne Their songs of hon -- or raise. } \score { \new ChoirStaff << \new Staff << \clef treble \new Voice = "sopvox" \soprano \new Lyrics = "a" {} >> \new Staff << \clef treble \new Voice = "altvox" \alto \new Lyrics = "b" {} >> \new Staff << \clef treble \new Voice = "tnrvox" \tenor \new Lyrics = "c" {} >> \new Staff << \clef bass \new Voice = "bssvox" \bass \new Lyrics = "d" {} >> \sopwords \altwords \tnrwords >> \layout { \context { \Score \remove "Bar_number_engraver" \override PaperColumn #'keep-inside-line = ##t \override MetronomeMark #'transparent = ##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 \numverses { \unfoldRepeats { \soprano } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold \numverses { \unfoldRepeats { \soprano } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold \numverses { \unfoldRepeats { \soprano } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold \numverses { \unfoldRepeats { \alto } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold \numverses { \unfoldRepeats { \alto } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold \numverses { \unfoldRepeats { \alto } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold \numverses { \unfoldRepeats { \tenor } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g \repeat unfold \numverses { \unfoldRepeats { \tenor } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \repeat unfold \numverses { \unfoldRepeats { \bass } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold \numverses { \unfoldRepeats { \bass } \pause } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold \numverses { \unfoldRepeats { \bass } \pause } } % \new Staff { \set Staff.midiInstrument = #"acoustic grand" % \global \clef treble \repeat unfold \numverses { \unfoldRepeats { \soprano } \pause } } % \new Staff { \set Staff.midiInstrument = #"acoustic grand" % \global \clef treble \repeat unfold \numverses { \unfoldRepeats { \alto } \pause } } % \new Staff { \set Staff.midiInstrument = #"acoustic grand" % \global \clef treble \repeat unfold \numverses { \unfoldRepeats { \tenor } \pause } } % \new Staff { \set Staff.midiInstrument = #"acoustic grand" % \global \clef bass \repeat unfold \numverses { \unfoldRepeats { \bass } \pause } } >> \midi { } }