Back

Mijn hulp is van U Heer

intro

PNG - MP3 - MIDI

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

melody =  \transpose g f \relative c' {
%melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=86
  \key g\major
  <<
    \new Voice { \voiceOne b'2. d4 | a1 | b2. g4 | e1 }
    \new Voice { \voiceTwo <d a'>1 | <d g> | <d g> | <g, d'> }
  >>
}

%leftHand = \relative c' {
leftHand = \transpose g f \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=86
  \key g\major
  \clef bass
  
  g,4 g g g | fis fis fis fis | e e e e | c' c c c
}

chordNames = \transpose g f \chordmode {
%chordNames = \chordmode {
  g1:2 | g:/fis | e:m7 | c:2
}

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

songtext = \lyricmode {}

\include "../template.ly"

outro

PNG - MP3 - MIDI

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

melody =  \transpose g f \relative c' {
%melody =  \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=86
  \key g\major
  c'4. b8~ b2 | a4. b8~ b2 | c4. b8~ b2
  <<
    {
      \voiceTwo
      r4 r8
      \override NoteHead.font-size = -4
      d,8 d g a a\laissezVibrer
    }
    \new Voice {
      \voiceOne
      a1
    }
  >>

}

chordNames = \transpose g f \chordmode {
%chordNames = \chordmode {
  g1 | g:/a | c:2 | d:sus4
}

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

songtext = \lyricmode {Heer!1 1  1 4. Mijn8 hulp8 is8 van8 U,8}

\include "../template.ly"

tussenspel

PNG - MP3 - MIDI

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

melody =  \transpose g f \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=86
  \key g\major
  c'8 c c b~ b b4 a8~ | a a4 b8~ b2 | c8 c c b~ b b4 g8~ g1
}

chordNames = \transpose g f \chordmode {
  g1 | g:/fis | e:m7 | c:2
}

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

songtext = \lyricmode {}

\include "../template.ly"

tussenspel-2

PNG - MP3 - MIDI

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

melody =  \transpose g f \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=86
  \key g\major
  c'8 c c b~ b b4 a8~ | a a4 b8~ b2 | c8 c c b~ b b4 g8 |
  a4. b8~ b2 | c8 c c b~ b b4 a8~ a a4 b8 ~ b g4 a8~ | a a a g~ g g4 fis8~ |
  fis fis4 g8~ g a~ a4
}

chordNames = \transpose g f \chordmode {
  g1 | g:/fis | e:m7 | g:/d | g2:sus/c g:/c | g1:/b | d:sus4 | d2 d:sus4
}

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

songtext = \lyricmode {}

\include "../template.ly"