Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(815)

Delta Between Two Patch Sets: mf/parmesan-dots.mf

Issue 4951062: Glyphs for Kievan Notation (Closed)
Left Patch Set: Creating interface for Kievan Created 12 years, 5 months ago
Right Patch Set: Fixing remaining char_box issues Created 12 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « mf/parmesan-clefs.mf ('k') | mf/parmesan-noteheads.mf » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 % Feta (not the Font-En-Tja) music font -- dot vaticana 1 % Feta (not the Font-En-Tja) music font -- dot vaticana
2 % This file is part of LilyPond, the GNU music typesetter. 2 % This file is part of LilyPond, the GNU music typesetter.
3 % 3 %
4 % Copyright (C) 2006--2011 Juergen Reuter <reuter@ipd.uka.de> 4 % Copyright (C) 2006--2012 Juergen Reuter <reuter@ipd.uka.de>
5 %· 5 %·
6 % 6 %
7 % LilyPond is free software: you can redistribute it and/or modify 7 % LilyPond is free software: you can redistribute it and/or modify
8 % it under the terms of the GNU General Public License as published by 8 % it under the terms of the GNU General Public License as published by
9 % the Free Software Foundation, either version 3 of the License, or 9 % the Free Software Foundation, either version 3 of the License, or
10 % (at your option) any later version. 10 % (at your option) any later version.
11 % 11 %
12 % LilyPond is distributed in the hope that it will be useful, 12 % LilyPond is distributed in the hope that it will be useful,
13 % but WITHOUT ANY WARRANTY; without even the implied warranty of 13 % but WITHOUT ANY WARRANTY; without even the implied warranty of
14 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 % pars for superellipse are right, top, left, bottom 49 % pars for superellipse are right, top, left, bottom
50 fill superellipse((kievan_dot_diam, 0), 50 fill superellipse((kievan_dot_diam, 0),
51 (kievan_dot_diam / 2, kievan_dot_diam / 2), 51 (kievan_dot_diam / 2, kievan_dot_diam / 2),
52 (0, 0), 52 (0, 0),
53 (kievan_dot_diam / 2, -kievan_dot_diam / 2), 53 (kievan_dot_diam / 2, -kievan_dot_diam / 2),
54 0.51); 54 0.51);
55 set_char_box (0, kievan_dot_diam#, 0.5 kievan_dot_diam#, 0.5 kievan_dot_ diam#); 55 set_char_box (0, kievan_dot_diam#, 0.5 kievan_dot_diam#, 0.5 kievan_dot_ diam#);
56 fet_endchar; 56 fet_endchar;
57 57
58 fet_endgroup ("dots"); 58 fet_endgroup ("dots");
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b