Issue with repeat tremolo

2021-03-26 Thread Martín Rincón Botero
Hello all, it seems I stumbled with this bug https://gitlab.com/lilypond/lilypond/-/issues/2383. The following code produces error messages (sorry, in Spanish) and bad output: \version "2.20.0" \context PianoStaff = "pianostaff" << \context Staff = "RHStaff" { \repeat tremolo 8 { \voiceOne 32 \

Re: Issue with repeat tremolo

2021-03-26 Thread Martín Rincón Botero
I was trying several things with gap-count to see if it affected it in any way (it doesn't) and forgot to remove the \revert command. I paste it again without it. \version "2.20.0" \context PianoStaff = "pianostaff" << \context Staff = "RHStaff" { \repeat tremolo 8 { \voiceOne 32 \ottava 0 { \c

Re: Issue with repeat tremolo

2021-03-26 Thread Martín Rincón Botero
Sorry for the noise. I had taken a similar approach following a snippet in the documentation, that uses \voiceOne and \voiceTwo. Simply removing those two commands works perfectly. On mar. 26 2021, at 12:02 pm, Martín Rincón Botero wrote: > I was trying several things with gap-count to see if