Yesterday, I wrote:
> Compiling the attached file (Lilypond 2.19.46, Windows 10) yields errors of 
> the sort
>
>> programming error: asked to compute volume at +1.000000 for dynamic span of 
>> duration 1.000000 starting at 1
>> continuing, cross fingers

Okay, this is interesting. If I replace

    dynamics = {
        s1\p    |
        s1*2
        \bar "|."
    }

(slightly simplified from my example, but still displaying the problem) with

    dynamics = {
        s1\p    |
        s1      |
        s1\f    |
        \bar "|."
    }

then the “programming error:” message goes away.

—Joel C. Salomon

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to