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