Strudelify

Le Fossoyeur

Brassens Georges

KeyA majorTempo90 bpm
0:00/0:00
// Le Fossoyeur — Brassens Georges
// 90 bpm, 4/4, key A major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Full arrangement: all 41 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(90/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [c3,e3] is a chord.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// chords · acoustic guitar nylon · "Guitare"
const acoustic_guitar_nylon = note(`<
  A B C D E F G H A B C D E F G H A B C D E F G H A B C D E F G H A B C D E F G H A
>`.pickRestart({
  A: "[a2,e3,a3,c#4,e4]!4", B: "[a2,e3,a3,c#4,e4]!2 [a2,e3,g#3,c#4,e4]!2",
  C: "[a2,e3,a3,c#4,g4]!2 [d3,a3,d4,f#4] [e3,b3,d4,g#4]", D: "[a2,e3,a3,c#4,a4]!2 [c#3,f#3,a3,c#4,f#4]!2",
  E: "[b2,f#3,a3,d#4,f#4]!3 [e2,b2,d3,g#3,b3,e4]", F: "[a2,e3,a3,c#4,e4]!2 [a2,e3,a3,c#4,g4]!2",
  G: "[d3,a3,d4,f#4] [d3,a3,d4,e4] [g#3,c#4,f4,b4]!2", // D Dsus2 C#7
  H: "[a3,c#4,f#4,a4] [g#3,c#4,e4,g#4] [d3,a3,d4,f#4] [e2,b2,d3,g#3,b3,e4]", // F#m C#m D E7
})).s("gm_acoustic_guitar_nylon").gain(0.29)

stack(acoustic_guitar_nylon)

More by Brassens Georges