bug-lilypond
[Top][All Lists]
Advanced

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

mandolin chords malefunction?


From: BB
Subject: mandolin chords malefunction?
Date: Sun, 27 Jul 2014 17:40:13 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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 }

>>

}



reply via email to

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