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