bug-lilypond
[Top][All Lists]
Advanced

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

French beams over rests cause segfault


From: Jean Menezes da Rocha
Subject: French beams over rests cause segfault
Date: Mon, 2 Nov 2015 23:01:37 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Hello,

I may have stumbled upon a bug. Everytime a group of beamed notes ends with a 
rest, if I enable french-beaming the compilation is stopped by a segmentation 
fault.

this example:

\version "2.19.30"

\relative c'' {
  \override Stem.french-beaming = ##t
  c16[ d e r]
}

always produces a segfault, while

\version "2.19.30"

\relative c'' {
  \override Stem.french-beaming = ##t
  c16[ d e f]
}

does not. Starting the group with a rest won't be harmful, either. Only rests 
ending a group of 'french-beamed' notes will call the segfault.

Thanks for your attention!




reply via email to

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