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