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