]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4653: French beam ending on rest causes segfault
authorDavid Kastrup <dak@gnu.org>
Tue, 3 Nov 2015 12:36:54 +0000 (13:36 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 10 Nov 2015 20:23:02 +0000 (21:23 +0100)
commit272e82d1174fdf303fcbbadc7648f75ac881ad3a
tree52dfc768a27a7768ec6e0fd3ae4fe024225dfaad
parent6a7c432f7a33081e18cd4a911c459cc8c805e35d
Issue 4653: French beam ending on rest causes segfault

The issue here is that Stem::set-beaming may set one of the beaming
segment lists to #f instead of an empty list, and not all users of
"beaming" (in this case where_are_the_whole_beams) were prepared to
deal with this.
lily/beam.cc
lily/stem.cc
lily/tuplet-number.cc