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