Good morning list,
when I end a \quoteDuring after a \repeat tremolo { ... }, the tremolo
beams are missing or distorted. If the quotation has nontremolo music
afterwards, there is no issue.
I didn't find a workaround. I tried adding a grace note or a
zero-duration note in the quotation, to no avail.
I would love to have a workaround as long as this has not been fixed.
version 2.21, self-compiled Feb. 12 2020.
Attached: .ly and .png
Rutger Hofman
Amsterdam
\version "2.21.0"
\paper {
indent = 40
}
music = \relative c'' {
\repeat tremolo 16 { c32 d } |
c4 |
}
\addQuote music { \music }
\score {
<<
\new Staff \with { instrumentName = "the music" } <<
\displayMusic \music
>>
\new Staff \with { instrumentName = "quote s1 | s4" } <<
\quoteDuring music { s1 | s4 }
>>
\new Staff \with { instrumentName = "quote s1 |" } <<
\quoteDuring music { s1 | }
>>
\new Staff \with { instrumentName = "quote s1 | s4*0 " } <<
\quoteDuring music { s1 | s4*0 }
>>
\new Staff \with { instrumentName = "quote s1 | \grace s4" } <<
\quoteDuring music { s1 \grace s4 }
>>
>>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond