]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/musical-request.cc: do ADD_MUSIC for String_number_req.
[lilypond.git] / ChangeLog
1 2002-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * lily/musical-request.cc: do ADD_MUSIC for String_number_req.
4
5         * lily/include/lily-guile.hh (scm_remember_upto_here_1): add glue
6
7         * lily/sequential-iterator.cc (get_pending_events): don't delete
8         music-iterator.
9         
10 2002-09-08  Rune Zedeler  <rune@zedeler.dk>
11
12         * scm/music-property-description.scm: describe string-number (whoops)
13
14         * Documentation/user/refman.itely: Tablature and bar number updates
15         
16 2002-09-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
17
18         * lily/lyric-combine-music-iterator.cc
19         (Lyric_combine_music_iterator): small bugfix
20
21         * lily/include/simultaneous-music-iterator.hh (class
22         Simultaneous_music_iterator): use SCM list for list of iterators.
23         
24         * lily/cxx-function-smob.cc: remove file.
25
26         * lily/include/cxx-function-smob.hh: remove file.
27
28         * lily/include/music-iterator.hh (class Music_iterator): smobify
29         music-iterator; many changes throughout. They are now constructed
30         through procedures that return the smobbed iterator. 
31
32         * lily/include/*.hh: all derived_mark() functions are now const.
33
34         * lily/syllable-group.cc (set_lyric_align): remove conditional
35         again.
36
37         * Documentation/bibliography/computer-notation.bib (note): add
38         Beyond MIDI and The Virtual Score.
39
40 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
41
42         * input/sondag-morgen/*.ly: Tablature fixes
43
44         * ly/performer-init.ly: BUGFIX: add alias Timing to Score context
45         
46         * lily/parser.yy and lily/lexer.ll: Use E_UNSIGNED instead of E_DIGIT
47         
48         * lily/musical-request.cc (String_number_req): Added
49
50         * lily/tab-note-heads-engraver.cc: Use String_number_req instead
51         of Text_script_req; read properties stringOneTopmost and
52         highStringOne.
53         
54         * ly/engraver-init.ly (tabStaffContext): Bugfix: remove Key_engraver;
55         set stringOneTopmost and highStringOne to #t
56         
57         * scm/output-lib.scm (tablature-stem-attachment-function): Changed
58         (guitar-tunings): List added
59         ((every-nth-bar-number-visible n) barnum): Instead of
60         default-bar-number-visibility
61         ((every-nth-bar-number-visible n) barnum): added
62
63         * scm/grob-description.scm (TabNoteHead): Extra-offset added (UGH!)
64         
65         * scm/translator-property-description.scm: Added new functions
66
67         * input/test/tablature.ly: Changed to better demonstrate possibilities.
68
69         * input/test/bar-number-every-fifth: Use new function
70         
71 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
72
73         * scripts/lilypond-book.py: revert pre use for python
74         2.2. Document why.
75
76 2002-09-07 Jeremie Lumbroso  <jeremie@lumbroso.fr>
77
78         * Documentation/user/refman.itely: very minor corrections and
79         rephrasing of the reference manual -- revision up to line #400.
80
81 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
82
83         * lily/lexer.ll: scan E_DIGIT
84
85         * lily/parser.yy (string_request): use E_DIGIT for string requests
86
87         * lily/beam.cc (get_thickness): new function
88
89         * ly/performer-init.ly (ScoreContext): add Timing alias
90
91         * lily/translator-def.cc (Translator_def): copy alias list too.
92
93         * lily/stem.cc (height): add half beam thickness for beamed stems.
94         This fixes tuplet bracket vertical offsets on beams.
95         
96         * lily/text-spanner-engraver.cc (stop_translation_timestep): small
97         cleanups; only hang spanner on paper-columns if there are no
98         note-columns to hang on. Also hang finished spanner on the last
99         note.
100
101         * lily/tuplet-bracket.cc (calc_position_and_height): only quantize
102         inside staff.
103
104 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
105
106         * scm/output-lib.scm: (default-bar-number-visibility) added
107
108         * ly/engraver-init.ly (ScoreContext) set barNumberVisibility to
109         #default-bar-number-visibility
110         
111 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
112
113         * input/test/poly-metric.ly: update to use Timing.
114
115         * lily/bar-number-engraver.cc (process_music): only run
116         barNumberVisibility if currentBarNumber is a number.
117
118         * lily/parser.yy (chord_inversion): use CHORD_SLASH for '/'
119         (command_element): use Timing as alias for Score.
120
121 2002-09-06  Jeremie Lumbroso  <jeremie@lumbroso.fr>
122
123         * Documentation/user/refman.itely: minor corrections (replacing
124         `grob' by `object'), addition of an example in the tablature
125         section.
126
127 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
128
129         * VERSION: 1.6.2 released  
130
131         * input/test/empty-staffs.ly: new file.
132
133         * Documentation/topdocs/INSTALL.texi: adds a bit of information
134         about compiling in OpenBSD. (Graham Percival)
135
136 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
137         
138         * scm/documentation-lib.scm (scm->string): don't crash if a
139         procedure doesn't have a name.
140
141 2002-09-05  Juergen Reuter  <reuter@ipd.uka.de>
142
143         * input/test/custos.ly: updated test file to show all available
144         custos styles
145
146         * lily/custos.cc: small code clean-ups
147
148         * input/test/rests.ly: updated test file to show all available
149         rest styles
150
151         * mf/feta-eindelijk.mf: bugfix: added missing maxima rest
152
153 2002-09-05  Rune Zedeler  <rune@zedeler.dk>
154
155         * scm/output-lib.scm (make-molecule-boxer): Fixed and moved from
156         input/test/boxed-molecule.ly
157
158         * input/test/boxed-molecule.ly: Fixed to use default
159         make-molecule-boxer
160
161         * input/test/bar-number-every-fifth.ly: Added
162         
163         * lily/bar-number-engraver.cc: Add property barNumberVisibility
164         and use it to decide which BarNumbers to suicide.
165         
166 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
167
168         * input/test/poly-metric.ly: new file.
169
170         * scripts/lilypond-book.py (output_verbatim): python 2.2 workaround.
171
172         * scm/documentation-lib.scm (scm->string): print procedure name in
173         stead of #<procedure .. > 
174
175         * scripts/ly2dvi.py (run_lilypond): exit with error if lily exited
176         any file with an error.
177
178         * input/regression/molecule-hacking.ly: also restore Y
179         extent. Fixes bugs with stem attachment of parenthesized note
180         heads.
181
182 2002-09-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
183
184         * input/test/clef-end-of-line.ly: new file.
185
186         * lily/stem-engraver.cc (acknowledge_grob): warn about too long
187         tremolos. Thanks to Erik Sandberg
188
189         * input/trip.ly (fugaIIPedal): small cleanups.
190
191         * lily/grob-pq-engraver.cc: more helpful message.
192         (stop_translation_timestep): use scm_merge_x for merging the lists.
193
194         * Documentation/user/appendices.itely: switch off parmesan listing
195
196 2002-09-01  Juergen Reuter  <reuter@ipd.uka.de>
197
198         * input/test/ancient-font.ly, input/test/ancient-time.ly,
199           input/test/mensural-ligatures.ly, lily/ligature-head.cc,
200           lily/mensural-ligature-engraver.cc, lily/note-head.cc,
201           lily/time-signature.cc, scm/output-lib.scm: removed obsolete
202           code that sets grob property font-family; also small updates to
203           various input/test files.
204
205 2002-09-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
206
207         * input/test/tab-staff.ly: removed.
208         
209         * lily/paper-def.cc (find_font): load virtual font for a list of
210         font names.
211
212         * scm/font.scm (paper20-style-sheet-alist): equate ancient and
213         music font-families.
214
215         * lily/virtual-font-metric.cc (get_char_molecule): new function
216
217         * lily/system-start-delimiter.cc (staff_brace): use virtual fonts
218         for the list of braces
219
220         * lily/font-metric.cc (get_char_molecule): new function.
221
222 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
223
224         * lily/virtual-font-metric.cc: new file
225
226         * lily/include/virtual-font-metric.hh (class Virtual_font_metric):
227         new file
228
229         * scripts/lilypond-book.py: use old re's for python 2.2 as well
230
231         * debian/control: Debian patches by Anthony Fok
232
233         * input/regression/lyric-combine-polyphonic.ly: new file.
234
235         * ly/engraver-init.ly (VoiceContext): add Grob_pq_engraver to
236         Voice context.
237
238 2002-08-31 Graham Percival  <gperciva@sfu.ca>
239
240         * Documentation/user/tutorial.itely:  editorial changes
241         (spelling, grammar, etc) of the orchestral score, integrating text +
242         music, and the end of tutorial.
243
244 2002-08-31 Rune Zedeler  <rune@zedeler.dk>
245
246         * input/test/sondag-morgen/*.ly: 1.6 compatibility knee fixes
247
248         * lily/tab-note-heads-engraver.cc: Bugfix for instruments not
249         having 6 strings.
250         
251 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
252
253         * VERSION: 1.6.1 released
254         
255         * lily/kpath.cc: 
256         * lily/lily-guile.cc: macosx fixes.
257
258         * lily/script-column.cc (before_line_breaking): use stable sorting
259         algorithm to preserve script ordering.
260         (grob_script_priority_less): new function
261
262         * lily/script-engraver.cc (process_music): 
263         * lily/text-engraver.cc (process_acknowledged_grobs):
264         * lily/fingering-engraver.cc (make_script): don't use direction
265         for script-priority. This fixes orderings for multiple down
266         script/fingering.
267
268         * scripts/ly2dvi.py (run_lilypond): don't exit if LilyPond fails,
269         but try to assemble the files anyway.
270
271         * input/regression/prefatory-empty-spacing.ly: new file.
272
273         * lily/break-align-interface.cc (do_alignment): translate last
274         break-align-group if it is invisible/empty.
275
276         * scm/grob-description.scm (all-grob-descriptions): LeftEdge is
277         not a BreakAlignGroup. Do not use
278         Break_align_interface::alignment_callback
279
280 2002-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
281
282         * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
283         meaningful error if running latex fails 
284
285         * Documentation/user/refman.itely (Tablatures): small
286         corrections. Thanks to Karl Berry
287
288 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
289
290         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
291         redhat spec and rpm-skeleton found in Mandrake's home page.
292
293 2002-08-29 Graham Percival  <gperciva@sfu.ca>
294
295         * Documentation/user/tutorial.itely:  editorial changes (spelling,
296         grammar, etc) of the "Fine tuning" section.
297
298 2002-08-29  Juergen Reuter  <reuter@ipd.uka.de>
299
300         * input/test/ancient-font.ly, mf/parmesan-heads.mf,
301         scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note
302         heads accessible
303  
304 2002-08-29  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
305
306         * scm/music-functions.scm (unfold-repeats): Call new
307         shift-duration-log correctly also for unfolded repeats.
308
309 2002-08-27  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
310
311         * tex/titledefs.tex: Define \fetafont for use in titles.
312
313         * scm/music-functions.scm (shift-duration-log), lily/parser.yy
314         (Repeated_music): Handle dots correctly for \repeat tremolo.
315
316 2002-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
317
318         * lily/score.cc: remove paranoia code.
319
320         * lily/parser.yy: don't include malloc.h
321
322 2002-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
323
324         * flower/polynomial.cc (operator +): optimize += operator. No
325         copying.
326
327         * lily/source-file.cc (get_line): use binary search to determine
328         line number. This kills another quadratic time-complexity term.
329
330         * lily/include/source-file.hh (class Source_file): add newline_locations
331
332         * flower/include/array.icc (binary_search_bounds): new function.
333
334 2002-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
335
336         * input/regression/tuplet-properties.ly (texidoc): bugfix
337
338         * input/regression/beam-shortened-lengths.ly: add \stemUp
339
340         * Documentation/user/refman.itely: 
341
342 2002-08-22  Tom Cato
343
344         * Documentation/user/refman.itely: spelling fix.
345
346 2002-08-21  Jan Nieuwenhuizen  <janneke@gnu.org>
347
348         * lily/main.cc (setup_paths): Prepend dirs to search path, instead
349         of appending.  Fixes build when typical LilyPond 1.4 leftovers clutter
350         the system.
351
352         * flower/include/file-path.hh (prepend): New function.
353
354 2002-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
355
356         * Documentation/misc/ChangeLog-1.5: move 1.5 ChangeLog to misc/
357
358         * lily/completion-note-heads-engraver.cc (class
359         Completion_heads_engraver): don't be confused by polyphonic rhythms.
360
361         * input/regression/completion-heads-polyphony.ly: new file.
362
363 2002-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
364
365         * GNUmakefile.in (web-ext): distribute .ly with web tarball too.
366         This means that the 1.6 binaries must be rebuilt.
367
368         * make/lilypond-vars.make: banish ps-to-X scripts
369
370         * make/generic-rules.make: remove blurb rule.
371
372         * GNUmakefile.in: make lilypond-fource file, so PK fonts are not
373         removed every make-run.
374  
375         * make/ly-rules.make: don't remove .tely file.
376
377         * input/test/chords.ly (scales): whole notes only. Prevents
378         weird breaks.
379