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: Jean Abou Samra
Subject: Re: Chord names from two voices
Date: Thu, 17 Nov 2022 00:27:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1

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

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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