for (let idx: number = 0, len: number = this.Syllables.length; idx < len; ++idx) {
            const lyricsEntry: LyricsEntry = this.Syllables[idx];
            if (lyricsEntry.Parent === voiceEntry) {
                return lyricsEntry;
            }