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