Back

In het licht

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 es\major
  \time 6/8
  \tempo 4.=50
}

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  \repeat volta 2 {
    \repeat unfold 4 { <bes' g'>4. <g d'> }
  }
}

% Optionally add a right hand (defaults to the melody)
%rightHand = \relative c' {
%  \global
%  <<
%    \new Voice { \voiceOne \melody }
%    \new Voice { \voiceTwo
%      <c e>2 <b d> | <c f> <b d> | <c e> <b d> | <c f> <e gis>8 e e d |
%      <e a>2 <e g> | <c f> <c e> | <a c> a | <a c f>1
%    }
%  >>
%}

% Optionally add a left hand for piano players
% Remove the notes from the leftHand to remove the staff entirely
leftHand = \relative c' {
  \global
  \clef bass
}

chExceptionMusic = {
  <c es g d'>1-\markup { "m" \super 2 }
}

% Convert music to list and prepend to existing exceptions.
chExceptions = #(append
  (sequential-music-to-chord-exceptions chExceptionMusic #t)
  ignatzekExceptions)

chordNames = \chordmode {
  \set chordNameExceptions = #chExceptions
  \repeat volta 2 {
    \repeat unfold 4 { c4.:m7 <c es g 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
songtext = \lyricmode {
}

\include "../template.ly"

tussenspel_1

PNG - MP3 - MIDI

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

% global data required for every staff
global = {
  \numericTimeSignature
  \key es\major
  \time 6/8
  \tempo 4.=50
}

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  \repeat volta 2 {
    <bes' bes'>4._\markup{\column{\italic{\line{1e x: alleen onderste stem}\line{2e x: in octaven}}}} <bes bes'>8 <as as'> <g g'> |
    <bes bes'>4. <bes bes'>8 <as as'> <g g'> |
    <as as'>8. <g g'> <es es'>4. |
    <as as'>8. <g g'> <g g'>8 <es es'>8 <f f'> |
    <bes bes'>4. <bes bes'>8 <as as'> <g g'> |
    <bes bes'>4. <bes bes'>8 <as as'> <g g'> |
    \alternative {
      { as4. g f r }
      { <as as'>8. <g g'>~ 8 <es es'> <c c'> }
    }
  }
  <bes bes'>2. r4. r8 \tweak font-size -4 g' \tweak font-size -4 as
}

% Optionally add a right hand (defaults to the melody)
%rightHand = \relative c' {
%  \global
%  <<
%    \new Voice { \voiceOne \melody }
%    \new Voice { \voiceTwo
%      <c e>2 <b d> | <c f> <b d> | <c e> <b d> | <c f> <e gis>8 e e d |
%      <e a>2 <e g> | <c f> <c e> | <a c> a | <a c f>1
%    }
%  >>
%}

% Optionally add a left hand for piano players
% Remove the notes from the leftHand to remove the staff entirely
leftHand = \relative c' {
  \global
  \clef bass
}

chordNames = \chordmode {
  \repeat volta 2 {
    as2. | f:m | c:m | c:m/bes | as | es:/g
    \alternative {
      { f4.:m es | des2. }
      { f4.:m es }
    }
  }
  des2. des
}

% 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 {
  2. 2. 2. 2. 2. 2. 2. 2. 2. 2. 2 in8 het
}

\include "../template.ly"

tussenspel_2

PNG - MP3 - MIDI

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

% global data required for every staff
global = {
  \numericTimeSignature
  \key es\major
  \time 6/8
  \tempo 4.=50
}

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  %\repeat volta 2 {
    \repeat unfold 4 { <bes' g'>4. <g d'> }
  %}
}

% Optionally add a right hand (defaults to the melody)
%rightHand = \relative c' {
%  \global
%  <<
%    \new Voice { \voiceOne \melody }
%    \new Voice { \voiceTwo
%      <c e>2 <b d> | <c f> <b d> | <c e> <b d> | <c f> <e gis>8 e e d |
%      <e a>2 <e g> | <c f> <c e> | <a c> a | <a c f>1
%    }
%  >>
%}

% Optionally add a left hand for piano players
% Remove the notes from the leftHand to remove the staff entirely
leftHand = \relative c' {
  \global
  \clef bass
}

chExceptionMusic = {
  <c es g d'>1-\markup { "m" \super 2 }
}

% Convert music to list and prepend to existing exceptions.
chExceptions = #(append
  (sequential-music-to-chord-exceptions chExceptionMusic #t)
  ignatzekExceptions)

chordNames = \chordmode {
  \set chordNameExceptions = #chExceptions
  %\repeat volta 2 {
    \repeat unfold 4 { c4.:m7 <c es g 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
songtext = \lyricmode {
}

\include "../template.ly"