Strudelify

Lijepa naša domovino

Josip Runjanin

KeyA majorTempo120 bpm
0:00/0:00
// Lijepa naša domovino — Josip Runjanin
// 120 bpm, 4/4, key A major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/48404; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 16 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.

// bass · choir aahs · "Bass"
const bass = note("<A B C D A B C E F G H I A J C E>".pickRestart({
  A: "a3@2 a3@2 a3@3 e3", B: "e3 a3 a3@3 a3@2 a3", C: "e3!2 e3@2 e3@4", D: "a3!2 a3@2 a3@2 a3 ~",
  E: "e3!2 e3@2 a3@2 a3 ~", F: "e3@2 e3@2 e3@3 b2", G: "e3@2 e3 f#3 g#3@3 e3", H: "g#3!2 c#3!2 f#3@2 f#3@2",
  I: "b3@2 b2@2 e3@2 e3 ~", J: "e3 a3 a3@2 a3@2 a3 ~",
})).s("gm_synth_bass_1").gain(0.25)

stack(bass)