lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord diagrams


From: Thomas Morley
Subject: Re: Chord diagrams
Date: Mon, 20 Feb 2017 22:43:55 +0100

2017-02-20 11:51 GMT+01:00 Don Gingrich <address@hidden>:
> A simple problem, I hope....
>
> I have a local copy of predefined-guitar-fretboards.ly

For which purpose?

>
> I used a C chord with G bass and noticed
> that I got a three string chord
>
> open G 1st fret B and open E
>
> This * is* a C with the bottom note a G
>
> But every guitar player I know would play that as
>
> G on the low E string
> C on the A string
> E on the D string
> G string open
> C on the B string
> and Open High E

Well, being a guitar player myself, I'd say it's the most common, yes,
but ofcourse not the only possibility.

>
> What do I need to hack in the predefined-guitar-fretboards.ly
> to get the chord diagram that I want?
>
> I tried the following without success
>
> \storePredefinedDiagram #default-fret-table \chordmode {c:/g}
>                         #guitar-tuning
>                         #"3-4;3-3;2-2;o;1-1;o;"
>
> But it didn't break everything else, so I may be close

\version "2.19.52"

\include "predefined-guitar-fretboards.ly"

\storePredefinedDiagram #default-fret-table \chordmode {c/g}
                        #guitar-tuning
                        #"3-4;3-3;2-2;o;1-1;o;"

\new FretBoards \chordmode { c/g }

works here.


HTH,
  Harm



reply via email to

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