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