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