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