Back

Psalm 98 (Sela)

instrumental

PNG - MP3 - MIDI

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



melody = \relative c' {
  \numericTimeSignature
  \time 6/8
  \tempo 4.=62
  \key g\major
  %\set Timing.beamExceptions = #'()
  %\set Timing.beatStructure = #'(1 1 1 1)
  
  \repeat volta 2 {
    b'16 d8 d b16 e8 d b | a16 b8 b a16 c8 b a
    g16 a8 a g16 b8 a g | 
    \alternative {
    \volta 1 { e2. }
    \volta 2 { 
      a4. r4
      \override NoteHead.font-size = -4
      d,8
    }
    }
  }
}

chordNames = \chordmode {
  \repeat volta 2 { 
    e2.:m | e:m | c | 
    \alternative {
      \volta 1 { a }
      \volta 2 { a }
    }
  }
}

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

songtext = \lyricmode { 2. 2. 2. 2. 4. 4 << "1. Hij"8 \new Lyrics { "2. De"8 } >> }

\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 6/8
  \tempo 4.=62
  \key g\major
  %\set Timing.beamExceptions = #'()
  %\set Timing.beatStructure = #'(1 1 1 1)
  \override NoteHead.font-size = -4
  b'4 a8~ 8 g a | a2.
  \override NoteHead.font-size = 0
  \repeat volta 2 {
    b16 d8 d b16 e8 d b | a16 b8 b a16 c8 b a
  }
  e4. r4.
}

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

chordNames = \chordmode {
  a2.:sus a e:m e: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
songtext = \lyricmode {ko4 -- ning4 die8 ver8 -- schijnt2.}

\include "../template.ly"