Back

Jezus Overwinnaar

intro

PNG - MP3 - MIDI

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

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=67
  \key g\major
  
  g'8 g g g a a a a | b b b b d d d d |
  g, g g g a a a a | b b b b d d d d |
  g, g g g a a a a | b8 b b b d2
}

chordNames = \chordmode {
  g1. g2:/fis e1.:m7 g2:/d c1:sus2 c:maj7
}


melodySax = \transpose es c' \melody

songtext = \lyricmode {
}

\include "../template.ly"

riedeltje

PNG - MP3 - MIDI

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

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=67
  \key g\major
  
  g'8 g g g a a a a | b b b b d d d d |
}

chordNames = \chordmode {
  g1:2
}


melodySax = \transpose es c' \melody

songtext = \lyricmode {
}

\include "../template.ly"