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, <j...@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 > >