bug-lilypond
[Top][All Lists]
Advanced

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

Re: Simultaneous accents broken in drum mode.


From: Thomas Morley
Subject: Re: Simultaneous accents broken in drum mode.
Date: Mon, 15 Jun 2020 00:47:30 +0200

Am So., 14. Juni 2020 um 22:31 Uhr schrieb Luke Tidd <lukeisgreat@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



reply via email to

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