//odd time signature

const time_signature = "no"; //means odd

odd = false; //means no oddity

if (time_signature == "no") {

⠀⠀odd = true

⠀⠀if (odd == true) {

⠀⠀⠀⠀//paste something to here lmao

⠀⠀}

else {

⠀⠀⠀//bruh

⠀}

}

Create an account or to write a comment.

  • Republished

    change 01: added the end of the track, cuz previous one was too ugly.