\version "2.11.63" \header { title = "112. I Know Who Holds Tomorrow" poet = "Ira Stanphill" composer = "Ira Stanphill" arranger = "" translator = "" 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/" } } source = "Melodies of Praise, Apostolic Church of God 7th Day" } #(set-global-staff-size 14) #(set-default-paper-size "letter" 'portrait) \paper { pagenumber = no linewidth = 120\mm indent = 0\mm } global = { \key bes \major \time 4/4 \set Staff.printPartCombineTexts = ##f } sopranointro = \relative g' { } soprano = \relative g' { \partial 2 bes,4 c | d1 ~ | d4 cis d g | f d2.~ | d2 c4 bes | g'1 ~ | g4 bes a g | f1 ~ | f2 bes4 bes | bes1 ~ | bes4 bes a g | bes f2. ~ | f2 ees4 d | g1 ~ | g4 d c bes | c1 ~ | c2 bes4 c | d1 ~ | d4 cis d g | f d2. ~ | d2 c4 c | g'1 ~ | g4 bes a g | f1 ~ | f2 bes4 bes | bes1 ~ | bes4 bes a g | f d2. ~ | d2 bes4 c | d1 ~ | d4 ees d c | bes1 ~ | bes2 bes'4 bes | bes1 ~ | bes4 a c bes | g f2. ~ | f2 bes4 bes | g1 ~ | g4 d' c bes | c1 ~ | c2 bes4 c | d1 ~ | d4 d c bes | bes g2. ~ | g2 bes4 c | d1 ~ | d4 f, a c | bes1 ~ | bes2 \bar "|." } sopranoamen = \relative g' { } altointro = \relative g' { } alto = \relative g' { } altoamen = \relative g' { } tenorintro = \relative f { } tenor = \relative f { } tenoramen = \relative f { } bassintro = \relative f { } bass = \relative f { bes,4 bes | bes1 ~ | bes4 bes bes bes | bes bes2. ~ | bes2 d4 d | ees1 ~ | ees4 ees ees ees | bes1 ~ | bes2 bes4 d | ees1 ~ | ees4 ees ees ees | bes bes2. ( | g'2 ) g,4 g | c1 ~ | c4 c c c | f,1 ~ | f2 g4 a | bes1 ~ | bes4 bes bes bes | bes bes2. ~ | bes2 d4 d | ees1 ~ | ees4 ees ees ees | bes1 ~ | bes2 bes4 d | ees1 ~ | ees4 ees ees ees | bes bes2. ~ | bes2 bes4 bes | bes1 ~ | bes4 f f f | bes1 ~ | bes2 bes4 bes | ees1 ~ | ees4 ees ees ees | bes bes2. ~ | bes2 bes4 bes | c1 ~ | c4 c c c | f1 ~ | f2 bes,4 bes | bes1 ~ | bes4 bes bes bes | ees4 ees2. ~ | ees2 ees4 ees | bes1 ~ | bes4 f' f f | bes,1 ~ | bes2 } bassamen = \relative f { } \score { << \new Staff { \global \tempo 4=280 \unfoldRepeats { \transpose c c { \sopranointro \tempo 4=120 s2 \tempo 4=280 \repeat unfold 1 { \soprano \tempo 4=120 s2 \tempo 4=280 } \sopranoamen \tempo 4=120 s2} } } \new Staff { \global \tempo 4=280 \unfoldRepeats { \transpose c c { \altointro \tempo 4=120 s2 \tempo 4=280 \repeat unfold 1 { \alto \tempo 4=120 s2 \tempo 4=280 } \altoamen \tempo 4=120 s2} } } \new Staff { \global \tempo 4=280 \unfoldRepeats { \transpose c c { \tenorintro \tempo 4=120 s2 \tempo 4=280 \repeat unfold 1 { \tenor \tempo 4=120 s2 \tempo 4=280 } \tenoramen \tempo 4=120 s2} } } \new Staff { \global \tempo 4=280 \unfoldRepeats { \transpose c c { \bassintro \tempo 4=120 s2 \tempo 4=280 \repeat unfold 1 { \bass \tempo 4=120 s2 \tempo 4=280 } \bassamen \tempo 4=120 s2} } } >> \midi { \context { \Staff midiInstrument = #"acoustic grand" } } }