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

Issue 62076: Add N.C. entry to ChordNames context. (Closed)

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

Description

Add N.C. entry to ChordNames context. Adding a rest to the music passed to a ChordNames context will now create an N.C. ChordName. N.C. ChordNames behave just like regular ChordNames with respect to chordChanges.

Patch Set 1 #

Patch Set 2 : Revised patch to make chordChanges consistent #

Total comments: 4

Patch Set 3 : Responses to Neil's comments. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -48 lines) Patch
M Documentation/user/chords.itely View 1 chunk +24 lines, -0 lines 0 comments Download
A input/regression/chordnames-nochord.ly View 1 1 chunk +30 lines, -0 lines 0 comments Download
M lily/chord-name-engraver.cc View 1 2 6 chunks +73 lines, -47 lines 5 comments Download
M ly/engraver-init.ly View 1 chunk +1 line, -1 line 0 comments Download
M scm/define-context-properties.scm View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2
Neil Puttock
http://codereview.appspot.com/62076/diff/7/1008 File lily/chord-name-engraver.cc (right): http://codereview.appspot.com/62076/diff/7/1008#newcode65 Line 65: SCM no_chord_markup = get_property ("noChordSymbol"); \set noChordSymbol = ...
14 years, 12 months ago (2009-05-10 23:17:15 UTC) #1
Neil Puttock
14 years, 12 months ago (2009-05-13 21:36:40 UTC) #2
http://codereview.appspot.com/62076/diff/2001/1016
File lily/chord-name-engraver.cc (right):

http://codereview.appspot.com/62076/diff/2001/1016#newcode20
Line 20: #include "text-interface.hh"
Goes above #include "warn.hh"

http://codereview.appspot.com/62076/diff/2001/1016#newcode63
Line 63: SCM chord_changes = get_property("chordChanges");
Move this back to its former position?

http://codereview.appspot.com/62076/diff/2001/1016#newcode75
Line 75: markup = scm_from_locale_string("");
Better to return if no markup found.

http://codereview.appspot.com/62076/diff/2001/1016#newcode149
Line 149: ASSIGN_EVENT_ONCE(rest_event_ , ev);
ASSIGN_EVENT_ONCE (rest_event_, ev);

http://codereview.appspot.com/62076/diff/2001/1016#newcode150
Line 150: 
remove blank line
Sign in to reply to this message.

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