bug-lilypond
[Top][All Lists]
Advanced

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

Re: set tupletSpannerDuration causes segfault on Linux GUB 2.8.0


From: Mats Bengtsson
Subject: Re: set tupletSpannerDuration causes segfault on Linux GUB 2.8.0
Date: Wed, 29 Mar 2006 12:50:19 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

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 <address@hidden>:

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 objects...
Calculating line breaks... [2]Segmentation fault


thanks,

Tuukka



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

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