I'm trying to write a guitar tablature in which there must be a brush down stroke, and I can't find the way to do this with Lilypond. Here is my chord:
\score {
\layout { }
<<
\new TabStaff {
<e a c'>
}
>>
}
Below is the result of that code. So I'd like to add an up arrow at the left of that chord.
Does anyone know how to do it?

