Strudelify

Children's Album Op.39

ÐемеÑкÐÑ ÐеÑенкÐ

KeyD majorTempo80 bpm
0:00/0:00
// Children's Album Op.39 — ÐемеÑкÐÑ ÐеÑенкÐ
// 80 bpm, 3/4, key D major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (2/4 at bar 1, 3/4 at bar 2) are rendered on a constant 3/4 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/5450727; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 33 bars on a 24-step grid, each part at one level. Source detail keeps the original performance.
setcpm(80/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 · violin
const violin = note("<~ A B@2 C A D B E F G@2 H I G J K F G@2 H I G J E I L@2 I@2 H L K>".pickRestart({
  A: "a3 ~ d4 ~ f#4 ~", B: "a3 ~ c#4 ~ e4 ~", C: "d4 ~ a3 ~ d4 ~", D: "c#4 ~ e4 ~ g3 ~", E: "f#4 ~ d4 ~@3",
  F: "a3@2 f#4", G: "d4 f#4 a4", H: "e4 c#4 g3", I: "a3 d4 f#4", J: "e4 c#4 a3", K: "f#4 d4 ~", L: "a3 c#4 e4",
})).s("gm_violin").gain(0.3)

stack(violin)