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