|
@@ -230,7 +230,8 @@ export default defineComponent({
|
|
|
if (preTimes.length) {
|
|
|
for (let index = preTimes.length-1; index >= 0; index--) {
|
|
|
const item = preTimes[index]
|
|
|
- const note = getNoteByMeasuresSlursStart(item)
|
|
|
+ // const note = getNoteByMeasuresSlursStart(item)
|
|
|
+ const note = item
|
|
|
if (note.formatLyricsEntries.contains('Play') || note.formatLyricsEntries.contains('Play...')) {
|
|
|
preLyricsContent = 'Play'
|
|
|
break
|