On 11/28/18, 2:50 AM, "David Kastrup" <[email protected]> wrote:
Arcus Impetus <[email protected]> writes:
> %The measure following a cadenza
> %does not properly automatically
> %place accidentals. Lilypond seems to consider
> %the meaning of the accidentals in the cadenza
> %to carry forward to the notes in the next measure
>
> \version "2.18.2"
> {
> \cadenzaOn cis' \cadenzaOff \bar "|" cis'
> }
Here's a workaround:
\version "2.18.2"
{
\cadenzaOn cis' \cadenzaOff
\partial 128 s128 cis'4
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond