Back

Ik kom in Uw heiligdom binnen

intro

PNG - MP3 - MIDI

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

melody = \relative c'' {
  \numericTimeSignature
  \time 6/8
  \tempo 4=45
  \key e\minor
  c8 c8. c16 c( b) a8( c) |
  b8 b b16( a) g8. e16 e b' |
  a4.  fis8 g8. e16 e2.
}

chordNames = \chordmode {
  a2.:m b4.:7 e:m a:m b:7 e2.:m
}

songtext = \lyricmode {}

melodySax = \transpose es c \melody

\include "../template.ly"