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