Thanks, I'm happy you liked my game too!
A-ha! I figured that was the case, probably because you're doing `character.add_child(song_note)` (example code).
You could add the notes as siblings, or add as child to a static parent (like your "world" node), or simply set the note's node to `top_level`.