]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* input/regression/property-grace-polyphony.ly: new file.
[lilypond.git] / ChangeLog
1 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * input/regression/property-grace-polyphony.ly: new file.
4
5         * lily/translator-property.cc (execute_pushpop_property): only pop
6         one instance of the property. This fixes << \\ >> together with
7         \grace.
8
9         * lily/break-align-interface.cc (ordered_elements): we cannot
10         modify the #'elements property, so return reordered array.
11
12 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
13
14         * buildscripts/lilypond.words.py: remove.
15         * buildscripts/lilypond-words.py: add new, renamed file. 
16         Give generated targets and dirs explicitly in arguments.
17
18         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
19         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
20         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
21         
22         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
23
24         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
25
26 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
27
28         * config.make.in: add vimdir.
29
30         * vim/GNUmakefile: add local-install.
31
32 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
33
34         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
35         with \lilypondifundefined{blabla}. Solves problem with multiple
36         titles in the same lilypond-book document.
37
38 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
39
40         * scm/document-backend.scm (interface-doc): sort grob list for interface.
41
42         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
43         pre/post break align-order.
44
45         * spelling patch courtesy Edward Sutton.
46
47         * Documentation/user/changing-defaults.itely (Changing context
48         default settings): new node.
49         (Defining new  contexts): new node.
50
51         * scripts/lilypond-book.py (is_derived_class): use numbers
52         iso. booleans.
53
54         * python/lilylib.py (make_ps_images): add margin to PS images.
55
56         * scripts/lilypond-book.py (is_derived_class): new function. Take
57         class arg iso. object.
58         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
59         for bug in GS/dvips.
60
61         * lily/text-item.cc (interpret_markup): idem.
62
63         * scm/define-markup-commands.scm: remove split around-space hack.
64
65         * lily/staff-symbol-referencer.cc (get_rounded_position): new
66         function, fold WL's fixes into one function.
67
68 2004-03-22  Werner Lemberg  <wl@gnu.org>
69
70         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
71         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
72         (Note_column::head_position_interval): Do proper rounding for
73         calls to Staff_symbol_referencer::get_position.
74
75 2004-03-21  Werner Lemberg  <wl@gnu.org>
76
77         * lily/score.cc (ly_run_translator), lily/paper-def.cc
78         (Paper_def::get_paper_outputter), lily/input-file-results.cc
79         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
80         (My_lily_parser::parse_file): Improve formatting progress indication
81         sent to stdout.
82
83 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
84
85         * VERSION: 2.1.33 released.
86
87         * scripts/lilypond-book.py (do_file): reinstate --filter support.
88
89         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
90
91         * stepmake/stepmake/generic-targets.make: rewrite hack so no
92         warning is issued about dummy.dep.
93
94         * scm/new-font.scm: fix design sizes of nummer
95
96 2004-03-21  Werner Lemberg  <wl@gnu.org>
97
98         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
99         some annoying warnings from mkdir during `make install'.
100
101 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
102
103         * lily/performer-group-performer.cc (do_announces): call
104         Performer_group_performer::create_audio_elements () too.
105
106         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
107
108         * scm/define-grobs.scm (all-grob-descriptions): add  property break-align-orders
109
110         * lily/global-context.cc (get_default_interpreter): new
111         function. Override from base class, so no new Score contexts are
112         created.
113
114         * lily/include/stencil.hh (class Stencil): document origin field.
115
116         * lily/staff-symbol.cc (print): span staff-symbol on column
117         extents for non-broken columns. 
118
119         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind key-signature.
120
121         * tex/titledefs.tex: don't use smallcaps for piece.
122
123         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
124         translated stencils in the output.
125
126         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
127
128 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
129
130         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
131         and init ties_created_
132
133         * VERSION: release 2.1.32
134
135         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
136         doc string from IMPLEMENT_CTOR_CALLBACK().
137
138         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
139         that engraver is in a performer hierarchy.
140
141 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
142
143         * vim/lilypond-ftdetect.vim: new file.
144
145 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
146
147         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
148         (compose_ly): default octave should be middle C.
149
150         * Documentation/user/changing-defaults.itely (Layout tunings
151         within contexts): new node.
152
153         * lily/include/smobs.hh: document C++ smob interface.
154
155         * lily/function-documentation.cc: don't doc functions without
156         docstring.
157
158 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
159
160         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
161         direntry, so that `info lilypond' goes to Top.
162
163         * scm/output-ps.scm (polygon): Fix: add spaces.
164
165         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
166         solutions are now optimal too.
167
168         * input/test/page-breaks.ly: New file.
169
170         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
171         functions into safe module.
172
173         * lily/lily-guile.cc (ly:number->string): Do not leave space at
174         end, prepend zeros.
175
176         * scm/output-*.scm: Use ly:number->string rather than
177         number->string.  Makes for saner output.
178
179         * scm/output-ps.scm (define-fonts): Always scale by designsize.
180         Fixes feta-nummer, feta-din scaling.
181
182 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
183
184         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
185
186         * scm/music-functions.scm (descend-to-context): new
187         function. Similar to context-spec-music.
188         (make-time-signature-set): specify Score as descend-only. This
189         fixes the polymetric.ly example.
190
191         * lily/context-specced-music-iterator.cc (construct_children): add
192         support for descend-only context spec.
193
194         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
195         determine ez-notation letter. 
196
197         * lily/system.cc (get_line): start with dumping layer 3. This
198         fixes ez notation.
199
200 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
201
202         * input/test/title-markup.ly: Stress breaking harder.
203
204         * scm/page-layout.scm (height-score): Overfull page scores twice
205         as bad as underfull (was: by a power).
206         (walk-lines): Omit first walk-path round (breaking after new node,
207         without lines).
208
209         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
210         diff values are negative.
211         (output): Bugfix: treat negative vfill differently.
212
213         * Documentation/user/lilypond.tely (direntry): Add note about why
214         `info lilypond' brings up `Invoking LilyPond' node.
215
216 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
217
218         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
219
220         * lily/paper-book.cc: Remove cruft.
221         (output): Bugfix: put vfill between lines.
222         (pages): Bugfix: set page vars needed for filling.
223
224         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
225         (was: @ar).
226
227         * scm/page-layout.scm: Further development.
228
229         * ly/declarations-init.ly (paper): Define page-breaking.
230
231 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
232
233         * lily/note-head.cc (brew_ez_stencil): add note-names
234         property. Provides internationalization for note names.
235
236         * Documentation/user/changing-defaults.itely (Creating contexts):
237         new node.
238
239         * lily/grace-iterator.cc (process): descend to child for \grace.
240
241         * lily/timing-translator.cc (initialize): Timing_translator adds
242         Timing alias by itself.
243
244         * lily/context.cc (add_alias): new function.
245
246         * scm/lily.scm (tex-output-expression): new function, eval within
247         drawing API. Guards against eval vulnerabilities.
248
249         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
250
251         * scm/output-ps.scm (scm): export lily drawing API.
252
253         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
254         throughout.
255
256 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
257
258         * scm/page-layout.scm (optimal-page-breaking): New function.
259         
260         * lily/paper-book.cc (pages): Use it.
261
262 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
263
264         * lily/include/paper-line.hh (class Paper_line): Full smob.
265
266 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
267
268         * lily/global-context.cc (run_iterator_on_me): fix grace note
269         nesting by initting measurePosition.
270
271         * lily/timing-translator.cc (initialize): do no init
272         measurePosition
273         
274         * lily/include/music-output-def.hh (class Music_output_def): add
275         input_origin_ field.
276
277         * Documentation/user/changing-defaults.itely (Changing context
278         properties on the fly): new node.
279
280         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
281         function. Only have smobbed_copy (), and do not provide
282         smobbed_copy() for non-simple smobs. Changes throughout.
283
284 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
285
286         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
287         start_moment_. Fix by Doug A. Linhardt.
288
289 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
290
291         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
292         accidentals for harmonic notes.
293
294         * lily/note-collision.cc (check_meshing_chords): don't merge heads
295         of different style. (Thanks to Doug Linhardt).
296
297         * Documentation/user/changing-defaults.itely (Scheme tutorial):
298         new node.
299
300 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
301
302         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
303
304         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
305         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
306         vim/lilypond-indent.vim: doc targets and deps in comments.
307
308 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
309
310         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
311
312         * lily/system.cc (get_line): Return Paper_line.  Change all users.
313
314         * lily/include/paper-line.hh:
315         * lily/include/paper-line.cc: New file.
316
317 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
318
319         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
320
321         * GNUmakefile.in: remove stray make out=www
322
323         * input/test/bagpipe.ly (gcdg): octave fixes.
324
325         * scm/define-markup-commands.scm (number): use font-encoding
326         iso. font-family
327
328         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
329         font-encoding.
330         
331 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
332
333         * lily/parse-scm.cc: compile-bugfix: add missing header files for
334         `output_format_global' and `PAGE_LAYOUT'.
335
336 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
337
338         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
339         lily functions in safe mode.
340
341         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
342         Print filename for HTML, LATEX, before texidoc.
343
344         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
345         instructions in output-ps module.
346
347         * scm/lily.scm: Do not load output-ps module.
348
349         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
350         safe mode.
351
352 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
353
354         * lily/span-dynamic-performer.cc (process_music): remove spurious
355         warning.
356
357         * lily/context-def.cc (Context_def): init name to ""
358
359         * lily/font-interface.cc: add font-encoding property.
360
361         * scm/lily.scm (chain-assoc-get): bugfix.
362
363         * lily/paper-book.cc (stencil2line): protect static SCM.
364
365         * lily/font-interface.cc (text_font_alist_chain): rename function,
366         and use text-font-defaults. 
367
368         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
369
370         * scm/paper.scm (paper-set-staff-size): use new function.
371
372         * scm/new-font.scm (make-font-tree): new function.
373
374 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
375
376         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
377
378         * scm/lily.scm (get-output-module): New function.
379         (output-alist): Remove ,ps-output-expression.
380
381         * scm/output-tex.scm (ps-output-expression): New function.
382
383         * scm/output-ps.scm (ps-output-expression): Remove.
384         (header, start-page): Output page metadata.
385
386         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
387         initialise output_module_.  Do not write part of header.
388         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
389         (output_header): Output full header.
390
391         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
392         FIXME.
393
394 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
395
396         * scm/new-font.scm: new file. Tree based font lookup.
397
398         * scm/lily.scm (assoc-get): take default argument. Remove
399         assoc-get-default.
400         (chain-assoc-get): use chain-assoc-get everywhere.
401
402         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
403         autobeamsettings conversion bug.
404
405         * lily/include/global-context.hh (Context): clean-up data hiding.
406
407         * lily/include/music-iterator.hh (class Music_iterator): clean-up
408         data hiding.
409
410         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
411
412         * input/regression/stem-shorten.ly: add chord case.
413
414         * lily/stem.cc (get_default_stem_end_position): shorten stems
415         triggered by note-head positions, not by forced-direction. This
416         fixes a bug with too short stems.  
417  
418 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
419
420         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
421         Lilypond_snippet.output_latex): Always call output_print_filename.
422
423         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
424         expand pages.
425
426 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
427
428         * scm/part-combiner.scm (make-autochange-music): switch rests
429         before switched notes too.
430
431         * lily/figured-bass-engraver.cc (process_music): change calling
432         convention.
433
434         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
435
436         * scm/define-markup-commands.scm (bracketed-y-column): new markup
437         command.
438
439         * lily/include/stencil.hh (class Stencil): add origin field.
440
441         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
442         function.
443
444         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
445
446         * lily/lexer.ll: remove support for \$ and $ in identifiers
447
448         * lily/sequential-iterator.cc: remove copy_grace_fixups
449         (get_grace_fixup): slight abstraction of fixup code.
450
451         * input/test/title-markup.ly (spaceTest): vary staff sizes.
452
453 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
454
455         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
456         in insert-mode. add indenting rules.
457
458 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
459
460         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
461         protect hack.
462
463         * scm/page-layout.scm:
464         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
465         layout and titling should now match external latex based version.
466
467         * scm/output-tex.scm (output-scopes): Bugfix: only write string
468         header fields.
469
470         * ps/lilyponddefs.ps: Remove automatic page layout.
471
472         * scm/output-ps.scm (new-start-system): New interface function.
473
474         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
475
476         * lily/paper-book.cc (output): Bugfix.
477
478 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
479
480         * VERSION (MY_PATCH_LEVEL): release 2.1.30
481         
482 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
483
484         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
485         direntries.
486
487         * ps/lilyponddefs.ps: Bugfix.
488
489         * input/regression/multi-measure-rest-instr-name.ly: Typo.
490
491 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
492
493         * lily/auto-beam-engraver.cc (create_beam): add Stem as
494         cause. This should fix warnings.
495
496         * mf/feta-slag.mf (trill_ne): fix upmordent size.
497
498         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
499         prevent aligned 6ths.
500
501         * lily/custos.cc (print): remove adjust-if-on-staffline.
502
503 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
504
505         * lily/paper-book.cc: Do header and footer.
506
507 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
508
509         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
510
511         * scm/paper.scm (lineheight): Remove
512         (head-sep, foot-sep): Add.
513
514 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
515
516         * mf/feta-schrift.mf: reduce portato thickness.
517
518         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
519
520         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
521         programming_error ().
522
523         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
524         bracket to last command column.
525
526         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
527         continues on next/prev system.
528
529         * input/regression/pedal-end.ly: new file.
530
531 2004-03-10  Werner Lemberg  <wl@gnu.org>
532
533         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
534         Remove pmx2ly stuff.
535         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
536
537 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
538
539         * scm/page-layout.scm: New file.
540
541         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
542         settings.
543         (Lilypond_snippet.is_outdated): Also check for PNG file.
544         Workaround for interrupted (web) builds.
545
546         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
547
548         * ps/lilyponddefs.ps: Use only very small top-marging.
549         (init-paper): Also pop page size string.
550         (start-page, stop-page): New function.
551
552         * scm/output-ps.scm (header-end): Remove stray exec commands.
553
554 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
555
556         * lily/input-file-results.cc (do_one_file): use new Paper_book()
557
558         * lily/score.cc (default_rendering): clean protection.
559
560         * lily/paper-book.cc (mark_smob): implement smob marking.
561
562         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
563
564         * Documentation/user/*.itely: user manual edits. 
565
566 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
567
568         * Documentation/user/converters.itely (Invoking musedata2ly):
569         remove pmx2ly.
570
571         * scripts/pmx2ly: remove script.
572         
573 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
574
575         * lily/score.cc (default_rendering): Protect paper-book members.
576
577         * lily/paper-def.cc (smobbed_copy): New method.
578
579         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
580         switch runtime.
581
582         * lily/include/music-output.hh (process): Change signature to
583         return SCM.
584
585         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
586         method.
587
588         * lily/paper-score.cc (process): Return stencils rather than
589         outputting directly.  Remove paper-book kludge.  Delete grobs.
590         (output): Remove.
591
592         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
593
594         * lily/score-engraver.cc (get_output): Do not reset pscore_.
595
596         * lily/score.cc (default_rendering)
597         (ly_render_output): Move adding paper-score two levels up.
598
599         * lily/system.cc (get_line):
600         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
601
602 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
603
604         * scm/font.scm (paper20-font-vector): add more design sizes for
605         number.
606
607         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
608         feta-nummber{5,7,11,13}.
609
610         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
611         for 12pt design size. 
612
613 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
614
615         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
616
617 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
618
619         * lily/font-select.cc (properties_to_font_size_family): Fix
620         warning message.
621
622         * Experimental PostScript latin1 encoding:
623         
624         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
625
626         * scm/output-ps.scm: Experimental encoding using reencode-font.
627         * scm/font.scm: Add latin1 `font-shape'.
628         
629         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
630
631         * ps/lilyponddefs.ps (reencode-font): New function.
632
633         * lily/paper-book.cc (get_pages): Simplistic page breaking.
634
635         * scm/output-tex.scm (start-page):
636         (stop-page): New interface function.
637
638 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
639
640         * lily/paper-outputter.cc (output_expr):
641         (output_header):
642         (output_line): New method.
643
644         * lily/system.cc (get_line):
645         (get_lines): New method.
646         (output_scheme):
647         (output_line): Remove.
648
649         * scm/lily.scm (make-title): New function.
650
651         * lily/paper-book.cc: 
652         * lily/include/paper-book.hh: New file.
653
654         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
655         ly-modules.hh).
656
657         * lily/ly-module.cc (ly_modules_lookup): New function.
658
659         * lily/main.cc (main_with_guile): Move memory leak debug code back.
660
661         * scm/output-ps.scm (make-title): Remove.
662         (output-scopes): Junk header-title test.
663
664 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
665
666         * mf/feta-schrift.mf: thicker dot for portato.
667
668         * lily/accidental-placement.cc (position_accidentals): bugfix in
669         offset, this fixes right-padding of AccidentalPlacement.
670
671         * lily/[h-z]*.cc: () formatting.
672
673         * Documentation/user/tutorial.itely (An orchestral part): more
674         fixes for the tutorial.
675
676         * scm/translation-functions.scm (fraction-tuplet-formatter):
677         reverse fraction.
678
679         * lily/parser.yy (context_def_spec_block): use \context instead of
680         \translator.
681
682         * lily/[a-g].cc: () style cleanup.
683
684         * Documentation/user/tutorial.itely (Automatic and manual beams):
685         editing of tutorial.
686
687 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
688
689         * buildscripts/mf-to-table.py (base): write encoding name.
690
691 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
692
693         * Documentation/user/GNUmakefile (local-install-info): Issue
694         warning (for packager, ie, if not installing in /usr or /usr/local).
695
696         * lily/stencil-scheme.cc: 
697         * lily/staff-symbol-referencer.cc: 
698         * lily/script-column.cc: 
699         * lily/pitch.cc: 
700         * lily/music.cc: 
701         * lily/grob-pq-engraver.cc: 
702         * lily/font-interface.cc: 
703         * lily/music-output-def.cc: 
704         * lily/duration.cc: 
705         * lily/grob-scheme.cc:
706         * lily/context-scheme.cc: Put scheme name on first line in
707         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
708         style cleanups.
709
710         * stepmake/stepmake/scm-vars.make: 
711         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
712         Rename and split TAGS_FILES.
713
714         * GNUmakefile.in (ALL-TAGS): Remove.
715         
716         * stepmake/stepmake/generic-targets.make (TAGS): Also include
717         deeper TAGS files.  Fixes regexp tags in TOP dir.
718
719 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
720
721         * VERSION: 2.1.29 released.
722         
723         * Documentation/user/changing-defaults.itely (Changing defaults):
724         new file.
725
726         * Documentation/user/notation.itely (Notation manual): rename from 
727         refman.itely
728
729         * Documentation/user/notation-appendices.itely (The Feta font):
730         new file.
731
732         * Documentation/user/advanced.itely: add aborted attempt for
733         advanced topics manual.
734
735 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * scm/new-markup.scm: display Markups in sane format. Patch by
738         Nicolas Sceaux.
739
740 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * lily/main.cc: Cleanups.
743         (setup_localisation): New function.
744         (sane_putenv): Remove.
745         (main_with_guile): New name (Was: main_prog).  Remove musings
746         about possible preparation for GUILE heavy memory usage and
747         practical uselessness.  Do not set environment variables
748         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
749         name juggling.
750         (parse_argv): New function.
751         (copyright): New function.  It's 2004 already.
752
753         * lily/input-file-results.cc (do_one_file): Add file name juggling.
754         (distill_inname): Move from main.
755
756 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
757
758         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
759
760         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
761
762         * Documentation/user/running.itely: new file.
763
764         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
765
766         * lily/score-performer.cc (finish): call Translator::finalize ().
767
768 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
769
770         * lilypond-ftpplugin.vim: renamed to the following file.
771         * lilypond-ftplugin.vim: new file.
772
773         * GNUmakefile.in: update VIM_FILES.
774
775 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
776
777         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
778         props.
779
780         * input/test/tie-sparse.ly: remove.
781
782         * lily/tie-performer.cc (try_music): copy & paste from
783         Tie_engraver.
784
785         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
786         variable_ref twice.
787
788         * lily/key-performer.cc (create_audio_elements): use
789         alterations-in-key.
790
791         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
792
793 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
794
795         * input/test/smart-transpose.ly: fix cases fes->e and similar.
796         handle also quarter tones (not shown as tests). test also flats.
797
798         * Documentation/index.html.in: small fixes.
799
800 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
801
802         * input/regression/new-markup-scheme.ly: Typo.
803
804         * scm/define-markup-commands.scm (fill-line): New markup.
805
806         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
807         (output-paper-def): Fix alignment.
808         (make-title): Fix height/width scaling.
809
810         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
811
812         * input/test/title-markup.ly: Add remaining titles.  Layout and
813         font size fixes.  Add simplistic latin1 test.
814
815 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
816
817         * input/test/nested-groups.ly: remove. move content (to next). 
818         * input/test/staff-bracket.ly: replace content (from prev), this 
819         has been already in templates.
820
821 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
822
823         * stepmake/autogen.sh: Only issue warning about running configure
824         without arguments when autogen.sh will actually be running
825         configure.
826
827 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
828
829         * scm/new-markup.scm (stack-stencil-line): robustness.
830
831         * scm/define-markup-commands.scm (simple): robustification of
832         simple-markup.
833
834         * Documentation/user/music-glossary.tely (Top): change central C
835         to middle C.
836
837         * lily/text-item.cc (interpret_markup): cache make-simple-markup
838
839 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
840
841         * input/test/title-markup.ly (spaceTest): Add.
842
843         * lily/text-item.cc (interpret_markup): Make line markup from
844         multi word markup.
845
846         * scm/define-markup-commands.scm (word): New markup command.
847         (simple): Use it.
848
849         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
850
851 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
852
853         * vim/ftplugin/lilypond.vim:
854         * vim/syntax/lilypond.vim: use only local settings with setlocal.
855         show matching paren in insert mode.
856
857 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
858
859         * scm/output-ps.scm (make-title, output-scopes): Further
860         development.
861
862         * input/test/title-markup.ly: New file.
863
864         * ps/lilyponddefs.ps: Disable PostScript titling.
865
866         * lily/paper-score.cc (process): Quote PORT argument to make-title.
867
868 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
869
870         * lily/arpeggio.cc (width_callback): remove padding.
871  
872         * scm/define-grobs.scm (all-grob-descriptions): add padding.
873
874         * scm/define-music-types.scm: remove make-music-by-name.
875
876         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
877
878 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * lily/paper-score.cc (process): Output titles using make-title.
881
882         * scm/output-ps.scm (output-stencil): Display directly instead of
883         constructing string.
884         (make-title): New function.
885
886 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
887
888         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
889         music), Documentation/user/invoking.itexi (Invoking lilypond): 
890         Move documentation of LaTeX packages for latin1 characters to the
891         lilypond-book manual.
892
893 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
894
895         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
896
897         * vimrc: add menu in console and shortcut <F10> for it.
898
899         * vim/:
900         * vim/compiler/:
901         * vim/syntax/:
902         * vim/indent/:
903         * vim/ftplugin/: new directories.
904         
905         * vim/filetype.vim: new file.
906
907         * lilypond.vim: remove files (see next).
908         * vim/syntax/lilypond.vim: new, renamed file (see prev).
909
910         * vimrc: remove file (see next).
911         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
912
913         * vim/ftplugin/lilypond.vim: change dir for dictionary.
914         add header. apply bindings only locally.
915
916         * vim/indent/lilypond.vim: new file.
917
918         * vim/ftplugin/lilypond.vim: remove errorformat.
919         * vim/compiler/lilypond.vim: new file for errorformats.
920
921         * Documentation/topdocs/INSTALL.texi: give easier orders.
922
923         * ROADMAP: add vim/
924
925 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
926
927         * Documentation/user/introduction.itely (Introduction): Use @image
928         iso @html <img...>.  Add workaround for images in columns in info.
929
930         * stepmake/aclocal.m4: Store computed version in variable.
931
932         * configure.in: Export MAKEINFO_VERSION.
933
934         * config.make.in (MAKEINFO_VERSION): Add.
935
936         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
937
938         * Documentation/user/GNUmakefile: Only build info with images when
939         building web.
940
941         * GNUmakefile.in (install-WWW): Visit Documentation/user.
942
943         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
944         stuff from documentation-targets.make
945
946 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
947
948         * VERSION: 2.1.28 released
949         
950         * scripts/convert-ly.py (conv): 
951
952 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
953
954         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
955         \arpeggioBoth. redefine \arpeggioBracket.
956
957         * Documentation/user/refman.itely: document new arpeggio
958         functions.
959
960         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
961
962         * input/regression/arpeggio-bracket.ly: apply convert-ly.
963
964         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
965
966 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
967
968         * Documentation/user/introduction.itely (Automated engraving):
969         rewrite introduction using website text.
970
971 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
972
973         * scm/*.scm: make-music-by-name is replaced by make-music, which
974         also accept music property settings, eg:
975           (make-music 'TextScriptEvent 'direction DOWN 'text
976               (make-simple-markup x))
977
978         Patch courtesy Nicolas Sceaux
979
980         * lily/beam-quanting.cc: cleanup, separate counts for left and
981         right beam ends.
982
983         * lily/side-position-interface.cc (quantised_position): also
984         quantize staccato position for forced stem directions. 
985
986 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
987
988         * scm/*.scm: Patch by Nicolas Sceaux: 
989
990         * scm/music-functions.scm: ly:grob-property and ly:music-property
991         are made procedure with setters.
992
993         * scm/*.scm: replace ..-set-property! with set! (..-property  )
994         
995 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
996
997         * input/test/[t-v]*.ly: finish rewriting texidocs.
998
999         * input/test/vaticana.ly: remove.
1000         * input/test/ligature-vaticana.ly: new, renamed file name.
1001
1002         * input/test/stem-centered.ly: remove.
1003         * input/test/mensural-note-heads.ly: new file. take content from
1004         removed file stem-centered.ly.
1005
1006         * input/test/scales-greek.ly: simplify.
1007
1008         * input/test/s*.ly: reformulate texidocs.
1009         
1010         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
1011         of missing features.
1012
1013 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
1014
1015         * input/test/[j-o]*.ly: update texidocs.
1016
1017 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1018
1019         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
1020
1021         * Documentation/topdocs/NEWS.texi: Add note about info docs with
1022         images.
1023
1024         * Documentation/user/lilypond.tely (@direntry): Update.
1025
1026         * stepmake/stepmake/documentation-targets.make
1027         (install-info,uninstall-info): Install into $(package_infodir).
1028         Install images.  Run install-info to update dir.
1029
1030         * config.make.in (package_infodir): Add.
1031
1032         * Documentation/user/GNUmakefile (info-with-images,
1033         local-install-info, local-uninstall-info): New target.
1034
1035 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1036
1037         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
1038         gap/threshold.
1039
1040         * lily/beam-quanting.cc (score_slopes_dy): remove
1041         ROUND_TO_ZERO_SLOPE kludge.
1042
1043         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
1044
1045         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
1046
1047         * lily/global-context.cc (Global_context): alway accept Score
1048         (run_iterator_on_me): cast Context to Score_context, not
1049         Context_def.
1050
1051         * Documentation/user/refman.itely: documentation patch by Edward
1052         Sanford Sutton.
1053
1054         * mf/GNUmakefile: unset sauter-fonts.
1055
1056 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1057
1058         * scripts/lilypond-book.py (output_texinfo): Output @image
1059         descriptions for info too.
1060
1061         * input/test/chord-names-jazz.ly: 
1062         * input/test/embedded-scm.ly: Clarify.
1063
1064         * input/test/cautionaries.ly: Typo.
1065
1066         * lily/input-smob.cc (ly_input_location): Compile fix.
1067
1068 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1069
1070         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
1071
1072         * ly/engraver-init.ly: move \grobdescriptions to Global. This
1073         fixes problems with system defaults being reverted with \override
1074         on Score level.
1075
1076         * lily/global-context.cc (Global_context): apply property-ops to
1077         Global_context too. 
1078
1079 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * scm/output-ps.scm (stencil->string): Rewrite.
1082
1083 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
1084
1085         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
1086         impersonal style.
1087
1088 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1089
1090         * lily/input-smob.cc (ly_input_location: New function.
1091
1092         * scm/define-markup-commands.scm (upright): New markup command.
1093
1094         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
1095
1096         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
1097
1098         * scm/output-ps.scm (output-stencil): New function.
1099
1100         * scripts/lilypond-book.py (do_file): Bugfix: change search order
1101         of snippet types; fixes @ignore and @verbatim blocks.
1102
1103 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
1104
1105         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
1106         to a file in printed documentation, instead, refer either to a 
1107         syntax or to an output.
1108
1109 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1110
1111         * input/regression/beam-center-slope.ly: Add test.
1112
1113 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1114
1115         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
1116         (SAUTER_FONTS): Reinstate.
1117
1118         * scm/define-markup-commands.scm (caps): New markup command.
1119
1120         * scm/output-ps.scm (output-scopes): Experimental markup output.
1121
1122         * scm/: Add missing headers.
1123
1124         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
1125
1126         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
1127
1128 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1129
1130         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
1131         Stray style cleanups.
1132
1133 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1134
1135         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
1136         no dot combination.
1137
1138         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1139         substitute \override Staff.autoBeamSettings too
1140
1141         * Documentation/user/tutorial.itely: proofreading fixes by David
1142         Bobroff
1143
1144 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1145
1146         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
1147
1148         * ps/music-drawing-routines.ps: 
1149         * ps/lilyponddefs.ps: Add end markers.
1150
1151 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1152
1153         * VERSION: 2.1.27 released.
1154         
1155         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
1156
1157         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
1158         obey documentation.
1159
1160 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
1163
1164         * scm/output-ps.scm: Resurrect.
1165         
1166         * scm/output-tex.scm: Minimal cleanups.
1167
1168         * scm/paper.scm (paper-set-staff-size): Add lineheight.
1169
1170         * make/ly-rules.make: Remove any broken lily-*.tex files before
1171         lilypond-book run.
1172
1173         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
1174         comment.
1175
1176         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
1177         Enabled by default, may save 10% compile time.
1178
1179 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1180
1181         * lily/lyric-phrasing-engraver.cc: remove
1182         
1183         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
1184         longer necessary. 
1185
1186         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
1187         so lyric-phrasing-engraver is no longer necessary.
1188
1189         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
1190         Grob_pq_engraver from Staff.
1191
1192         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
1193         busyGrobs directly.
1194
1195         * input/regression/quote-transposition.ly: new file.
1196
1197         * lily/recording-group-engraver.cc (stop_translation_timestep):
1198         store instrumentTuning too. 
1199
1200         * lily/quote-iterator.cc (process): transpose events using
1201         instrumentTuning.
1202
1203         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
1204         -> \tuning <pitch>
1205
1206         * lily/parser.yy (command_req): add \tuning command for setting
1207         instrument tuning of staff.
1208
1209         * Documentation/user/GNUmakefile
1210         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
1211
1212         * Documentation/user/refman.itely (Customized accidental rules):
1213         typo.
1214
1215 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
1216
1217         * Documentation/user/music-glossary.tely: remove the missing norwegian
1218         translation; they can be put in later properly.
1219
1220 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1221
1222         * lily/recording-group-engraver.cc (start_translation_timestep):
1223         init Recording_group_engraver twice.
1224
1225 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1226
1227         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
1228         stray style cleanups:
1229
1230         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
1231         -Wmissing-prototypes.
1232
1233         * flower/include/killing-cons.tcc (Killing_cons): Add template
1234         specifier for car_.
1235
1236         * flower/include/parray.hh (binsearchs): Add template specifier
1237         for maxkey.
1238
1239         * flower/include/interval.hh: Declare elem () with template specfier.
1240
1241 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
1242
1243         * elisp/lilypond-indent.el (get-buffer-size): add customization
1244         groups for several variables (Reuben Thomas).
1245
1246 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1247
1248         * Documentation/user/invoking.itexi (Point and click): add index
1249         entry.
1250
1251         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
1252         go under beam.
1253
1254         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
1255         sarabande beam. 
1256
1257         * flower/warn.cc (programming_error): cross fingers not thumbs.
1258
1259         * lily/rest.cc (polyphonic_offset_callback): return 0 when
1260         staff-position is set.
1261
1262         * VERSION: release 2.1.26 
1263         
1264         * scm/chord-entry.scm (construct-chord): process transposition
1265         after processing explicit-11.  
1266
1267 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1268
1269         * lily/parser.yy (add_quote): add syntax for adding quotes:
1270         \addquote "id-string" Music
1271
1272         * scripts/lilypond-book.py (do_file): do not overwrite input file.
1273
1274         * scripts/convert-ly.py (conv): add rules for name changes.
1275
1276         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
1277         music/context/grob property functions. Internally, use
1278         get_property() and set_property() for both.
1279
1280 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
1281
1282         * elisp/lilypond-mode.el (get-buffer-size): define new function,
1283         for Emacs <= 20 (Laurent Martelli).
1284
1285 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1286
1287         * lily/parser.yy (command_element): extract quoted vector in
1288         parser.
1289
1290         * input/regression/quote.ly: new file.
1291
1292         * lily/sequential-iterator.cc (process): only process if moment >= 0.
1293
1294         * lily/parser.yy (command_element): \quote DURATION NAME: support
1295         cue notes. 
1296
1297         * lily/quote-iterator.cc (class Quote_iterator): new file.
1298
1299 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1300
1301         * lily/auto-beam-engraver.cc (try_music): accept and process
1302         beam-forbid-event.
1303
1304         * input/regression/auto-beam-no-beam.ly: new file.
1305
1306 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1307
1308         * lily/accidental.cc (print): Change font-relative-size ->
1309         font-size. Fixes cautionary-style = smaller.
1310
1311 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1312
1313         * lily/system-start-delimiter.cc (staff_brace): remove
1314         font-relative-size
1315
1316         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
1317         forgotten with scm_list_n. Fixes spurious coredumps.
1318
1319         * lily/accidental-engraver.cc (stop_translation_timestep): move
1320         update of localKeySignature to stop_translation_timestep (). This
1321         makes sure that all ties are noticed at the right moment.
1322         (stop_translation_timestep): clear tie only when right-side
1323         notehead was seen.
1324         (number_accidentals_from_sig): cleanup. 
1325
1326         * input/regression/accidental-tie.ly (mus): new file
1327
1328         * input/regression/tie-accidental, tie-break-accidental.ly: remove
1329         these longish tests.
1330
1331 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1332
1333         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
1334
1335         * THANKS: update bugreporter list.
1336
1337         * lily/beam.cc (print): broken beams last until end of staff.
1338         (print): broken beams start from prefatory matter.
1339
1340         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
1341
1342         * lily/paper-score.cc (process): dump header only once.
1343
1344         * lily/paper-outputter.cc (Paper_outputter): move logic into
1345         Scheme.
1346
1347         * scm/output-tex.scm (output-scopes): new function.
1348         (output-paper-def): new function
1349         (tex-string-def): new function
1350         (symbol->tex-key): new function
1351
1352         * scripts/convert-ly.py (conv): add rule for | ~
1353
1354 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
1355
1356         * input/regression/{many}.ly: refresh, trying to guess how
1357         it was designed.
1358
1359 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1360
1361         * VERSION: release 2.1.25
1362
1363         * scm/define-translator-properties.scm
1364         (all-user-translation-properties): add printOctaveNames
1365
1366         * ly/engraver-init.ly: remove Note_event_swallower from
1367         NoteNamesContext.
1368
1369         * lily/note-name-engraver.cc (process_music): new property
1370         printOctaveNames
1371
1372         * lily/context.cc (find_existing_context): remove support for
1373         Current.
1374
1375         * scm/music-functions.scm (set-accidental-style): new function;
1376         duplicate accidental macros.
1377
1378         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
1379
1380         * lily/note-name-engraver.cc (process_music):
1381         process_acknowledged_grobs () -> process_music ()
1382
1383         * scm/part-combiner.scm (determine-split-list): robustification.
1384
1385 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1386
1387         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
1388         lines for falling into beam-gap.
1389         (score_forbidden_quants): check all staff lines for falling in
1390         beam gaps.
1391
1392         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
1393         key/clef/time signatures. 
1394
1395         * input/test/ossia.ly: revise example.
1396
1397         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
1398         cleanup.
1399         
1400         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
1401         comply to Scheme standard.  Remove ly:get-paper-variable
1402
1403 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1404
1405         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
1406
1407 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1408
1409         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
1410         properties from Voice context. This fixes accidental size for
1411         staff-switches during grace contexts.
1412
1413         * lily/note-collision.cc (check_meshing_chords): only wipe heads
1414         if necessary. Else, simply wipe dots.
1415
1416         * input/test/beam-alternate.ly: new file
1417
1418         * input/test/piano-staff-distance.ly: new file.
1419
1420         * lily/translator-group.cc (recurse_down_translators): use
1421         Direction for bottom-up/top-down.
1422
1423         * lily/include/translator.hh (class Translator): add
1424         process_music() and do_announces(). This obviates
1425         recurse_down_{engravers,performers}.
1426
1427         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
1428         \melisma and \melismaEnd
1429
1430         * lily/melisma-engraver.cc (process_music): change to
1431         Melisma_translator, unify with performer. Accept
1432         ManualMelismaEvent.
1433
1434         * ly/engraver-init.ly: add Font_size_engraver.
1435
1436 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
1437
1438         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
1439         it hara-kiri.
1440
1441         * input/regression/{many}.ly: improve descriptions trying to figure
1442         out what is tested.
1443
1444 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1445
1446         * lily/slur.cc (broken_trend_offset): robustness fix.
1447
1448         * VERSION: release 2.1.24
1449
1450         * lily/context.cc (find_create_context): go to Score if it exists.
1451
1452         * lily/context-scheme.cc: new file.
1453
1454         * lily/score-translator.cc (get_output): new file.
1455
1456         * lily/include/grob-info.hh: origin_contexts() now does not
1457         include the originating engraver
1458
1459         * lily/translator-group.cc (translator_each): clean up contents,
1460         remove superfluous stubs. Engraver_group_engraver and
1461         Performer_group_performer are the only classes using multiple
1462         inheritance.
1463
1464         * lily/include/score-context.hh (class Score_context): interface
1465         between Score_{engraver,performer} and Global_context.
1466
1467         * lily/include/global-context.hh (Context): change from
1468         global-translator. This is the entry point for contexts; it is not
1469         tweakable using \translator{}. Score is no longer the top context,
1470         but sits underneath Global.
1471
1472         * lily/include/context.hh (class Context): brain surgery: split
1473         out Context functionality from Translator_group. Context is now a
1474         separate type from Translator.
1475
1476 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1477
1478         * lily/include/translator.hh (class Translator): make
1479         get_score_context() and get_global_translator (), and use the one
1480         which is appropriate.
1481
1482         * lily/context.cc: partially put functionality of Translator_group
1483         into Context.
1484
1485         * lily/include/context.hh (Translator): new class: put between
1486         Translator and Translator_group. 
1487
1488         * lily/new-accidental-engraver.cc: remove file.
1489
1490 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
1491
1492         * input/regression/{many}.ly: improve descriptions: use complete 
1493         sentences, try to describe what is tested, avoid `we´, do not use 
1494         don't, ... 
1495
1496 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
1497
1498         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
1499         is at EOL.
1500
1501         * Documentation/user/lilypond.tely: declare the topmost node only
1502         once; removes empty line in @contents.
1503
1504         * Documentation/user/music-glossary.tely: really add Finnish author.
1505         Draw more beatiful `->´ arrow in html: &rarr;
1506
1507 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1508
1509         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
1510
1511         * scripts/convert-ly.py (conv): add ly:music-list  change.
1512
1513         * lily/grob.cc: edit doc string.
1514
1515         * scm/define-grob-properties.scm (all-user-grob-properties):
1516         proofreading, editing of doc strings.
1517
1518         * input/regression/tablature-string-tunings.ly: new file.
1519
1520         * lily/staff-symbol-engraver.cc (process_music): new engraver,
1521         listen to stringTunings
1522
1523         * lily/align-interface.cc (align_elements_to_extents): remove Grob
1524         for self-alignment-[XY] code.
1525  
1526 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1527
1528         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
1529         cond) into function. Cleanup.
1530
1531         * lily/text-spanner.cc: remove text-repeat-if-broken property.
1532         
1533         * VERSION (PACKAGE_NAME): 2.1.23 released
1534
1535 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
1536
1537         * Documentation/user/{refman,internals}.itely: small fixes.
1538
1539 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1540
1541         * lily/accidental-engraver.cc (acknowledge_grob): don't make
1542         accidentals for harmonic notes
1543
1544         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
1545         for harmonic notes.
1546
1547         * scm/document-backend.scm (interface-doc): prune Grob
1548         documentation: don't duplicate interface information.
1549
1550         * lily/*.cc: lots of updates of doc strings.
1551
1552 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1553
1554         * input/test/ac-extra-voice.ly (accompany): remove file.
1555
1556         * input/test/maximum-rest-count.ly: remove file.
1557
1558         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1559         conversion rule for \translator { }. Apply everywhere.  
1560
1561         * lily/parser.yy (music_property_def): set property for \once in
1562         the PropertyMusic itself, not the ContextSpec.
1563         (property_operation): change syntax within \translator { }
1564
1565         * scm/define-music-properties.scm (all-music-properties): clean up.
1566
1567         * lily/auto-beam-engraver.cc (test_moment): use
1568         updated_grob_properties() to retrieve autoBeam settings.
1569
1570         * lily/spacing-spanner.cc: bound shortest_playing_len by
1571         measure_length
1572
1573         * lily/spacing-engraver.cc (acknowledge_grob): ignore
1574         multi-measure events for spacing computation.
1575
1576         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
1577         elliptical, to 1.49.
1578
1579         * lily/rest.cc (polyphonic_offset_callback): new function. Do
1580         vertical positioning for polyphony, without RestCollision object.
1581
1582         * lily/note-column.cc (add_head): prevent rests & note heads on
1583         one stem.
1584
1585         * lily/rest-collision.cc (do_shift): ignore rests with beams.
1586         (do_shift): rewrite only-rests case: use common refpoints: the
1587         routine will have sensible results when other rest-translations
1588         have taken place.
1589
1590         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
1591         < 0 case. 
1592
1593         * VERSION: 2.1.22 released
1594         
1595         * input/GNUmakefile (SUBDIRS): remove ascii-art
1596
1597 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1598
1599         * input/: Convert ly files that still had \property.  Fixes make
1600         web.  Remove exta spaces around '='. 
1601
1602         * scripts/convert-ly.py (conv): Redundant space fixes.
1603
1604         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
1605
1606 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1607
1608         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
1609         create scalable PS and PDFs  for input/{test,template,regression}.
1610
1611         * lily/context.cc (is_alias): move function.
1612         (is_alias): add Bottom as context alias. 
1613         (find_create_translator): add Bottom as a context alias for creation.
1614
1615         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
1616
1617         * lily/parser.yy (music_property_def): new syntax for property
1618         assignments:
1619
1620         \set A.B = #C , \unset A.B
1621         \override A.B #C = #D, \revert A.B #C 
1622
1623         * lily/my-lily-lexer.cc: remove \property
1624
1625 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
1626
1627         * Documentation/user/refman.itely: add dots after seealso refs.
1628
1629         * input/template/{many}.ly: harmonise descriptions.
1630
1631         * Documentation/user/music-glossary.itely: add Finnish author.
1632
1633 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1634
1635         * VERSION (PACKAGE_NAME): release 2.1.21
1636
1637 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1638
1639         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
1640
1641         * scripts/lilypond-book.py (snippet_res): @include filename must
1642         not be empty.
1643
1644 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1645
1646         * scm/documentation-generate.scm (markup-doc-string): dump
1647         markup-commands.tely
1648
1649         * scm/define-markup-commands.scm (override): new file.
1650         Move documentation from refman into doc-strings. 
1651
1652         * input/test/staff-container.ly: fix example.
1653
1654         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1655         StaffContainer
1656
1657         * lily/grob.cc: remove point_dimension_callback
1658         (Grob): read forced dimensions from X-extent and Y-extent.
1659         (get_paper): remove preset_extent.
1660
1661         * scm/define-grobs.scm (all-grob-descriptions): remove
1662         point_dimension_callback. 
1663
1664         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
1665         textscript to head. This makes no-spacing-rods work on
1666         DynamicText.
1667
1668         * lily/chord-name.cc: remove props chord, bass, inversion.
1669
1670         * Documentation/user/appendices.itely: add Scheme functions,
1671         context-properties and layout properties to manual.
1672
1673         * scm/part-combiner.scm (determine-split-list): include rests in a
1674         solo1/2 sequence.
1675
1676         * lily/new-part-combine-iterator.cc (substitute_both): new
1677         function.
1678         (class New_pc_iterator): add separate Voice=solo context, fixes
1679         autobeams going from chords to solo.
1680
1681 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1682
1683         * Documentation/user/invoking.itexi (Editor support): Fix typo.
1684
1685         * Documentation/user/tutorial.itely:
1686         * Documentation/user/refman.itely: Add short note about being part
1687         of lilypond.tely.
1688
1689         * COPYING: Make note more clear with respect to files that are
1690         explicitely licenced otherwise (Documention/user/ comes to mind).
1691         
1692         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
1693         comment about barfing of @c,{}.
1694
1695         * Documentation/user/music-glossary.tely: Add list of authors.
1696
1697         * stepmake/stepmake/library-rules.make: Thank Nelson only in
1698         source (was: also in build log).
1699
1700 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1701
1702         * lily/side-position-interface.cc (general_side_position): if
1703         staff-padding is set, then include staff in support too.
1704
1705         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
1706         module workbook
1707
1708         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
1709
1710         * lily/tuplet-engraver.cc: remove tupletInvisible
1711
1712         * scm/define-translator-properties.scm: cleanup, separate in
1713         internal and user props. 
1714
1715         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
1716         LyricsVoice -> Lyrics
1717
1718         * lily/new-part-combine-iterator.cc (process): only print warning
1719         for symbols.
1720
1721 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1722
1723         * scm/part-combiner.scm: Add proper header.
1724
1725         * All but lily/*: The great --2003 --2004 replace; the missing
1726         `bits'.
1727
1728         * TODO: Fix outline mode.  Add book notes.
1729
1730         * ROADMAP: Update.
1731
1732 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1733
1734         * scm/part-combiner.scm (make-autochange-music): use
1735         accumulator. Fixes stack overflow.
1736
1737         * lily/*: rename brew_molecule -> print , molecule-callback ->
1738         print-function
1739
1740         * scm/define-grob-properties.scm: cleanup. Separate into internal
1741         and user properties.
1742
1743         * lily/translator-property.cc (updated_grob_properties): new
1744         function
1745         (execute_pushpop_property): change to new convention:
1746         object property inits are stored as (cons ALIST BASED-ON). This
1747         storage format allows concurrent tweaks in different contexts.
1748
1749 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1750
1751         * TODO: new file.
1752
1753 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1754
1755         * debian/: Late Debian update (sorry Anthony).
1756
1757         * scripts/lilypond-book.py (do_file): Look for input_file in
1758         include path, or ask kpathsea if LATEX.
1759
1760         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
1761         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
1762         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
1763         --header=texidoc.
1764
1765         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
1766         relative.
1767
1768         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
1769         only when filtering, default to input_base otherwise.  Coding
1770         style fixes.
1771
1772 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1773
1774         * lily/include/translator.hh (class Translator): add virtual
1775         qualifier.
1776
1777 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1778
1779         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
1780
1781 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1782
1783         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
1784
1785         * Documentation/user/refman.itely: Run texinfo-all-menus-update
1786         (fixes make web).
1787
1788         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
1789         live in $(out)-www).
1790
1791         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
1792         dependencies.  Add link to .ly source in HTML output.
1793         (Lilypond_snippet.output_html): Handle multiple page picture
1794         output.
1795         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
1796         Make usable for output_texinfo again.
1797
1798         * Documentation/user/GNUmakefile: Add static dependency for
1799         lilypond.tely includes.
1800
1801         * Documentation/user/tutorial.itely: Add some lost `relative'
1802         ly-options.
1803
1804 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1805
1806         * lily/include/translator-group.hh: move Music_output_def member
1807         to Global_translator.
1808
1809         * scripts/lilypond-book.py (do_file):  fix latex output.
1810
1811         * VERSION: release 2.1.20
1812         
1813         * scm/part-combiner.scm (determine-split-list): robustness fix 
1814
1815         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
1816
1817         * lily/parser.yy (music_output_def_body): plug memory leak.
1818
1819         * lily/translator-group.cc (add_fresh_group_translator): plug
1820         memory leak: unprotect Translator_group once added.   
1821
1822         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
1823
1824         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
1825         write .dep file.
1826         (Lilypond_snippet.ly): add \renameinput.
1827
1828 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1829
1830         * Documentation/user/refman.itely (Markup command definition): Doc
1831         by Nicolas Sceaux. Rewrite by Han-Wen
1832
1833         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
1834         thing of the line.
1835         (brew_molecule): only remove if hyphen is not at the end of line.
1836         (set_spacing_rods): new function: minimum-length specifies
1837         distance between syllables.
1838
1839         * scm/define-grobs.scm (all-grob-descriptions): add
1840         Hyphen_spanner::set_spacing_rods to LyricHyphen
1841
1842         * input/regression/lyric-hyphen-break.ly: new file.
1843
1844         * input/test/lyric-hyphen-retain.ly: new file.
1845
1846         * lily/new-part-combine-iterator.cc (construct_children):
1847         add Rest direction.
1848
1849 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1850
1851         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
1852
1853         * Documentation/bibliography/engraving.bib (donemus1982):
1854         update entry.
1855
1856 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1857
1858         * scripts/lilypond-book.py (Substring.__init__): new class.
1859         (Snippet.output_texinfo): add texidoc option.
1860         (Include_snippet.replacement_text): new class.
1861         (Lilypond_snippet.__init__): new class
1862         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
1863
1864         * Documentation/user/refman.itely (Sound): 
1865         note about number of channels.
1866
1867         * scm/music-functions.scm (voicify-music): add \context Staff for
1868         << \\ >> polyphony.
1869
1870         * lily/parser.yy (verbose_command_req): \skip now creates
1871         SkipMusic, and does not lead to spurious staves.
1872
1873         * scm/define-music-types.scm (music-descriptions): rename
1874         NonEventSkip to SkipMusic
1875
1876         * input/no-notation/midi-lyric-barcheck.ly: new file.
1877
1878         * input/regression/collision-dots-invert.ly: new file.
1879
1880         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
1881         case.
1882
1883         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
1884         die if melody died too.
1885
1886 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1887
1888         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
1889         with reading from stdin.
1890
1891         * lily/slur-performer.cc (try_music): new file.
1892
1893         * lily/melisma-performer.cc (try_music): new file. Handle
1894         melismata to help lyrics.
1895
1896         * lily/beam-performer.cc (try_music): new file. Handle beam events
1897         to help lyrics.
1898
1899         * lily/score-performer.cc (one_time_step): reinstate
1900         process_music().
1901
1902         * lily/performer.cc (process_music): add to interface.
1903
1904         * lily/performer-group-performer.cc (process_music): new function.
1905
1906         * lily/dot-column.cc (do_shifts): do collision resolution before
1907         dot positioning.
1908         
1909         * scripts/lilypond-book.py (Snippet.output_print_filename): new
1910         file, process printfilename option.
1911         (Snippet.__init__): rewrite: do not use global variables h or
1912         index.
1913         (main): really support -I option.
1914         (find_toplevel_snippets): new code.
1915         (find_toplevel_snippets): reinstate old version, without global
1916         variables.
1917
1918         * tex/texinfo.tex: really add file.
1919         
1920 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1921
1922         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
1923         compatibility.
1924
1925 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1926
1927         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
1928
1929         * scm/define-translator-properties.scm (drumPitchTable): add
1930         property.
1931
1932         * scripts/lilypond-book.py (simple_toplevel_snippets): new
1933         function.
1934         (help_summary): docstrings.
1935         (do_file): strip the dir of input_base too.
1936
1937 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1938
1939         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
1940
1941         * Documentation/user/lilypond-book.itely: Update.
1942
1943         * make/ly-rules.make: Update lilypond-book commands.
1944
1945         * Documentation/user/GNUmakefile: Update makeinfo commands,
1946         lilypond-book flags.
1947
1948         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
1949         
1950         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
1951
1952         * scripts/filter-lilypond-book.py: Remove.
1953
1954         * Documentation/user/*tely: Update options for new lilypond-book.
1955
1956         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
1957         with @macros in @includes.
1958
1959 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1960
1961         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
1962         make rest-collision only.
1963
1964         * lily/break-substitution.cc (substitute_one_mutable_property):
1965         clear all-elements using scm_assq_remove_x(). 
1966
1967         * lily/rest-collision.cc (do_shift): shift single rests
1968
1969         * flower/include/array.hh (class Array): rename to is_empty ()
1970
1971         * lily/drum-note-performer.cc: new file: perform drum notes.
1972
1973         * VERSION (PACKAGE_NAME): release 2.1.19.
1974         
1975 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1976
1977         * scripts/filter-lilypond-book.py
1978         (classic_lilypond_book_compatibility): New function.
1979
1980 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1981
1982         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
1983
1984         * Grand 2003 -> 2004 search replace. 
1985
1986         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
1987         (i.e. < > )
1988
1989         * ly/performer-init.ly: add DrumStaff
1990
1991         * lily/axis-group-engraver.cc (acknowledge_grob): also take
1992         lyric-interface; this prevents lines with only extender lines from
1993         being junked.
1994  
1995         * scm/define-grob-interfaces.scm (lyric-interface): new interface
1996
1997         * lily/lyric-extender.cc (brew_molecule): get line breaking and
1998         extenders right, for once and for all (hopefully).
1999         
2000         * lily/break-substitution.cc (substitute_one_mutable_property):
2001         clear old 'all-elements for System grobs.
2002
2003         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
2004         that associatedVoiceContext is always assigned when music & lyrics
2005         are found. 
2006
2007         * ly/engraver-init.ly: remove Lyrics context.
2008         (TabVoice): add noteheads engraver
2009
2010         * input/test/improv.ly: update: do not use Thread switching. 
2011
2012         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
2013         squashedPosition is a number  
2014
2015         * Documentation/user/refman.itely (Automatic note splitting):
2016         remove Thread references.
2017
2018         * input/no-notation/pc-direction.ly: remove file.
2019
2020         * ly/engraver-init.ly: remove Thread
2021
2022         * input/regression/tie-chord-partial.ly: remove file.
2023
2024         * scripts/convert-ly.py (conv): \harmonic rule
2025
2026         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
2027         notation for harmonic notes: <c' g''\harmonic>
2028
2029         * lily/lily-guile.cc (alist_to_hashq): new function
2030
2031         * scm/lily.scm (alist->hash-table): new function.
2032
2033         * Documentation/user/refman.itely (Percussion staves): update doco.
2034
2035         * input/regression/drums.ly (timb): updates
2036
2037         * lily/note-performer.cc (create_audio_elements): robustness fix.
2038
2039         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
2040
2041 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
2044         discard valid matches.
2045
2046 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2047
2048         * lily/drum-note-engraver.cc: new file.
2049
2050         * ly/drumpitch-init.ly: move drum definitions
2051
2052         * scm/drums.scm: remove file.
2053
2054         * lily/*.cc: remove abort-event everywhere.
2055
2056         * lily/note-heads-engraver.cc (process_music): robustification.
2057
2058         * lily/accidental-engraver.cc (process_acknowledged_grobs):
2059         robustification.
2060
2061         * lily/parser.yy (simple_element): add \drums mode.
2062         (simple_element): remove \pitchnames , \chordmodifiers. Use
2063         variables to store this. 
2064
2065         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
2066         outside \notes.
2067
2068         * VERSION: release 2.1.18.
2069         
2070         * input/test: remove octave-duplicate.ly
2071
2072 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2073
2074         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
2075
2076 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2077
2078         * lily/simultaneous-music-iterator.cc: remove clone() and copy
2079         constructor from Music_iterator. Changes throughout.
2080
2081         * lily/include/music-iterator.hh (class Music_iterator): remove
2082         Music_iterator::skip and Music_iterator::get_pending_events from
2083         interface. Rename report_to -> get_outlet 
2084
2085         * lily/auto-change-iterator.cc: move contents from
2086         new-auto-change-iterator.cc from
2087
2088         * scm/part-combiner.scm: determine split-list from Scheme. 
2089
2090         * lily/new-auto-change-iterator.cc (process): new file.
2091
2092         * lily/parser.yy (part_combined_music): remove old PC cruft.
2093
2094         * ly/engraver-init.ly: remove old
2095         PC cruft.
2096
2097         * Documentation/user/refman.itely (The Lyrics context): note about
2098         extender lines.
2099
2100         * lily/multi-measure-rest-engraver.cc (process_music): extra check
2101         to allow 0-length mmrest events.
2102
2103         * scm/part-combiner.scm (determine-split-list): many bugfixes.
2104
2105         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
2106
2107         * lily/spacing-engraver.cc (finalize): robustifications.
2108
2109         * input/regression/new-part-combine-solo-global.ly: new file.
2110
2111         * scm/part-combiner.scm: rewrite.
2112
2113 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
2114
2115         * Documentation/user/refman.itely, input/puer-fragment.ly,
2116         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
2117         updated for proper use of lyricsto; replaced "(" and ")" ->
2118         "\melisma" and "\melismaEnd"
2119
2120         * input/test/ancient-font.ly: small updates to reduce compile
2121         warnings (TODO: junk this file)
2122
2123         * input/test/gregorian-scripts.ly: added comment about bug
2124
2125         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
2126         tiny robustness fix
2127
2128         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
2129         recent changes in the feta code); temporarily mapped mensural g
2130         clef to a copy of petrucci g clef until mensural g clef will have
2131         been rewritten
2132
2133         * mf/parmesan-heads.mf: bugfix: solved character name clashing
2134         between mensural and neo-mensural heads (this broke quite a while
2135         ago)
2136
2137         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
2138
2139 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2140
2141         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
2142         indication.  Fixes for verbatim, multi line comments.
2143
2144 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2145
2146         * input/regression/new-part-combine-solo.ly: more cases.
2147
2148         * lily/slur.cc (height): robustness fix.
2149
2150         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
2151
2152         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
2153         stemUp/stemDown.
2154
2155         * scm/music-functions.scm (determine-split-list): further analysis.
2156
2157         * lily/script-engraver.cc (try_music): discard duplicate
2158         articulations.
2159
2160         * input/regression/new-part-combine-solo.ly: new file
2161
2162         * input/regression/new-part-combine-a2.ly: new file.
2163
2164         * ly/performer-init.ly: add Devnull
2165
2166         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
2167         for \musicglyph #"accidental-*"
2168         (conv): \newpartcombine rule.
2169
2170 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2171
2172         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
2173
2174 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2175
2176         * scripts/filter-lilypond-book.py: Handle verbatim, latex
2177         textwidth, --output.
2178
2179 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2180
2181         * scm/new-markup.scm (doubleflat): add accidental markups.
2182
2183         * VERSION: release 2.1.17
2184         
2185         * Documentation/user/refman.itely (Automatic part combining):
2186         revise documentation of the part-combiner.
2187
2188         * input/regression/pc-switch-slur.ly (texidoc): remove file.
2189         
2190         * input/test/part-combine-{moment,staff}.ly: remove file.
2191
2192         * input/regression/pc-mmrest.ly (two): remove file.
2193
2194         * scm/define-music-types.scm (music-descriptions): add
2195         Solo{One,Two}Event and UnisonoEvent
2196
2197         * lily/new-part-combine-iterator.cc (unisono): add state_
2198         variable, signal changes with part-combine-event.
2199
2200         * input/regression/new-part-combine-text.ly: new file.
2201
2202         * lily/part-combine-engraver.cc: new file.
2203
2204 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2205
2206         * scripts/filter-lilypond-book.py: Handle snippet options.
2207
2208 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2209
2210         * scm/music-functions.scm (determine-split-list): detect solo1/2
2211         and unisono.
2212
2213         * lily/new-lyric-combine-music-iterator.cc (construct_children):
2214         revert fix, document why.
2215
2216         * lily/tie-performer.cc (process_music): new function. Set melisma
2217         property.
2218
2219         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
2220         always smaller than bracket size.
2221         (make_bracket): oops. Size of the gap was off by factor 2
2222
2223         * input/test/text-rotate.ly: new file.
2224
2225         * scm/new-markup.scm (markup): a macro that provides a
2226         LilyPond-like syntax in scheme for building markups, in order to
2227         help markup command definition. (Nicolas Sceaux)
2228
2229         * input/test/lyrics-skip-notes.ly: new example.
2230
2231         * lily/parser.yy (post_event): make HYPHEN into postfix event.
2232
2233         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
2234         use is_alias() iso. == . This fixes lyrics on
2235         GregorianTranscriptions. 
2236
2237 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2238
2239         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
2240         \thispagestyle{lastpage} to avoid that it's printed on the second
2241         last page when there's only a single score line on the last page.
2242         (The page breaking mechanism in TeX played some ugly tricks to us.)
2243
2244 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2245
2246         * scripts/filter-lilypond-book.py: Further development.
2247
2248         * input/regression/collision-dots-move.ly: New test.
2249
2250         * lily/note-collision.cc (check_meshing_chords): Move dots on left
2251         hand side note head of non-merged collision to the right.
2252
2253         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
2254         Construct children before accessing property from emtpy
2255         lyrics_context_.
2256         (construct_children): Find thread before finding LyricsVoice.
2257         Create LyricsVoice one if none found, fixes crash (thanks Erik
2258         Sandberg).
2259
2260 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2261
2262         * cygwin/: Forward port.
2263
2264 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2265
2266         * buildscripts/install-info-html.sh: Use Bash.
2267
2268         * cygwin/mknetrel: Patch from Bert.
2269
2270 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2271
2272         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
2273
2274         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
2275         try to copy *png, index.html (Bertalan Fodor).
2276
2277         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
2278
2279 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2280
2281         * lily/note-collision.cc (check_meshing_chords): Do not remove
2282         dots (from down head) when merging similar heads (thanks Matthias
2283         Kilian).  Simplify merge_possible tests and other cleanups
2284
2285         * input/regression/collision-merge-differently-dotted.ly: Add test
2286         for disappearing dots on similar heads for both voices.
2287
2288 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2289
2290         * Documentation/user/invoking.itexi (Invoking lilypond): Document
2291         that tagline overrides copyright for single page scores. Correct
2292         the default tagline value.
2293
2294 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2295
2296         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
2297
2298 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2299
2300         * buildscripts/lilypond-login.sh: Avoid warning about undefined
2301         TEXMF if it's previously unset.
2302
2303 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
2304
2305         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
2306
2307         * input/test/trills.ly: fix the unfolding of lineprall.
2308
2309         * input/test/figured-bass-alternative.ly: fix accidental.
2310
2311 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2312
2313         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
2314         
2315         * input/no-notation/dos-guile.ly: 
2316         * input/no-notation/dos-ps.ly: 
2317         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
2318         
2319         * input/no-notation/safe-include.ly:
2320         * input/no-notation/safe-guile.ly:
2321         * input/no-notation/safe-ps.ly: 
2322         * input/no-notation/safe-tex.ly: New file.
2323
2324         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
2325         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
2326         options now.
2327         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
2328         When in --safe-mode, set environment openout_any=p[aranoid].
2329
2330         * tex/ltest.tex: 
2331         * tex/lilyponddefs.tex: Add \nofiles.
2332
2333         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
2334         options.
2335
2336         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
2337         This allows building the user manual using a binary installation
2338         and a matching unpacked source tree.
2339
2340         * scm/lily.scm (safe-module): New variable. 
2341
2342         * lily/includable-lexer.cc (new_input): Fix error messages.
2343
2344         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
2345         If SAFE, evaluate in safe-module.  Change callers.
2346
2347         * lily/main.cc (Long_option_init): Reinstate safe-mode.
2348
2349         * lily/lexer.ll (embedded_scm): While processing main-input,
2350         invoke ly_parse_scm with safe mode if running in safe-mode.
2351         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
2352         in init.ly for safe-mode.
2353
2354 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2355
2356         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
2357         compatibility with old versions of geometry.sty (compat2
2358         already implied includehead).
2359         Change the page layout slightly so bottom + footskip = top +
2360         headheight + headsep = 16mm, the remaining paperheight-32mm
2361         are used for the music. Increase footskip to 5mm, so the top of
2362         the footer text doesn't touch the music.
2363
2364 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2365
2366         * VERSION: release 2.1.16
2367         
2368         * scm/music-functions.scm (determine-split-list): bugfix: only use
2369         new-active for both voices if both indexes advance. This fixes the
2370         biggest outstanding problem with new-pc. 
2371
2372         * lily/new-part-combine-iterator.cc (construct_children): set more
2373         directions.
2374
2375 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2376
2377         * scripts/convert-ly.py (conv): add instrument rule.
2378
2379         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
2380
2381         * lily/side-position-interface.cc: remove add_staff_support ()
2382         Change all callers to use staff-padding.
2383
2384         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
2385         make_spanner().
2386
2387         * lily/a2-engraver.cc (process_acknowledged_grobs): 
2388
2389         * lily/text-engraver.cc: remove scriptHorizontal property.
2390
2391         * lily/beam.cc (least_squares): also set least-squares-dy for
2392         special case of slanted 2-stem beam to center.
2393
2394         * lily/side-position-interface.cc (out_of_staff): move contents of
2395         out_of_staff into aligned_side.
2396         remove out_of_staff().
2397
2398         * input/regression/measure-grouping.ly: fix warning.
2399
2400         * lily/side-position-interface.cc: add staff-padding support to
2401         Side_position_interface::aligned_side.
2402
2403         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
2404         one get_property too many.
2405
2406         * flower/include/drul-array.hh (linear_combination): new function
2407         (scale_drul): new function
2408
2409         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
2410         operations on empty intervals are silly.
2411
2412 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2413
2414         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
2415         (iso gh_scm2int), fixes crash in new part-combiner.
2416
2417         * configure.in: Up mftrace to 1.0.27.
2418
2419 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2420
2421         * VERSION: release 2.1.15
2422         
2423         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
2424         align all stanza numbers.
2425
2426 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
2427
2428         * Documentation/user/{introduction.itely,refman.itely,
2429         converters.itely}: fix some text inside parentheses; text should
2430         be readable (even) if parentheses are either replaced with commas 
2431         or dropped out.
2432
2433 2004-01-25  Werner Lemberg  <wl@gnu.org>
2434
2435         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
2436         input/test/vaticana.ly, input/test/ancient-font.ly,
2437         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
2438         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
2439         ly/params-as-init.ly, scm/define-grobs.scm,
2440         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
2441
2442         * ly/params-as-init.ly: Removed.  Obsolete.
2443         * buildscripts/lilypond.words.py: Updated.
2444
2445 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2446
2447         * mf/parmesan-clefs.mf: switch off mensural G clefs.
2448
2449         * mf/feta-din{4,5,7,9}.mf: remove.
2450         
2451         * lily/engraver.cc (internal_make_item): centralize item/spanner
2452         factory.
2453
2454         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
2455         do correct chord conversion for ^"sim."  (backportme)
2456         (FatalConversionError.sub_articulations): substitute ^"foo" in
2457         chords too. (backportme)
2458
2459         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
2460         for Fingering.
2461
2462         * lily/side-position-interface.cc (out_of_staff): don't do
2463         anything if staff-padding not defined. 
2464
2465         * mf/feta-params.mf (stafflines): introduce linethickness as
2466         general blackness of the font.
2467
2468         * lily/stem.cc (position_noteheads): rounding error robustness.
2469
2470         * input/regression/rest-collision-beam.ly: move beam/rest stuff
2471         from beam-collision.ly 
2472
2473         * lily/beam.cc (rest_collision_callback): remove direction.
2474
2475         * scm/define-grobs.scm (all-grob-descriptions): remove
2476         enclose-bounds in OttavaBracket and PianoPedalBracket
2477
2478         * scm/new-markup.scm (def-markup-command) new macro, which takes
2479         care of defining the COMMAND-markup and make-COMMAND-markup
2480         procedures, setting markup-signature and keyword-signature object
2481         properties, and pushing the markup command in
2482         markup-function-list.
2483
2484         All markup commands are defined thanks to it.  Users may also use
2485         it to define their own markup commands. (Nicolas Sceaux)
2486
2487         * scm/new-markup.scm: Scheme style clean-up: there should be no
2488         parenthesis alone on a line; LET* should not be used where LET is
2489         enough. (Nicolas Sceaux)
2490
2491 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2492
2493         * scripts/filter-lilypond-book.py: Add script.
2494
2495 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2496
2497         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
2498
2499 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2500
2501         * Documentation/user/refman.itely (Fingering instructions): add
2502         single note chords. 
2503
2504         * lily/multi-measure-rest-engraver.cc: use a single
2505         MultiMeasureEvent for mm rests. This prevents problems with the
2506         new part combiner.
2507
2508         * scm/music-functions.scm (determine-split-list): analysis has
2509         global effect: a difference halfway a phrase makes the entire
2510         phrase be typeset as apart.
2511         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
2512
2513 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * ly/performer-init.ly: add Devnull.
2516
2517         * Documentation/user/refman.itely (Font selection): remove paper20
2518         ref.
2519         
2520 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2521
2522         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
2523
2524 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2525
2526         * scm/music-functions.scm (determine-split-list): bugfixes.
2527
2528         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
2529
2530         * input/test/scales-greek.ly: use C as base, results in different
2531         alterations at the clef.
2532
2533         * input/regression/pedal-ped.ly: new file.
2534
2535         * input/regression/pedal-bracket.ly: new file.
2536
2537         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
2538         replace after_line_breaking()
2539
2540         * lily/line-interface.cc (line): read thickness.
2541         (line): dash-fraction = 0 always for dotted-line style.
2542
2543         * input/test/staff-lines.ly (lower): bugfix.
2544
2545         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
2546         \accepts Devnull into Score.
2547
2548         * scm/lily.scm: remove bla.scm load.
2549
2550 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2551
2552         * VERSION: release 2.1.14
2553         
2554         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
2555
2556         * lily/side-position-interface.cc (general_side_position): add
2557         Staff_symbol_referencer::staff_space ().
2558
2559         * lily/include/context-def.hh: rename from translator-def.hh
2560
2561 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2562
2563         * input/template/piano-dynamics.ly (pedal): Updated definition of
2564         Dynamics such that \cresc works, for example.
2565
2566 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2567
2568         * lily/stem.cc (calc_stem_info): use
2569         Staff_symbol_referencer::staff_space
2570
2571         * lily/beam-quanting.cc (quanting): scale Stem_info 
2572
2573         * lily/beam.cc (rest_collision_callback): use minimum-distance
2574         property for rest/beam collisions.
2575         (rest_collision_callback): bugfixes.
2576
2577         * lily/system.cc (post_processing): extra-offset is now relative
2578         to the size of the current staff.
2579
2580         * scm/music-functions.scm (notice-the-events-for-pc): record all
2581         voices, only analyze "one" and "two".
2582
2583         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
2584         not parent. 
2585
2586         * lily/new-part-combine-iterator.cc (construct_children): create
2587         Devnull from Voice context
2588
2589         * scm/music-functions.scm (determine-split-list): bugfixes.
2590
2591         * lily/lily-guile.cc (robust_scm2int): new function
2592
2593         * lily/staff-symbol-referencer.cc (line_thickness): new
2594         function. Use throughout.
2595
2596         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
2597         in its own context.  Add to preset font-size.
2598
2599         * lily/stem.cc (thickness): new function.
2600
2601         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
2602         compute thickness from ledger-line-thickness.
2603
2604         * lily/note-head.cc (brew_ledger_lines): use
2605         Staff_symbol::get_ledger_line_thickness ().
2606
2607         * lily/beam.cc (rest_collision_callback): use
2608         Staff_symbol_referencer::staff_space().
2609
2610         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
2611         Mus1 Mus2
2612
2613         * lily/include/translator.hh (class Translator): add accepts_list_
2614         so  \with { \denies / \accepts } also works.
2615
2616         * scm/music-functions.scm (determine-split-list): determine split
2617         list from music events.
2618
2619         * lily/new-part-combine-iterator.cc: more states.
2620
2621         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
2622
2623 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2624
2625         * lily/system.cc (set_loose_columns): use the right prebroken cols
2626         for interpolating loose column position.
2627
2628         * lily/text-spanner.cc (brew_molecule): default to no vertical
2629         lines.
2630
2631         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
2632         take space.
2633
2634         * scm/define-grobs.scm (all-grob-descriptions): less padding.
2635
2636 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2637
2638         * scripts/convert-ly.py: Do not test filename when processing
2639         stdin.
2640
2641         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
2642
2643 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2644
2645         * lily/axis-group-engraver.cc (finalize): extra check; if
2646         process_music () is never called, then staffline_ == 0.
2647
2648         * lily/simultaneous-music-iterator.cc (pending_moment): don't
2649         check run_always ().
2650         
2651         * VERSION: release 2.1.13
2652
2653         * input/regression/note-head-style.ly (pattern): cleanup.
2654
2655         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
2656         downloading.
2657
2658         * scm/output-lib.scm (shift-right-at-line-begin): new function:
2659         kludge rehearsalmark placement.
2660
2661         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
2662         , ly:spanner?
2663
2664         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
2665         close to note head for accidentals.
2666
2667         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
2668         tuplet direction.
2669
2670         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
2671
2672 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2673
2674         * lily/include/music-iterator.hh (class Music_iterator): add
2675         substitute_outlet() to iterator API.
2676
2677         * lily/new-part-combine-iterator.cc (construct_children):
2678         New_pc_iterator: new class, better part combining.
2679
2680         * lily/tie-column.cc (werner_directions): new function
2681
2682         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
2683
2684         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
2685         empty objects group spanner as parent
2686
2687         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
2688         slope against graphical slope.
2689
2690         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
2691         for ottava bracket.
2692
2693         * lily/side-position-interface.cc (general_side_position):
2694         opps. reinstate *dir.
2695
2696         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
2697         parser run.
2698
2699         * lily/tuplet-bracket.cc: remove calc_dy ().
2700
2701         * Documentation/user/refman.itely (Balloon help): document balloon
2702         help
2703
2704 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2705
2706         * scm/document-backend.scm (check-dangling-properties): Grob
2707         properties are defined define-grob-properties.scm.
2708         
2709 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2710         
2711         * VERSION: release 2.1.12
2712
2713         * scm/define-grobs.scm (all-grob-descriptions): larger font for
2714         ChordName
2715
2716         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
2717         relation to surroundings.
2718
2719         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
2720         Y-extent to the note-extents: stay clear of the staff.
2721
2722 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2723
2724         * Documentation/user/GNUmakefile
2725         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
2726         iso. copy.
2727
2728         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
2729
2730         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
2731
2732         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
2733
2734         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
2735
2736         * lily/line-interface.cc (line): remove thickness from calling interface.
2737
2738         * lily/hairpin.cc: use Line_interface
2739
2740         * lily/line-interface.cc: new file. Line_interface for everything
2741         with dotted/dashed lines.
2742         
2743
2744         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
2745
2746         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
2747         for constructing ottava brackets.
2748         
2749         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
2750         the note heads.
2751
2752         * Documentation/user/internals.itely (Engravers and performers):
2753         fix broken link.
2754
2755         * scm/music-functions.scm (make-mark-set): new function.
2756
2757         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
2758         functionally identical to beam.
2759
2760         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
2761         () with beam (). 
2762
2763         * Documentation/user/refman.itely (Rehearsal marks): document new
2764         functionality.
2765
2766         * input/regression/rehearsal-mark-number.ly: new file.
2767
2768         * input/regression/rehearsal-mark-letter.ly: new file.
2769
2770         * scm/translation-functions.scm (number->mark-string): new function
2771         (format-mark-letters): new function
2772         (format-mark-numbers): new function
2773
2774         * lily/mark-engraver.cc (process_music): rehearsalMark is now
2775         integer; formatting is done through markFormatter property.
2776         
2777         * scm/define-translator-properties.scm: fold all *-done properties
2778         into positioning-done.
2779
2780         * lily/beam.cc (position_beam): new function
2781         (brew_molecule): make sure that positions are calced before making
2782         the molecule.
2783
2784         * scm/output*.scm (beam):  take 4th argument for function.
2785
2786         * ps/music-drawing-routines.ps: take blot as 4th argument.
2787
2788         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
2789         stem to avoid small dents.
2790         
2791
2792 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2793
2794         * VERSION: release 2.1.11
2795
2796         * input/regression/balloon.ly: new file.
2797
2798         * lily/balloon.cc (brew_molecule): new file: draw boxes around
2799         objects, and make help texts. 
2800
2801         * scm/new-markup.scm (parse-simple-duration): parse duration
2802         string to log & dots. (Thanks Nicolas!)
2803
2804         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
2805
2806 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
2807
2808         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
2809         Lemberg).
2810
2811         * THANKS: alphabetic order.
2812
2813 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2814
2815         * input/regression/note-head-harmonic.ly: new file.
2816
2817         * Documentation/user/internals.itely (Technical manual): explain
2818         difference between music, translation, layout.
2819
2820         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
2821
2822         * scm/output-ascii-script.scm (bracket): rounding bfs.
2823
2824         * scripts/convert-ly.py (conv): add \include "paper" rule. 
2825
2826         * ly/paper*.ly: remove files. 
2827         
2828         * scm/paper.scm (set-staff-size): new function: set default
2829         staff-size.
2830
2831         * scripts/convert-ly.py (conv): add conversion rule.
2832
2833         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
2834         function.
2835
2836         * scm/paper.scm: new file.
2837         (set-staff-size): new function 
2838         (set-paper-size): new function
2839
2840         * lily/parser.yy (music_output_def_body): restructure definition,
2841         so first Scheme statement in \paper also happens in new scope. 
2842
2843         * lily/system.cc (post_processing): move uniquify_list () to
2844         dumping molecule stage.
2845
2846         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
2847         this will mess up scores that use barchecks to shorten measures.
2848
2849         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
2850         at 20pt too.
2851
2852         * Documentation/user/tutorial.itely (Printing lyrics): document
2853         \lyricsto
2854
2855         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
2856
2857         * Documentation/user/refman.itely (Fermatas): document \lyricsto
2858
2859         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
2860         if Voice is not found.
2861
2862         * VERSION: release 2.1.10
2863         
2864         * input/{test,regression}/: remove old-relative 
2865
2866         * lily/lexer.ll: add empty markup signature. 
2867
2868         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
2869         strut markup
2870
2871         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
2872
2873         * scm/define-translator-properties.scm: update melismata property
2874         doco.
2875
2876         * lily/system.cc (output_lines): revert uniquify_list() patch,
2877         strange side effects seen.
2878         
2879         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
2880         dash-period < 0.
2881
2882         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
2883         for flute. 
2884
2885 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2886
2887         * input/regression/*.ly: use newaddlyrics iso. addlyrics
2888
2889         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
2890
2891         * lily/lyric-extender.cc (brew_molecule): behave decently in case
2892         of line breaks.
2893         (brew_molecule): add padding to left, not right.
2894
2895         * lily/system.cc (uniquify_list): new function
2896         (output_lines): uniquify_list () on all-elements. This fixes
2897         double symbols in the output.
2898
2899         * lily/beam.cc (rest_collision_callback): don't move anything if
2900         staff-position is set.
2901
2902         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
2903
2904         * lily/system.cc (typeset_grob): warn if adding twice.
2905
2906         * lily/sequential-iterator.cc (run_always): implement run_always().
2907         (also in other files.)
2908         
2909         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
2910
2911         * lily/event.cc (to_relative_octave): add octave-check.
2912
2913         * Documentation/user/refman.itely (Line breaking): add noBreak.
2914
2915         * scm/new-markup.scm (normalsize-markup): add function.
2916         (sans-markup): new function.
2917
2918         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
2919         come earlier nowadays.  This fixes beams on grace notes.
2920         
2921         * scm/music-functions.scm (direction-polyphonic-grobs): new
2922         variable, share between override and revert. This fixes script
2923         directions in polyphonic sections. (backportme)
2924
2925 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
2928         breakpoints.
2929
2930         * lily/break-align-interface.cc: add doco
2931
2932         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
2933
2934 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2935
2936         * VERSION: release 2.1.9
2937
2938         * scm/document-markup.scm (markup-doc-node): add note about naming.
2939
2940         * scm/new-markup.scm (left-align-markup): bugfix. 
2941
2942         * Documentation/user/refman.itely (Ottava brackets): more doco for
2943         ottava.
2944
2945         * lily/side-position-interface.cc (out_of_staff): also do
2946         out_of_staff() correctly for d == DOWN.
2947
2948         * lily/text-spanner.cc (brew_molecule): only put vertical line and
2949         horizontal line if they move to the right.
2950         
2951         * scm/define-grobs.scm (all-grob-descriptions): set
2952         text-repeat-if-broken for ottava spanner
2953
2954         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
2955         property.
2956
2957         * mf/feta18.mf: design size is 18 not 22.5
2958
2959         * lily/new-lyric-combine-music-iterator.cc (process): new file.
2960         Add a single LyricsVoice to a melody. Melismata may be set
2961         individually.
2962
2963         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
2964
2965         * lily/dot-column.cc: add stdio.h
2966
2967 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2968
2969         * lily/item.cc: documentation for break-visibility (Thanks, John).
2970
2971 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2972
2973         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
2974
2975         * lily/translator-def.cc: rename Translator_def to Context_def.
2976
2977         * Documentation/user/internals.itely (Lexical details): clarify
2978         string def.
2979
2980         * Documentation/user/refman.itely (Rhythmic music): add link to
2981         RhythmicStaff 
2982
2983 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2984
2985         * lily/translator.cc: document start_translation_timestep()
2986
2987         * scm/output-tex.scm (tex-encoded-fontswitch): use
2988         round for rounding (inexact->exact yields rationals)
2989
2990         * lily/*.cc: remove superfluous start_translation_timestep() calls.
2991
2992         * lily/translator-group.cc (get_simple_trans_list): 
2993         new function; construct simple_trans_list_ lazily.
2994         
2995 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2996
2997         * lily/paper-outputter.cc (output_scope): Check if number before
2998         checking exact (guile cvs).
2999
3000         * scm/*: Escape backslashes in scheme strings (guile cvs).
3001
3002 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3003
3004         * Documentation/user/refman.itely (Tablatures basic): annotate
3005         seealso sections.
3006
3007         * lily/*.cc: cleanup of engraver initialize() functions.
3008
3009         * lily/repeat-acknowledge-engraver.cc
3010         (start_translation_timestep): remove first_b_
3011
3012         * lily/tab-note-heads-engraver.cc: listen to string number events
3013         inside < > too. (backportme).
3014
3015         * Documentation/user/refman.itely (Text scripts): add fatText to
3016         index.
3017
3018 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3019
3020         * VERSION: 2.1.8
3021
3022         * stepmake/bin/add-html-footer.py (built): add Wiki links to
3023         footer.
3024
3025         * lily/parser.yy (translator_mod): allow \with { \remove .. }
3026
3027         * lily/bar-check-iterator.cc (process): only warn if
3028         barCheckLastFail was changed.
3029
3030         * scm/define-translator-properties.scm (barCheckLastFail): add
3031         property.
3032
3033         * lily/main.cc (main_prog): print summary of failed files.
3034
3035         * lily/axis-group-engraver.cc: move all spanner creation to
3036         process_music (). Now staffs can be adjusted with \override too.
3037         (Jan, you are a brilliant programmer!)
3038         
3039         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
3040
3041 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3042
3043         * Documentation/user/tutorial.itely (Integrating text and music):
3044         Show the commands to produce a PDF as well.
3045
3046 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3047
3048         * lily/translator-def.cc (get_translator_names): accept user
3049         tweaks too. 
3050
3051         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
3052         as big as normal heads. 
3053
3054         * input/*ly: run convert-ly
3055         
3056         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
3057         () if dependencies are fluked.
3058
3059         * scm/document-translation.scm (engraver-doc-string): update on
3060         latest string/symbol conventions.
3061
3062         * lily/translator-ctors.cc: use Scheme_hash_table.
3063
3064         * lily/translator-def.cc (get_translator_names): new function
3065         (add_context_mod): new function
3066         (get_accepted): new function
3067
3068         * lily/parser.yy (context_mod): put all modifications of
3069         \translator { } in a single production, encode as SCM.
3070
3071         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
3072         to use read-only lists, so additions to the definition can be
3073         prepended easily.  
3074
3075         * Documentation/user/invoking.itexi (Editor support): add node on
3076         editor support.
3077
3078         * Documentation/user/refman.itely (Bar check): add lyrics example
3079         of bar checks. 
3080
3081         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
3082
3083         * scripts/convert-ly.py (conv): add conversion rule.
3084
3085         * lily/parser.yy: use \change iso. \translator for staff switch.
3086
3087         * lily/my-lily-lexer.cc: add \change.
3088
3089         * scm/define-translator-properties.scm
3090         (default-melisma-properties): add definition.
3091
3092 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3093
3094         * Documentation/user/refman.itely (Bar lines): clarification of
3095         systemStartDelimiter. 
3096
3097         * input/test/slur-shape.ly (x): remove file.
3098
3099         * lily/translator-group.cc (apply_property_operations): new function.
3100
3101 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3102
3103         * lily/parser.yy (optional_prop_ops): allow \with {
3104         PROPERTYSETTINGS } following \context or \new.
3105
3106         * lily/my-lily-lexer.cc: add \with.
3107
3108         * lily/parser.yy (property_operation): clean up definition of
3109         property operations.
3110         (property_op_to_music): new function.
3111         (context_spec_music): new function
3112
3113         * VERSION: 2.1.7 released.
3114         
3115         * input/regression/collision-merge-dots.ly: new file.
3116
3117         * lily/note-collision.cc (check_meshing_chords): if merging heads,
3118         then kill the dots too. 
3119
3120         * lily/separating-line-group-engraver.cc (acknowledge_grob):
3121         set/unset breakableSeparationItem
3122
3123         * lily/separation-item.cc (relative_width): add function.
3124
3125         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
3126         only-prebreak-interface
3127
3128         * lily/system.cc (output_lines): only junk only-prebreak-interface
3129         grobs.
3130
3131         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3132         read breakableSeparationItem
3133
3134         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
3135
3136         * lily/system.cc (output_lines): don't suicide Spacing_items. 
3137
3138         * lily/dot-column.cc (dot_config_badness): new function:
3139         select the best scoring dot configuration: dots should go close to
3140         the note heads, but be shifted up or down according to conventions.
3141         (print_dot_configuration): idem.
3142         (shift_one): idem
3143         (remove_collision): idem.
3144
3145         * input/regression/dots.ly: add more test cases.
3146
3147 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3148
3149         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
3150
3151         * flower/include/interval.hh: rename elem_b to contains 
3152
3153         * lily/tie.cc: change 'heads to 'head-pair.
3154
3155         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
3156         fill in 'heads field.
3157
3158         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
3159         minimum-length for short ones, and shorten so collisions with the
3160         next syllable are avoided.
3161
3162         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
3163         near-zero slopes.
3164         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
3165
3166         * lily/dots.cc: remove quantized_position callback. All Y
3167         positioning is done by dot-column.cc
3168
3169         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
3170         exhaustive test of all dot positions. This fixes disappearing dots
3171         in dotted chords.
3172
3173 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3174
3175         * mf/feta-klef.mf (test_staff): fatten up G clef
3176         (test_staff): fatten up f clef.
3177         
3178
3179 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3180
3181         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
3182         * input/les-nereides.ly: Use latin1 characters for title, like
3183         Morgenlied.
3184
3185 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3186
3187         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
3188         cmb10).
3189
3190         * lily/lyric-extender.cc (brew_molecule): add little space before
3191         extender line.
3192
3193         * lily/beam-quanting.cc (score_forbidden_quants): check if
3194         outer stafflines fall in any beam gaps.
3195
3196         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
3197         for lyric texts.
3198
3199 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3200
3201         * VERSION: 2.1.6 released.
3202
3203         * lily/beam-quanting.cc (quanting): add inspect-quants property:
3204         this shows the demerits of a user-defined beam position pair.
3205
3206         * scm/define-grobs.scm (all-grob-descriptions): set
3207         beamed-extreme-minimum-free-lengths to a different value.
3208
3209         * lily/scm-option.cc: add debug-beam scm-option
3210
3211         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
3212
3213 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3214
3215         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
3216
3217         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
3218         space after barline.
3219
3220         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
3221
3222         * lily/spacing-spanner.cc (breakable_column_spacing): take average
3223         of spacing wishes, not maximum. Only do this for delta-t == 0. In
3224         the other case, take standard column-breakable spacing. Do not
3225         warn about "no spacing wishes".
3226
3227         This fixes wide spaces after barlines in very loose lines.
3228
3229         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
3230
3231 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3232
3233         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
3234         acknowledge_grob lyric-syllable, not lyric-text.
3235
3236         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
3237         dashes of length #'length separated by #'dash-period. 
3238
3239         * lily/lyric-extender.cc (brew_molecule): idem
3240
3241         * lily/multi-measure-rest.cc (big_rest): idem
3242
3243         * lily/system-start-delimiter.cc (simple_bar): idem
3244
3245         * lily/bar-line.cc (simple_barline): use rounded box
3246
3247         * VERSION: release 2.1.5
3248
3249         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3250         music): move note about dvips to more visible place.
3251
3252         * lily/lyric-phrasing-engraver.cc: move from
3253         new-phrasing-engraver.cc, remove old cruft (syllable-group,
3254         lyric-phrasing-engraver.hh)
3255         
3256         * lyric-align.ly: remove file
3257         
3258         * scripts/convert-ly.py (FatalConversionError.func): add removal
3259         rule for automaticMelismata
3260
3261         * ly/engraver-init.ly (ScoreContext): switch on
3262         New_phrasing_engraver by default.
3263
3264         * lily/slur-engraver.cc (class Slur_engraver):
3265         process_acknowledged_grobs -> process_music.
3266         (try_music): signal melismata correctly.
3267
3268         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
3269         word-space, right-trim-amount, and extend past right bound only
3270         for note heads.
3271
3272         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
3273         lyric-extender support: add note-heads to the extender
3274         automatically.
3275
3276         * lily/parser.yy: extender is now post_event. 
3277
3278         * lily/accidental-engraver.cc (number_accidentals): remove
3279         spurious warning about non-parent contexts.
3280
3281         * lily/music-output-def.cc (assign_translator): \translator { }
3282         for a Foo context implicitly redefines \FooContext.
3283
3284         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
3285         fixes.
3286
3287         * lily/slur.cc (brew_molecule): don't use stafflinethickness
3288         doubly in slur weight. 
3289
3290         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
3291         combination.
3292
3293         * scm/define-grobs.scm (all-grob-descriptions): change clef -
3294         staffbar distance.
3295
3296         * scripts/lilypond.py (global_latex_preamble): crank down size of
3297         the margins. Now there is a 12 mm top and bottom margin, which
3298         should correspond with the printable area of modern printers.
3299
3300         This enlarges the music height of the printable page a little.
3301
3302         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
3303         signs. Use \markup instead.
3304         (accreg_pen): tweak for accordeon asterisk.
3305
3306 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3307
3308         * lily/melisma-engraver.cc (try_music): use melisma_busy()
3309
3310         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
3311
3312         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
3313
3314         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
3315
3316         * scm/define-grobs.scm (all-grob-descriptions): change
3317         StanzaNumber description: make side support, i.s.o. breakable.
3318         use Instrument_name_engraver for texts in the margin.
3319
3320         * scm/define-translator-properties.scm: remove
3321         melismaEngraverBusy, stz property.
3322
3323         * *.cc: naming: change empty_b () into is_empty ()
3324
3325         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
3326
3327         * input/regression/lyric-phrasing-new.ly: new file.
3328
3329         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
3330         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
3331         melismata are now left-aligned.
3332
3333 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3334
3335         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
3336
3337         * mf/feta19.mf: remove.
3338         
3339         * mf/feta-klef.mf (test_staff): more tweaks
3340
3341         * mf/feta-toevallig.mf: more small size tweaks.
3342
3343         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
3344         rests for smaller sizes.
3345
3346         * mf/feta-bolletjes.mf: fix cross heads.
3347
3348         * VERSION: release 2.1.4
3349         
3350         * scripts/convert-ly.py (FatalConversionError.func): add rule for
3351         deprecated #'ancient font family
3352
3353         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
3354         it is a string or number.
3355
3356         * scm/output-lib.scm (note-head-style->attachment-coordinates):
3357         change calling convention of stem-attachment function. 
3358
3359         * buildscripts/mf-to-table.py: read and dump WX/WY fields
3360
3361         * mf/feta-autometric.mf: dump WX/WY fields too
3362         
3363         * mf/parmesan-heads.mf: idem.
3364
3365         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
3366         attachment coordinates.
3367
3368         * lily/note-head.cc (stem_attachment_coordinate): read stem
3369         attachment from the notehead glyphs WX/WY fields.
3370
3371         * lily/include/font-metric.hh (struct Font_metric): add methods
3372         get_indexed_wxwy (), make a distinction between looking up by
3373         index and ASCII  
3374
3375         * mf/feta-bolletjes.mf: rewrite note head MF code.
3376         (test_outlines): make heads more rotund for smaller sizes. 
3377
3378 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3379
3380         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
3381         throughout. Font scaling fixes throughout.
3382
3383         * mf/feta-sleur,slur.mf: remove. 
3384
3385         * mf/feta-slag.mf: rewrite.
3386
3387 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3388
3389         * VERSION: release 2.1.3
3390
3391         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
3392
3393         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
3394
3395         * lily/mark-engraver.cc (process_music): fix mark
3396         \default. (backportme)
3397
3398         * stepmake/stepmake/automatically-generated.sub.make (default):
3399         use -n for head/tail commands. 
3400
3401         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
3402         heads with the same pitch.
3403
3404 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3405
3406         * lily/recording-group-engraver.cc (finalize): set protected_scm
3407         member to '() before finalizing.
3408
3409         * lily/translator-group.cc (finalize): remove removal_processing () 
3410
3411         * lily/recording-group-engraver.cc: new engraver: record
3412         synchronized start & end times for each music object.
3413
3414         * lily/parser.yy (toplevel_expression): execute score rendering
3415         during parsing. Cleanup output-filename handling; this is no
3416         longer done with global variables.
3417         (translator_spec_body): allow \type modification too.
3418
3419         * lily/score.cc:  ly:run-translator: new function
3420         (LY_DEFINE): ly:render-output new function.
3421
3422         Separate interpreting and rendering, and make available as
3423         functions at Scheme level.
3424
3425 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3426
3427         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
3428         (musicxml-node->string):
3429         (xml-node->string):
3430         (music-to-musicxml): New function.
3431
3432 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3433
3434         * VERSION: 2.1.2 released
3435
3436         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
3437
3438         * scm/font.scm (paper20-font-vector): discouple font design sizes
3439         from sizes specified in .ly file: store all design sizes of a font
3440         in a single vector.
3441
3442         * lily/font-select.cc (get_font_by_design_size): new function
3443
3444         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
3445         add parmesan,feta in sizes 14 and 18.
3446         
3447         * mf/feta-toevallig.mf: use blot diameter for double sharp.
3448
3449         * lily/font-size-engraver.cc (acknowledge_grob): change definition
3450         of fontSize: this now sets font-size
3451
3452 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3453
3454         * VERSION: 2.1.1 released
3455         
3456         * Documentation/user/refman.itely (Tuning objects): add note about
3457         concurrent tweaks in different contexts. 
3458
3459         * lily/tie-engraver.cc (acknowledge_grob): use
3460         Staff_symbol_referencer::get_position iso. reading staff-position
3461         directly.
3462
3463         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
3464         currentMusicalColumn as left span-point for bracket. The bracket
3465         is too long when there are accidentals.
3466
3467 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3468
3469         * buildscripts/lilypond-profile.sh,
3470         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
3471         Thanks to Reuben Thomas <rrt@mupsych.org>
3472
3473 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
3474
3475         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
3476         Wurbel <wurbel@univ-tln.fr>.
3477
3478 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3479
3480         * scripts/midi2ly.py: Add space after chords.
3481
3482 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
3483
3484         * input/regression/{many}: add few @code{ ... }.
3485
3486 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3487
3488         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
3489         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
3490         Removed cmbx5, cmbx6 (which are included in teTeX)
3491         and cmbxti14 which is not used in fonts.scm.
3492
3493 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
3494
3495         * lily/midi-item.cc: fine tune quarter tones.
3496
3497 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
3498
3499         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
3500         new function, warn how many cents are missing in fine tuning.
3501
3502 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
3503
3504         * input/bugs/rhytmicstaff-tie.ly: add file.
3505
3506         * THANKS: Create skeleton for 2.1.
3507
3508 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3509
3510         * input/test/bar-lines.ly (TODO): dashed "|".
3511
3512 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3513
3514         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
3515         input/regression/tie-chord.ly: Fix spell for tying.
3516
3517         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
3518
3519         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
3520         new file (renamed, see above).
3521
3522         * Documentation/user/lilypond-book.itely
3523         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
3524         * input/example-1.ly input/example-2.ly input/example-3.ly
3525         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
3526         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
3527         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
3528         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
3529         * scripts/lilypond-book.py scripts/lilypond.py
3530         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
3531         * vimrc: replace ly2dvi with lilypond and remove silly comments.
3532
3533         * Documentation/user/lilypond.tely: update version.
3534
3535         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
3536         Remove extra spaces in each @node, fixes spaces.
3537
3538 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3539
3540         * scripts/lilypond-book.py (output_dict): Add definition of
3541         \lilypondbook also for LaTeX output. Solves several bug reports.
3542
3543 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
3544
3545         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
3546
3547 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
3548
3549         * input/test/transposition.ly: Fix key signatures, given in comments.
3550
3551 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3552
3553         * scm/midi.scm (instrument-names-alist),
3554         Documentation/user/appendices.itely: Correct spelling of shakuhachi
3555
3556 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3557
3558         * input/test/temporary-stave.ly (texidoc): New example based on an
3559         email question from Ralph Little.
3560
3561 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3562
3563         * VERSION: release 2.1.0
3564         
3565         * lily/note-performer.cc (try_music): accept busy-playing-event.
3566
3567         * lily/swallow-perf.cc (try_music): return false for
3568         busy-playing-event and melisma-playing-event.
3569
3570 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3571
3572         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
3573         >> in \score.
3574
3575 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3576
3577         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
3578         that articulation_substitute will not move beam start again.
3579         (articulation_substitute): Bugfix: remove stray space so that new
3580         old chords ending '>>' does not get broken up.
3581         (sub_chord): Use TAB for indentation (not spaces).
3582         
3583         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
3584         Bugfix for startup: Use ?^ instead of ?\^.
3585
3586 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3587
3588         * lily/lyric-combine-music-iterator.cc
3589         (Lyric_combine_music_iterator): change init order, to prevent GC
3590         segfaults.
3591
3592         * lily/context-specced-music-iterator.cc (construct_children): 
3593         only change  translator if found. This fixes a core dump problem.
3594
3595 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3596
3597         * scm/slur.scm (default-slur-extremity-rules): use equal? for
3598         comparison.
3599
3600         * mf/feta-bolletjes.mf: make hole in half note little
3601         smaller for stem attachment.
3602
3603         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
3604
3605         * mf/feta-banier.mf: don't draw stem with flag, just small square
3606         attachment.
3607
3608         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
3609
3610         * mf/feta-banier.mf: remove upstem/downstem characters.
3611
3612         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
3613
3614         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
3615         stafflinethickness (in the default)
3616
3617         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
3618
3619         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
3620
3621         * Documentation/topdocs/INSTALL.texi (Top): reorder.
3622
3623         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
3624
3625         * lily/include/directional-element-interface.hh:
3626         junk class, make {get,set}_grob_direction functions.
3627
3628         * lily/slur.cc (get_attachment): do something sensible when
3629         attaching to stem without heads (eg. a rest).
3630
3631         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
3632         forcing up to staff.  remove #'support-head property
3633         (brew_molecule): small cleanup.
3634         (flag): remove #'grace property.
3635
3636 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3637
3638         * cygwin/postinstall-lilypond.sh: 
3639         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
3640         (Volker Zell).
3641
3642 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3643
3644         * scripts/lilypond-book.py: resurrect 'eps' option. 
3645         (TexiPaper.to_eps): use -Ppdf for EPS files.
3646
3647         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
3648
3649         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
3650
3651         * VERSION: release 2.0.1
3652
3653         * lily/bezier.cc (get_other_coordinate): change assert into
3654         warning.
3655
3656         * lily/note-head.cc (internal_brew_molecule): make left protusion
3657         smaller, to accomodate for natural sign.
3658         (internal_brew_molecule): only do this when the accidental is
3659         close enough.
3660         (extent): new function
3661
3662         * lily/skyline.cc (merge_skyline): new function
3663         (heighten_skyline): new function
3664
3665         * lily/accidental-placement.cc (position_accidentals) 
3666         (position_accidentals): fix todo.
3667
3668 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3669
3670         * input/test/+.ly (texidoc): put version number inline.
3671
3672         * GNUmakefile.in: remove rsync-web target.
3673         
3674         * input/regression/bar-scripts.ly (onestaff): raggedright
3675
3676 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3677
3678         * lily/*.cc: remove #if 0'd code in couple of places.
3679
3680         * lily/midi-stream.cc (operator <<): rewrite.
3681
3682         * lily/note-head.cc (internal_brew_molecule): 
3683         only make ledgers when the Staff symbol has lines.
3684
3685         * ly/property-init.ly (arpeggioBracket): simplify
3686
3687         * lily/translator-group.cc (execute_pushpop_property): use
3688         SCM_EQ_P for comparing keys. This fixes reverting
3689         auto-beam-settings.
3690
3691 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3692 *
3693         * lily/midi-stream.cc (operator <<): Also write MIDI string when
3694         midi_debug_global_b.
3695         (operator <<): Normalise loop.
3696
3697 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3698
3699         * scripts/lilypond.py (escape_path): revise.
3700
3701         * scm/music-functions.scm (set-output-property): new function.
3702         
3703 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3704
3705         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
3706         use addmakeflags again.
3707
3708         * cygwin/lily-wins.py (escape_shell): New function; use it.
3709
3710         * scripts/lilypond.py (escape_shell): Escape quotes and other
3711         spaces too.  Do not escape escaping backslashes.
3712
3713         * make/srcdir.make.in (web-install): Must call install-WWW now.
3714
3715         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
3716         dependency
3717
3718 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3719
3720         * scripts/lilypond.py (escape_path): escape quotes too. 
3721
3722         * Documentation/user/lilypond.tely (Unified index): rename Index
3723         to accomodate Windows breakage.
3724
3725         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
3726
3727         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
3728         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
3729         target not a source.
3730
3731 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3732
3733         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
3734         addmakeflags.  Build and install doc and web also when building on
3735         Cygwin.
3736
3737         * mf/GNUmakefile: Bugfix.
3738
3739         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
3740         target web.
3741
3742         * cygwin/lily-wins.py: Quote filename.
3743
3744 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3745
3746         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
3747
3748 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3749
3750         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
3751         settings.
3752
3753         * configure.in: Require g++ > 3.0.4.
3754
3755         * mf/GNUmakefile: Bugfix: Add list.ly target.
3756         
3757         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
3758
3759         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
3760         make omf directory, add uninstall targets.
3761
3762 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3763
3764         * lily/tie-performer.cc (initialize): init prev_event
3765
3766         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
3767
3768         * lily/script-engraver.cc (make_script_from_event): don't crash on
3769         non-string articulation-type.
3770
3771         * lily/new-fingering-engraver.cc (add_script): don't crash on
3772         0 scripts 
3773         (acknowledge_grob): warn about text script events.
3774
3775 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
3776
3777         * buildscript/lilypond.words: fix path for drums.scm.
3778
3779 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3780
3781         * lily/spacing-spanner.cc (note_spacing): don't make longer
3782         durations than measure-length.
3783
3784         * VERSION: release 2.0.0
3785
3786         * GNUmakefile.in (rsync-web): version independent rsync target.
3787
3788         * input/test/+.ly (texidoc): idem.
3789
3790         * input/regression/+.ly: print version number.
3791
3792         * input/regression/accidentals.ly (mel): shorten.
3793
3794         * input/regression/accidental-octave.ly (texidoc): shorten.
3795
3796         * input/regression/hairpin-dashed.ly (texidoc): docstring.
3797
3798         * input/regression/completion-heads-polyphony.ly: octave
3799
3800         * input/regression/beam-manual.ly: remove
3801
3802         * input/regression/beam-chord.ly: remove
3803
3804         * input/regression/grace-dynamic.ly: remove
3805         
3806         * input/regression/grace-volta-repeat.ly: octave fixes.
3807
3808         * input/regression/hairpin-dashed.ly (texidoc): doc string.
3809
3810         * lily/parser.yy (step_number): semitones for chord entry too.
3811         (make_chord_step): more robust code, semitones. 
3812
3813         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
3814
3815         * input/regression/breathing-sign.ly (texidoc): split ancient and
3816         normal breathing signs.
3817
3818         * scm/define-grobs.scm (all-grob-descriptions): swap
3819         beamed-extreme-minimum-free-lengths and
3820         beamed-minimum-free-lengths; the 'extreme' case should allow
3821         shorter stems. This fixes forced directions on beamed 32nd and
3822         shorter notes.
3823
3824         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
3825         quartertones, not semitones.
3826         (NoteNamesContext): swallow more event types
3827
3828         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
3829
3830         * VERSION (PACKAGE_NAME): release 1.9.10
3831
3832 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3833
3834         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
3835         set note head as cause of note-column.  This gives a better error
3836         message.
3837
3838 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3839
3840         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
3841
3842 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3843
3844         * mf/GNUmakefile (pfa_warning): instruct 
3845
3846         * stepmake/aclocal.m4: typo.
3847
3848         * Documentation/user/cheatsheet.itely: more verbose examples.
3849
3850         * input/regression/clefs.ly: remove bogus docstring.
3851
3852 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3853
3854         * GNUmakefile.in (SUBDIRS): Add elisp.
3855
3856         * elisp/lilypond-mode.el: 
3857         * elisp/lilypond-init.el: 
3858         * elisp/lilypond-indent.el: 
3859         * elisp/lilypond-font-lock.el: Move from top dir.
3860
3861         * stepmake/stepmake/elisp-vars.make: New file.
3862
3863         * config.make.in (elispdir): Add.
3864
3865         * Documentation/topdocs/INSTALL.texi: Typo.
3866
3867         * make/ly-rules.make: Test for files instead of touching void and
3868         ignoring errors.
3869
3870         * GNUmakefile.in:
3871         * make/lilypond.redhat.spec.in:
3872         * debian/rules: Fix lilypond.words stuff a bit.  For running from
3873         <builddir>, adding
3874         
3875              (push "<builddir>/share/lilypond/elisp" load-path)
3876
3877         to your ~/.emacs.el should give you LilyPond-mode again.
3878
3879         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
3880         regexp for DOS/Windows, we are too paranoid to fix others.
3881
3882 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3883
3884         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
3885
3886         * input/test/chord-names-jazz.ly (banterProperties): fix
3887
3888         * lily/parser.yy (bass_mod): bass figure alterations are semi
3889         tones, not quarter tones
3890
3891         * lily/beam.cc (set_stem_lengths): only lengthen stems
3892         for gapped beams.
3893
3894         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
3895         by beamcount.
3896
3897         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
3898         a warning that the warning may erroneous.
3899
3900         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
3901         target.
3902
3903         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
3904         targets.
3905
3906         * GNUmakefile.in ($(config_h)): config.h should depend on
3907         config.hh.in .
3908         (lilypond.words): remove fontball stuff.
3909
3910         * stepmake/aclocal.m4: only print config.cache warning if it exists.
3911
3912         * configure.in: remove pktrace reference.
3913
3914         * GNUmakefile.in (rsync-web): permissions and ownership for
3915         website.
3916
3917         * lily/volta-engraver.cc (staff_eligible): new function.
3918         (stop_translation_timestep): kill off spanners if not eligible.
3919
3920         * VERSION (PATCH_LEVEL): release 1.9.9
3921
3922         * input/regression/beam-quanting-32nd.ly (texidoc): new file
3923
3924         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
3925         length is more important than forbidden quants.
3926         
3927 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
3928
3929         * buildscripts/lilypond.words: order words in search order,
3930         add lilypond.words.vim to be generated.
3931
3932         * lilypond.vim: use lilypond.words.vim for keyword matching.
3933
3934         * lilypond-mode.el: use search order. fix word selection rules.
3935
3936         * lilypond-font-lock.el: fix fontifying long durations.
3937
3938         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
3939
3940 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3941
3942         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
3943
3944         * stepmake/stepmake/generic-targets.make:
3945         * stepmake/stepmake/bin/make-version.py: 
3946         * stepmake/aclocal.m4:
3947         * make/stepmake.make:
3948         * make/toplevel-version.make: Build fixes: remove last traces of
3949           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
3950
3951         * lily/beam.cc: Add gap-count property.
3952
3953 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3954
3955         * scm/define-grob-properties.scm (gap-count): add gap-count
3956
3957         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
3958
3959 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * cygwin/mknetrel.doc: Typo.
3962
3963         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
3964
3965         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
3966
3967 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3968
3969         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
3970         sizes. Remove support for 'ledger'(=tabloid+landscape).
3971
3972 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3973
3974         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
3975         sauter PFAs.
3976
3977         * configure.in: remove VERSION stuff once again.
3978
3979         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
3980
3981         * scm/define-grobs.scm (all-grob-descriptions): use sans family
3982         for chord names.
3983
3984         * mf/GNUmakefile: always trace pfa fonts.
3985         (SAUTER_FONTS): add cmss[567] too fonts
3986
3987         * configure.in: require mftrace. 
3988
3989         * lily/staff-performer.cc (new_instrument_string): don't look at
3990         instrument property.
3991
3992         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
3993         is_direction is the C++ one. Similar for ly_axis_p and
3994         ly_number_pair_p
3995
3996 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3997
3998         * lily/beam.cc (brew_molecule): read gap-count to determine
3999         number of tremolo (gapped) beams.
4000
4001         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
4002         shorter than 1/8
4003
4004         * flower/include/array.hh (default_compare): new function
4005
4006         * cygwin/mknetrel: Native fixes.
4007
4008         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
4009
4010 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4011
4012         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
4013         feature for Windows.
4014
4015         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
4016
4017         * cygwin/mknetrel: Updates for native use on Cygwin.
4018
4019         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
4020
4021         * stepmake/stepmake/help2man-rules.make: 
4022         * cygwin/mknetrel: Bugfix for manpages.
4023
4024         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
4025         $(builddir).  Stepmake is a normal subdirectory now, that is not
4026         configured.  Another srcdir build fix.
4027
4028         * Documentation/topdocs/INSTALL.texi,
4029         buildscripts/lilypond.words.py, lilypond-font-lock.el,
4030         lilypond-init.el, lilypond-mode.el, debian/rules,
4031         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
4032         rename generated file lilypond.words to lilypond.words.el.
4033
4034 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
4035
4036         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
4037
4038         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
4039         GNUmakefile.in.
4040
4041 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4042
4043         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
4044         when cross building.
4045
4046         * configure.in: srcdir build fix.
4047
4048         * cygwin/GNUmakefile:
4049         * cygwin/lily-wins.py:
4050         * cygwin/postremove-lilypond.sh: 
4051         * cygwin/postinstall-lilypond.sh: Merge from stable.
4052
4053         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
4054         s/ly2dvi/lilypond/.
4055
4056 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4057
4058         * lily/slur.cc (after_line_breaking): only set control points if
4059         none supplied yet.
4060
4061         * input/test/slur-manual.ly: new file.
4062
4063         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
4064         <<  >> chords too.
4065
4066         * VERSION (PACKAGE_NAME): release 1.9.8
4067
4068         * scripts/lilypond.py (escape_path): escape spaces in directory names
4069
4070         * input/test/text-spanner.ly: fixes.
4071
4072 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
4073
4074         * buildscripts/lilypond.words.py: add drum names as note names to
4075         Emacs-mode.
4076
4077 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4078
4079         * input/regression/hairpin-dashed.ly: new file.
4080
4081         * scripts/convert-ly.py (conv): warn about dash-length.
4082
4083         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
4084         automatically if we get a new one.
4085
4086         * lily/lookup.cc (dashed_line): new function
4087
4088         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
4089         dash-fraction.
4090
4091 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
4092
4093         * buildscripts/lilypond.words.py: extract note names.
4094
4095         * lilypond-mode.el: take note names from lilypond.words -file.
4096         small fix in the use of string-match.
4097
4098         * lilypond-font-lock.el: use lilypond.words for note names, add 
4099         maxima to note a duration.
4100
4101 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4102
4103         * lily/breathing-sign.cc: remove railtracks() function. 
4104
4105         * input/regression/arpeggio-bracket.ly (texidoc): add file.
4106
4107         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
4108         (brew_molecule): bugfix don't make arpeggio shorter when
4109         arpeggio-direction is set.
4110
4111         *  debian/rules: small corrections in the (Pedro K)
4112
4113         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
4114         examples.
4115
4116         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
4117         special (repeat) bar comes along.
4118
4119         * input/regression/auto-beam-bar.ly: update.
4120
4121         * scripts/lilypond-book.py (output_dict): remove support for the
4122         EPS option.
4123
4124         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
4125         VerticalAlignment and VerticalAxisGroup this fixes the size
4126         computations for the entire system.
4127  
4128         * input/les-nereides.ly (bass): remove superfluous fontSize.
4129
4130         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
4131         causes directory of file to be added to include path.
4132
4133         * input/regression/beam-break.ly: test single stem beams.
4134
4135         * input/regression/system-start-bracket.ly: fix.
4136
4137         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
4138
4139         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
4140
4141         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
4142         (score_stem_lengths): do something sensible for single stem beams.
4143
4144         * lily/beam.cc (least_squares): add kludge for single stem beams.
4145
4146         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
4147         keySignature to list of broken things.
4148
4149         * input/regression/keys.ly: fix.
4150
4151         * VERSION (PACKAGE_NAME): release 1.9.7
4152
4153         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
4154
4155         * Documentation/user/refman.itely (Pitches): doc quarter tones.
4156
4157         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
4158         (quartertone_pitch): new function
4159
4160         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
4161         flat. WARNING: FONT CHANGED.
4162
4163         * ly/nederlands.ly: add -eh and -ih for quarter tones.
4164
4165         * lily/accidental-placement.cc (add_accidental): support for
4166         quarter tones.
4167
4168         * ly/LANGUAGEs.ly: use symbols for alterations.
4169
4170         * mf/feta-toevallig.mf: change accidental codes. 
4171
4172         * scm/lily.scm (ly:get-option): switch on debugging only for
4173         --verbose.
4174
4175         * lily/lily-guile.cc: remove ly:verbose?
4176
4177         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
4178
4179         * lily/parser.yy (TODO): only do gh_call() for apply with
4180         procedure argument.
4181
4182         * lily/tie-engraver.cc (start_translation_timestep): move melisma
4183         stuff in accordance with new timing of tie-events.
4184
4185         * lily/my-lily-lexer.cc: remove \outputproperty
4186
4187         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
4188
4189         * scm/define-translator-properties.scm (melismaBusyProperties):
4190         add melismaBusyProperties property.
4191
4192 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4193
4194         * input/test/ambitus-mixed.ly (texidoc): new file.
4195
4196         * buildscripts/mutopia-index.py (find): prune debugging
4197
4198         * lily/side-position-interface.cc: doc updates
4199
4200         * Documentation/user/refman.itely: updates, tweaks.
4201
4202         * lily/parser.yy (Simple_music): remove outputproperty
4203
4204         * make/stepmake.make: use VERSION again; importing VERSION via
4205         autoconf dependencies is too hairy.
4206
4207 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
4208
4209         * lilypond-mode.el: allow `-' for keywords and identifiers.
4210
4211 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4212
4213         * VERSION: release 1.9.6
4214         
4215         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
4216         iso. ly2dvi.
4217
4218         * Documentation/user/*.itely: fixes everywhere
4219
4220         * lily/completion-note-heads-engraver.cc: rewrite engraver:
4221         produce ties from the engraver itself, do not broadcast TieEvent.
4222
4223         * lily/my-lily-lexer.cc: remove pitch & duration.
4224
4225         * lily/parser.yy (TODO): remove \pitch and \duration
4226
4227         * input/test/explicit.ly: remove file.
4228
4229         * Documentation/user/refman.itely (Pitches): remove \pitch 
4230         \duration command.
4231
4232 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
4233
4234         * buildscripts/lilypond.words.py: add all slur types to Emacs
4235         insertion menu, suppose everything is postfixed by dropping 
4236         unnecessary `-' -marks.
4237
4238 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4239
4240         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
4241         tremoloed stems.
4242
4243         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
4244         head for flagged stems.
4245
4246         * lily/stem.cc (get_default_stem_end_position): futz with extra
4247         stem length if there is a stem tremolo.
4248
4249         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
4250         it would be too small.
4251
4252         * lily/font-metric.cc: return #f for non-existent glyph.
4253         
4254         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
4255         exported through config.make.
4256
4257         * input/regression/clef-oct.ly: new file.
4258
4259         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
4260         transposition.
4261
4262         * input/template/*.ly: remove old relative.
4263
4264         * ly/english.ly: add X names for double sharp.
4265
4266 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4267
4268         * lily/font-select.cc: new file handle font selection routines.
4269
4270         * lily/parser.yy: add ; (Patrick Atamaniuk)
4271
4272         * input/test/time-signature-double.ly: use markups for double time
4273         sigs.
4274
4275         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
4276         ChordNames.SeparationItem #'padding for adjusting space after chords.
4277         
4278         * lily/music-output-def.cc (LY_DEFINE): 
4279         new function ly:paper-lookup.
4280         
4281         * mf/parmesan-clefs.mf: use # quantities for char_box
4282         offsets. Fixes overflow errors in the PFA. 
4283
4284         * scm/new-markup.scm (strut-markup): change calling interface for
4285         markup. Pass paper-def, not grob. This would allow \markup to be
4286         used separately from grobs.
4287
4288         * lily/paper-def.cc: new function ly:paper-font; this function
4289         replaces ly:get-font.
4290
4291         * lily/include/font-interface.hh (struct Font_interface): take
4292         Paper_def iso. Grob for get_font().
4293
4294 2003-09-14  Graham Percival  <gperlist@shaw.ca>
4295
4296         * Documentation/user/ tutorial.itely, refman.itely: add warning
4297         about \key and accidentals.
4298
4299 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4300
4301         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
4302
4303         * Documentation/user/*.itely: manual tweaks
4304
4305 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
4306
4307         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
4308         cleanup; bugfix: exact_center
4309
4310         * Documentation/user/refman.itely: added more documentation on
4311         ambitus according to recent questions on lilypond-user list
4312
4313 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4314
4315         * input/regression/ottava.ly (texidoc): demo 15ma too.
4316
4317         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
4318
4319         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
4320         octave fixes.
4321
4322 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4323
4324         * lily/lexer.ll: add \r to the rules for newlines; this fixes
4325         problems on older Mac editors.
4326
4327 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
4328
4329         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
4330
4331 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
4332
4333         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
4334         mf/parmesan-clefs.mf: added comments on character alignment and
4335         set_char_box() conventions
4336
4337         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
4338         set_char_box()'s
4339
4340         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
4341
4342 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
4343
4344         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
4345
4346 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
4347
4348         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
4349         shortened to avoid almost-collision with staff line; code cleanup;
4350         other custodes: fixed char boxes; code cleanup
4351
4352 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4353
4354         * configure.in: release 1.9.5
4355         
4356         * scripts/lilypond.py (global_latex_preamble): only set
4357         twosideshift if 'twoside' is in latexoptions 
4358
4359         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
4360
4361         * VERSION: remove
4362
4363         * scripts/*2ly.py: update <> syntax
4364
4365 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4366
4367         * lily/chord-name-engraver.cc (process_music): add origin for
4368         chord name.
4369
4370         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
4371
4372         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
4373         bass notes for exceptions too.
4374
4375         * scm/define-grobs.scm (all-grob-descriptions): rename
4376         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
4377
4378         * scm/define-grob-properties.scm (remove-first): add remove-first
4379         property for orchestral scores.
4380
4381         * Documentation/user/*.itely: switch <<>> and <> 
4382
4383         * lily/glissando-engraver.cc (process_music): bugfix: move line to
4384         last_line only once. This fixes the two consecutive glissandi problem.
4385
4386 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
4387
4388         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
4389         error message "flexa-width undefined"
4390
4391         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4392         lily/include/gregorian-ligature.hh: print warning when ignoring
4393         head prefixes on flexa shapes
4394
4395         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
4396         space before a series of inclinatum heads
4397
4398         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4399         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
4400         cleanups
4401
4402         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
4403         and char_box
4404
4405 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
4406
4407         * input/regression/breathing-sign.ly: tiny fixes
4408
4409         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
4410         semantical collision with vaticana ligatures
4411
4412         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4413         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
4414         now consistent with mensural ligatures
4415
4416         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4417         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
4418         context pitches and staff position; dto. for virga stem; removed
4419         obsolete virga and clivis characters from parmesan font (WARNING:
4420         font changed)
4421
4422         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
4423         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
4424
4425         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4426         scm/define-grob-properties.scm: consistency fix: renamed
4427         join_left->add_cauda
4428
4429         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
4430         appendix length; bugfix: yoffs_bt for reverse direction punctum
4431         characters
4432
4433         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4434         small cleanups; added more docu
4435
4436         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
4437         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
4438         computation to CoherentLigatureEngraver
4439
4440         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
4441         scm/define-grob-properties.scm: bugfix: added missing linea and
4442         cavum properties; bugfix: removed dead semivocalis property
4443
4444         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
4445         length; redesigned quilisma, stropha and auctum
4446
4447         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
4448         line thickness
4449
4450         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
4451         Documentation/user/refman.itely: bugfix: introduced shifted
4452         epiphonus head to avoid collision with adjacent plica
4453
4454 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4455
4456         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
4457
4458         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
4459
4460 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4461
4462         * Documentation/user/tutorial.itely (A lead sheet): remove
4463         duplicate chords.
4464
4465         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
4466
4467 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4468
4469         * Documentation/bibliography/computer-notation.bib (isbn): add
4470         xivcim publication.
4471
4472 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
4473
4474         * GNUmakefile.in: drop lilypond.words for generation.
4475
4476 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
4477
4478         * buildscripts/lilypond.words.py: take filename (also) from an arg.
4479
4480         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
4481
4482 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4483
4484         * input/test/figured-bass-alternate.ly (fl): new file.
4485
4486         * Documentation/topdocs/README.texi (Top): clarifications.
4487
4488         * Documentation/bibliography/computer-notation.bib (isbn): add phd
4489         theses of Gieseking and Renz.
4490
4491         * GNUmakefile.in (README_FILES): remove README.mandrake.
4492
4493 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
4494
4495         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
4496         from source files and search patterns listed in the script.
4497
4498         * GNUmakefile.in: add target `lilypond.words'.
4499
4500         * lilypond.words: remove file, generated by `make lilypond.words'.
4501
4502         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
4503
4504 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
4505
4506         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
4507
4508 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4509
4510         * VERSION: 1.9.4 released
4511
4512         * scripts/convert-ly.py (FatalConversionError.figures_replace):
4513         rule for < > <-> << >> substitution
4514
4515         * lily/lexer.ll: exchange meaning of << >> and < > 
4516
4517         * VERSION (PACKAGE_NAME): 1.9.3 released
4518
4519         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
4520         pages unconditionally.
4521
4522 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4523
4524         * Documentation/user/music-glossary.tely (Top): small syntax
4525         fixes.
4526
4527         * scm/music-functions.scm (remove-tag): filter \tagged music
4528         expressions.
4529
4530         * input/regression/tag-filter.ly (texidoc): new file.
4531
4532         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
4533         symbol2 .. ) etc. 
4534
4535         * scripts/convert-ly.py (FatalConversionError.conv): fingering
4536         convert rule.
4537
4538         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
4539
4540         * lily/new-fingering-engraver.cc (position_scripts): don't crash
4541         for borderline cases (e.g. 1 fingering.)
4542         (position_scripts): revise interface, use fingerOrientations to
4543         set fingering positions.
4544
4545         * scm/document-translation.scm (context-doc): add aliases to
4546         automated documentation.
4547
4548         * make/lilypond-vars.make: remove stepmake compat glue.
4549
4550         * make/generic-vars.make: remove cruft.
4551
4552         * lily/main.cc (main): don't identify binary.
4553
4554 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4555
4556         * lily/include/translator.hh (class Translator): remove
4557         type_string_ , use symbol for context name throughout.
4558         Changes through whole source tree.
4559
4560         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
4561         set PDF as default, and always make PDF.
4562
4563         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
4564
4565 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
4566
4567         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
4568         Documentation/user/refman.itely input/regression/allfontstyle.ly
4569         input/regression/grace-types.ly:
4570         fix spelling for acciaccatura (Webster's 1913).
4571
4572 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4573
4574         * lily/main.cc (usage): adjust blurb, include url.
4575
4576         * input/regression/breathing-sign.ly (texidoc): transpose up
4577
4578 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
4579
4580         * input/regression/breathing-sign.ly: changed ancient examples to
4581         be relevant (by request of Han-Wen); updated BreathingSign text
4582         property according to new syntax.
4583
4584         * ly/gregorian-init.ly: updated BreathingSign text property
4585         according to new syntax
4586
4587 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4588
4589         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
4590         (Clef): index entries for clefs.
4591
4592         * python/lilylib.py (system): remove errorlog files.
4593         
4594 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
4595
4596         * lilypond.words: add \new and new graces. Add dynamics to menus
4597         keeping 1.8.x compatibility; after all the engraving relating to 
4598         notes becomes postfixed `-' marks will be removed.
4599
4600 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4601
4602         * lily/molecule.cc (align_to): idem.
4603
4604         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
4605         
4606         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
4607         accacciatura everywhere.
4608
4609         * VERSION (PACKAGE_NAME): released 1.9.2
4610
4611         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
4612
4613         * scm/document-markup.scm (markup-doc-node): sort markup function
4614         list.
4615
4616         * lily/paper-outputter.cc (output_version): change "Lily was here"
4617         into  "Engraved by LilyPond"
4618
4619         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
4620         on unquoted strings before \notenames.
4621
4622         * lily/parser.yy (lyric_element): allow markup as lyric text. This
4623         increases the number of s/r reductions to 4.
4624
4625         * scm/new-markup.scm (fraction-markup): \fraction command.
4626
4627         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
4628         mode
4629
4630         * lily/lookup.cc (round_filled_box): rename function.
4631         (LY_DEFINE): round-filled-box: change signature.
4632
4633         * Documentation/user/refman.itely: revise section explaining grace
4634         notes.
4635
4636         * lily/translator-scheme.cc (LY_DEFINE): add ! to
4637         ly:set-context-property
4638
4639         * input/*/*.ly (vmus): use \new everywhere.
4640
4641         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
4642
4643         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
4644         default
4645
4646         * scm/music-functions.scm (set-stop-grace-properties)
4647         (set-start-grace-properties, add-grace-property): new functions
4648         for modular grace tweak control.
4649
4650         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
4651         
4652 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4653
4654         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
4655
4656         * GNUmakefile.in (install-pfa-fonts):
4657         (get-pfa-fonts): New target.
4658
4659         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
4660         install-pfa-fonts help.
4661
4662 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4663
4664         * lily/translator-scheme.cc (LY_DEFINE):
4665         ly:context-pushpop-property new function.
4666         (LY_DEFINE): new function ly:translator-find  
4667         new function ly:translator?
4668         (LY_DEFINE): new function ly:context?
4669
4670         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
4671
4672         * python/lilylib.py (read_pipe): only store and display error log
4673         if verbose not set.
4674         (read_pipe): only display log if it contains something.
4675
4676 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4677
4678         * Documentation/misc/GNUmakefile: Re-add.
4679         (TEXTS): Add CHANGES.
4680
4681 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
4682
4683         * lilypond.words: add \newcontext.
4684
4685 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4686
4687         * lily/tie-performer.cc (stop_translation_timestep): only flush
4688         tied_notes when we have actually made a tie. Fixes bugs with ties
4689         in polyphonic scores.
4690
4691 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4692
4693         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
4694         they do not exist.
4695
4696 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4697
4698         * VERSION (PACKAGE_NAME): released 1.9.1 
4699
4700         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
4701         Instrument_name_engraver
4702
4703         * lily/tie-performer.cc (create_audio_elements): bugfix
4704
4705         * Documentation/user/music-glossary.tely (Top): comment out
4706         font-style statements.
4707
4708         * input/test/force-hshift.ly: revise example.
4709
4710         * Documentation/bibliography/engraving.bib (note): typos.
4711
4712         * configure.in: bump GCC requirements to 3.x
4713
4714         * lily/include/audio-item.hh (class Audio_tie): rename
4715         note_l_drul_ to note_drul_
4716
4717         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
4718
4719         * lily/parser.yy (relative_music): whoops. All \relative were off
4720         by ...  a lot .... Ahem.
4721
4722         * scm/define-music-types.scm (music-descriptions): idem.
4723
4724         * lily/beam-engraver.cc: move new-beam-event to beam-event
4725
4726         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
4727         to Tie_engraver
4728
4729         * input/regression/bar-number.ly: remove unnecessary old-relative
4730         options.
4731         
4732         * Documentation/user/internals.itely (Creating contexts): document
4733         \newcontext
4734
4735         * lily/parser.yy (Composite_music): add \newcontext
4736
4737         * Documentation/user/refman.itely (MIDI block): add note about
4738         dotted tempos.
4739
4740         * scm/font.scm: remove old markup legacy
4741
4742         * GNUmakefile.in (web-clean): remake share/ after web-clean.
4743
4744         * lily/breathing-sign.cc (brew_molecule): remove function
4745
4746         * lily/text-item.cc: remove old-style markups.
4747         (interpret_markup): C++ version of markup function
4748         (brew_molecule): idem.
4749
4750         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
4751         as Scheme variable.
4752
4753         * scripts/convert-ly.py (conv): dashes rule.
4754         Apply rule.
4755
4756         * Documentation/user/lilypond-book.itely: syntax fixes. 
4757
4758 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4759
4760         * VERSION (PACKAGE_NAME): release 1.9.0
4761
4762         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
4763         note about dvips. (Should backport.)
4764
4765         * scripts/convert-ly.py
4766         (FatalConversionError.articulation_substitute): add
4767         convert-new-chords code. Remove convert-new-chords.py
4768
4769         * Documentation/user/refman.itely (Octave check): document
4770         \octave.
4771
4772         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
4773         \relative changes.
4774
4775         * lily/parser.yy (command_element): octave check:
4776
4777            \octave PITCH
4778
4779         checks that PITCH (without octave) yields PITCH (with octave) in
4780         \relative
4781
4782         * lily/relative-octave-music.cc (to_relative_octave): octave check.
4783
4784         * lily/scm-option.cc: ly:set-option now has the default argument
4785         #t.
4786
4787         * lily/lexer.ll: add \renameinput
4788
4789         * python/lilylib.py (command_name): robustifications.
4790
4791         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
4792         /dev/stderr. This is ash compatible.
4793
4794         * ly/init.ly: add warning if compatibility was not necessary.
4795
4796         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
4797
4798         * flower/include/string-handle.icc: formatting cleanups, rename
4799         references by ref_count_.
4800
4801 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
4802
4803         * make/lilypond.mandrake.spec.in: syncronize the spec file with
4804         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
4805         package libs separately, fix conflicting php variable out=/dev/vc/
4806         invoking `unset out', declare menus, use only one icon-file, fix
4807         doc-path in menu.
4808
4809 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4810
4811         * scripts/convert-ly.py (FatalConversionError.conv): typo
4812
4813         * Documentation/misc/GNUmakefile: restore misc directory.
4814
4815         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
4816
4817         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
4818         Petites-Preludes 
4819
4820         * input/test/partial-blank.ly (quickmeasure): syntax
4821
4822         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
4823         attachment property.
4824
4825         * Documentation/user/refman.itely: remove superfluous -'s 
4826         (Grace notes): ) fixes.
4827
4828         * lily/music.cc: generic compress(), transpose() functions. Remove
4829         others.
4830
4831         * lily/parser.yy (gen_text_def): remove support for #'(italic )
4832         style markup entry.
4833
4834         * lily/parser.yy: all articulations postfix; remove obligatory -
4835         for [,  ) and \!
4836         
4837         * lily/music.cc (to_relative_octave): write generic
4838         to_relative_octave function; various relative cleanups.
4839         Hmmm.
4840
4841         * lily/scm-option.cc: add options new-relative and old-relative
4842
4843         * po/sv.po: new po file.
4844
4845         * Documentation/user/refman.itely (Dynamics): website
4846         fixes. (should backport!)
4847
4848 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
4849
4850         * make/lilypond.mandrake.spec.in: declare version only once.
4851
4852 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4853
4854         * lily/simultaneous-music.cc (to_relative_octave): undo relative
4855         meaning for now.
4856
4857 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4858
4859         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
4860
4861         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
4862
4863         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
4864
4865         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
4866
4867         * lily/music.cc (var): add ly:music-transpose function.
4868
4869         * lily/parser.yy (pre_events): remove prefix articulations.
4870
4871         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
4872
4873         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
4874
4875         * Documentation/user/refman.itely (Text markup): add comment about
4876         markup in header.
4877
4878 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4879
4880         * lily/paper-outputter.cc (write_header_fields_to_file): 
4881         only dump value if it is a string.
4882
4883         * flower/include/dictionary.hh: remove.
4884         
4885         * Documentation/ChangeLog-1.5: add back old log.
4886
4887         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
4888         .pfas from a .deb.
4889
4890 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4891
4892         * Documentation/bibliography/engraving.bib: add entry for
4893         Jaschinski's Notation
4894
4895 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4896
4897         * Documentation/user/refman.itely (Beaming): add note about
4898         allowBeamBreak
4899
4900 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
4901
4902         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
4903         GregorianTranscription contexts
4904
4905         * ly/engraver-init.ly: vaticana contexts: minor fixes
4906
4907         * Documentation/user/refman.itely (Ancient notation): added note
4908         on appendix length bug
4909
4910         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
4911         input/test/vaticana.ly: use vaticana contexts; small fixes
4912
4913 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4914
4915         * flower/hash.cc: Remove.
4916
4917         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
4918         to (nonexistent?) hash_func_ identifier.
4919
4920         * python/midi.c (midi_error, midi_warning): Use char const* for
4921         __FUNCTION__ argument.
4922
4923         * python/gettext.py: Remove.  We already require python 2.1, which
4924         includes gettext.py.
4925
4926         * configure.in: Require python 2.1, as INSTALL.texi says.
4927         it.
4928
4929         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
4930         versions 1.50 and 1.75.  Remove note about lexer patch.
4931
4932 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4933
4934         * Documentation/topdocs/INSTALL.texi: Update type1 font
4935         description to actual situation.  Add comment about new font ball
4936         layout.
4937
4938         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
4939         in $LILYPONDPREFIX suffices for installation.
4940
4941 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4942
4943         * debian/control (Build-Depends): Add flex-old as alternative to
4944         flex.  Deprecate bison 1.75.
4945
4946 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
4947
4948         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
4949         Vaticana contexts
4950
4951         * Documentation/user/refman.itely (Ancient notation): documented
4952         some bugs; tiny fixes; added docu on Vaticana contexts
4953
4954         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
4955         scripts
4956
4957 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
4958
4959         * Documentation/user/refman.itely (Ancient notation): added some
4960         introductory words; added section on ancient time signatures;
4961         added some @seealso and @refcommands; small fixes and
4962         beautifications
4963
4964 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
4965
4966         * input/regression/note-head-style.ly: many fixes and updates
4967
4968         * Documentation/user/refman.itely: added small sections on ancient
4969         accidentals, rests and flags; revised ancient note head section;
4970         small wording/spelling fixes
4971
4972         * input/test/rests.ly: layout fixes
4973
4974 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
4975
4976         * input/puer-fragment.ly: bugfix: central C position of do clef
4977
4978         * ly/gregorian-init.ly: workaround: add small padding space before
4979         divisiones (the correct fix would be the spacing engine to handle
4980         this)
4981
4982 2003-08-13  Graham Percival  <gperlist@shaw.ca>
4983
4984         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
4985         cue-notes.ly: minor fixes.
4986
4987 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
4988
4989         * Documentation/user/refman.itely: bugfix: remove obsolete link to
4990         input/test/custos-style.ly
4991
4992         * Documentation/index.html.in: bugfix: link to Tutorial.html
4993
4994         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
4995         to neumes; bugfix: "et": epiphonus, not just a simple pes
4996
4997 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
4998
4999         * lilypond-mode.el: split `Insert Tag' if it is long enough.
5000
5001         * lilypond.words: add new features: markup, column, center, \[ \].
5002         
5003 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
5004
5005         * Documentation/topdocs/NEWS.texi, DEDICATION,
5006         stepmake/bin/add-html-footer.py
5007         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
5008         input/mutopia/J.S.Bach/wtk1-fugue1.ly
5009         input/mutopia/J.S.Bach/wtk1-prelude1.ly
5010         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
5011         added (only) after a sentence which is complete; if the sentence is 
5012         not ended a comma `,' or nothing is used. fix also spaces.
5013
5014 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5015
5016         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
5017         requirements to plain 1.6.
5018
5019         * buildscripts/mutopia-index.py (read_lilypond_header): update
5020         mutopia-index.py to 1.4 syntax [sic]
5021
5022 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
5023
5024         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
5025
5026 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5027
5028         * Documentation/index.html.in: url for regression pdf
5029
5030         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
5031
5032         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
5033
5034         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
5035
5036         * VERSION: 1.8.0 released
5037         
5038         * GNUmakefile.in (local-WWW-post): footify build fix.
5039
5040         * configure.in: require GUILE 1.6.4
5041
5042         * Documentation/user/GNUmakefile: don't copy *.png for
5043         lilypond-internals
5044
5045         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
5046         local-WWW-post target.
5047         (rsync-web): add rsync-web target
5048
5049         * Documentation/user/introduction.itely (Music notation and
5050         engraving): add neume example
5051
5052         * input/puer-fragment.ly (cantus): add puer-fragment
5053
5054 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5055
5056         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
5057         to notes, so that equalizer is actualy being used.
5058
5059         * scm/midi.scm (instrument-equalizer-alist):
5060         (absolute-volume-alist): Define public, so that user can copy or
5061         override.
5062
5063         * lily/key-performer.cc (create_audio_elements): Check for minor
5064         key.  Only if key is minor, set MIDI key to minor.
5065
5066 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5067
5068         * Documentation/user/refman.itely (Hiding staffs): fixes.
5069
5070         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
5071
5072         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
5073         vertical extents to deal with Hara kiri correctly.
5074
5075         * input/regression/hara-kiri-short.ly: remove
5076
5077         * input/regression/hara-kiri-pianostaff.ly: update test.
5078
5079         * Documentation/user/*.tely: remove WEBTITLE
5080
5081         * scm/output-tex.scm (comment): idem.
5082
5083         * scm/output-pdftex.scm: remove GUILE 1.4 glue
5084
5085         * scm/music-functions.scm (make-lyric-event): new function
5086
5087         * scm/lily.scm (lilypond-version): new function
5088
5089         * input/test/version-output.ly: new file.
5090
5091         * Documentation/user/lilypond.tely: add version number to
5092         front-page.
5093
5094 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5095
5096         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
5097
5098 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5099
5100         * input/template/gregorian-transcription.ly (barTwo): syntax update.
5101
5102         * Documentation/user/refman.itely (Hiding staffs): rename node.
5103
5104 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5105
5106         * input/regression/new-markup-syntax.ly (texidoc): remove
5107         molecule-callback override.
5108
5109 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5110
5111         * input/les-nereides.ly: Mark tweaks with %tweak.
5112
5113         * Debian patch, see debian/changelog (Anthony Fok).
5114
5115 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5116
5117         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
5118         problem.
5119
5120 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5121
5122         * Documentation/user/refman.itely (Text markup): Fix language bug.
5123
5124 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5125
5126         * input/* : postfix syntax fixes.
5127
5128         * Documentation/user/refman.itely (Text markup): add note about
5129         raise/lower with ^ or _ .
5130         
5131         * po/fi.po: fix \\apply strings.
5132
5133         * lily/parser.yy (open_event): warn for prefix articulations.
5134
5135 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
5136
5137         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
5138         fix also on parmesan font.
5139
5140 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5141
5142         * VERSION 1.7.30 released
5143         
5144         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
5145
5146         * buildscripts/mutopia-index.py (headertext): rewording
5147
5148 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5149
5150         * scm/new-markup.scm (strut-markup): new markup function.
5151
5152         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
5153         space also when no accidental is there.
5154
5155 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5156
5157         * input/les-nereides.ly: Updates.
5158
5159 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
5160
5161         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
5162         which repeats the tag insertion selected from "Insert tag" menu.
5163
5164 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5165
5166         * lily/all-font-metrics.cc (find_font): load AFM files first only
5167         for feta fonts. This fixes problems with TeXlive and other TeX
5168         distros that include AFM files for the CM fonts. 
5169
5170         * scm/font.scm (qualifiers-to-font-name): remove.
5171
5172         * lily/paper-def.cc: remove get_var.
5173
5174         * input/trip.ly: remove file.
5175         
5176         * input/regression/spacing-note-flags.ly (raggedright): remove
5177         stafflinethickness
5178
5179         * input/les-nereides.ly: update to new syntax, cleanups.
5180
5181 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5182
5183         * Documentation/user/refman.itely: Clarify shortest-note problem
5184         of autobeamer.
5185
5186 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
5187
5188         * lilypond-mode.el: Add each word to regexps only once.
5189
5190         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
5191         is based on the syntax definitions in lilypond.words. Remove all 
5192         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
5193         LilyPond->Insert menu is generated by the entries in lilypond.words 
5194         to which have been given a syntax definition.
5195
5196         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
5197         \notes, \relative, \score, \simultaneous, \transpose.
5198
5199         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
5200
5201         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
5202         
5203         * lilypond-mode.el: add menu keywords separately.
5204
5205         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
5206
5207 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5208
5209         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
5210         current ugly installation method for PFA fonts.
5211
5212 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
5213
5214         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
5215         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
5216
5217         * Documentation/user/music-glossary.tely: update legato.
5218
5219 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5220
5221         * lexer-gcc-3.0.patch: Remove.
5222
5223         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
5224
5225 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5226
5227         * debian/rules (binary-arch): remove NEWS.
5228
5229 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
5230
5231         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
5232         stepmake/bin{ many }: polish the `--help's of different scripts;
5233         model taken from the core-utils of Linux.
5234
5235         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
5236
5237 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5238
5239         * flower/parse-afm.cc (parseCharMetrics): add warnings.
5240
5241         * flower/libc-extension.cc: idem.
5242
5243         * flower/include/libc-extension.hh: protect against isinf macros.
5244
5245 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
5246
5247         * { many }: Use two uppercase letters in LilyPond.
5248
5249         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
5250
5251         * VERSION: 1.7.29 released.
5252         
5253 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5254
5255         * lily/tie.cc: add TODO comment.
5256
5257         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
5258
5259         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
5260         linejoins and linecaps. This fixes problems with occasional spikes
5261         on slur/tie endings.
5262         
5263         * input/regression/font-name.ly: don't use PS fonts for
5264         compatibility reasons. 
5265
5266         * mutopia/claop.py (accents): update to 1.8
5267
5268         * Documentation/user/music-glossary.tely (Top): remove 13pt.
5269
5270         * Documentation/user/macros.itexi: don't color glossary links.
5271
5272         * Documentation/user/invoking.itexi (Error messages): new section
5273
5274 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5275
5276         * input/regression/font-name.ly: add file.
5277
5278         * scm/document-backend.scm (grob-doc): remove <hr> from
5279         lilypond-internals
5280
5281         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
5282         reqd version to 1.6.4 
5283
5284         * lily/font-interface.cc (get_font): bugfix: take font-name from
5285         alist chain too. This fixes font-name override for \markup.
5286
5287 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5288
5289         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
5290
5291         * input/test/polymetric-differing-notes.ly: Compile fix.
5292
5293 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
5294
5295         * Documentation/user/refman.itely: fixed typo
5296
5297         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
5298         before flexa
5299
5300 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5301
5302         * input/test/{ many }: search & fix some typos.
5303
5304 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5305
5306         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
5307         images.
5308
5309         * scm/music-functions.scm (make-voice-props-set): set Script /
5310         TextScript dir for polyphony too.
5311
5312         * scm/define-grobs.scm (all-grob-descriptions): decrease space
5313         before clef.
5314
5315         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
5316
5317 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
5318
5319         * Documentation/user/refman.itely (Percussion): Small
5320         clarifications and fixes.
5321
5322         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
5323         threads. This fixes different heads playing simultaneously.
5324
5325 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5326
5327         * Documentation/user/{ many }: increase readability (read through 
5328         User manual from `one big page').
5329
5330 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5331
5332         * input/test/polymetric-differing-notes.ly: add example with
5333         disparate note values.
5334
5335         * input/test/polymetric.ly: rename from poly-metric
5336
5337         * scripts/ly2dvi.py (include_path): bugfix: use outbase
5338         iso. outname.
5339
5340         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
5341         G-clef bbox to real char extents. This fixes the G-clef being
5342         offset too much to the right.
5343         document perc clef offset.
5344
5345         WARNING: FONT CHANGED.
5346
5347         * Documentation/user/tutorial.itely (Tutorial): move menu.
5348
5349 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5350
5351         * buildscripts/lilypond-profile.sh (Error): trim error message.
5352
5353         * Documentation/user/invoking.itexi (Invoking the lilypond
5354         binary): add note about path.
5355
5356         * Documentation/user/macros.itexi: add @c at EOL, hopefully
5357         suppresses superfluous spaces.
5358
5359 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5360
5361         * buildscripts/lilypond-profile.sh: Add documentation to error
5362         message.
5363
5364         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
5365
5366 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5367
5368         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
5369         <mike@ossmann.com>)
5370
5371         * Documentation/bibliography/computer-notation.bib (pages): prune
5372         unscientific language.
5373
5374         * Documentation/user/GNUmakefile: copy unsplit file to
5375         lilypond.html (idem for lilypond-internals).
5376
5377         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
5378
5379         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
5380
5381         * python/lilylib.py (lilypond_version): 2.1 proof version check.
5382
5383         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
5384         fix.
5385         
5386 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
5387
5388         * Documentation/user/{ various }: bind text snippets with their
5389         examples, e.g. by punctuation: This is an example.
5390
5391 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5392
5393         * ly/performer-init.ly (VoiceContext): Typos.
5394
5395         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
5396         builds, leave final-install to toplevel srcdir makefile.
5397
5398         * make/srcdir.make.in (install): New target.
5399
5400 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5401
5402         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
5403         This fixes core dump on MIDI output (Simon Weatherill).
5404
5405         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
5406         on local-WWW-post.
5407
5408 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5409
5410         * make/lilypond.redhat.spec.in: add dvips to reqs.
5411
5412 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5413
5414         * make/srcdir.make.in (web): Add special web target.
5415
5416         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
5417         from inner $(LOOP).
5418
5419         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
5420
5421         * stepmake/stepmake/generic-targets.make (www-targets-help):
5422         * GNUmakefile.in (web-install): Install in $(webdir).
5423
5424         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
5425
5426         * cygwin/changelog: 
5427         * cygwin/mknetrel: Update.
5428
5429         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
5430         (html-doc): Remove (use: web).
5431
5432         * stepmake/stepmake/script-rules.make: 
5433         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
5434         Fix $(config_make) dependencies for srcdir build.
5435
5436         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
5437         target for srcdir build.
5438
5439         * stepmake/make/stepmake.make: 
5440         * make/srcdir.make.in: 
5441         * GNUmakefile.in:
5442         * make/stepmake.make (config_make): Rename variable (was:
5443         configuration).
5444
5445 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5446
5447         * Documentation/user/internals.itely (Manipulating music
5448         expressions): run lilypond on example too.
5449
5450         * flower/include/libc-extension.hh: move lrint define to
5451         header. bugfix.
5452         
5453 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5454
5455         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
5456         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
5457         do we recurse whole tree?).
5458
5459         * GNUmakefile.in (html-doc): Resurrect.
5460
5461         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
5462         obsolete $(package-icon) dependency.
5463
5464 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5465
5466         * Documentation/user/refman.itely (Automatic staff changes):
5467         add seealso 
5468
5469         * Documentation/index.html.in: link to bigpage.
5470
5471         * Documentation/user/tutorial.itely (Tutorial): streamline.
5472
5473         * Documentation/index.html.in: url typo.
5474
5475         * VERSION (PACKAGE_NAME): release 1.7.28
5476
5477         * python/lilylib.py (error_log): remove '/' from name.
5478
5479         * input/regression/pedal.ly: remove; dups input/test/
5480         
5481         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
5482
5483         * Documentation/index.html.in: python style doco index.
5484
5485         * Documentation/{footer,header}.html.in (src): remove, 
5486
5487         * Documentation/pictures: remove all but lelie-logo.xpm.
5488
5489         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
5490         before running makeinfo.
5491
5492         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
5493         @code{}
5494
5495 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5496
5497         * input/test/bar-number-regular-interval.ly: rename.
5498
5499         * Documentation/user/*: various fixes. 
5500
5501 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
5502
5503         * Documentation/{ many }: polish for update-all-menus. typos.
5504
5505         * po/fi.po: fixes.
5506
5507         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
5508
5509         * buildscripts/mutopia-index.py: polish.
5510
5511         * input/regression/{ many }, input/test{ many }: polish texidocs.
5512
5513 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5514
5515         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
5516
5517         * lily/text-spanner.cc (brew_molecule): use bracket-flare
5518         iso. edge-widen.
5519
5520         * lily/piano-pedal-engraver.cc (process_music): change from
5521         process_acknowledged ()
5522
5523         * lily/piano-pedal-bracket.cc: new file. Change
5524         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
5525         cleaned up.
5526
5527         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
5528
5529         * input/regression/tuplets.ly (texidoc): rename file.
5530
5531         * po/fr.po: update
5532
5533         * buildscripts/lilypond-profile.sh: error message if script is not
5534         sourced.
5535
5536         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
5537         bracket-flare
5538         (make_bracket): simplify code.
5539
5540         * lily/parser.yy (verbose_command_req): catch typos in \key scale
5541         argument.
5542
5543         * python/lilylib.py (lilypond_version_check): new function
5544
5545         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
5546
5547         * scripts/ly2dvi.py (run_lilypond): add version check.
5548
5549         * scripts/lilypond-book.py (option_definitions): typo
5550
5551         * scripts/ly2dvi.py (include_path): typo
5552
5553         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
5554
5555         * lily/parse-scm.cc (parse_handler): typo
5556
5557         * Documentation/user/macros.itexi: use @heading for headings.
5558
5559         * Documentation/user/refman.itely: updates, fixes.
5560
5561 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
5562
5563         * po/fi.po: add Finnish translations. fixes.
5564
5565         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
5566
5567         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
5568         from lily/glissando-engraver.cc.
5569
5570 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5571
5572         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
5573         for non-first _broken_ bracket.
5574
5575         * Documentation/user/refman.itely: corrections.
5576
5577 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5578
5579         * lily/new-fingering-engraver.cc (position_scripts): add heads to
5580         support of the fingerings.
5581
5582         * po/fr.po: French translation update.
5583
5584         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
5585         strings.
5586
5587 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5588
5589         * Documentation/user/introduction.itely: Small fixes.
5590
5591 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
5592
5593         * Documentation/topdocs/AUTHORS.texi: polish.
5594
5595 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5596
5597         * Documentation/user/introduction.itely: revise
5598
5599         * Documentation/user/tutorial.itely: reorganise.
5600
5601         * Documentation/topdocs/index.tely: remove.
5602
5603         * Documentation/header.html.in: prune.
5604
5605         * GNUmakefile.in: clean up web building.
5606
5607         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
5608         target.
5609
5610 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
5611
5612         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
5613
5614         * lilypond-mode.el: turn on blink-matching-paren.
5615
5616 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5617
5618         * scm/output-sodipodi.scm (svg-header): Fix typo.
5619
5620 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5621
5622         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
5623         fixes a security hole.
5624
5625         * scripts/lilypond-book.py (original_dir): remove temp_dir
5626
5627         * scm/document-translation.scm: use @code tags.
5628
5629 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
5630
5631         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
5632
5633         * lilypond-mode.el: add a buffer-local post-command-hook to set
5634         context dependent syntax-table after each cursor event. Remove old
5635         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
5636
5637         * lilypond-indent.el: update comments.
5638
5639         * Documentation/footer.html.in: add period.
5640
5641 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5642
5643         * make/lilypond.redhat.spec.in (Group): don't strip binary.
5644
5645         * scm/document-translation.scm (document-property-operation): add
5646         @code{} tags.
5647
5648         * VERSION (PACKAGE_NAME): release 1.7.27
5649
5650         * config.make.in: add PAPER variable
5651
5652         * buildscripts/new-chords.py (help): add help text
5653
5654         * Documentation/user/introduction.itely (Typography and program
5655         architecture):  fixes.
5656
5657         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
5658         for texinfo and dvips. This fixes problems with PDF output of the
5659         wrong size.
5660
5661         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
5662         DVIPS_PAPERSIZE variable
5663
5664         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
5665         TEXINFO_PAPERSIZE variable 
5666
5667 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5668
5669         * mf/feta-macros.mf: whoops: only draw lines for test situations.
5670
5671         * mf/feta-toevallig.mf: lowres fixes.
5672
5673 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5674
5675         * NEWS: Typo and fill-paragraph fixes.
5676
5677         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
5678         cast #define.
5679
5680         * configure.in: 
5681         * config.hh.in: Check for lrint.
5682
5683 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5684
5685         * VERSION: 1.7.26 released
5686
5687         * lily/separation-item.cc: add padding property.
5688
5689         * input/test/*.ly: various fixes, remove solo-a2.ly
5690
5691         * scm/new-markup.scm (brew-new-markup-molecule): arg order
5692         bugfix. Fixes old-style markup compatibility.
5693
5694         * Documentation/user/introduction.itely (Introduction): historical
5695         elucidations
5696
5697         * Documentation/user/music-glossary.tely (Top): linewidth fix.
5698
5699         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
5700
5701         * Documentation/index.texi (Top): cleanup.
5702
5703         * Documentation/user/introduction.itely (Introduction): rewrite
5704         introduction, 
5705         (Music notation and  engraving): about notation. Add flat-picture
5706
5707 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5708
5709         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
5710         separation items. This keeps lyrics from bumping into each other.
5711
5712 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5713
5714         * GNUmakefile.in (topdocs-web): New target.
5715         (local-web): Depend on topdocs-web; fixes html-doc.
5716
5717 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5718
5719         * po/lilypond.pot: run po-replace
5720
5721         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
5722
5723         * scm/drums.scm (reset-drum-kit): new function.
5724
5725         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
5726
5727         * scripts/update-lily.py: remove
5728         
5729         * VERSION: release 1.7.25
5730         
5731         * Documentation/user/introduction.itely (Introduction): rewrite
5732         start of introduction.
5733
5734 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
5735
5736         * lily/all-font-metrics.cc: fixed typo
5737
5738 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
5739
5740         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
5741         LilyPond-mode-context-set-syntax-table): new functions to define
5742         the syntax table according to context.
5743
5744         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
5745
5746 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5747
5748         * Documentation/user/refman.itely (Figured bass): 
5749         language nit courtesy http://www.vocabula.com
5750
5751         * GNUmakefile.in: remove no kpathsea hack.
5752
5753         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
5754         doco.
5755
5756         * GNUmakefile.in: remove web-doc target.
5757
5758         * lily/all-font-metrics.cc (find_afm): add message about
5759         buildscripts/clean-fonts.sh 
5760
5761         * scm/define-music-properties.scm (figure): use string for 'figure
5762
5763         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
5764
5765         * input/regression/ : add raggedright = ##t where applicable. 
5766         
5767         * scm/bass-figure.scm (make-bass-figure-markup): add
5768         alignBassFigureAccidentals property.
5769
5770         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
5771         bracket.
5772
5773         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
5774         syllables widths into account for minimum-length.
5775
5776         * input/test/staff-container.ly: update file
5777
5778         * input/test/stem.ly: remove
5779
5780         * lily/event.cc (LY_DEFINE): add ly: prefix.
5781
5782         * input/test/clef-manual-control.ly: from manual-clef
5783
5784         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
5785
5786         * input/test/different-time-signatures.ly: move to poly-metric.ly
5787
5788         * input/test/hara-kiri*,scales.ly: remove
5789         
5790         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
5791         with chord-names-jazz.ly)
5792
5793         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
5794         get scalable cm fonts too.
5795
5796         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
5797         --encoding for mftrace if present.
5798
5799         * input/regression/slur-area.ly: move from test/
5800
5801         * input/test/: remove simple-slur-endings slur-attachment
5802         slur-broken-cross-staff slur-broken.ly slur-damping.ly
5803         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
5804         slur-symmetry slur-symmetry tie-broken.ly
5805
5806         * scm/drums.scm (set-drum-kit): add function.
5807
5808         * Documentation/user/refman.itely (Percussion staves): use
5809         set-drum-kit
5810
5811         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
5812         too
5813         (Global_measure.set_timesig): handle 3/8 time sig too.
5814
5815         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5816         note about triangle note heads.
5817
5818         * scm/drums.scm: use alist for instrument-settings. This fixes the
5819         bug with assigning to drums in the .ly file.
5820
5821         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
5822         CHANGED.
5823
5824         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
5825         cluster-beacon-interface
5826
5827         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
5828
5829         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
5830
5831         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
5832
5833         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
5834         to get positions.
5835
5836         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
5837         make ClusterSpannerBeacon to record Y positions. This removes the
5838         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
5839         make cluster-note-events.
5840
5841 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5842
5843         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
5844
5845         * configure.in: Use lily/main.cc as identifying source file.
5846
5847         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
5848
5849         * config.hh.in: 
5850         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
5851
5852         * configure.in: Require PYTHON >= 2.0.
5853
5854         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
5855           $PYTHON for include dir location.
5856         (STEPMAKE_PYTHON): New function.  Use
5857         
5858             PYTHON=foo ./configure
5859
5860           to override.
5861
5862 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5863
5864         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
5865         something.
5866
5867         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
5868         ftp.lilypond.org everywhere.
5869
5870 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5871
5872         * lily/text-item.cc (interpret_new_markup): do only if new-markup
5873         detected.
5874
5875         * Documentation/user/refman.itely (Grace notes): note on explicit
5876         contexts
5877
5878 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
5879
5880         * lilypond-font-lock.el: add a comment about LilyPond specific
5881         escape characters: ^, - and _, in the syntax table.
5882
5883         * Documentation/user/appendices.itely: a majuscule fix.
5884
5885 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5886
5887         * input/test/trills.ly (endHorizScript): fixes.
5888
5889         * input/test/chord-names-jazz.ly: merge in alternate Jazz
5890         notation, move from regression.
5891
5892         * input/test/script-stack.ly: change name from stacked-scripts
5893
5894         * input/test/ossia.ly: octave errors.
5895
5896         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
5897         for midi-volume-equaliser
5898
5899 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5900
5901         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
5902         cm fonts.
5903
5904         * mf/feta-beugel.mf: don't multiply font_count by 10.
5905
5906         * lily/lookup.cc (horizontal_line): new function. Use
5907         horizontal-line in output backends.
5908
5909         * Documentation/user/tutorial.itely (An orchestral part): new
5910         section on orchestral stuff and identifiers.
5911
5912 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
5913
5914         * lilypond-mode.el: comment-out paren-highlighting, it still causes
5915         some interference to other modes.
5916
5917 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5918
5919         * lily/spacing-spanner.cc (musical_column_spacing): use average,
5920         not maximum of spacing wishes in polyphonic situations.
5921
5922         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
5923         number
5924
5925         * lilypond-indent.el: remove paren matching. 
5926
5927         * lily/text-item.cc (interpret_new_markup): new function
5928         use iso. text2molecule.
5929
5930         * lily/main.cc (notice): change FSF address 
5931
5932         * po/de.po: update PO file to 1.6.
5933
5934 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
5935
5936         * Documentation/user/ {many}: Add periods and remove spaces.
5937         
5938 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
5939
5940         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
5941         Disable buffer-locally default paren hook and make a new one. 
5942
5943         * lilypond-mode.el: Turn off locally paren-mode, but turn on
5944         locally LilyPond-paren-mode. Add todo for mouse double-click.
5945
5946 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
5947
5948         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
5949         Disable buffer-locally default paren idle timer and make a new one. 
5950
5951         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
5952         locally LilyPond-show-paren-mode. Add to menu a toggle for
5953         LilyPond-show-paren-function.
5954
5955 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5956
5957         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
5958
5959 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
5960
5961         * Documentation/user/refman.itely: spelling fix.
5962
5963         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
5964         paren highlight function definitions. add todo for
5965         LilyPond-show-paren-mode.
5966
5967 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5968
5969         * input/template/jazz-combo.ly: new file.
5970
5971 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5972
5973         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
5974         lo-res fixes.
5975
5976         * mf/feta-schrift.mf: bugfix in varcoda sign.
5977         WARNING: FONT CHANGED
5978
5979         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
5980         in accordance with lexer.ll.   
5981
5982 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5983
5984         * Documentation/user/tutorial.itely: Edit introduction.
5985
5986 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5987
5988         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
5989         ly:grob-staff-position
5990
5991 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5992
5993         * scm/to-xml.scm: import srfi-1
5994
5995         * VERSION (MAJOR_VERSION):  release 1.7.24
5996
5997         * python/lilylib.py (make_ps_images): make multipage _really_ work.
5998
5999         * scripts/lilypond-book.py (do_file): put texidoc before image.
6000         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
6001
6002         * input/regression/*.ly: fix snippet octaves 
6003
6004         * input/test/spanner-after-break-tweak.ly: import
6005         broken-spanner-adjustment
6006
6007         * input/no-notation/midi-transposing.ly: move from input/test/
6008
6009         * input/test/: remove chord-markup
6010
6011         * input/regression/instrument-name-partial.ly: move from input/test.
6012
6013         * input/test/vertical-text.ly: remove
6014
6015         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
6016         space above lyrics lines.
6017
6018         * input/test/uniform-breaking.ly: remove file.
6019
6020         * lily/gourlay-breaking.cc (combine_demerits): add comment about
6021         uniform spacing density. 
6022
6023         * input/test/chords.ly (keys): remove file.
6024
6025         * scm/documentation-lib.scm (oop): use srfi-1 too.
6026
6027         * input/regression/*.ly: add \version
6028
6029         * Documentation/user/*.itely: various fixes.
6030
6031         * buildscripts/mf-to-table.py (base): break table every three
6032         symbols.
6033
6034         * input/:  remove %% new-chords-done %% .
6035
6036         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
6037         os-music.ly
6038         
6039 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6040
6041         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
6042
6043         * scm/new-markup.scm (box-markup): new function.
6044         (box-markup): new function. Contributed by Dick Schoeller
6045         <schoeller@attbi.com>
6046
6047         * scm/lily.scm: remove reduce-no-unit 
6048         (list-insert-separator): use fold-right
6049
6050         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
6051         of arguments. 
6052
6053         * NEWS: more neutral language for ancient notation 
6054
6055         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
6056         inside pointing beaming for chord tremolo.
6057
6058         * Documentation/user/lilypond-book.itely: minor editing
6059
6060 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
6061
6062         * NEWS: added news for 1.8 regarding ancient notation
6063
6064         * Documentation/user/refman.itely (Gregorian square neumes
6065         ligatures): fixed typo
6066
6067         * lily/vaticana-ligature-engraver.cc,
6068         lily/include/vaticana-ligature.hh: bugfix: use special heads for
6069         lower/upper head of Pes only when heads are stacked
6070
6071         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6072         scm/define-grob-properties.scm: cleanup: make "join-left" a
6073         boolean grob property and save delta pitch in grob property
6074         "delta-pitch" instead
6075
6076         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
6077
6078 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6079
6080         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
6081         completely borked
6082
6083         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
6084         (try_music): bug fix: beam multiplicity was completely borked.
6085
6086         * scm/lily.scm: remove tail, filter-list, filter-out-list,
6087         first-n, butfirst-n in favor of srfi-1 functions.
6088         remove string-join, string-pad in favor of srfi-13 functions.
6089
6090         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
6091
6092         * NEWS: use complete sentences.
6093
6094         * Documentation/user/introduction.itely (Example applications):
6095         add note about databases and lilypond-book.
6096
6097         * input/test/volta.ly: remove file
6098
6099         * input/regression/volta-broken-left-edge.ly: simplify file
6100
6101 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6102
6103         * Documentation/user/refman.itely (Constructing a tweak): new
6104         subsection.
6105
6106         * Documentation/user/tutorial.itely (Fine tuning layout): add
6107         common tweaks.
6108
6109         * scm/define-grobs.scm (TextScript): use new brewer.
6110
6111 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6112
6113         * VERSION: release 1.7.23
6114
6115         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
6116
6117         * python/lilylib.py (make_ps_images): bugfixes.
6118
6119         * input/regression/volta-multi-staff.ly: new file.
6120
6121         * Documentation/user/macros.itexi: refcommands, refcommand macros.
6122
6123         * Documentation/user/tutorial.itely (Piano staffs): new section.
6124         (Setting variables): new section
6125         (Fine tuning layout): new section
6126
6127         * input/just-friends.ly: remove file. Superseeded by
6128         input/test/chords-without-melody.ly
6129
6130         * ly/property-init.ly: add all commands to refman.
6131
6132         * scm/define-translator-properties.scm: remove
6133         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
6134
6135         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
6136         name. Underscores botch up PS output.
6137
6138         * scm/define-translator-properties.scm: remove
6139         textNonEmpty, oneBeat, regularSpacingDelta
6140
6141         * scripts/convert-ly.py (FatalConversionError.conv): conversion
6142         rule for automaticBars.
6143
6144         * lily/timing-engraver.cc (start_translation_timestep): change
6145         barNonAuto to automaticBars
6146
6147 2003-06-30  Graham Percival  <gperlist@shaw.ca>
6148
6149         * input/test/perform-tie.ly: delete file.
6150
6151 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
6152
6153         * Documentation/user/refman.itely (Gregorian square neumes
6154         ligatures): bugfix: do not show ledger lines in neumes table
6155         (fixed by setting staff symbol to transparent rather than removing
6156         it from staff context)
6157
6158 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6159
6160         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
6161         glue into brew-new-markup-molecule.
6162
6163         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
6164
6165         * Documentation/user/introduction.itely (Computerized typography):
6166         new section
6167
6168         * Documentation/user/tutorial.itely (An orchestral part): remove
6169         pc example from tutorial.
6170
6171         * input/tutorial/lilbook.tex: use screech-boink
6172
6173         * scripts/lilypond-book.py (compile_all_files): split formatting
6174         output body and scheduling lilypond compilation.
6175         (format_lilypond_output_bodies): new function
6176         (format_lilypond_block): new function
6177         (html_pages): allow multi-page images in HTML
6178
6179         * python/lilylib.py (make_ps_images): rename function from
6180         make_preview, merge with make_page_images
6181
6182 2003-06-28  Graham Percival  <gperlist@shaw.ca>
6183
6184         * input/test/key-clefs.ly: moved to regression.
6185
6186         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
6187
6188         * input/no-notation/README: added note about midi-*.ly files.
6189
6190         * input/test/two-key.ly: moved to no-notation/parse5.ly
6191
6192         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
6193         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
6194
6195         * input/test/ {various}: modified comments, marked some for deletion.
6196
6197         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
6198
6199         * input/test/mmrest-collision: moved to regression.
6200
6201 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6202
6203         * scm/chord-name.scm (note-name->markup): don't superscript root
6204         alterations in chordnames.
6205
6206 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6207
6208         * Documentation/user/refman.itely (Multi measure rests): more
6209         index/cross-referencing.
6210
6211         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
6212
6213         * scm/font.scm: remove properties-to-font-name code.
6214
6215         * scm/define-grob-properties.scm: remove 'type
6216
6217         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
6218         conversion
6219
6220         * lily/text-spanner.cc: change 'type grob prop to 'style 
6221
6222         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
6223         "first" flag to decide whether to make a start-repeat
6224
6225         * input/regression/grace-volta-repeat-2.ly: new file.
6226
6227 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6228
6229         * lilypond-indent.el: rename generic functions to LilyPond-*
6230
6231 2003-06-22  Graham Percival  <gperlist@shaw.ca>
6232
6233         * input/test/thumb.ly: delete, merged into refman.
6234
6235         * Documentation/user/refman.itely: added thumb info to Fingering.
6236
6237         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
6238         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
6239         vertical-align.ly : deleted files.
6240
6241 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6242
6243         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
6244
6245         * lily/line-spanner.cc (broken_trend_offset): remove function.
6246         (get_broken_offset): idem.
6247         (brew_molecule): rewrite the line-break case.
6248
6249         * input/regression/follow-voice-break.ly:  new file.
6250
6251         * lily/line-spanner.cc (after_line_breaking): remove lines at the
6252         start of a system.
6253
6254 2003-06-20  Graham Percival  <gperlist@shaw.ca>
6255
6256         * input/test/tuplet-rest.ly: moved to regression.
6257
6258         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
6259         deleted file.
6260
6261         * input/test/ {many} : marked file for possible deletion.
6262
6263 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6264
6265         * input/regression/beam-funky.ly: add note about (disputed)
6266         correct beaming.
6267
6268         * ly/engraver-init.ly (ScoreContext): put key-signature after
6269         staff-bar
6270         
6271 2003-06-20  Graham Percival  <gperlist@shaw.ca>
6272
6273         * input/test/ broken.ly lyric-phrasing.ly: deleted.
6274
6275         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
6276
6277         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
6278
6279         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
6280         stem-extend was deleted (it was duplicate example, and not as
6281         good).
6282
6283         * input/test/[s-z]*.ly: add texidoc index.
6284
6285 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6286
6287         * lily/slur.cc (get_boundary_notecolumn_y): change name from
6288         get_first_notecolumn_y
6289
6290         * lily/spanner.cc (broken_spanner_index): new function.
6291
6292 2003-06-19  Graham Percival  <gperlist@shaw.ca>
6293
6294         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
6295         lyric-hyphen.ly : moved to regression.
6296
6297         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
6298         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
6299
6300         * input/test/instrument-name-mmrest.ly: moved to
6301         ../regression/multi-measure-rest-instr-name.ly
6302
6303         * input/test/knee-sym.ly: moved to
6304         ../regression/beam-knee-symmetry.ly.
6305
6306         * input/test/hymn.ly: change comments.
6307
6308         * input/test/[p-r]*.ly: add texidoc index.
6309
6310 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6311
6312         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
6313         to postfix syntax
6314         
6315         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
6316         syntax.
6317
6318         * VERSION: release 1.7.22
6319
6320 2003-06-18  Graham Percival  <gperlist@shaw.ca>
6321
6322         * input/test/[h-k]*.ly: added texidoc index.
6323
6324         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
6325
6326         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
6327
6328         * input/test/ various : mark files for deletion or moving to regression.
6329
6330         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
6331
6332         * input/test/[l-o]*.ly: added texidoc index.
6333
6334 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6335
6336         * scm/music-functions.scm (make-ottava-set): 
6337         only do ottavation if centralCPosition is set.
6338
6339         * lily/translator-scheme.cc (ly:context-property-where-defined):
6340         return '() if not found.
6341
6342 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
6343
6344         * lilypond-mode.el (LilyPond-un-comment-region): removed.
6345         Use one command for both commenting and uncommenting.
6346
6347         * lilypond-indent.el (LilyPond-comment-region): new function,
6348         (un)comments each line separately.
6349
6350         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
6351         
6352         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
6353         imenu is not added by default; adapted from f90.el,
6354         makes Help-menu, which does not fit, visible in XEmacs.
6355         
6356 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
6357
6358         * lilypond-mode.el: Set show-paren-mode local; minor-mode
6359         show-paren-mode sets blink-matching-paren-on-screen local.
6360         Try to make show-paren-function to paren-highlight local.
6361
6362         * lilypond-indent.el (LilyPond-scan-sexps): new function.
6363         Copy definitions of Emacs' show-paren-function and
6364         XEmacs' paren-highlight and make minimal changes;
6365         add comments about locality. 
6366         Fix matching first open-paren-char in '<< .. >>'.
6367
6368 2003-06-16  Graham Percival  <gperlist@shaw.ca>
6369
6370         * input/test/g*: added texidoc index.
6371
6372         * input/test/[a-g]*: added raggedright==#t when it
6373          seemed appropiate.
6374
6375         * input/test/ fake-grace.ly figured-bass.ly : removed file.
6376
6377         * Documentation/topdoc/INSTALL.texi: removed false warnings
6378         about gcc 3.3.
6379
6380 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6381
6382         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
6383
6384         * input/test/chords-without-melody.ly (texidoc): add from
6385         input/just-friends.ly
6386
6387         * input/regression/size{13--26}.ly: move from input/
6388
6389         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
6390         input/{star-spangled-banner,twinkle}.ly: remove 
6391         
6392         * lily/slur.cc: remove slur over rest warnings.
6393
6394         * lily/note-spacing.cc (get_spacing): include left part of right
6395         object in fixed space. This fixes stretched space before
6396         accidentals.
6397
6398         * input/regression/spacing-accidental-stretch.ly: new file.
6399
6400 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
6401
6402         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
6403         Reduce to 16pt.
6404
6405 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6406
6407         * input/regression/spacing-knee.ly: docstring
6408
6409         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
6410
6411         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
6412         input/tutorial/{test,solar,flowing}.ly: remove
6413
6414         * input/rhythm.ly: remove
6415
6416         * input/mutopia/F.Schubert/standchen.ly: update syntax.
6417
6418         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
6419         update syntax. 
6420
6421         * scm/define-grobs.scm (all-grob-descriptions): set
6422         knee-spacing-correction to 1.0
6423
6424         * lily/note-spacing.cc (stem_dir_correction): compute knee
6425         correction using stem-thickness and head width.
6426
6427         * input/regression/beam-quanting-horizontal.ly: update texidoc
6428
6429         * scm/define-grobs.scm (all-grob-descriptions): set
6430         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
6431         This fixes 32nd beams for noteheads in spaces quants.
6432
6433         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
6434
6435 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
6436
6437         * README.mandrake: Change lilypond-extras to lilypond-documentation.
6438
6439 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6440
6441         * input/test/dpncnt.ly,part-combine-score.ly: remove.
6442
6443         * VERSION (PACKAGE_NAME): release 1.7.21
6444
6445         * input/regression/stem-shorten.ly: new file.
6446
6447         * lily/stem.cc (get_default_stem_end_position): revise stem
6448         shortening code.
6449
6450         * input/regression/spacing-multi-tuplet.ly: move from input/test/
6451
6452         * input/test/{scripts,volta-start,sleur}.ly: remove
6453         
6454         * input/regression/span-bar.ly: smaller file.
6455
6456         * input/regression/spacing-{natural,tight,loose}.ly: remove
6457
6458         * input/test/markup.ly: remove
6459
6460         * scripts/lilypond-book.py: put printfilename in separate chunk,
6461         so texidoc is printed after the filename.  
6462
6463 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
6464
6465         * make/lilypond.mandrake.spec.in: fix docdirs.
6466
6467 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6468
6469         * input/regression/beam-french.ly: bugfix.
6470
6471         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
6472
6473         * input/regression/(various).ly: add raggedright = #t.
6474
6475         * input/regression/auto-beam.ly: move from abe.ly
6476
6477 2003-06-13  Graham Percival  <gperlist@shaw.ca>
6478
6479         * input/test/f*.ly: added texinfo index.
6480         
6481         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
6482
6483 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6484
6485         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
6486         quant penalty for beam just outside staff.
6487
6488         * input/regression/beam-quanting-horizontal.ly (texidoc): move
6489         from beam-pos.ly,  remove non-horizontal tests. 
6490
6491         * input/test/(various): cleanup header info. 
6492
6493         * input/test/tchaikovsky.ly: remove file.
6494
6495         * scm/chord-generic-names.scm: move from
6496         double-plus-new-chord-name.scm
6497
6498         * input/test/orchestscore.ly: remove file
6499
6500         * Documentation/user/refman.itely (Vocal music): update documentation.
6501
6502         * scm/define-translator-properties.scm (chordNoteNamer): remove
6503         chordNameStyle, use chordNameFunction
6504
6505         * scm/chord-name.scm (set-chord-name-style): remove
6506         set-chord-name-style. Use \property chordNameFunction.
6507
6508 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6509
6510         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6511         music): remove @TeX{} command.
6512
6513 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6514
6515         * lilypond-indent.el (scan-sexps): Renamed to
6516         aargh-this-breaks-other-emacs-modes-scan-sexps.
6517
6518 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
6519
6520         * lilypond-indent.el: Fix: match concurrent one-char opening and 
6521         closing slurs: '()', etc. Add comments.
6522
6523         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
6524
6525         * lilypond-font-lock.el: match unending string at eof.
6526
6527         * make/lilypond.mandrake.spec.in: refreshed packed file list.
6528         
6529 2003-06-10  Graham Percival  <gperlist@shaw.ca>
6530
6531         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
6532         input/test/beam-dir.ly input/test/beam-position.ly    
6533         input/test/beam-suspect.ly input/test/beam-trend.ly    
6534         input/test/beams.ly input/test/crescendo-text.ly : deleted
6535         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
6536         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
6537         * input/test/default-bars.ly: moved to bar-always.ly
6538         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
6539
6540 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6541
6542         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
6543
6544 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6545
6546         * scm/chord-ignatzek-names.scm (remove-step): rename file.
6547
6548 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
6549
6550         * lilypond-indent.el: Match better slurs in scheme expressions.
6551         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
6552
6553         * Documentation/user/invoking.itexi: document Emacs' paren matching.
6554
6555 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6556
6557         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
6558
6559         * input/ac-extra-voice.ly: Add texidoc.
6560
6561         * ly/chord-modifiers-init.ly: 
6562         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
6563         and chordNameExceptionsPartial for new chord names.
6564
6565         * input/test/chord-names-dpnj.ly: 
6566         * input/test/dpncnt.ly: Update.
6567
6568         * scm/chord-name.scm: 
6569         * scm/double-plus-new-chord-name.scm: Add compatibility for new
6570         chord selection and options.
6571
6572         * ly/chord-modifiers-init.ly: Add exceptions 
6573
6574         * scm/define-translator-properties.scm (chordNameStyle) 
6575         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
6576
6577 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
6578
6579         * ly/property-init.ly (germanChords): Added.
6580         (semiGermanChords): Added.
6581         
6582         * input/test/chord-names-german.ly: Use new macros
6583         
6584 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
6585
6586         * lilypond-indent.el: Use similar parenthesis highlighting for 
6587         Emacs and XEmacs through redefinitions of parenthesis highlighting 
6588         functions; removed LilyPond-show-paren-function. Fix indenting.
6589         Turn paren-matching on also in XEmacs.
6590
6591         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
6592         as needed by parenthesis highlighting functions (in scan-sexp).
6593
6594 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6595
6596         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
6597         function.
6598         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
6599
6600 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
6601
6602         * lilypond-indent.el: tune regexp for show-paren-function.
6603
6604 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6605
6606         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
6607         for all LilyPond-produced tex snippets.
6608
6609         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
6610         fixes one line --preview output of ly2dvi.
6611
6612 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
6613
6614         * lilypond-indent.el: match only one type of slurs in
6615         LilyPond-show-paren-function.
6616
6617 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6618
6619         * debian/GNUmakefile (EXTRA_DIST_FILES): 
6620         * debian/lilypond1.7.dirs: 
6621         * debian/lilypond1.7-doc.dirs: New file.
6622
6623         * input/regression/chord-name-exceptions.ly: Add parameter for
6624         ignatzekExceptions.  Quote hash in docstring.
6625
6626 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
6627
6628         * lilypond-indent.el (show-paren-function): define show-paren-function
6629         as LilyPond-blink-matching-open and use it for closing parens.
6630         Let LilyPond-blink-matching-open know whether a bracket was inserted.
6631
6632         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
6633         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
6634         LilyPond-blink-matching-paren in order to match both open and close
6635         brackets.
6636         
6637 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
6638
6639         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
6640         testing by modifying the code from FSF Emacs paren.el. Add comments.
6641
6642 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6643
6644         * input/test/dpncnt.ly: Transpose example to match new
6645         default \chords octave.  Add comment.
6646         
6647         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
6648         comment about octave change.
6649
6650 2003-06-04  Graham Percival  <gperlist@shaw.ca>
6651
6652         * input/test/[d,e]: added texinfo index tags.
6653         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
6654
6655 2003-06-04  Graham Percival  <gperlist@shaw.ca>
6656
6657         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
6658
6659 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
6660
6661         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
6662         as in blink-matching-open.
6663
6664 2003-06-03  Graham Percival  <gperlist@shaw.ca>
6665
6666         * input/test/[a-c]: more comments in files.
6667         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
6668         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
6669         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
6670         mark file for proposed deletion.
6671         * input/test: renaming files:
6672         auto-beam-4-8.ly to beam-auto-4-8.ly
6673         auto-beam-override.ly to beam-auto-override.ly
6674         auto-beam.ly to beam-auto.ly
6675         blank.ly to blank-paper.ly
6676         absolute-volume.ly to dynamic-absolute-volume.ly
6677
6678 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6679
6680         * input/test/dpncnt.ly: 
6681         * input/test/chord-names-dpnj.ly: Resurrect.
6682
6683         * lily/my-lily-lexer.cc: Remove chordnames keyword.
6684
6685         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
6686
6687         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
6688         Better docstring, add parameter OMIT-ROOT, tidy up.
6689
6690 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
6691
6692         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
6693
6694 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6695
6696         * scm/output-ascii-script.scm (as-font-alist-alist):
6697         (as-properties-to-font-name):
6698         (as-make-style-sheet): Remove.
6699
6700         * scm/font.scm (as-make-font-list): New function.
6701         (as-font-sheet-alist): New variable.
6702
6703         * ly/paper-as9-init.ly: 
6704         * ly/paper-as5-init.ly: Update.
6705
6706         * ly/paper-as5.ly:
6707         * ly/paper-as9.ly: New file.
6708
6709 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6710
6711         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
6712
6713 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6714         * input/sondag-morgen/*: removed due to copyright concerns.
6715         * input/[a,b]*.ly: added a newline at the end of the texinfo
6716         doc string (produces better output in HTML version).
6717         * input/c*.ly: added texinfo index and added comments to
6718         aid in future changes to input/test/ files.
6719
6720 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6721         
6722         * Documentation/user/refman.itely: fixed build problem (missing
6723         file) caused by previous renaming.
6724
6725 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6726         
6727         * input/test/[a,b]*.ly: added texinfo index and added comments to
6728         aid in future changes to input/test/ files.
6729         * input/test/bar-number-every-5-reset.ly: renamed to
6730         bar-number-every-five-reset.ly
6731         * input/test/bar-script-visibility.ly: renamed to
6732         bar-number-show-all.ly
6733
6734 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6735
6736         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
6737         to Voice.
6738
6739         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
6740         out note-line and glissando functionality.
6741         
6742         * lily/line-spanner.cc (brew_molecule): cleanup.
6743
6744 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6745
6746         * scripts/as2text.scm: Use rdelim module.
6747         (start-system): Rename from start-line.
6748         (stop-system): Rename from stop-line.
6749         (af-gulp-file): Use string iso symbol for getenv.
6750
6751         * scm/output-ascii-script.scm: Add guile and lily modules.
6752         (font-name-alist): New variable.
6753         (draw-line): New function.
6754
6755         * scm/output-lib.scm (func, arg->string): Re-add from archive.
6756         (Were these silently removed, without ChangeLog entry?)
6757
6758 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6759
6760         * scm/music-functions.scm (make-ottava-set): bugfixes: also
6761         process 2nd ottava correctly.
6762
6763 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
6764
6765         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
6766
6767 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6768
6769         * Documentation/user/converters.itely (Invoking midi2ly): Update.
6770
6771 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6772
6773         * VERSION: release 1.7.20
6774         
6775         * lily/text-spanner.cc (brew_molecule): clean up function. This
6776         fixes bugs with broken 8va spanners.
6777
6778         * lily/simple-spacer.cc (solve): also compute force for raggedright.
6779         This prevents spurious line-breaks with raggedright
6780         
6781 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6782
6783         * lily/key-performer.cc (create_audio_elements): always use major
6784         key
6785
6786         * Documentation/user/internals.itely: updates
6787
6788         * input/regression/beam-break.ly: new file.
6789
6790         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
6791         beams if starting or terminating stems have 'beaming set.)
6792
6793         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
6794         property.
6795
6796         * lily/parser.yy (verbose_command_req): add comment about scales.
6797
6798 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
6799
6800         * lilypond-indent.el: adjust regexps in bracket-matching.
6801
6802 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
6803
6804         * Documentation/user/refman.itely: more tiny fixes
6805
6806         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
6807         "Chord names"; added table with input syntax for solesmes neumes
6808         table; added some words about rationale on input syntax design
6809
6810         * lily/gregorian-ligature-engraver.cc,
6811         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6812         lily/include/gregorian-ligature.hh: bugfix: horizontal head
6813         alignment of Pes Initio Debilis
6814
6815         * Documentation/user/refman.itely,
6816         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6817         mf/parmesan-heads.mf: fixed most of the head selection/alignment
6818         bugs in the solesmes neumes table
6819
6820 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
6821
6822         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
6823         Similarly, match '[' and ']' by skipping '\[' and '\]'.
6824
6825         * lilypond-mode.el: fix tag-score. small improvements.
6826
6827 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6828
6829         * .cvsignore: Add aclocal.m4.
6830
6831         * lily/music-constructor.cc: Include <assert.h>.
6832
6833 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6834
6835         * ly/engraver-init.ly (HaraKiriStaffContext): use
6836         RemoveEmptyStaffContext instead.
6837
6838         * Documentation/user/refman.itely: updates
6839
6840 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
6841
6842         * Documentation/user/refman.itely: added solesmes neumes table;
6843         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
6844         bugfix: "Ornaments" -> "Articulations"
6845
6846         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
6847
6848 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
6849
6850         * lilypond-indent.el: Add a message about trying to match \] or \).
6851         
6852 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
6853         
6854         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
6855         obsolete "arithmetic_*"
6856
6857         * input/bugs/ligatures.ly: removed (will be put into a different
6858         directory later)
6859
6860 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6861
6862         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
6863         libkpathsea (Maurizio Tomasi).
6864
6865 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6866
6867         * input/regression/repeat-slash.ly (texidoc): new file
6868
6869         * lily/slash-repeat-engraver.cc (try_music): new file, handle
6870         slash repeats separately. Slash repeats and %
6871         repeats can now be nested.
6872
6873 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
6874
6875         * lilypond-indent.el: Add preliminary test for closing \] and \).
6876         
6877 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
6878
6879         * lily/gregorian-ligature-engraver.cc,
6880         lily/vaticana-ligature-engraver.cc,
6881         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
6882         mf/parmesan-heads.mf: various semivocalis related bugfixes
6883
6884         * input/bugs/ligatures.ly: new file demonstrating problems with
6885         ligatures
6886         
6887 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
6888
6889         * lilypond-mode.el,
6890         lilypond-font-lock.el,
6891         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
6892
6893 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
6894
6895         * lilypond-mode.el: Remove outdated code. Stress the difference 
6896         between Emacs and XEmacs definitions.
6897
6898         * lilypond-mode.el,
6899         lilypond-indent.el: Define a function interactive only when necessary.
6900
6901 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
6902
6903         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
6904         Use inactive regions also in XEmacs.
6905
6906 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6907
6908         * Documentation/user/refman.itely (Repeat syntax): more updates
6909
6910         * lily/simple-spacer.cc (solve): move solution process into
6911         solve(). This fixes a bug with collisions and raggedright = ##t.
6912  
6913         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
6914
6915         * ly/engraver-init.ly: remove GraceContext. Update examples.
6916
6917 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6918
6919         * GNUmakefile.in (fonts): Also make fontball.
6920
6921         * Website fixes:
6922
6923         * ly/engraver-init.ly (GraceContext): Add.
6924
6925         * run:
6926
6927             convert-ly $(find . -name *.ly)
6928
6929         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
6930         new chords.
6931
6932 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6933
6934         * VERSION: 1.7.19 released
6935         
6936         * scm/music-functions.scm (set-octavation): new function.
6937
6938         * input/regression/ottava.ly: new file
6939
6940         * lily/translator-scheme.cc (LY_DEFINE): new function
6941         ly:unset-context-property
6942         (LY_DEFINE) new function ly:context-property-where-defined: 
6943
6944 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
6945
6946         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
6947
6948         * lilypond.words: add few.
6949
6950         * input/test/script-chart.ly: fix typo.
6951
6952 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6953
6954         * scm/define-grobs.scm: uniform naming for definitions and output
6955         routine files. 
6956
6957         * ly/engraver-init.ly (ChoirStaffContext): add \description from
6958         scm/context-description.scm
6959
6960         * lily/parser.yy (translator_spec_body): add \description to the
6961         \translator{} body syntax.
6962
6963         * lily/ottava-engraver.cc: new file.
6964
6965         * scm/chord-name.scm (natural-chord-alteration): replace old
6966         chord stuff. 
6967
6968         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
6969
6970         * Documentation/user/refman.itely (Metronome marks): update doco.
6971
6972         * input/regression/markup-note.ly: new file
6973
6974         * input/regression/metronome-marking.ly: new file
6975
6976         * lily/metronome-engraver.cc: new file. Print \tempo markings.
6977
6978         * scm/new-markup.scm (note-markup): make a note glyph, useful for
6979         metronome marks.
6980
6981 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6982
6983         * Documentation/user/GNUmakefile: Compatibility fix for new
6984         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
6985         for making binary packages; info splitting bug has been fixed.
6986
6987         * Documentation/user/refman.itely: Compile fixes.
6988
6989 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
6990
6991         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
6992         Count \midi -keywords also for a region.
6993
6994 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6995
6996         * lily/lookup.cc (LY_DEFINE): new function
6997
6998         * Documentation/user/tutorial.itely: updates
6999
7000 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
7001
7002         * lilypond-mode.el: Allow Midi on buffer.
7003         Use only '.ly'-extension, remove '.sly' and '.fly'.
7004         Allow use of inactive regions. Invoke next Command on Master file, 
7005         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
7006
7007 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7008
7009         * Documentation/user/tutorial.itely: updates.
7010
7011 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
7012
7013         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
7014
7015 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
7016
7017         * lily/coherent-ligature-engraver.cc: fixed typo
7018
7019         * lily/coherent-ligature-engraver.cc,
7020         lily/gregorian-ligature-engraver.cc,
7021         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7022         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
7023         lily/vaticana-ligature-engraver.cc,
7024         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
7025         scm/grob-description.scm: cleanup: junked LigatureHead grob and
7026         removed all ligature specific stuff from NoteHead code
7027
7028         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
7029         ligatures now use regular noteheads
7030
7031         * lily/vaticana-ligature.cc: tiny code cleanups
7032
7033         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
7034         space between two adjacent noteheads of the same pitch
7035
7036         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
7037         description; cleanup: removed obsolete font-family settings
7038
7039 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
7040
7041         * lily/coherent-ligature-engraver.cc,
7042         lily/gregorian-ligature-engraver.cc,
7043         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7044         lily/mensural-ligature-engraver.cc,
7045         lily/vaticana-ligature-engraver.cc,
7046         lily/include/gregorian-ligature-engraver.hh: updated for new
7047         Coherent_ligature_engraver; added comments that describe the basic
7048         design ideas of the ligature implementation
7049
7050         * lily/coherent-ligature-engraver.cc,
7051         lily/include/coherent-ligature-engraver.hh: new file: shared code
7052         between mensural ligatures and Gregorian chant notation ligatures
7053
7054 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7055
7056         * lilypond-mode.el: XEmacs fixes: include two definitions for the
7057         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
7058         use only two arguments in sit-for, use no arguments in
7059         read-char-exclusive, backspace is not a character (127) in XEmacs.
7060
7061         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
7062
7063 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
7064
7065         * lilypond-mode.el: un-commenting works after syntax-table fix.
7066
7067         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
7068         group, verbose commenting for syntax table.
7069
7070         * lilypond-indent.el: add TODO for ligature slurs.
7071
7072 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
7073
7074         * lilypond-mode.el: Move comments of parenthesis matching away,
7075         (blink-matching-paren-on-screen) fix blinking in Emacs.
7076
7077         * lilypond-font-lock.el: Fix parent-matching for Emacs:
7078         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
7079
7080         * lilypond-indent.el: Add TODO for parenthesis matching.
7081
7082 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
7083
7084         * lilypond-mode.el: Fix XEmacs: 
7085         changed [S-iso-lefttab] to [(shift iso-lefttab)],
7086         invoke explicitly easy-menu-add (in Emacs done automatically).
7087         
7088         * lilypond.words: Add few words from input/*/*.ly.
7089
7090 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7091
7092         * VERSION (PATCH_LEVEL): release 1.7.18
7093
7094         * scripts/lilypond-book.py: only print basename for printfilename
7095         option
7096
7097         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
7098         and syntax updates.
7099
7100 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7101
7102         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
7103         better parametrisation. Move fatness of bulb downward.
7104
7105         * mf/parmesan-custodes.mf (dir_down): remove underscores from
7106         glyph names. Underscores are not allowed .ps encoding files.
7107
7108 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
7109
7110         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
7111         variable "packed" for packed right-ragged mode
7112
7113         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
7114         unused variable ragged; fixed indentation
7115
7116         * Documentation/user/refman.itely: tiny cleanups in ancient
7117         clef and custos section
7118
7119 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7120
7121         * lily/parser.yy (Simple_music): add \applyoutput, syntax
7122         \applyoutput PROCEDURE
7123
7124         * lily/my-lily-lexer.cc: add \applyoutput.
7125
7126         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
7127
7128         * lily/text-item.cc: clean text-interface description
7129
7130 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7131
7132         * input/{regression,test}/: use postfix for slur endings and beam
7133         begins.
7134
7135         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
7136         style beams too. 
7137
7138         * input/regression/lyrics-melisma-beam.ly: new file.
7139
7140         * lily/lyric-engraver.cc (process_music): change from
7141         process_acknowledged_grobs()
7142
7143         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
7144         functions to set and revert auto-beam settings.
7145
7146 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7147
7148         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
7149
7150 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
7151
7152         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
7153         Documentation/user/lilypond.tely: fixed some typos; updated author
7154         info
7155
7156         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
7157         #"" -> #'flag-style = #'()
7158
7159         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
7160         cleanup: removed dead #includes
7161
7162         * lily/gregorian-ligature-engraver.cc,
7163         lily/include/gregorian-ligature.hh,
7164         scm/grob-property-description.scm: small cleanups, small spacing
7165         fixes
7166
7167         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
7168         lily/vaticana-ligature.cc,
7169         lily/include/gregorian-ligature-engraver.hh,
7170         scm/grob-property-description.scm, scm/music-types.scm:
7171         "porrectus" -> "pes or flexa"
7172
7173         * ly/engraver-init.ly, scm/grob-description.scm,
7174         scm/grob-property-description.scm: junked porrectus, now handled
7175         by ligature code
7176
7177         * scm/grob-description.scm: bugfix: added space-alist entry for
7178         breathing sign/custos
7179
7180 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7181
7182         * Another grand 2003 update.
7183         
7184         * Remove mentioning of `mudela'; There's no such thing.
7185
7186 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7187
7188         * Documentation/user/preface.itely (Preface to version 1.8): update
7189
7190         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
7191
7192         * Documentation/user/converters.itely (Invoking convert-ly): revise
7193
7194         * scripts/convert-ly.py (outfile_name): remove --assume-old.
7195
7196         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
7197
7198 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7199
7200         * Documentation/user/internals.itely: more updates.
7201
7202 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7203
7204         * Documentation/user/refman.itely: revise 
7205
7206         * Documentation/user/internals.itely: revise
7207
7208         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
7209
7210 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
7211
7212         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
7213         beautification: reformatted ancient clefs section; cleanup: small
7214         wording fixes
7215
7216 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
7217
7218         * lilypond.words: added words for chant notation, sorted
7219         alphabetically through "sort lilypond.words"
7220
7221 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
7222
7223         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
7224         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
7225         chant notation
7226
7227 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
7228
7229         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
7230         prevent TeX from interpreting them as long dash
7231
7232         * input/test/vaticana.ly: updated
7233
7234         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
7235         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
7236         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
7237         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
7238         fixes
7239
7240         * mf/parmesan-heads.mf: ledger endings: removed dead code
7241
7242 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7243
7244         * VERSION: 1.7.17 released
7245         
7246         * Documentation/user/GNUmakefile
7247         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
7248         files too.
7249
7250         * scm/document-markup.scm: new file: document all markup
7251         functions.
7252
7253         * scm/documentation-generate.scm: rename all documentation modules
7254         to document-*.scm
7255
7256         * scripts/lilypond-book.py: generate link to .ly file iso. link to
7257         .png
7258
7259         * input/test/divisiones.ly: added
7260
7261         * input/regression/output-property.ly: new file
7262
7263         * lily/cluster.cc: change cluster-interface to use style property
7264
7265 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
7266
7267         * input/test/chord-names-german.ly: modified.
7268
7269         * scm/chords-ignatzek.scm:
7270           chord-name->german-markup: Added
7271           note-name->german-markup: Changed (now producing lowercase notenames)
7272
7273         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
7274         
7275 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7276
7277         * scripts/convert-ly.py (FatalConversionError.conv):
7278         divisiominima -> divisioMinima, etc.
7279
7280         * ly/engraver-init.ly (FiguredBassContext): add
7281         Separating_line_group_engraver to Figured bass context.
7282
7283         * ly/german-chords-init.ly: remove file
7284
7285         * input/test/chord-names-german.ly (scm): new file.
7286
7287         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
7288
7289         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
7290         Chord_name_engraver
7291
7292         * Documentation/user/refman.itely: lots of updates.
7293
7294         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
7295         new file
7296
7297         * input/test/bar-number-every-5-reset.ly: new file.
7298
7299 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7300
7301         * input/regression/chord-name-major7.ly: new file
7302
7303         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
7304         if specced explicitly.
7305
7306         * input/regression/chord-name-entry-11.ly: new file.
7307
7308         * input/test/slur-beautiful.ly: new file.
7309
7310         * Documentation/user/refman.itely: updates.
7311
7312         * input/regression/collisions.ly (threevoice): cleanup.
7313
7314         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
7315
7316 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * Documentation/user/*.itely: various updates.
7319
7320         * ly/spanners-init.ly: enddecr/ endcr.
7321
7322         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
7323         of tutorial
7324
7325 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7326
7327         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
7328
7329         * lily/new-chord-name-engraver.cc (process_music): use octavation
7330         (a number) instead of original-pitch to store inversions. This
7331         fixes a problem with transposed chords with inversions.  
7332
7333 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7334
7335         * stepmake/aclocal.m4: Include compile fix for broken flex, as
7336         used in includable-lexer.hh.
7337
7338         * lily/includable-lexer.cc: Bugfix: include config.h.
7339
7340         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
7341         circumvention of Debian packaging bug.
7342
7343 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7344
7345         * flex-2.5.31 hits Debian/unstable.  Fixes below.
7346         
7347         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
7348
7349         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
7350         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
7351
7352         * lily/include/includable-lexer.hh: 
7353         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
7354
7355         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
7356
7357         * aclocal.m4: Regenerate.
7358
7359         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
7360         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
7361
7362         * scm/pdf.scm (use-modules): Include lily.
7363
7364         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
7365         Noordkamp).
7366         (use-modules): Include lily.
7367         (lily-def): Bugfix: include tex-val in let.
7368
7369 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
7370
7371         * lilypond-mode.el: sensible error if lilypond.words not found.
7372
7373         * lilypond.words: add few words.
7374
7375 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
7376
7377         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
7378
7379         * mf/parmesan-scripts.mf: fixed typo in char name
7380
7381 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7382
7383         * VERSION: 1.7.16 released
7384
7385         * python/lilylib.py (setup_temp): temporary directories are mode 700.
7386         (this is a security vulnerability).
7387
7388         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
7389
7390         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
7391         add staff support.
7392
7393 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
7394
7395         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
7396         ly/script-init.ly, scm/script.scm: bugfix: renamed
7397         fermata->signumcongruentiae to fix naming clash with feta font
7398
7399 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7400
7401         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
7402
7403         * lily/multi-measure-rest-engraver.cc
7404         (start_translation_timestep): use grace timing too for determining
7405         when to make mmrest.
7406         (start_translation_timestep): clear numbers too.
7407
7408 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
7409
7410         * scm/music-types.scm: compile fix: escape braces
7411
7412         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
7413         work around font selection problem
7414
7415         * Documentation/user/refman.itely: BreathingSign: added docu for
7416         property "text"
7417
7418 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7419
7420         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
7421         information.
7422
7423 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7424
7425         * lily/multi-measure-rest-engraver.cc (class
7426         Multi_measure_rest_engraver): make multiple Number objects, one
7427         for each MultiMeasureTextEvent.
7428
7429         * scm/music-functions.scm (glue-mm-rest-texts): use
7430         MultiMeasureTextEvent
7431
7432         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
7433
7434         * Documentation/user/refman.itely (Multi measure rests): update.
7435
7436 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7437
7438         * lily/ly-module.cc (ly_copy_module_variables): use
7439         scm_internal_hash_fold() for iterating modules.
7440
7441 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
7442
7443         * Documentation/user/refman.itely: Section Custodes: added more
7444         example code
7445
7446         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
7447         neo-mensural rests to parmesan font
7448
7449         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
7450         header
7451
7452 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7453
7454         * Documentation/user/macros.itexi: @fileref macro.
7455
7456         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
7457         each file. 
7458
7459 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
7460
7461         * lily/include/custos.hh, make/lilypond.suse.spec.in,
7462         Documentation/topdocs/AUTHORS.texi: updated my email address
7463
7464         * Documentation/user/refman.itely: updated custos documentation;
7465         beautified divisiones example; beautified articulations table
7466
7467         * lily/breathing-sign.cc: bugfix: finalis molecule
7468
7469 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
7470
7471         * Documentation/user/refman.itely: added docu for
7472         contemporary fermata symbols, gregorian breathing signs; small fixes
7473
7474         * ly/gregorian-init.ly: removed obsolete #'type props
7475
7476 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7477
7478         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
7479         minimum-length property correctly.
7480
7481 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7482
7483         * scm/music-functions.scm (make-multi-measure-rest): set input
7484         locations for multimeasure rests.
7485
7486 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
7487
7488         * input/regression/breathing-sign.ly: updated to for ancient
7489         notation
7490
7491 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7492
7493         * scripts/ly2dvi.py: Add newline.
7494
7495 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7496
7497         * scripts/ly2dvi.py (dependency_files): Compile fix.
7498
7499 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7500
7501         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
7502         (make_html_menu_file): --html menu. 
7503
7504 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7505
7506         * scripts/ly2dvi.py (run_dvips): +add the .map file 
7507
7508 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7509
7510         * input/screech-boink.ly: new file.
7511
7512 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7513
7514         * scripts/lilypond-book.py (make_lilypond_file): convert
7515         lilypond-file to lilypond block directly, without going through
7516         begin/end lilypond text.
7517         
7518
7519 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
7520
7521         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
7522         scm/grob-description.scm: moved Michael's original breathing sign
7523         code in brew_molecule() to divisio_minima(); provided new
7524         brew_molecule() that effectively replaces the
7525         Text_item::brew_molecule callback (with additional fallback to
7526         Michael's original code); added callbacks for brewing divisio
7527         maior/maxima and finalis
7528
7529         * gregorian-init.ly: added breathing sign shortcuts for virgula,
7530         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
7531
7532         * script-init.ly: added shortfermata, longfermata,
7533         verylongfermata, varcoda
7534
7535         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
7536         longfermata, verylongfermata, varcomma, varcoda
7537
7538 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7539
7540         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
7541           Remove all noquote and insert a few quote.
7542         
7543         * Documentation/user/lilypond-book.itely (Music fragment options),
7544           scripts/lilypond-book.py: Don't include quotation blocks by
7545           default. Introduce option quote instead of noquote
7546
7547 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7548
7549         * VERSION: 1.7.15 released
7550         
7551         * Documentation/user/lilypond.tely: omf updates.
7552
7553         * buildscripts/texi2omf.py (omf_vars): include version.date
7554
7555         * make/lilypond.redhat.spec.in: fixes for spec file. 
7556
7557         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
7558         by function definition: lily now requires a recent GNU Make.
7559
7560         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
7561
7562         * make/ly-rules.make: remove .ly -> .tex rule
7563
7564         * Documentation/user/refman.itely (Figured bass): revised figured
7565         bass example.
7566
7567 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7568
7569         * stepmake/stepmake/omf-targets.make (local-install): add
7570         scrollkeeper-update message.
7571
7572         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
7573         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
7574
7575         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
7576
7577         * Documentation/user/converters.itely (Invoking midi2ly): add
7578         track/channel notice.
7579
7580 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7581
7582         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
7583
7584         * lily/parser.yy (scalar): DIGIT is also a scalar.
7585
7586         * Documentation/user/music-glossary.tely: add @omf tags
7587
7588         * Documentation/user/lilypond.tely: add @omf tags
7589
7590         * scm/generate-documentation.scm (string-append): add @omf tags.
7591
7592         * stepmake/stepmake/omf-*: new files 
7593
7594         * input/regression/multi-measure-rest.ly (texidoc): add doco
7595
7596         * GNUmakefile.in (web-doc-install): add web-doc-install target
7597
7598         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
7599         fixes crashes while dumping MIDI.
7600
7601         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
7602         midi
7603
7604 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7605
7606         * buildscripts/texi2omf.py: new file.
7607
7608         * mf/feta-beugel.mf: include font count, not staffsize (16) in
7609         font-name
7610
7611 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7612
7613         * input/regression/beam-manual-beaming.ly (texidoc): new file.
7614
7615         * lily/sequential-iterator.cc (descend_to_child): call
7616         descend_to_child() for all types of music.
7617
7618 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7619
7620         * scm/translator-property-description.scm: Add
7621         bassFigureFormatFunction.  Replace some entries.
7622
7623 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7624
7625         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
7626         clean out.
7627
7628 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7629
7630         * scripts/midi2ly.py (Note.dump): never dump duration for
7631         dump_dur=0.
7632
7633         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
7634         new function
7635
7636         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
7637         figures using new markups. Much simpler, and should improve layout
7638         a little.
7639
7640         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
7641
7642 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7643
7644         * ly/engraver-init.ly: use Hara kiri by default for 
7645         ChordNames, FiguredBass and Lyrics(Voice) context. 
7646
7647         * lily/axis-group-engraver.cc (acknowledge_grob): use
7648         rhythmic-grob-interface for selecting items not to hara-kiri'd 
7649
7650         * scm/new-markup.scm (markup-function-list): add bracket,
7651         vbracket.
7652
7653         * ly/engraver-init.ly (ChordNamesContext): set
7654         minimumVerticalExtent
7655
7656 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7657
7658         * input/test/time-signature-double.ly: new file 
7659
7660         * input/regression/collision-head-chords.ly (texidoc): new file.
7661
7662         * lily/type-swallow-translator.cc: add note swallow translator 
7663
7664         * input/test/time-signature-double.ly: new file.
7665
7666         * lily/type-swallow-translator.cc: add Rest_swallow_translator
7667
7668         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
7669         (FiguredBassContext): idem.
7670
7671         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
7672
7673         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
7674
7675         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
7676
7677         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
7678         .afm dependency
7679
7680         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
7681
7682         * python/lilylib.py (make_page_images): add function.
7683
7684         * scripts/ly2dvi.py (run_latex): include title in preview image.
7685
7686         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
7687         from lilypond-book for <ly2dvifile> tags in HTML.
7688
7689         * scripts/ly2dvi.py (option_definitions): add --debug option to
7690         print out environment.
7691
7692         * input/regression/tie-chord-partial.ly: new file.
7693
7694 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
7695
7696         * lilypond.words: add 3
7697
7698 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7699
7700         * scm/new-markup.scm (markup-function-list): add finger-markup
7701
7702         * input/tutorial/brahms-tweaked.ly: new markup 
7703
7704         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
7705
7706         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
7707         crash when processing '() markup
7708
7709         * input/regression/breathing-sign.ly (texidoc): add caesura example.
7710
7711         * lily/breathing-sign.cc (railtracks): another caesura.
7712
7713         * mf/feta-schrift.mf: caesura symbol. 
7714
7715 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7716
7717         * scripts/convert-ly.py (FatalConversionError.conv): add
7718         ly:molecule-XXX conversions.
7719
7720         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
7721
7722         * input/regression/multi-measure-rest-text.ly: new file.
7723
7724         * scm/music-functions.scm (glue-mm-rest-texts): automatically
7725         convert MMREST-TEXT to MultiMeasureRestNumber settings.
7726
7727         * ly/engraver-init.ly (ScoreContext): move tablature settings to
7728         ScoreContext
7729
7730         * scm/new-markup.scm (center-markup): \center markup.
7731
7732         * scm/music-functions.scm: remove pitchify scripts.
7733
7734         * lily/music.cc (print_smob): display music name if available 
7735
7736 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7737
7738         * Documentation/user/refman.itely (Instrument names): remove
7739         \turnOff doco.
7740
7741 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7742
7743         * lily/score.cc (mark_smob): bugfix.
7744
7745         * input/regression/rehearsal-mark.ly: new file.
7746
7747         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
7748         report error at the current token again.
7749
7750 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7751
7752         * cygwin/mknetrel: Exit if doc build fails.
7753
7754         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
7755
7756 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7757
7758         * scm/music-types.scm (music-descriptions): add doc strings
7759
7760 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7761
7762         * lily/lexer.ll: 
7763         * lily/include/my-lily-lexer.hh: 
7764         * lily/include/includable-lexer.hh: Add flex kludge.
7765
7766         * config.hh.in: 
7767         * config.make.in: 
7768         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
7769         cruft.
7770         
7771         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
7772         code.
7773
7774 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7775
7776         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
7777
7778         * lily/parser.yy (new_chord): Compile fix.
7779
7780 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7781
7782         * Documentation/user/refman.itely (Tuning groups of objects):
7783         remove documentation for \turnOff. 
7784
7785         * lily/percent-repeat-engraver.cc (try_music): add correct
7786         processing moments for double-measure percents as well.
7787
7788         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
7789
7790         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
7791         grob prop type. 
7792
7793         * Documentation/user/refman.itely (Printing named chords): add
7794         chord name tweak doco.
7795
7796         * input/template/gregorian-transcription.ly: new file.
7797
7798 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7799
7800         * VERSION: 1.7.13 released
7801         
7802         * input/test/*: lots of cleanups/comment-outs/removals in chord
7803         examples
7804         
7805         * input/regression/*: lots of cleanups/comment-outs/removals in
7806         chord examples
7807         
7808         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
7809         options
7810
7811         * lily/new-chord-name-engraver.cc (process_music): give original
7812         inversion pitch to chord name routine.
7813
7814         * input/tutorial/os-score.ly: update to new markup
7815
7816         * Documentation/user/appendices.itely: simply include
7817         chords-ignatzek. 
7818
7819         * Documentation/user/refman.itely (Chords mode): add documentation
7820         for chord mode.
7821
7822         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
7823         not present in chord.
7824         (construct-chord): add inversion and bass support.
7825
7826         * lily/chord.cc: junk contents.
7827
7828 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
7829
7830         * Documentation/user/refman.itely:
7831         * Documentation/user/music-glossary.tely: fix. 
7832
7833 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7834
7835         * scm/chord-entry.scm (construct-chord): move chord construction
7836         to Scheme.
7837
7838         * lily/parser.yy (new_chord): new setup for chord entry.
7839
7840 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
7841
7842         * lilypond.words:
7843         * Documentation/user/music-glossary.tely: add ambitus.
7844
7845 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7846
7847         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
7848
7849         * lily/include/*.hh: string() -> to_string()
7850
7851         * scm/chords-ignatzek.scm: new file.
7852
7853         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
7854         standard chord name exceptions.
7855
7856         * scm/translator-property-description.scm (chordNameSeparator):
7857         add property.
7858         (majorSevenSymbol): add property
7859
7860         * lily/translator-scheme.cc (ly:context-properties): new function
7861         (ly:context-parent): new function.
7862         (print_smob): print context name.
7863
7864         * lily/music.cc (ly:get-music-length): new function
7865         (print_smob): don't print properties.
7866
7867         * lily/duration.cc (duration<?): new function
7868
7869         * input/regression/chords-funky-ignatzek.ly: new file.
7870
7871         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
7872         jazz chords.
7873
7874         * lily/pitch.cc (ly:pitch-diff): new function.
7875
7876         * input/regression/chords-ignatzek.ly: new file.
7877
7878 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7879
7880         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
7881         pitches for jazz chords.
7882
7883 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7884
7885         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
7886
7887 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
7888
7889         * lilypond.words: add 1
7890
7891 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
7892
7893         * Documentation/topdocs/AUTHORS.texi: refine.
7894
7895 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
7896
7897         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
7898         
7899         * lilypond.words: add one.
7900
7901 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
7902
7903         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
7904         Fontify bass note in chords, e.g., e in c1/e.
7905         
7906 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7907
7908         * Documentation/user/music-glossary.tely: Dutch updates and
7909         additions (Arent Storm).
7910
7911 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7912
7913         * input/regression/ambitus.ly:  move file.      
7914
7915         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
7916
7917         * lily/event.cc (transpose): add tonic property to Key_change_req
7918         and to Key_engraver.
7919
7920 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
7921
7922         * Documentation/user/refman.itely: fix typo.
7923
7924         * lilypond.words: removed wrong identifiers.
7925
7926 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7927
7928         * mf/feta-toevallig.mf: make flat stem shorter 
7929
7930 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
7931
7932         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
7933
7934         * lilypond.words: add from Phrasing slur.
7935         
7936 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
7937
7938         * lilypond-mode.el: allow launching multiple ViewPS processes.
7939         
7940         * lilypond.words: add from Text markup.
7941
7942 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7943
7944         * input/test/ossia.ly (texidoc): add comment.
7945
7946         * input/regression/voice-follower.ly: new file.
7947
7948         * mf/feta-toevallig.mf: make flat heavier.
7949
7950         * lily/cluster-engraver.cc: clean up Cluster engraver
7951
7952         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
7953         Engraver. Use Note_column to compute Y positions and deal with
7954         line break stuff.
7955
7956 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7957
7958         * lily/stem.cc: move french-beaming to stem.
7959
7960 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
7961
7962         * lilypond-font-lock.el: fontify all durations in chords.
7963
7964         * lilypond.words: add from lily/my-lily-lexer.cc
7965
7966 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7967
7968         * VERSION: release 1.7.12
7969
7970         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
7971
7972         * lily/gregorian-ligature.cc: new file
7973
7974         * lily/*: the Great 2003 search & replace.
7975
7976         * Documentation/user/refman.itely (Manual repeat commands): add
7977         note about font selection.
7978
7979 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
7980
7981         * lilypond-mode.el: propose recompiling midi while invoking playing,
7982         not while stopping playing.
7983
7984 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
7985
7986         * lilypond.words: add one.
7987
7988         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
7989         and expressional note grouping. Fontify chord modes.
7990
7991 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
7992
7993         * Documentation/user/music-glossary.tely (Top): translate melisma.
7994
7995 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7996
7997         * Documentation/user/music-glossary.tely (Top): add melisma.
7998
7999 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
8000
8001         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
8002         interfaces for (abstract) grob GregorianLigature
8003
8004         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
8005         renamed head* -> glyph_name*, x-shift* -> x-offset*
8006
8007         * scm/grob-property-description.scm: bugfix: added missing descriptions
8008
8009 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8010
8011         * input/test/chord-names-dpnj.ly: New file.
8012
8013         * scm/double-plus-new-chord-name.scm: Implement full and partial
8014         exceptions.
8015
8016         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
8017
8018         * scm/double-plus-new-chord-name.scm
8019         (double-plus-new-chord->markup): Fix sub->markup.
8020
8021
8022 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
8023
8024         * lily/custos-engraver.cc: added TODO; editorial changes
8025
8026         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
8027         consistency with other ligature engravers; removed access on (now)
8028         private variable _ligature of Ligature_engraver
8029
8030         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
8031         renamed last_bound -> last_bound_; issue programming_error on
8032         abstract method calls; moved primitives code from
8033         Mensural_bracket_engraver to here (because almost ligature
8034         engravers will need it); renamed try_stop_ligature () ->
8035         typeset_ligature (); bugfix: store primitives of finished ligature
8036         in separate variable finished_primitives_ to avoid clash on input
8037         like "\] \["; added current_ligature () to enable access on
8038         private variable _ligature
8039
8040         * lily/mensural-ligature-engraver.cc: removed primitives_ code
8041         (now in super class); renamed try_stop_ligature () ->
8042         typeset_ligature ()
8043
8044         * lily/mensural-ligature.cc: issue programming_error on abstract
8045         method calls
8046
8047         * lily/note-heads-engraver.cc: added TODO comment upon bool
8048         in_ligature
8049
8050         * mf/parmesan-heads.mf: fixed some of set_char_box()
8051
8052         * scm/grob-description.scm: added VaticanaLigature
8053
8054         * scm/grob-property-description.scm: added neume prefix properties
8055
8056         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
8057         lily/include/gregorian-ligature-engraver.hh,
8058         lily/include/gregorian-ligature.hh: new files; framework for
8059         gregorian ligature engravers such as vaticana
8060
8061         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
8062         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
8063         vaticana style ligature implementation (still somewhat uncomplete)
8064
8065 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8066
8067         * VERSION: release 1.7.11
8068
8069         * scripts/convert-ly.py: add ly:pitch-transpose rule
8070
8071 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8072
8073         * input/test/dpncnt.ly: New file.
8074
8075         * lily/my-lily-lexer.cc: Add chordnames keyword.
8076
8077         * lily/parser.yy (chordnames_block): Parse chord name exception
8078         lists, see input/test/dpncnt.ly.
8079
8080         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
8081         function.
8082
8083         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
8084         filter-out too.
8085
8086         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
8087         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
8088         pitch functions (except for ly:make-pitch, but that's apparently
8089         some sort of scheme naming standard?).
8090
8091         * scm/lily.scm (!=): define-public.
8092
8093         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
8094
8095 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8096
8097         * scm/double-plus-new-chord-name.scm
8098         (double-plus-new-chord-name->markup): New file.
8099
8100 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8101
8102         * python/lilylib.py (make_preview): don't suppress progress for
8103         bbox extraction.
8104
8105 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8106
8107         * Documentation/user/appendices.itely (scheme): update for new syntax.
8108
8109         * input/regression/chord-name-styles.ly: new file
8110
8111         * lily/instrument-name-engraver.cc: create instrument names
8112         without barline too.  Allows instrument name on ChordNames  
8113
8114         * scm/new-markup.scm (interpret-markup): allow simple strings as
8115         markup too.
8116
8117 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8118
8119         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
8120         (step->markup-accidental): Fix: add accidental.
8121         (chord::inner-name-american): 
8122         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
8123         append stray '/' if last superscript addition was 'o'.
8124
8125         * scm/new-markup.scm (normal-size-sub-markup) 
8126         (normal-size-super-markup): New function.
8127
8128         * lily/source-file.cc (Source_file): Add warning for possibly
8129         intentional but suspicious initialization.
8130
8131         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
8132         add comments about cut-and-paste programming.
8133
8134         * flower/rational.cc (lcm): Not used; comment out.
8135
8136 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8137
8138         * lily/new-fingering-engraver.cc (position_scripts): use
8139         fingerHorizontalDirection to determine fingering horizontal
8140         directions.
8141  
8142         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
8143         fingering support.
8144
8145         * scripts/convert-ly.py (FatalConversionError.conv): add style
8146         conversion rule. 
8147
8148         * scm/chord-name.scm (set-chord-name-style): new function.
8149         (new-chord-name-brew-molecule): revise to interpret markup only
8150         (new-chord->markup): cleanuppish rewrite. To be called from the
8151         new engraver.
8152
8153         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
8154         Markup earlier, during interpreting.
8155
8156         * input/test/{banter,jazz,american}-chords.ly (scheme): update
8157         style settings. Rename to chord-names-*.ly
8158
8159 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8160
8161         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
8162         markup code and update to new markup.  Most probably broke some of
8163         it.
8164         
8165 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
8166
8167         * Documentation/user/refman.itely: added docu for ambitus and
8168         clusters
8169
8170         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
8171         ly_quote_scm() in lookup.cc
8172
8173         * mf/parmesan-clefs.mf: set_char_box fix
8174
8175         * lily/cluster-engraver.cc: junk implicit protection; use
8176         Protected_scm instead
8177
8178 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8179
8180         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
8181         throughout.
8182
8183         * scm/new-markup.scm: Turn-off error-triggering test code.
8184
8185 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8186
8187         * scm/new-markup.scm (markup-thrower-typecheck) 
8188         (markup-typecheck?):  add full typechecking functions.
8189         (make-markup-maker): add make-FOO-markup functions.
8190         (markup-argument-list-error): nice error checking messages.
8191         (make-markup): better function: less quoting escapades.
8192
8193 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8194
8195         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
8196
8197 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8198
8199         * cygwin/lilypond.hint (requires): Add cygwin.
8200
8201         * .cvsignore: Remove stepmake (huh!?!), add lib.
8202
8203         * GNUmakefile.in: Add libdir links for builddir runs.
8204
8205         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
8206         instead of datadir.
8207
8208         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
8209         local_lilypond_libdir.
8210
8211         * config.make.in (lilypond_libdir): Add.
8212
8213         * stepmake/stepmake/substitute-rules.make: 
8214         * stepmake/stepmake/script-rules.make: 
8215         * stepmake/stepmake/python-module-rules.make:
8216         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
8217         lilypond-python-module patch.
8218
8219 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8220
8221         * Documentation/user/refman.itely (Graphical interfaces): add note
8222         about xml2ly.
8223
8224 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8225
8226         * scripts/ly2dvi.py (run_dvips): remove trailing newline
8227
8228 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8229
8230         * VERSION: released 1.7.10
8231
8232         * scripts/musedata2ly.py (): idem
8233
8234         * scripts/midi2ly.py (dump_chord): idem
8235
8236         * scripts/etf2ly.py (version): idem 
8237
8238         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
8239
8240         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
8241
8242         * scm/tex.scm (tex-output-expression): remove eval compat
8243         glut. Other output files too.
8244
8245         * scm/chord-name.scm: don't export anything from chord module.
8246
8247         * input/test/american-chords.ly: idem
8248
8249         * input/test/banter-chords.ly (texidoc): idem
8250
8251         * input/test/Cc-chords.ly: add breakage notes.
8252
8253         * Documentation/user/refman.itely (Text markup): rewrite manual section.
8254
8255         * lily/parser.yy (scalar): allow \markup { } as property value. 
8256
8257         * scm/chord-name.scm: complete new markup usage
8258
8259         * scm/grob-description.scm (all-grob-descriptions): use new markup
8260         texts by default
8261
8262 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8263
8264         * scm/chord-name.scm: partial move to new markup texts.
8265
8266 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8267
8268         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
8269
8270         * scm/bass-figure.scm (brew-bass-figure): make stack direction
8271         settable.
8272
8273 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
8274
8275         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
8276         invoked for old midi, wait for killing.
8277
8278 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
8279
8280         * Documentation/user/music-glossary.tely: Finnishing.
8281
8282 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8283
8284         * mf/feta-nummer-code.mf: some kerning pairs.
8285
8286 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
8287
8288         * scm/output-lib.scm (set-bar-number-visibility): Context-function
8289         Added.
8290
8291         * Documentation/user/refman.itely (Bar numbers):
8292         set-bar-number-visibility added, modulo-bar-number removed again
8293         (sorry).
8294
8295 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
8296
8297         * scm/output-lib.scm (modulo-bar-number-visible): add function.
8298
8299         * Documentation/user/refman.itely: add modulo-bar-number-visible.
8300
8301         * Documentation/user/music-glossary.tely: translate into Finnish.
8302
8303 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
8304
8305         * lilypond-mode.el: add shortcut for 2midi
8306
8307         * lilypond-font-lock.el: fontify lyrics
8308
8309 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
8310
8311         * scm/drums.scm : use 1.7.x names.
8312
8313         * input/regression/drums.ly : Don't use << chords >>
8314
8315 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
8316
8317         * lilypond-mode.el: tidy, add TODO
8318
8319         * make/lilypond.mandrake.spec.in: install-info quietly.
8320
8321 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8322
8323         * input/test/markup.ly: use new syntax.
8324
8325 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8326
8327         * ly/params-init.ly (interscoreline): add word-space
8328
8329         * input/test/metronome.ly (eighthNote): idem.
8330
8331         * input/test/script-priority.ly: use new markup
8332
8333         * lily/parser.yy (markup): allow HEAD markup0 markup1 
8334
8335         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
8336
8337         * lily/parser.yy (gen_text_def): bugfix.
8338         (full_markup): allow markup identifier.
8339
8340 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
8341
8342         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
8343         jobs at the same time. Add horizontal lines to Command menu.
8344         Allow one compiling job -- propose killing others before a new one.
8345
8346         * lilypond.words: add markup, teeny, etc.
8347
8348 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
8349
8350         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
8351         Allow only one type of midi process; launching Midi either stops
8352         midis or plays the current midi and launching MidiAll stops midis
8353         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
8354         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
8355
8356 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8357
8358         * lily/text-engraver.cc (process_acknowledged_grobs): use new
8359         markup  for new markup texts.
8360
8361         * lily/mark-engraver.cc (process_music): idem
8362         
8363         * lily/instrument-name-engraver.cc (create_text): idem
8364
8365         * scm/new-markup.scm (magnify-markup): new function.
8366
8367         * scm/molecule.scm (stack-lines): bugfix.
8368
8369         * lily/font-interface.cc (get_font): take font-magnification from
8370         alist chain.
8371
8372 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8373
8374         * lily/molecule-scheme.cc: move scheme functions to separate file.
8375
8376         * lily/font-metric.cc  (ly_get_glyph): new function. 
8377         
8378         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
8379         (italic-markup, dynamic-markup): new functions
8380         (font-markup): new function
8381
8382         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
8383         padding and minimum
8384
8385 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
8386
8387         * lily/accidental-engraver.cc:
8388         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
8389
8390 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
8391
8392         * lilypond.vim:
8393         * lilypond-font-lock.el: Put \longa as duration. Accept only 
8394         [a-zA-Z] for user defined identifiers. Separate note cases 
8395         with and without a duration (allow cis\longaX).
8396
8397         * lilypond.words: Add words from Info.
8398
8399 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8400
8401         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
8402
8403 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
8404
8405         * lilypond-mode.el: Propose reverting buffer before a command if
8406         it was edited with an another editor.
8407
8408 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8409
8410         * lily/molecule.cc (ly_translate_molecule): new function
8411
8412         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
8413         into libdir
8414
8415         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
8416
8417         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
8418
8419 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
8420
8421         * lilypond.words: take \words from Info-index.
8422
8423 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8424
8425         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
8426
8427 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
8428
8429         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
8430
8431 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
8432
8433         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
8434         and lilypond-documentation.
8435
8436 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8437
8438         * lily/parser.yy: Compile fix (bison 1.75).
8439
8440 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8441
8442         * VERSION: 1.7.9 released
8443
8444         * scm/music-functions.scm (shift-one-duration-log): refactor.
8445         Use music-map.
8446
8447         * input/regression/chord-tremolo.ly (texidoc): add dot test.
8448
8449         * NEWS: update.
8450
8451         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
8452         argument
8453         
8454         * scm/music-functions.scm (display-music): new function
8455         (music-map): change arg order.
8456
8457         * input/regression/new-markup-syntax.scm: new file
8458
8459         * lily/parser.yy (markup): add \markup { .. } syntax.
8460
8461         * scm/new-markup.scm (override-markup): new function
8462         (lookup-markup): new function
8463         (music-markup): new function
8464         (lookup-markup-command): use markup-signature to store argument
8465         format for parser.
8466
8467         * lily/lexer.ll: preliminary \markup syntax. 
8468
8469 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
8470
8471         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
8472         add pre/post-dependencies and menus with icons from source.
8473
8474         * Documentation/pictures/lilypond-48x48.xpm:
8475         * Documentation/pictures/lilypond-32x32.xpm:
8476         * Documentation/pictures/lilypond-16x16.xpm: new files, background
8477         transparent.
8478
8479         * stepmake/stepmake/generic-targets.make:
8480         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
8481
8482 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8483
8484         * input/regression/music-map.ly (texidoc): new file.
8485
8486         * scm/music-functions.scm (music-map): new function
8487
8488 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8489
8490         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
8491
8492 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
8493
8494         * input/test/to-xml.ly:
8495         * lily/ligature-engraver.cc: Fixes documentation.
8496
8497         * lilypond.mandrake.spec.in:
8498         * lilypond.redhat.spec.in: Add lilypond.words.
8499
8500         * Documentation/user/refman.itely: Mention Info inside emacs.
8501         
8502         * lilypond.suse.spec.in:
8503         * lilypond.redhat.spec.in: 
8504         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
8505
8506 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8507
8508         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
8509         os.popen.read ().
8510
8511 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8512
8513         * scripts/ly2dvi.py (include_path): print warning if failing anything.
8514
8515         * python/lilylib.py (error): add space
8516
8517 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8518
8519         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
8520         distribution.
8521
8522 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8523
8524         * lily/paper-outputter.cc (Paper_outputter): close port when
8525         finishing score.
8526
8527 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8528
8529         * scm/sodipodi.scm: Fixes.
8530
8531 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
8532
8533         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
8534
8535         * buildscripts/make-font-dir.py: Fix. 
8536
8537 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
8538
8539         * lilypond-mode.el: Add support for Info inside Emacs.
8540
8541 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8542
8543         * buildscripts/make-font-dir.py: 
8544         * mf/GNUmakefile: Make sodipodi font map.
8545
8546         * scm/sodipodi.scm: Add more output functions.
8547
8548         * mf/feta-nummer.mf: 
8549         * mf/feta-beugel.mf: Add font_coding_scheme.
8550
8551         * lily/paper-outputter.cc (output_header): Fix creator string.
8552
8553 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
8554
8555         * lilypond-mode.el (LilyPond-autocompletion): invoked with
8556         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
8557
8558         * lilypond.words: add two (Everybody can add/remove words now!).
8559
8560         * debian/rules:
8561         * make/lilypond.suse.spec.in:
8562         * make/lilypond.mandrake.spec.in:
8563         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
8564
8565         * Documentation/user/refman.itely: Mention autocompletion.
8566
8567 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8568
8569         * scripts/ly2dvi.py: Add paper sizes.
8570
8571         * lily/timing-engraver.cc: 
8572         * lily/time-signature.cc: 
8573         * lily/span-bar.cc: 
8574         * lily/grob-scheme.cc: Code formatting fixes.
8575
8576         * scm/sodipodi.scm: 
8577         * scm/sketch.scm:
8578         * buildscripts/mf-to-table.py: 
8579         * buildscripts/make-font-dir.py: Font testing.
8580
8581 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
8582
8583         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
8584         inserts try-completion and shows all-completions.
8585
8586         * lilypond.words: '\' -> '\\'
8587
8588         * lilypond-mode.el: load libraries in the end, lilypond.words defines
8589         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
8590         
8591         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
8592         and LilyPond-reserved-words.
8593         
8594 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
8595
8596         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
8597         from load-path.
8598         
8599         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
8600         the mini-buffer with Control-Shift-c.
8601         
8602 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8603
8604         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
8605         duration. This fixes \tempo taking time.
8606
8607 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8608
8609         * lily/volta-engraver.cc (process_acknowledged_grobs): 
8610         Allow for text markup in repeatCommands. 
8611
8612 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
8613
8614         * lilypond-mode.el (LilyPond-insert-string): new function, use it
8615         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
8616         Get rid of skeleton.el-dependency.
8617
8618         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
8619
8620 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8621
8622         * lily/beam-engraver.cc (stop_translation_timestep): reset
8623         now_stop_ev_
8624
8625         * lily/scm-option.cc: add parse-protect to ly:set-option
8626
8627         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
8628
8629 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8630
8631         * lily/include/ligature-bracket.hh: removed
8632         * lily/ligature-bracket.cc: removed
8633
8634         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
8635         .tex
8636
8637         * lily/beam.cc (set_beaming): don't change beam count on rests.
8638         (brew_molecule): always set flag-width > 0.
8639
8640 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
8641
8642         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
8643         chars, remove instructions; instead, refer to lilypond-init.el and
8644         Documentation/topdocs/INSTALL.texi.
8645
8646         * lilypond.words: add identifiers and reserved words.
8647
8648         * Documentation/topdocs/INSTALL.texi: separate sections for installing
8649         files and adding a load-path.
8650
8651         * lilypond-init.el: Instructions, extracted from 
8652         Documentation/topdocs/INSTALL.texi. 
8653         
8654 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8655
8656         * VERSION: 1.7.8 released 
8657
8658         * lily/grob.cc (warning): better robustness fix.
8659
8660 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
8661
8662         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
8663
8664         * lily/cluster-engraver.cc: stick better to variable naming
8665         conventions
8666
8667         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
8668         until stop_translation_timestep()
8669
8670         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
8671         min/max coordinates to backend, but no musical info such as
8672         pitches
8673
8674         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
8675
8676         * lily/grob.cc: robustness fix: warning(): do not crash if
8677         cause is not set
8678
8679         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
8680         the much more elaborated tuplet brackets than the very naive and
8681         simple ligature bracket grob
8682
8683 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8684
8685         * Documentation/user/refman.itely (Analysis brackets): add
8686         horizontal bracket doco.
8687
8688         * ly/property-init.ly (setMmRestFermata): added.
8689
8690         * Documentation/user/refman.itely (Multi measure rests): fermatas
8691         on mm rests.
8692
8693         * input/regression/apply-context.ly (texidoc): new file
8694
8695         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
8696         code to be executed during interpretation. Possible applications:
8697         smart octavation, more advanced bar checks. 
8698
8699         * lily/apply-context-iterator.cc: new file.
8700
8701 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8702
8703         * input/test/new-markup.ly: new file.
8704
8705         * lily/text-item.cc (text_to_molecule): new function
8706
8707         * scm/new-markup.scm (lambda): new file
8708
8709         * lily/function-documentation.cc (ly_add_function_documentation):
8710         add proc property as well
8711
8712 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8713
8714         * Documentation/user/music-glossary.tely (Top): add custos.
8715
8716 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
8717
8718         * Documentation/topdocs/INSTALL.texi: advise how to include source
8719         path to Emacs load-path and improve language.
8720
8721 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8722
8723         * GNUmakefile.in: config.h message fix.
8724
8725         * autogen.sh:
8726         * aclocal.m4: Regenerate.
8727
8728         * configure.in: 
8729         * config.make.in: 
8730         * stepmake/config.make.in: 
8731         * stepmake/configure.in: 
8732         * stepmake/autogen.sh: 
8733         * stepmake/aclocal.m4: Update for autoconf 2.56.
8734
8735 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
8736
8737         * Documentation/topdocs/INSTALL.texi: instructions for an user how
8738         to install Emacs-mode. Instructions how to use vim-mode.
8739
8740 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8741
8742         * scm/music-types.scm (music-descriptions): no length for tempo event.
8743
8744         * input/*.ly: add \version everywhere.
8745         
8746         * input/*.ly: update syntax to 1.7 + new-chords.
8747
8748         * VERSION: 1.7.7 released.
8749         
8750         * Documentation/user/*.tely: new chord syntax.
8751
8752         * input/regression/[bc]*.ly (texidoc): syntax updates.
8753         
8754 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
8755
8756         * lilypond.words: add vocabulary to be used in auto-completion
8757
8758         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
8759
8760         * lilypond.vim: allow note name at EOF
8761
8762 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8763
8764         * buildscripts/new-chords.py (edit): -e option: inline editing.
8765
8766         * input/regression/a*.ly (texidoc): syntax updates.
8767
8768         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
8769         music): elucidations. 
8770
8771 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
8772
8773         * lily/include/lily-proto.hh, ly/engraver-init.ly,
8774         ly/spanners-init.ly, scm/grob-description.scm,
8775         scm/grob-property-description.scm, scm/music-types.scm,
8776         lily/cluster-engraver.cc, lily/cluster.cc,
8777         lily/include/cluster.hh, input/test/cluster.ly: cluster
8778         implementation
8779
8780         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
8781         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
8782         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
8783
8784         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
8785
8786         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
8787
8788         * scm/grob-description.scm: bugfix: by default, use default note
8789         head style when engraving ligatures
8790
8791         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
8792
8793         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
8794         events
8795
8796         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
8797
8798         * input/test/ancient-font.ly: bugfix: style -> flag-style
8799
8800         * lily/ligature-engraver.cc: indentation fix
8801
8802         * lily/parser.yy: indentation fixes
8803         
8804 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8805
8806         * input/regression/measure-grouping.ly: more elaborate example.
8807
8808         * lily/moment.cc: ly:add-moment, ly:mul-moment,
8809         ly:div-moment. New functions 
8810
8811         * scm/music-functions.scm (set-time-signature): new function,
8812         allow inline time sig settings with measure grouping.
8813
8814         * lily/parser.yy (command_element): move time sig construction
8815         into Scheme.
8816
8817         * lily/side-position-interface.cc (out_of_staff): new function,
8818         like padding, but keep minimum distance from staff. Easier than
8819         linespanners (dynamics, pedals), but roughly the same effect.
8820
8821 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
8822
8823         * emacs-mode.el: Added spanish-note-replacements 
8824         (Carlos Betancourt, <carlos.betancourt@chello.be>).
8825
8826         * vimrc: (Un)commenting with <(S-)F12>, tidy.
8827
8828 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
8829
8830         * lilypond.vim: Do not fontify cises, desis, etc.
8831
8832         * vimrc: view dvi with <S-F6>
8833
8834 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8835
8836         * lily/lookup.cc (triangle): new function.
8837
8838         * input/regression/measure-grouping.ly (texidoc): new file: show
8839         triangles and brackets for beat groups of 3 and 2.
8840
8841         * lily/include/measure-grouping-spanner.hh (class
8842         Measure_grouping): new file.
8843
8844         * lily/measure-grouping-spanner.cc (brew_molecule): new file
8845
8846         * lily/measure-grouping-engraver.cc (class
8847         Measure_grouping_engraver): new file.
8848
8849 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8850
8851         * Merge from stable:
8852
8853             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
8854         
8855         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
8856         stylesheet.
8857
8858         * ly/paper19.ly: Include paper19-init.ly.
8859
8860         * ly/paper19-init.ly: New file.
8861
8862         * Documentation/user/tutorial.itely (First steps): Fix first
8863         example for font test.
8864
8865         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
8866
8867         * ChangeLog: Add 1.7.6 release marker (see below).
8868
8869         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
8870         Add .py files.
8871
8872 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8873
8874         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
8875
8876         * input/tutorial/*.ly: update to new syntax.
8877
8878         * lily/parser.yy (Composite_music): new transpose syntax,
8879         \transpose FROM TO MUSIC. 
8880
8881 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8882
8883         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
8884         latex progress/error output to stderr (by default this goes to
8885         stdout).  Show lilypond progress, even when not verbose.
8886
8887         * python/lilylib.py (system): New optional parameter to control
8888         showing of progress.
8889
8890         * scm/backend-documentation-lib.scm (check-dangling-properties):
8891         Fix error message.
8892
8893         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
8894         axis, extent.
8895
8896         * scm/grob-property-description.scm (magnify): Remove.
8897         (extent, axis): Add.
8898
8899 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8900
8901         * VERSION: Release 1.7.6.
8902
8903         * scripts/convert-ly.py: more uniformization substitutions.
8904
8905         * buildscripts/new-chords.py (sub_chords): new file.
8906
8907 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8908
8909         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
8910         lilypond.map.  Include sauter fonts too.  Cleanups.
8911
8912 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8913
8914         * Documentation/user/tutorial.itely (First steps): change to new
8915         chord/tie/slur/beam notation.
8916
8917         * lily/parser.yy (event_that_take_dir): allow postfix notation for
8918         ties.
8919
8920         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
8921         engraver. Process ties in postfix notation, i.e. c8-~ c
8922
8923         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
8924
8925         * input/regression/beam-postfix-notation.ly (texidoc): new file.
8926
8927         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
8928
8929         * lily/beam-engraver.cc (try_music): accept new-beam-events
8930
8931         * input/regression/chord-scripts.ly (texidoc): new file
8932
8933         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
8934         script-events.
8935
8936         * scm/script.scm (default-script-alist): cleanup.
8937
8938         * lily/script-engraver.cc (make_script_from_event): cleanup.
8939
8940         * lily/lyric-combine-music-iterator.cc
8941         (Lyric_combine_music_iterator): remove superfluous events.
8942         (melisma_busy): new function. Fix broken melismas.
8943
8944 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
8945
8946         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
8947         Remove nonvalid settings. Use descriptive key names.
8948         Use <Return> to indicate the pressing of that key.
8949
8950 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8951
8952         * scripts/lilypond-book.py (option_definitions): Typo.
8953
8954         * scripts/ly2dvi.py: Updates.
8955
8956         * python/lilylib.py (setup_environment, print_environment)
8957         (get_bbox, make_preview): Merge and remove from ly2dvi and
8958         lilypond-book.
8959
8960         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
8961
8962         * .cvsignore: Remove some cruft.
8963
8964         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
8965         path.
8966
8967         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
8968         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
8969         throughout.
8970
8971         * python/lilylib.py (quiet_system): Junk
8972         (system): Display error log upon failure.
8973         (read_pipe): New function.  Cleanups and fixes.
8974
8975         * python/*.py: Rename from *.py.in.
8976         
8977         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
8978
8979         * GNUmakefile.in (SUBDIRS): Move python before scripts.
8980
8981 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8982
8983         * python/GNUmakefile: Bugfix: handle modules.
8984
8985         * stepmake/stepmake/python-module-targets.make (default): Add
8986         compiled modules. 
8987
8988         * stepmake/stepmake/python-module-rules.make: Add rule for byte
8989         compiling modules.
8990
8991         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
8992         Bugfix.  (OUT_PYC_MODULES): Add.
8993
8994 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
8995
8996         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
8997         Use default paths. Refresh description.
8998
8999 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9000
9001         * VERSION: 1.7.5 released
9002
9003         * input/regression/finger-chords.ly (texidoc): new file.
9004
9005         * lily/script-engraver.cc (process_music): remove scriptHorizontal
9006         support
9007
9008         * lily/fingering-engraver.cc (process_music): remove kludgy
9009         scriptHorizontal stuff.
9010
9011         * lily/script.cc: remove staff-support property.
9012
9013         * lily/new-fingering-engraver.cc (add_fingering): new
9014         file. Fingering engraver for new style chords.
9015
9016 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9017
9018         * lily/parser.yy (bare_number): allow 4 \cm (without
9019         decimal dot). (should backport to 1.6?)
9020
9021         * ly/declarations-init.ly: use Scheme for dimension defs.
9022
9023         * lily/parser.yy (TODO): remove hard coded dimensions, add
9024         REAL NUMBER_IDENTIFIER production.
9025
9026         * lily/rest-collision.cc (force_shift_callback): rewrite using
9027         -done property.
9028
9029         * scm/grob-property-description.scm (rest-collision-done): add
9030         property.
9031         
9032         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
9033
9034 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9035
9036         * input/regression/multi-measure-rest-center.ly: new file.
9037
9038         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
9039         off horizontally by 0.05 ss. Fixed.
9040
9041 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9042
9043         * scm/pdftex.scm: Rename ly-number to ly:number->string.
9044
9045         * Documentation/topdocs/index.tely: Remove duplicate from merge.
9046
9047 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9048
9049         * lily/tie.cc (get_control_points): also avoid staff lines on the
9050         just outside the outer staff lines
9051
9052 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9053
9054         * ly/params-init.ly: Just define style-alist, no need to
9055         define-public.
9056
9057         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
9058         (thanks Han-Wen).
9059
9060         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
9061         (FET_FILES): = FONT_FILES.
9062
9063         * Merge from stable:
9064
9065             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
9066
9067 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9068
9069         * VERSION: 1.7.4 released.  
9070         
9071         * scm/generate-documentation.scm (string-append): add macro
9072         definitions.
9073
9074         * lily/text-item.cc (lookup_text): don't use virtual fonts for
9075         normal texts.
9076
9077         * lily/multi-measure-rest-engraver.cc: make separate
9078         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
9079
9080         * lily/multi-measure-rest.cc: remove text handling. Remove
9081         number-threshold.
9082
9083 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9084
9085         * scm/music-types.scm: doc patch by Graham Percival
9086
9087 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9088
9089         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
9090         encoding part.
9091         (Font_info.set_defaults): pixelsize now also defauts to '0'.
9092         (sketch_p): Sketch wants only first four elements of X11 font spec.
9093
9094         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
9095
9096         * mf/feta-autometric.mf: Write foundry and family to log.
9097
9098         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
9099         font translation table.
9100
9101         * buildscripts/mf-to-table.py: Better font info into afm.
9102
9103         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
9104         1.0.9 required.
9105
9106         * configure.in: Whine for mftrace 1.0.9.
9107
9108 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9109
9110         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
9111
9112         * lily/main.cc (main_prog): don't try to load init.EXT when
9113         processing foo.EXT.
9114
9115 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
9116
9117         * scm/tex.scm (zigzig-line): added.
9118
9119         * scm/ps.scm (zigzag-line): added.
9120
9121         * ps/music-drawing-routines.ps (subvec): added.
9122         (draw_zigzag_line): added.
9123         
9124         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
9125         grob properties zigzag-width and zigzag-length.
9126
9127         * input/regression/glissando.ly: Add some zig-zagged glissandi.
9128
9129 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9130
9131         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
9132         svg output, including font.
9133
9134 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9135
9136         * scm/lily.scm: Register sodipodi output module.
9137
9138         * scm/sodipodi.scm: New file.
9139
9140         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
9141
9142         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
9143         comment, after header.
9144         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
9145         FullName.  Fix FontName key.
9146
9147 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
9148
9149         * lily/rest.cc (after_line_breaking): bugfix: dots after half
9150         and breve rests.
9151         
9152         * input/test/blank-notes.ly: bugfix
9153
9154         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
9155         rests. (Kim Shrier)
9156
9157         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
9158         
9159 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9160
9161         * scm/tex.scm: 
9162         * scm/ps.scm: Cleanup and remove obsolete junk.
9163
9164         * Documentation/user/internals.itely:
9165         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
9166
9167         * lily/parser.yy: Identify shift/reduce problems.
9168
9169         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
9170         make-style-sheet.  Too specific for convert-ly?
9171
9172 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9173
9174         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
9175
9176         * input/test/*.ly: various fixes.
9177
9178         * lily/music.cc (name): bugfix
9179
9180         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
9181
9182         * lily/input-file-results.cc (code): set-point-and-click! ->
9183         set-point-and-click
9184         
9185 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9186
9187         * Use uniform ly: prefix for exported scheme primitive functions.
9188
9189         * scm/music-types.scm: junk compat glue
9190
9191         * scripts/convert-ly.py: add rules for stuff below, junk
9192         compatibility glue for spanrequest.
9193
9194         * lily/parser.yy (verbose_event): remove \spanrequest,
9195         \commandspanrequest, \script. 
9196         
9197         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
9198
9199         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
9200         for \penalty, \glissando.
9201
9202         * VERSION: release 1.7.3
9203         
9204 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
9205
9206         * lily/accidental-engraver.cc: Fix
9207         grace-in-the-beginning-of-measure bug caused by the resent
9208         partial-measure fix.
9209
9210         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
9211         overlap looks too crowded)
9212         
9213 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9214
9215         * lily/parser.yy (assignment): allow SCM expression as assignment.
9216
9217         * lily/include/music-output-def.hh (class Music_output_def):
9218         * lily/music-output-def.cc: 
9219         * lily/paper-def.cc: 
9220         * scm/font.scm (markup-to-properties):
9221         * lily/parser.yy (music_output_def_body): 
9222         remove style_sheet_
9223
9224 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9225
9226         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
9227         length.
9228
9229         * input/regression/spacing-to-grace.ly: new file.
9230
9231         * input/regression/spacing-end-of-line.ly: new file.
9232
9233         * lily/note-spacing.cc (get_spacing): take into account breakable
9234         stuff sticking out at the left (time sig change at line break).
9235
9236         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
9237         raggedright code.
9238
9239         * scm/music-functions.scm (make-voice-props-set): add
9240         staff-position for mm rests.
9241  
9242         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
9243         before grace notes a little.
9244
9245         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
9246
9247         * lily/break-align-interface.cc (do_alignment): right-edge spacing
9248         key adds space at the end of line. 
9249
9250 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9251
9252         * scm/sketch.scm: Fix beams.
9253
9254         * buildscripts/mf-to-table.py: Add EncodingScheme.
9255
9256         * scm/sketch.scm: Resurrect.
9257
9258 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9259
9260         * lily/multi-measure-rest.cc: use breve rests for measure lengths
9261         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
9262
9263 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9264
9265         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
9266
9267         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9268
9269 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9270
9271         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
9272         token for origin information.
9273
9274         * lily/parser.yy (My_lily_lexer): do identifier location and
9275         cloning from lexer.
9276
9277         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
9278         logic out of the parser. Add bar checks on both ends.
9279
9280         * Documentation/user/refman.itely (Multi measure rests): add more
9281         notes about mm rests.
9282
9283 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9284
9285         * input/regression/bar-scripts.ly: Re-enable.
9286
9287         * lily/parser.yy:
9288         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
9289         released rsn.  Bison 1.50 has a crucial bug and won't work.
9290
9291         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9292
9293
9294 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9295
9296         * input/regression/bar-scripts.ly: Blunt documentation build fix.
9297
9298 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9299
9300         * Actually merge changes since 1.6.4 besides ChangeLog, and
9301         resolve conflicts.  Lots of updates, hope all is well.
9302         
9303         * cygwin/lilypond.hint (requires): Add ghostscript.
9304
9305         * scm: Update some (c).
9306         
9307 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9308
9309         * input/test/{various}.ly: add \header fields and texidoc strings.
9310
9311 2002-10-05  Werner Lemberg  <wl@gnu.org>
9312
9313         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
9314         renamed to `output_latex_quoted'.
9315         Added `output_latex_noquote'.
9316         (schedule_lilypond_block): Implement `noquote' option for LaTeX
9317         mode.
9318
9319 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9320
9321         * ChangeLog: Add 1.6.6 release marker.  See below.
9322
9323         * stepmake/stepmake/po-targets.make: Remove --c++ option.
9324
9325         * scripts/midi2ly.py: Fix global syntax warnings.
9326
9327         * GNUmakefile.in: Generate builddir locale tree too.
9328
9329         * scripts/ly2dvi.py:
9330         * scripts/midi2ly.py: 
9331         * scripts/mup2ly.py: 
9332         * scripts/update-lily.py:
9333         * lily/main.cc (setup_paths): Fix for locales setup.
9334
9335 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9336
9337         * Documentation/windows/installing.texi: Soften wording about
9338         necessity of becoming Administrator.  tommie@iae.nl reports this
9339         does not seem to be necessary for his flavour of Windows 2000.
9340         Explicitely discourage text mode mounts.
9341
9342 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * lily/rest.cc (after_line_breaking): backport dot position fix.
9345
9346         * lily/rest-collision.cc (do_shift): also remove dots for suicided
9347         rests. Thanks to Klaus Zimmermann for finding this bug.
9348
9349 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9350
9351         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
9352
9353 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9354
9355         * Documentation/user/music-glossary.tely: fix links.
9356
9357 2002-10-21  Werner Lemberg  <wl@gnu.org>
9358
9359         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
9360         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
9361         scaling factor) only once and use them in the definition of
9362         \embeddedps.
9363         * ps/music-drawing-routines.ps (skeel): Removed.
9364
9365 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9366
9367         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
9368         Solaris7, as we don't use nested $( ) constructs.
9369
9370 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9371
9372         * VERSION: Release 1.6.6.
9373         
9374 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9375
9376         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
9377         as workaround for /bin/sh problems on Solaris7.
9378
9379 2002-10-19  Werner Lemberg  <wl@gnu.org>
9380
9381         * GNUmakefile.in (web-doc): Fix typos.
9382         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
9383         `music-drawing-routines.ps' but emit \special{header=...} once.
9384         * scm/tex.scm (header-end): Updated.
9385
9386 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9387
9388         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
9389         undefined tremolo. 
9390
9391 2002-10-15  Werner Lemberg  <wl@gnu.org>
9392
9393         * scripts/lilypond-book.py (g_make_html): New global variable.
9394         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
9395         if `g_make_html' isn't set.
9396         [main]: Add format `texi-html'.
9397         (option_definitions): Updated.
9398         * Documentation/user/lilypond-book.itely: Updated.
9399
9400         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
9401         * make/ly-rules.make (%.texi, %.nexi): Use it.
9402         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
9403         format to lilypond-book.
9404         * GNUmakefile.in (web-doc): Ditto.
9405
9406 2002-10-14  Werner Lemberg  <wl@gnu.org>
9407
9408         Further improve TeX output.  The produced files are about 40%
9409         smaller.  `lilyponddefs.tex' is now read only once.
9410
9411         * tex/lilyponddefs.tex: Remove footer stuff.
9412         (\ifundefined): Renamed to...
9413         (\lilypondundefined): This.  Use LaTeX's definition to
9414         make it nestable and make it global.
9415         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
9416         output.
9417         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
9418         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
9419         them global.
9420         (\placebox): Renamed to...
9421         (\lyitem): This.
9422         Make it global and call \outputscale by itself.
9423         (\lybox, \lyvrule): New macros to reduce input data.
9424         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
9425         New auxiliary macros.
9426         (\SkipLilydefs, \EndLilyPondOutput): Removed.
9427         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
9428         to...
9429         (\lilypondspace): This and made it global.
9430         (\turnOnPostScript): Renamed to...
9431         (\lilypondpostscript): This and made it global.
9432         (\turnOnExperimentalFeatures): Renamed to...
9433         (\lilypondexperimentalfeatures): This and made it global.
9434         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
9435         (\lilypondsetdimen): This and made it global.
9436         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
9437         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
9438         (all, $(outdir)/music-drawing-routines.ps): New rules.
9439         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
9440         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
9441         start-system, stop-system, stop-last-system, filledbox): Updated to
9442         use the changed macros from lilyponddefs.tex.
9443         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
9444
9445 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9446
9447         * Documentation/windows/installing.texi: Update.
9448
9449 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450
9451         * VERSION: 1.6.5 released
9452
9453         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9454
9455 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9456
9457         * scm/translator-property-description.scm (voltaOnThisStaff): add
9458         property.
9459
9460 2002-09-28  Werner Lemberg  <wl@gnu.org>
9461
9462         * scm/tex.scm (header-end): Suppress page numbering.
9463
9464         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9465         Fix quotation for HTML output.
9466
9467 2002-09-28   Graham Percival   <gperciva@sfu.ca>
9468         
9469         * Documentation/user/refman.itely: grammar and phrasing
9470           fixes to "Note Entry" section.  Also adds a few new examples.
9471
9472 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9473
9474         * flower/include/string-data.icc: include string.h
9475
9476 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9477
9478         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9479
9480 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9481
9482         * Documentation/user/GNUmakefile (extra-local-help): Add.
9483
9484         * stepmake/stepmake/www-targets.make (local-help): Add.
9485
9486 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9487
9488         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9489         packages.
9490
9491         * Documentation/topdocs/README.texi (Top): building documentation
9492         (not website.)
9493
9494 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9495
9496         * Documentation/user/refman.itely: 
9497         * Documentation/user/tutorial.itely: 
9498         * Documentation/user/music-glossary.tely: Merge changes.
9499
9500         * Documentation/user/glossary.html.in: 
9501         * Documentation/index.texi: 
9502         * Documentation/header.html.in: Accomodate renaming of glossary.
9503         
9504         * Documentation/user/tutorial.itely: Add some glossary references.
9505         
9506         * Documentation/user/refman.itely: Minor fixes.
9507         
9508         * Documentation/user/lilypond.tely: Add glossary do direntry.
9509
9510         * Documentation/user/music-glossary.tely: Rename (previously:
9511         glossary.tely).  Fix anchor placement.
9512
9513         * Documentation/user/GNUmakefile: Make music-glossary.info too.
9514
9515 2002-09-23  Werner Lemberg  <wl@gnu.org>
9516
9517         * scripts/lilypond-book.py (output_dict): Fix handling of
9518         various environments by avoid extraneous newlines.
9519         Rename `output-all' regexp for html to `output-html'.
9520         Replace `output-all' regexp for texi with `output-texi-quote'
9521         and `output-texi-noquote'.
9522         (compose_full_body): Don't override `linewidth' user option
9523         for `singleline'.
9524         (schedule_lilypond_block): Don't indent text specified with
9525         `intertext' option.
9526         Add new option `noquote'.
9527         (compile_all_files): Use latex instead of tex to compile ly
9528         files directly.
9529
9530         * Documentation/user/lilypond-book.itely: Updated and revised.
9531         Improve layout.
9532
9533         * Documentation/user/glossary.tely,
9534         Documentation/user/introduction.itely,
9535         Documentation/user/tutorial.itely,
9536         Documentation/user/refman.itely,
9537         Documentation/user/appendices.itely: Fix overfull LilyPond
9538         boxes caused by the new lilypond-book code.  Other minor
9539         fixes.
9540
9541         * Documentation/user/macros.itexi (@texiflat): Don't emit
9542         trailing space.
9543
9544         * scm/tex.scm (end-output, header-end): Add preamble and
9545         postamble to make lilypond output directly compilable with
9546         latex.
9547
9548         
9549 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9550
9551         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
9552         instructions.
9553
9554 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9555
9556         * Documentation/user/glossary.tely: Add titling and hyperlinks.
9557
9558 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9559
9560         * lily/beam.cc (connect_beams): don't crash if there are quarter
9561         notes in beams.
9562
9563 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
9564
9565         * Documentation/user/refman.itely: corrected ancient clef
9566         docu; added docu on ligatures
9567
9568 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9569
9570         * Documentation/user/glossary.tely,
9571         Documentation/user/refman.itely, input/les-nereides.ly,
9572         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9573         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9574         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9575         Stem properties: flag-style -> stroke-style, style -> flag-style.
9576
9577
9578 2002-09-22  Werner Lemberg  <wl@gnu.org>
9579
9580         * scripts/lilypond-book.py: Add option `notime' to suppress
9581         printing of a time signature.  Specify default indentation of 0pt
9582         if single line fragment.  Don't emit redundant `\paper{ }'.
9583
9584         * Documentation/user/lilypond-book.itely: Updated.
9585
9586         * Documentation/user/glossary.tely: Completely reformatting.
9587
9588 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9589
9590         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
9591
9592 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9593
9594         * Documentation/user/tutorial.itely: Fix links.
9595         
9596         * Documentation/topdocs/index.tely:
9597         * Documentation/index.texi:
9598         * Documentation/header.html.in: Small website fixes and updates.
9599
9600         * debian/: Debian patch by Anthony Fok.
9601
9602 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9603
9604         * Documentation/footer.html.in: How time flies: It's already 2002!
9605
9606         * Documentation/topdocs/index.tely: Stable/development fix.  Use
9607         more descriptive link names than 'here'.
9608
9609 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9610
9611         * VERSION: 1.7.2 released
9612         * VERSION: 1.6.4 released
9613         
9614         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
9615
9616         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
9617         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
9618
9619         * mf/feta-din.mf (test): add x-height and space.
9620
9621         * lily/dynamic-engraver.cc (process_music): take dynamic direction
9622         from ^_ for crescendi. Idem for slurs and phrasing slurs.
9623
9624         * ly/grace-init.ly: add-to-grace-init: function to portably add
9625         settings to \grace. 
9626
9627         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
9628         if we get an absolute dynamic event.
9629  
9630         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
9631
9632         * lily/source-file.cc (get_line): oops. All line numbers were off
9633         by 2. Fix that. 
9634
9635         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
9636         be after the note, combined with -_^, i.e. c4-(-\)-\>  
9637
9638         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
9639
9640         * lily/parser.yy (number_factor): remove (number) as number
9641         expression. ("Let them eat Lisp").
9642
9643 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9644
9645         * lily/horizontal-bracket.cc: new file.
9646
9647         * lily/horizontal-bracket-engraver.cc: new file.
9648
9649         * input/regression/note-group-bracket.ly: new file. Support
9650         horizontal note brackets for music analysis.
9651
9652         * lily/stem.cc (flag): new flag-style: no-flag.
9653
9654         * input/test/stem-cross-staff.ly: new file
9655         
9656         * Documentation/user/internals.itely: Improved formatting, fixing
9657         typos.  Added a section `Output details' to describe how the TeX
9658         code looks like.
9659
9660         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
9661
9662         * lily/parser.yy: remove \dynamicscript.
9663
9664         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
9665         definitions. 
9666
9667         * python/midi.c (midi_error): take two arguments.
9668
9669         * Merge 1.6.5 changes:
9670         
9671 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9672
9673         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
9674         staff-space.  Previous 1.5 was probably meant as half-spaces.
9675         (cautionary-style): parentheses (was: smaller).  This is what doco
9676         says, and it seems more logical.
9677
9678         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
9679         for 2nd sentence.
9680
9681 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9682
9683         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
9684
9685 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9686
9687         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
9688
9689 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9690
9691         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9692
9693 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9694
9695         * scm/translator-property-description.scm (voltaOnThisStaff): add
9696         property.
9697
9698 2002-09-28  Werner Lemberg  <wl@gnu.org>
9699
9700         * scm/tex.scm (header-end): Suppress page numbering.
9701
9702         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9703         Fix quotation for HTML output.
9704
9705 2002-09-28   Graham Percival   <gperciva@sfu.ca>
9706         
9707         * Documentation/user/refman.itely: grammar and phrasing
9708           fixes to "Note Entry" section.  Also adds a few new examples.
9709
9710 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9711
9712         * flower/include/string-data.icc: include string.h
9713
9714 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9715
9716         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9717
9718 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9719
9720         * Documentation/user/GNUmakefile (extra-local-help): Add.
9721
9722         * stepmake/stepmake/www-targets.make (local-help): Add.
9723
9724 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9725
9726         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9727         packages.
9728
9729         * Documentation/topdocs/README.texi (Top): building documentation
9730         (not website.)
9731
9732 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9733
9734         * Documentation/user/refman.itely: 
9735         * Documentation/user/tutorial.itely: 
9736         * Documentation/user/music-glossary.tely: Merge changes.
9737
9738         * Documentation/user/glossary.html.in: 
9739         * Documentation/index.texi: 
9740         * Documentation/header.html.in: Accomodate renaming of glossary.
9741         
9742         * Documentation/user/tutorial.itely: Add some glossary references.
9743         
9744         * Documentation/user/refman.itely: Minor fixes.
9745         
9746         * Documentation/user/lilypond.tely: Add glossary do direntry.
9747
9748         * Documentation/user/music-glossary.tely: Rename (previously:
9749         glossary.tely).  Fix anchor placement.
9750
9751         * Documentation/user/GNUmakefile: Make music-glossary.info too.
9752
9753 2002-09-23  Werner Lemberg  <wl@gnu.org>
9754
9755         * scripts/lilypond-book.py (output_dict): Fix handling of
9756         various environments by avoid extraneous newlines.
9757         Rename `output-all' regexp for html to `output-html'.
9758         Replace `output-all' regexp for texi with `output-texi-quote'
9759         and `output-texi-noquote'.
9760         (compose_full_body): Don't override `linewidth' user option
9761         for `singleline'.
9762         (schedule_lilypond_block): Don't indent text specified with
9763         `intertext' option.
9764         Add new option `noquote'.
9765         (compile_all_files): Use latex instead of tex to compile ly
9766         files directly.
9767
9768         * Documentation/user/lilypond-book.itely: Updated and revised.
9769         Improve layout.
9770
9771         * Documentation/user/glossary.tely,
9772         Documentation/user/introduction.itely,
9773         Documentation/user/tutorial.itely,
9774         Documentation/user/refman.itely,
9775         Documentation/user/appendices.itely: Fix overfull LilyPond
9776         boxes caused by the new lilypond-book code.  Other minor
9777         fixes.
9778
9779         * Documentation/user/macros.itexi (@texiflat): Don't emit
9780         trailing space.
9781
9782         * scm/tex.scm (end-output, header-end): Add preamble and
9783         postamble to make lilypond output directly compilable with
9784         latex.
9785
9786         
9787 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9788
9789         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
9790         instructions.
9791
9792 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9793
9794         * Documentation/user/glossary.tely: Add titling and hyperlinks.
9795
9796 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9797
9798         * lily/beam.cc (connect_beams): don't crash if there are quarter
9799         notes in beams.
9800
9801 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
9802
9803         * Documentation/user/refman.itely: corrected ancient clef
9804         docu; added docu on ligatures
9805
9806 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9807
9808         * Documentation/user/glossary.tely,
9809         Documentation/user/refman.itely, input/les-nereides.ly,
9810         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9811         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9812         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9813         Stem properties: flag-style -> stroke-style, style -> flag-style.
9814
9815 2002-09-22  Werner Lemberg  <wl@gnu.org>
9816
9817         * scripts/lilypond-book.py: Add option `notime' to suppress
9818         printing of a time signature.  Specify default indentation of 0pt
9819         if single line fragment.  Don't emit redundant `\paper{ }'.
9820
9821         * Documentation/user/lilypond-book.itely: Updated.
9822
9823         * Documentation/user/glossary.tely: Completely reformatting.
9824
9825 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9826
9827         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
9828
9829 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9830
9831         * Documentation/user/tutorial.itely: Fix links.
9832         
9833         * Documentation/topdocs/index.tely:
9834         * Documentation/index.texi:
9835         * Documentation/header.html.in: Small website fixes and updates.
9836
9837         * debian/: Debian patch by Anthony Fok.
9838
9839 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9840
9841         * Documentation/footer.html.in: How time flies: It's already 2002!
9842
9843         * Documentation/topdocs/index.tely: Stable/development fix.  Use
9844         more descriptive link names than 'here'.
9845
9846 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9847
9848         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
9849
9850 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9851
9852         * lily/part-combine-music-iterator.cc (get_state): cleanup
9853         (get_music_info): cleanup.
9854
9855 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9856
9857         * scm/backend-documentation-lib.scm (interface-doc-string):
9858         crosslinks between interfaces and grobs. Headings for interfaces
9859         in grob explanation.
9860
9861 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9862
9863         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
9864         dtd).  Add preliminary dtd.
9865         (re-sub-alist): Robustify.
9866
9867 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9868
9869         * lily/include/event-chord-iterator.hh,
9870         lily/context-specced-music-iterator.cc,
9871         lily/event.cc, lily/event-chord-iterator.cc: add
9872
9873 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9874
9875         * lily/: some (c) header fixes.
9876         
9877         * lily/request-chord.cc: Remove.
9878         
9879         * lily/include/event-chord-iterator.hh:
9880         * lily/include/event.hh:
9881         * lily/event-chord.cc: New file.
9882         
9883         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
9884         requested.
9885
9886 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9887
9888         * lily/ : rename Request to Event
9889
9890         * lily/parser.yy (command_element): move clef stuff into Scheme.
9891
9892         * lily/:  rename length_mom () to get_length()
9893
9894         * lily/part-combine-music.cc: removed file and class.
9895
9896         * lily/context-specced-music-iterator.cc (class
9897         Context_specced_music_iterator): new file. Obsoletes the
9898         Context_specced_music type.
9899
9900         * scm/music-types.scm (make-repeated-music): put different kinds
9901         of repeated music into music-type table.
9902
9903         * VERSION: 1.7.1 released.
9904
9905         * scm/to-xml.scm: new file.
9906
9907         * input/test/to-xml.ly (fooBar): demo of what is possible with the
9908         new Input representation: dump music as XML.
9909
9910         * scm/engraver-documentation-lib.scm
9911         (engraver-accepts-music-types?): add links from music to engraver,
9912         from music-type to engraver.
9913
9914         * lily/include/command-request.hh: removed
9915         lily/include/musical-request.hh: removed. Removed all _req classes
9916         except Key_change_req. Changes throughout.
9917
9918 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9919
9920         * lily/tuplet-engraver.cc (try_music): Compile kludge.
9921
9922 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9923
9924         * lily/*.cc: specify accepts for many engravers.
9925
9926         * scm/music-documentation-lib.scm: dump music expressions and
9927         music subtypes.
9928
9929         * scm/documentation-lib.scm: complete revision.
9930         Use GOOPS objects to store document tree explicitly. Cleaned up and
9931         sped up doco generation a lot.
9932
9933 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9934
9935         * input/trip.ly (fugaIILeft): add arpeggio
9936
9937         * lily/translator-group.cc (try_music_on_nongroup_children):
9938         oops. The name symbol is in the cdr of the assoc handle.
9939
9940         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
9941         Hyphen_req, Glissando_req, Break_req, Mark_req 
9942
9943 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9944
9945         * lily/musical-request.cc (music-duration-length,
9946         music-duration-compress): new functions.
9947
9948         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
9949         throughout. Warning doesn't work yet.
9950
9951         * lily/translator-group.cc (try_music_on_nongroup_children):
9952         new implementation: store candidate acceptors in a hashTable.
9953
9954 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9955
9956         * scm/music-types.scm (music-descriptions): change name to
9957         internal-class-name
9958
9959         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9960
9961 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * lily/beam.cc (connect_beams): don't crash if there are quarter
9964         notes in beams.
9965
9966 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
9967
9968         * Documentation/user/refman.itely: corrected ancient clef
9969         docu; added docu on ligatures
9970
9971 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9972
9973         * Documentation/user/glossary.tely,
9974         Documentation/user/refman.itely, input/les-nereides.ly,
9975         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9976         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9977         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9978         Stem properties: flag-style -> stroke-style, style -> flag-style.
9979
9980 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9981
9982         * scm/music-functions.scm (music-separator?): don't use name music
9983         property.
9984
9985 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9986
9987         * stepmake/stepmake/generic-targets.make (help): Document check
9988         target.
9989
9990         * lily/new-accidental-engraver.cc: Compile fix.
9991
9992 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9993
9994         * scripts/convert-ly.py: Add rule.
9995
9996         * input/test/music-creation.ly:
9997         * input/test/add-staccato.ly:
9998         * input/test/add-text-script.ly: ly-make-music.
9999
10000         * scm/drums.scm (make-head-type-elem, make-articulation-script):
10001         More ly-make-music renamings.
10002
10003         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
10004
10005         * lily/music-constructor.cc (make_music): Add debugging info.
10006
10007         * scm/music-functions.scm (make-simultaneous-music,
10008         (make-sequential-music, context-spec-music):
10009         * scm/music-types.scm (music-descriptions): Get lily to run.
10010
10011 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10012
10013         * lily/command-request.cc (transpose_key_alist): new function.
10014
10015         * lily/key-performer.cc (create_audio_elements): cleanup. 
10016
10017 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10018
10019         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
10020
10021         * lily/include/translator.hh (ENTER_DESCRIPTION): add
10022         events-accepted field.
10023
10024         * scm/music-types.scm: new file.
10025
10026         * lily/parser.yy: put music type initialization into scheme,
10027         similar to grob initialization.  Changes throughout.
10028
10029 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10030
10031         * Documentation/user/tutorial.itely: Fix links.
10032         
10033         * Documentation/index.texi: 
10034         * Documentation/header.html.in: 
10035         * Documentation/topdocs/index.tely: Small website fixes and updates.
10036
10037         * debian/: Debian patch by Anthony Fok.
10038
10039 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10040
10041         * Documentation/footer.html.in: How time flies: It's already 2002!
10042
10043         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10044         more descriptive link names than 'here'.
10045
10046         * ROADMAP: Remove test stuff.
10047
10048         * scripts/update-lily.py: Allow auto-building of stable and
10049         development versions.  Bugfixes.
10050
10051 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10052
10053         * VERSION: released 1.7.0
10054
10055         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10056
10057         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
10058         positive line widths.
10059
10060 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
10063         go.  Fix comments.
10064
10065         * cygwin: Cygwin updates.
10066
10067 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10068
10069         * Documentation/windows/installing.texi (Top): version for python,
10070         urls for ghostscript (thanks to John Potelle)
10071         
10072         * lily/simultaneous-music-iterator.cc
10073         (Simultaneous_music_iterator): init children_list_ before
10074         triggering GC.
10075
10076         * lily/*-iterator.cc: be even more careful with smobbed copy
10077         constructors. 
10078
10079         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
10080         LeftEdge item.
10081
10082 2002-09-15  Werner Lemberg  <wl@gnu.org>
10083
10084         Improving LilyPond's output to make them ordinary TeX boxes with
10085         predictable dimensions.  System boxes are now vertically centered on
10086         the baseline; this offset can be further controlled with
10087         \lilypondscoreshift.
10088
10089         * lily/system.cc (System::post_processing): Pass length of current
10090         system to `start-system' (including any horizontal indentation).
10091
10092         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
10093         prettier.
10094         (lily-def): Append `%'.
10095         (start-system): Add parameter `wd'.  Output more TeX code to specify
10096         box dimensions.
10097         (stop-system, stop-last-system): Complement changes in
10098         `start-system'.
10099         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
10100         Updated.
10101
10102         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
10103         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
10104         Write final `\endinput'.
10105
10106         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
10107         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
10108         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
10109         files and macro definitions don't produce spurious spaces and
10110         paragraphs (using \endlinechar).
10111         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
10112
10113         * Documentation/user/internals.itely: Improved formatting, fixing
10114         typos.  Added a section `Output details' to describe how the TeX
10115         code looks like.
10116
10117 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
10118
10119         * lily/accidental-engraver.cc: Also work with partial measures.
10120
10121 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10122
10123         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
10124         spanner.
10125
10126 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10127
10128         * lily/identifier-smob.cc (unpack_identifier): new file.
10129
10130         * lily/lexer.ll (identifier_type): new function.  use ly-id to
10131         pass off scheme expressions as music identifiers.
10132
10133         * scm/lily.scm: reorganisation, cleanups.
10134
10135         * lily/main.cc: small cleanups.
10136
10137 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10138
10139         * lily/ly-module.{cc,hh}: new file.
10140
10141 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
10142
10143         * lily/accidental-engraver.cc: Also work with partial measures.
10144
10145 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10146
10147         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
10148
10149 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10150
10151         * lily/my-lily-lexer.cc: use SCM module in stead of
10152         Scheme_hash_table. Changes throughout.  
10153
10154 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10155
10156         * VERSION (MY_PATCH_LEVEL): make 1.7.0
10157