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