Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dbracket.cpp348 int staffIdx2; in endEditDrag() local
351 staffIdx2 = staffIdx1; in endEditDrag()
358 for (staffIdx2 = staffIdx1 + 1; staffIdx2 < n; ++staffIdx2) { in endEditDrag()
359 qreal h = s->staff(staffIdx2)->y() + ay - y; in endEditDrag()
364 staffIdx2 -= 1; in endEditDrag()
368 qreal ey = system()->staff(staffIdx2)->y() + score()->staff(staffIdx2)->height(); in endEditDrag()
370 bracketItem()->undoChangeProperty(Pid::BRACKET_SPAN, staffIdx2 - staffIdx1 + 1); in endEditDrag()
H A Dbarline.cpp430 int staffIdx2 = staffIdx1; in getY() local
435 staffIdx2 = nextVisibleSpannedStaff(this); in getY()
466 if (staffIdx2 != staffIdx1) in getY()
467 y2 = measure->staffLines(staffIdx2)->y1() - yp - to * d * .5; in getY()
1142 int staffIdx2; in endEditDrag() local
1146 staffIdx2 = staffIdx1; in endEditDrag()
1152 for (staffIdx2 = staffIdx1 + 1; staffIdx2 < numOfStaves; ++staffIdx2) { in endEditDrag()
1154 Staff * staff1 = score()->staff(staffIdx2-1); in endEditDrag()
1164 staffIdx2 -= 1; in endEditDrag()
1191 qreal staff2TopY = systTopY + syst->staff(staffIdx2)->y(); in endEditDrag()
[all …]
H A Dsystem.cpp382 int staffIdx2 = b->lastStaff(); in layoutBracketsVertical() local
386 while (staffIdx1 <= staffIdx2 && !_staves[staffIdx1]->show()) in layoutBracketsVertical()
389 while (staffIdx1 <= staffIdx2 && !_staves[staffIdx2]->show()) in layoutBracketsVertical()
390 --staffIdx2; in layoutBracketsVertical()
397 …? (staffIdx1 <= staffIdx2) : (staffIdx1 < staffIdx2) || (b->span() == 1 && staffIdx1 == staffIdx2); in layoutBracketsVertical()
400 ey = _staves[staffIdx2]->bbox().bottom(); in layoutBracketsVertical()
H A Dedit.cpp4455 int staffIdx2 = sp->track2() / VOICES; in undoAddElement() local
4456 int diff = staffIdx2 - staffIdx1; in undoAddElement()
4811 int staffIdx2 = tr2 / VOICES; in undoAddElement() local
4812 int diff = staffIdx2 - staffIdx1; in undoAddElement()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dpalette.cpp660 … int staffIdx2 = element->type() == ElementType::CLEF ? sel.staffEnd() : staffIdx1 + 1; in applyPaletteElement() local
661 for (int i = staffIdx1; i < staffIdx2; ++i) { in applyPaletteElement()