Skip to content

Commit

Permalink
Fixe: Trill lines take up too much space musescore#18760
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-spa committed Sep 19, 2023
1 parent 0466e5e commit 9c6e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/dom/trill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void TrillSegment::symbolLine(SymId start, SymId fill, SymId end)
Shape TrillSegment::shape() const
{
IEngravingFontPtr font = score()->engravingFont();
Shape s = font->shape(_symbols, EngravingItem::mag());
Shape s = font->shape(_symbols, magS());
Accidental* accidental = trill()->accidental();
if (accidental && accidental->visible() && isSingleBeginType()) {
s.add(accidental->shape().translate(accidental->pos()));
Expand Down

0 comments on commit 9c6e59e

Please sign in to comment.