]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
60ccfdd920bff1ef78233c4baab84cdd559b70bf
[lilypond.git] / ChangeLog
1 2002-01-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * input/bugs/first-tie.ly: New file.
4
5         * input/bugs/spacing-clash.ly: New file.
6
7 2002-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8
9         * po: regenerate.
10
11 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
12
13         * lilypond-indent.el: New file providing indentation for
14         parenthesised blocks of lilypond code in Emacs
15         
16         * lilypond-font-lock.el: Changes to the syntax table to facilitate
17         indentation and handle block comments properly. Distinguish
18         accents from close-brackets in fontification.
19
20         * lilypond-mode.el: LilyPond-indent-command set appropriately.
21
22 2002-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
23
24         * Documentation/windows/installing.texi: 
25         * Documentation/windows/compiling.texi: Include from 1.4.10.
26
27         * Documentation/windows/gs-profile.sh: previously lily-gs.sh
28
29         * input/bugs/first-midi-tie.ly: New file.
30
31 2001-12-29  Han-Wen  <hanwen@cs.uu.nl>
32         
33         * VERSION: 1.5.28 released
34
35         * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
36         illicit beams on [c4 c4] etc.
37
38         * lily/bar-check-iterator.cc (Bar_check_iterator): new
39         file. Make separate iterator for Bar_checks. Bar_check now happen
40         outside engravers, meaning that you can use them with
41         skipTypesetting. Associated changes in other files.
42         
43         * lily/new-spacing-spanner.cc (stem_dir_correction): removed
44         function
45         
46         * lily/spacing-spanner.cc (stem_dir_correction): removed function
47
48         * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
49
50         * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
51
52         * lily/stem.cc (set_spacing_hints): removed function
53
54         * lily/note-spacing.cc (stem_dir_correction): new stem-direction
55         correction for spacing; now take vertical extents of the stem into
56         account.  
57
58         * lily/third-try.cc: More hacking to get spacing working.
59
60         * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
61         sits at staff level and creates note spacing objects. Scrap it
62         again, and document why.
63
64         * lily/include/group-interface.hh: rename functions. 
65
66 2001-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
67
68         * stepmake/stepmake/c++-rules.make:
69         * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
70
71 2001-12-25  Jan Nieuwenhuizen  <janneke@gnu.org>
72
73         * make/lilypond-vars.make: 
74         * scripts/ly2dvi.py (setup_environment): 
75         * scripts/lilypond-book.py (setup_environment): Also set tex
76         memory options.
77
78 2001-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
79
80         * VERSION: 1.5.27 released.
81
82         * Documentation/user/refman.itely (Bar numbers): added bar number
83         documentation.
84
85         * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
86         again.
87
88 2001-12-22  Mats Bengtsson  <matsb@matsb@s3.kth.se>
89
90         * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
91         spread the last few lines all over the last page of a score.
92
93 2001-12-24  Han-Wen  <hanwen@cs.uu.nl>
94
95         * lily/third-try.cc: 3rd try at revising spacing
96         engine. Not yet finished.
97
98         * lily/paper-column.cc (brew_molecule): print debugging marks on a
99         paper-column.
100
101         * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
102         collecting past note heads.
103
104         * lily/note-heads-engraver.cc (try_music): Remove end_mom_
105         stuff.
106
107         * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
108         class. Keep a queue of grobs that are still playing in busyGrobs. 
109
110         * lily/lyric-combine-music-iterator.cc (get_busy_status): New
111         function. Use busyGrobs to detect playing notes.
112         
113 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
114  
115         * Documentation/topdocs/INSTALL.texi: Added note about broken
116         python-2.1.  Updated note for Debian's broken (well, broken for
117         our use anyway) tex configuration.
118         
119         * scripts/lilypond-book.py (re_dict): python2.2 fix.
120         
121         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
122         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
123         
124         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
125         (But left margin of png's still misses a few pixels.  Arg.)
126         
127 2001-12-16  Heikki Junes  <hjunes@cc.hut.fi>
128
129         * lilypond-mode.el (LilyPond-command-next-midi): Make
130         possible to kill midi-process (using "C-c C-m").
131
132 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
133
134         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
135         Convert strings with dimensions to numbers.
136
137         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
138         as found in stavesFound. 
139
140         * lily/bar-number-engraver.cc: remove staff administration. 
141
142         * lily/mark-engraver.cc (acknowledge_grob): remove staff
143         administration. This breaks support for invisible-staff.
144
145         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
146         symbols into stavesFound.
147
148         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
149         grobs, and put them into columns.
150
151         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
152         Engraver_group_engraver as a potential candidate for ack'ing grobs.
153
154 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
155
156         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
157         midi section in the Emacs-mode, so it is possible to play certain
158         score in a multiscore lilypond-file.
159          
160 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
161         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
162         (FIXME: not accessible from guile)
163         
164         * lily/accidental-engraver.cc: rewrote accidental-routines to get
165         better support for Kurt Stone's suggestions.
166         Removed properties: noResetKey, forgetAccidentals, autoReminders,
167                             lazyKeySignature.
168         Changed property:   localKeySignature.
169         Added properties:   extraNatural, autoAccidentals,
170                             autoCautionaries.
171         (BUGFIX: broken-tie-support destroyed in 1.5.16)
172         
173         * ly/property-init.ly: added commands
174         \defaultAccidentals \modernAccidentals \modernCautionaries
175         \noResetKey \forgetAccidentals
176
177         * ly/engraver-init.ly: Correct initialization of new accidentals.
178         
179         * scm/translator-property-description.scm: The new properties
180         added.
181         
182         * input/: Some examples added, some changed.
183         
184         * Documentation/regression-test.tely: Added quick test of new
185         accidentals.
186
187 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
188
189         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
190         header not found
191
192 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
193
194         * lily/beam.cc (before_line_breaking): Make beams  without stems
195         or with only one stem disappear.
196
197 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
198
199         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
200         files to have standardised HTML bibliography output. Update build
201         docs to reflect this.
202
203         * lily/include/simple-spacer.hh (struct Simple_spacer): add
204         active_count_, so that we don't have to look for active springs
205         anymore.
206
207         * scm/interface-description.scm,scm/grob-property-description.scm:
208         Add 'penalty
209
210         * lily/simple-spacer.cc (solve): Handle forced line breaks
211         here. Fixes problems when combining linebreaks with non-fitting
212         line configurations
213
214 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
215
216         * 1.4.9.jcn3 forward ports.
217         
218         * Really included .cvsignore.
219
220         * Included Han-Wen's uu1 windows fixes.
221
222         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
223
224         * Added Cygwin setup.hint
225
226         * Removed tex, python wrappers and postinstalls to go with Cywgin's
227         tetex/texmf, python installations.
228
229         * Updated cygwin installer.
230
231         * ly2dvi: Don't accept filenames with spaces (+ fix).
232
233 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
234
235         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
236
237         * lily/translator-def.cc: Remove manual symbol caching.
238
239         * lily/script-column.cc (before_line_breaking): robustness check:
240         don't crash if no direction set.
241
242         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
243
244         * scripts/pmx2ly.py (Parser.parse_header): more generic header
245         parsing.
246
247
248 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
249
250         * lily/note-head.cc (head_extent): added to compute width without
251         ledger lines. By default, ledger lines take up width now.
252
253         * input/regression/fingering.ly: demonstrate auto fingering.
254         Horizontal placement is still buggy. 
255         
256         * lily/fingering-engraver.cc (class Fingering_engraver):
257         added. Provides support for horizontal fingering scripts
258
259         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
260
261         * lily/side-position-interface.cc (add_staff_support): add staff
262         only for Y-axis side positions.
263
264         * lily/parser.yy (request_chord): Fix mem leak.
265
266         * lily/musical-request.cc (transpose): moved to Music::transpose()
267
268         * lily/include/grob-info.hh: Change music pointer to SCM, so we
269         can store grobs as grob-creation cause as well.
270
271         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
272         handle when adding. Use precomputed symbols throughout lily.
273         
274         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
275         track of spacing issues.
276
277         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
278         to keep track of staff spacing
279
280 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
281
282         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
283           code clean from conditionals and have a concentrated sets of
284           compatitility fixes for old guile versions.
285
286         * Fixes for guile 1.4, including embedded ps.
287
288 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
289
290         * lily/stanza-number-engraver.cc (process_music): allow pairs as
291         well for markup texts.
292
293         * lily/musical-request.cc (length_mom): kludge for null pointer.
294
295         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
296
297         * scm/lily.scm (sign): bugfix
298
299         * CHANGES: Change log instated.
300
301         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
302