Back

Agnus dei Sela

outro

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

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  \repeat volta 2 { c'4. b8~ 2 | b4 c8 g~ 4 e f a2 g4 4. a8 g2 | c4. b8~ 4 c |
  d4. c8~ 4 b | b c2 e,4 | g1 }
  r1 \fine
}

% 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

chordNames = \chordmode {
  \repeat volta 2 {
    f4.:maj7 g8*5:/f
    g4.:/a a8*5:m7
    f4. g8*5:/b
    c2:sus4 c \break
    f4.:maj7 g8*5:/f
    d4.:m/a a4.:m e4:m/g
    f4.:maj7 a8*5:m7
    g2:sus4 g
  }
  c1
}

% 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 {
  Ah __ _ Ah __ _ _ Ah __ _ _ _ _ _ _
  Ah __ _ _ _ _ Ah __ _ _ _ _
}

\include "../template.ly"

vocalise

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

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  c'4. b8~ 2 | b4 c8 g~ 4 e f a2 g4 4. a8 g2 | c4. b8~ 4 c |
  d4. c8~ 4 b | b c2 e,4 | g1
}

% 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

chordNames = \chordmode {
  f4.:maj7 g8*5:/f
  g4.:/a a8*5:m7
  f4. g8*5:/b
  c2:sus4 c \break
  f4.:maj7 g8*5:/f
  d4.:m/a a4.:m e4:m/g
  f4.:maj7 a8*5:m7
  g2:sus4 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 {
  Ah __ _ Ah __ _ _ Ah __ _ _ _ _ _ _
  Ah __ _ _ _ _ Ah __ _ _ _ _
}

\include "../template.ly"