[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lilypond 2.17.26 coredumps on tuplet with only skips
From: |
Mike Solomon |
Subject: |
Re: Lilypond 2.17.26 coredumps on tuplet with only skips |
Date: |
Thu, 12 Sep 2013 11:29:47 +0200 |
On 12 sept. 2013, at 10:54, Thomas Morley <address@hidden> wrote:
> On my machine the relevant 2.16.-code fails too
>
> \version "2.16.2"
>
> \score {
> \times 2/3 { s8 s8 s8 }
> }
>
[slightly off subject, as it doesn't t have to do with the bug]
I do this sorta thing in many a score. Consider using :
{
s8*2/3 s8*2/3 s8*2/3
}
instead. Avoids having to do all sorts of crazy nested tuplets and stops the
tuplet bracket mechanism from kicking in.
[but yes, segfaults are the root of all evil and must be scrubbed]
Cheers,
MS
Re: Lilypond 2.17.26 coredumps on tuplet with only skips, Keith OHara, 2013/09/12