lilypond-user
[Top][All Lists]
Advanced

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

Re: fretboard diagram : alignment issue


From: Carl Sorensen
Subject: Re: fretboard diagram : alignment issue
Date: Tue, 21 Dec 2010 10:05:46 -0700

On 12/21/10 9:40 AM, "Marc Mouries" <address@hidden> wrote:

>    On 12/21/2010 12:30 AM, Carl Sorensen wrote:

>> The syntax is slightly different from 2.12 and 2.13
>> 
>> But since your chords have different names, you'll just do something like
>> (2.12 syntax):
>> 
>> \storePredefinedDiagram  <d' a' fs''>
>>                          #violin-tuning
>>                         #"x;o;o;2-1;"
>> \storePredefinedDiagram  <d' fs' d''>
>>                          #violin-tuning
>>                         #"7-4;4-2;5-3;x;"
>> \storePredefinedDiagram  <d' c'' fs''>
>>                          #violin-tuning
>>                          #"x;o;3-2;2-1;"
>> 
>> <<
>>   \new ChordNames { \chordmode {d1 d1:7}}
>>   \new Staff { <d' a' fs''>2 <d' fs' d''>2 <d' c'' fs''>1 }
>>   \new FretBoards {  <d' a' fs''>2 <d' fs' d''>2 <d' c'' fs''>1 }
>>  
>> 
>> P.S. In 2.14.43 we have alternate fretboard tables, so you can change the
>> table and have different fretboards for the same chord.  But I don't think
>> that would help you here, because you have chords in the staff that wouldn't
>> work with the ChordNames
>> 
>>  
>  I am using  2.13.43-1

With 2.13.43 you need to add a fretboard-table argument to the calls:

 \storePredefinedDiagram  #default-fret-table
                          <d' a' fs''>
                          #violin-tuning
                          #"x;o;o;2-1;"


> <http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-2.13.43-1.min
> gw.exe>  and i get an error with your code.
>  
>  /pb with chords on the Violin.ly:16:24: error: syntax error, unexpected <
>  \storePredefinedDiagram
>                          <d' a' fs''>
>  
>  Where can i find the doc for 2.13 for the fret diagram?
>  
The docs for 2.13 are available on the lilypond website:

http://lilypond.org/doc/v2.13/Documentation/web/manuals

HTH,

Carl




reply via email to

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