mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-05-14 00:34:30 +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…
x
Reference in New Issue
Block a user