The way I got that to work is I have a root scene that never changes and I added the music player to that scene. Every time I add a or change scene (Level1 in your case), I instance the scene and add it to the root, removing the old scene.
This way my root scene can have the music player, and the music won't stop when you change level scenes since the root scene will always exist.