mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Show empty word when clicking in gaps
This commit is contained in:
parent
0f5f843ed0
commit
34745acfde
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user