Back

Al wat ik ben

instrumental-long

PNG - MP3 - MIDI

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

melody =  \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=70
  \key d\major
  
    r2 r8 d8 a' g~ | g4. fis8~ fis2 |
    e4 a4 fis4 fis8[ a] | a2 g4 fis4 | e2~ e4 r4 |

}

chordNames = \chordmode {

    a2:sus4 a2 | d2:sus4 d2 |
    d2:2 d2 | e1:m | a2:sus4 a2 |
 
}

melodySax = \transpose es c \melody

songtext = \lyricmode {}

\include "../template.ly"

instrumental-short

PNG - MP3 - MIDI

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

melody =  \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=70
  \key d\major
  
    d'2. fis16 e8 d8 | a1 |
}

chordNames = \chordmode {
  d1
 
}

melodySax = \transpose es c \melody

songtext = \lyricmode {}

\include "../template.ly"

intro

PNG - MP3 - MIDI

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

melody =  \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=70
  \key d\major
  
    d'2 cis4 fis4 | b,2. r8 b16[ cis] |
    d2 cis4 fis4 |b,2. a8[ g] | e2 e2 |

}

chordNames = \chordmode {
    b2:m fis2:m/a g1:2
    b2:m fis2:m/a g1:2 a2:sus a2
 
}

melodySax = \transpose es c \melody

songtext = \lyricmode {}

\include "../template.ly"

outro

PNG - MP3 - MIDI

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

melody =  \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=70
  \key d\major
  
    d'2 cis4 fis4 | b,2. r8 b16[ cis] |
    d2 cis4 fis4 |b,2. a8[ g] | e2 a2 | d1

}

chordNames = \chordmode {
    b2:m fis2:m/a g1:2
    b2:m fis2:m/a g1:2 a2:sus a2 d1
 
}

melodySax = \transpose es c \melody

songtext = \lyricmode {}

\include "../template.ly"