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