Back

Dancing on the waves

intro

PNG - MP3 - MIDI

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

melody = \transpose e d \relative c' {
%melody =  \relative c' {
  \numericTimeSignature
  \time 6/8
  \tempo 4=97
  \key e\major
  \repeat volta 2 { gis8 b e a, b e | gis, b e fis, b e }

}

chordNames = \transpose e d \chordmode {
%chordNames = \chordmode {
  \repeat volta 2 { e4. e:sus | e e:sus2 }
}

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

songtext = \lyricmode {}

\include "../template.ly"