bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Bug in connected arpeggio brackets with layout-set-staff-size


From: Davide Liessi
Subject: Fwd: Bug in connected arpeggio brackets with layout-set-staff-size
Date: Thu, 5 Mar 2020 18:19:24 +0100

I think that this should be added to the tracker.
Best wishes.
Davide

---------- Forwarded message ---------
Da: Davide Liessi <address@hidden>
Date: dom 1 mar 2020 alle ore 22:33
Subject: Bug in connected arpeggio brackets with layout-set-staff-size
To: address@hidden <address@hidden>


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]