]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* Merge from stable:
[lilypond.git] / ChangeLog
1 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Merge from stable:
4
5             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
6
7 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8
9         * scm/generate-documentation.scm (string-append): add macro
10         definitions.
11
12         * lily/text-item.cc (lookup_text): don't use virtual fonts for
13         normal texts.
14
15         * lily/multi-measure-rest-engraver.cc: make separate
16         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
17
18         * lily/multi-measure-rest.cc: remove text handling. Remove
19         number-threshold.
20
21 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
22
23         * scm/music-types.scm: doc patch by Graham Percival
24
25 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
26
27         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
28         encoding part.
29         (Font_info.set_defaults): pixelsize now also defauts to '0'.
30         (sketch_p): Sketch wants only first four elements of X11 font spec.
31
32         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
33
34         * mf/feta-autometric.mf: Write foundry and family to log.
35
36         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
37         font translation table.
38
39         * buildscripts/mf-to-table.py: Better font info into afm.
40
41         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
42         1.0.9 required.
43
44         * configure.in: Whine for mftrace 1.0.9.
45
46 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
47
48         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
49
50         * lily/main.cc (main_prog): don't try to load init.EXT when
51         processing foo.EXT.
52
53 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
54
55         * scm/tex.scm (zigzig-line): added.
56
57         * scm/ps.scm (zigzag-line): added.
58
59         * ps/music-drawing-routines.ps (subvec): added.
60         (draw_zigzag_line): added.
61         
62         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
63         grob properties zigzag-width and zigzag-length.
64
65         * input/regression/glissando.ly: Add some zig-zagged glissandi.
66
67 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
70         svg output, including font.
71
72 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
73
74         * scm/lily.scm: Register sodipodi output module.
75
76         * scm/sodipodi.scm: New file.
77
78         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
79
80         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
81         comment, after header.
82         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
83         FullName.  Fix FontName key.
84
85 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
86
87         * lily/rest.cc (after_line_breaking): bugfix: dots after half
88         and breve rests.
89         
90         * input/test/blank-notes.ly: bugfix
91
92         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
93         rests. (Kim Shrier)
94
95         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
96         
97 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
98
99         * scm/tex.scm: 
100         * scm/ps.scm: Cleanup and remove obsolete junk.
101
102         * Documentation/user/internals.itely:
103         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
104
105         * lily/parser.yy: Identify shift/reduce problems.
106
107         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
108         make-style-sheet.  Too specific for convert-ly?
109
110 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
111
112         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
113
114         * input/test/*.ly: various fixes.
115
116         * lily/music.cc (name): bugfix
117
118         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
119
120         * lily/input-file-results.cc (code): set-point-and-click! ->
121         set-point-and-click
122         
123 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
124
125         * Use uniform ly: prefix for exported scheme primitive functions.
126
127         * scm/music-types.scm: junk compat glue
128
129         * scripts/convert-ly.py: add rules for stuff below, junk
130         compatibility glue for spanrequest.
131
132         * lily/parser.yy (verbose_event): remove \spanrequest,
133         \commandspanrequest, \script. 
134         
135         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
136
137         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
138         for \penalty, \glissando.
139
140         * VERSION: release 1.7.3
141         
142 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
143
144         * lily/accidental-engraver.cc: Fix
145         grace-in-the-beginning-of-measure bug caused by the resent
146         partial-measure fix.
147
148         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
149         overlap looks too crowded)
150         
151 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
152
153         * lily/parser.yy (assignment): allow SCM expression as assignment.
154
155         * lily/include/music-output-def.hh (class Music_output_def):
156         * lily/music-output-def.cc: 
157         * lily/paper-def.cc: 
158         * scm/font.scm (markup-to-properties):
159         * lily/parser.yy (music_output_def_body): 
160         remove style_sheet_
161
162 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
163
164         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
165         length.
166
167         * input/regression/spacing-to-grace.ly: new file.
168
169         * input/regression/spacing-end-of-line.ly: new file.
170
171         * lily/note-spacing.cc (get_spacing): take into account breakable
172         stuff sticking out at the left (time sig change at line break).
173
174         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
175         raggedright code.
176
177         * scm/music-functions.scm (make-voice-props-set): add
178         staff-position for mm rests.
179  
180         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
181         before grace notes a little.
182
183         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
184
185         * lily/break-align-interface.cc (do_alignment): right-edge spacing
186         key adds space at the end of line. 
187
188 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
189
190         * scm/sketch.scm: Fix beams.
191
192         * buildscripts/mf-to-table.py: Add EncodingScheme.
193
194         * scm/sketch.scm: Resurrect.
195
196 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
197
198         * lily/multi-measure-rest.cc: use breve rests for measure lengths
199         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
200
201 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
202
203         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
204
205         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
206
207 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
208
209         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
210         token for origin information.
211
212         * lily/parser.yy (My_lily_lexer): do identifier location and
213         cloning from lexer.
214
215         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
216         logic out of the parser. Add bar checks on both ends.
217
218         * Documentation/user/refman.itely (Multi measure rests): add more
219         notes about mm rests.
220
221 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
222
223         * input/regression/bar-scripts.ly: Re-enable.
224
225         * lily/parser.yy:
226         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
227         released rsn.  Bison 1.50 has a crucial bug and won't work.
228
229         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
230
231
232 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
233
234         * input/regression/bar-scripts.ly: Blunt documentation build fix.
235
236 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
237
238         * Actually merge changes since 1.6.4 besides ChangeLog, and
239         resolve conflicts.  Lots of updates, hope all is well.
240         
241         * cygwin/lilypond.hint (requires): Add ghostscript.
242
243         * scm: Update some (c).
244         
245 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
246
247         * input/test/{various}.ly: add \header fields and texidoc strings.
248
249 2002-10-05  Werner Lemberg  <wl@gnu.org>
250
251         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
252         renamed to `output_latex_quoted'.
253         Added `output_latex_noquote'.
254         (schedule_lilypond_block): Implement `noquote' option for LaTeX
255         mode.
256
257 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
258
259         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
260         as workaround for /bin/sh problems on Solaris7.
261
262 2002-10-19  Werner Lemberg  <wl@gnu.org>
263
264         * GNUmakefile.in (web-doc): Fix typos.
265         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
266         `music-drawing-routines.ps' but emit \special{header=...} once.
267         * scm/tex.scm (header-end): Updated.
268
269 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
270
271         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
272         undefined tremolo. 
273
274 2002-10-15  Werner Lemberg  <wl@gnu.org>
275
276         * scripts/lilypond-book.py (g_make_html): New global variable.
277         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
278         if `g_make_html' isn't set.
279         [main]: Add format `texi-html'.
280         (option_definitions): Updated.
281         * Documentation/user/lilypond-book.itely: Updated.
282
283         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
284         * make/ly-rules.make (%.texi, %.nexi): Use it.
285         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
286         format to lilypond-book.
287         * GNUmakefile.in (web-doc): Ditto.
288
289 2002-10-14  Werner Lemberg  <wl@gnu.org>
290
291         Further improve TeX output.  The produced files are about 40%
292         smaller.  `lilyponddefs.tex' is now read only once.
293
294         * tex/lilyponddefs.tex: Remove footer stuff.
295         (\ifundefined): Renamed to...
296         (\lilypondundefined): This.  Use LaTeX's definition to
297         make it nestable and make it global.
298         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
299         output.
300         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
301         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
302         them global.
303         (\placebox): Renamed to...
304         (\lyitem): This.
305         Make it global and call \outputscale by itself.
306         (\lybox, \lyvrule): New macros to reduce input data.
307         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
308         New auxiliary macros.
309         (\SkipLilydefs, \EndLilyPondOutput): Removed.
310         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
311         to...
312         (\lilypondspace): This and made it global.
313         (\turnOnPostScript): Renamed to...
314         (\lilypondpostscript): This and made it global.
315         (\turnOnExperimentalFeatures): Renamed to...
316         (\lilypondexperimentalfeatures): This and made it global.
317         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
318         (\lilypondsetdimen): This and made it global.
319         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
320         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
321         (all, $(outdir)/music-drawing-routines.ps): New rules.
322         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
323         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
324         start-system, stop-system, stop-last-system, filledbox): Updated to
325         use the changed macros from lilyponddefs.tex.
326         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
327
328 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
329
330         * Documentation/windows/installing.texi: Update.
331
332 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
333
334         * VERSION: 1.6.5 released
335
336         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
337
338 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
339
340         * scm/translator-property-description.scm (voltaOnThisStaff): add
341         property.
342
343 2002-09-28  Werner Lemberg  <wl@gnu.org>
344
345         * scm/tex.scm (header-end): Suppress page numbering.
346
347         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
348         Fix quotation for HTML output.
349
350 2002-09-28   Graham Percival   <gperciva@sfu.ca>
351         
352         * Documentation/user/refman.itely: grammar and phrasing
353           fixes to "Note Entry" section.  Also adds a few new examples.
354
355 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
356
357         * flower/include/string-data.icc: include string.h
358
359 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
360
361         * scm/chord-name.scm (chord::inner-name-banter): remove space.
362
363 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
364
365         * Documentation/user/GNUmakefile (extra-local-help): Add.
366
367         * stepmake/stepmake/www-targets.make (local-help): Add.
368
369 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
370
371         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
372         packages.
373
374         * Documentation/topdocs/README.texi (Top): building documentation
375         (not website.)
376
377 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
378
379         * Documentation/user/refman.itely: 
380         * Documentation/user/tutorial.itely: 
381         * Documentation/user/music-glossary.tely: Merge changes.
382
383         * Documentation/user/glossary.html.in: 
384         * Documentation/index.texi: 
385         * Documentation/header.html.in: Accomodate renaming of glossary.
386         
387         * Documentation/user/tutorial.itely: Add some glossary references.
388         
389         * Documentation/user/refman.itely: Minor fixes.
390         
391         * Documentation/user/lilypond.tely: Add glossary do direntry.
392
393         * Documentation/user/music-glossary.tely: Rename (previously:
394         glossary.tely).  Fix anchor placement.
395
396         * Documentation/user/GNUmakefile: Make music-glossary.info too.
397
398 2002-09-23  Werner Lemberg  <wl@gnu.org>
399
400         * scripts/lilypond-book.py (output_dict): Fix handling of
401         various environments by avoid extraneous newlines.
402         Rename `output-all' regexp for html to `output-html'.
403         Replace `output-all' regexp for texi with `output-texi-quote'
404         and `output-texi-noquote'.
405         (compose_full_body): Don't override `linewidth' user option
406         for `singleline'.
407         (schedule_lilypond_block): Don't indent text specified with
408         `intertext' option.
409         Add new option `noquote'.
410         (compile_all_files): Use latex instead of tex to compile ly
411         files directly.
412
413         * Documentation/user/lilypond-book.itely: Updated and revised.
414         Improve layout.
415
416         * Documentation/user/glossary.tely,
417         Documentation/user/introduction.itely,
418         Documentation/user/tutorial.itely,
419         Documentation/user/refman.itely,
420         Documentation/user/appendices.itely: Fix overfull LilyPond
421         boxes caused by the new lilypond-book code.  Other minor
422         fixes.
423
424         * Documentation/user/macros.itexi (@texiflat): Don't emit
425         trailing space.
426
427         * scm/tex.scm (end-output, header-end): Add preamble and
428         postamble to make lilypond output directly compilable with
429         latex.
430
431         
432 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
433
434         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
435         instructions.
436
437 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
438
439         * Documentation/user/glossary.tely: Add titling and hyperlinks.
440
441 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
442
443         * lily/beam.cc (connect_beams): don't crash if there are quarter
444         notes in beams.
445
446 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
447
448         * Documentation/user/refman.itely: corrected ancient clef
449         docu; added docu on ligatures
450
451 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
452
453         * Documentation/user/glossary.tely,
454         Documentation/user/refman.itely, input/les-nereides.ly,
455         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
456         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
457         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
458         Stem properties: flag-style -> stroke-style, style -> flag-style.
459
460
461 2002-09-22  Werner Lemberg  <wl@gnu.org>
462
463         * scripts/lilypond-book.py: Add option `notime' to suppress
464         printing of a time signature.  Specify default indentation of 0pt
465         if single line fragment.  Don't emit redundant `\paper{ }'.
466
467         * Documentation/user/lilypond-book.itely: Updated.
468
469         * Documentation/user/glossary.tely: Completely reformatting.
470
471 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
472
473         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
474
475 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
476
477         * Documentation/user/tutorial.itely: Fix links.
478         
479         * Documentation/topdocs/index.tely:
480         * Documentation/index.texi:
481         * Documentation/header.html.in: Small website fixes and updates.
482
483         * debian/: Debian patch by Anthony Fok.
484
485 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
486
487         * Documentation/footer.html.in: How time flies: It's already 2002!
488
489         * Documentation/topdocs/index.tely: Stable/development fix.  Use
490         more descriptive link names than 'here'.
491
492 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
493
494         * VERSION: 1.7.2 released
495         * VERSION: 1.6.4 released
496         
497         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
498
499         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
500         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
501
502         * mf/feta-din.mf (test): add x-height and space.
503
504         * lily/dynamic-engraver.cc (process_music): take dynamic direction
505         from ^_ for crescendi. Idem for slurs and phrasing slurs.
506
507         * ly/grace-init.ly: add-to-grace-init: function to portably add
508         settings to \grace. 
509
510         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
511         if we get an absolute dynamic event.
512  
513         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
514
515         * lily/source-file.cc (get_line): oops. All line numbers were off
516         by 2. Fix that. 
517
518         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
519         be after the note, combined with -_^, i.e. c4-(-\)-\>  
520
521         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
522
523         * lily/parser.yy (number_factor): remove (number) as number
524         expression. ("Let them eat Lisp").
525
526 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
527
528         * lily/horizontal-bracket.cc: new file.
529
530         * lily/horizontal-bracket-engraver.cc: new file.
531
532         * input/regression/note-group-bracket.ly: new file. Support
533         horizontal note brackets for music analysis.
534
535         * lily/stem.cc (flag): new flag-style: no-flag.
536
537         * input/test/stem-cross-staff.ly: new file
538         
539         * Documentation/user/internals.itely: Improved formatting, fixing
540         typos.  Added a section `Output details' to describe how the TeX
541         code looks like.
542
543         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
544
545         * lily/parser.yy: remove \dynamicscript.
546
547         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
548         definitions. 
549
550         * python/midi.c (midi_error): take two arguments.
551
552         * Merge 1.6.5 changes:
553         
554 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
555
556         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
557         staff-space.  Previous 1.5 was probably meant as half-spaces.
558         (cautionary-style): parentheses (was: smaller).  This is what doco
559         says, and it seems more logical.
560
561         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
562         for 2nd sentence.
563
564 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
565
566         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
567
568 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
569
570         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
571
572 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
573
574         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
575
576 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
577
578         * scm/translator-property-description.scm (voltaOnThisStaff): add
579         property.
580
581 2002-09-28  Werner Lemberg  <wl@gnu.org>
582
583         * scm/tex.scm (header-end): Suppress page numbering.
584
585         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
586         Fix quotation for HTML output.
587
588 2002-09-28   Graham Percival   <gperciva@sfu.ca>
589         
590         * Documentation/user/refman.itely: grammar and phrasing
591           fixes to "Note Entry" section.  Also adds a few new examples.
592
593 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
594
595         * flower/include/string-data.icc: include string.h
596
597 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
598
599         * scm/chord-name.scm (chord::inner-name-banter): remove space.
600
601 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
602
603         * Documentation/user/GNUmakefile (extra-local-help): Add.
604
605         * stepmake/stepmake/www-targets.make (local-help): Add.
606
607 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
608
609         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
610         packages.
611
612         * Documentation/topdocs/README.texi (Top): building documentation
613         (not website.)
614
615 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
616
617         * Documentation/user/refman.itely: 
618         * Documentation/user/tutorial.itely: 
619         * Documentation/user/music-glossary.tely: Merge changes.
620
621         * Documentation/user/glossary.html.in: 
622         * Documentation/index.texi: 
623         * Documentation/header.html.in: Accomodate renaming of glossary.
624         
625         * Documentation/user/tutorial.itely: Add some glossary references.
626         
627         * Documentation/user/refman.itely: Minor fixes.
628         
629         * Documentation/user/lilypond.tely: Add glossary do direntry.
630
631         * Documentation/user/music-glossary.tely: Rename (previously:
632         glossary.tely).  Fix anchor placement.
633
634         * Documentation/user/GNUmakefile: Make music-glossary.info too.
635
636 2002-09-23  Werner Lemberg  <wl@gnu.org>
637
638         * scripts/lilypond-book.py (output_dict): Fix handling of
639         various environments by avoid extraneous newlines.
640         Rename `output-all' regexp for html to `output-html'.
641         Replace `output-all' regexp for texi with `output-texi-quote'
642         and `output-texi-noquote'.
643         (compose_full_body): Don't override `linewidth' user option
644         for `singleline'.
645         (schedule_lilypond_block): Don't indent text specified with
646         `intertext' option.
647         Add new option `noquote'.
648         (compile_all_files): Use latex instead of tex to compile ly
649         files directly.
650
651         * Documentation/user/lilypond-book.itely: Updated and revised.
652         Improve layout.
653
654         * Documentation/user/glossary.tely,
655         Documentation/user/introduction.itely,
656         Documentation/user/tutorial.itely,
657         Documentation/user/refman.itely,
658         Documentation/user/appendices.itely: Fix overfull LilyPond
659         boxes caused by the new lilypond-book code.  Other minor
660         fixes.
661
662         * Documentation/user/macros.itexi (@texiflat): Don't emit
663         trailing space.
664
665         * scm/tex.scm (end-output, header-end): Add preamble and
666         postamble to make lilypond output directly compilable with
667         latex.
668
669         
670 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
671
672         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
673         instructions.
674
675 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
676
677         * Documentation/user/glossary.tely: Add titling and hyperlinks.
678
679 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
680
681         * lily/beam.cc (connect_beams): don't crash if there are quarter
682         notes in beams.
683
684 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
685
686         * Documentation/user/refman.itely: corrected ancient clef
687         docu; added docu on ligatures
688
689 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
690
691         * Documentation/user/glossary.tely,
692         Documentation/user/refman.itely, input/les-nereides.ly,
693         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
694         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
695         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
696         Stem properties: flag-style -> stroke-style, style -> flag-style.
697
698 2002-09-22  Werner Lemberg  <wl@gnu.org>
699
700         * scripts/lilypond-book.py: Add option `notime' to suppress
701         printing of a time signature.  Specify default indentation of 0pt
702         if single line fragment.  Don't emit redundant `\paper{ }'.
703
704         * Documentation/user/lilypond-book.itely: Updated.
705
706         * Documentation/user/glossary.tely: Completely reformatting.
707
708 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
709
710         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
711
712 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
713
714         * Documentation/user/tutorial.itely: Fix links.
715         
716         * Documentation/topdocs/index.tely:
717         * Documentation/index.texi:
718         * Documentation/header.html.in: Small website fixes and updates.
719
720         * debian/: Debian patch by Anthony Fok.
721
722 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
723
724         * Documentation/footer.html.in: How time flies: It's already 2002!
725
726         * Documentation/topdocs/index.tely: Stable/development fix.  Use
727         more descriptive link names than 'here'.
728
729 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
730
731         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
732
733 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
734
735         * lily/part-combine-music-iterator.cc (get_state): cleanup
736         (get_music_info): cleanup.
737
738 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
739
740         * scm/backend-documentation-lib.scm (interface-doc-string):
741         crosslinks between interfaces and grobs. Headings for interfaces
742         in grob explanation.
743
744 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
745
746         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
747         dtd).  Add preliminary dtd.
748         (re-sub-alist): Robustify.
749
750 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
751
752         * lily/include/event-chord-iterator.hh,
753         lily/context-specced-music-iterator.cc,
754         lily/event.cc, lily/event-chord-iterator.cc: add
755
756 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
757
758         * lily/: some (c) header fixes.
759         
760         * lily/request-chord.cc: Remove.
761         
762         * lily/include/event-chord-iterator.hh:
763         * lily/include/event.hh:
764         * lily/event-chord.cc: New file.
765         
766         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
767         requested.
768
769 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
770
771         * lily/ : rename Request to Event
772
773         * lily/parser.yy (command_element): move clef stuff into Scheme.
774
775         * lily/:  rename length_mom () to get_length()
776
777         * lily/part-combine-music.cc: removed file and class.
778
779         * lily/context-specced-music-iterator.cc (class
780         Context_specced_music_iterator): new file. Obsoletes the
781         Context_specced_music type.
782
783         * scm/music-types.scm (make-repeated-music): put different kinds
784         of repeated music into music-type table.
785
786         * VERSION: 1.7.1 released.
787
788         * scm/to-xml.scm: new file.
789
790         * input/test/to-xml.ly (fooBar): demo of what is possible with the
791         new Input representation: dump music as XML.
792
793         * scm/engraver-documentation-lib.scm
794         (engraver-accepts-music-types?): add links from music to engraver,
795         from music-type to engraver.
796
797         * lily/include/command-request.hh: removed
798         lily/include/musical-request.hh: removed. Removed all _req classes
799         except Key_change_req. Changes throughout.
800
801 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
802
803         * lily/tuplet-engraver.cc (try_music): Compile kludge.
804
805 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
806
807         * lily/*.cc: specify accepts for many engravers.
808
809         * scm/music-documentation-lib.scm: dump music expressions and
810         music subtypes.
811
812         * scm/documentation-lib.scm: complete revision.
813         Use GOOPS objects to store document tree explicitly. Cleaned up and
814         sped up doco generation a lot.
815
816 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
817
818         * input/trip.ly (fugaIILeft): add arpeggio
819
820         * lily/translator-group.cc (try_music_on_nongroup_children):
821         oops. The name symbol is in the cdr of the assoc handle.
822
823         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
824         Hyphen_req, Glissando_req, Break_req, Mark_req 
825
826 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
827
828         * lily/musical-request.cc (music-duration-length,
829         music-duration-compress): new functions.
830
831         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
832         throughout. Warning doesn't work yet.
833
834         * lily/translator-group.cc (try_music_on_nongroup_children):
835         new implementation: store candidate acceptors in a hashTable.
836
837 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
838
839         * scm/music-types.scm (music-descriptions): change name to
840         internal-class-name
841
842         * scm/chord-name.scm (chord::inner-name-banter): remove space.
843
844 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
845
846         * lily/beam.cc (connect_beams): don't crash if there are quarter
847         notes in beams.
848
849 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
850
851         * Documentation/user/refman.itely: corrected ancient clef
852         docu; added docu on ligatures
853
854 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
855
856         * Documentation/user/glossary.tely,
857         Documentation/user/refman.itely, input/les-nereides.ly,
858         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
859         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
860         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
861         Stem properties: flag-style -> stroke-style, style -> flag-style.
862
863 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
864
865         * scm/music-functions.scm (music-separator?): don't use name music
866         property.
867
868 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
869
870         * stepmake/stepmake/generic-targets.make (help): Document check
871         target.
872
873         * lily/new-accidental-engraver.cc: Compile fix.
874
875 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
876
877         * scripts/convert-ly.py: Add rule.
878
879         * input/test/music-creation.ly:
880         * input/test/add-staccato.ly:
881         * input/test/add-text-script.ly: ly-make-music.
882
883         * scm/drums.scm (make-head-type-elem, make-articulation-script):
884         More ly-make-music renamings.
885
886         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
887
888         * lily/music-constructor.cc (make_music): Add debugging info.
889
890         * scm/music-functions.scm (make-simultaneous-music,
891         (make-sequential-music, context-spec-music):
892         * scm/music-types.scm (music-descriptions): Get lily to run.
893
894 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
895
896         * lily/command-request.cc (transpose_key_alist): new function.
897
898         * lily/key-performer.cc (create_audio_elements): cleanup. 
899
900 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
901
902         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
903
904         * lily/include/translator.hh (ENTER_DESCRIPTION): add
905         events-accepted field.
906
907         * scm/music-types.scm: new file.
908
909         * lily/parser.yy: put music type initialization into scheme,
910         similar to grob initialization.  Changes throughout.
911
912 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * Documentation/user/tutorial.itely: Fix links.
915         
916         * Documentation/index.texi: 
917         * Documentation/header.html.in: 
918         * Documentation/topdocs/index.tely: Small website fixes and updates.
919
920         * debian/: Debian patch by Anthony Fok.
921
922 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
923
924         * Documentation/footer.html.in: How time flies: It's already 2002!
925
926         * Documentation/topdocs/index.tely: Stable/development fix.  Use
927         more descriptive link names than 'here'.
928
929         * ROADMAP: Remove test stuff.
930
931         * scripts/update-lily.py: Allow auto-building of stable and
932         development versions.  Bugfixes.
933
934 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
935
936         * VERSION: released 1.7.0
937
938         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
939
940         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
941         positive line widths.
942
943 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
944
945         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
946         go.  Fix comments.
947
948         * cygwin: Cygwin updates.
949
950 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
951
952         * Documentation/windows/installing.texi (Top): version for python,
953         urls for ghostscript (thanks to John Potelle)
954         
955         * lily/simultaneous-music-iterator.cc
956         (Simultaneous_music_iterator): init children_list_ before
957         triggering GC.
958
959         * lily/*-iterator.cc: be even more careful with smobbed copy
960         constructors. 
961
962         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
963         LeftEdge item.
964
965 2002-09-15  Werner Lemberg  <wl@gnu.org>
966
967         Improving LilyPond's output to make them ordinary TeX boxes with
968         predictable dimensions.  System boxes are now vertically centered on
969         the baseline; this offset can be further controlled with
970         \lilypondscoreshift.
971
972         * lily/system.cc (System::post_processing): Pass length of current
973         system to `start-system' (including any horizontal indentation).
974
975         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
976         prettier.
977         (lily-def): Append `%'.
978         (start-system): Add parameter `wd'.  Output more TeX code to specify
979         box dimensions.
980         (stop-system, stop-last-system): Complement changes in
981         `start-system'.
982         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
983         Updated.
984
985         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
986         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
987         Write final `\endinput'.
988
989         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
990         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
991         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
992         files and macro definitions don't produce spurious spaces and
993         paragraphs (using \endlinechar).
994         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
995
996         * Documentation/user/internals.itely: Improved formatting, fixing
997         typos.  Added a section `Output details' to describe how the TeX
998         code looks like.
999
1000 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1001
1002         * lily/accidental-engraver.cc: Also work with partial measures.
1003
1004 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1005
1006         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
1007         spanner.
1008
1009 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1010
1011         * lily/identifier-smob.cc (unpack_identifier): new file.
1012
1013         * lily/lexer.ll (identifier_type): new function.  use ly-id to
1014         pass off scheme expressions as music identifiers.
1015
1016         * scm/lily.scm: reorganisation, cleanups.
1017
1018         * lily/main.cc: small cleanups.
1019
1020 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1021
1022         * lily/ly-module.{cc,hh}: new file.
1023
1024 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1025
1026         * lily/accidental-engraver.cc: Also work with partial measures.
1027
1028 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
1031
1032 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1033
1034         * lily/my-lily-lexer.cc: use SCM module in stead of
1035         Scheme_hash_table. Changes throughout.  
1036
1037 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1038
1039         * VERSION (MY_PATCH_LEVEL): make 1.7.0
1040