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

Issue 6499105: Issues warning for empty note column extents (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by MikeSol
Modified:
11 years, 5 months ago
Reviewers:
Keith
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Issues warning for empty note column extents Removes check for duration-log from Stem::is_valid_stem.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M lily/slur-scoring.cc View 1 chunk +9 lines, -5 lines 0 comments Download
M lily/stem.cc View 1 chunk +0 lines, -3 lines 2 comments Download

Messages

Total messages: 2
Keith
LGTM http://codereview.appspot.com/6499105/diff/1/lily/stem.cc File lily/stem.cc (left): http://codereview.appspot.com/6499105/diff/1/lily/stem.cc#oldcode814 lily/stem.cc:814: if (lh && robust_scm2int (lh->get_property ("duration-log"), 0) < ...
11 years, 7 months ago (2012-09-14 06:38:10 UTC) #1
Keith
11 years, 7 months ago (2012-09-14 07:45:08 UTC) #2
http://codereview.appspot.com/6499105/diff/1/lily/stem.cc
File lily/stem.cc (left):

http://codereview.appspot.com/6499105/diff/1/lily/stem.cc#oldcode814
lily/stem.cc:814: if (lh && robust_scm2int (lh->get_property ("duration-log"),
0) < 1)
On 2012/09/14 06:38:10, Keith wrote:
> Removing this looks extremely sensible.
'stem-stemlet-whole.ly'
Oh well.

Checking the duration-log of the Stem, as opposed to note-head, in is_visible(),
still seems to make more sense to me.
Sign in to reply to this message.

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