I agree.
When you look at the New Song dialog box, the date and user name combination make the user scroll within the text field which violates Apple's Human Interface Guidelines (https://developer.apple.com/design/human-interface-guidelines/macos/fields-and-labels/text-fields/).
Adjust line breaks accordingly. By default, any text extending beyond the bounds of a text field is clipped. A text field, however, can be set to wrap text to a new line at the character or word level, or to be truncated (indicated by an ellipsis) at the beginning, middle, or end.
To the extent possible, match the size of a text field to the quantity of anticipated text. The size of a text field helps people gauge the amount of information to provide.
Also, the descriptions in the "Styles/Interfaces/User" field should wrap around within the left-side box as well.