2017-02-20 11:51 GMT+01:00 Don Gingrich <gingr...@internode.on.net>:
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to