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