Back

Psalm 122

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 d\minor
  \time 4/4
  \tempo 4=120
}

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  a''2~ 8 f g a | g8. f16 e2. | f2~ 8 d e f | e4. d8 cis2 \break
  a'2~ 8 f g a | g8. f16 e2. | f16 e d e f e d e f8 a, b cis | d2. r4 |
}

% 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 {
  d1:m c bes a2:sus4 a:7 |
  d1:m c bes2 a d1:m
}

% 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-Dism

PNG - MP3 - MIDI

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

% global data required for every staff
global = {
  \numericTimeSignature
  \key d\minor
  \time 4/4
  \tempo 4=120
}

% The main melody (and right hand for piano players)
melody = \transpose d dis \relative c' {
  \global
  a''2~ 8 f g a | g8. f16 e2. | f2~ 8 d e f | e4. d8 cis2 \break
  a'2~ 8 f g a | g8. f16 e2. | f16 e d e f e d e f8 a, b cis | d2. r4 |
}

% 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> a| <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 = \transpose d dis \chordmode {
  d1:m c bes a2:sus4 a:7 |
  d1:m c bes2 a d1:m
}

% 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-Ebm

PNG - MP3 - MIDI

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

% global data required for every staff
global = {
  \numericTimeSignature
  \key d\minor
  \time 4/4
  \tempo 4=120
}

% The main melody (and right hand for piano players)
melody = \transpose d es \relative c' {
  \global
  a''2~ 8 f g a | g8. f16 e2. | f2~ 8 d e f | e4. d8 cis2 \break
  a'2~ 8 f g a | g8. f16 e2. | f16 e d e f e d e f8 a, b cis | d2. r4 |
}

% 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 = \transpose d es \chordmode {
  d1:m c bes a2:sus4 a:7 |
  d1:m c bes2 a d1:m
}

% 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"

tussenspel

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 d\major
  \time 4/4
  \tempo 4=80
}

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  d'4 cis8 b a2~  | 8 d cis b a2 | a4 g8 fis e4 fis | e1
}

% 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
}
% Esus4 | E7  | Asus4 | A7 |
chordNames = \chordmode {
  b2:m fis:m g d
  e:sus4 e:7 a:sus4 a:7
}

% 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"

tussenspel2

PNG - MP3 - MIDI

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

% global data required for every staff
global = {
  \numericTimeSignature
  \key d\minor
  \time 4/4
  \tempo 4=120
}

% The main melody (and right hand for piano players)
melody = \relative c'' {
  \global
  r4 g8\staccato bes\staccato c( e) g4 | f4 e d c
}

% 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 {
  c1*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
% lyricsToMelody = ##t
songtext = \lyricmode { 2 4 Om4 vriend'4 en4 broe4 -- d'ren4}

\include "../template.ly"