Strudelify

Menuet

J. S. Bach

KeyG majorTempo120 bpm
0:00/0:00
// Menuet — J. S. Bach
// 120 bpm, 3/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/3020156; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 64 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 · "Violoncello"
const cello = note(`<
  A B C B D E F G H I C J K L M N A B C B D E F G H I C J K L M N E O P Q D R S T U V W X Y Z AA AB E O P Q D R S T U V
  W X Y Z AA AB
>`.pickRestart({
  A: "d4@11 a3@5", B: "b3", C: "c4", D: "a3", E: "g3", F: "d4@5 b3@5 ~ g3@5", G: "d4@5 d3@3 c4@3 b3@2 a3@3",
  H: "b3@11 a3@5", I: "g3@5 b3@5 ~ g3@5", J: "b3@5 c4@3 b3@3 a3@2 g3@3", K: "a3@11 f#3@5", L: "g3@11 b3@5",
  M: "c4@5 d4@5 ~ d3@5", N: "g3@11 g2@5", O: "f#3", P: "e3@5 g3@5 ~ e3@5", Q: "a3@11 a2@5", R: "b3@5 d4@5 ~ d4@5",
  S: "d4@5 f#3@5 ~ a3@5", T: "d4@5 d3@5 ~ c4@5", U: "b3@5 d4@5 ~ b3@5", V: "c4@5 e3@5 ~ c4@5", W: "b3@5 a3@5 ~ g3@5",
  X: "d4@11 ~@5", Y: "d3@11 f#3@5", Z: "e3@5 g3@5 ~ f#3@5", AA: "g3@5 b2@5 ~ d3@5", AB: "g3@5 d3@5 ~ g2@5",
})).s("gm_cello").gain(0.3)

stack(cello)

More by J. S. Bach