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

Side by Side Diff: mf/parmesan-other-generic.mf

Issue 553700043: scripts/build/scan-mf-deps: script to generate MF dependencies (Closed)
Patch Set: Jonas' nits Created 4 years 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:
View unified diff | Download patch
« no previous file with comments | « mf/invoke-mf2pt1.sh ('k') | scripts/build/mf2pt1.pl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 % This file is part of LilyPond, the GNU music typesetter. 1 % This file is part of LilyPond, the GNU music typesetter.
2 % 2 %
3 % Copyright (C) 2002--2020 Juergen Reuter <reuter@ipd.uka.de> 3 % Copyright (C) 2002--2020 Juergen Reuter <reuter@ipd.uka.de>
4 % 4 %
5 % The LilyPond font is free software: you can redistribute it and/or modify 5 % The LilyPond font is free software: you can redistribute it and/or modify
6 % it under the terms of the GNU General Public License as published by 6 % it under the terms of the GNU General Public License as published by
7 % the Free Software Foundation, either version 3 of the License, or 7 % the Free Software Foundation, either version 3 of the License, or
8 % (at your option) any later version, or under the SIL Open Font License. 8 % (at your option) any later version, or under the SIL Open Font License.
9 9
10 10
11 11
12 input common-modules-and-initialization; 12 input common-modules-and-initialization;
13 input parmesan-macros; 13 input parmesan-macros;
14 14
15 font_x_height staff_space#; 15 font_x_height staff_space#;
16 16
17 fet_beginfont ("parmesan", design_size, "parmesanMusic"); 17 fet_beginfont ("parmesan", design_size, "parmesanMusic");
18 input parmesan-rests; 18 input parmesan-rests;
19 input parmesan-clefs; 19 input parmesan-clefs;
20 input parmesan-custodes 20 input parmesan-custodes;
21 input parmesan-accidentals; 21 input parmesan-accidentals;
22 input parmesan-flags; 22 input parmesan-flags;
23 input parmesan-timesignatures; 23 input parmesan-timesignatures;
24 input parmesan-scripts; 24 input parmesan-scripts;
25 input parmesan-dots; 25 input parmesan-dots;
26 fet_endfont; 26 fet_endfont;
OLDNEW
« no previous file with comments | « mf/invoke-mf2pt1.sh ('k') | scripts/build/mf2pt1.pl » ('j') | no next file with comments »

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