Back

Onze schuilplaats is God

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=82
  \key f\major
  c'8. f, g8~ g2~ | g1 |
  c8. f, d8~ d2~ | d1 |
}

chordNames = \chordmode {
  f1 s1 bes s1
}

melodySax = \transpose es c' \melody


songtext = \lyricmode {}

\include "../template.ly"