The attatched file includes the second part of c-minor partita, fixes some 
typos in the first part and renames Partita_I_Sinfonia.ly to 
Partita_II_Sinfonia.ly
because the partita is number two of six.


I sort of disconnected my brain before writing my last message:
 > I have written the first part of Bach's cembalo partita
 > in es-major (BWV 826) and thougt you can put it in 
The key is of cource c-minor. I should know sinse i play it :-)
 > 'rm -rf /mount/C'.
To get rid of msdog you probably does something like 'rm -rf /mnt/C'

I see that  \prallprall and \prallmordent are identical. I think this is a 
mistake, that \prallprall should not have the vertical line.
This can be fixex by removing  the line
> draw_mordent(twidth-0.5toverlap);
from the definition of \prallprall in mf/feta-slag.mf (see below)


Tom Cato Amundsen


mf/feta-slag.mf:

fet_beginchar("prallprall", "prallprall", "prallprall")
        trills := 3;
        set_char_box(trills*twidth#-(trills-1)*0.5toverlap#, trills*
twidth#-(trills-1)*0.5toverlap#, theight#, theight#);
        draw_trill_three;
% Should this line be removed??
        draw_mordent(twidth-0.5toverlap);
fet_endchar;

fet_beginchar("prallmordent", "prallmordent", "prallmordent")
        trills := 3;
        set_char_box(trills*twidth#-(trills-1)*0.5toverlap#, trills*
twidth#-(trills-1)*0.5toverlap#, theight#, theight#);
        draw_trill_three;
        draw_mordent(twidth-0.5toverlap);
____________________________________________________
Visit XOOM for FREE home pages, email, web software, clip art and MORE!
http://www.xoom.com

lilypond-1.0.7.tca1.diff.tgz

Reply via email to