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