Back

Laat het huis gevuld zijn

instrumental

PNG - MP3 - MIDI

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

% global data required for every staff
global = {
  \numericTimeSignature
  \key g\major
  \time 4/4
  \tempo 4=62

}

% The main melody (and right hand for piano players)
melody = \relative c''' {
  \global
  g2~ 4 g16 a fis g | e4. fis16 d~ d8 e16 b8. d16 a~ |
  4~ 16 b g a~ 2 | \grace { fis16 e } d1
}

chordNames = \chordmode {
  c1:/e c:/e d:sus4 d
}

% 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
%lyricsToMelody = ##t
songtext = \lyricmode {}

\include "../template.ly"

intro

PNG - MP3 - MIDI

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

% global data required for every staff
global = {
  \numericTimeSignature
  \key g\major
  \time 4/4
  \tempo 4=62

}

% The main melody (and right hand for piano players)
melody = \relative c'' {
  \global
  r4 d4~\mf d4. c16 d | c1 | r2 r4 r8 g' | e2~ 4. d16 e | d1
  r2 r8 \grace f e8 \tuplet 3/2 { d8 d r }
  c2 r4 r8 c~ 4 g4~ 2 | r2 r4 r8 b,16 c d8 c16 d e8 d16 e fis8
  e16 fis g8 a16 b g8 e\p r4 d2~\< | 2\mf r2
  
  
}

chordNames = \chordmode {
  g1 g:sus4 f c:2 \break
  g f:/a c:/e g \break
  g g g 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
%lyricsToMelody = ##t
songtext = \lyricmode {}

\include "../template.ly"