lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Chord names from two voices


From: Luca Fascione
Subject: Re: Chord names from two voices
Date: Thu, 17 Nov 2022 06:55:38 +0100

Yes! Thanks Jean, I don't know why I didn't see this myself. 

Cheers!
L

On Thu, 17 Nov 2022, 00:27 Jean Abou Samra, <jean@abou-samra.fr> wrote:
Le 16/11/2022 à 23:44, Luca Fascione a écrit :
> Hi all,
> is there a way to run the chord naming logic from two voices (in my
> case bass and guitar comping part) together?
>
> I have written-out guitar parts with rootless chords, and the roots
> are in the double bass parts, and was hoping I could quickly recover a
> starting point of a progression from that source


You need to combine the parts in simultaneous music << >>.


\version "2.22.2"

musI = {
   c'
}

musII = {
   <e' g' bes'>
}

<<
   \new ChordNames << \musI \musII >>
   \new Staff \musI
   \new Staff \musII
 >>



And it's as simple as that.

Best,
Jean


reply via email to

[Prev in Thread] Current Thread [Next in Thread]