Back

Hij is Heer

intro

PNG - MP3 - MIDI

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

% The main melody (and right hand for piano players)
melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=157
  \key g\major
  
  r4 r8 g'( b d4) e8~ | 8 g4 a8~ 4 g8( d8~ | 2) r8 b8( c d~ | d4.) c8~ c4 b4
  d4.\glissando g,8 ~4 d'4~ | 8\glissando g,4. e' d8~ 1 | r4 f8( e d) b( a g~ | 1)
}

% Optionally add a left hand for piano players
% Remove the notes from the leftHand to remove the staff entirely
leftHand = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=157
  \key g\major
  \clef bass

}

chordNames = \chordmode {
  g1 c d c
  g c d c
  g:2

}

% Uncomment to for example change to which octave the different instruments are tranposed
% For example, use `\transpose es c` to lower by one octave.
melodySax = \transpose es c \melody
melodyHorn = \transpose f c \melody

% Optional lyrics to indicate when to start singing
songtext = \lyricmode {}

\include "../template.ly"

outro

PNG - MP3 - MIDI

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

% The main melody (and right hand for piano players)
melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=157
  \key g\major
  
  r4 r8 g'( b d4) e8~ | 8 g4 a8~ 4 g8( d8~ | 2) r8 b8( c d~ | d4.) c8~ c4 b4
  d4.\glissando g,8 ~4 d'4~ | 8\glissando g,4. e' d8~ 1 | r4 f8( e d) b( a g~ | 1)
}

% Optionally add a left hand for piano players
% Remove the notes from the leftHand to remove the staff entirely
leftHand = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=157
  \key g\major
  \clef bass

}

chordNames = \chordmode {
  g1 c d c
  g c d c
  g

}

% Uncomment to for example change to which octave the different instruments are tranposed
% For example, use `\transpose es c` to lower by one octave.
melodySax = \transpose es c \melody
melodyHorn = \transpose f c \melody

% Optional lyrics to indicate when to start singing
songtext = \lyricmode {
  aa2 -aam
}

\include "../template.ly"