1 % -%-Fundamental-%- -*-Metafont-*-
2 % parmesan-heads.mf -- implement ancient note heads
4 % source file of LilyPond's pretty-but-neat music font
6 % (c) 2001--2008 Juergen Reuter <reuter@ipd.uka.de>
8 % Neo-mensural heads originally by
9 % Christian Mondrup and Mats Bengtsson
12 save black_notehead_width;
13 numeric black_notehead_width;
15 fet_begingroup ("noteheads");
20 % The head is assumed to be vertically centered around (0, 0).
21 % The left-most edge of the head should touch the vertical line
22 % that goes though the point (0, 0).
24 % set_char_box() conventions:
26 % * breapth: Ignored (as far as I know). Should be set to 0.
28 % * width: Should match the head's width.
30 % * depth: Should match the bottom edge of the head. Affects vertical
33 % * height: Should match the top edge of the head. Affects vertical
36 % TODO: should depth/height include appendages/stems?
39 noteheight# := staff_space# + (1 + overdone_heads) * stafflinethickness#;
40 define_pixels (noteheight);
52 def draw_neomensural_brevis (expr brevwid) =
53 save beamheight, head_width;
54 save holeheight, stem_width;
55 save serif_size, serif_protrude;
57 head_width# = brevwid;
58 holeheight = 3 stafflinethickness;
59 stem_width = 1.4 stafflinethickness;
61 define_pixels (head_width);
63 set_char_box (0, head_width#,
64 noteheight# / 2, noteheight# / 2);
66 2 beamheight + holeheight = noteheight;
67 serif_size = (holeheight - stafflinethickness) / 2;
68 serif_protrude = 1.5 serif_size;
71 z2l = (0, -stafflinethickness / 2);
72 z3r = z2r + serif_size * (1, -1);
75 z5l = z3l + (-serif_size, -serif_protrude);
77 penpos1 (stem_width, 0);
78 penpos2 (stem_width, 0);
79 penpos3 (beamheight, 90);
80 penpos4 (beamheight, 90);
81 penpos5 (stem_width, 180);
92 -- reverse pat_out yscaled -1;
94 -- reverse pat_out shifted (-x4r, 0)
105 -- reverse pat_in yscaled -1;
107 -- reverse pat_in shifted (-x4r, 0)
113 penlabels (1, 2, 3, 4, 5);
117 %%% This head does not seem to be used anywhere. Junk me? -- jr
118 def draw_neomensural_left_stemmed_head (expr wid) =
119 draw_neomensural_brevis (wid);
121 x6 = x7 = stem_width / 2;
123 y7 = y5 - 2.25 staff_space;
125 z17 = (x7, y7 - stem_width / 2);
127 penpos6 (stem_width, 0);
128 penpos7 (stem_width, 0);
142 %%% This head does not seem to be used anywhere. Junk me? -- jr
143 fet_beginchar ("Left stemmed notehead", "slneomensural");
144 draw_neomensural_left_stemmed_head (2 staff_space#);
149 % Some sources (eg. Musix/OpusTeX) think that the appendage should be on
150 % the left, some say right. Right wins democratically.
152 def draw_neomensural_longa (expr wid) =
153 draw_neomensural_brevis (wid);
159 z6 - z7 = (stem_width / 2, -staff_space);
160 theta = angle (z6 - z7) + 90;
162 penpos7 (stem_width, 0);
163 penpos6 (1.2 stem_width, theta);
165 z7' = find_tangent (z6l, pat_out,
166 (x7l + 0.5 stem_width, y7l),
167 (x7l - 0.5 stem_width, y7l));
181 % En wij presenteren U: de opvolgster van Emily
185 fet_beginchar ("Neo-mensural maxima notehead", "sM3neomensural");
186 draw_neomensural_longa (2.6 staff_space#);
190 fet_beginchar ("Neo-mensural longa notehead", "sM2neomensural");
191 draw_neomensural_longa (2 staff_space#);
195 fet_beginchar ("Neo-mensural brevis notehead", "sM1neomensural");
196 draw_neomensural_brevis (2 staff_space#);
200 def draw_neomensural_black_head (expr wid, height) =
202 save ne, nw, ne_dist, nw_dist;
203 pair ne, nw, ne_dist, nw_dist;
207 set_char_box (0, head_width#,
208 height / 2, height / 2);
210 charwx := head_width# / 2;
211 charwy := height / 2;
214 x2 = x4 = (x1 + x3) / 2;
216 pickup pencircle scaled blot_diameter;
223 ne := unitvector (z2 - z1);
224 nw_dist := (ne rotated 90) * 0.5 blot_diameter;
225 nw := unitvector (z2 - z3);
226 ne_dist := (nw rotated -90) * 0.5 blot_diameter;
229 .. (z1 + nw_dist){ne}
230 -- (z2 + nw_dist){ne}
232 .. (z2 + ne_dist){-nw}
233 -- (z3 + ne_dist){-nw}
235 .. (z3 - nw_dist){-ne}
236 -- (z4 - nw_dist){-ne}
238 .. (z4 - ne_dist){nw}
239 -- (z1 - ne_dist){nw}
246 def draw_neomensural_open_head (expr wid, height)=
247 draw_neomensural_black_head (wid, height);
251 diamNW = length (z2 - z1) + blot_diameter;
252 diamSW = length (z4 - z1) + blot_diameter;
254 save hole_widthNW, hole_widthSW;
256 hole_widthNW = 0.34 diamNW ;
257 hole_widthSW + 2.6 linethickness = diamSW;
259 (z7 + z5) / 2 = (w / 2, 0);
260 (z8 + z6) / 2 = (w / 2, 0);
261 z6 - z5 = hole_widthNW * unitvector (z2 - z1);
262 z7 - z6 = hole_widthSW * unitvector (z4 - z1);
275 % WL says the thin lines should be thinner.
277 fet_beginchar ("Harmonic notehead (Neo-mensural open)", "s0harmonic");
278 draw_neomensural_open_head (1.3 staff_space#, 1.3 noteheight#);
279 charwx := head_width#;
284 fet_beginchar ("Harmonic notehead (Neo-mensural black)", "s2harmonic");
285 draw_neomensural_black_head (1.3 staff_space#, 1.3 noteheight#);
286 charwx := head_width#;
291 fet_beginchar ("Neo-mensural semibrevis head", "s0neomensural");
292 draw_neomensural_open_head (staff_space#, noteheight#);
296 fet_beginchar ("Neo-mensural minima head", "s1neomensural");
297 draw_neomensural_open_head (staff_space#, noteheight#);
301 fet_beginchar ("Neo-mensural semiminima head", "s2neomensural");
302 draw_neomensural_black_head (staff_space#, noteheight#);
306 def draw_mensural_brevis (expr wid) =
307 % TODO. For the moment, fall back to draw_neomensural_brevis.
308 draw_neomensural_brevis (wid);
312 %%% This head does not seem to be used anywhere. Junk me? -- jr
313 def draw_mensural_left_stemmed_head (expr wid) =
314 draw_mensural_brevis (wid);
316 x6 = x7 = stem_width / 2;
318 y7 = y5 - 2.25 staff_space;
320 z17 = (x7, y7 - stem_width / 2);
322 penpos6 (stem_width, 0);
323 penpos7 (stem_width, 0);
337 def draw_mensural_longa (expr wid) =
338 draw_mensural_brevis (wid);
340 x6 = x7 = head_width - stem_width / 2;
342 y7 = y5 - 2.25 staff_space;
344 z17 = (x7, y7 - stem_width / 2);
346 penpos6 (stem_width, 0);
347 penpos7 (stem_width, 0);
361 %%% This head does not seem to be used anywhere. Junk me? -- jr
362 fet_beginchar ("Mensural left stemmed notehead", "slmensural");
363 draw_mensural_left_stemmed_head (staff_space#);
367 fet_beginchar ("Mensural maxima notehead", "sM3mensural");
368 draw_mensural_longa (2.0 staff_space#);
372 fet_beginchar ("Mensural longa notehead", "sM2mensural");
373 draw_mensural_longa (staff_space#);
377 fet_beginchar ("Mensural brevis notehead", "sM1mensural");
378 draw_mensural_brevis (staff_space#);
382 def draw_diamond_head (expr head_h, pen_w, pen_h, angle, open) =
383 save head_width, head_height;
384 save ellipse, ellipse_r;
385 path ellipse, ellipse_r, diamond_shape;
387 head_height# = head_h;
388 head_width# / head_height# = tand (angle);
390 set_char_box (0, head_width#,
391 head_height# / 2, head_height# / 2);
393 charwx := head_width# / 2;
394 charwy := head_height# / 2 - linethickness#;
396 define_pixels (head_width, head_height);
398 ellipse := reverse fullcircle
399 xscaled (max (blot_diameter, pen_w * head_width))
400 yscaled (max (blot_diameter, pen_h * head_width))
403 z1 = find_tangent_shift (((0, h) -- (0, -h)), ellipse,
405 z2 = find_tangent_shift (((0, h) -- (w, h)), ellipse,
406 (w / 2, h), (w / 2, 0));
407 z3 = find_tangent_shift (((w, h) -- (w, -h)), ellipse,
409 z4 = find_tangent_shift (((0, -h) -- (w, -h)), ellipse,
410 (w / 2, -h), (w / 2, 0));
412 diamond_shape := get_subpath (ellipse, z1 - z4, z2 - z1, z1)
413 -- get_subpath (ellipse, z2 - z1, z3 - z2, z2)
414 -- get_subpath (ellipse, z3 - z2, z4 - z3, z3)
415 -- get_subpath (ellipse, z4 - z3, z1 - z4, z4)
423 l12 := (directionpoint (z1 - z2) of ellipse) shifted z1
424 -- (directionpoint (z1 - z2) of ellipse) shifted z2;
425 l23 := (directionpoint (z2 - z3) of ellipse) shifted z2
426 -- (directionpoint (z2 - z3) of ellipse) shifted z3;
427 l34 := (directionpoint (z3 - z4) of ellipse) shifted z3
428 -- (directionpoint (z3 - z4) of ellipse) shifted z4;
429 l41 := (directionpoint (z4 - z1) of ellipse) shifted z4
430 -- (directionpoint (z4 - z1) of ellipse) shifted z1;
432 unfill l12 intersectionpoint l23
433 -- l23 intersectionpoint l34
434 -- l34 intersectionpoint l41
435 -- l41 intersectionpoint l12
443 fet_beginchar ("Mensural semibrevis head", "s0mensural");
444 draw_diamond_head (staff_space#, 0.15, 0.30, 30, true);
448 fet_beginchar ("Mensural minima head", "s1mensural");
449 draw_diamond_head (staff_space#, 0.15, 0.30, 30, true);
453 fet_beginchar ("Mensural semiminima head", "s2mensural");
454 draw_diamond_head (staff_space#, 0.15, 0.30, 30, false);
458 fet_beginchar ("Petrucci semibrevis head", "s0petrucci");
459 % draw_diamond_head (1.8 staff_space#, 0.15, 0.40, 30, true);
460 draw_neomensural_open_head (staff_space#, 1.8 staff_space#);
464 fet_beginchar ("Petrucci minima head", "s1petrucci");
465 % draw_diamond_head (1.8 staff_space#, 0.15, 0.40, 30, true);
466 draw_neomensural_open_head (staff_space#, 1.8 staff_space#);
470 fet_beginchar ("Petrucci semiminima head", "s2petrucci");
471 % draw_diamond_head (1.8 staff_space#, 0.15, 0.40, 30, false);
472 draw_neomensural_black_head (staff_space#, 1.8 staff_space#);
480 % EDITIO VATICANA (including solesmes extensions)
485 def vat_punctum_char (expr verbose_name, internal_name,
486 linea, cavum, straight, auctum,
487 d_up, up_shift, down_shift, mag) =
488 fet_beginchar (verbose_name, "s" & internal_name);
491 a_b := 1.54; % b_h * a_b / a_w = wd / ht
495 save a, beta, ht, wd;
497 ht# = noteheight# * mag;
501 black_notehead_width# := wd#;
515 % convexity and eccentricity
516 save u_convexity, u_eccentricity;
519 u_convexity# := -0.01 ht#;
520 u_eccentricity# := 0.0 ht#; % dummy
522 u_convexity# := -0.03 ht#;
523 u_eccentricity# := +0.25 ht#;
525 u_convexity# := -0.05 ht#;
526 u_eccentricity# := 0.0 ht#; % dummy
529 save convexity, eccentricity;
531 convexity# := d_sign * u_convexity#;
532 eccentricity# := d_sign * u_eccentricity#;
545 define_pixels (convexity, eccentricity, yoffs, ht, wd);
547 pickup pencircle scaled linethickness;
549 save height, yoffs_bt, p, circle, circle_r;
550 path p, circle, circle_r;
553 yoffs_bt# = yoffs# - 0.5 height# - 0.25 convexity#;
555 define_pixels (height, yoffs_bt);
557 circle := fullcircle scaled linethickness;
566 save box_top, box_bt;
569 z1 = (0.00 wd + linethickness / 2, yoffs_bt);
570 z2 = (0.21 wd, yoffs_bt + convexity);
571 z3 = (0.42 wd - linethickness/ 2,
572 yoffs_bt + eccentricity);
573 box_top# = height# + yoffs_bt# +
574 max (0, convexity#, eccentricity#);
575 box_bt# = yoffs_bt# +
576 min (0, convexity#, eccentricity#);
585 z1 = (0.00 wd + linethickness / 2, yoffs_bt);
586 z2 = (0.21 wd, yoffs_bt + convexity);
587 z3 = (0.42 wd - linethickness / 2, yoffs_bt);
588 box_top# = height# + yoffs_bt# + max (0, convexity#);
589 box_bt# = yoffs_bt# + min (0, convexity#);
599 labels (1, 2, 3, 4, 5, 6);
604 dirs12 := direction (0 + epsilon) of p;
605 dirs2 := direction 1 of p;
606 dirs32 := direction (2 - epsilon) of p;
607 dirs45 := direction (3 + epsilon) of p;
608 dirs5 := direction 4 of p;
609 dirs65 := direction (5 - epsilon) of p;
611 fill get_subpath (circle, down, dirs12, z1)
613 .. get_subpath (circle, dirs32, up, z3)
614 -- get_subpath (circle, up, dirs45, z4)
616 .. get_subpath (circle, dirs65, down, z6)
624 pat123 := ((directionpoint -dirs12 of circle)
627 .. {dirs32}((directionpoint -dirs32 of circle)
631 pat456 := ((directionpoint -dirs45 of circle)
634 .. {dirs65}((directionpoint -dirs65 of circle)
639 t61 := ypart (pat61 intersectiontimes pat123);
640 t12 := xpart (pat123 intersectiontimes pat34);
641 t34 := ypart (pat34 intersectiontimes pat456);
642 t45 := xpart (pat456 intersectiontimes pat61);
644 unfill subpath (t61, t12) of pat123
645 -- subpath (t34, t45) of pat456
649 set_char_box (0.00 wd#, 0.42 wd#,
650 max (0, -box_bt#) + linethickness# / 2,
651 max (0, box_top#) + linethickness# / 2);
654 save linea_width, linea_height;
656 linea_width# = 0.6 linethickness#;
657 linea_height# = 0.7 ht#;
659 define_pixels (linea_width, linea_height);
661 pickup pencircle scaled 0.6 linethickness;
663 draw_rounded_block ((-0.10 wd - linea_width / 2,
665 (-0.10 wd + linea_width / 2,
668 draw_rounded_block ((+0.52 wd - linea_width / 2,
670 (+0.52 wd + linea_width / 2,
674 set_char_box (0, 0.62 wd# + linea_width#,
678 currentpicture := currentpicture
679 shifted (0.10 wd + linea_width / 2, 0);
685 def plica_char (expr verbose_name, internal_name,
687 fet_beginchar (verbose_name, "s" & internal_name);
690 a_b := 1.54; % b_h * a_b / a_w = wd / ht
694 save a, beta, ht, wd;
696 ht# = noteheight# * mag;
700 black_notehead_width# := wd#;
714 % convexity and eccentricity
715 save convexity, eccentricity;
717 convexity# := d_sign * -0.10 ht#;
718 eccentricity# := d_sign * -0.12 ht#;
725 define_pixels (convexity, eccentricity, yoffs, ht, wd);
727 pickup pencircle scaled linethickness;
729 save height, yoffs_bt, p, circle, circle_r;
730 path p, circle, circle_r;
733 yoffs_bt# = yoffs# - 0.5 height# - 0.25 convexity#;
735 define_pixels (height, yoffs_bt);
737 circle := fullcircle scaled linethickness;
746 save box_top, box_bt;
748 z1 = (0.00 wd + linethickness / 2, yoffs_bt);
749 z2 = (0.21 wd, yoffs_bt + convexity);
750 z3 = (0.42 wd - linethickness/ 2, yoffs_bt + eccentricity);
751 box_top# = height# + yoffs_bt# +
752 max (0, convexity#, eccentricity#);
753 box_bt# = yoffs_bt# +
754 min (0, convexity#, eccentricity#);
763 labels (1, 2, 3, 4, 5, 6);
768 dirs12 := direction (0 + epsilon) of p;
769 dirs2 := direction 1 of p;
770 dirs32 := direction (2 - epsilon) of p;
771 dirs45 := direction (3 + epsilon) of p;
772 dirs5 := direction 4 of p;
773 dirs65 := direction (5 - epsilon) of p;
775 fill get_subpath (circle, down, dirs12, z1)
777 .. get_subpath (circle, dirs32, up, z3)
778 -- get_subpath (circle, up, dirs45, z4)
780 .. get_subpath (circle, dirs65, down, z6)
783 pickup pencircle scaled 0.6 linethickness;
787 set_char_box (0.00 wd#, 0.42 wd#,
788 max (0, -box_bt#) + linethickness# / 2,
789 max (0, box_top#) + linethickness# / 2);
795 def epiphonus_char (expr verbose_name, internal_name,
796 left_stem, d_up, down_shift, mag) =
797 fet_beginchar (verbose_name, "s" & internal_name);
800 a_b := 1.54; % b_h * a_b / a_w = wd / ht
804 save a, beta, ht, wd;
806 ht# = noteheight# * mag;
810 black_notehead_width# := wd#;
824 % convexity and eccentricity
827 convexity# := d_sign * -0.05ht#;
838 define_pixels (convexity, yoffs, ht, wd);
840 pickup pencircle scaled linethickness;
842 save height, yoffs_bt, p, circle, circle_r;
843 path p, circle, circle_r;
846 yoffs_bt# = yoffs# - 0.5 height# - 0.25 convexity#;
848 define_pixels (height, yoffs_bt);
850 circle := fullcircle scaled linethickness;
859 save box_top, box_bt;
861 z1 = (0.00 wd + linethickness / 2, yoffs_bt - 2.5 convexity);
862 z2 = (0.06 wd, yoffs_bt + 1.4 convexity);
863 z3 = (0.42 wd - linethickness / 2, yoffs_bt - 1.0 convexity);
864 box_top# = height# + yoffs_bt# +
865 max (-1.0 convexity#, 1.4 convexity#, 0);
866 box_bt# = yoffs_bt# +
867 min (-1.0 convexity#, 1.4 convexity#, 0);
876 labels (1, 2, 3, 4, 5, 6);
881 dirs12 := direction (0 + epsilon) of p;
882 dirs21 := direction (1 - epsilon) of p;
883 dirs23 := direction (1 + epsilon) of p;
884 dirs32 := direction (2 - epsilon) of p;
885 dirs45 := direction (3 + epsilon) of p;
886 dirs54 := direction (4 - epsilon) of p;
887 dirs56 := direction (4 + epsilon) of p;
888 dirs65 := direction (5 - epsilon) of p;
890 fill get_subpath (circle, down, dirs12, z1)
891 .. get_subpath (circle, dirs21, dirs23, z2)
892 .. get_subpath (circle, dirs32, up, z3)
893 -- get_subpath (circle, up, dirs45, z4)
894 .. get_subpath (circle, dirs54, dirs56, z5)
895 .. get_subpath (circle, dirs65, down, z6)
901 pickup pencircle scaled 0.6 linethickness;
903 lft x11 = x1 - linethickness / 2;
904 bot y11 = yoffs - 1.1 ht - linethickness / 2;
908 draw_rounded_block (bot lft z11, top rt z12,
910 stem_bt# = yoffs# - 1.1 ht#;
917 set_char_box (0.00 wd#, 0.42 wd#,
918 max (0, -box_bt#, -stem_bt#) + linethickness# / 2,
919 max (0, box_top#) + linethickness# / 2);
924 def inclinatum_char (expr verbose_name, internal_name,
925 small, stropha, auctum) =
926 fet_beginchar (verbose_name, "s" & internal_name);
932 ht# = 0.50 noteheight#;
934 ht# = 0.80 noteheight#;
937 draw_diamond_head (ht#, 0, 0, alpha, false);
941 off_angle := alpha + 15;
943 save stropha_ellipse, auctum_hook, circle;
944 path stropha_ellipse, auctum_hook, circle;
946 circle := reverse fullcircle scaled linethickness;
948 stropha_ellipse := fullcircle xscaled 0.25 head_height
949 yscaled 0.55 head_height
953 + linethickness / 2 * dir (180 - off_angle)
954 - directionpoint dir (90 - off_angle)
956 z12 = directionpoint -dir (90 - off_angle) of diamond_shape +
957 linethickness / 2 * dir (180 - off_angle);
958 z13 = (0, -0.5 head_height + linethickness);
960 auctum_hook := z12{-dir (90 - off_angle)}
961 .. {dir (90 + alpha)}z13;
965 if (stropha and not auctum):
970 t_in := xpart ((stropha_ellipse shifted z11)
972 get_subpath (diamond_shape,
975 t_out := xpart ((stropha_ellipse shifted z11)
977 get_subpath (diamond_shape,
981 % the addition or subtraction of `1' is necessary
982 % so that we get the right starting point
983 fill get_subpath_i (diamond_shape,
984 dir (angle (z2 - z1) - 1),
985 dir (angle (z1 - z4) + 1),
987 -- get_subpath (stropha_ellipse,
988 direction t_in of stropha_ellipse,
989 direction t_out of stropha_ellipse,
996 if (auctum and not stropha):
999 fill get_subpath (diamond_shape,
1001 -dir (90 - off_angle),
1003 .. get_subpath (circle,
1007 .. get_subpath (circle,
1008 dir (90 - off_angle),
1016 if (auctum and stropha):
1021 t := xpart ((stropha_ellipse shifted z11)
1023 get_subpath (diamond_shape, up, right,
1026 % the addition or subtraction of `1' is necessary
1027 % so that we get the right starting point
1028 fill get_subpath_i (diamond_shape,
1029 dir (angle (z2 - z1) - 1),
1030 -dir (90 - off_angle),
1032 .. get_subpath (circle,
1036 .. get_subpath (stropha_ellipse,
1037 dir (90 - off_angle),
1038 direction t of stropha_ellipse,
1049 vat_punctum_char ("Ed. Vat. punctum", "vaticana.punctum",
1050 false, false, false, false,
1051 false, false, false, 1.0);
1054 % punctum cavum (for OpusTeX compatibility)
1055 vat_punctum_char ("Ed. Vat. punctum cavum", "vaticana.punctum.cavum",
1056 false, true, false, false,
1057 false, false, false, 1.0);
1060 % linea punctum (for OpusTeX compatibility)
1061 vat_punctum_char ("Ed. Vat. linea punctum", "vaticana.linea.punctum",
1062 true, false, false, false,
1063 false, false, false, 1.0);
1066 % linea punctum cavum (for OpusTeX compatibility)
1067 vat_punctum_char ("Ed. Vat. linea punctum cavum", "vaticana.linea.punctum.cavum",
1068 true, true, false, false,
1069 false, false, false, 1.0);
1072 % punctum inclinatum
1073 inclinatum_char ("Ed. Vat. inclinatum", "vaticana.inclinatum",
1074 false, false, false);
1078 vat_punctum_char ("Ed. Vat. pes lower punctum", "vaticana.lpes",
1079 false, false, true, false,
1080 true, false, false, 1.0);
1084 vat_punctum_char ("Ed. Vat. pes var lower punctum", "vaticana.vlpes",
1085 false, false, true, false,
1086 true, false, true, 1.0);
1090 vat_punctum_char ("Ed. Vat. pes upper punctum", "vaticana.upes",
1091 false, false, true, false,
1092 false, false, false, 1.0);
1095 % pes upper punctum (shifted variation)
1097 % This note head is used instead of the regular pes upper punctum to
1098 % avoid collision with the lower punctum note of the pes when the upper
1099 % punctum sits directly on top of the lower punctum.
1101 vat_punctum_char ("Ed. Vat. var pes upper punctum", "vaticana.vupes",
1102 false, false, true, false,
1103 false, true, false, 1.0);
1106 % small punctum as used in epiphonus
1107 vat_punctum_char ("Ed. Vat. plica", "vaticana.plica",
1108 false, false, false, false,
1109 false, false, false, 0.6);
1112 % small punctum as used in epiphonus
1113 plica_char ("Ed. Vat. var plica", "vaticana.vplica",
1117 % eccentric punctum as used in epiphonus
1118 epiphonus_char ("Ed. Vat. epiphonus", "vaticana.epiphonus",
1119 false, true, false, 1.0);
1122 % eccentric punctum as used in epiphonus (shifted variation)
1124 % This note head is used instead of the regular epiphonus punctum to
1125 % avoid collision with the plica head when the plica sits directly on
1126 % top of the lower head.
1128 epiphonus_char ("Ed. Vat. var epiphonus", "vaticana.vepiphonus",
1129 false, true, true, 1.0);
1132 % small punctum as used in cephalicus
1133 vat_punctum_char ("Ed. Vat. rev. plica", "vaticana.reverse.plica",
1134 false, false, false, false,
1135 true, false, false, 0.6);
1138 % small punctum as used in cephalicus
1139 plica_char ("Ed. Vat. rev. var plica", "vaticana.reverse.vplica",
1143 % eccentric punctum as used in cephalicus; without left stem
1144 epiphonus_char ("Ed. Vat. inner cephalicus", "vaticana.inner.cephalicus",
1145 false, false, false, 1.0);
1148 % eccentric punctum as used in cephalicus; with left stem
1149 epiphonus_char ("Ed. Vat. cephalicus", "vaticana.cephalicus",
1150 true, false, false, 1.0);
1154 fet_beginchar ("Ed. Vat. quilisma", "svaticana.quilisma");
1157 a_b := 1.54; % b_h * a_b / a_w = wd / ht
1161 save a, beta, ht, wd;
1168 set_char_box (0, 0.42 wd#, 0.28 ht#, 0.36 ht#);
1170 black_notehead_width# := wd#;
1172 define_pixels (ht, wd);
1178 T := identity xscaled linethickness
1180 pickup pencircle transformed T;
1181 ellipse := reverse fullcircle transformed T;
1183 z1 = (rt 0.00 wd, top -0.28 ht);
1184 z2 = (0.11 wd, -0.14 ht);
1185 z3 = (0.12 wd, +0.03 ht);
1186 z4 = (0.25 wd, -0.09 ht);
1187 z5 = (0.25 wd, +0.08 ht);
1188 z6 = (lft 0.42 wd, -0.04 ht);
1189 z7 = (lft 0.40 wd, bot +0.36 ht);
1191 fill get_subpath (ellipse, z1 - z2, z2 - z1, z1)
1192 -- get_subpath (ellipse, z2 - z1, z1 - z2, z2)
1194 fill get_subpath (ellipse, z3 - z4, z4 - z3, z3)
1195 -- get_subpath (ellipse, z4 - z3, z3 - z4, z4)
1197 fill get_subpath (ellipse, z5 - z6, z6 - z5, z5)
1198 -- point 0 of get_subpath (ellipse, z6 - z5, z5 - z6, z6)
1199 -- get_subpath (ellipse, z7 - z6, z6 - z7, z7)
1200 -- get_subpath (ellipse, z6 - z7, z5 - z6, z6)
1203 labels (1, 2, 3, 4, 5, 6, 7);
1207 % solesmes punctum inclinatum parvum
1208 inclinatum_char ("Solesmes punctum inclinatum parvum", "solesmes.incl.parvum",
1209 true, false, false);
1212 % solesmes punctum auctum ascendens
1213 vat_punctum_char ("Solesmes punctum auctum ascendens", "solesmes.auct.asc",
1214 false, false, false, true,
1215 true, false, false, 1.0);
1218 % solesmes punctum auctum descendens
1219 vat_punctum_char ("Solesmes punctum auctum descendens", "solesmes.auct.desc",
1220 false, false, false, true,
1221 false, false, false, 1.0);
1224 % solesmes punctum inclinatum auctum
1225 inclinatum_char ("Solesmes punctum incl. auctum", "solesmes.incl.auctum",
1226 false, false, true);
1230 inclinatum_char ("Solesmes stropha", "solesmes.stropha",
1231 false, true, false);
1234 % solesmes stropha aucta
1235 inclinatum_char ("Solesmes stropha aucta", "solesmes.stropha.aucta",
1240 fet_beginchar ("Solesmes oriscus", "ssolesmes.oriscus");
1243 a_b := 1.54; % b_h * a_b / a_w = wd / ht
1247 save a, beta, ht, wd;
1253 black_notehead_width# := wd#;
1257 convexity# = +0.05 ht#;
1259 define_pixels (ht, wd, convexity);
1261 set_char_box (0.00 wd#, 0.50 wd#,
1262 0.25 ht# + convexity#, 0.25 ht# + convexity#);
1264 z1 = (0.00 wd + blot_diameter / 2, -convexity);
1265 z2 = (1/6 wd, +convexity);
1266 z3 = (2/6 wd, -convexity);
1267 z4 = (0.50 wd - blot_diameter / 2, +convexity);
1272 height = 2 ypart (directionpoint right of (z1
1281 T := identity xscaled blot_diameter
1282 yscaled (h + d - height);
1283 pickup pencircle transformed T;
1284 ellipse := fullcircle transformed T;
1286 % Adjust vertical coordinates to touch bounding box.
1293 d_ := direction 0 of (z1
1298 fill get_subpath (ellipse, -d_, d_, z1)
1301 .. get_subpath (ellipse, d_, -d_, z4)
1306 labels (1, 2, 3, 4);
1320 fet_beginchar ("Ed. Med. inclinatum", "smedicaea.inclinatum");
1321 draw_diamond_head (1.2 staff_space#, 0, 0, 35, false);
1325 def med_punctum_char (expr verbose_name, internal_name,
1326 left_up_stem, left_down_stem) =
1327 fet_beginchar (verbose_name, "s" & internal_name);
1330 ht# = 2 staff_space#;
1332 black_notehead_width# := wd#;
1334 define_pixels (ht, wd);
1339 ellipse := fullcircle xscaled blot_diameter
1342 z1 = (0.00 wd + blot_diameter / 2, 0);
1343 z2 = (0.4 wd - blot_diameter / 2, 0);
1347 pickup pencircle scaled linethickness;
1350 z4 = (0.00 wd + linethickness / 2, -1.25 ht);
1352 fill get_subpath (ellipse, left, down, z1)
1356 -- (rt x4, -.5 ht / 2)
1357 -- get_subpath (ellipse, right, left, z2)
1362 set_char_box (0.0, 0.4 wd#, 1.25 ht#, 0.25 ht#);
1363 elseif left_up_stem:
1364 z4 = (0.00 wd + linethickness / 2, +1.25 ht);
1366 fill get_subpath (ellipse, down, right, z1)
1367 -- get_subpath (ellipse, right, left, z2)
1368 -- (rt x4, .5 ht / 2)
1376 set_char_box (0.0, 0.4 wd#, 0.25 ht#, 1.25 ht#);
1378 fill get_subpath (ellipse, left, right, z1)
1379 -- get_subpath (ellipse, right, left, z2)
1382 set_char_box (0.0, 0.4 wd#, 0.25 ht#, 0.25 ht#);
1390 med_punctum_char ("Ed. Med. punctum", "medicaea.punctum",
1394 % left up-stemmed punctum
1395 med_punctum_char ("Ed. Med. reverse virga", "medicaea.rvirga",
1399 % virga (i.e. left down-stemmed punctum)
1400 med_punctum_char ("Ed. Med. virga", "medicaea.virga",
1413 def huf_punctum_char (expr verbose_name, internal_name,
1415 fet_beginchar (verbose_name, "s" & internal_name);
1420 draw_diamond_head (staff_space#, 0, 0, alpha, false);
1423 set_char_box (0, head_width#,
1424 1.5 staff_space#, head_height# / 2);
1429 ellipse := reverse fullcircle xscaled blot_diameter
1430 yscaled 0.7 staff_space
1433 z11 = (head_width / 2, 0);
1434 z12 = find_tangent_shift (((0, -d) -- (w, -d)), ellipse,
1435 (w / 2, -d), (w / 2, 0));
1437 fill get_subpath (ellipse, up, down, z11)
1438 -- get_subpath (ellipse, down, up, z12)
1448 huf_punctum_char ("Hufnagel punctum", "hufnagel.punctum", false)
1452 huf_punctum_char ("Hufnagel virga", "hufnagel.virga", true)
1456 fet_beginchar ("Hufnagel pes lower punctum", "shufnagel.lpes")
1457 save width, height, alpha;
1459 width# = 2 * staff_space#;
1460 height# = 0.7 * staff_space#;
1463 set_char_box (0, width#, height# / 2, height# / 2);
1465 define_pixels (width, height);
1470 circle := reverse fullcircle scaled linethickness;
1472 pickup pencircle scaled linethickness;
1474 rt x3 = -lft x1 = width / 2;
1475 y2 = y3 = height / 2;
1476 y1 = y4 = -height / 2;
1478 tand (alpha) * (y2 - y1) = x2 - x1 = x3 - x4;
1480 fill get_subpath (circle, left, z2 - z1, z1)
1481 -- get_subpath (circle, z2 - z1, right, z2)
1482 -- get_subpath (circle, right, z4 - z3, z3)
1483 -- get_subpath (circle, z4 - z3, left, z4)
1486 currentpicture := currentpicture shifted (width/2, 0);
1488 % labels (1, 2, 3, 4);
1492 fet_endgroup ("noteheads");