Sorry, I reduced the code too much! I started with the following code trying to redefine a fretboard:

\version "2.18.0"


#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 {

<<

\theChords

>>

}


It does not work as intentionally planned! it shows me the notes of the Am7 twice. But #"o;o;o;o;" should redefine Am7 and show g-d-a-e (low to high)?


Regards BB


On 28.07.2014 11:24, BB wrote:

\version "2.18.0"

#mandolin-tuning

#"o;o;o;o;"


The code will show a wrongnotes, say a-c-e-g instead of g-d-a-e (low to high). Is the code erroneous or the predefined tuning?


Regards BB


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

Reply via email to