Strudelify
KeyF majorTempo120 bpm
0:00/0:00
// Minuet — Jean-Baptiste Lully
// 120 bpm, 3/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (1/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/5098036; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 42 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 · [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.

// other · piano
const piano = note("<~ A ~ B C D E F G H A ~ B C D E F G H I@3 J A K L I@3 J A K L ~ I@3 J A K L ~>".pickRestart({
  A: "[d3,f3]@5 ~@11", B: "~@11 a2@5", C: "d3@3 db3@2 d3@3 e3@3 f3@2 g3@3", D: "a3@5 a3@5 ~ f3@5",
  E: "g3@5 g3@5 ~ e3@5", F: "d3@5 e3@5 ~ f3@5", G: "g3", H: "f3@5 a3@5 ~ d3@5", I: "f2@3 f3@2 f2@3 f3@3 f2@2 f3@3",
  J: "e3@11 ~@5", K: "a2@3 ab2@2 a2@3 b2@3 db3@2 a2@3", L: "d3@5 d2@5 ~@6",
})).s("gm_piano").gain(0.3)

stack(piano)

More by Jean-Baptiste Lully