lilypond-user
[Top][All Lists]
Advanced

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

Re: adding common guitar chords


From: Julien Cubizolles
Subject: Re: adding common guitar chords
Date: Wed, 15 Feb 2017 09:53:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Federico Bruni <address@hidden> writes:


> Hi Julien
>
> This is another (simpler) way. I've commented with % what is not needed:
>
> \version "2.19.54"
> %\include "predefined-guitar-fretboards.ly"
>
> myChords = \relative {
>  \set minimumFret = #3
>  <g, d' g b d g>1
> }
>
> <<
>  \new ChordNames {
>    \chordmode { g1 }
>  }
>  \new FretBoards {
>    %\set FretBoards.minimumFret = #3
>    \myChords
>  }
>  \new TabStaff {
>    %\set TabStaff.minimumFret = #3
>    \myChords
>  }

Thanks, for your suggestion. I had tried something similar but I need to
define new Chordname for each root note. I thought it could be
calculated by lilypond once the list of intervalls has been specified
along with the strings to play them with.

Julien.



reply via email to

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