lilypond-user
[Top][All Lists]
Advanced

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

Re: fret-diagram layout question


From: Aaron Hill
Subject: Re: fret-diagram layout question
Date: Thu, 16 Jan 2020 21:01:10 -0800
User-agent: Roundcube Webmail/1.3.8

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



reply via email to

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