lilypond-user
[Top][All Lists]
Advanced

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

Re: programming error: stopped tuplet bracket has left nor right bound


From: Neil Puttock
Subject: Re: programming error: stopped tuplet bracket has left nor right bound
Date: Wed, 25 Aug 2010 21:00:49 +0100

On 23 August 2010 22:59, James Wilkinson <address@hidden> wrote:
> Can somebody tell me how to get it to run without the
> error messages?

Don't use \times with skips: they don't create noteheads, so there's
nothing for the tuplet bracket to span.  Instead use ordinary
durations, scaled if necessary for synchronization:

  r4 \times 2/3 {a''16(\mp b a)} d,8 r4 \times 2/3 {a'16( b a)} d,8    %1
  r4 << {\times 2/3 {b'16(c b)} d,8 r4 \times 2/3 {b'16(c b)} d,8 } \\ %2
    { s8 s\< s4 s8\! s } >>     %2
  r4_simile \times 2/3 {c'16( d c)} d,8 r4 \times 2/3 {c'16( d c)} d,8 %3

> Also, I wonder if the error message shouldn't say "neither left nor right
> bound".

Indeed, it should (fixed for 2.13.32).

Cheers,
Neil



reply via email to

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