Skip to content

Commit d675b40

Browse files
th-weahankinson
andcommitted
Improve language for unattached multi-voice lyrics
Co-authored-by: Andrew Hankinson <andrew.hankinson@gmail.com>
1 parent 1e4110c commit d675b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LyricHandler.mss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function HandleLyricItem (lyricobj, objectPositions) {
8989
RegisterWarning(
9090
lyricobj,
9191
'Unattached lyrics',
92-
'No note found in voices ' & layerNumbers & ' to attache syllable `' & lyricobj.Text & '`'
92+
'No notes were found in voices: ' & layerNumbers & ' to attach syllable `' & lyricobj.Text & '`'
9393
);
9494
return null;
9595
}

0 commit comments

Comments
 (0)