lilypond-user
[Top][All Lists]
Advanced

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

Dynamics & simultaneous notes yield "programming error"


From: Joel C. Salomon
Subject: Dynamics & simultaneous notes yield "programming error"
Date: Sun, 28 Aug 2016 11:52:15 -0400

Compiling the attached file 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

If I replace the construct

    << { \voiceOne
        a1 |
    } \new Voice { \voiceTwo
        a,1 |
    } >> \oneVoice |

with

    << {a1} \\ {a,1} >>

this error goes away.

Can someone please explain what I’m doing wrong here?

—Joel C. Salomon

Attachment: programming_error.ly
Description: Text Data


reply via email to

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