lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond errors on a guitar minor sixth chord


From: Thomas Morley
Subject: Re: lilypond errors on a guitar minor sixth chord
Date: Sat, 15 Apr 2017 10:28:19 +0200

2017-04-15 2:36 GMT+02:00 Stan Mulder <address@hidden>:
> Thomas,
>
> Got it. I used your first solution with the addendum. If at some point in
> the future I need more chords, I will construct a more extensive file for
> guitar chords. I did construct a fingering file for plectrum banjo a while
> back. It's got 25 chords for each of 12 keys, but I don't have any
> inversions.
>
> Thanks for the clarification on the reply-all. I wasn't sure what to do. Is
> there some place on the web were I can see other discussions?
>
> Stan
>
> On 04/14/2017 06:25 AM, Thomas Morley wrote:
>>
>> 2017-04-14 5:18 GMT+02:00 Stan Mulder <address@hidden>:
>>>
>>>
>>> (1)
>>> Define it yourself, search the NR for 'storePredefinedDiagram'. Leading
>>> to:
>>>
>>> \version "2.19.56"
>>>
>>> \language "english"
>>>
>>> \storePredefinedDiagram #default-fret-table \chordmode {e-flat:m6}
>>>                          #guitar-tuning
>>>                          #"x;x;1-1-(;3-3;1-1-);3-3;"
>>>
>>> \include "predefined-guitar-fretboards.ly"
>>>
>>> \new FretBoards \chordmode { e-flat:m6 }
>>>
>>>
>> %% That should rather be:
>>                          #"x;x;1-1-(;3-3;1-1-);3-4;"
>
>

Aaargh, this fret-diagram shows a major-chord.
I shouldn't post anything being overtired ...

Try:

\language "english"

\storePredefinedDiagram #default-fret-table \chordmode {e-flat:m6}
                        #guitar-tuning
                        #"x;x;1-1-(;3-3;1-1-);2-2;"

\include "predefined-guitar-fretboards.ly"

<<
\new FretBoards \chordmode { e-flat:m6 }
\new Staff \chordmode { e-flat:m6 }
>>

Cheers,
  Harm



reply via email to

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