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