I think that this should be added to the tracker.
Best wishes.
Davide
---------- Forwarded message ---------
Da: Davide Liessi <[email protected]>
Date: dom 1 mar 2020 alle ore 22:33
Subject: Bug in connected arpeggio brackets with layout-set-staff-size
To: [email protected] <[email protected]>
Hi all.
The size and position of the bracket in the second score are not
computed correctly.
Apparently the bracket is not scaled; if you use, say, 10 instead of
17 it becomes clearer.
\version "2.19.84"
music = \new PianoStaff \with {
connectArpeggios = ##t
\override Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket
} <<
\new Staff {
\clef "treble"
c'4\arpeggio
}
\new Staff {
\clef "bass"
b,4\arpeggio
}
>>
\score {
\music
}
\score {
\music
\layout {
#(layout-set-staff-size 17)
}
}
Is there any workaround?
Should this be added to the tracker?
Best wishes.
Davide
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond