lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics & simultaneous notes yield "programming error"


From: Joel C. Salomon
Subject: Re: Dynamics & simultaneous notes yield "programming error"
Date: Mon, 29 Aug 2016 09:31:01 -0400

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



reply via email to

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