lilypond-user
[Top][All Lists]
Advanced

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

Re: Bug report with tablature and quater-tone scordatura


From: Carl Sorensen
Subject: Re: Bug report with tablature and quater-tone scordatura
Date: Tue, 27 Apr 2010 16:20:43 -0600

On 4/27/10 3:56 PM, "Bernardo Barros" <address@hidden> wrote:

> Ok, Carl,
> 
> But I think it's 'almost' there, lilypond rounds sometimes inappropriately up
> or down, but I have to say most of the time it is correct.
> Is it that difficult to fix? If 'yes' I have to abandon the work I made so far
> and make the final score using handwriting or Finale.

I don't know.  If you want to try to debug the problem, I'll be happy to
give you some ideas about where to start.  But I don't have the time to work
on this right now. 

You can use different music for the notes than for the tablature.  I realize
that this is not desirable, but it's one way around the problem.

You might also try redefining SEMI-SHARP.  Look at scm/lily-library.scm, and
find

(define-safe-public SEMI-SHARP 1/4)

Try changing it to

(define-safe-public SEMI-SHARP 1.1/4)

or to

(define-safe-public SEMI-SHARP 1.1/4)

I won't promise that this will work, but it might.

Another possible work-around if this doesn't work is to put all of your
string 3 notes in a separate music expression and use part-combine to put it
with the rest of the notes.  That way, you can have the regular notation
written in the true pitch, and then you can transpose the tabulature notes
on string 3 to match the pitch in the stringTuning.

HTH,

Carl





reply via email to

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