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