On Wed, 11 Oct 2006, Han-Wen Nienhuys wrote:

Because, historically, there is no difference in lily's behaviour between setting style to #'default and #'(). However, if you do not

that must have been a long time ago; I think I've tried to remove this feature for some time now.



Ok.

+       input parmesan-dots;

I'm missing this file in the patch.


Sorry, it's still the same one as in the previously sent mail (cvs diff -u unfortunately only spits out "cvs diff: mf/parmesan-dots.mf is a new entry, no comparison available" for new files). It's attached to this mail once again.

Greetings,
Juergen
fet_begingroup ("dots");

save dot_diam;

3 dot_diam# = staff_space# - stafflinethickness#;
define_whole_blacker_pixels (dot_diam);

fet_beginchar ("duration dot", "dotvaticana");
        pickup pencircle scaled dot_diam;

        lft x0 = 0;
        top y0 = vround (.5 dot_diam);

        drawdot z0;

        set_char_box (0, dot_diam#, .5 dot_diam#, .5 dot_diam#);
fet_endchar;

fet_endgroup ("dots");
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to