Back

Majesty

intro

PNG - MP3 - MIDI

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

melody = \transpose d a \relative c {
  \numericTimeSignature
  \time 4/4
  \tempo 4=77
  \key d\major
  \repeat percent 3 { \repeat volta 2 { d'8 a' fis4 cis8 d cis a | g4 a b cis }}
  %\repeat percent 2 { d8 a' fis4 cis8 d cis a | g4 a b cis }
}

songtext = \lyricmode {}

chordNames = \transpose d a \chordmode {
  \repeat volta 2 { d1 g:/d }
  a e:m d:/fis e:m
}


melodySax = \transpose es c \melody

\include "../template.ly"