Home
last modified time | relevance | path

Searched refs:dstCR (Results 1 – 1 of 1) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dscore.cpp4632 ChordRest* dstCR = toChordRest(s->element(dstTrack)); in changeVoice() local
4640 …if (dstCR && dstCR->type() == ElementType::CHORD && dstCR->globalTicks() == chord->globalTicks()) { in changeVoice()
4643 dstChord = toChord(dstCR); in changeVoice()
4646 …else if (dstCR && dstCR->type() == ElementType::REST && dstCR->globalTicks() == chord->globalTicks… in changeVoice()
4654 dstChord->setTuplet(dstCR->tuplet()); in changeVoice()
4656 undoRemoveElement(dstCR); in changeVoice()
4690 if (voice && !dstCR) in changeVoice()
4705 if (dstChord != dstCR) in changeVoice()