On 2020-01-16 8:38 pm, Jacques Menu wrote:
Hello Aaron,Thanks a lot for the hint, I’ll look into FretBoards contexts.
Oops, I forgot to paste in the code I wanted to include:
%%%%
\version "2.19.83"
theChords = { <c e g c' e'>4 <d a d' f'> }
<<
\new ChordNames \with { chordChanges = ##t }
\chordmode { c4 d:m }
\new FretBoards { \theChords }
\new Staff { \clef "treble_8" \theChords }
%%%% -- Aaron Hill
