The playlist macros set the music list twice, once before the
story screen and again in prestart, but the order of tracks is different.
This means that the track order at the titlescreen and in the lobby is now the same
as the track order in a scenario using the default playlist, which previously was not the case.
Similarly, the track order in the editor is now the same as the track order
in a scenario using the full playlist.
Whether that actually matters? I have no idea. I doubt it.
In any case, as of this commit, there are no schema validation errors
at the title screen, when entering the MP Create screen, or in the map editor.
...fixing fr / bug #15669
The playlist is taken from a new [titlescreen_music] tag, which has
been set to default_playlist + main menu song
Note that music will always restart with the main_menu theme when
going back into the titlescreen e.g. from the editor, it'd be
difficult otherwise to make it always start with main_menu.ogg on
startup.
...by moving them to a separate subdirectory, renamed
editor2_tool_hint tag (dropped the "2"), added background music
playlist tag for the editor (FR / bug #11407)