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