Strudelify

Divisions on an Italian Ground

Traditional

KeyF majorTempo120 bpm
0:00/0:00
// Divisions on an Italian Ground — Traditional
// 120 bpm, 3/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/6070323; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 152 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/3)

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

// other · cello · "Viola da gamba"
const cello = note(`<
  A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C
  D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B
  F G A B C D E B F G A B C D E B F G A B C D E B F G A B C D E B F G
>`.pickRestart({
  A: "d3", B: "g2", C: "c3", D: "f2", E: "bb2", F: "a2", G: "d2",
})).s("gm_cello").gain(0.3)

stack(cello)

More by Traditional