mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +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;
|
word += note->fLyrics[stanza-1].fText;
|
||||||
if (!(note->fLyrics[stanza-1].fKind & VLSyllable::kHasNext))
|
if (!(note->fLyrics[stanza-1].fKind & VLSyllable::kHasNext))
|
||||||
return word;
|
return word;
|
||||||
}
|
} else
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
now += note->fDuration;
|
now += note->fDuration;
|
||||||
++note;
|
++note;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user