]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4718/1: In-chord tie in cue causes segfault
authorDavid Kastrup <dak@gnu.org>
Sat, 27 Feb 2016 10:41:08 +0000 (11:41 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 4 Mar 2016 11:36:35 +0000 (12:36 +0100)
commit3d54e4a6f45ccfb3847290cd0bdbefe4d21d7924
treed0e6595c22532da874016125c9c351f09f0827c2
parent7a2e1ee2b4ed1d81cf61b39aa4142cc917e14aec
Issue 4718/1: In-chord tie in cue causes segfault

This extends transposition functionality from Music expressions to
Prob in general since Stream_event also needs transposition in the
context of quoted music.  While at top level, Stream_event is
processed using the container-agnostic transpose_mutable, this does
not extend to the actual contents, and at least a Stream_event's
articulation list does not consist of Music expressions but again of
Stream_event elements.
lily/include/music.hh
lily/include/prob.hh
lily/music-sequence.cc
lily/music.cc