Strudelify

en el pais de la libertad

León Gieco

KeyG majorTempo80 bpm
0:00/0:00
// en el pais de la libertad — León Gieco
// 80 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: duplicate parts dropped: ch 5 "Bajo eléctrico [Tablatura]" electric bass finger (copy of ch 3 "Bajo eléctrico" electric bass pick)
// note: Transcription provider: pdmx. https://musescore.com/score/5944088; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 7 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
// note: Guitar parts that double another keep only their own notes (fills, solos): Guitarra clásica [Tablatura].
setcpm(80/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest.

// other · harmonica · "Melódica"
const harmonica = note("<~@2 [g5@3 e5] [d5@12 e5 d5 c5 b4] [c5@2 g4@13 g4] [d5@5 b4 d5 b4 d5 g4 g4@6] ~>")
  .s("gm_harmonica").gain(0.3)

// bass · electric bass pick · "Bajo eléctrico"
const bass = note(`<
  [g1@2 g2 d2 g1@2 g2 d2]!2
  [c2@2 c3 g2 c2@2 c3 g2]
  [g1@2 g2 d2 g1@2 g2 d2]
  [c2@2 c3 g2 c2@2 c3 g2]
  [g1@2 g2 d2 c2@2 c3 g2]
  [g1@2 g2 d2 g1@2 g2 d2]
>`).s("gm_electric_bass_pick").gain(0.3)

stack(harmonica, bass)