lilypond-devel
[Top][All Lists]
Advanced

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

Re: \once causes segfault


From: Mats Bengtsson
Subject: Re: \once causes segfault
Date: Wed, 29 Sep 2004 10:06:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

I can confirm that the SIGSEGV remains in 2.3.19.

Just being curious, what did you expect the \once to
mean in this situation? Should it only apply to the first
16th note?

   /Mats

Christoph Ludwig wrote:
Hi,

the attached file causes lilypond to dump core:

  address@hidden:~/lilypond/music/test> uname -r -m -o
  2.4.21-243-default i686 GNU/Linux
  address@hidden:~/lilypond/music/test> lilypond -v | head -n 1
  GNU LilyPond 2.3.16
  address@hidden:~/lilypond/music/test> lilypond beat-length.ly
Now processing `beat-length.ly'
  Parsing...
  Interpreting music... Segmentation fault

If I comment out the `\once' then everything works fine. However, then all
16th groups are subdivided every 8th but I want this only in the first
measure.
Is there a known workaround? Or is this already fixed in 2.3.19?

Thanks

Christoph


------------------------------------------------------------------------

\version "2.3.16"

\score {
    \context Staff {
        \time 2/4
        \relative c'' {
            a8 a
            \set subdivideBeams = ##t
            \once
            \set Score.beatLength = #(ly:make-moment 1 8)
            a16 a a a
            a a a a a a a a
} }
}


------------------------------------------------------------------------

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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