\header { title = "Magnify You" composer = "Anonymous" tagline = "" } \version "2.8.7" \paper { #(set-paper-size "letter") % papersize = "a4" % betweensystempadding = #1 % raggedbottom = ##f % raggedlastbottom = ##f } #(set-global-staff-size 17) global = { \key ees \major \override Staff.TimeSignature #'style = #'() \time 4/4 } sopVerse = \relative c'' { g2 f4 bes | g1 | aes4 bes c f, | f1 | g2 f4 bes | g2. bes4 | aes8 (g) f16 (ees) ees8~ (ees16 f g8 f\fermata ) ees | ees2. \bar "||" \break } sopChorus = \relative c' { ees8^\markup \smallCaps "Chorus" ees | c'8 c ~ c2 c8 c | c8 bes~ bes g bes2 | r8 bes8 bes bes bes4. g8 | bes8 (aes ~ aes) g aes4\fermata ees8 ees | c'8 c~ c4 c8 c~ c4 | c8 bes ~ bes g bes2 | r4 aes8 bes c4 ees | d1 \bar "||" } wordsVerseOne = \lyricmode { \set stanza = "1. " With my whole heart I will praise Your name, With my whole heart I'll mag -- ni -- fy You Lord. } wordsVerseOneAlto = \lyricmode { \override LyricText #'font-size = #0 _ _ \markup { \simple #"[" \italic Alto: } with my whole heart_] } wordsVerseTwo = \lyricmode { \set stanza = "2. " I lift my head; praise Your ho -- ly name. I lift my head, and mag -- ni -- fy You Lord. } wordsVerseTwoAlto = \lyricmode { \override LyricText #'font-size = #0 _ _ \markup { \simple #"[" \italic Alto: } I lift my head_] } wordsChorus = \lyricmode { For Your good -- ness and Your mer -- cy to me, I lift my voice in praise to You. And with ev' -- ry sing -- le breath that I take, I will praise Your name. } altoVerse = \relative c' { ees2 d4 g | ees4 ees d ees | f4 g aes ees | ees4 (d8 c d2) | ees2 d4 g | ees2 (c4) g' | f8 (ees) c16 (bes) bes8 ~ (bes16 c ees8 d) bes8 | bes2. } altoChorus = \relative c' { bes8 bes | aes'8 aes~ aes2 aes8 aes | aes8 g~ g ees g2 | r8 g g g g4. ees8 | g8 (f~ f) ees f4 bes,8 bes | aes'8 aes~ aes4 aes8 aes~ aes4 | aes8 g~ g ees g2 | r4 f8 g aes4 aes | f1 | } tenorVerse = \relative c' { bes2 bes4 d | bes1 | c4 d ees bes | bes1 | bes2 bes4 d | bes2. des4 | c8 (bes) aes16 (g) g8 ~ (g16 aes bes8 aes) g8 | g2. } tenorChorus = \relative c' { bes8 bes | ees8 ees ~ ees2 ees8 ees | ees8 ees ~ ees bes ees2 | r8 d8 d d d4. bes8 | bes4 ~ bes8 bes bes4 bes8 bes | ees8 ees ~ ees4 ees8 ees ~ ees4 | ees8 ees ~ ees bes ees2 | r4 c8 c c4 c | bes1 | } bassVerse = \relative c { ees2 bes4 bes | ees1 | aes4 g f bes, | bes1 | ees2 bes4 bes | ees2 (e4) e | aes,4 aes16 (bes) bes8 ~ bes4 ~ bes8\fermata ees8 | ees2. } bassChorus = \relative c { ees8 ees | aes8 aes ~ aes2 aes8 aes | ees8 ees~ ees ees ees2 | r8 bes8 bes bes bes4. bes8 | bes4 ~ bes8 bes bes4\fermata ees8 ees | aes8 aes~ aes4 aes8 aes ~aes4 | ees8 ees~ ees ees ees2 | r4 aes8 g f4 f | bes,1 | } \score { { \context ChoirStaff << \context Staff = women << \set Staff.instrument = "Women" \context Voice = sopranos { \voiceOne \global \sopVerse \sopChorus } \context Voice = altos { \voiceTwo \global \altoVerse \altoChorus } >> % \context Lyrics = sopranoLyrics { s1 } \new Lyrics \lyricsto sopranos { \wordsVerseOne \wordsChorus } \new Lyrics \lyricsto altos \wordsVerseOneAlto \new Lyrics \lyricsto sopranos \wordsVerseTwo \new Lyrics \lyricsto altos \wordsVerseTwoAlto \context Staff = men << \set Staff.instrument = "Men" \clef bass \context Voice = tenors { \voiceOne \global \tenorVerse \tenorChorus } \context Voice = basses { \voiceTwo \global \bassVerse \bassChorus } >> % staff men % \context Lyrics = % sopranoLyrics { { \lyricsto sopranos \wordsVerseOne } % { \lyricsto sopranos \wordsVerseTwo } } >> % choir staff } \layout { \context { \Score \override SpacingSpanner #'shortest-duration-space = #4.0 } % indent = #0 } \midi { \tempo 4=88 } } % score \markup { Order: \column { "Verse 1, Chorus, Verse 1 again" "Verse 2, Chorus, Verse 2 again" "Finally, repeat last phrase of verse 2 twice" } }