veltzer / openbook

OpenBook is an open source Jazz real book
https://veltzer.github.io/openbook/
GNU General Public License v3.0
275 stars 41 forks source link

Standardize turnarounds #54

Open captbaritone opened 11 years ago

captbaritone commented 11 years ago

Some tunes have parenthesized notes at the end, and some just have the turnaround chords in the last few measures. Others have explicit first/second endings.

I think the explicit alternate ending for the first time (turnaround) and the last time (end) is much cleaner. I propose that all tunes that include turnarounds should be notated that way.

If you agree, I would be willing to work on cleaning up those tunes that don't yet fulfil that requirement.

veltzer commented 11 years ago

But not all tunes that have turnarounds also have explicit endings. How would you fix that?

captbaritone commented 11 years ago

The ending would just have the final note and the tonic chord held for the proper number of measures. I assume that's what the implied ending is.

veltzer commented 11 years ago

ok cool. One issue I had with all of this is that some real/fake books note the turnaround chords with parenthesis and I couldn't find a way to make lilypond put the chords in parenthesis. It's nice to see the turnaround chords in parenthesis since you know it's turn around time and know you can repeat this when improvising as much as you want...

Do you know of a way of making lilypond put parenthesis on a bunch of chords, or single chords?

captbaritone commented 11 years ago

I don't know how to add parentheses around chord names. However, in my eyes, that parenthesis notation is just a shorthand for a second ending. i.e: "For the first ending play the notes/chords in parentheses, for the second ending don't".

Since we are not writing this by hand, and have full typesetting tools at our disposal, I would prefer to notate it verbosely.

Rereading your comment, I think we might already be in agreement ;) I suppose I'm just saying that the second ending approach removes the need to have the parenthesized chords.

veltzer commented 11 years ago

OK. I'm good with all of this.

captbaritone commented 11 years ago

I've compiled a list of the tunes that should be adapted to this new style:

I've started my work here. I'll send a pull request when I finish.

veltzer commented 11 years ago

You are productive...:) (I need to learn how you did this fancy list...)

captbaritone commented 11 years ago

https://help.github.com/articles/github-flavored-markdown#task-lists

captbaritone commented 11 years ago

Now that I have permission to commit myself, I am just writing these changes directly to master and checking them off as I go.