bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Notes in the measure following a cadenza do not automatically get ac


From: Carl Sorensen
Subject: Re: Notes in the measure following a cadenza do not automatically get accidentals if they had accidentals in the cadenza
Date: Wed, 28 Nov 2018 17:31:21 +0000
User-agent: Microsoft-MacOutlook/10.10.3.181015


On 11/28/18, 2:50 AM, "David Kastrup" <address@hidden> wrote:

    Arcus Impetus <address@hidden> 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
  
} 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]