Back

Hoe groot is uw trouw o Heer

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

% The main melody (and right hand for piano players)
melody = \relative c'' {
  \global
  a'8 a a16 g~ 8 f e | d4 c16 d e4 c8 | a' a a g f e | d2. \break
  a'8 a a16 g~ 8 f e | d4 c16 d e8 g c | c4 c8 c4 d8 | d4. r4.
}

chordNames = \chordmode {
  f4. c:/e g a:m7 f c g2.:sus
  f4. c:/e g a:m7 bes:sus2 f:/a g2.
}

% 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

\include "../template.ly"

intro

PNG - MP3 - MIDI
guitar PNG
sax PNG
sax-only PNG
horn PNG
source code
\version "2.24.1"

% global data required for every staff
global = {
  \numericTimeSignature
  \key c\major
  \time 3/4
  \tempo 4=90
  \set Timing.beamExceptions = #'()
  \set Timing.baseMoment = #(ly:make-moment 3/8)
  \set Timing.beatStructure = #'(1 1)
}

% The main melody (and right hand for piano players)
melody = \relative c'' {
  \global
  e8 e e e d16 d8.~ | d4.~ d |
  f8. f f e~ 2.
}

guitarClef = "treble"

chordNames = \chordmode {
  c2. c:sus2 c:sus4 c
}

% 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

\include "../template.ly"
\include "../guitar.ly"