Back

Hosanna

instrumental

PNG - MP3 - MIDI

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

%https://musescore.com/user/2791451/scores/6803576

melody = \transpose c a \relative c {
  \numericTimeSignature
  \time 4/4
  \tempo 4=80
  \key g\major
  d'8 d d d d b( a b) |
  d d d d d b( a b) |
  c c c c c( b a g) |
  fis4 fis g a |
  d8 d d16( e d8) d b( a b) |
  d d d16( e d8) d b( a b) |
  c c c c c( b a g) |
  fis1
}

songtext = \lyricmode {
  "-est"
}

chordNames = \transpose c a \chordmode {
  e1:m7 g a:m b:m e:m7 g a:m b:m
}

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

\include "../template.ly"

intro

PNG - MP3 - MIDI

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

%https://musescore.com/user/2791451/scores/6803576

melody = \transpose c a \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=80
  \key g\major
  \bar ".|:"
  e8( g) b2 e,16 g b8 |
  b,8( d) fis2 d16 e fis8 |
  c8( e) g2 c4 |
  d,8( fis) a2 e'4
  \bar ":|."
}

songtext = \lyricmode {}

chordNames = \transpose c a \chordmode {
  e1:m g:maj7 a:m7 b:m7
}

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

\include "../template.ly"