On 11/28/18, 2:50 AM, "David Kastrup" <d...@gnu.org> wrote:

    Arcus Impetus <arcusimpe...@gmail.com> 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
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to