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