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