Consider:
He #said# that (the dog was alive).
Consider:
The second Bohlen-Pierce scale is really close to the first, but it has justly tuned (i.e. rational) frequency ratios, instead of irrational exponential ones. Moreover, the ratios are 7-limit or septimal, meaning that they can have factors of (2, 3, 5, 7) in their factorizations, but no higher primes. In fact, the septimal Bohlen-Pierce ratios don't have any factors of 2 - it's an odd 7-limit scale. There are no octaves and no even harmonics. Here are the elements of the septimal BP scale:
The intervals of septimal BP are symmetric with respect to the tritave, so that for example, these intervals add to a tritave:
and their frequency ratios multiply to a justly-tuned tritave:
Consequently, the intervals between successive steps are also symmetric with respect to the tritave. Four different intervals show up between successive steps. I'm not sure yet how to name intervals in Bohlen-Pierce, but the four intervals have the following frequency ratios:
These four tuned intervals happen to increase in size with increasing complexity. Here they are in cents:
The small simple ratios ("A-sized" intervals) are related to each other by one factor and the large complicated ratios ("B-sized" intervals) are related to each other by the same factor:
Each large-complicated ratio is also related to one of the small-simple ratios:
, so there's a lot of structure here.
Of the four intervals that appear between successive steps of septimal Bohlen-Pierce,
only the first one has been associated with an interval name so far: it's a minor second, and it appears as Bohlen ^1. If (49/45) is also an A-sized interval that raises letter names of pitch classes, then it also has to be some kind of a 2nd interval. The more I looked at it, the more I came to realize that it was functioning like an acute minor second, Acm2, in 5-limit just intonation. This means that C-sized interval, the "fudge-factor" with a frequency ratio of (245/243), is an acute unison, Ac1. The B-sized interval that raises pitch classes from flat to natural is obviously an augmented unison, A1, since that's basically what augmentation means. I ended up calling (375/343) the A1 and the related (625/567) is an acute augmented unison, AcA1.
All together we have these differences between successive chromatic intervals:
Next I wrote a program that names intervals in Bluepoint, which we can now say is an interval basis, (m2, A1, Ac1), tuned to a frequency ratio basis, [(27/25), (375/343), (245/243)]. The results are a little bit crazy; some intervals with short names have very large numerators and denominators:
, but that's not a problem with my system; when you have frequency ratios with factors of (3, 5, 7) instead of (2, 3, 5), the numerators and denominators are simply usually going to be bigger. So here's the code. You can now name name septimal Bohlen-Pierce intervals, provided you can express them in the Bluepoint basis, which is a pretty simple matter of finding the exponents of [(27/25), (375/343), (245/243)] that reproduce your desired frequency ratio.
This basis is really good. It has many of the desirable properties of Lilley's (Ac1, A1, d2) basis for 5-limit just intonation. Let's look at just the chromatic intervals of septimal BP in the Bluepoint basis for a moment:
.
Some desirable properties:
1) All of the basis components increase monotonically with increasing BP step.
2) All of the frequency ratios of the tuned basis elements are greater than (1/1).
3) One of the basis components matches the ordinal of the interval name minus one. I would have been happy if they were related by any constant integer offset, but minus one is nice.
4) The absolute determinant of the basis is unity, which just ensures that things have integral coordinates. I haven't demonstrated this to you, and I know it's a little unclear what I mean. If you express Bluepoint in the odd prime basis, you can find the determinant of that matrix of vectors, and the absolute value of the determinant will be 1. There are lots of full rank bases with determinants that are one or minus one, and expressing any of them in any of the others will give you determinant whose absolute value is unity, which gives you integer coordinates. Integer coordinates are good for lots of reasons, like for designing isomorphic keyboards with non-overlapping keys. Also integer coordinates become integer exponents in tuning, which means that if you start with basis elements tuned to rational values, then every interval in your system will also be rational. Tuning systems where the absolute determinant of the matrix of basis vectors is unity (when the basis vectors are expressed in any other such basis, using the primes as a base case for inducing the full family) let you define just intonation tuning systems.
There's an even better basis coming, but this table is still good for quickly looking up interval names and their corresponding frequency ratios.
What if you don't want to do a brute force search over exponents in order to name a frequency ratio? I can help with that. First, factorize your frequency ratio, i.e. express it in the odd prime basis (3/1, 5/1, 7/1). Then we can do a change of basis to Bluepoint.
If you've been reading my blog, you know the drill by now. To change bases, first you find the frequency ratios of the old basis (the odd 7-limit prime basis in this case) expressed in the new basis (the Bluepoint basis in this case):
Then you convert columns into rows:
It is done, and it is done well. Now you can find the tritave-based interval names associated with arbitrary odd 7-limit frequency ratios from their factorizations, by using this change of basis function and then running my python code from before.
Now for the best basis: in 5-limit octave-based just intonation, the Lilley basis is (Ac1, A1, d2). In septimal Bohlen-Pierce, the Bluepoint basis is (m2, A1, Ac1). The order of intervals isn't important, so the only real difference is that the d2 from 5-limit JI is replaced with an m2 in the Bluepoint basis. What happens if we use Lilley's (Ac1, A1, d2) for Bohlen Pierce intervals though? The BP diminished 2nd is
d2 : (3087/3125)
To make a change of basis, here are the old vectors of the Bluepoint basis
expressed in a version of the Lilley basis, (Ac1, A1, d2), modified for Bohlen-Pierce, so that we now tune those intervals to frequency ratios of (245/243, 375/343, 3087/3125). Although, it's actually faster for me to find coordinates by brute force search over exponents than to do a change of basis, so instead of writing a new change of basis function, here are the coordinates for the chromatic Bohlen Pierce intervals directly:
.
It's so good! Now the last component, d2, is the interval's ordinal minus 1, just as m2 was before. The second component, A1, is the number of Bohlen-Pierce steps! The first component is... just there. I've never known how to interpret Ac1 in 5-limit octave-basis just intonation either. But it's fine. It's the fudge factor. In 5-limit JI, major Nth and minor Nths had the same Ac1 component, which was kind of nice, and that's not the case here or in the Bluepoint basis, but it's still fine.
Coordinates in the BP-Lilley basis and the JI-Lilley basis generally don't have the same interval names, and of course they shouldn't - the two systems have different intervals, like P3 in Bohlen-Pierce and P4 in Just Intonation. For an example, (4, 9, 6) is a major seventh, M7, in the BP-Lilley basis with a frequency ratio of 15/7 ~= 2.14, and it's an acute diminished 7th, Acd7, in the JI-Lilley basis, with a frequency ratio of 2187/1250 = 1.7496. I wouldn't have minded if the names had been different and the frequency ratios had been close. That would have made it easy to translate music. But it's fine. And you can still translate music if you want, it's just going to be really weird. And let's not pretend that we don't like when music is really weird. The chromatic BP intervals translated to JI intervals this way do keep their order, at least. If we take the chromatic intervals of BP and reinterpret their BP-Lilley coordinates as being JI-Lilley coordinates, we get these frequency ratios:
That interval on the bottom line used to be the perfect 10th with a frequency ratio of (3/1), and now it's only ~ 2.27. So just intonation is falling quite flat.
I've looked at lots of different way of translating music between tritave-based interval space and (rank-2, rank-3, rank-4) octave-based interval spaces and this is by far the best I've come up with. This post used to be about three times as long, and it was just documenting my failures with that search. This is one of the only ways that even keeps the chromatic BP intervals in the same tuned order.
My next goal is to write a program to translate music from 5-limit JI to septimal BP using this scheme to find out how it sounds. I bet it will really suck, but I've got to know.
...
Some other time. Some more music theory first. The 13-EDT version of the Bohlen-Pierce scale tempers out some intervals that the septimal BP scale doesn't. And we can find them *so* easily. An interval in the Lilley basis that has a zero for its second component, the A1 component, will be tuned to 0 steps in 13-EDT. All of those intervals are tempered out, i.e. tuned to the same value as P1, namely 1/1 or 3^(0/13). Here are a few with short names
This one converts from the Bluepoint basis to the Lilley basis:
, and this one converts from the Lilley basis to the (P5, P8, P10) basis:
The intervals (P5, P8, P10) are the ones that were justly tuned to (5/3, 7/3, 3/1), respectively, so (P5, P8, P10) is just an intervallic name for the tritave-reduced prime basis of frequency ratios. It's nice that the primes got paired up with perfect intervals, isn't it? It's a good system.
It feels wrong that I have large tables and programs concerning the Bluepoint basis and comparatively little written about the BP-Lilley basis, which I prefer. So here are some more interval in the BP-Lilley basis, sorted by increasing frequency ratio:
Cool.
You might wonder whether the chromatic intervals of the septimal Bohlen Pierce scale lie on a rank-2 subspace of the full rank-3 space. They do not, so you can't make an isomorphic keyboard in two dimensions that has them all. But I've got an idea for the next best thing!
The next best thing is to use the 13-EDT version of BP and play on a one dimensional keyboard that you may well already own. Easy.
But the next best way after that involves some math! Here it comes!
We'll make a rank-2 system in the Pythagorean way. For Pythagorean tuning, we start with the frequency ratio (1/1) and then we multiply by (3/2), dividing by an (2/1) if the result becomes larger than (2/1). Repeat that on and on upward forever. Also, we can start with the frequency ratio of (1/1) and divide by (3/2), multiplying by (2/1) if the result ever goes below (1/1). Repeat that on and on, downward forever. This produces intervals that only have factors of 2 and 3, but not 5 like in 5-limit just intonation. If we tabulate those results, the portion closest to (1/1) looks like this:
.
The interval coordinates on the far left are in (P5, P8) basis. The middle portion, vertically, consists of the chromatic intervals of octave-based music, and the intervals further toward the tails just get crazier - more and more augmented or diminished. Once you have the notion that (P5 * 2 + P8 * -1) should be a M6, then you can choose a better tuning system, namely quarter comma meantone, that makes things sound more 5-limit and less awful.
What if we do the same thing for Bohlen Pierce? We'll make a tuning system that only tunes intervals to frequency ratios with factors of 3 and 5, use that tuning system to figure out rank-2 interval names, and then find a new tuning system that makes it sound more septimal and less awful! If we start with the frequency ratio and repeatedly multiply or divide by (5/3), normalizing by a factor of (3/1) if things go too low or too high, then we get this table:
.
Like before, this goes off infinitely at both ends. And like before, there's a special subset in the middle surrounding P1 ~ (1/1)! The special subset here is everything but the very top interval and the very bottom interval. Look at the second component of each interval coordinates for that set; that's the A1 component and it tells you how the interval gets tuned in 13-EDT, the number of steps. In that special subset, we have every number from [0, 12]. We have a full chromatic scale! Here it is sorted by A1 the component:
Now that we have our chromatic order, let's represent the intervals in the (P5, P10) basis and give them the natural chromatic names that we used to use for the septimal chromatic intervals:
.
On each line above we have coordinates for a rank-2 chromatic BP interval, the interval name, the frequency ratio associated with the interval in the 7-limit system and the frequency ratio associated with the interval in the 5-limit system.
I wondered if the 5-limit version of P8, 15625/6561, which otherwise would be tuned to 7/3, is really the best 5-limit ratio for the job. Maybe it just came about from our weird operation of stacking P5s and normalizing by P10? Sadly no. You can do a search for arbitrary ratios with powers of 3 and 5, and ....
... and you'll see that our old friend 15625/6561 is a good approximation to 7/3, and anything better would have a crazy number of digits.
That's the Bohlen Pierce version of Pythagorean tuning. Now for the Bohlen Pierce version of quarter comma meantone: to make our Pythagorean chromatic scale sound more septimal, we'll keep the P10 tuned justly to (3/1), but we'll adjust P5 away from (5/3) so that P8 is exactly (7/3). This is analogous to how quarter comma meantone adjusts fifths to improve the intonation of thirds.
The way to adjust the tuned value of the BP perfect fifth (5/3) is to start with the coordinates for P8 in the (P5, P10) basis:
(6, -2) : P8
Form (6, -2) we can say that we want the tuned value of P5, t(P5), to be such that
t(P5)^6 * t(P10) ^-2 = 7/3
keeping t(P10) = 3/1. Solving this, we get
t(P5) = 21^(1/6)
which is quite close to the old value of 5/3. It's about 6 cents flat. Just barely noticeable. Now you can make a 2D isomorphic keyboard to play Bohlen Pierce music, and it will sound fairly septimal.
There is a little hiccup. The interval differences don't make sense any more. For example, in this rank-2 system,
both of those differences happen to equal a minor second now, but they *shouldn't* be equal. The difference between two second intervals should be some kind of unison for example. If you have a solution, I'd love to hear it. I'll keep thinking about it in the meantime. But whatever the correct interval names are, I think you can make a 2D isomorphic keyboard where a step in one cardinal direction increases/decreases the frequency ratio by (3/1) and a step in the other cardinal direction increases/decreases the frequency ratio by 21^(1/6), and then you'll get music that sounds like septimal Bohlen Pierce out of it.
Ooh! I should do a comparison of the 3d septimal just BP frequency ratios against the 1d EDT BP frequency ratios against my 2d meantone BP frequency ratios!
.
Everything is really close, which is good. The meantone value is closer to the septimal value than is the EDT value for all of (m2, P3, M4, P5, P6, m7, P8, and M9). The EDT value is only closer to the septimal value for (M2, m4, M7, m9), and only by a small amount for each. This is to say that the added dimension helped: a 2d keyboard organized by my meantone scheme really can play Bohlen Pierce music with better intonation than a one dimensional 13-EDT keyboard. I am to be commended. Also, I think it's petty cool that we adjusted the P5s to make the P8s pure, so you might have expected those to be particularly out of tune, yet the P5s are still closer to being pure than the EDT version. Excellent.
My post Conlanging III is long enough now that Blogger's editor freezes up when I ty to add to it, so I guess it's time for a new post. First up, there are a few hundred nominal concepts that I want the Xenants to have words for, and since Xenant nouns have ontological phonesthemes in the initial syllables, that means I have to do some ontological categorization work that I've been putting off for too long.
First a random thought that I need to get out: I've been growing increasingly favorable to the idea of having a comparative verbal suffix, so that you can say X exists as a Y (more than Z does). That would be the only verbal suffix that doesn't have a short prepositional gloss, which is less than ideal, but I don't think it's semantically irregular; the (as a Y) suffix is already doing equative work, and a comparative is hardly different.
Okay, now to shore up the nominal classes.
I want the Xenants to have words for psychological concepts. I don't have strong opinions on how their psychology should differ from ours architecturally, so let's just start by translating human psychological concepts directly into their language. First, I want a class for countable psychological endurants. If you can talk about an X rather than some quantity of X, then X is countable, rather than massed. If you can talk about things happening during an X, then X is a perdurant, rather than an endurant. This is a little tricky, because systematic polysemy often means, in English and other languages, that concepts labelled X might be described with more than one of those seemingly binary distinction, e.g. the universal-grinder in English let's us say both "two potatoes" and "some potatoes". The Xenants don't have systematic polysemy though.
:: Cognitive Endurants
In the last post, I said that the ontological phonestheme for counted cognitive endurants would be "Ik-". The first word-sense I think of for each of the words (concept, belief, memory, desire, preference, goal, reason) is a countable endurant, so let's give each of those short "Ik-" words. A bunch of other psychological words (sensation, thought, judgement, interpretation, deduction, inference, selection, decision) are also countable and I think they have both endurant and perdurant senses, but I think in such cases, I should first give the Xenants words for the perdurants, and then only make endurant words when I find those expressively insufficient, or perhaps instead of making a new endurant root word, just apply a derivational suffix to those perdurant words to make them into endurants. Alternatively, all the perdurant words I made in the last post were for binary / polar / antonymic endurants, not categorical ones. I never really even came up with ontological phonesthemes for categorical perdurants. Maybe I should just keep all of the perdurants polar, skip the categorical ones ("manner perdurants"), and instead use endurant word senses for things like (sensation, thought, judgement). That's kind of good, I think. It would make the perdurants a very tight class, if not a closed class. I'll decide shortly. In the meantime, here are some new Xenant words:
, but I didn't give any examples. The directed parts should at least include: (top | bottom), (front | back), (surface | interior). The shapes should at least include: (mass| void), (rod | pipe), (sheet | fault), (bump | dent), (ridge | furrow). I wouldn't mind having (left <| center |> right) as directed parts, and then for parallelism we should have something like (top <| middle |> bottom), (front <| midway |> back). And maybe like (surface <| mantle |> core) instead of (surface | interior). The Xenants live inside their planet, so here their psychological preferences for parallelism has also resulted into something appropriate for their environment. Oh, but, shoot, the language already has locative and directive frames as adverbial suffixes. Do these directed parts match up with those? ...
I don't know. I really want to get this language done, so I'm going to push forward.
Here are some clustered words for shape vocabulary:
.
I'll have to clean that up eventually. I'd also like to note that Xenant shapes are considered to be counted concrete endurants. Moving on.
:: Artefacts
How about artefact categories? The Xenants are blind to EM radiation, so they don't have much in the way of vehicles. They do have a sense of particle radiation, but it's non high-dimensional enough for rapid localization and mapping.
I think they sometimes wear personal coverings, but "equipment" is probably a more apt word than "clothing". What's the unit of equipment? What do you call one piece of kit? Or armor, for that matter? I don't know a short word. But they have protective gear for use in hazardous situations. And they weapons for when they want to get into hazardous situations. I don't know what specific weapons they have, but they also have the general word "weapon", and other general artefact roles besides that like "container", "covering", "support", "tool", "machine", "sensor", "actuator".
They live in magma, so they don't have much use for fire and don't cook their food. They have buildings, and normal architectural-parts to go with, including the door, window, wall, and floor. I'm not sure how they move from room to room vertically. Maybe a staircase, ladder, climbing-rope? Or they just swim up/down. They live spartan lives, but they might still have some furniture or furnishings, such as a bed, table, shelf, and maybe even a rug. Boxes, buckets, food pots, locked safes; all fine.
I think they have similar hand tool as humans do, including perhaps the hook, needle, chisel, trowel, fork, saw, hoe, crowbar, wrench, hammer, axe, broom, screwdriver, scythe, and shovel. They have fasteners of various kinds, like screws and nails and staples and wire. They might have passive measuring devices like plumb bobs, tape measure, and calipers.
Aside from hand tools, they have simple mechanical machines like pulleys, lifts, cranes, pliers, scissors, screwjacks, augurs, hydraulic motors/fans/turbines, hydraulic cylinders, and valves, along with complex machines like locks and clockwork timepieces. They also have electromechanical devices, including the microphone/loudspeaker, motor/generator, capacitive sensor, and limit switch.
They're not a warm, loving species, but they do have medical technology and use it on the people who are important to them. Simple medical equipment they might have includes syringes, catheters, bandages, and stretchers. For more complex equipment, they might have pacemakers and artificial organs, prosthetic actuated limbs, hearing aids, and patient-monitors.
They have documents, but it's a little bit different from our concept. To them, our stop signs would also be called documents. Physical keys are documents to them. Even coins are documents, in so far as they are treated as created artefacts in a legal system and not simply valuable chunks of metal.
Somewhat related, but with a different ontological prefix, Xenants have words for functional substance roles, like (medicine, ammunition, fuel, food, poison, fertilizer). And maybe biological words like pheromone and excrement they specify (function and relational roles to biological processes) more than (material composition) go with those too? Maybe.
:: Evaluative Roles
I was having a hard time making ontological categorizations for a bunch of words are very evaluative, like (defect error waste progress benefit). I like to start my ontological categorizations of nouns by asking three questions: 1) is it (an endurant | a perdurant | a rare other thing)? Is it massed or counted? Is it concrete or abstract? And for most of the evaluative words like "defect", I was having trouble answering at least one of the three preliminary questions. Like a defect seems to be usually concrete, an error seems to usually be abstract, and a mess can be either, maybe? But I don't feel super confident about any of those judgements. But here's a solution perhaps: just add an evaluative suffix to other nouns that are already well categorized, either as a bare adjectival suffix or as a genitive suffix that takes a dimension as an argument, like (valuable | worthless). The Xenants don't have a root word for a mess, they have a compound noun like (collection(-with-(disorder)). They don't have a root noun for a defect, they say (surface-feature(-with-(non-functionality)) or similar. You know how in English we can say "it was such a waste" and "there was a lot of waste on the ground"? It's a mass noun and a count noun. I was struggling to well-characterize both word senses, and now I don't have to: the Xenants don't use root nouns for those either word sense.
I like this a lot. It's very Xenantish. No evaluative root nouns. Before I came to this decision, I was trying to make a tidy set of antonymic evaluative roles for situations:
.
Not perfect yet, but it was going somewhere. I still kind of like it. Might come back to it.
:: Speech Acts and Message Roles
In my post Conlanging III, I came up with these words for "compositions":
.
In retrospect, I think the last two don't belong with the others. A message can function as an explanation or a prediction or other things. Those are roles for a message, not separate types of symbolic compositions. Here are some common roles for messages among human speakers, based on the content of the message: (greeting, well-wish, statement/claim, prediction, explanation, justification, insult, compliment, criticism, blame, praise, offer/proposal, denial, rejection, acceptance, request, inquiry, command, pronouncement, apology, promise, warning, invitation, suggestion/recommendation). And maybe (prompt, response, retort), but those seem to have less to do with the message content than the other words. I've said in previous posts that I'd like the Xenants to mostly not have speech acts: they don't think that reality is altered by verbally agreeing to terms of a contract, or by pronouncing two people to now be spouses, or by calling a meeting to order, et cetera. And they're not friendly, so they won't have greetings and well-wishes. And their emotions are kind of blunted relative to ours, so they might night even have (emotionally charges) insults and compliments, although they'll still have a capacity for causal attributions allowing them to make criticisms and praise, blame and... exonerations. And they are intelligent, with a capacity to weigh probabilities, so they need to have a way to talk about prediction and explanation, at the least.
Here's where I'm leaning: For messages that are claims, the Xenants recognize and use the following roles, which distinguish claims functionally by their contents:
I want names for Xenant social roles. I think it would be cute if they had a very small set of root-words for roles which are then distinguished by the subject that they deal with. Something like:
* administrator of (army, business, earth-mound, ecosystem)
* caretaker of (animals, corpses, earth-mounds, elders, infants, patients, plants, ...)
* creator of (earth-mounds, infants, prophecy, soldiers, ...)
* hunter of (animals, criminals, enemies, gems, plants, profits, spies, stratagems, wisdom, ....)
The presence of a half consonant in the second position indicates a role, and specifically a role for the sortal ontological type associated with the phonestheme. I already did this with
as roles for the sortal concept "organism" which has the phonestheme IZ. I think now I'm going to add a rule that the role-word which has "Zk" after the half-syllable will name the family of roles, e.g.
Relative: IZx_Zk
.
It's not ideal to have "relative" at the same level of lexical complexity as "parent", since "relative" is more abstract, but Xenants wouldn't recognize the phonestheme + half-syllable, "IZx_", as a well-formed noun. It would mess up their rigid parsing rules for identifying parts of speech and affix boundaries.
This potentially allows me to make roles for roles. Like if an agent is a role for a concrete endurant, maybe social roles for people, like "administrator of business", are roles for roles, with a form like
(phonestheme)(half syllable)(speciating boundary syllables)(half syllable)(speciating boundary syllables)
. I think that has the potential to make common important words unwieldy, so it won't be rigidly adhered to in the language: half-syllables in nouns will indicate roles, but not all roles with have half-syllables. For example, "agent" is a concept of such commonness and import that it will have a short word in the language, even if it's a role, and so social roles won't be so long as a consequence.
I had been struggling to find a place for the word "member" as a noun in the language. Endurants and perdurants can both be members of sets, so "member" has to be at a higher level of abstraction than either of those in the language, i.e. the level of Entities. For a moment, I had the idea that I could just not have "member" as a root noun: we have already introduced a genitive nominal suffixes that marks a noun as a member, "xkk_", so to speak of the concept "member" generally, I could say something like entity-(member-of(entity)), where "entity" here is not meant as a free variable, but rather the most general noun in the language, the word "entity", which they write as "ot". Written out it would be more like:
ot ot #1xkk_#2
That works to express the concept "member", but I'm not sure it works generally: I wanted a small closed class of genitive nominal suffixes, and it's not clear to me that nominal roles are a small closed class that can fit into the fixed lexical/morphosyntactcial space of genitive suffixes. Provisionally, I'm going to say that the Xenants have a word for "member" that is a role for entities,
Member: otx_Ko
and other concepts related to "member" can also be in the "otx_" class, but I'm not sure what the general name of the class is, i.e. what the word "otx_Zk" means. Maybe "member" is the most general word and later I'll replace it with "otx_Zk". We'll see.
Since there are only 12 half syllables in the language, this choice of word-form for "member" is committing me to sorting entity-roles into at most 12 categories, which is... exciting maybe? We'll see how that goes. Members are countable, so maybe "otx_" entity roles are all countable, in addition to having other properties in common. I like that.
: Modal Roles
I tried to keep the Xenants from having adjectival nouns (property/quality words) with a modal character, like "flammability" and "legibility". Xenants don't remark on someone being "able" to do something, they say that [the person is (powerful, stable, intelligent, knowledgeable, ...) and therefore the speaker expects the person to do the thing]. In light of this, I'm struggling to figure out where if anywhere in the language to place the word "skill". Is it an info object like "knowledge"? Is it just a synonym for "ability", which I've tabooed? I'd feel better categorizing it as an info object if there were a numerical measure of skill so that an ascription of skill was a statement about the present and not about possible futures. Maybe instead of saying "skill", the Xenants will say "a history of success". How would they express that phrase in their language?
...
I'm forgetting which features this language has. I need to reread everything from the start. Please hold.
...
The diatonic 7th chords in the C major harmonic field are these:
The diatonic 7th chords in the parallel minor key of C minor, which are often borrowed into C major songs, are these:
The secondary dominants of the diatonic 7th chords in C major are these:
. The F7 and the Eb7 are new friends. Again here we have a gap because Dm7b5 doesn't have a secondary dominant.
Oh! I have some old notes on which triad chord sequences I like, and the ones with diminished chords don't all fit that pattern. Here's a good one: Start with a Dm or Fmaj chord, then play a Ddim chord, then a Cmaj or Am cord. That's four different good sounding chord sequences with diminished chords, and none of them are accounted for by any of my theories. Also, past-me thinks that you can put any of (Gmaj, Fmaj, Ebmaj) before (Fdim -> Cmaj) and get a good sounding sequence. That one I kind of get though; I think the Fdim is functioning like an Fm chord, which is a parallel borrowing from the C minor scale. But wait, there's more! Between C and Dm you can insert a Ebdim chord and it sounds good. This is the whole sequence that past-me wrote down: (C Eb.dim D.m G C). Try it. It's good. Another unusual sequence with triads: (A.dim G.m F C). And finally, take any of these (Ab, Ab.aug, Ab.m) and follow it with any of these (G, G.m) and resolve down to C. Or, you know, don't resolve down to C. Go somewhere else. Do this:
But wait, I found more old notes on music theory, and they're a little surprising. These guys were all grouped together in my notes:
but there's no #III.dim or #VI.dim for some reason, and I do think that's there's a reason. Then these guys were mixed in with those:
. The roman numerals are the same on the antecedent and consequent chords, for some reason. Also-also, these were mixed in:
, and they probably do, since normal practice lets you stick secondary dominants anywhere. But I'm still going to check them the next time I'm at a piano or in the mood to program some sounds. What about secondary dominants between stepwise chord motions that involve parallel borrowings?
These are the first insertion rules I want to check where the chords of the target context are both diatonic in C minor:
.
It's a common alteration to make the ^5 chord of a minor scale into a dominant one (Gm7 => G7 in C minor), so let's also include:
(Fm7 G7) => (Fm7 D7 G7)
.
What about insertion targets where one of the chords is diatonic in C major and one is diatonic in C minor?
...
: Other spicy chord progressions
Substituting Dm7b5 for Dm7 isn't any surprise. But why does Ab.maj7 work in place of a II.m chord? We can compare the pitch classes of the two chords:
and see that they have some notes in common (Ab and C), which is the start of an explanation, and you might also note that the Ab is a d5 above D natural - like in a tritone substitution. But it's not a tritone substitution - for that the 3rds and 7ths would be the same, at least enharmonically, and switched, and they're not.
Any analysis that says Ab.maj7 can substitute for D.m7b5 is also going to say that F.maj7 can substitute for B.m7b5 in regular C major, and that's... crazy, right? Isn't it? I think that's crazy, but I'm not sure. If I just look at my diatonic triad insertion rules, every rule with a Bdim still makes sense with an Fmaj in it's place, so, maybe it is a real/useful principle of substitution. Or my diatonic insertion rules aren't very advanced and you can only make the substitution sometimes.
Also, hey, whoa, speaking of enharmonics and shared tones: If we're not in 12-TET, do tritone substitutions stop working? Like using Db7 ([Db F Ab Cb]) for G7 ([G B D F]) is normally presented as working because the F and B/Cb are shared. But in other tuning systems, B and Cb aren't equal. Do we lose tritone substitutions in e.g. meantone temperaments? That's something I should test soon.
Okay, back to parallel borrowings. That Ab.maj7 borrowed from C minor can also bounce against the C.major7 pretty well,
(Cmaj7 Abmaj7 Cmaj7)
the same way you might do with a G or an F. And my diatonic triad insertion rules pretty much began with (C F C) and (C G C) and then inserted the other diatonic triads in the gaps between. So maybe there's a whole world of cadences to build around (Cmaj7 Abmaj7 Cmaj7)?
Another chord that can bounce against C.maj7 is Bb.maj7:
(C,maj7 Bb.maj7 C.maj7)
It sounds quite good, and I don't know why. It's not quite a parallel borrowing - the C minor scale has Bb7 instead. Maybe there's a whole world of cadences here too. Both the Abmaj7 bounce and the Bbmaj7 bounce have a bossa nova vibe to my ear. It would be great if I discovered cadences based on the two bounces that made bossa nova more explicable.
On that subject: what's the deal with all the 6 chords? Bossa nova uses lots of 6 chords, and I don't know if it uses specific 6 chords for specific functions that differ from other 6 chords and other 7 chords. If so, that's something I should figure out and add to the grammar. And if not, then all the sooner I should have programs that make nice bossa nova chord progressions. I think later this evening I'll post most of what I know about 6 chords here and see if the totality of my knowledge forms a useable theory of cadential functions for 6 chords.
Did I mention that 6 chords are secretly 13 chords? No? Well I mentioned it in the last post. Try to keep up. So anywhere that you can use a VII.m7b5 chord, you can write in a II.m6 chord and now people will think that you have jazz chops. There aren't hugely many uses of VII chords, but it's a start.
The chord F.6b5 is also basically an inversion of B.m7b5:
except that we have a Cb instead of a B. That might matter in microtonal tuning system; I'm not sure. But it doesn't matter in 12 TET. You can write in an F6b5 in place of Bm7b5, and now people will think that you know the secret art of how to use major thirds alongside diminished fifths.
What if you aren't ready to pose as a Keeper Of The Secret Art? I've got good news for you: a Dm7 chord is an inversion of an F6 chord. Now you can put 6 chords in place of the ii in a (ii V I) cadence also! Two third of your jazz songs are going to be 6 chords of one kind or another. And if you want to use a .6add9 chord instead of a .6 chord? Then F.6(add9) chord is an inversion of D.m7(add11), so if you feel comfortable writing a ii chord with a natural eleventh, then you should feel comfortable using .6(add9) chords on both the ^1 and the ^4 scale degrees in C major. The diatonic 13 chord rooted on scale degree ^2 in C major is a D.m13, which has a P11 interval, so it's even diatonic. Can we respell the other minor chords in C major as 6ths? The diatonic 13 chord rooted on scale degree ^6 in C major, namely A.m11b13, also has a P11 interval, so you should feel totally comfortable writing a A.m7(add11) chord on sheet music, and this is an inversion of our old friend C.6(add9). What about the 13 chord rooted on scale degree ^3? In C major, it's an E.m11b9b13 chord, with intervals [P1, m3, P5, m7, m9, P11, m13], and E.m7(add11) is a subset of that, so you should feel comfortable writing in a G.6(add9) chord anywhere that you're comfortable using a diatonic E.m7(add11).
Still think that's weak? It is kind of weak. We're just respelling diatonic chord sequences. I think some of the value of respelling these things is that the respellings suggest different voicings. When you put the F in the root of a D,m7(add11) chord, you might call it an F6(add9), but it's also Fmaj(add9)(add13)
F.maj(add9)(add13):[F A C G D]
and there's a really good chance that that's how a bossa nova guitarist is voicing it. And this has a cool stack of two P5s on the end. A pianist might play the the (3rd 6th 9th), i.e. (A D G), ascending in the right hand and get a stack of 4ths, like a delicate tinkly spacious atmospheric Joe Hisaishi piece. You don't get those voicings if you're putting D in the bass. These respelling have consequences.
Ready to have your mind blown? We just saw that D.m7(add9) = F.6(add9), but they're also inversions of a dominant G.11 chord with no third, a.k.a. G.9sus4. So, like... can you use F.6add9 as V.7 chord in C major? Can F.6add9 be a ii chord and a V chord? Can you just play F.6add9 twice for a (ii V) progression? I don't know.
There are a few other 6 chord I know of that are related to the dominant 7th chord: a G.7 chord with a sharp 9th is close to being a Bb.6b9 or A#.6b9 chord:
.
They're the same in 12-TET at least. Also G.7#5b9 is approximately equal to an Ab minor 6th chord with a G in the bass, Ab.m6/G, better known as Ab.mmaj7(add13), and also they're both approximately equal to Fm9b5.
.
I think I once saw an Ab.m6/G chord used in a (ii V I) progression in the wild. Idk if it works outside of 12-TET.
Two more kind of interesting respellings that I've found while doing this post:
This
F.6(add11) ~ D.m7b13 ~ A#.maj9
relates and F6 to a Dm7, which isn't surprising, but also to an Bb.maj7, which showed previously as a 12-TET respelling of G.7#9 and also I previously claimed that Bbmaj7 bounces well against Cmjaj7:
(C,maj7 Bb.maj7 C.maj7)
and might be a source for a whole new family of interesting cadences.
One more interesting respelling, not related to dominant 7 chords or even 6 chords really, but I just have to show you:
G.maj7#9b13 = B.maj7#9b13 = D#.maj7#9b13
Isn't that crazy? Three different .maj7#9b13 chords. I just found out about that.
Now let's respell chords from the parallel minor key!
The D.m7b5 of the C minor scale can be replaced with Fm6. The F.m7(add11) can be replaced with Ab.6(add9). The Gm7(add11) can be replaced with Bb.6(add9).
I once wrote on twitter that a good principle for introducing 6 chords into your music is to put them on every diatonic chord in your key's harmonic field, maybe excluding V.7. In C major, our usual harmonic field of diatonic seventh chords
Cmaj7 Dm7 Em7 Fmaj7 G7 Am7 Bm7b5
then becomes:
C6 Dm6 Em6 F6 G7 Am6 Bdim7
The 7 in a .dim7 chord is made by an interval of a d7 above the root, which is tunes to the same key as a M6 above the root in 12 TET, so a .dim7 chord works really well among other 6 chords.
If you just take a normal song with diatonic triads and translate them all to the harmonic field of 6 chords, it's sound good. It sounds cohesive and unified, and also maybe a little bit dark and sexy.
By comparison, the harmonic field I've been trying justify, a piece at a time, is more like this:
(Cmaj7 => C6) (Dm7 => F6(add9)) (Em7 => G.6(add9)) Fmaj7 G7 (Am7 => C6(add9)) (Bm7b5 => Dm6)
I don't feel great about any of the substitutions that I found for G7, so I'm not including those above. This harmonic field has some of the same pieces as the 6 chord field I once posted on twitter, but we're missing E.m6, A.m6, and B.dim7. So let's talk about those.
Let's start with A.m6. It's not a diatonic chord in C major.
A.m(add13): [A C E F#]
although upper chord tones don't have to be diatonic. They're sexier when they're not. The prroblem is that without a 7th scale degree on the chord, I'm not sure of its harmonic function in C major. There's a coward's way around this: A.m6 is an inversion of F#m7b5:
F#.m7b5: [F# A C E]
which is diatonic in G major. (Also it's almost an inversion of C6b5:
C6b5: [C E Gb A]
, but I'm not a Keeper of the Art, so let's leave that one to better theorists.)
So one way to get A.m6 chords into your C major progression is to modulate or temporarily tonicize to G major, and get a chord progression in G major that includes an F#.m7b5 chord, and then respell it as an A.m6.
That might sound like a lot, but it basically means that we can look at old triad rules like
(Am C) => (Am Bdim C)
and modulate the whole thing like this, adding in diatonic sevenths:
(E.m7 G.maj) => (E.m7 F#.m7b5 G.maj)
and then respell the middle chord like this:
(E.m7 G.maj) => (E.m7 A.m6 G.maj)
.
You might be wondering why I have a bare G.maj above at the end of that sequence, without a seventh scale degree. My thinking was that it should be a G.maj7 or G.6 or G6.9 if we've modulated to G major, and it could be another chord quality if we're dealing with a temporary tonicization, but most often it will be G.7 for tonicization. Lots of G.7 chords arise in C major chord sequences, and when you tonicize them, you don't change the chord quality away from .7, even though the .7 quality isn't otherwise normally used as a chord quality/sonority/type for for the I scale degree. In short, if we don't modulate out of C major, one way I know to functionally justify A.m6 chords is through tonicization. Which is basically modulation, but I'm still calling this a small win.
An E.m6 chord is an inversion of C#m7b5, which is diatonic in D major. We could pull the same trick again.
(B.m D) => (B.m7 E.m6 D.maj)
It's really not a very good trick. And where are you going to get a D.major chord to tonicize anyway? Maybe you can tonicize a D.m chord but still precede it with a C#.m7b5 from D major? Something to test, but not obviously right. Otherwise, D7 is a secondary dominant of G chords, so you could get a sequence like
(((B.m7 E.m6 D.7) G.7) C.6)
maybe.
I have a few more ideas for the theory of how to use 6 chords. One is this: they're seventh chords. That's right, you guessed it, they've secretly got diminished 7th or diminished 14th intervals, not M6 or M13. Common practice music theory says that this is the case for the dim7 chord, and why shouldn't it be the same for the other chords in that harmonic field of 6 chords that I once posted on twitter? Have you ever played a song with 6 chords on a polyphonic microtonal instrument and verified that M6 intervals sound better than d7? Probably not. I'm not super serious about this one, but I do think it merits a little investigation. I think this does a decent job of explaining why .6 and .6(add9) chords are very common in jazz: they're secretly types of 7 and 9 chords, which are a little easier to use than 11 and 13 chords. Why else would be have scale degrees ^9 and ^13 specified so often but not ^7 or ^11? "Quartal harmony?" Yeah, okay, maybe.
Next theory: 6 chords are 7th chords without 7ths. By this I mean, you can use an F6 for an Fmaj7 because and F6 is an Fmaj7(add13)(no 7). No one expects upper chord tones to be diatonic, so the presence of non diatonic 13 degrees in (E.m6, A.m6, B.dim7) doesn't need to be explained. If this were the case, I think we'd have a lot more .b6 and b6(add9) chords in jazz and bossa nova than we see in practice, since b13 is a common upper chord tone. This one is easy to test with normal instruments: whenever you see a 6 chord, try adding in the seventh that seems to explain its harmonic function in the context of nearby chords. If you see an E.m6, you can guess that it's just a diatonic .m7 chord, add in the 7th degree to get E.m7(add13), and then listen and see if the chord seems to have changed meaningfully. If adding the 7th doesn't change how to chord is functioning, then it was a .m7(add13) chord all along. If the .m7(add13) feels functionally different from the .m6, then this theory goes out the window and it's time to figure out what the different functions are.
Next idea: let's look at the pitch classes of the harmonic field with all 6 chords. Here's the field again:
C6 Dm6 Em6 F6 G7 Am6 Bdim7
and here are the pitch classes for those chords:
.... Now what? I feel like maybe I should be doing some analysis of how the accidentals work across chord transitions. Like, if you have a chord progression generated by the C major diatonic triad grammar from way up above,
(C Em Am G F Bdim C)
with all of the chords replaced by their homologues in the 6 chord harmonic field:
(C6 Em6 Am6 G7 F6 Bdim7 C6)
, are the accidentals doing interesting things to link the chords? The A.m6 has an F# which could move by a half step to the root of G7, and that's kind of nice. The E.m6 has a C# that could move by half step to the C of the A.m6 chord. And the B.dim7 has an Ab, which could move by half step to the A of the C.6. The actual movements will depend on how the chords are voiced. This is not impressive: there are only so many notes, you're bound to have small steps from an accidental to one of the pitch classes of the next chord. Every chord in the 6 field has a C or a D or both, so the fact that C# moves by a half step to the next chord is completely trivial. Likewise, every chord has an E or an F, so F# moving by step isn't interesting. I just don't know what to do here.
Lol, okay, I just looked at some actual lead sheets for bossa nova and there were hardly any 6 chords? At least not in Desde Que O Samba or Nao Vou Pra Casa or Garota de Ipanema. And the ones that do appear, about half of them are like an Am6 following an Am7, i.e. normal stepwise voice leading on top of normal diatonic seven chord function. WTF have I been doing?
One more quick thought about 6 chords though: if you can use C.m6 tonically in C minor, you should be able to use A.m6 in C major. You can have an A minor modal section within a C major song. There doesn't need to be any justification like a tonicization of a G chord for A.m6 in C major. It's fine. Use it whenever.
And, maybe I never mentioned it? A rootless V.9 is a II.m6, e.g. rootless G.9 = Dm(add13) = F6b5 = Bm7b5. Also, rootless Ab.maj7b9.
Let's get back to the grammar. I think we can improve both the diatonic C major grammar and the parallel borrowing grammar a lot. For one thing, the diatonic grammar has hardly any rules involving Em, which means we have limited opportunities in introduce the chord or to expand around the chord. There's one chord progression in particular, (C Dm Em Dm C), that's common in pop music but the grammar can't generate at the moment, and that needs to be fixed. It's basically the entire structure of songs like The Allman Brothers' "Melissa" and Charles Manson's "Your Home Is Where You're Happy". Another weakness: the borrowed chord grammar right now has very few rules involving Ab.maj chords, so, for example, it won't recognize or generate the Mario cadence, (bVI.maj bVII.maj I.maj), and that's a damn shame.
Looking back over my music theory notes from past years for stuff about chord grammars I found a claim that secondary subdominant chords were all the rage in the romantic era. My notes say that (II.dim of IV), (II.dim of V), and (IV.m of IV) were common. Is II.dim even subdominant? Someone thinks so. The same document says augmented 6 chords were common, and had a subdominant function, and were resolved to dominant 7 chords. In one of my chord grammars, I had the substitution rule "V → (bII.6 V)", so that's one way to use sixths predominantly. The document also says that shared-tone chromatic mediant motion was all the rage.
Some more notes about romantic era harmony, these seem to be from "Analyzing Tschaikovsky's "Der Puppe Begräbnis"", probably reproduced with some small edits in my notes:
"An augmented sixth chord functions harmonically as a chromatically altered predominant chord (typically, an alteration of ii^(4/3), IV^(6/5), vi^(7) or their parallel equivalents in the minor mode) leading to a dominant chord. This characteristic has led many analysts to compare the voice leading of augmented sixth chords to the secondary dominant V of V. In most occasions, the augmented-sixth chords precede either the dominant, or the tonic in second inversion. The augmented sixths can be treated as chromatically altered passing chords."
"Tchaikovsky considered the augmented sixth chords to be altered dominant chords. He described the augmented sixth chords to be inversions of the diminished triad and of dominant and diminished seventh chords with a lowered second degree (♭scale degree 2), and accordingly resolving into the tonic. He notes that, "some theorists insist upon [augmented sixth chord's] resolution not into the tonic but into the dominant triad, and regard them as being erected not on the altered 2nd degree, but on the altered 6th degree in major and on the natural 6th degree in minor", yet calls this view, "fallacious", insisting that a, "chord of the augmented sixth on the 6th degree is nothing else than a modulatory degression into the key of the dominant"."
So that's all good and useful. Oh wow, this document is huge. I cannot post it all. I will just code it up and post that.
Looking at my old substitution-based chord grammar code, there are just a few things that I haven't really accounted for in my expansion-based chord grammars above. In my old grammar, I replaced replaced V.maj with VII.dim very freely. Replacing G with Bdim in all of the diatonic grammar rules and throwing out the ones look completely crazy, I think these might be useful:
, although I'll have to check how they sound.
I also used to replace V.maj with III.m very freely. This is a little weird, but why not try it? None of these immediately stand out to me visually as being crazy, but I doubt that all of them will work:
. Only four of the ten rules here actually introduce Em into chord sequences. The other six rules insert other chords into contexts that include Em.
Another rule in my old substitution grammar works directly as a rule in an expansion grammar: ("V → V VI.m VII.dim V"), which we can spell as
G → (G Am Bdim G)
. I don't know if it sounds any good. I think I just blindly copied that one from Donya Quick. I'm not anxious to add that one to my expansion grammar, but I'll give it a listen later on. This rule comes from Donya too:
When applied to my diatonic expansion rules, this mostly just reproduces other rules that I've made other ways, such as through (G -> E.m), so that's encouraging. The new ones are these:
. I'll also give them a listen, sure. I suppose I could apply the same substitutions to the borrowed chord grammar now. We get these from (G -> B.dim):
and these frorm (G -> Em):
And these from (G -> Em Am):
For the second one, the substitution actually gives
and I got rid of the E.m that appears at the beginning of both sides because I think it's redundant. An insertion context needs a chord in front and a chord behind, and that's enough. I hope. I'm just making this up as I go. But it's kind of working out so far. I'll work on adding mixed mode rules for D.m7b5 and Ab.maj7 and G.m7 next time. Good night.
....
I sat down at a piano with a note book but no laptop, and I played around and found that these expansion rules with parallel borrowings work pretty well / sound pretty good:
. Most of them involve the chord Ab, but also there are a few new uses for Bb. I haven't tried them with different 7ths. Maybe some of the Bb chords are maj7 and some are dominant 7.
Here are the expansion rules that I feel best about so far:
.
This is kind of crazy. I've got more than 70 rules here, whereas my implementation of Donya's PTGG system only had like 25 rules, and it could do secondary dominants and modulations and stuff. I honestly think this is going to make cooler/better chord sequences than any of the variants of Donya's grammar that I played with, but it's still crazy.
I could maybe compress the presentation a little bit by making rules like this
where each rule says that any of the options on the right can be inserted in the middle of the context on the left. You might think that some interpretable chord classes would emerge from that. Like the family (G, E.m, B.dim) has to emerge, because I explicitly used the transformations (G -> E.m) and (G -> B.dim) to generate additional rules. And it does. But what else? I think (F, D.m, A.m) frequently co-occur in option sets. And (Bb, Eb) might be a family. Although (Bb, Eb) usually occur in the same places as (F, D.m, A.m), so it might be just one family. There are some other regularities, besides those. The chord F.m is only ever introduced after an F chord in my rules, so far. I think Bb is only ever introduced before a C, and F, or an F.m. Still reading.
If a C chord is at the end of the context, you're probably going to insert a (G, E.m, B.dim) chord, especially if the first chord of the context comes from (F, D.m, A.m, Bb, Eb). If C is the first chord of the context, you're probably going to insert a (F, D.m, A.m, Bb, Eb) chord, the second chord in the context hardly matters at all. If the firrst chord of the context is in (G, E.m, B.dim) and the second chord is F, then you insert one of (F, D.m, A.m, Bb, Eb).
Okay, that's a first pass at compressing the grammar in broad, lossy strokes. Next...I think my next pass should look at (Bb, Eb) as a separate family, and maybe look at (A.m) separate from (F, D.m).
Or better yet, I could just stop trying to compress the thing, then code the rules up, and discover whether they sound as good, when randomly selected by a program, as they do when I'm choosing them with artistic bias at a piano
...
I coded it up! It's decent! There are more repetitions than I'd like, but that's to be expected with a context-free grammar. The generated sequences can easily be cleaned up with a regex. Here are some non-repetitious mixed-modality 8-chord phrases that start and end on C, with no C chords in between:
.
The grammar can make at least 1390 unique 8-chord phrases like that.
And here are some that are 16 chords long:
.
I tried rendering a 16-chord phrase, (C A.m Bb F G Bb F F.m Eb D.m B.dim Bb Ab G Eb C) to find out how it sounded. Just okay. The grammar needs some work. Also, I probably should have chosen 9-chord and 17-chord phrases instead of an 8- and 16-chord phrases. It sounds better if the last C chord gets its own measure. Also, sadly, it sounds better with triads than with diatonic seventh chords. Also, 16 chord sis too long to get back to the tonic, I think.
That rendering is pretty basic. It's just in 12-TET, with the barest waltz figure for the horizonal realization, and the chords are all voiced in root position, except one, the G major, that I manually respelled because the leap in the bass was driving me nutty. Also there's no natural variation in tempo, onset times, or volume. All of those are bad, and know how to fix them in code; I've done it before and I'll do it again. But first, I want to fix the grammar.
Despite all of that, it's still not terrible, I think. With better voicings, more interesting comping, and a melody on top, that audio clip would be something that I'd consider posting on soundcloud. I have lots more work to do, but I still think we've got a worthy germ of a mixed mode chord grammar here.
...
New day, new plans. Let's render multiple shorter C to C phrases in sequence and voice them better so that the seventh chords sound good. I can do that very quickly, and that'll be way easier than changing the whole grammar with rules about duration, and rechecking every rule for sound.
For the voicing and the comping, let's make it sound more like bossa nova. Befoe I was voicing the chords with
(^1 ^5 |
in the lower chord tones / left hand, and
| ^1 ^3 ^5)
in the upper chord tones / right hand.
One common way to voice chords in bossa nova is to put just the ^1 in the bass, and upper chord tones will only be ^3 and ^7. Then you use voice leading considerations to chose between (^1 | ^3 ^7) and (^1 | ^7 3) for each chord. Once you have the placement of the third and the seventh figured out, you can put the fifth scale degree on top indiscriminately. You can do more advanced stuff of course, but lots and lots of bossa nova just has sparse little 4 note chord like that, on piano or guitar. So these are the voicing options:
.
It's not a general solution, but I bet I could just assign one of those two voicings rigidly for every chord in the C major and C minor harmonic fields and get something out with good voice leading. I never actually used C.m or D.dim from the C minor harmonic field in my grammar, but here are the others:
.
I made that up, but I think it's going to work. It alternates |7 3) to |3 7) to |7 3) in the (II V I) cadence of (Dm G7 C), which I know sound good, and then I just assigned every other chord the |7 3) or |3 7) voicing depending on whether I feel like the grammar uses the chord more like a II, a V or a I. Even if I guessed a few wrong, it's not going to sound any worse than the straight (^1 ^3 ^5 ^7) voicing that I tried first. It'll be fine.
Bossa nova comping: ...
...