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