~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to mf/parmesan-accidentals.mf

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
4
4
% source file of LilyPond's pretty-but-neat music font
5
5
6
 
% (c) 2001--2004 Juergen Reuter <reuter@ipd.uka.de>
 
6
% (c) 2001--2006 Juergen Reuter <reuter@ipd.uka.de>
7
7
8
8
 
9
9
fet_begingroup ("accidentals")
17
17
%
18
18
%
19
19
%
20
 
fet_beginchar("Ed. Med. Flat" , "medicaea-1", "medicaeaflat");
 
20
fet_beginchar("Ed. Med. Flat" , "medicaea-1");
21
21
        set_char_box(0.1 staff_space#, 0.6 staff_space#,
22
22
                     0.6 staff_space#, 1.0 staff_space#);
23
23
 
56
56
%
57
57
%
58
58
%
59
 
fet_beginchar("Ed. Vat. Flat" , "vaticana-1", "vaticanaflat");
 
59
fet_beginchar("Ed. Vat. Flat" , "vaticana-1");
60
60
        save za, zb, zc, zd, ze, zf, zg;
61
61
        pair za, zb, zc, zd, ze, zf, zg;
62
62
        za = (0.00 staff_space, +0.80 staff_space);
78
78
                     0.80 staff_space# + 0.11 staff_space#);
79
79
        fet_endchar;
80
80
 
81
 
fet_beginchar("Ed. Vat. Natural" , "vaticana0", "vaticananatural");
 
81
fet_beginchar("Ed. Vat. Natural" , "vaticana0");
82
82
        save za, zb, zc, zd;
83
83
        pair za, zb, zc, zd;
84
84
        pickup pencircle
111
111
%
112
112
%
113
113
%
114
 
fet_beginchar("Mensural Sharp" , "mensural1", "mensuralsharp");
 
114
fet_beginchar("Mensural Sharp" , "mensural1");
115
115
        save stemthick;
116
116
        define_pixels (stemthick);
117
117
        stemthick# = linethickness#;
133
133
 
134
134
        fet_endchar;
135
135
 
136
 
fet_beginchar("Mensural Flat" , "mensural-1", "mensuralflat");
 
136
fet_beginchar("Mensural Flat" , "mensural-1");
137
137
        save stemthick;
138
138
        define_pixels (stemthick);
139
139
        stemthick# = linethickness#;
159
159
 
160
160
        fet_endchar;
161
161
 
162
 
fet_beginchar("Hufnagel Flat" , "hufnagel-1", "hufnagelflat");
 
162
fet_beginchar("Hufnagel Flat" , "hufnagel-1");
163
163
        save stemthick;
164
164
        define_pixels (stemthick);
165
165
        stemthick# = linethickness#;