Back

You are good

bridge

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

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  e8. e g8~ g16 g8. a4 | r1
  e8. e d8~ d16 d8. cis4 | r4 r8 c c r b4 |
}

% 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 {
  e4.:5 g:5 a4*5:5
  e4.:5 d:5 cis4:5
  r4. c4.:5 b4:5
}

% 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 dis c' \melody
%melodyHorn = \transpose f c' \melody

% Optional lyrics to indicate when to start singing
%lyricsToMelody = ##t
songtext = \lyricmode {}

\include "../template.ly"

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 e\minor
  \time 4/4
  \tempo 4=126
  \set Timing.beamExceptions = #'()
  \set Timing.baseMoment = #(ly:make-moment 1/4)
  \set Timing.beatStructure = #'(1 1 1 1)
}

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  e4 r4 r2 | r2 r4 d8 e | fis8. d8. b8~ 8 r8 r4 | r1
  e4 r4 r2 | r4 d8 e fis8. a g8~ | g4 r4 r2 | r1 |
}

% 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 {
  e1:m7 fis:m7/e e:m7 d:/e
  e1:m7 fis:m7/e e:m7 e:m7
}

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

instrumental-2

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

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  \repeat volta  2 { r16 b'16 cis8 d16 d cis8 d cis16 b8
  b16 cis8 d8 cis8 d16 d16 cis16 b16~ 16
  r8. r4 |
  r16 b16 cis8 d8 cis8 d16 d16 cis16 b8
  b16 cis8 d8 cis8 d e e r g4 }
  e4 r4 r2
}

% 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 {
  e4.:5 g:5 a4*5:5
  e4.:5 d:5 cis4:5
  r4. c4.:5 b4:5
  } e1
}

% 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 dis c \melody
%melodyHorn = \transpose f c' \melody

% Optional lyrics to indicate when to start singing
%lyricsToMelody = ##t
songtext = \lyricmode {
   1 1 1 1 Lord4 you are good...
}

\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 e\major
  \time 4/4
  \tempo 4=126
  \set Timing.beamExceptions = #'()
  \set Timing.baseMoment = #(ly:make-moment 1/4)
  \set Timing.beatStructure = #'(1 1 1 1)
}

% The main melody (and right hand for piano players)
melody = \relative c' {
  \global
  \repeat volta 2 { r1 | r1 | r1 | r1 }
  \repeat volta 2 {  gis'1 | fis | fis | e }
}

% 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 { e1 | b:/e | d | a }
  \repeat volta  2 { e1 | b:/e | d | a }
}

% 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 dis c' \melody
%melodyHorn = \transpose f c' \melody

% Optional lyrics to indicate when to start singing
%lyricsToMelody = ##t
songtext = \lyricmode {}

\include "../template.ly"