Am So., 14. Juni 2020 um 22:31 Uhr schrieb Luke Tidd <lukeisgr...@gmail.com>:
>
> % simultaneous above+below bar staff accent works in non-drum mode:
> \relative c' {
>   <e_\accent d'^\accent>1
> }
>
> % unaware of any workaround to make this work in drum mode:
> \drums {
>   <bd hh>1^>_>
>
>   <bd_\accent hh^\accent>1
> }
>
> % example of usage (see first note of second bar):
> https://i.imgur.com/N28jCYt.png
>

Hi,

I've no clue what happens here.
Below an ugly, hackish workaround, though.

accents = -\tweak #'script-stencil #'(feta . ("sforzato" . "sforzato")) _. ^>

\drums {
  \stemUp
  <bd hh>16\accents hh^> bd^> hh^>
}

I hope someone comes up with a better idea.

Cheers,
  Harm

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to