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

Issue 5056041: Terminates outside_staff_callback early if a grob is outside a slur's X-extent (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by MikeSol
Modified:
12 years, 7 months ago
Reviewers:
pkx166h, mike, Neil Puttock
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Terminates outside_staff_callback early if a grob is outside a slur's X-extent

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M lily/slur.cc View 1 chunk +11 lines, -1 line 1 comment Download

Messages

Total messages: 6
MikeSol
Hey all, This patch fixes the programming error coming from the StrokeFinger discussion. Currently, none ...
12 years, 7 months ago (2011-09-17 08:54:52 UTC) #1
pkx166h
I'm getting a lot of errors in the make check for example: /home/jlowe/lilypond-git/input/regression/spacing-correction-accidentals.log @@ -11,13 ...
12 years, 7 months ago (2011-09-17 11:55:51 UTC) #2
Neil Puttock
On 2011/09/17 11:55:51, J_lowe wrote: > I'm getting a lot of errors in the make ...
12 years, 7 months ago (2011-09-17 11:58:56 UTC) #3
mike_apollinemike.com
On Sep 17, 2011, at 1:55 PM, pkx166h@gmail.com wrote: > I'm getting a lot of ...
12 years, 7 months ago (2011-09-17 12:00:25 UTC) #4
pkx166h
passes make and reg tests. James
12 years, 7 months ago (2011-09-17 12:58:38 UTC) #5
Neil Puttock
12 years, 7 months ago (2011-09-21 21:44:35 UTC) #6
Needs a regression test.

This might do:

\relative c'' {
  \set strokeFingerOrientations = #'(up)
  \override StrokeFinger #'avoid-slur = #'outside
  <a-\rightHandFinger #2 >16( b)
}

http://codereview.appspot.com/5056041/diff/1/lily/slur.cc
File lily/slur.cc (right):

http://codereview.appspot.com/5056041/diff/1/lily/slur.cc#newcode278
lily/slur.cc:278: contains = contains || slur_wid.contains (xext[d]);
contains |= slur_wid.contains (xext[d]);
Sign in to reply to this message.

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