lilypond-user
[Top][All Lists]
Advanced

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

Re: predefined mandolin tuning wrong?


From: BB
Subject: Re: predefined mandolin tuning wrong?
Date: Mon, 28 Jul 2014 11:42:17 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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



reply via email to

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