/// <summary> /// Initializes a new instance of the <see cref="Score"/> class. /// </summary> public Score() { Album = string.Empty; Artist = string.Empty; Title = string.Empty; Tempo = 0; MasterBars = new MasterBar[0]; Tracks = new Track[0]; }