{#if lyrics && originalLyrics}
{#if debugMode}

LyricIndex: {currentLyricIndex} PositionIndex: {currentPositionIndex} AnimationIndex:{currentAnimationIndex} NextUpdate: {nextUpdate} Progress: {progress.toFixed(2)} lastAdjustProgress: {lastAdjustProgress}

{/if} {#each lyrics as lyric, i}

{#if debugMode} {i} {/if} {lyric}

{/each}
{/if}