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