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