\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=98
\key g\major
\partial 8 d'16 b |
d b a g d'( e d) b~ b4 c16 b d b |
d b a g a( b a) g~ g4 r4
}
chordNames = \chordmode {
\set noChordSymbol = ""
\partial 8 r8 | e1:m | c2 g2
}
melodySax = \transpose es c \melody
songtext = \lyricmode {}
\include "../template.ly"