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