Back

Wat hou ik van uw huis

intro

PNG - MP3 - MIDI

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

melody = \transpose g f \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=68
  \key g\major

  r16 a' b fis'~ fis a, b fis'~ 2
  r16 g, a d~ d g, a d~ 2
  r16 a b fis'~ fis a, b fis'~ 2
  r16 g, a d~ d g, a d~ 2
}

chordNames = \transpose g f \chordmode {
  g1 c g c
}

%melodySax = \transpose es c' \melody
%melodyHorn = \transpose f c' \melody

songtext = \lyricmode { 1 1 1 2 8. Wat16 hou16 ik van uw}

\include "../template.ly"

tussenspel

PNG - MP3 - MIDI

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

melody = \transpose g e \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=68
  \key g\major

  a'2 d4. g,16 fis e4 fis~ fis4. e16 fis g4 a~ a8. bes16 bes a f d | g2 f8 f16 f a8 a16 bes |
  \time 2/4
  bes4 c
  \time 4/4
  d2. r16 a a b |
  b8. g16 g8 d16 e~ e4. r16 d16 |
  d g g fis fis8 g16 e~ e4. d16 c | d1
}

chordNames = \transpose g e \chordmode {
  d1:sus a4:m7 b2.:m7 c4:m7 d2.:m7 es2: f:/es
  \time 2/4
  bes4:/d c:/e
  \time 4/4
  d1:/fis |
  g4 g:/b c2 |
  g:/b a:m7 |
  d:sus
}

%melodySax = \transpose es c' \melody
%melodyHorn = \transpose f c' \melody

songtext = \lyricmode {}

\include "../template.ly"