We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
accid
@accid
note
1 parent e9821bd commit b2dfbe5Copy full SHA for b2dfbe5
src/calcledgerlinesfunctor.cpp
@@ -24,7 +24,7 @@ CalcLedgerLinesFunctor::CalcLedgerLinesFunctor(Doc *doc) : DocFunctor(doc) {}
24
25
FunctorCode CalcLedgerLinesFunctor::VisitAccid(Accid *accid)
26
{
27
- if (accid->GetFirstAncestor(NOTE)) {
+ if (accid->GetFirstAncestor(NOTE) || !accid->HasAccid()) {
28
return FUNCTOR_SIBLINGS;
29
}
30
0 commit comments