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