On 12 sept. 2013, at 10:54, Thomas Morley <thomasmorle...@gmail.com> 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


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

Reply via email to