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