\set tupletSpannerDuration causes segfault on Linux GUB 2.8.0

2006-03-29 Thread Tuukka Verho
The following code causes a segmentation fault: \version 2.8.0 { \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 {c' c' c'} } The compiler output: GNU LilyPond 2.8.0 Processing `testi.ly' Parsing... Interpreting music... [1] Preprocessing graphical

Re: set tupletSpannerDuration causes segfault on Linux GUB 2.8.0

2006-03-29 Thread Mats Bengtsson
That's a severe bug. However, I assume that what you really wanted was \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 {c'8 c' c'} or \set tupletSpannerDuration = #(ly:make-moment 2 4) \times 2/3 {c' c' c'} Both of these work correctly. /Mats Quoting Tuukka Verho [EMAIL