this can be subdivided into 4/4
//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
⠀}
}
3 Comments
Create an account or Login to write a comment.