Carl Sorensen writes:
> On 4/27/10 3:56 PM, "Bernardo Barros" 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 wo
>
> 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
On 4/27/10 3:56 PM, "Bernardo Barros" 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
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.
__
On 4/27/10 12:44 PM, "Bernardo Barros" wrote:
> Hi all,
>
> I found a bug when working with tablature with a quarter-tone. See the third
> string for example.
> I can't do this:
> \set TabStaff.stringTunings = #'(3 -1 -5.5 -11 -15 -21)
> Because I get things like 0.5 in the score.
OK. I
On 27 April 2010 17:20, Bernardo Barros wrote:
> I found a good example of the problem.
> I get string 3 fret 6 If I type
> geh'8\3\glissando \grace { cih'\3 }
> AND:
> geh'8\3\glissando \grace { bih\3 }
>
>
I guess the problem has something to do with in which octave the note is.
But I have no
I found a good example of the problem.
I get string 3 fret 6 If I type
geh'8\3\glissando \grace { cih'\3 }
AND:
geh'8\3\glissando \grace { bih\3 }
It's a semitone lower but I read "6" in both cases. I'm using the tuning:
\set TabStaff.stringTunings = #'(3 -1 -6 -11 -15 -21)
It's a bug, right?
O
No, it's happening in other cases too. It's funny because the same note can
be one fret number and anoter with one step diference in the same measure.
Strange... Maybe I have to copy to another file and then check for all the
mistakes and try to compensate in the new file, but that's insane. :-(
O
Hi all,
I found a bug when working with tablature with a quarter-tone. See the third
string for example.
I can't do this:
\set TabStaff.stringTunings = #'(3 -1 -5.5 -11 -15 -21)
Because I get things like 0.5 in the score.
It's better to round to 6 rather then 5.
If I round to 6 it's better, b