lilypond-user
[Top][All Lists]
Advanced

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

Re: pb with 2.13 with doc example fret diagram


From: Carl Sorensen
Subject: Re: pb with 2.13 with doc example fret diagram
Date: Tue, 21 Dec 2010 11:28:47 -0700

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

> This is because your violinTuning variable is wrong. You have the wrong
>> pitches for the open strings.
>> 
>> If you set
>> 
>> violinTuning = #'(28 21 14 7)
>> 
>> then everything works properly.
>> 
> what's the meaning for that?

Well, it's supposed to be the number of semitones above middle C for each
open string, starting with the highest string.

IIUC, on violin, it would be:

16 for the E string
9 for the A string
2 for the D string
-5 for the G string

But then you put a \relative c'' on the TabStaff (which I hadn't noticed),
so I added an extra octave to the StringTunings to get it to work.

Now I fixed it the right way:

violinTuning = #'(16 9 2 -5)

and set

\new TabStaff \relative c' {


And it all worked correctly.

HTH,

Carl







reply via email to

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