Wrap Meta Box with and for each new line

Try:

<li>
    <?php echo wpautop( $lyrics_1);?>
</li>

instead of this line:

<?php echo "<li>\n"; wpautop( $lyrics_1) ; "</li>\n"; ?>

edit: thanks @Toscho for the syntax edit, I made a hasty error in my earlier revision 😉