Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnoteentry.cpp198 if (n->tieBack()) in addPitch()
199 undoRemoveElement(n->tieBack()); in addPitch()
210 undoRemoveElement(tn->tieBack()); in addPitch()
504 if (n->tieBack()) in repitchNote()
505 undoRemoveElement(n->tieBack()); in repitchNote()
516 undoRemoveElement(tn->tieBack()); in repitchNote()
H A Dnote.cpp1223 if (tieBack() && !tab->showBackTied()) { in draw()
2032 if (tieBack() && !tab->showBackTied()) { in layout()
3097 if (tieBack()) in accessibleExtraInfo()
3388 while (note->tieBack()) { in firstTiedNote()
3391 note = note->tieBack()->startNote(); in firstTiedNote()
3441 if (tieBack() && tieBack()->startNote()) { in disconnectTiedNotes()
3442 tieBack()->startNote()->remove(tieBack()); in disconnectTiedNotes()
3455 if (tieBack()) { in connectTiedNotes()
3456 tieBack()->setEndNote(this); in connectTiedNotes()
3457 if (tieBack()->startNote()) in connectTiedNotes()
[all …]
H A Drange.cpp98 if (!n->tieBack() || !n->tieBack()->generated()) { in combineTuplet()
174 if (!n->tieBack() || !n->tieBack()->generated()) { in append()
H A Dexcerpt.cpp645 if (on->tieBack()) { in cloneStaves()
646 … Tie* tie = tieMap.findNew(on->tieBack()); in cloneStaves()
979 if (on->tieBack()) { in cloneStaff()
980 Tie* tie = tieMap.findNew(on->tieBack()); in cloneStaff()
1188 if (on->tieBack()) { in cloneStaff2()
1189 Tie* tie = tieMap.findNew(on->tieBack()); in cloneStaff2()
H A Dchord.cpp1763 if (note->tieBack() && note->tpc() == note->tieBack()->startNote()->tpc()) { in cmdUpdateNotes()
1928 tie = note->tieBack(); in layoutPitched()
2183 tie = note->tieBack(); in layoutTablature()
2555 if (note->tieBack()) in layoutArpeggio2()
2567 if (note->tieBack()) in layoutArpeggio2()
2598 t = note->tieBack(); in layoutSpanners()
3060 if (n1->tieBack()) { in noteIsBefore()
3061 if (n2->tieBack()) { in noteIsBefore()
3062 const Note* sn1 = n1->tieBack()->startNote(); in noteIsBefore()
3063 const Note* sn2 = n2->tieBack()->startNote(); in noteIsBefore()
[all …]
H A DsplitMeasure.cpp83 Tie* tie = note->tieBack(); in splitMeasure()
H A Drendermidi.cpp350 bool tieBack = note->tieBack(); in collectNote() local
361 if (tieBack && nels == 1 && !isGlissandoFor(note)) in collectNote()
1483 if (note->tieBack()) in articulationExcursion()
1990 while (n->tieBack() && n != n->tieBack()->startNote()) { in shouldRenderNote()
1991 n = n->tieBack()->startNote(); in shouldRenderNote()
2230 if (n->tieBack()) { in createPlayEvents()
H A Dedit.cpp1095 Note* tieBack[numNotes]; in regroupNotesAndRests() local
1100 std::vector<Note *> tieBack(numNotes); in regroupNotesAndRests() local
1106 if (n->tieBack()) in regroupNotesAndRests()
1107 tieBack[i] = n->tieBack()->startNote(); in regroupNotesAndRests()
1109 tieBack[i] = 0; in regroupNotesAndRests()
1200 if (tieBack[i]) { in regroupNotesAndRests()
1202 tie->setStartNote(tieBack[i]); in regroupNotesAndRests()
1208 tieBack[i]->setTieFor(tie); in regroupNotesAndRests()
3622 if (on->tieBack()) { in cloneVoice()
3623 Tie* tie = tieMap.findNew(on->tieBack()); in cloneVoice()
[all …]
H A Dnote.h419 Ms::Tie* tieBack() const { return _tieBack; } in tieBack() function
H A Dmeasure.cpp374 if (note1->tieBack() && note1->accidental() == 0) in findAccidental()
388 if (note1->tieBack() && note1->accidental() == 0) in findAccidental()
435 if (note->tieBack() && note->accidental() == 0) in findAccidental()
444 if (note->tieBack() && note->accidental() == 0) in findAccidental()
3125 if (on->tieBack()) { in cloneMeasure()
3126 Tie* tie = tieMap->findNew(on->tieBack()); in cloneMeasure()
H A Dcmd.cpp1790 if (n->tieBack()) { in changeAccidental2()
1792 score->undoRemoveElement(n->tieBack()); in changeAccidental2()
1869 if (ln->tieBack()) in changeAccidental()
2228 deleteItem(n->tieBack()); in processMidiInput()
2980 if (n->tieBack()) { in cmdImplode()
2981 tied = n->tieBack()->startNote()->chord(); in cmdImplode()
H A Dundo.cpp812 if (note->tieBack()) in removeNote()
813 score->undo(new RemoveElement(note->tieBack())); in removeNote()
H A Dstaff.cpp919 if (note->tieBack()) in addChord()
H A Dslur.cpp967 if (n1->tieFor() && n1->tieFor() == n3->tieBack()) in chordsHaveTie()
H A Dread206.cpp2083 Tie* tie = note->tieBack(); in fixTies()
H A Dscore.cpp4708 Tie* tie = note->tieBack(); in changeVoice()
H A Dlayout.cpp3511 t = note->tieBack(); in layoutTies()
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Delements.h458 Q_PROPERTY(Ms::PluginAPI::Tie* tieBack READ tieBack) in Q_PROPERTY()
513 …Ms::PluginAPI::Tie* tieBack() const { return note()->tieBack() != nullptr ? tieWrap(note()->tie… in tieBack() function
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dnotetweakerdialog.cpp127 if (note->tieBack()) in addChord()
H A Dpianolevels.cpp601 if (note->tieBack()) in addChord()
H A Dpianoview.cpp1644 if (note->tieBack()) in addChord()
/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_tie.cpp53 return isTied(seg, strack, voice, &Note::tieBack); in isTiedBack()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Ddrumview.cpp292 if (n->tieBack()) in setStaff()
/dports/audio/musescore/MuseScore-3.6.1/mscore/debugger/
H A Ddebugger.cpp1134 connect(nb.tieBack, SIGNAL(clicked()), SLOT(tieBackClicked())); in ShowNoteWidget()
1166 nb.tieBack->setEnabled(note->tieBack()); in setElement()
1240 emit elementChanged(((Note*)element())->tieBack()); in tieBackClicked()
/dports/audio/musescore/MuseScore-3.6.1/importexport/musicxml/
H A Dexportxml.cpp3328 if (note->tieBack()) in chord()
3374 const Tie* tieBack = note->tieBack(); in chord() local
3375 if (tieBack) { in chord()