* lily/virtual-font-metric.cc: new file
[lilypond.git] / ChangeLog
blob1abda0c5e06929327ee22a3b0fce1740b6f632d3
1 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * lily/virtual-font-metric.cc: new file
5         * lily/include/virtual-font-metric.hh (class Virtual_font_metric):
6         new file
8         * scripts/lilypond-book.py: use old re's for python 2.2 as well
10         * debian/control: Debian patches by Anthony Fok
12         * input/regression/lyric-combine-polyphonic.ly: new file.
14         * ly/engraver-init.ly (VoiceContext): add Grob_pq_engraver to
15         Voice context.
17 2002-08-31 Graham Percival  <gperciva@sfu.ca>
19         * Documentation/user/tutorial.itely:  editorial changes
20         (spelling, grammar, etc) of the orchestral score, integrating text +
21         music, and the end of tutorial.
23 2002-08-31 Rune Zedeler  <rune@zedeler.dk>
25         * input/test/sondag-morgen/*.ly: 1.6 compatibility knee fixes
27         * lily/tab-note-heads-engraver.cc: Bugfix for instruments not
28         having 6 strings.
29         
30 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
32         * VERSION: 1.6.1 released
33         
34         * lily/kpath.cc: 
35         * lily/lily-guile.cc: macosx fixes.
37         * lily/script-column.cc (before_line_breaking): use stable sorting
38         algorithm to preserve script ordering.
39         (grob_script_priority_less): new function
41         * lily/script-engraver.cc (process_music): 
42         * lily/text-engraver.cc (process_acknowledged_grobs):
43         * lily/fingering-engraver.cc (make_script): don't use direction
44         for script-priority. This fixes orderings for multiple down
45         script/fingering.
47         * scripts/ly2dvi.py (run_lilypond): don't exit if LilyPond fails,
48         but try to assemble the files anyway.
50         * input/regression/prefatory-empty-spacing.ly: new file.
52         * lily/break-align-interface.cc (do_alignment): translate last
53         break-align-group if it is invisible/empty.
55         * scm/grob-description.scm (all-grob-descriptions): LeftEdge is
56         not a BreakAlignGroup. Do not use
57         Break_align_interface::alignment_callback
59 2002-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
61         * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
62         meaningful error if running latex fails 
64         * Documentation/user/refman.itely (Tablatures): small
65         corrections. Thanks to Karl Berry
67 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
69         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
70         redhat spec and rpm-skeleton found in Mandrake's home page.
72 2002-08-29 Graham Percival  <gperciva@sfu.ca>
74         * Documentation/user/tutorial.itely:  editorial changes (spelling,
75         grammar, etc) of the "Fine tuning" section.
77 2002-08-29  Juergen Reuter  <reuter@ipd.uka.de>
79         * input/test/ancient-font.ly, mf/parmesan-heads.mf,
80         scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note
81         heads accessible
83 2002-08-29  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
85         * scm/music-functions.scm (unfold-repeats): Call new
86         shift-duration-log correctly also for unfolded repeats.
88 2002-08-27  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
90         * tex/titledefs.tex: Define \fetafont for use in titles.
92         * scm/music-functions.scm (shift-duration-log), lily/parser.yy
93         (Repeated_music): Handle dots correctly for \repeat tremolo.
95 2002-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
97         * lily/score.cc: remove paranoia code.
99         * lily/parser.yy: don't include malloc.h
101 2002-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
103         * flower/polynomial.cc (operator +): optimize += operator. No
104         copying.
106         * lily/source-file.cc (get_line): use binary search to determine
107         line number. This kills another quadratic time-complexity term.
109         * lily/include/source-file.hh (class Source_file): add newline_locations
111         * flower/include/array.icc (binary_search_bounds): new function.
113 2002-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
115         * input/regression/tuplet-properties.ly (texidoc): bugfix
117         * input/regression/beam-shortened-lengths.ly: add \stemUp
119         * Documentation/user/refman.itely: 
121 2002-08-22  Tom Cato
123         * Documentation/user/refman.itely: spelling fix.
125 2002-08-21  Jan Nieuwenhuizen  <janneke@gnu.org>
127         * lily/main.cc (setup_paths): Prepend dirs to search path, instead
128         of appending.  Fixes build when typical LilyPond 1.4 leftovers clutter
129         the system.
131         * flower/include/file-path.hh (prepend): New function.
133 2002-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
135         * Documentation/misc/ChangeLog-1.5: move 1.5 ChangeLog to misc/
137         * lily/completion-note-heads-engraver.cc (class
138         Completion_heads_engraver): don't be confused by polyphonic rhythms.
140         * input/regression/completion-heads-polyphony.ly: new file.
142 2002-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
144         * GNUmakefile.in (web-ext): distribute .ly with web tarball too.
145         This means that the 1.6 binaries must be rebuilt.
147         * make/lilypond-vars.make: banish ps-to-X scripts
149         * make/generic-rules.make: remove blurb rule.
151         * GNUmakefile.in: make lilypond-fource file, so PK fonts are not
152         removed every make-run.
154         * make/ly-rules.make: don't remove .tely file.
156         * input/test/chords.ly (scales): whole notes only. Prevents
157         weird breaks.