\version "2.22.2"
melody = \transpose b g \relative c'' {
\numericTimeSignature
\time 4/4
\tempo 4=105
\key b\major
\repeat volta 2 {
r8 b ais b r b ais b |
r b ais b dis b ais b |
r b ais b r b ais b |
r b ais b cis dis cis b |
}
}
chordNames = \chordmode {
\repeat volta 2 { e1:m c g d:/fis }
}
melodySax = \transpose es c \melody
songtext = \lyricmode {}
\include "../template.ly"
\version "2.22.2"
melody = \relative {
\numericTimeSignature
\time 4/4
\tempo 4=105
\key g\major
\repeat volta 2 {
r8 g' d' g, r g d' g, |
r g d' g, b c b4 |
r8 g d' g, r g d' g, |
\alternative {
\volta 1 { r g d' g, b c b a }
\volta 2 { r g d' fis, fis g a b }
}
}
}
chordNames = \chordmode {
\repeat volta 2 {
e1:m7 c:2 g
\alternative {
\volta 1 { b:m7 }
\volta 2 { b:m7 }
}
}
}
melodySax = \transpose es c \melody
songtext = \lyricmode {}
\include "../template.ly"