Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4690)

Issue 290380043: Issue 4718/1: In-chord tie in cue causes segfault (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 2 months ago by dak
Modified:
8 years ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

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. Also contains commits: Issue 4718/2: Let transpose_music_list act defensively for non-Prob members Issue 4718/3: Let Quote_iterator::process use Prob::transpose Issue 4718/4: Fold transpose_mutable into Prob::transpose It's not really needed elsewhere anymore.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -21 lines) Patch
M lily/include/music.hh View 2 chunks +0 lines, -6 lines 0 comments Download
M lily/include/prob.hh View 2 chunks +7 lines, -0 lines 0 comments Download
M lily/music.cc View 3 chunks +7 lines, -12 lines 0 comments Download
M lily/music-sequence.cc View 1 chunk +2 lines, -1 line 0 comments Download
M lily/quote-iterator.cc View 1 chunk +1 line, -2 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b