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