\version "2.22.2"
melody = \transpose g f \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=86
\key g\major
c'8 c c b~ b b4 a8~ | a a4 b8~ b2 | c8 c c b~ b b4 g8~ g1
}
chordNames = \transpose g f \chordmode {
g1 | g:/fis | e:m7 | c:2
}
%melodySax = \transpose es c' \melody
%melodyHorn = \transpose f c' \melody
songtext = \lyricmode {}
\include "../template.ly"
\version "2.22.2"
melody = \transpose g f \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=86
\key g\major
c'8 c c b~ b b4 a8~ | a a4 b8~ b2 | c8 c c b~ b b4 g8 |
a4. b8~ b2 | c8 c c b~ b b4 a8~ a a4 b8 ~ b g4 a8~ | a a a g~ g g4 fis8~ |
fis fis4 g8~ g a~ a4
}
chordNames = \transpose g f \chordmode {
g1 | g:/fis | e:m7 | g:/d | g2:sus/c g:/c | g1:/b | d:sus4 | d2 d:sus4
}
%melodySax = \transpose es c' \melody
%melodyHorn = \transpose f c' \melody
songtext = \lyricmode {}
\include "../template.ly"