Back

Testify to love

tegenstem

PNG - MP3 - MIDI

sax-only PNG
horn PNG
sax PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=94
  \key g\major
  
  d'4 e fis a | a e a, e' | fis8 e16 fis8 r8. fis8 e16 fis8 r8 a16~ | a g g r g8 g g fis16 e4 r16 |
  d4 e fis a | a e a, e' | fis8 e16 fis8 r8. fis8 e16 fis8 r8 a16~ | a g g r g8 g g fis16 e4 r16 |
  
}

chordNames = \chordmode {
  g1 | d | e2.:m e4:m/d | c2 d | g1
  | d | e2.:m d4 | c2 d
}

melodySax = \transpose es c' \melody

songtext = \lyricmode {
  For4 as long as | I shall live I'll |
  tes8 -- ti16 -- fy8 8. tes8 -- ti16 -- fy8 8 all16 __ |
  16 of16 my16 16 life8 I'll8 tes8 -- ti16 -- fy4 16 |
  e4 -- very breath I | take give thanks and |
  tes8 -- ti16 -- fy8 8. tes8 -- ti16 -- fy8 8 all16 __ |
  16 of16 my16 16 life8 I'll8 tes8 -- ti16 -- fy4 16
  
}

\include "../template.ly"

tegenstem-A

PNG - MP3 - MIDI

sax PNG
sax-only PNG
horn PNG
source code
\version "2.22.2"

melody = \transpose g a \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=94
  \key g\major
  
  d'4 e fis a | a e a, e' | fis8 e16 fis8 r8. fis8 e16 fis8 r8 a16~ | a g g r g8 g g fis16 e4 r16 |
  d4 e fis a | a e a, e' | fis8 e16 fis8 r8. fis8 e16 fis8 r8 a16~ | a g g r g8 g g fis16 e4 r16 |
  
}

chordNames = \transpose g a \chordmode {
  g1 | d | e2.:m e4:m/d | c2 d | g1
  | d | e2.:m d4 | c2 d
}

melodySax = \transpose es c' \melody

songtext = \lyricmode {
  For4 as long as | I shall live I'll |
  tes8 -- ti16 -- fy8 8. tes8 -- ti16 -- fy8 8 all16 __ |
  16 of16 my16 16 life8 I'll8 tes8 -- ti16 -- fy4 16 |
  e4 -- very breath I | take give thanks and |
  tes8 -- ti16 -- fy8 8. tes8 -- ti16 -- fy8 8 all16 __ |
  16 of16 my16 16 life8 I'll8 tes8 -- ti16 -- fy4 16
  
}

\include "../template.ly"