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