Roman Numeral Analysis - Inversions using letters
Hello,
How do I add an inversion to a chord with a note letter - eg: IVb
When I type 'b' I get a flat sign.
Thanks.
Hello,
How do I add an inversion to a chord with a note letter - eg: IVb
When I type 'b' I get a flat sign.
Thanks.
Do you still have an unanswered question? Please log in first to post your question.
Comments
Wouldn't the note name be B rather than b?
Isn't RNA supposed to be independant of notes?
In reply to Wouldn't the note name be B… by Jojo-Schmitz
IVb = 1st inversion - third in the bass.
In reply to IVb = 1st inversion - third… by SteveBlower
Do you have an authoritative source on that variant of the notation?
I've not seen that used before in my limited experience, and it's not included within the wiki page (https://en.wikipedia.org/wiki/Roman_numeral_analysis) (for what that's worth), which leads me into believing it is a non-standard or far less common way of notating inversions.
In reply to Do you have an authoritative… by jeetee
It is how I was taught, but looking through some of my library, "Harmony" by Walter Piston, "Theory of Harmony" by Arnold Schoenberg, "The Evolution of Harmony" by C.H. Kitson, I can only find the attached example from "Teach yourself composition" by King Palmer. img20191105_12293949.pdf
However on the web I found this page: https://www.mymusictheory.com/learn-music-theory/for-students/grade-5/5… which uses the same notation to teach the ABRSM theory syllabus.
And also here: https://www.basicmusictheory.com/d-major-triad-chords.
And here: https://books.google.co.uk/books?id=TfdUAgAAQBAJ&pg=PT196&lpg=PT196&dq=…
And here: https://www.musictheoryacademy.com/understanding-music/chord-inversions/
And if Wikipedia is your bag, here also: https://en.wikipedia.org/wiki/Inversion_(music)#Popular-music_notation
So, maybe not so common, but not uncommon.
In reply to It is how I was taught, but… by SteveBlower
Thanks for the references.
Perhaps it could make sense to have an RNA-style option likewise to how currently there exist different chord symbol styles. Although I'm unsure that the current techniques used by Marc to implement RNA can support such a thing.
As it currently stands, you should (as Jojo indicated) be able to put a backslash in front of the character to prevent auto-formatting of it. So try typing in IV\b and you should get the end result you're looking for.
In reply to IVb = 1st inversion - third… by SteveBlower
I6 would be the first inversion as per that wikipedia page
In reply to I6 would be the first… by Jojo-Schmitz
I think I've seen it once, but can't recall where. I'd join a movement to abolish it. If you don't need the stacked numbers, you don't need Campania/RNA -- just use staff text --- but it is an obscure and minority notation which will surely confuse others.
In reply to I think I've seen it once,… by [DELETED] 1831606
Using 'b' lowercase (or c/d for 2nd/3rd inversion) is the most common I have seen (is it a British thing?). It's in quite a few text books.
In reply to Using 'b' lowercase (or c/d… by therestisnoise
Oh, so it is not a notename
Try "\b" to prevent it from turning into a flat
In reply to Oh, so it is not a notename by Jojo-Schmitz
Why use MS RNA at all? How is it helping this model other than with vertical placement? Why shouldn't staff text suffice?
In reply to Why use MS RNA at all? How… by [DELETED] 1831606
Yes, perhaps it is a British thing. King Palmer was a brit, the ABRSM syllabus is British. My theory teacher was a New Zealander and perhaps the old colonial heritage showed.
In reply to Yes, perhaps it is a British… by SteveBlower
It's also used by the Open University, so it could well be a British-only thing.
In reply to Oh, so it is not a notename by Jojo-Schmitz
That worked thanks.
Interesting, first I can recall ever having heard of this a/b/c notation. So, I'm happy to have added that backslash method (a last minuted addition to the font), so typing IV\b will do the trick. People have suggested you don't need Campania font then, but it's still nice to be able to type bII and get the automatic flat. You can get this in any font by using Ctrl+Shift+b, but then I assume you still want the superscripted 7 for seventh chords. Which, I supposed, you can get using the text toolbar, but this isn't available when using the RNA feature, so you'd have to go back to faking it with lyrics or whatever. So, bottom line, the "\b" seems your best bet.
Right now there is no way to implement an option in MuseScore to control this, because the formatting is hard-coded into the font. In theory there would probably be a way to do this by toggling different font features, but I'm not sure it could be cleanly or if Qt even supports it, and I'm reluctant to go to that kind of trouble for what seems to be an exceedingly rare use case.
However, I wonder - would it always be the case that the "b" here is the last character of the symbol? There would never be a number after it? If so, then I could tweak the font to not translate accidentals at the end of a symbol. I would, however, be a little worried that somewhere else there is someone who uses IIb to mean "flat II" (after all, we do write Db, not bD).
In reply to Interesting, first I can… by Marc Sabatella
Hello,
Back slash works well thank you. Tricky Brits eh?
In reply to Interesting, first I can… by Marc Sabatella
The letter denoting the inversion should be the last part of the symbol as far as I can see. The logic is: specify the chord notes, then add the letter to specify the inversion. So one can have V7d or even V9e for example. In all the examples I have to hand 7ths etc are not superscripted, but I would not be surprised to find examples that are.
Regarding the escape \, it seems that once it has been used it applies to all subsequent characters. Is there an "unescape" character? I can't think of a case where it would useful, but perhaps that is just my lack of imagination.
In reply to The letter denoting the… by SteveBlower
No, \ should apply to a single character only. So for instance, I\b6 gives you the "b" literally as a b, but the 6 is still superscripted. I\b\6 will render the b and 6 both literally.
So if you want V7d with no superscripting, type I\7\b. Actually, in this case, the \b isn't needed, I already don't automatically convert the b to flat after a number, unless another number follows. But I may change some of the details of that based on this discussion.
In reply to No, \ should apply to a… by Marc Sabatella
OK that makes sense, I was experimenting and thought that having escaped the 7 to avoid superscripting it had persisted when the final b didn't turn into a flat.
As far as I can see, the RNA as is, with the escape facility does everything we Brits need to add our peculiar symbols. Perhaps it needs just a note of its application to the different usage in the documentation.
Hello, I was able to add a 64 chord, etc. This is great, thanks a lot.
However, if i only want the number to show up at the bottom (leaving the top blank, as in a third inversion of a 7th chord, I was not able to position the 2 at the follow with the top was blank). Can you let me know how this can be done?
In reply to Hello, I was able to add a… by bone
The standard notation for the third inversion of a seventh chord is 6-4-2 (stacked), and this works correctly (642).
In reply to Hello, I was able to add a… by bone
Or if you want just the 2, in my experience it’s more common to superscript it. But if you find published examples that use a different scheme, please attach them so I can see and consider how that might be done.
In reply to Or if you want just the 2,… by Marc Sabatella
FWIW, if you do wish to use subscripted 2 instead of the standard superscript, you can press F2 while editing your text to bring up the Special Characters palette, then click Unicode, find Superscripts and Subscripts, and the character from there. If you do that a lot, you can easily drag a symbol from the Special Characters palette to your regular Text palette (or any other palette you wish) to make it easier to get to later.
In reply to FWIW, if you do wish to use… by Marc Sabatella
Thanks. I went to the Special Characters but many characters shown have become rectangles (not available, I guess.) The subscript option was not available.
In reply to Thanks. I went to the… by bone
Go to the Univode section, under Superscript and Subscripts. It's there.
In reply to FWIW, if you do wish to use… by Marc Sabatella
Sorry, Marc, I have encountered one more problem. When I typed V763 for a first inversion of a 7th chord, 763 lined up vertically instead of having 7 recognized as part of the chord type. Can you let know the best way of writing V7 (preferably with 7 in subscript) and then 64 vertically to the right? Thanks.
In reply to Sorry, Marc, I have… by bone
That would be wrong. First inversion of a seventh chord is 65 or 653, all aligned - there.is no note a seventh above the bass, so no 7 should be used.
In reply to That would be wrong. First… by Marc Sabatella
I wanted to notate a V7 chord in its 1st inversion using Roman numerals.
In reply to In this case, it was a triad… by bone
What Marc said is correct, V653 or V65 are the only "correct" notation, but you can say V7(653) (I have felt this urge, too), but it is incorrect/not standard Roman Numeral notation. You have to "Know" that 6-5-3 is a seventh chord, just as figured bass realizers had to.
In reply to In this case, it was a triad… by bone
As I said, the correct notation of a first inversion V7 is V65 or V653. Including the 7 is incorrect, because once the chord is in inversion, there is no longer an interval of a 7 above the bass note.
But for the record, you can create notations like this by either putting parentheses around the 65 or adding a space (via Ctrl+space), or just entering them as two separate elements.
In reply to As I said, the correct… by Marc Sabatella
Thanks a lot.
In reply to Thanks a lot. by bone
.
In reply to Or if you want just the 2,… by Marc Sabatella
Thanks. My teacher uses subscript for this. I could not find an example from the web though.