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

Issue 224082: Enhancement: tabalture chord repetition (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by marc
Modified:
14 years ago
CC:
lilypond-devel_gnu.org, frogs_lilynet.net
Visibility:
Public.

Description

Enhancement: tabalture chord repetition For better use with tablature, a new tab-repeat-chord function is provided which takes care of the string information (thanks to Nicolas Sceaux!). A new command \tabChordRepetition is also included to switch to this new repetition style.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Generic function for better event handling added #

Patch Set 3 : new function added to docs #

Patch Set 4 : Fixed problem with parser evaluation #

Total comments: 8

Patch Set 5 : Latest corrections #

Patch Set 6 : One more correction #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -35 lines) Patch
M Documentation/notation/fretted-strings.itely View 3 4 5 3 chunks +31 lines, -5 lines 0 comments Download
A input/regression/tablature-chord-repetition.ly View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
M ly/chord-repetition-init.ly View 1 2 3 4 2 chunks +56 lines, -29 lines 0 comments Download
M ly/music-functions-init.ly View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 11
nicolas.sceaux
http://codereview.appspot.com/224082/diff/1/3 File ly/chord-repetition-init.ly (right): http://codereview.appspot.com/224082/diff/1/3#newcode51 ly/chord-repetition-init.ly:51: #(define-public (tab-repeat-chord previous-chord location duration articulations) It would be ...
14 years, 2 months ago (2010-02-28 16:27:07 UTC) #1
nicolas.sceaux
On 2010/02/28 16:27:07, nicolas.sceaux wrote: > http://codereview.appspot.com/224082/diff/1/3 > File ly/chord-repetition-init.ly (right): > > http://codereview.appspot.com/224082/diff/1/3#newcode51 > ...
14 years, 2 months ago (2010-02-28 17:29:57 UTC) #2
marc
nicolas.sceaux@gmail.com schrieb: > > http://codereview.appspot.com/224082/diff/1/3 > File ly/chord-repetition-init.ly (right): > > http://codereview.appspot.com/224082/diff/1/3#newcode51 > ly/chord-repetition-init.ly:51: #(define-public ...
14 years, 1 month ago (2010-03-01 09:00:55 UTC) #3
nicolas.sceaux
Le 1 mars 2010 à 10:00, Marc Hohl a écrit : > nicolas.sceaux@gmail.com schrieb: >> ...
14 years, 1 month ago (2010-03-01 10:01:54 UTC) #4
marc
Nicolas Sceaux schrieb: > Le 1 mars 2010 à 10:00, Marc Hohl a écrit : ...
14 years, 1 month ago (2010-03-01 11:07:30 UTC) #5
nicolas.sceaux
Le 1 mars 2010 à 20:24, Marc Hohl a écrit : > Nicolas Sceaux schrieb: ...
14 years, 1 month ago (2010-03-02 10:59:48 UTC) #6
marc
Nicolas Sceaux schrieb: > Le 1 mars 2010 à 10:00, Marc Hohl a écrit : ...
14 years, 1 month ago (2010-03-02 11:08:45 UTC) #7
marc
Nicolas Sceaux schrieb: > Le 1 mars 2010 à 20:24, Marc Hohl a écrit : ...
14 years, 1 month ago (2010-03-02 11:26:03 UTC) #8
Neil Puttock
Hi Marc, Here are a few more comments for you. Cheers, Neil http://codereview.appspot.com/224082/diff/1012/17 File Documentation/notation/fretted-strings.itely ...
14 years, 1 month ago (2010-03-14 22:15:23 UTC) #9
marc
n.puttock@gmail.com schrieb: > Hi Marc, > > Here are a few more comments for you. ...
14 years, 1 month ago (2010-03-15 09:53:31 UTC) #10
Neil Puttock
14 years, 1 month ago (2010-03-16 23:11:11 UTC) #11
On 2010/03/15 09:53:31, marc wrote:

> > http://codereview.appspot.com/224082/diff/1012/19
> > File ly/chord-repetition-init.ly (right):
> >
> > http://codereview.appspot.com/224082/diff/1012/19#newcode71
> > ly/chord-repetition-init.ly:71: (make-repeat-chord-function '() '()))
> > indent
> >
> > #(define
> >    (make
> Ok, but I thought that 2 spaces is the right indentation, no?

Yes, but only for .ly files which contain LilyPond snippets.

In the case of music-functions-init.ly, it's all scheme, so it should follow
scheme indentation.

> By the way, that's not consistent in ly/music-functions-init.ly, either.

True, though it will be once I've finished with it. ;)
 
> Thanks for your comments!

No problem.

I'll apply the patch soon.

Cheers,
Neil
Sign in to reply to this message.

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