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