Strudelify

Mary Young And Fair

Misc tunes

KeyG majorTempo69 bpm
0:00/0:00
// Mary Young And Fair — Misc tunes
// 69 bpm, 6/8, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (1/8 at bar 1, 6/8 at bar 1, 1/8 at bar 9, 6/8 at bar 9, ...) are rendered on a constant 6/8 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/1899311; license: https://creativecommons.org/publicdomain/mark/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(69/3)

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

// other · violin · "Violin II"
const violin = note("<A@8 B@8 ~ C D E F G@2 C F C D E F D H D I>".pickRestart({
  A: "[~@16 g3@13 b3@11 e4@13 d4@11 g4@13 c4@11 b3@13 ~@11 g3@13 b3@11 e4@13 d4@11 e4@13 d4@11 b3@8]/8",
  B: "[~@20 g3@13 b3@11 e4@13 d4@11 g4@13 c4@11 b3@13 ~@11 g3@13 b3@11 e4@13 d4@11 e4@13 d4@11 b3@4]/8",
  C: "g4@13 d4@11", D: "e4@13 d4@11", E: "g4@13 c4@11", F: "b3@13 ~@11", G: "g3@13 b3@11", H: "e4@13 c4@11",
  I: "b3@13 b3@8 ~@3",
})).s("gm_violin").gain(0.3)

// other · cello · "Violoncello"
const cello = note("<A@7 B@8 C@2 D E F G H I J K D E F G L M N O>".pickRestart({
  A: "[~@16 e3@13 e4@11 e3@13 f#3@3 g3@5 a3@3 g3@13 a3@11 b3@13 b2@8 ~@3 e3@13 e4@11 e3@13 c4@8 b3@3 e3@5 f#3@3]/7",
  B: "[g3@5 a3@8 b3@3 e3@13 ~@15 e3@13 e4@11 e3@13 f#3@3 g3@5 a3@3 g3@13 a3@11 b3@13 b2@8 ~@3 e3@13 e4@11 e3@13 c4@8 b3@3 e3@4]/8",
  C: "[~ f#3@3 g3@5 a3@8 b3@3 e3@13 ~@15]/2", D: "e3@13 f#3@11", E: "g3@13 f#3@11", F: "g3@13 c4@11",
  G: "b3@13 b2@8 ~@3", H: "e3@13 e4@11", I: "e3@13 e3@8 f#3@3", J: "g3@13 a3@8 b3@3", K: "e3@13 ~@11",
  L: "e4@5 d#4@3 e4@5 f#4@3 e4@5 f#4@3", M: "g4@5 f#4@3 g4@5 e4@8 ~@3", N: "e3@5 f#3@3 g3@5 a3@3 b3@5 b2@3",
  O: "e3@13 e3@8 ~@3",
})).s("gm_cello").gain(0.3)

stack(violin, cello)

More by Misc tunes