With the code I always get a 6 string chord table! And the notes are a-c-e-g from low to high, that is wrong for mandolin with "o;o;o;o;" as well! The normal mandolin tuning is g-d-a-e low to high!

(I know that for am7 I need another pattern, I have set "o;o;o;o;" just ti fix the problem.)


Any help appreciated!


Regards bb


\version "2.18.0"


%\include "predefined-guitar-fretboards.ly"

\include "predefined-mandolin-fretboards.ly"


%\storePredefinedDiagram

%#default-fret-table

\chordmode {a:m7}

%#guitar-tuning

%#"5;x;5;5;5;x;"

#mandolin-tuning

#"o;o;o;o;"

theChords = \chordmode {

a:m7

}


\score {

<<

\context ChordNames { \theChords }

\context FretBoards { \theChords }

>>

}

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

Reply via email to