Strudelify

Nearer my God to Thee

PauloGlock

KeyG majorTempo75 bpm
0:00/0:00
// Nearer my God to Thee — PauloGlock
// 75 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/4998225; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 40 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(75/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 · violin
const violin = note("<~@4 A B C D E F E G A B C D A H I J A B C D E F E G A B C D E F E G A B C D>".pickRestart({
  A: "d4@2 c4 b3", B: "e4@3 c4 c4@4", C: "b3 d4", D: "b3", E: "b3@2 c4 b3", F: "b3@3 g3 b3@4", G: "b3@3 g3 d4@4",
  H: "c4@3 c4 c4@4", I: "b3@2 b3 d4", J: "d4",
})).s("gm_violin").gain(0.3)

stack(violin)

More by PauloGlock