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