summaryrefslogtreecommitdiff
path: root/mf/feta-schrift.mf
Commit message (Collapse)AuthorAgeFilesLines
...
* release: 1.5.41Han-Wen Nienhuys2002-03-151-7/+7
|
* patch::: 1.5.30.uu1Han-Wen Nienhuys2002-02-101-54/+20
| | | | | | | | | | | | | 2002-02-07 Han-Wen Nienhuys <hanwen@cs.uu.nl> * stepmake/aclocal.m4: fixed bison version check to be more robust. * lily/stem.cc (position_noteheads): fix for cluster chords. * mf/*.mf: many blotting/pixel rounding fixes by Rune Zedeler * python 2.2 support.
* release: 1.5.20Han-Wen Nienhuys2001-10-281-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =========== * Sketch output: - Sketch uses feta font. - Fix to linewidth and feta fontsize. - mf-to-table: write dummy values in afm to make sketch happy. - Fixes to glyphs: rectangles beziers work now. - Bugfix: sketch.scm: use primitive-eval. * Sketch and feta Type1 fonts: - textrace: wget http://www.inf.bme.hu/~pts/textrace-latest.tar.gz tar xzf textrace-latest.tar.gz @@ -15,18 +17,23 @@ (cd autotrace-0.27ap; ./configure; make) ./traceall.sh feta20 feta20.pfb $HOME/usr/src/lilypond/mf/out - copy mf/out/feta20.* to sketch/Resources/Fontmetrics - append to sketch/Resources/Fontmetrics/std.sfd: echo 'TeX-feta20,feta20,Roman,-gnu-feta20-medium-r-normal,adobe-fontspec\ific,feta20' > $HOME/usr/src/sketch/sketch/Resources/Fontmetrics/std.sfd - Hmm, then find that + Sketch accesses characters by name, ie, the name characters have in default text fonts. Luckily, textrace mangles the feta names too. Sadly, textrace chooses different names for characters > 128. + Textrace mangles font name by prepending `TeX-'. Doesn't seem to pose a big problem; we'll have to pefix `TeX-' to feta fonts. + Sadly, only the sketch-0.7.x is happy with the feta type1 font, but printing is not yet implemented? * Remove modules directory (again?). 1.5.18.m
* release: 1.5.17Han-Wen Nienhuys2001-10-141-0/+52
| | | | | | | | | | =========== * Emacs-mode: Inserting tags * Enable python2.1/Python.h 1.5.16.h
* release: 1.5.8Han-Wen Nienhuys2001-08-301-75/+0
| | | | | | | | | | | | | | | | | | | | ========== * reinclude input/bugs/*.ly * Mensural flags (Juergen Reuter) * Fixed problem with hanging Xdvi from redhat 7.x. See also http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52089 * Bugfix: don't crash if kpse_find_file returns 0. * Bugfix: don't allocate \outputscale for every file. * Bugfix: mixing different rhythms on one staff doesn't muck up the spacing that much. 1.5.7.h
* patch::: 1.5.7.jcn2Jan Nieuwenhuizen2001-08-251-0/+75
| | | | | | | | | 1.5.7 ===== * Arpeggios can now have arrows on the top or bottom to determine their direction, and a chord can be bracketed to indicate no arpeggio. (Chris Jackson)
* release: 1.5.6Han-Wen Nienhuys2001-08-141-1/+42
| | | | | | | | | | | | | | ========= * Allow for duplicated articulation scripts with different direction. * Added new ornaments: \upmordent, \downmordent, \pralldown, \prallup, \lineprall, \thumb, \comma (to be used with scriptHorizontal = ##t), see also input/test/trill.ly. [WARNING: FONT UPDATE!] * Bug fix: staccato dot placement. 1.5.5.
* patch::: 1.3.141.jcn3Jan Nieuwenhuizen2001-03-241-19/+0
| | | | | | | | | | 1.3.141.jcn3 ============ * some mup2ly progress. * Bugfix: ly2dvi: don't include empty set fo latexheaders, don't use python-1.5.2 abspath func.
* patch::: 1.3.94.jcn3Jan Nieuwenhuizen2000-10-101-1/+64
| | | | | | | | | | | | | | | | | | | | | 1.3.94.jcn3 =========== * Added Arpeggio and Trill elements to feta font. * Yet another bugfix for output-property (Han-Wen) --- Generated by janneke@gnu.org, From = lilypond-1.3.94.jcn2, To = lilypond-1.3.94.jcn3 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.94.jcn3.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure
* patch::: 1.3.44.jcn1Jan Nieuwenhuizen2000-04-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | 1.3.44.jcn1 =========== * Added a Piano_pedal_engraver. * Removed some empty files. * Created piano pedal symbols: * - . P e d. * Fixed ps-to-pfa.py to handle multiple unfills. * Moved accordion symbols out of feta-script to end of font. * Bugfix: don't create tfm's, pfa's etc of feta-test fonts. * Fixed blot_diameter for small resolutions. 1.3.43 ======
* release: 1.3.44Han-Wen Nienhuys2000-04-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | =========== * Put global element list into Line_of_score, instead of Paper_score. post processing (the stage after line breaking) is now truly done per-system, and we got rid of an ugly hack to get font handling OK. * Bugfix: set the group-interface of System_start_delimiter. * Cleanups of Break_algorithm and derived classes, Move broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_ * Bugfix for accordion symbols. * Various patches to prevent crashing when do_brew_molecule gets called before after_line_breaking (). This was a problem in Spanner classes mostly. 1.3
* patch::: 1.3.43.jcn1Jan Nieuwenhuizen2000-04-121-1/+0
| | | | | | | | | | | | | | | | | | | 1.3.43.jcn1 =========== * Added a Piano_pedal_engraver. * Removed some empty files. * Created piano pedal symbols: * - . P e d. * Fixed ps-to-pfa.py to handle multiple unfills. * Moved accordion symbols out of feta-script to end of font. * Bugfix: don't create tfm's, pfa's etc of feta-test fonts. * Fixed blot_diameter for small resolutions.
* patch::: 1.3.26.jcn1Jan Nieuwenhuizen2000-02-231-1/+1
| | | | | | | | | 1.3.26.jcn1 =========== * Devised kludge for ascii 5 character font pitches. * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
* release: 1.3.19Han-Wen Nienhuys2000-01-141-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | ========== * lilypond-mode.el for emacs supersedes mudela-mode.el * Tuplet spanners don't collide with encompassing notes. * Gobbled Adobe parseAFM* code, for future use. * Big 1999 to 2000 search/replace. * Big interline to staff_space search/replace for mf files. * Removed Bow class, and split code into Tie and Slur * Don't put scripts on grace notes. * Font_metric uses SCM for name field. * Various compilation fixes. 1.3.17.j
* release: 1.1.55Han-Wen Nienhuys1999-07-091-12/+12
|
* release: 1.1.53Han-Wen Nienhuys1999-07-051-1/+1
|
* patch::: 1.1.52.mb2Mats Bengtsson1999-07-031-1/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pl 52.mb2 - Added \repetitions: prints symbol for repeated bars. Same syntax as multi-measure rests! - Added \segno and \wheel script symbols --- Hi, I did some metafont hacking and implemented a \segno and a \wheel (what is the proper english nomenclature?) script. I also did a bar repetition sign and implemented this using the same mechanism and syntax as multi-measure rests. Try input/test/repeatbar.fly. I have to think of where to add the documentation in the Reference manual. Several people have requested a reintroduction of the textAlignment property. I thought it would be simple to implement but I failed, since I'm not sure about how to add an alignment feature to Text_item. Can Han-Wen or Jan help? /Mats --------- The patch ----------------- Generated by (address unknown) using package-diff 0.62, From = lilypond-1.1.52.mb1, To = lilypond-1.1.52.mb2 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.52.mb2.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure --state 1.1.52.mb1 1.1.52.mb2 ++state
* release: 1.1.5Han-Wen Nienhuys1998-11-131-10/+7
|
* release: 1.1.4Han-Wen Nienhuys1998-11-101-7/+10
|
* patch::: 1.1.3.ms1Han-Wen Nienhuys1998-11-111-10/+7
| | | | | | | | | | | | | | | | | | | | | | | pl 3.ms1 - thumb-upgrade --- Generated by (address unknown) using package-diff 0.62, From = lilypond-1.1.3, To = lilypond-1.1.3.ms1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.3.ms1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure and possibly make outdirs. --state 1.1.3 1.1.3.ms1 ++state
* patch::: 1.1.3.tca1Tom Cato Amundsen1998-11-071-0/+1
| | | | | | | | pl 3.tca1 - accordion symbols in mf/feta-accordion.mf and init/accordion-defs.ly. - small changes to mudela-book and Documentation/man/mudela-book.yo - mudela-book example file in Documentation/tex/mudela-book-doc.doc
* release: 1.1.0Han-Wen Nienhuys1998-10-231-1/+33
|
* release: 1.0.1Han-Wen Nienhuys1998-08-111-3/+3
|
* release: 0.1.56Han-Wen Nienhuys1998-03-171-4/+17
|
* release: 0.1.50Han-Wen Nienhuys1998-03-171-0/+3
|
* release: 0.1.47Han-Wen Nienhuys1998-03-061-28/+50
|
* release: 0.1.39Han-Wen Nienhuys1998-01-051-2/+2
|
* release: 0.1.38Han-Wen Nienhuys1997-12-241-6/+11
|
* patch::: 0.1.37.jcn1: toch kleinerJan Nieuwenhuizen1997-12-171-6/+6
|
* patch::: 0.1.37: nummertjes en flageolet..Jan Nieuwenhuizen1997-12-161-3/+18
| | | | | | | pl 37.jcn1 - feta: numerals - feta: flageolet - feta: thinner accent
* release: 0.1.37Han-Wen Nienhuys1997-12-121-3/+1
|
* release: 0.1.30Han-Wen Nienhuys1997-11-111-3/+7
|
* release: 0.1.29Han-Wen Nienhuys1997-11-061-3/+4
|
* release: 0.1.26Han-Wen Nienhuys1997-10-271-21/+7
|
* release: 0.1.24Han-Wen Nienhuys1997-10-201-3/+4
|
* release: 0.1.23Han-Wen Nienhuys1997-10-151-28/+31
|
* release: 0.1.22Han-Wen Nienhuys1997-10-111-38/+111
|
* patch::: 0.1.21.jcn1: kleine patsJan Nieuwenhuizen1997-10-101-3/+3
|
* release: 0.1.21Han-Wen Nienhuys1997-10-081-4/+114
|
* release: 0.1.20Han-Wen Nienhuys1997-10-081-0/+329