Home
last modified time | relevance | path

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

12

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnoteentry.cpp205 if (notes.size() == 1 && notes.front()->tieFor()) { in addPitch()
206 Note* tn = notes.front()->tieFor()->endNote(); in addPitch()
217 if (tn->tieFor()) in addPitch()
218 tn = tn->tieFor()->endNote(); in addPitch()
511 if (notes.size() == 1 && notes.front()->tieFor()) { in repitchNote()
512 Note* tn = notes.front()->tieFor()->endNote(); in repitchNote()
523 if (tn->tieFor()) in repitchNote()
524 tn = tn->tieFor()->endNote(); in repitchNote()
H A Drange.cpp110 n->setTieFor(chord->notes()[i]->tieFor()); in combineTuplet()
187 n->setTieFor(chord->notes()[idx]->tieFor()); in append()
322 Tie* tie = n1->tieFor(); in read()
439 if (!duration.isZero() && !note->tieFor()) { in writeTuplet()
540 if (!duration.isZero() && !note->tieFor()) { in write()
604 Tie* tie = n->tieFor(); in write()
H A Dexcerpt.cpp637 if (on->tieFor()) { in cloneStaves()
638 … Tie* tie = toTie(on->tieFor()->linkedClone()); in cloneStaves()
643 tieMap.add(on->tieFor(), tie); in cloneStaves()
971 if (on->tieFor()) { in cloneStaff()
972 Tie* tie = toTie(on->tieFor()->linkedClone()); in cloneStaff()
977 tieMap.add(on->tieFor(), tie); in cloneStaff()
1180 if (on->tieFor()) { in cloneStaff2()
1181 Tie* tie = toTie(on->tieFor()->linkedClone()); in cloneStaff2()
1186 tieMap.add(on->tieFor(), tie); in cloneStaff2()
H A Drendermidi.cpp326 if (note->tieFor()) { in collectNote()
327 Note* n = note->tieFor()->endNote(); in collectNote()
341 if (n->tieFor() && n != n->tieFor()->endNote()) in collectNote()
342 n = n->tieFor()->endNote(); in collectNote()
349 bool tieFor = note->tieFor(); in collectNote() local
370 if (tieFor && i == nels - 1) in collectNote()
1521 …while (note->tieFor() && note->tieFor()->endNote() && (note->chord()->tick() < note->tieFor()->end… in totalTiedNoteTicks()
1522 note = note->tieFor()->endNote(); in totalTiedNoteTicks()
H A Dnote.cpp1544 while (n->tieFor()) in readAddConnector()
3094 if (tieFor()) in accessibleExtraInfo()
3366 while (note->tieFor()) { in lastTiedNote()
3369 if (!note->tieFor()->endNote()) in lastTiedNote()
3371 note = note->tieFor()->endNote(); in lastTiedNote()
3407 while (note->tieFor()) { in tiedNotes()
3408 Note* endNote = note->tieFor()->endNote(); in tiedNotes()
3444 if (tieFor() && tieFor()->endNote()) { in disconnectTiedNotes()
3445 tieFor()->endNote()->setTieBack(0); in disconnectTiedNotes()
3460 if (tieFor() && tieFor()->endNote()) { in connectTiedNotes()
[all …]
H A Dselect.cpp493 if (note->tieFor() && (note->tieFor()->endElement() != 0)) { in appendChord()
494 if (note->tieFor()->endElement()->isNote()) { in appendChord()
495 Note* endNote = toNote(note->tieFor()->endElement()); in appendChord()
498 _el.append(note->tieFor()); in appendChord()
H A Dedit.cpp1096 Note* tieFor[numNotes]; in regroupNotesAndRests() local
1101 std::vector<Note *> tieFor(numNotes); in regroupNotesAndRests() local
1110 if (nn->tieFor()) in regroupNotesAndRests()
1111 tieFor[i] = nn->tieFor()->endNote(); in regroupNotesAndRests()
1113 tieFor[i] = 0; in regroupNotesAndRests()
1211 if (tieFor[i]) { in regroupNotesAndRests()
1270 if (note->tieFor()) { in cmdAddTie()
1383 if (n->tieFor()) { in cmdToggleTie()
1414 Tie* tie = n->tieFor(); in cmdToggleTie()
3609 if (on->tieFor()) { in cloneVoice()
[all …]
H A Dpaste.cpp282 Tie* tie = note->tieFor(); in pasteStaff()
647 Tie* tie2 = nl1[i]->tieFor(); in pasteChordRest()
649 nl2[i]->setTieFor(nl1[i]->tieFor()); in pasteChordRest()
H A Dundo.cpp810 if (note->tieFor() && note->tieFor()->endNote()) in removeNote()
811 score->undo(new RemoveElement(note->tieFor())); in removeNote()
1907 Tie* tie = n->tieFor(); in insertMeasures()
H A Dnote.h418 Ms::Tie* tieFor() const { return _tieFor; } in tieFor() function
H A Dcmd.cpp1288 if (n->tieFor()) in changeCRlen()
1289 undoRemoveElement(n->tieFor()); in changeCRlen()
1793 if (n->tieFor()) in changeAccidental2()
1794 score->undoRemoveElement(n->tieFor()); in changeAccidental2()
1799 while (nn->tieFor()) { in changeAccidental2()
1800 nn = nn->tieFor()->endNote(); in changeAccidental2()
3006 … if (nn->pitch() == tn->pitch() && nn->tpc() == tn->tpc() && !tn->tieFor()) { in cmdImplode()
H A Dchord.cpp2506 if (notes().size() == 1 && _notes[0]->tieFor()) { in crossMeasureSetup()
2507 Chord* tiedChord = _notes[0]->tieFor()->endNote()->chord(); in crossMeasureSetup()
2583 Tie* tie = n->tieFor(); in layoutSpanners()
2595 Tie* t = note->tieFor(); in layoutSpanners()
3103 Tie* tie = backwards ? n->tieBack() : n->tieFor(); in nextTiedChord()
H A Dslur.cpp967 if (n1->tieFor() && n1->tieFor() == n3->tieBack()) in chordsHaveTie()
H A Dtie.cpp594 if (notes[i]->tieFor()) { in calculateDirection()
H A Dscore.cpp2326 if (note->tieFor()) in splitStaff()
2330 … oldTies.insert(note->tieFor()->endNote(), OldTie{note->tieFor(), nnote}); in splitStaff()
4712 tie = note->tieFor(); in changeVoice()
H A Dmeasure.cpp3118 if (on->tieFor()) { in cloneMeasure()
3119 Tie* tie = on->tieFor()->clone(); in cloneMeasure()
3123 tieMap->add(on->tieFor(), tie); in cloneMeasure()
H A Dlayout.cpp1307 Tie* tie = n->tieFor();
1442 Tie* tie = n->tieFor(); in connectTies()
3505 Tie* t = note->tieFor(); in layoutTies()
/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_tie.cpp48 return isTied(seg, strack, voice, &Note::tieFor); in isTiedFor()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dkeyb.cpp164 if (!n->tieFor()) { in updateInputState()
H A Dseq.cpp1644 note1 = note1->tieFor() ? note1->tieFor()->endNote() : 0; in heartBeatTimeout()
1657 note1 = note1->tieFor() ? note1->tieFor()->endNote() : 0; in heartBeatTimeout()
H A Dexportly.cpp2992 if (n->tieFor()) tie=true; in writeChord()
/dports/audio/musescore/MuseScore-3.6.1/mscore/debugger/
H A Ddebugger.cpp337 if (note->tieFor()) { in addChord()
338 Tie* tie = note->tieFor(); in addChord()
1133 connect(nb.tieFor, SIGNAL(clicked()), SLOT(tieForClicked())); in ShowNoteWidget()
1165 nb.tieFor->setEnabled(note->tieFor()); in setElement()
1231 emit elementChanged(((Note*)element())->tieFor()); in tieForClicked()
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Delements.h514 …::PluginAPI::Tie* tieForward() const { return note()->tieFor() != nullptr ? tieWrap(note()->tieFor in tieForward()
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dpianoview.cpp225 for (Note* note = _note; note->tieFor(); note = note->tieFor()->endNote()) { in paintNoteBlock()
1189 Tie* tie = note->tieFor(); in toggleTie()
/dports/audio/musescore/MuseScore-3.6.1/importexport/musicxml/
H A Dexportxml.cpp3330 if (note->tieFor()) in chord()
3379 const Tie* tieFor = note->tieFor(); in chord() local
3380 if (tieFor) { in chord()
3382 QString rest = slurTieLineStyle(tieFor); in chord()

12