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