diff --git a/Sources/VLModel.cpp b/Sources/VLModel.cpp index 9762516..6895d74 100644 --- a/Sources/VLModel.cpp +++ b/Sources/VLModel.cpp @@ -1353,7 +1353,8 @@ std::string VLSong::GetWord(size_t stanza, size_t measure, VLFraction at) word += note->fLyrics[stanza-1].fText; if (!(note->fLyrics[stanza-1].fKind & VLSyllable::kHasNext)) return word; - } + } else + return ""; } now += note->fDuration; ++note;