Strudelify

Kling Glöckchen klingelingeling

B. Widmann

KeyF majorTempo120 bpm
0:00/0:00
// Kling Glöckchen klingelingeling — B. Widmann
// 120 bpm, 4/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5842214; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 32 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/4)

// 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 · flute
const flute = note("<A B C D A B C D E F G H I J K F A B C D E F G H I J K F A B C L>".pickRestart({
  A: "a5@2 f5 g5", B: "a5 ~ bb5 ~ a5 ~ bb5 ~ a5@8", C: "g5@2 e5!2", D: "f5@11 ~@5", E: "e5!2 f5!2", F: "f5 e5",
  G: "g5!2 e5!2", H: "g5 f5", I: "g5!2 f5!2", J: "e5!2", K: "f5!2 e5 d5", L: "f5@15 ~",
})).s("gm_flute").gain(0.25)

stack(flute)