]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/source-file.cc (get_line): oops. All line numbers were off
[lilypond.git] / ChangeLog
1 2002-10-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * lily/source-file.cc (get_line): oops. All line numbers were off
4         by 2. Fix that. 
5
6         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
7         be after the note, combined with -_^, i.e. c4-(-\)-\>  
8
9         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10
11         * lily/parser.yy (number_factor): remove (number) as number
12         expression. ("Let them eat Lisp").
13
14 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
15
16         * lily/horizontal-bracket.cc: new file.
17
18         * lily/horizontal-bracket-engraver.cc: new file.
19
20         * input/regression/note-group-bracket.ly: new file. Support
21         horizontal note brackets for music analysis.
22
23         * lily/stem.cc (flag): new flag-style: no-flag.
24
25         * input/test/stem-cross-staff.ly: new file
26
27         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
28
29         * lily/parser.yy: remove \dynamicscript.
30
31         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
32         definitions. 
33
34         * python/midi.c (midi_error): take two arguments.
35
36         * Merge 1.6.5 changes:
37         
38 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
39
40         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
41         staff-space.  Previous 1.5 was probably meant as half-spaces.
42         (cautionary-style): parentheses (was: smaller).  This is what doco
43         says, and it seems more logical.
44
45         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
46         for 2nd sentence.
47
48 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
49
50         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
51
52 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
53
54         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
55
56 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
57
58         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
59
60 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
61
62         * scm/translator-property-description.scm (voltaOnThisStaff): add
63         property.
64
65 2002-09-28  Werner Lemberg  <wl@gnu.org>
66
67         * scm/tex.scm (header-end): Suppress page numbering.
68
69         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
70         Fix quotation for HTML output.
71
72 2002-09-28   Graham Percival   <gperciva@sfu.ca>
73         
74         * Documentation/user/refman.itely: grammar and phrasing
75           fixes to "Note Entry" section.  Also adds a few new examples.
76
77 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
78
79         * flower/include/string-data.icc: include string.h
80
81 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
82
83         * scm/chord-name.scm (chord::inner-name-banter): remove space.
84
85 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
86
87         * Documentation/user/GNUmakefile (extra-local-help): Add.
88
89         * stepmake/stepmake/www-targets.make (local-help): Add.
90
91 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
92
93         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
94         packages.
95
96         * Documentation/topdocs/README.texi (Top): building documentation
97         (not website.)
98
99 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * Documentation/user/refman.itely: 
102         * Documentation/user/tutorial.itely: 
103         * Documentation/user/music-glossary.tely: Merge changes.
104
105         * Documentation/user/glossary.html.in: 
106         * Documentation/index.texi: 
107         * Documentation/header.html.in: Accomodate renaming of glossary.
108         
109         * Documentation/user/tutorial.itely: Add some glossary references.
110         
111         * Documentation/user/refman.itely: Minor fixes.
112         
113         * Documentation/user/lilypond.tely: Add glossary do direntry.
114
115         * Documentation/user/music-glossary.tely: Rename (previously:
116         glossary.tely).  Fix anchor placement.
117
118         * Documentation/user/GNUmakefile: Make music-glossary.info too.
119
120 2002-09-23  Werner Lemberg  <wl@gnu.org>
121
122         * scripts/lilypond-book.py (output_dict): Fix handling of
123         various environments by avoid extraneous newlines.
124         Rename `output-all' regexp for html to `output-html'.
125         Replace `output-all' regexp for texi with `output-texi-quote'
126         and `output-texi-noquote'.
127         (compose_full_body): Don't override `linewidth' user option
128         for `singleline'.
129         (schedule_lilypond_block): Don't indent text specified with
130         `intertext' option.
131         Add new option `noquote'.
132         (compile_all_files): Use latex instead of tex to compile ly
133         files directly.
134
135         * Documentation/user/lilypond-book.itely: Updated and revised.
136         Improve layout.
137
138         * Documentation/user/glossary.tely,
139         Documentation/user/introduction.itely,
140         Documentation/user/tutorial.itely,
141         Documentation/user/refman.itely,
142         Documentation/user/appendices.itely: Fix overfull LilyPond
143         boxes caused by the new lilypond-book code.  Other minor
144         fixes.
145
146         * Documentation/user/macros.itexi (@texiflat): Don't emit
147         trailing space.
148
149         * scm/tex.scm (end-output, header-end): Add preamble and
150         postamble to make lilypond output directly compilable with
151         latex.
152
153         
154 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
155
156         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
157         instructions.
158
159 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
160
161         * Documentation/user/glossary.tely: Add titling and hyperlinks.
162
163 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
164
165         * lily/beam.cc (connect_beams): don't crash if there are quarter
166         notes in beams.
167
168 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
169
170         * Documentation/user/refman.itely: corrected ancient clef
171         docu; added docu on ligatures
172
173 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
174
175         * Documentation/user/glossary.tely,
176         Documentation/user/refman.itely, input/les-nereides.ly,
177         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
178         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
179         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
180         Stem properties: flag-style -> stroke-style, style -> flag-style.
181
182
183 2002-09-22  Werner Lemberg  <wl@gnu.org>
184
185         * scripts/lilypond-book.py: Add option `notime' to suppress
186         printing of a time signature.  Specify default indentation of 0pt
187         if single line fragment.  Don't emit redundant `\paper{ }'.
188
189         * Documentation/user/lilypond-book.itely: Updated.
190
191         * Documentation/user/glossary.tely: Completely reformatting.
192
193 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
194
195         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
196
197 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
198
199         * Documentation/user/tutorial.itely: Fix links.
200         
201         * Documentation/topdocs/index.tely:
202         * Documentation/index.texi:
203         * Documentation/header.html.in: Small website fixes and updates.
204
205         * debian/: Debian patch by Anthony Fok.
206
207 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
208
209         * Documentation/footer.html.in: How time flies: It's already 2002!
210
211         * Documentation/topdocs/index.tely: Stable/development fix.  Use
212         more descriptive link names than 'here'.
213
214 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
215
216         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
217
218 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
219
220         * lily/part-combine-music-iterator.cc (get_state): cleanup
221         (get_music_info): cleanup.
222
223 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
224
225         * scm/backend-documentation-lib.scm (interface-doc-string):
226         crosslinks between interfaces and grobs. Headings for interfaces
227         in grob explanation.
228
229 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
230
231         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
232         dtd).  Add preliminary dtd.
233         (re-sub-alist): Robustify.
234
235 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
236
237         * lily/include/event-chord-iterator.hh,
238         lily/context-specced-music-iterator.cc,
239         lily/event.cc, lily/event-chord-iterator.cc: add
240
241 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
242
243         * lily/: some (c) header fixes.
244         
245         * lily/request-chord.cc: Remove.
246         
247         * lily/include/event-chord-iterator.hh:
248         * lily/include/event.hh:
249         * lily/event-chord.cc: New file.
250         
251         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
252         requested.
253
254 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
255
256         * lily/ : rename Request to Event
257
258         * lily/parser.yy (command_element): move clef stuff into Scheme.
259
260         * lily/:  rename length_mom () to get_length()
261
262         * lily/part-combine-music.cc: removed file and class.
263
264         * lily/context-specced-music-iterator.cc (class
265         Context_specced_music_iterator): new file. Obsoletes the
266         Context_specced_music type.
267
268         * scm/music-types.scm (make-repeated-music): put different kinds
269         of repeated music into music-type table.
270
271         * VERSION: 1.7.1 released.
272
273         * scm/to-xml.scm: new file.
274
275         * input/test/to-xml.ly (fooBar): demo of what is possible with the
276         new Input representation: dump music as XML.
277
278         * scm/engraver-documentation-lib.scm
279         (engraver-accepts-music-types?): add links from music to engraver,
280         from music-type to engraver.
281
282         * lily/include/command-request.hh: removed
283         lily/include/musical-request.hh: removed. Removed all _req classes
284         except Key_change_req. Changes throughout.
285
286 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
287
288         * lily/tuplet-engraver.cc (try_music): Compile kludge.
289
290 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
291
292         * lily/*.cc: specify accepts for many engravers.
293
294         * scm/music-documentation-lib.scm: dump music expressions and
295         music subtypes.
296
297         * scm/documentation-lib.scm: complete revision.
298         Use GOOPS objects to store document tree explicitly. Cleaned up and
299         sped up doco generation a lot.
300
301 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
302
303         * input/trip.ly (fugaIILeft): add arpeggio
304
305         * lily/translator-group.cc (try_music_on_nongroup_children):
306         oops. The name symbol is in the cdr of the assoc handle.
307
308         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
309         Hyphen_req, Glissando_req, Break_req, Mark_req 
310
311 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
312
313         * lily/musical-request.cc (music-duration-length,
314         music-duration-compress): new functions.
315
316         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
317         throughout. Warning doesn't work yet.
318
319         * lily/translator-group.cc (try_music_on_nongroup_children):
320         new implementation: store candidate acceptors in a hashTable.
321
322 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
323
324         * scm/music-types.scm (music-descriptions): change name to
325         internal-class-name
326
327         * scm/chord-name.scm (chord::inner-name-banter): remove space.
328
329 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
330
331         * lily/beam.cc (connect_beams): don't crash if there are quarter
332         notes in beams.
333
334 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
335
336         * Documentation/user/refman.itely: corrected ancient clef
337         docu; added docu on ligatures
338
339 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
340
341         * Documentation/user/glossary.tely,
342         Documentation/user/refman.itely, input/les-nereides.ly,
343         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
344         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
345         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
346         Stem properties: flag-style -> stroke-style, style -> flag-style.
347
348 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
349
350         * scm/music-functions.scm (music-separator?): don't use name music
351         property.
352
353 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
354
355         * stepmake/stepmake/generic-targets.make (help): Document check
356         target.
357
358         * lily/new-accidental-engraver.cc: Compile fix.
359
360 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
361
362         * scripts/convert-ly.py: Add rule.
363
364         * input/test/music-creation.ly:
365         * input/test/add-staccato.ly:
366         * input/test/add-text-script.ly: ly-make-music.
367
368         * scm/drums.scm (make-head-type-elem, make-articulation-script):
369         More ly-make-music renamings.
370
371         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
372
373         * lily/music-constructor.cc (make_music): Add debugging info.
374
375         * scm/music-functions.scm (make-simultaneous-music,
376         (make-sequential-music, context-spec-music):
377         * scm/music-types.scm (music-descriptions): Get lily to run.
378
379 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
380
381         * lily/command-request.cc (transpose_key_alist): new function.
382
383         * lily/key-performer.cc (create_audio_elements): cleanup. 
384
385 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
386
387         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
388
389         * lily/include/translator.hh (ENTER_DESCRIPTION): add
390         events-accepted field.
391
392         * scm/music-types.scm: new file.
393
394         * lily/parser.yy: put music type initialization into scheme,
395         similar to grob initialization.  Changes throughout.
396
397 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
398
399         * Documentation/user/tutorial.itely: Fix links.
400         
401         * Documentation/index.texi: 
402         * Documentation/header.html.in: 
403         * Documentation/topdocs/index.tely: Small website fixes and updates.
404
405         * debian/: Debian patch by Anthony Fok.
406
407 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
408
409         * Documentation/footer.html.in: How time flies: It's already 2002!
410
411         * Documentation/topdocs/index.tely: Stable/development fix.  Use
412         more descriptive link names than 'here'.
413
414         * ROADMAP: Remove test stuff.
415
416         * scripts/update-lily.py: Allow auto-building of stable and
417         development versions.  Bugfixes.
418
419 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
420
421         * VERSION: released 1.7.0
422
423         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
424
425         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
426         positive line widths.
427
428 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
429
430         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
431         go.  Fix comments.
432
433         * cygwin: Cygwin updates.
434
435 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
436
437         * Documentation/windows/installing.texi (Top): version for python,
438         urls for ghostscript (thanks to John Potelle)
439         
440         * lily/simultaneous-music-iterator.cc
441         (Simultaneous_music_iterator): init children_list_ before
442         triggering GC.
443
444         * lily/*-iterator.cc: be even more careful with smobbed copy
445         constructors. 
446
447         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
448         LeftEdge item.
449
450 2002-09-15  Werner Lemberg  <wl@gnu.org>
451
452         Improving LilyPond's output to make them ordinary TeX boxes with
453         predictable dimensions.  System boxes are now vertically centered on
454         the baseline; this offset can be further controlled with
455         \lilypondscoreshift.
456
457         * lily/system.cc (System::post_processing): Pass length of current
458         system to `start-system' (including any horizontal indentation).
459
460         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
461         prettier.
462         (lily-def): Append `%'.
463         (start-system): Add parameter `wd'.  Output more TeX code to specify
464         box dimensions.
465         (stop-system, stop-last-system): Complement changes in
466         `start-system'.
467         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
468         Updated.
469
470         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
471         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
472         Write final `\endinput'.
473
474         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
475         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
476         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
477         files and macro definitions don't produce spurious spaces and
478         paragraphs (using \endlinechar).
479         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
480
481         * Documentation/user/internals.itely: Improved formatting, fixing
482         typos.  Added a section `Output details' to describe how the TeX
483         code looks like.
484
485 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
486
487         * lily/accidental-engraver.cc: Also work with partial measures.
488
489 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
490
491         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
492         spanner.
493
494 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
495
496         * lily/identifier-smob.cc (unpack_identifier): new file.
497
498         * lily/lexer.ll (identifier_type): new function.  use ly-id to
499         pass off scheme expressions as music identifiers.
500
501         * scm/lily.scm: reorganisation, cleanups.
502
503         * lily/main.cc: small cleanups.
504
505 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
506
507         * lily/ly-module.{cc,hh}: new file.
508
509 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
510
511         * lily/accidental-engraver.cc: Also work with partial measures.
512
513 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
514
515         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
516
517 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
518
519         * lily/my-lily-lexer.cc: use SCM module in stead of
520         Scheme_hash_table. Changes throughout.  
521
522 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
523
524         * VERSION (MY_PATCH_LEVEL): make 1.7.0
525