]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
[lilypond.git] / ChangeLog
1 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
4         $(builddir).  Stepmake is a normal subdirectory now, that is not
5         configured.  Another srcdir build fix.
6
7 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
8
9         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
10
11 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12
13         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
14         when cross building.
15
16         * stepmake/stepmake/help2man-rules.make: 
17
18         * configure.in: srcdir build fix.
19
20         * cygwin/GNUmakefile:
21         * cygwin/lily-wins.py:
22         * cygwin/postremove-lilypond.sh: 
23         * cygwin/postinstall-lilypond.sh: Merge from stable.
24
25         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
26         s/ly2dvi/lilypond/.
27
28 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
29
30         * lily/slur.cc (after_line_breaking): only set control points if
31         none supplied yet.
32
33         * input/test/slur-manual.ly: new file.
34
35         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
36         <<  >> chords too.
37
38         * VERSION (PACKAGE_NAME): release 1.9.8
39
40         * scripts/lilypond.py (escape_path): escape spaces in directory names
41
42         * input/test/text-spanner.ly: fixes.
43
44 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
45
46         * buildscripts/lilypond.words.py: add drum names as note names to
47         Emacs-mode.
48
49 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
50
51         * input/regression/hairpin-dashed.ly: new file.
52
53         * scripts/convert-ly.py (conv): warn about dash-length.
54
55         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
56         automatically if we get a new one.
57
58         * lily/lookup.cc (dashed_line): new function
59
60         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
61         dash-fraction.
62
63 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
64
65         * buildscripts/lilypond.words.py: extract note names.
66
67         * lilypond-mode.el: take note names from lilypond.words -file.
68         small fix in the use of string-match.
69
70         * lilypond-font-lock.el: use lilypond.words for note names, add 
71         maxima to note a duration.
72
73 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
74
75         * lily/breathing-sign.cc: remove railtracks() function. 
76
77         * input/regression/arpeggio-bracket.ly (texidoc): add file.
78
79         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
80         (brew_molecule): bugfix don't make arpeggio shorter when
81         arpeggio-direction is set.
82
83         *  debian/rules: small corrections in the (Pedro K)
84
85         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
86         examples.
87
88         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
89         special (repeat) bar comes along.
90
91         * input/regression/auto-beam-bar.ly: update.
92
93         * scripts/lilypond-book.py (output_dict): remove support for the
94         EPS option.
95
96         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
97         VerticalAlignment and VerticalAxisGroup this fixes the size
98         computations for the entire system.
99  
100         * input/les-nereides.ly (bass): remove superfluous fontSize.
101
102         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
103         causes directory of file to be added to include path.
104
105         * input/regression/beam-break.ly: test single stem beams.
106
107         * input/regression/system-start-bracket.ly: fix.
108
109         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
110
111         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
112
113         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
114         (score_stem_lengths): do something sensible for single stem beams.
115
116         * lily/beam.cc (least_squares): add kludge for single stem beams.
117
118         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
119         keySignature to list of broken things.
120
121         * input/regression/keys.ly: fix.
122
123         * VERSION (PACKAGE_NAME): release 1.9.7
124
125         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
126
127         * Documentation/user/refman.itely (Pitches): doc quarter tones.
128
129         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
130         (quartertone_pitch): new function
131
132         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
133         flat. WARNING: FONT CHANGED.
134
135         * ly/nederlands.ly: add -eh and -ih for quarter tones.
136
137         * lily/accidental-placement.cc (add_accidental): support for
138         quarter tones.
139
140         * ly/LANGUAGEs.ly: use symbols for alterations.
141
142         * mf/feta-toevallig.mf: change accidental codes. 
143
144         * scm/lily.scm (ly:get-option): switch on debugging only for
145         --verbose.
146
147         * lily/lily-guile.cc: remove ly:verbose?
148
149         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
150
151         * lily/parser.yy (TODO): only do gh_call() for apply with
152         procedure argument.
153
154         * lily/tie-engraver.cc (start_translation_timestep): move melisma
155         stuff in accordance with new timing of tie-events.
156
157         * lily/my-lily-lexer.cc: remove \outputproperty
158
159         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
160
161         * scm/define-translator-properties.scm (melismaBusyProperties):
162         add melismaBusyProperties property.
163
164 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
165
166         * input/test/ambitus-mixed.ly (texidoc): new file.
167
168         * buildscripts/mutopia-index.py (find): prune debugging
169
170         * lily/side-position-interface.cc: doc updates
171
172         * Documentation/user/refman.itely: updates, tweaks.
173
174         * lily/parser.yy (Simple_music): remove outputproperty
175
176         * make/stepmake.make: use VERSION again; importing VERSION via
177         autoconf dependencies is too hairy.
178
179 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
180
181         * lilypond-mode.el: allow `-' for keywords and identifiers.
182
183 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
184
185         * VERSION: release 1.9.6
186         
187         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
188         iso. ly2dvi.
189
190         * Documentation/user/*.itely: fixes everywhere
191
192         * lily/completion-note-heads-engraver.cc: rewrite engraver:
193         produce ties from the engraver itself, do not broadcast TieEvent.
194
195         * lily/my-lily-lexer.cc: remove pitch & duration.
196
197         * lily/parser.yy (TODO): remove \pitch and \duration
198
199         * input/test/explicit.ly: remove file.
200
201         * Documentation/user/refman.itely (Pitches): remove \pitch 
202         \duration command.
203
204 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
205
206         * buildscripts/lilypond.words.py: add all slur types to Emacs
207         insertion menu, suppose everything is postfixed by dropping 
208         unnecessary `-' -marks.
209
210 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
211
212         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
213         tremoloed stems.
214
215         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
216         head for flagged stems.
217
218         * lily/stem.cc (get_default_stem_end_position): futz with extra
219         stem length if there is a stem tremolo.
220
221         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
222         it would be too small.
223
224         * lily/font-metric.cc: return #f for non-existent glyph.
225         
226         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
227         exported through config.make.
228
229         * input/regression/clef-oct.ly: new file.
230
231         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
232         transposition.
233
234         * input/template/*.ly: remove old relative.
235
236         * ly/english.ly: add X names for double sharp.
237
238 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
239
240         * lily/font-select.cc: new file handle font selection routines.
241
242         * lily/parser.yy: add ; (Patrick Atamaniuk)
243
244         * input/test/time-signature-double.ly: use markups for double time
245         sigs.
246
247         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
248         ChordNames.SeparationItem #'padding for adjusting space after chords.
249         
250         * lily/music-output-def.cc (LY_DEFINE): 
251         new function ly:paper-lookup.
252         
253         * mf/parmesan-clefs.mf: use # quantities for char_box
254         offsets. Fixes overflow errors in the PFA. 
255
256         * scm/new-markup.scm (strut-markup): change calling interface for
257         markup. Pass paper-def, not grob. This would allow \markup to be
258         used separately from grobs.
259
260         * lily/paper-def.cc: new function ly:paper-font; this function
261         replaces ly:get-font.
262
263         * lily/include/font-interface.hh (struct Font_interface): take
264         Paper_def iso. Grob for get_font().
265
266 2003-09-14  Graham Percival  <gperlist@shaw.ca>
267
268         * Documentation/user/ tutorial.itely, refman.itely: add warning
269         about \key and accidentals.
270
271 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
272
273         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
274
275         * Documentation/user/*.itely: manual tweaks
276
277 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
278
279         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
280         cleanup; bugfix: exact_center
281
282         * Documentation/user/refman.itely: added more documentation on
283         ambitus according to recent questions on lilypond-user list
284
285 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
286
287         * input/regression/ottava.ly (texidoc): demo 15ma too.
288
289         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
290
291         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
292         octave fixes.
293
294 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
295
296         * lily/lexer.ll: add \r to the rules for newlines; this fixes
297         problems on older Mac editors.
298
299 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
300
301         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
302
303 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
304
305         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
306         mf/parmesan-clefs.mf: added comments on character alignment and
307         set_char_box() conventions
308
309         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
310         set_char_box()'s
311
312         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
313
314 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
315
316         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
317
318 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
319
320         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
321         shortened to avoid almost-collision with staff line; code cleanup;
322         other custodes: fixed char boxes; code cleanup
323
324 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
325
326         * configure.in: release 1.9.5
327         
328         * scripts/lilypond.py (global_latex_preamble): only set
329         twosideshift if 'twoside' is in latexoptions 
330
331         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
332
333         * VERSION: remove
334
335         * scripts/*2ly.py: update <> syntax
336
337 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
338
339         * lily/chord-name-engraver.cc (process_music): add origin for
340         chord name.
341
342         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
343
344         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
345         bass notes for exceptions too.
346
347         * scm/define-grobs.scm (all-grob-descriptions): rename
348         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
349
350         * scm/define-grob-properties.scm (remove-first): add remove-first
351         property for orchestral scores.
352
353         * Documentation/user/*.itely: switch <<>> and <> 
354
355         * lily/glissando-engraver.cc (process_music): bugfix: move line to
356         last_line only once. This fixes the two consecutive glissandi problem.
357
358 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
359
360         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
361         error message "flexa-width undefined"
362
363         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
364         lily/include/gregorian-ligature.hh: print warning when ignoring
365         head prefixes on flexa shapes
366
367         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
368         space before a series of inclinatum heads
369
370         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
371         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
372         cleanups
373
374         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
375         and char_box
376
377 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
378
379         * input/regression/breathing-sign.ly: tiny fixes
380
381         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
382         semantical collision with vaticana ligatures
383
384         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
385         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
386         now consistent with mensural ligatures
387
388         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
389         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
390         context pitches and staff position; dto. for virga stem; removed
391         obsolete virga and clivis characters from parmesan font (WARNING:
392         font changed)
393
394         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
395         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
396
397         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
398         scm/define-grob-properties.scm: consistency fix: renamed
399         join_left->add_cauda
400
401         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
402         appendix length; bugfix: yoffs_bt for reverse direction punctum
403         characters
404
405         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
406         small cleanups; added more docu
407
408         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
409         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
410         computation to CoherentLigatureEngraver
411
412         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
413         scm/define-grob-properties.scm: bugfix: added missing linea and
414         cavum properties; bugfix: removed dead semivocalis property
415
416         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
417         length; redesigned quilisma, stropha and auctum
418
419         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
420         line thickness
421
422         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
423         Documentation/user/refman.itely: bugfix: introduced shifted
424         epiphonus head to avoid collision with adjacent plica
425
426 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
427
428         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
429
430         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
431
432 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
433
434         * Documentation/user/tutorial.itely (A lead sheet): remove
435         duplicate chords.
436
437         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
438
439 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
440
441         * Documentation/bibliography/computer-notation.bib (isbn): add
442         xivcim publication.
443
444 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
445
446         * GNUmakefile.in: drop lilypond.words for generation.
447
448 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
449
450         * buildscripts/lilypond.words.py: take filename (also) from an arg.
451
452         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
453
454 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
455
456         * input/test/figured-bass-alternate.ly (fl): new file.
457
458         * Documentation/topdocs/README.texi (Top): clarifications.
459
460         * Documentation/bibliography/computer-notation.bib (isbn): add phd
461         theses of Gieseking and Renz.
462
463         * GNUmakefile.in (README_FILES): remove README.mandrake.
464
465 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
466
467         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
468         from source files and search patterns listed in the script.
469
470         * GNUmakefile.in: add target `lilypond.words'.
471
472         * lilypond.words: remove file, generated by `make lilypond.words'.
473
474         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
475
476 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
477
478         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
479
480 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
481
482         * VERSION: 1.9.4 released
483
484         * scripts/convert-ly.py (FatalConversionError.figures_replace):
485         rule for < > <-> << >> substitution
486
487         * lily/lexer.ll: exchange meaning of << >> and < > 
488
489         * VERSION (PACKAGE_NAME): 1.9.3 released
490
491         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
492         pages unconditionally.
493
494 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
495
496         * Documentation/user/music-glossary.tely (Top): small syntax
497         fixes.
498
499         * scm/music-functions.scm (remove-tag): filter \tagged music
500         expressions.
501
502         * input/regression/tag-filter.ly (texidoc): new file.
503
504         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
505         symbol2 .. ) etc. 
506
507         * scripts/convert-ly.py (FatalConversionError.conv): fingering
508         convert rule.
509
510         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
511
512         * lily/new-fingering-engraver.cc (position_scripts): don't crash
513         for borderline cases (e.g. 1 fingering.)
514         (position_scripts): revise interface, use fingerOrientations to
515         set fingering positions.
516
517         * scm/document-translation.scm (context-doc): add aliases to
518         automated documentation.
519
520         * make/lilypond-vars.make: remove stepmake compat glue.
521
522         * make/generic-vars.make: remove cruft.
523
524         * lily/main.cc (main): don't identify binary.
525
526 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
527
528         * lily/include/translator.hh (class Translator): remove
529         type_string_ , use symbol for context name throughout.
530         Changes through whole source tree.
531
532         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
533         set PDF as default, and always make PDF.
534
535         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
536
537 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
538
539         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
540         Documentation/user/refman.itely input/regression/allfontstyle.ly
541         input/regression/grace-types.ly:
542         fix spelling for acciaccatura (Webster's 1913).
543
544 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
545
546         * lily/main.cc (usage): adjust blurb, include url.
547
548         * input/regression/breathing-sign.ly (texidoc): transpose up
549
550 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
551
552         * input/regression/breathing-sign.ly: changed ancient examples to
553         be relevant (by request of Han-Wen); updated BreathingSign text
554         property according to new syntax.
555
556         * ly/gregorian-init.ly: updated BreathingSign text property
557         according to new syntax
558
559 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
560
561         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
562         (Clef): index entries for clefs.
563
564         * python/lilylib.py (system): remove errorlog files.
565         
566 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
567
568         * lilypond.words: add \new and new graces. Add dynamics to menus
569         keeping 1.8.x compatibility; after all the engraving relating to 
570         notes becomes postfixed `-' marks will be removed.
571
572 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
573
574         * lily/molecule.cc (align_to): idem.
575
576         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
577         
578         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
579         accacciatura everywhere.
580
581         * VERSION (PACKAGE_NAME): released 1.9.2
582
583         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
584
585         * scm/document-markup.scm (markup-doc-node): sort markup function
586         list.
587
588         * lily/paper-outputter.cc (output_version): change "Lily was here"
589         into  "Engraved by LilyPond"
590
591         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
592         on unquoted strings before \notenames.
593
594         * lily/parser.yy (lyric_element): allow markup as lyric text. This
595         increases the number of s/r reductions to 4.
596
597         * scm/new-markup.scm (fraction-markup): \fraction command.
598
599         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
600         mode
601
602         * lily/lookup.cc (round_filled_box): rename function.
603         (LY_DEFINE): round-filled-box: change signature.
604
605         * Documentation/user/refman.itely: revise section explaining grace
606         notes.
607
608         * lily/translator-scheme.cc (LY_DEFINE): add ! to
609         ly:set-context-property
610
611         * input/*/*.ly (vmus): use \new everywhere.
612
613         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
614
615         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
616         default
617
618         * scm/music-functions.scm (set-stop-grace-properties)
619         (set-start-grace-properties, add-grace-property): new functions
620         for modular grace tweak control.
621
622         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
623         
624 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
625
626         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
627
628         * GNUmakefile.in (install-pfa-fonts):
629         (get-pfa-fonts): New target.
630
631         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
632         install-pfa-fonts help.
633
634 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
635
636         * lily/translator-scheme.cc (LY_DEFINE):
637         ly:context-pushpop-property new function.
638         (LY_DEFINE): new function ly:translator-find  
639         new function ly:translator?
640         (LY_DEFINE): new function ly:context?
641
642         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
643
644         * python/lilylib.py (read_pipe): only store and display error log
645         if verbose not set.
646         (read_pipe): only display log if it contains something.
647
648 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
649
650         * Documentation/misc/GNUmakefile: Re-add.
651         (TEXTS): Add CHANGES.
652
653 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
654
655         * lilypond.words: add \newcontext.
656
657 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
658
659         * lily/tie-performer.cc (stop_translation_timestep): only flush
660         tied_notes when we have actually made a tie. Fixes bugs with ties
661         in polyphonic scores.
662
663 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
666         they do not exist.
667
668 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
669
670         * VERSION (PACKAGE_NAME): released 1.9.1 
671
672         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
673         Instrument_name_engraver
674
675         * lily/tie-performer.cc (create_audio_elements): bugfix
676
677         * Documentation/user/music-glossary.tely (Top): comment out
678         font-style statements.
679
680         * input/test/force-hshift.ly: revise example.
681
682         * Documentation/bibliography/engraving.bib (note): typos.
683
684         * configure.in: bump GCC requirements to 3.x
685
686         * lily/include/audio-item.hh (class Audio_tie): rename
687         note_l_drul_ to note_drul_
688
689         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
690
691         * lily/parser.yy (relative_music): whoops. All \relative were off
692         by ...  a lot .... Ahem.
693
694         * scm/define-music-types.scm (music-descriptions): idem.
695
696         * lily/beam-engraver.cc: move new-beam-event to beam-event
697
698         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
699         to Tie_engraver
700
701         * input/regression/bar-number.ly: remove unnecessary old-relative
702         options.
703         
704         * Documentation/user/internals.itely (Creating contexts): document
705         \newcontext
706
707         * lily/parser.yy (Composite_music): add \newcontext
708
709         * Documentation/user/refman.itely (MIDI block): add note about
710         dotted tempos.
711
712         * scm/font.scm: remove old markup legacy
713
714         * GNUmakefile.in (web-clean): remake share/ after web-clean.
715
716         * lily/breathing-sign.cc (brew_molecule): remove function
717
718         * lily/text-item.cc: remove old-style markups.
719         (interpret_markup): C++ version of markup function
720         (brew_molecule): idem.
721
722         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
723         as Scheme variable.
724
725         * scripts/convert-ly.py (conv): dashes rule.
726         Apply rule.
727
728         * Documentation/user/lilypond-book.itely: syntax fixes. 
729
730 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
731
732         * VERSION (PACKAGE_NAME): release 1.9.0
733
734         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
735         note about dvips. (Should backport.)
736
737         * scripts/convert-ly.py
738         (FatalConversionError.articulation_substitute): add
739         convert-new-chords code. Remove convert-new-chords.py
740
741         * Documentation/user/refman.itely (Octave check): document
742         \octave.
743
744         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
745         \relative changes.
746
747         * lily/parser.yy (command_element): octave check:
748
749            \octave PITCH
750
751         checks that PITCH (without octave) yields PITCH (with octave) in
752         \relative
753
754         * lily/relative-octave-music.cc (to_relative_octave): octave check.
755
756         * lily/scm-option.cc: ly:set-option now has the default argument
757         #t.
758
759         * lily/lexer.ll: add \renameinput
760
761         * python/lilylib.py (command_name): robustifications.
762
763         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
764         /dev/stderr. This is ash compatible.
765
766         * ly/init.ly: add warning if compatibility was not necessary.
767
768         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
769
770         * flower/include/string-handle.icc: formatting cleanups, rename
771         references by ref_count_.
772
773 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
774
775         * make/lilypond.mandrake.spec.in: syncronize the spec file with
776         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
777         package libs separately, fix conflicting php variable out=/dev/vc/
778         invoking `unset out', declare menus, use only one icon-file, fix
779         doc-path in menu.
780
781 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
782
783         * scripts/convert-ly.py (FatalConversionError.conv): typo
784
785         * Documentation/misc/GNUmakefile: restore misc directory.
786
787         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
788
789         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
790         Petites-Preludes 
791
792         * input/test/partial-blank.ly (quickmeasure): syntax
793
794         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
795         attachment property.
796
797         * Documentation/user/refman.itely: remove superfluous -'s 
798         (Grace notes): ) fixes.
799
800         * lily/music.cc: generic compress(), transpose() functions. Remove
801         others.
802
803         * lily/parser.yy (gen_text_def): remove support for #'(italic )
804         style markup entry.
805
806         * lily/parser.yy: all articulations postfix; remove obligatory -
807         for [,  ) and \!
808         
809         * lily/music.cc (to_relative_octave): write generic
810         to_relative_octave function; various relative cleanups.
811         Hmmm.
812
813         * lily/scm-option.cc: add options new-relative and old-relative
814
815         * po/sv.po: new po file.
816
817         * Documentation/user/refman.itely (Dynamics): website
818         fixes. (should backport!)
819
820 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
821
822         * make/lilypond.mandrake.spec.in: declare version only once.
823
824 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
825
826         * lily/simultaneous-music.cc (to_relative_octave): undo relative
827         meaning for now.
828
829 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
830
831         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
832
833         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
834
835         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
836
837         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
838
839         * lily/music.cc (var): add ly:music-transpose function.
840
841         * lily/parser.yy (pre_events): remove prefix articulations.
842
843         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
844
845         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
846
847         * Documentation/user/refman.itely (Text markup): add comment about
848         markup in header.
849
850 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
851
852         * lily/paper-outputter.cc (write_header_fields_to_file): 
853         only dump value if it is a string.
854
855         * flower/include/dictionary.hh: remove.
856         
857         * Documentation/ChangeLog-1.5: add back old log.
858
859         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
860         .pfas from a .deb.
861
862 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
863
864         * Documentation/bibliography/engraving.bib: add entry for
865         Jaschinski's Notation
866
867 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
868
869         * Documentation/user/refman.itely (Beaming): add note about
870         allowBeamBreak
871
872 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
873
874         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
875         GregorianTranscription contexts
876
877         * ly/engraver-init.ly: vaticana contexts: minor fixes
878
879         * Documentation/user/refman.itely (Ancient notation): added note
880         on appendix length bug
881
882         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
883         input/test/vaticana.ly: use vaticana contexts; small fixes
884
885 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
886
887         * flower/hash.cc: Remove.
888
889         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
890         to (nonexistent?) hash_func_ identifier.
891
892         * python/midi.c (midi_error, midi_warning): Use char const* for
893         __FUNCTION__ argument.
894
895         * python/gettext.py: Remove.  We already require python 2.1, which
896         includes gettext.py.
897
898         * configure.in: Require python 2.1, as INSTALL.texi says.
899         it.
900
901         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
902         versions 1.50 and 1.75.  Remove note about lexer patch.
903
904 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
905
906         * Documentation/topdocs/INSTALL.texi: Update type1 font
907         description to actual situation.  Add comment about new font ball
908         layout.
909
910         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
911         in $LILYPONDPREFIX suffices for installation.
912
913 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
914
915         * debian/control (Build-Depends): Add flex-old as alternative to
916         flex.  Deprecate bison 1.75.
917
918 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
919
920         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
921         Vaticana contexts
922
923         * Documentation/user/refman.itely (Ancient notation): documented
924         some bugs; tiny fixes; added docu on Vaticana contexts
925
926         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
927         scripts
928
929 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
930
931         * Documentation/user/refman.itely (Ancient notation): added some
932         introductory words; added section on ancient time signatures;
933         added some @seealso and @refcommands; small fixes and
934         beautifications
935
936 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
937
938         * input/regression/note-head-style.ly: many fixes and updates
939
940         * Documentation/user/refman.itely: added small sections on ancient
941         accidentals, rests and flags; revised ancient note head section;
942         small wording/spelling fixes
943
944         * input/test/rests.ly: layout fixes
945
946 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
947
948         * input/puer-fragment.ly: bugfix: central C position of do clef
949
950         * ly/gregorian-init.ly: workaround: add small padding space before
951         divisiones (the correct fix would be the spacing engine to handle
952         this)
953
954 2003-08-13  Graham Percival  <gperlist@shaw.ca>
955
956         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
957         cue-notes.ly: minor fixes.
958
959 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
960
961         * Documentation/user/refman.itely: bugfix: remove obsolete link to
962         input/test/custos-style.ly
963
964         * Documentation/index.html.in: bugfix: link to Tutorial.html
965
966         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
967         to neumes; bugfix: "et": epiphonus, not just a simple pes
968
969 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
970
971         * lilypond-mode.el: split `Insert Tag' if it is long enough.
972
973         * lilypond.words: add new features: markup, column, center, \[ \].
974         
975 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
976
977         * Documentation/topdocs/NEWS.texi, DEDICATION,
978         stepmake/bin/add-html-footer.py
979         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
980         input/mutopia/J.S.Bach/wtk1-fugue1.ly
981         input/mutopia/J.S.Bach/wtk1-prelude1.ly
982         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
983         added (only) after a sentence which is complete; if the sentence is 
984         not ended a comma `,' or nothing is used. fix also spaces.
985
986 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
987
988         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
989         requirements to plain 1.6.
990
991         * buildscripts/mutopia-index.py (read_lilypond_header): update
992         mutopia-index.py to 1.4 syntax [sic]
993
994 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
995
996         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
997
998 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
999
1000         * Documentation/index.html.in: url for regression pdf
1001
1002         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
1003
1004         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
1005
1006         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
1007
1008         * VERSION: 1.8.0 released
1009         
1010         * GNUmakefile.in (local-WWW-post): footify build fix.
1011
1012         * configure.in: require GUILE 1.6.4
1013
1014         * Documentation/user/GNUmakefile: don't copy *.png for
1015         lilypond-internals
1016
1017         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
1018         local-WWW-post target.
1019         (rsync-web): add rsync-web target
1020
1021         * Documentation/user/introduction.itely (Music notation and
1022         engraving): add neume example
1023
1024         * input/puer-fragment.ly (cantus): add puer-fragment
1025
1026 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1027
1028         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
1029         to notes, so that equalizer is actualy being used.
1030
1031         * scm/midi.scm (instrument-equalizer-alist):
1032         (absolute-volume-alist): Define public, so that user can copy or
1033         override.
1034
1035         * lily/key-performer.cc (create_audio_elements): Check for minor
1036         key.  Only if key is minor, set MIDI key to minor.
1037
1038 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1039
1040         * Documentation/user/refman.itely (Hiding staffs): fixes.
1041
1042         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
1043
1044         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
1045         vertical extents to deal with Hara kiri correctly.
1046
1047         * input/regression/hara-kiri-short.ly: remove
1048
1049         * input/regression/hara-kiri-pianostaff.ly: update test.
1050
1051         * Documentation/user/*.tely: remove WEBTITLE
1052
1053         * scm/output-tex.scm (comment): idem.
1054
1055         * scm/output-pdftex.scm: remove GUILE 1.4 glue
1056
1057         * scm/music-functions.scm (make-lyric-event): new function
1058
1059         * scm/lily.scm (lilypond-version): new function
1060
1061         * input/test/version-output.ly: new file.
1062
1063         * Documentation/user/lilypond.tely: add version number to
1064         front-page.
1065
1066 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1067
1068         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
1069
1070 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1071
1072         * input/template/gregorian-transcription.ly (barTwo): syntax update.
1073
1074         * Documentation/user/refman.itely (Hiding staffs): rename node.
1075
1076 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1077
1078         * input/regression/new-markup-syntax.ly (texidoc): remove
1079         molecule-callback override.
1080
1081 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1082
1083         * input/les-nereides.ly: Mark tweaks with %tweak.
1084
1085         * Debian patch, see debian/changelog (Anthony Fok).
1086
1087 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
1090         problem.
1091
1092 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1093
1094         * Documentation/user/refman.itely (Text markup): Fix language bug.
1095
1096 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1097
1098         * input/* : postfix syntax fixes.
1099
1100         * Documentation/user/refman.itely (Text markup): add note about
1101         raise/lower with ^ or _ .
1102         
1103         * po/fi.po: fix \\apply strings.
1104
1105         * lily/parser.yy (open_event): warn for prefix articulations.
1106
1107 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
1108
1109         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
1110         fix also on parmesan font.
1111
1112 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1113
1114         * VERSION 1.7.30 released
1115         
1116         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
1117
1118         * buildscripts/mutopia-index.py (headertext): rewording
1119
1120 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1121
1122         * scm/new-markup.scm (strut-markup): new markup function.
1123
1124         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
1125         space also when no accidental is there.
1126
1127 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1128
1129         * input/les-nereides.ly: Updates.
1130
1131 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
1132
1133         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
1134         which repeats the tag insertion selected from "Insert tag" menu.
1135
1136 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1137
1138         * lily/all-font-metrics.cc (find_font): load AFM files first only
1139         for feta fonts. This fixes problems with TeXlive and other TeX
1140         distros that include AFM files for the CM fonts. 
1141
1142         * scm/font.scm (qualifiers-to-font-name): remove.
1143
1144         * lily/paper-def.cc: remove get_var.
1145
1146         * input/trip.ly: remove file.
1147         
1148         * input/regression/spacing-note-flags.ly (raggedright): remove
1149         stafflinethickness
1150
1151         * input/les-nereides.ly: update to new syntax, cleanups.
1152
1153 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1154
1155         * Documentation/user/refman.itely: Clarify shortest-note problem
1156         of autobeamer.
1157
1158 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
1159
1160         * lilypond-mode.el: Add each word to regexps only once.
1161
1162         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
1163         is based on the syntax definitions in lilypond.words. Remove all 
1164         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
1165         LilyPond->Insert menu is generated by the entries in lilypond.words 
1166         to which have been given a syntax definition.
1167
1168         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
1169         \notes, \relative, \score, \simultaneous, \transpose.
1170
1171         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
1172
1173         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
1174         
1175         * lilypond-mode.el: add menu keywords separately.
1176
1177         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
1178
1179 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1180
1181         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
1182         current ugly installation method for PFA fonts.
1183
1184 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
1185
1186         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
1187         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
1188
1189         * Documentation/user/music-glossary.tely: update legato.
1190
1191 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1192
1193         * lexer-gcc-3.0.patch: Remove.
1194
1195         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
1196
1197 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1198
1199         * debian/rules (binary-arch): remove NEWS.
1200
1201 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
1202
1203         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
1204         stepmake/bin{ many }: polish the `--help's of different scripts;
1205         model taken from the core-utils of Linux.
1206
1207         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
1208
1209 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1210
1211         * flower/parse-afm.cc (parseCharMetrics): add warnings.
1212
1213         * flower/libc-extension.cc: idem.
1214
1215         * flower/include/libc-extension.hh: protect against isinf macros.
1216
1217 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
1218
1219         * { many }: Use two uppercase letters in LilyPond.
1220
1221         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
1222
1223         * VERSION: 1.7.29 released.
1224         
1225 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1226
1227         * lily/tie.cc: add TODO comment.
1228
1229         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
1230
1231         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
1232         linejoins and linecaps. This fixes problems with occasional spikes
1233         on slur/tie endings.
1234         
1235         * input/regression/font-name.ly: don't use PS fonts for
1236         compatibility reasons. 
1237
1238         * mutopia/claop.py (accents): update to 1.8
1239
1240         * Documentation/user/music-glossary.tely (Top): remove 13pt.
1241
1242         * Documentation/user/macros.itexi: don't color glossary links.
1243
1244         * Documentation/user/invoking.itexi (Error messages): new section
1245
1246 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1247
1248         * input/regression/font-name.ly: add file.
1249
1250         * scm/document-backend.scm (grob-doc): remove <hr> from
1251         lilypond-internals
1252
1253         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
1254         reqd version to 1.6.4 
1255
1256         * lily/font-interface.cc (get_font): bugfix: take font-name from
1257         alist chain too. This fixes font-name override for \markup.
1258
1259 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1260
1261         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
1262
1263         * input/test/polymetric-differing-notes.ly: Compile fix.
1264
1265 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
1266
1267         * Documentation/user/refman.itely: fixed typo
1268
1269         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
1270         before flexa
1271
1272 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1273
1274         * input/test/{ many }: search & fix some typos.
1275
1276 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1277
1278         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
1279         images.
1280
1281         * scm/music-functions.scm (make-voice-props-set): set Script /
1282         TextScript dir for polyphony too.
1283
1284         * scm/define-grobs.scm (all-grob-descriptions): decrease space
1285         before clef.
1286
1287         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
1288
1289 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
1290
1291         * Documentation/user/refman.itely (Percussion): Small
1292         clarifications and fixes.
1293
1294         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
1295         threads. This fixes different heads playing simultaneously.
1296
1297 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1298
1299         * Documentation/user/{ many }: increase readability (read through 
1300         User manual from `one big page').
1301
1302 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1303
1304         * input/test/polymetric-differing-notes.ly: add example with
1305         disparate note values.
1306
1307         * input/test/polymetric.ly: rename from poly-metric
1308
1309         * scripts/ly2dvi.py (include_path): bugfix: use outbase
1310         iso. outname.
1311
1312         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
1313         G-clef bbox to real char extents. This fixes the G-clef being
1314         offset too much to the right.
1315         document perc clef offset.
1316
1317         WARNING: FONT CHANGED.
1318
1319         * Documentation/user/tutorial.itely (Tutorial): move menu.
1320
1321 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1322
1323         * buildscripts/lilypond-profile.sh (Error): trim error message.
1324
1325         * Documentation/user/invoking.itexi (Invoking the lilypond
1326         binary): add note about path.
1327
1328         * Documentation/user/macros.itexi: add @c at EOL, hopefully
1329         suppresses superfluous spaces.
1330
1331 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1332
1333         * buildscripts/lilypond-profile.sh: Add documentation to error
1334         message.
1335
1336         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
1337
1338 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1339
1340         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
1341         <mike@ossmann.com>)
1342
1343         * Documentation/bibliography/computer-notation.bib (pages): prune
1344         unscientific language.
1345
1346         * Documentation/user/GNUmakefile: copy unsplit file to
1347         lilypond.html (idem for lilypond-internals).
1348
1349         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
1350
1351         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
1352
1353         * python/lilylib.py (lilypond_version): 2.1 proof version check.
1354
1355         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
1356         fix.
1357         
1358 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
1359
1360         * Documentation/user/{ various }: bind text snippets with their
1361         examples, e.g. by punctuation: This is an example.
1362
1363 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1364
1365         * ly/performer-init.ly (VoiceContext): Typos.
1366
1367         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
1368         builds, leave final-install to toplevel srcdir makefile.
1369
1370         * make/srcdir.make.in (install): New target.
1371
1372 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1373
1374         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
1375         This fixes core dump on MIDI output (Simon Weatherill).
1376
1377         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
1378         on local-WWW-post.
1379
1380 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1381
1382         * make/lilypond.redhat.spec.in: add dvips to reqs.
1383
1384 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * make/srcdir.make.in (web): Add special web target.
1387
1388         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
1389         from inner $(LOOP).
1390
1391         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
1392
1393         * stepmake/stepmake/generic-targets.make (www-targets-help):
1394         * GNUmakefile.in (web-install): Install in $(webdir).
1395
1396         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
1397
1398         * cygwin/changelog: 
1399         * cygwin/mknetrel: Update.
1400
1401         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
1402         (html-doc): Remove (use: web).
1403
1404         * stepmake/stepmake/script-rules.make: 
1405         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
1406         Fix $(config_make) dependencies for srcdir build.
1407
1408         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
1409         target for srcdir build.
1410
1411         * stepmake/make/stepmake.make: 
1412         * make/srcdir.make.in: 
1413         * GNUmakefile.in:
1414         * make/stepmake.make (config_make): Rename variable (was:
1415         configuration).
1416
1417 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1418
1419         * Documentation/user/internals.itely (Manipulating music
1420         expressions): run lilypond on example too.
1421
1422         * flower/include/libc-extension.hh: move lrint define to
1423         header. bugfix.
1424         
1425 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1426
1427         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
1428         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
1429         do we recurse whole tree?).
1430
1431         * GNUmakefile.in (html-doc): Resurrect.
1432
1433         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
1434         obsolete $(package-icon) dependency.
1435
1436 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1437
1438         * Documentation/user/refman.itely (Automatic staff changes):
1439         add seealso 
1440
1441         * Documentation/index.html.in: link to bigpage.
1442
1443         * Documentation/user/tutorial.itely (Tutorial): streamline.
1444
1445         * Documentation/index.html.in: url typo.
1446
1447         * VERSION (PACKAGE_NAME): release 1.7.28
1448
1449         * python/lilylib.py (error_log): remove '/' from name.
1450
1451         * input/regression/pedal.ly: remove; dups input/test/
1452         
1453         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
1454
1455         * Documentation/index.html.in: python style doco index.
1456
1457         * Documentation/{footer,header}.html.in (src): remove, 
1458
1459         * Documentation/pictures: remove all but lelie-logo.xpm.
1460
1461         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
1462         before running makeinfo.
1463
1464         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
1465         @code{}
1466
1467 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1468
1469         * input/test/bar-number-regular-interval.ly: rename.
1470
1471         * Documentation/user/*: various fixes. 
1472
1473 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
1474
1475         * Documentation/{ many }: polish for update-all-menus. typos.
1476
1477         * po/fi.po: fixes.
1478
1479         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
1480
1481         * buildscripts/mutopia-index.py: polish.
1482
1483         * input/regression/{ many }, input/test{ many }: polish texidocs.
1484
1485 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1486
1487         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
1488
1489         * lily/text-spanner.cc (brew_molecule): use bracket-flare
1490         iso. edge-widen.
1491
1492         * lily/piano-pedal-engraver.cc (process_music): change from
1493         process_acknowledged ()
1494
1495         * lily/piano-pedal-bracket.cc: new file. Change
1496         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
1497         cleaned up.
1498
1499         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
1500
1501         * input/regression/tuplets.ly (texidoc): rename file.
1502
1503         * po/fr.po: update
1504
1505         * buildscripts/lilypond-profile.sh: error message if script is not
1506         sourced.
1507
1508         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
1509         bracket-flare
1510         (make_bracket): simplify code.
1511
1512         * lily/parser.yy (verbose_command_req): catch typos in \key scale
1513         argument.
1514
1515         * python/lilylib.py (lilypond_version_check): new function
1516
1517         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
1518
1519         * scripts/ly2dvi.py (run_lilypond): add version check.
1520
1521         * scripts/lilypond-book.py (option_definitions): typo
1522
1523         * scripts/ly2dvi.py (include_path): typo
1524
1525         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
1526
1527         * lily/parse-scm.cc (parse_handler): typo
1528
1529         * Documentation/user/macros.itexi: use @heading for headings.
1530
1531         * Documentation/user/refman.itely: updates, fixes.
1532
1533 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
1534
1535         * po/fi.po: add Finnish translations. fixes.
1536
1537         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
1538
1539         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
1540         from lily/glissando-engraver.cc.
1541
1542 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1543
1544         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
1545         for non-first _broken_ bracket.
1546
1547         * Documentation/user/refman.itely: corrections.
1548
1549 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1550
1551         * lily/new-fingering-engraver.cc (position_scripts): add heads to
1552         support of the fingerings.
1553
1554         * po/fr.po: French translation update.
1555
1556         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
1557         strings.
1558
1559 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1560
1561         * Documentation/user/introduction.itely: Small fixes.
1562
1563 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
1564
1565         * Documentation/topdocs/AUTHORS.texi: polish.
1566
1567 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1568
1569         * Documentation/user/introduction.itely: revise
1570
1571         * Documentation/user/tutorial.itely: reorganise.
1572
1573         * Documentation/topdocs/index.tely: remove.
1574
1575         * Documentation/header.html.in: prune.
1576
1577         * GNUmakefile.in: clean up web building.
1578
1579         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
1580         target.
1581
1582 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
1583
1584         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
1585
1586         * lilypond-mode.el: turn on blink-matching-paren.
1587
1588 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1589
1590         * scm/output-sodipodi.scm (svg-header): Fix typo.
1591
1592 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1593
1594         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
1595         fixes a security hole.
1596
1597         * scripts/lilypond-book.py (original_dir): remove temp_dir
1598
1599         * scm/document-translation.scm: use @code tags.
1600
1601 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
1602
1603         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
1604
1605         * lilypond-mode.el: add a buffer-local post-command-hook to set
1606         context dependent syntax-table after each cursor event. Remove old
1607         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
1608
1609         * lilypond-indent.el: update comments.
1610
1611         * Documentation/footer.html.in: add period.
1612
1613 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1614
1615         * make/lilypond.redhat.spec.in (Group): don't strip binary.
1616
1617         * scm/document-translation.scm (document-property-operation): add
1618         @code{} tags.
1619
1620         * VERSION (PACKAGE_NAME): release 1.7.27
1621
1622         * config.make.in: add PAPER variable
1623
1624         * buildscripts/new-chords.py (help): add help text
1625
1626         * Documentation/user/introduction.itely (Typography and program
1627         architecture):  fixes.
1628
1629         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
1630         for texinfo and dvips. This fixes problems with PDF output of the
1631         wrong size.
1632
1633         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
1634         DVIPS_PAPERSIZE variable
1635
1636         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1637         TEXINFO_PAPERSIZE variable 
1638
1639 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1640
1641         * mf/feta-macros.mf: whoops: only draw lines for test situations.
1642
1643         * mf/feta-toevallig.mf: lowres fixes.
1644
1645 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1646
1647         * NEWS: Typo and fill-paragraph fixes.
1648
1649         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
1650         cast #define.
1651
1652         * configure.in: 
1653         * config.hh.in: Check for lrint.
1654
1655 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1656
1657         * VERSION: 1.7.26 released
1658
1659         * lily/separation-item.cc: add padding property.
1660
1661         * input/test/*.ly: various fixes, remove solo-a2.ly
1662
1663         * scm/new-markup.scm (brew-new-markup-molecule): arg order
1664         bugfix. Fixes old-style markup compatibility.
1665
1666         * Documentation/user/introduction.itely (Introduction): historical
1667         elucidations
1668
1669         * Documentation/user/music-glossary.tely (Top): linewidth fix.
1670
1671         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
1672
1673         * Documentation/index.texi (Top): cleanup.
1674
1675         * Documentation/user/introduction.itely (Introduction): rewrite
1676         introduction, 
1677         (Music notation and  engraving): about notation. Add flat-picture
1678
1679 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1680
1681         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
1682         separation items. This keeps lyrics from bumping into each other.
1683
1684 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1685
1686         * GNUmakefile.in (topdocs-web): New target.
1687         (local-web): Depend on topdocs-web; fixes html-doc.
1688
1689 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1690
1691         * po/lilypond.pot: run po-replace
1692
1693         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
1694
1695         * scm/drums.scm (reset-drum-kit): new function.
1696
1697         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
1698
1699         * scripts/update-lily.py: remove
1700         
1701         * VERSION: release 1.7.25
1702         
1703         * Documentation/user/introduction.itely (Introduction): rewrite
1704         start of introduction.
1705
1706 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
1707
1708         * lily/all-font-metrics.cc: fixed typo
1709
1710 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
1711
1712         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
1713         LilyPond-mode-context-set-syntax-table): new functions to define
1714         the syntax table according to context.
1715
1716         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
1717
1718 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1719
1720         * Documentation/user/refman.itely (Figured bass): 
1721         language nit courtesy http://www.vocabula.com
1722
1723         * GNUmakefile.in: remove no kpathsea hack.
1724
1725         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
1726         doco.
1727
1728         * GNUmakefile.in: remove web-doc target.
1729
1730         * lily/all-font-metrics.cc (find_afm): add message about
1731         buildscripts/clean-fonts.sh 
1732
1733         * scm/define-music-properties.scm (figure): use string for 'figure
1734
1735         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
1736
1737         * input/regression/ : add raggedright = ##t where applicable. 
1738         
1739         * scm/bass-figure.scm (make-bass-figure-markup): add
1740         alignBassFigureAccidentals property.
1741
1742         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
1743         bracket.
1744
1745         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
1746         syllables widths into account for minimum-length.
1747
1748         * input/test/staff-container.ly: update file
1749
1750         * input/test/stem.ly: remove
1751
1752         * lily/event.cc (LY_DEFINE): add ly: prefix.
1753
1754         * input/test/clef-manual-control.ly: from manual-clef
1755
1756         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
1757
1758         * input/test/different-time-signatures.ly: move to poly-metric.ly
1759
1760         * input/test/hara-kiri*,scales.ly: remove
1761         
1762         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
1763         with chord-names-jazz.ly)
1764
1765         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
1766         get scalable cm fonts too.
1767
1768         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
1769         --encoding for mftrace if present.
1770
1771         * input/regression/slur-area.ly: move from test/
1772
1773         * input/test/: remove simple-slur-endings slur-attachment
1774         slur-broken-cross-staff slur-broken.ly slur-damping.ly
1775         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
1776         slur-symmetry slur-symmetry tie-broken.ly
1777
1778         * scm/drums.scm (set-drum-kit): add function.
1779
1780         * Documentation/user/refman.itely (Percussion staves): use
1781         set-drum-kit
1782
1783         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
1784         too
1785         (Global_measure.set_timesig): handle 3/8 time sig too.
1786
1787         * scm/output-lib.scm (note-head-style->attachment-coordinates):
1788         note about triangle note heads.
1789
1790         * scm/drums.scm: use alist for instrument-settings. This fixes the
1791         bug with assigning to drums in the .ly file.
1792
1793         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
1794         CHANGED.
1795
1796         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
1797         cluster-beacon-interface
1798
1799         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
1800
1801         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
1802
1803         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
1804
1805         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
1806         to get positions.
1807
1808         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
1809         make ClusterSpannerBeacon to record Y positions. This removes the
1810         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
1811         make cluster-note-events.
1812
1813 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1814
1815         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
1816
1817         * configure.in: Use lily/main.cc as identifying source file.
1818
1819         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
1820
1821         * config.hh.in: 
1822         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
1823
1824         * configure.in: Require PYTHON >= 2.0.
1825
1826         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
1827           $PYTHON for include dir location.
1828         (STEPMAKE_PYTHON): New function.  Use
1829         
1830             PYTHON=foo ./configure
1831
1832           to override.
1833
1834 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1835
1836         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
1837         something.
1838
1839         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
1840         ftp.lilypond.org everywhere.
1841
1842 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1843
1844         * lily/text-item.cc (interpret_new_markup): do only if new-markup
1845         detected.
1846
1847         * Documentation/user/refman.itely (Grace notes): note on explicit
1848         contexts
1849
1850 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
1851
1852         * lilypond-font-lock.el: add a comment about LilyPond specific
1853         escape characters: ^, - and _, in the syntax table.
1854
1855         * Documentation/user/appendices.itely: a majuscule fix.
1856
1857 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1858
1859         * input/test/trills.ly (endHorizScript): fixes.
1860
1861         * input/test/chord-names-jazz.ly: merge in alternate Jazz
1862         notation, move from regression.
1863
1864         * input/test/script-stack.ly: change name from stacked-scripts
1865
1866         * input/test/ossia.ly: octave errors.
1867
1868         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
1869         for midi-volume-equaliser
1870
1871 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1872
1873         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
1874         cm fonts.
1875
1876         * mf/feta-beugel.mf: don't multiply font_count by 10.
1877
1878         * lily/lookup.cc (horizontal_line): new function. Use
1879         horizontal-line in output backends.
1880
1881         * Documentation/user/tutorial.itely (An orchestral part): new
1882         section on orchestral stuff and identifiers.
1883
1884 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
1885
1886         * lilypond-mode.el: comment-out paren-highlighting, it still causes
1887         some interference to other modes.
1888
1889 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1890
1891         * lily/spacing-spanner.cc (musical_column_spacing): use average,
1892         not maximum of spacing wishes in polyphonic situations.
1893
1894         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
1895         number
1896
1897         * lilypond-indent.el: remove paren matching. 
1898
1899         * lily/text-item.cc (interpret_new_markup): new function
1900         use iso. text2molecule.
1901
1902         * lily/main.cc (notice): change FSF address 
1903
1904         * po/de.po: update PO file to 1.6.
1905
1906 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
1907
1908         * Documentation/user/ {many}: Add periods and remove spaces.
1909         
1910 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
1911
1912         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
1913         Disable buffer-locally default paren hook and make a new one. 
1914
1915         * lilypond-mode.el: Turn off locally paren-mode, but turn on
1916         locally LilyPond-paren-mode. Add todo for mouse double-click.
1917
1918 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
1919
1920         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
1921         Disable buffer-locally default paren idle timer and make a new one. 
1922
1923         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
1924         locally LilyPond-show-paren-mode. Add to menu a toggle for
1925         LilyPond-show-paren-function.
1926
1927 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1928
1929         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
1930
1931 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
1932
1933         * Documentation/user/refman.itely: spelling fix.
1934
1935         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
1936         paren highlight function definitions. add todo for
1937         LilyPond-show-paren-mode.
1938
1939 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1940
1941         * input/template/jazz-combo.ly: new file.
1942
1943 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1944
1945         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
1946         lo-res fixes.
1947
1948         * mf/feta-schrift.mf: bugfix in varcoda sign.
1949         WARNING: FONT CHANGED
1950
1951         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
1952         in accordance with lexer.ll.   
1953
1954 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1955
1956         * Documentation/user/tutorial.itely: Edit introduction.
1957
1958 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1959
1960         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
1961         ly:grob-staff-position
1962
1963 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1964
1965         * scm/to-xml.scm: import srfi-1
1966
1967         * VERSION (MAJOR_VERSION):  release 1.7.24
1968
1969         * python/lilylib.py (make_ps_images): make multipage _really_ work.
1970
1971         * scripts/lilypond-book.py (do_file): put texidoc before image.
1972         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
1973
1974         * input/regression/*.ly: fix snippet octaves 
1975
1976         * input/test/spanner-after-break-tweak.ly: import
1977         broken-spanner-adjustment
1978
1979         * input/no-notation/midi-transposing.ly: move from input/test/
1980
1981         * input/test/: remove chord-markup
1982
1983         * input/regression/instrument-name-partial.ly: move from input/test.
1984
1985         * input/test/vertical-text.ly: remove
1986
1987         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
1988         space above lyrics lines.
1989
1990         * input/test/uniform-breaking.ly: remove file.
1991
1992         * lily/gourlay-breaking.cc (combine_demerits): add comment about
1993         uniform spacing density. 
1994
1995         * input/test/chords.ly (keys): remove file.
1996
1997         * scm/documentation-lib.scm (oop): use srfi-1 too.
1998
1999         * input/regression/*.ly: add \version
2000
2001         * Documentation/user/*.itely: various fixes.
2002
2003         * buildscripts/mf-to-table.py (base): break table every three
2004         symbols.
2005
2006         * input/:  remove %% new-chords-done %% .
2007
2008         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
2009         os-music.ly
2010         
2011 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2012
2013         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
2014
2015         * scm/new-markup.scm (box-markup): new function.
2016         (box-markup): new function. Contributed by Dick Schoeller
2017         <schoeller@attbi.com>
2018
2019         * scm/lily.scm: remove reduce-no-unit 
2020         (list-insert-separator): use fold-right
2021
2022         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
2023         of arguments. 
2024
2025         * NEWS: more neutral language for ancient notation 
2026
2027         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
2028         inside pointing beaming for chord tremolo.
2029
2030         * Documentation/user/lilypond-book.itely: minor editing
2031
2032 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
2033
2034         * NEWS: added news for 1.8 regarding ancient notation
2035
2036         * Documentation/user/refman.itely (Gregorian square neumes
2037         ligatures): fixed typo
2038
2039         * lily/vaticana-ligature-engraver.cc,
2040         lily/include/vaticana-ligature.hh: bugfix: use special heads for
2041         lower/upper head of Pes only when heads are stacked
2042
2043         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2044         scm/define-grob-properties.scm: cleanup: make "join-left" a
2045         boolean grob property and save delta pitch in grob property
2046         "delta-pitch" instead
2047
2048         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
2049
2050 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2051
2052         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
2053         completely borked
2054
2055         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
2056         (try_music): bug fix: beam multiplicity was completely borked.
2057
2058         * scm/lily.scm: remove tail, filter-list, filter-out-list,
2059         first-n, butfirst-n in favor of srfi-1 functions.
2060         remove string-join, string-pad in favor of srfi-13 functions.
2061
2062         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
2063
2064         * NEWS: use complete sentences.
2065
2066         * Documentation/user/introduction.itely (Example applications):
2067         add note about databases and lilypond-book.
2068
2069         * input/test/volta.ly: remove file
2070
2071         * input/regression/volta-broken-left-edge.ly: simplify file
2072
2073 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2074
2075         * Documentation/user/refman.itely (Constructing a tweak): new
2076         subsection.
2077
2078         * Documentation/user/tutorial.itely (Fine tuning layout): add
2079         common tweaks.
2080
2081         * scm/define-grobs.scm (TextScript): use new brewer.
2082
2083 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2084
2085         * VERSION: release 1.7.23
2086
2087         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
2088
2089         * python/lilylib.py (make_ps_images): bugfixes.
2090
2091         * input/regression/volta-multi-staff.ly: new file.
2092
2093         * Documentation/user/macros.itexi: refcommands, refcommand macros.
2094
2095         * Documentation/user/tutorial.itely (Piano staffs): new section.
2096         (Setting variables): new section
2097         (Fine tuning layout): new section
2098
2099         * input/just-friends.ly: remove file. Superseeded by
2100         input/test/chords-without-melody.ly
2101
2102         * ly/property-init.ly: add all commands to refman.
2103
2104         * scm/define-translator-properties.scm: remove
2105         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
2106
2107         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
2108         name. Underscores botch up PS output.
2109
2110         * scm/define-translator-properties.scm: remove
2111         textNonEmpty, oneBeat, regularSpacingDelta
2112
2113         * scripts/convert-ly.py (FatalConversionError.conv): conversion
2114         rule for automaticBars.
2115
2116         * lily/timing-engraver.cc (start_translation_timestep): change
2117         barNonAuto to automaticBars
2118
2119 2003-06-30  Graham Percival  <gperlist@shaw.ca>
2120
2121         * input/test/perform-tie.ly: delete file.
2122
2123 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
2124
2125         * Documentation/user/refman.itely (Gregorian square neumes
2126         ligatures): bugfix: do not show ledger lines in neumes table
2127         (fixed by setting staff symbol to transparent rather than removing
2128         it from staff context)
2129
2130 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2131
2132         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
2133         glue into brew-new-markup-molecule.
2134
2135         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
2136
2137         * Documentation/user/introduction.itely (Computerized typography):
2138         new section
2139
2140         * Documentation/user/tutorial.itely (An orchestral part): remove
2141         pc example from tutorial.
2142
2143         * input/tutorial/lilbook.tex: use screech-boink
2144
2145         * scripts/lilypond-book.py (compile_all_files): split formatting
2146         output body and scheduling lilypond compilation.
2147         (format_lilypond_output_bodies): new function
2148         (format_lilypond_block): new function
2149         (html_pages): allow multi-page images in HTML
2150
2151         * python/lilylib.py (make_ps_images): rename function from
2152         make_preview, merge with make_page_images
2153
2154 2003-06-28  Graham Percival  <gperlist@shaw.ca>
2155
2156         * input/test/key-clefs.ly: moved to regression.
2157
2158         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
2159
2160         * input/no-notation/README: added note about midi-*.ly files.
2161
2162         * input/test/two-key.ly: moved to no-notation/parse5.ly
2163
2164         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
2165         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
2166
2167         * input/test/ {various}: modified comments, marked some for deletion.
2168
2169         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
2170
2171         * input/test/mmrest-collision: moved to regression.
2172
2173 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2174
2175         * scm/chord-name.scm (note-name->markup): don't superscript root
2176         alterations in chordnames.
2177
2178 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2179
2180         * Documentation/user/refman.itely (Multi measure rests): more
2181         index/cross-referencing.
2182
2183         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
2184
2185         * scm/font.scm: remove properties-to-font-name code.
2186
2187         * scm/define-grob-properties.scm: remove 'type
2188
2189         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
2190         conversion
2191
2192         * lily/text-spanner.cc: change 'type grob prop to 'style 
2193
2194         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
2195         "first" flag to decide whether to make a start-repeat
2196
2197         * input/regression/grace-volta-repeat-2.ly: new file.
2198
2199 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2200
2201         * lilypond-indent.el: rename generic functions to LilyPond-*
2202
2203 2003-06-22  Graham Percival  <gperlist@shaw.ca>
2204
2205         * input/test/thumb.ly: delete, merged into refman.
2206
2207         * Documentation/user/refman.itely: added thumb info to Fingering.
2208
2209         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
2210         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
2211         vertical-align.ly : deleted files.
2212
2213 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2214
2215         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
2216
2217         * lily/line-spanner.cc (broken_trend_offset): remove function.
2218         (get_broken_offset): idem.
2219         (brew_molecule): rewrite the line-break case.
2220
2221         * input/regression/follow-voice-break.ly:  new file.
2222
2223         * lily/line-spanner.cc (after_line_breaking): remove lines at the
2224         start of a system.
2225
2226 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2227
2228         * input/test/tuplet-rest.ly: moved to regression.
2229
2230         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
2231         deleted file.
2232
2233         * input/test/ {many} : marked file for possible deletion.
2234
2235 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2236
2237         * input/regression/beam-funky.ly: add note about (disputed)
2238         correct beaming.
2239
2240         * ly/engraver-init.ly (ScoreContext): put key-signature after
2241         staff-bar
2242         
2243 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2244
2245         * input/test/ broken.ly lyric-phrasing.ly: deleted.
2246
2247         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
2248
2249         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
2250
2251         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
2252         stem-extend was deleted (it was duplicate example, and not as
2253         good).
2254
2255         * input/test/[s-z]*.ly: add texidoc index.
2256
2257 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2258
2259         * lily/slur.cc (get_boundary_notecolumn_y): change name from
2260         get_first_notecolumn_y
2261
2262         * lily/spanner.cc (broken_spanner_index): new function.
2263
2264 2003-06-19  Graham Percival  <gperlist@shaw.ca>
2265
2266         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
2267         lyric-hyphen.ly : moved to regression.
2268
2269         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
2270         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
2271
2272         * input/test/instrument-name-mmrest.ly: moved to
2273         ../regression/multi-measure-rest-instr-name.ly
2274
2275         * input/test/knee-sym.ly: moved to
2276         ../regression/beam-knee-symmetry.ly.
2277
2278         * input/test/hymn.ly: change comments.
2279
2280         * input/test/[p-r]*.ly: add texidoc index.
2281
2282 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2283
2284         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
2285         to postfix syntax
2286         
2287         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
2288         syntax.
2289
2290         * VERSION: release 1.7.22
2291
2292 2003-06-18  Graham Percival  <gperlist@shaw.ca>
2293
2294         * input/test/[h-k]*.ly: added texidoc index.
2295
2296         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
2297
2298         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
2299
2300         * input/test/ various : mark files for deletion or moving to regression.
2301
2302         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
2303
2304         * input/test/[l-o]*.ly: added texidoc index.
2305
2306 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2307
2308         * scm/music-functions.scm (make-ottava-set): 
2309         only do ottavation if centralCPosition is set.
2310
2311         * lily/translator-scheme.cc (ly:context-property-where-defined):
2312         return '() if not found.
2313
2314 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
2315
2316         * lilypond-mode.el (LilyPond-un-comment-region): removed.
2317         Use one command for both commenting and uncommenting.
2318
2319         * lilypond-indent.el (LilyPond-comment-region): new function,
2320         (un)comments each line separately.
2321
2322         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
2323         
2324         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
2325         imenu is not added by default; adapted from f90.el,
2326         makes Help-menu, which does not fit, visible in XEmacs.
2327         
2328 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
2329
2330         * lilypond-mode.el: Set show-paren-mode local; minor-mode
2331         show-paren-mode sets blink-matching-paren-on-screen local.
2332         Try to make show-paren-function to paren-highlight local.
2333
2334         * lilypond-indent.el (LilyPond-scan-sexps): new function.
2335         Copy definitions of Emacs' show-paren-function and
2336         XEmacs' paren-highlight and make minimal changes;
2337         add comments about locality. 
2338         Fix matching first open-paren-char in '<< .. >>'.
2339
2340 2003-06-16  Graham Percival  <gperlist@shaw.ca>
2341
2342         * input/test/g*: added texidoc index.
2343
2344         * input/test/[a-g]*: added raggedright==#t when it
2345          seemed appropiate.
2346
2347         * input/test/ fake-grace.ly figured-bass.ly : removed file.
2348
2349         * Documentation/topdoc/INSTALL.texi: removed false warnings
2350         about gcc 3.3.
2351
2352 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2353
2354         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
2355
2356         * input/test/chords-without-melody.ly (texidoc): add from
2357         input/just-friends.ly
2358
2359         * input/regression/size{13--26}.ly: move from input/
2360
2361         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
2362         input/{star-spangled-banner,twinkle}.ly: remove 
2363         
2364         * lily/slur.cc: remove slur over rest warnings.
2365
2366         * lily/note-spacing.cc (get_spacing): include left part of right
2367         object in fixed space. This fixes stretched space before
2368         accidentals.
2369
2370         * input/regression/spacing-accidental-stretch.ly: new file.
2371
2372 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
2373
2374         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
2375         Reduce to 16pt.
2376
2377 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2378
2379         * input/regression/spacing-knee.ly: docstring
2380
2381         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
2382
2383         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
2384         input/tutorial/{test,solar,flowing}.ly: remove
2385
2386         * input/rhythm.ly: remove
2387
2388         * input/mutopia/F.Schubert/standchen.ly: update syntax.
2389
2390         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
2391         update syntax. 
2392
2393         * scm/define-grobs.scm (all-grob-descriptions): set
2394         knee-spacing-correction to 1.0
2395
2396         * lily/note-spacing.cc (stem_dir_correction): compute knee
2397         correction using stem-thickness and head width.
2398
2399         * input/regression/beam-quanting-horizontal.ly: update texidoc
2400
2401         * scm/define-grobs.scm (all-grob-descriptions): set
2402         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
2403         This fixes 32nd beams for noteheads in spaces quants.
2404
2405         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
2406
2407 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
2408
2409         * README.mandrake: Change lilypond-extras to lilypond-documentation.
2410
2411 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2412
2413         * input/test/dpncnt.ly,part-combine-score.ly: remove.
2414
2415         * VERSION (PACKAGE_NAME): release 1.7.21
2416
2417         * input/regression/stem-shorten.ly: new file.
2418
2419         * lily/stem.cc (get_default_stem_end_position): revise stem
2420         shortening code.
2421
2422         * input/regression/spacing-multi-tuplet.ly: move from input/test/
2423
2424         * input/test/{scripts,volta-start,sleur}.ly: remove
2425         
2426         * input/regression/span-bar.ly: smaller file.
2427
2428         * input/regression/spacing-{natural,tight,loose}.ly: remove
2429
2430         * input/test/markup.ly: remove
2431
2432         * scripts/lilypond-book.py: put printfilename in separate chunk,
2433         so texidoc is printed after the filename.  
2434
2435 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2436
2437         * make/lilypond.mandrake.spec.in: fix docdirs.
2438
2439 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2440
2441         * input/regression/beam-french.ly: bugfix.
2442
2443         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
2444
2445         * input/regression/(various).ly: add raggedright = #t.
2446
2447         * input/regression/auto-beam.ly: move from abe.ly
2448
2449 2003-06-13  Graham Percival  <gperlist@shaw.ca>
2450
2451         * input/test/f*.ly: added texinfo index.
2452         
2453         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
2454
2455 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2456
2457         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
2458         quant penalty for beam just outside staff.
2459
2460         * input/regression/beam-quanting-horizontal.ly (texidoc): move
2461         from beam-pos.ly,  remove non-horizontal tests. 
2462
2463         * input/test/(various): cleanup header info. 
2464
2465         * input/test/tchaikovsky.ly: remove file.
2466
2467         * scm/chord-generic-names.scm: move from
2468         double-plus-new-chord-name.scm
2469
2470         * input/test/orchestscore.ly: remove file
2471
2472         * Documentation/user/refman.itely (Vocal music): update documentation.
2473
2474         * scm/define-translator-properties.scm (chordNoteNamer): remove
2475         chordNameStyle, use chordNameFunction
2476
2477         * scm/chord-name.scm (set-chord-name-style): remove
2478         set-chord-name-style. Use \property chordNameFunction.
2479
2480 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2481
2482         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2483         music): remove @TeX{} command.
2484
2485 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2486
2487         * lilypond-indent.el (scan-sexps): Renamed to
2488         aargh-this-breaks-other-emacs-modes-scan-sexps.
2489
2490 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2491
2492         * lilypond-indent.el: Fix: match concurrent one-char opening and 
2493         closing slurs: '()', etc. Add comments.
2494
2495         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
2496
2497         * lilypond-font-lock.el: match unending string at eof.
2498
2499         * make/lilypond.mandrake.spec.in: refreshed packed file list.
2500         
2501 2003-06-10  Graham Percival  <gperlist@shaw.ca>
2502
2503         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
2504         input/test/beam-dir.ly input/test/beam-position.ly    
2505         input/test/beam-suspect.ly input/test/beam-trend.ly    
2506         input/test/beams.ly input/test/crescendo-text.ly : deleted
2507         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
2508         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
2509         * input/test/default-bars.ly: moved to bar-always.ly
2510         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
2511
2512 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2513
2514         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
2515
2516 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2517
2518         * scm/chord-ignatzek-names.scm (remove-step): rename file.
2519
2520 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
2521
2522         * lilypond-indent.el: Match better slurs in scheme expressions.
2523         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
2524
2525         * Documentation/user/invoking.itexi: document Emacs' paren matching.
2526
2527 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2528
2529         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
2530
2531         * input/ac-extra-voice.ly: Add texidoc.
2532
2533         * ly/chord-modifiers-init.ly: 
2534         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
2535         and chordNameExceptionsPartial for new chord names.
2536
2537         * input/test/chord-names-dpnj.ly: 
2538         * input/test/dpncnt.ly: Update.
2539
2540         * scm/chord-name.scm: 
2541         * scm/double-plus-new-chord-name.scm: Add compatibility for new
2542         chord selection and options.
2543
2544         * ly/chord-modifiers-init.ly: Add exceptions 
2545
2546         * scm/define-translator-properties.scm (chordNameStyle) 
2547         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
2548
2549 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
2550
2551         * ly/property-init.ly (germanChords): Added.
2552         (semiGermanChords): Added.
2553         
2554         * input/test/chord-names-german.ly: Use new macros
2555         
2556 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
2557
2558         * lilypond-indent.el: Use similar parenthesis highlighting for 
2559         Emacs and XEmacs through redefinitions of parenthesis highlighting 
2560         functions; removed LilyPond-show-paren-function. Fix indenting.
2561         Turn paren-matching on also in XEmacs.
2562
2563         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
2564         as needed by parenthesis highlighting functions (in scan-sexp).
2565
2566 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2567
2568         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
2569         function.
2570         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
2571
2572 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
2573
2574         * lilypond-indent.el: tune regexp for show-paren-function.
2575
2576 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2577
2578         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
2579         for all LilyPond-produced tex snippets.
2580
2581         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
2582         fixes one line --preview output of ly2dvi.
2583
2584 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
2585
2586         * lilypond-indent.el: match only one type of slurs in
2587         LilyPond-show-paren-function.
2588
2589 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2590
2591         * debian/GNUmakefile (EXTRA_DIST_FILES): 
2592         * debian/lilypond1.7.dirs: 
2593         * debian/lilypond1.7-doc.dirs: New file.
2594
2595         * input/regression/chord-name-exceptions.ly: Add parameter for
2596         ignatzekExceptions.  Quote hash in docstring.
2597
2598 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
2599
2600         * lilypond-indent.el (show-paren-function): define show-paren-function
2601         as LilyPond-blink-matching-open and use it for closing parens.
2602         Let LilyPond-blink-matching-open know whether a bracket was inserted.
2603
2604         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
2605         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
2606         LilyPond-blink-matching-paren in order to match both open and close
2607         brackets.
2608         
2609 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
2610
2611         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
2612         testing by modifying the code from FSF Emacs paren.el. Add comments.
2613
2614 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2615
2616         * input/test/dpncnt.ly: Transpose example to match new
2617         default \chords octave.  Add comment.
2618         
2619         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
2620         comment about octave change.
2621
2622 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2623
2624         * input/test/[d,e]: added texinfo index tags.
2625         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
2626
2627 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2628
2629         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
2630
2631 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
2632
2633         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
2634         as in blink-matching-open.
2635
2636 2003-06-03  Graham Percival  <gperlist@shaw.ca>
2637
2638         * input/test/[a-c]: more comments in files.
2639         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
2640         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
2641         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
2642         mark file for proposed deletion.
2643         * input/test: renaming files:
2644         auto-beam-4-8.ly to beam-auto-4-8.ly
2645         auto-beam-override.ly to beam-auto-override.ly
2646         auto-beam.ly to beam-auto.ly
2647         blank.ly to blank-paper.ly
2648         absolute-volume.ly to dynamic-absolute-volume.ly
2649
2650 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2651
2652         * input/test/dpncnt.ly: 
2653         * input/test/chord-names-dpnj.ly: Resurrect.
2654
2655         * lily/my-lily-lexer.cc: Remove chordnames keyword.
2656
2657         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
2658
2659         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
2660         Better docstring, add parameter OMIT-ROOT, tidy up.
2661
2662 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
2663
2664         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
2665
2666 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2667
2668         * scm/output-ascii-script.scm (as-font-alist-alist):
2669         (as-properties-to-font-name):
2670         (as-make-style-sheet): Remove.
2671
2672         * scm/font.scm (as-make-font-list): New function.
2673         (as-font-sheet-alist): New variable.
2674
2675         * ly/paper-as9-init.ly: 
2676         * ly/paper-as5-init.ly: Update.
2677
2678         * ly/paper-as5.ly:
2679         * ly/paper-as9.ly: New file.
2680
2681 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2682
2683         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
2684
2685 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2686         * input/sondag-morgen/*: removed due to copyright concerns.
2687         * input/[a,b]*.ly: added a newline at the end of the texinfo
2688         doc string (produces better output in HTML version).
2689         * input/c*.ly: added texinfo index and added comments to
2690         aid in future changes to input/test/ files.
2691
2692 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2693         
2694         * Documentation/user/refman.itely: fixed build problem (missing
2695         file) caused by previous renaming.
2696
2697 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2698         
2699         * input/test/[a,b]*.ly: added texinfo index and added comments to
2700         aid in future changes to input/test/ files.
2701         * input/test/bar-number-every-5-reset.ly: renamed to
2702         bar-number-every-five-reset.ly
2703         * input/test/bar-script-visibility.ly: renamed to
2704         bar-number-show-all.ly
2705
2706 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2707
2708         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
2709         to Voice.
2710
2711         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
2712         out note-line and glissando functionality.
2713         
2714         * lily/line-spanner.cc (brew_molecule): cleanup.
2715
2716 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2717
2718         * scripts/as2text.scm: Use rdelim module.
2719         (start-system): Rename from start-line.
2720         (stop-system): Rename from stop-line.
2721         (af-gulp-file): Use string iso symbol for getenv.
2722
2723         * scm/output-ascii-script.scm: Add guile and lily modules.
2724         (font-name-alist): New variable.
2725         (draw-line): New function.
2726
2727         * scm/output-lib.scm (func, arg->string): Re-add from archive.
2728         (Were these silently removed, without ChangeLog entry?)
2729
2730 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2731
2732         * scm/music-functions.scm (make-ottava-set): bugfixes: also
2733         process 2nd ottava correctly.
2734
2735 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
2736
2737         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
2738
2739 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2740
2741         * Documentation/user/converters.itely (Invoking midi2ly): Update.
2742
2743 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2744
2745         * VERSION: release 1.7.20
2746         
2747         * lily/text-spanner.cc (brew_molecule): clean up function. This
2748         fixes bugs with broken 8va spanners.
2749
2750         * lily/simple-spacer.cc (solve): also compute force for raggedright.
2751         This prevents spurious line-breaks with raggedright
2752         
2753 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2754
2755         * lily/key-performer.cc (create_audio_elements): always use major
2756         key
2757
2758         * Documentation/user/internals.itely: updates
2759
2760         * input/regression/beam-break.ly: new file.
2761
2762         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
2763         beams if starting or terminating stems have 'beaming set.)
2764
2765         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
2766         property.
2767
2768         * lily/parser.yy (verbose_command_req): add comment about scales.
2769
2770 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
2771
2772         * lilypond-indent.el: adjust regexps in bracket-matching.
2773
2774 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
2775
2776         * Documentation/user/refman.itely: more tiny fixes
2777
2778         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
2779         "Chord names"; added table with input syntax for solesmes neumes
2780         table; added some words about rationale on input syntax design
2781
2782         * lily/gregorian-ligature-engraver.cc,
2783         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2784         lily/include/gregorian-ligature.hh: bugfix: horizontal head
2785         alignment of Pes Initio Debilis
2786
2787         * Documentation/user/refman.itely,
2788         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2789         mf/parmesan-heads.mf: fixed most of the head selection/alignment
2790         bugs in the solesmes neumes table
2791
2792 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
2793
2794         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
2795         Similarly, match '[' and ']' by skipping '\[' and '\]'.
2796
2797         * lilypond-mode.el: fix tag-score. small improvements.
2798
2799 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2800
2801         * .cvsignore: Add aclocal.m4.
2802
2803         * lily/music-constructor.cc: Include <assert.h>.
2804
2805 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2806
2807         * ly/engraver-init.ly (HaraKiriStaffContext): use
2808         RemoveEmptyStaffContext instead.
2809
2810         * Documentation/user/refman.itely: updates
2811
2812 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
2813
2814         * Documentation/user/refman.itely: added solesmes neumes table;
2815         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
2816         bugfix: "Ornaments" -> "Articulations"
2817
2818         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
2819
2820 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
2821
2822         * lilypond-indent.el: Add a message about trying to match \] or \).
2823         
2824 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
2825         
2826         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
2827         obsolete "arithmetic_*"
2828
2829         * input/bugs/ligatures.ly: removed (will be put into a different
2830         directory later)
2831
2832 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2833
2834         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
2835         libkpathsea (Maurizio Tomasi).
2836
2837 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2838
2839         * input/regression/repeat-slash.ly (texidoc): new file
2840
2841         * lily/slash-repeat-engraver.cc (try_music): new file, handle
2842         slash repeats separately. Slash repeats and %
2843         repeats can now be nested.
2844
2845 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
2846
2847         * lilypond-indent.el: Add preliminary test for closing \] and \).
2848         
2849 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
2850
2851         * lily/gregorian-ligature-engraver.cc,
2852         lily/vaticana-ligature-engraver.cc,
2853         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
2854         mf/parmesan-heads.mf: various semivocalis related bugfixes
2855
2856         * input/bugs/ligatures.ly: new file demonstrating problems with
2857         ligatures
2858         
2859 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
2860
2861         * lilypond-mode.el,
2862         lilypond-font-lock.el,
2863         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
2864
2865 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
2866
2867         * lilypond-mode.el: Remove outdated code. Stress the difference 
2868         between Emacs and XEmacs definitions.
2869
2870         * lilypond-mode.el,
2871         lilypond-indent.el: Define a function interactive only when necessary.
2872
2873 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
2874
2875         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
2876         Use inactive regions also in XEmacs.
2877
2878 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2879
2880         * Documentation/user/refman.itely (Repeat syntax): more updates
2881
2882         * lily/simple-spacer.cc (solve): move solution process into
2883         solve(). This fixes a bug with collisions and raggedright = ##t.
2884  
2885         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
2886
2887         * ly/engraver-init.ly: remove GraceContext. Update examples.
2888
2889 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2890
2891         * GNUmakefile.in (fonts): Also make fontball.
2892
2893         * Website fixes:
2894
2895         * ly/engraver-init.ly (GraceContext): Add.
2896
2897         * run:
2898
2899             convert-ly $(find . -name *.ly)
2900
2901         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
2902         new chords.
2903
2904 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2905
2906         * VERSION: 1.7.19 released
2907         
2908         * scm/music-functions.scm (set-octavation): new function.
2909
2910         * input/regression/ottava.ly: new file
2911
2912         * lily/translator-scheme.cc (LY_DEFINE): new function
2913         ly:unset-context-property
2914         (LY_DEFINE) new function ly:context-property-where-defined: 
2915
2916 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
2917
2918         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
2919
2920         * lilypond.words: add few.
2921
2922         * input/test/script-chart.ly: fix typo.
2923
2924 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2925
2926         * scm/define-grobs.scm: uniform naming for definitions and output
2927         routine files. 
2928
2929         * ly/engraver-init.ly (ChoirStaffContext): add \description from
2930         scm/context-description.scm
2931
2932         * lily/parser.yy (translator_spec_body): add \description to the
2933         \translator{} body syntax.
2934
2935         * lily/ottava-engraver.cc: new file.
2936
2937         * scm/chord-name.scm (natural-chord-alteration): replace old
2938         chord stuff. 
2939
2940         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
2941
2942         * Documentation/user/refman.itely (Metronome marks): update doco.
2943
2944         * input/regression/markup-note.ly: new file
2945
2946         * input/regression/metronome-marking.ly: new file
2947
2948         * lily/metronome-engraver.cc: new file. Print \tempo markings.
2949
2950         * scm/new-markup.scm (note-markup): make a note glyph, useful for
2951         metronome marks.
2952
2953 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2954
2955         * Documentation/user/GNUmakefile: Compatibility fix for new
2956         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
2957         for making binary packages; info splitting bug has been fixed.
2958
2959         * Documentation/user/refman.itely: Compile fixes.
2960
2961 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
2962
2963         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
2964         Count \midi -keywords also for a region.
2965
2966 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2967
2968         * lily/lookup.cc (LY_DEFINE): new function
2969
2970         * Documentation/user/tutorial.itely: updates
2971
2972 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
2973
2974         * lilypond-mode.el: Allow Midi on buffer.
2975         Use only '.ly'-extension, remove '.sly' and '.fly'.
2976         Allow use of inactive regions. Invoke next Command on Master file, 
2977         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
2978
2979 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2980
2981         * Documentation/user/tutorial.itely: updates.
2982
2983 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
2984
2985         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
2986
2987 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
2988
2989         * lily/coherent-ligature-engraver.cc: fixed typo
2990
2991         * lily/coherent-ligature-engraver.cc,
2992         lily/gregorian-ligature-engraver.cc,
2993         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
2994         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
2995         lily/vaticana-ligature-engraver.cc,
2996         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
2997         scm/grob-description.scm: cleanup: junked LigatureHead grob and
2998         removed all ligature specific stuff from NoteHead code
2999
3000         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
3001         ligatures now use regular noteheads
3002
3003         * lily/vaticana-ligature.cc: tiny code cleanups
3004
3005         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
3006         space between two adjacent noteheads of the same pitch
3007
3008         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
3009         description; cleanup: removed obsolete font-family settings
3010
3011 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
3012
3013         * lily/coherent-ligature-engraver.cc,
3014         lily/gregorian-ligature-engraver.cc,
3015         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3016         lily/mensural-ligature-engraver.cc,
3017         lily/vaticana-ligature-engraver.cc,
3018         lily/include/gregorian-ligature-engraver.hh: updated for new
3019         Coherent_ligature_engraver; added comments that describe the basic
3020         design ideas of the ligature implementation
3021
3022         * lily/coherent-ligature-engraver.cc,
3023         lily/include/coherent-ligature-engraver.hh: new file: shared code
3024         between mensural ligatures and Gregorian chant notation ligatures
3025
3026 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
3027
3028         * lilypond-mode.el: XEmacs fixes: include two definitions for the
3029         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
3030         use only two arguments in sit-for, use no arguments in
3031         read-char-exclusive, backspace is not a character (127) in XEmacs.
3032
3033         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
3034
3035 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
3036
3037         * lilypond-mode.el: un-commenting works after syntax-table fix.
3038
3039         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
3040         group, verbose commenting for syntax table.
3041
3042         * lilypond-indent.el: add TODO for ligature slurs.
3043
3044 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
3045
3046         * lilypond-mode.el: Move comments of parenthesis matching away,
3047         (blink-matching-paren-on-screen) fix blinking in Emacs.
3048
3049         * lilypond-font-lock.el: Fix parent-matching for Emacs:
3050         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
3051
3052         * lilypond-indent.el: Add TODO for parenthesis matching.
3053
3054 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
3055
3056         * lilypond-mode.el: Fix XEmacs: 
3057         changed [S-iso-lefttab] to [(shift iso-lefttab)],
3058         invoke explicitly easy-menu-add (in Emacs done automatically).
3059         
3060         * lilypond.words: Add few words from input/*/*.ly.
3061
3062 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3063
3064         * VERSION (PATCH_LEVEL): release 1.7.18
3065
3066         * scripts/lilypond-book.py: only print basename for printfilename
3067         option
3068
3069         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
3070         and syntax updates.
3071
3072 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3073
3074         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
3075         better parametrisation. Move fatness of bulb downward.
3076
3077         * mf/parmesan-custodes.mf (dir_down): remove underscores from
3078         glyph names. Underscores are not allowed .ps encoding files.
3079
3080 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
3081
3082         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
3083         variable "packed" for packed right-ragged mode
3084
3085         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
3086         unused variable ragged; fixed indentation
3087
3088         * Documentation/user/refman.itely: tiny cleanups in ancient
3089         clef and custos section
3090
3091 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3092
3093         * lily/parser.yy (Simple_music): add \applyoutput, syntax
3094         \applyoutput PROCEDURE
3095
3096         * lily/my-lily-lexer.cc: add \applyoutput.
3097
3098         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
3099
3100         * lily/text-item.cc: clean text-interface description
3101
3102 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3103
3104         * input/{regression,test}/: use postfix for slur endings and beam
3105         begins.
3106
3107         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
3108         style beams too. 
3109
3110         * input/regression/lyrics-melisma-beam.ly: new file.
3111
3112         * lily/lyric-engraver.cc (process_music): change from
3113         process_acknowledged_grobs()
3114
3115         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
3116         functions to set and revert auto-beam settings.
3117
3118 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3119
3120         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
3121
3122 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
3123
3124         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
3125         Documentation/user/lilypond.tely: fixed some typos; updated author
3126         info
3127
3128         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
3129         #"" -> #'flag-style = #'()
3130
3131         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
3132         cleanup: removed dead #includes
3133
3134         * lily/gregorian-ligature-engraver.cc,
3135         lily/include/gregorian-ligature.hh,
3136         scm/grob-property-description.scm: small cleanups, small spacing
3137         fixes
3138
3139         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
3140         lily/vaticana-ligature.cc,
3141         lily/include/gregorian-ligature-engraver.hh,
3142         scm/grob-property-description.scm, scm/music-types.scm:
3143         "porrectus" -> "pes or flexa"
3144
3145         * ly/engraver-init.ly, scm/grob-description.scm,
3146         scm/grob-property-description.scm: junked porrectus, now handled
3147         by ligature code
3148
3149         * scm/grob-description.scm: bugfix: added space-alist entry for
3150         breathing sign/custos
3151
3152 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3153
3154         * Another grand 2003 update.
3155         
3156         * Remove mentioning of `mudela'; There's no such thing.
3157
3158 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3159
3160         * Documentation/user/preface.itely (Preface to version 1.8): update
3161
3162         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
3163
3164         * Documentation/user/converters.itely (Invoking convert-ly): revise
3165
3166         * scripts/convert-ly.py (outfile_name): remove --assume-old.
3167
3168         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
3169
3170 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3171
3172         * Documentation/user/internals.itely: more updates.
3173
3174 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3175
3176         * Documentation/user/refman.itely: revise 
3177
3178         * Documentation/user/internals.itely: revise
3179
3180         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
3181
3182 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
3183
3184         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
3185         beautification: reformatted ancient clefs section; cleanup: small
3186         wording fixes
3187
3188 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
3189
3190         * lilypond.words: added words for chant notation, sorted
3191         alphabetically through "sort lilypond.words"
3192
3193 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
3194
3195         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
3196         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
3197         chant notation
3198
3199 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
3200
3201         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
3202         prevent TeX from interpreting them as long dash
3203
3204         * input/test/vaticana.ly: updated
3205
3206         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
3207         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
3208         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
3209         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
3210         fixes
3211
3212         * mf/parmesan-heads.mf: ledger endings: removed dead code
3213
3214 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3215
3216         * VERSION: 1.7.17 released
3217         
3218         * Documentation/user/GNUmakefile
3219         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
3220         files too.
3221
3222         * scm/document-markup.scm: new file: document all markup
3223         functions.
3224
3225         * scm/documentation-generate.scm: rename all documentation modules
3226         to document-*.scm
3227
3228         * scripts/lilypond-book.py: generate link to .ly file iso. link to
3229         .png
3230
3231         * input/test/divisiones.ly: added
3232
3233         * input/regression/output-property.ly: new file
3234
3235         * lily/cluster.cc: change cluster-interface to use style property
3236
3237 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
3238
3239         * input/test/chord-names-german.ly: modified.
3240
3241         * scm/chords-ignatzek.scm:
3242           chord-name->german-markup: Added
3243           note-name->german-markup: Changed (now producing lowercase notenames)
3244
3245         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
3246         
3247 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3248
3249         * scripts/convert-ly.py (FatalConversionError.conv):
3250         divisiominima -> divisioMinima, etc.
3251
3252         * ly/engraver-init.ly (FiguredBassContext): add
3253         Separating_line_group_engraver to Figured bass context.
3254
3255         * ly/german-chords-init.ly: remove file
3256
3257         * input/test/chord-names-german.ly (scm): new file.
3258
3259         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
3260
3261         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
3262         Chord_name_engraver
3263
3264         * Documentation/user/refman.itely: lots of updates.
3265
3266         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
3267         new file
3268
3269         * input/test/bar-number-every-5-reset.ly: new file.
3270
3271 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3272
3273         * input/regression/chord-name-major7.ly: new file
3274
3275         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
3276         if specced explicitly.
3277
3278         * input/regression/chord-name-entry-11.ly: new file.
3279
3280         * input/test/slur-beautiful.ly: new file.
3281
3282         * Documentation/user/refman.itely: updates.
3283
3284         * input/regression/collisions.ly (threevoice): cleanup.
3285
3286         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
3287
3288 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3289
3290         * Documentation/user/*.itely: various updates.
3291
3292         * ly/spanners-init.ly: enddecr/ endcr.
3293
3294         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
3295         of tutorial
3296
3297 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3298
3299         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
3300
3301         * lily/new-chord-name-engraver.cc (process_music): use octavation
3302         (a number) instead of original-pitch to store inversions. This
3303         fixes a problem with transposed chords with inversions.  
3304
3305 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3306
3307         * stepmake/aclocal.m4: Include compile fix for broken flex, as
3308         used in includable-lexer.hh.
3309
3310         * lily/includable-lexer.cc: Bugfix: include config.h.
3311
3312         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
3313         circumvention of Debian packaging bug.
3314
3315 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3316
3317         * flex-2.5.31 hits Debian/unstable.  Fixes below.
3318         
3319         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
3320
3321         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
3322         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
3323
3324         * lily/include/includable-lexer.hh: 
3325         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
3326
3327         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
3328
3329         * aclocal.m4: Regenerate.
3330
3331         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
3332         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
3333
3334         * scm/pdf.scm (use-modules): Include lily.
3335
3336         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
3337         Noordkamp).
3338         (use-modules): Include lily.
3339         (lily-def): Bugfix: include tex-val in let.
3340
3341 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
3342
3343         * lilypond-mode.el: sensible error if lilypond.words not found.
3344
3345         * lilypond.words: add few words.
3346
3347 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
3348
3349         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
3350
3351         * mf/parmesan-scripts.mf: fixed typo in char name
3352
3353 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3354
3355         * VERSION: 1.7.16 released
3356
3357         * python/lilylib.py (setup_temp): temporary directories are mode 700.
3358         (this is a security vulnerability).
3359
3360         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
3361
3362         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3363         add staff support.
3364
3365 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
3366
3367         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
3368         ly/script-init.ly, scm/script.scm: bugfix: renamed
3369         fermata->signumcongruentiae to fix naming clash with feta font
3370
3371 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3372
3373         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
3374
3375         * lily/multi-measure-rest-engraver.cc
3376         (start_translation_timestep): use grace timing too for determining
3377         when to make mmrest.
3378         (start_translation_timestep): clear numbers too.
3379
3380 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
3381
3382         * scm/music-types.scm: compile fix: escape braces
3383
3384         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
3385         work around font selection problem
3386
3387         * Documentation/user/refman.itely: BreathingSign: added docu for
3388         property "text"
3389
3390 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3391
3392         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
3393         information.
3394
3395 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3396
3397         * lily/multi-measure-rest-engraver.cc (class
3398         Multi_measure_rest_engraver): make multiple Number objects, one
3399         for each MultiMeasureTextEvent.
3400
3401         * scm/music-functions.scm (glue-mm-rest-texts): use
3402         MultiMeasureTextEvent
3403
3404         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
3405
3406         * Documentation/user/refman.itely (Multi measure rests): update.
3407
3408 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3409
3410         * lily/ly-module.cc (ly_copy_module_variables): use
3411         scm_internal_hash_fold() for iterating modules.
3412
3413 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
3414
3415         * Documentation/user/refman.itely: Section Custodes: added more
3416         example code
3417
3418         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
3419         neo-mensural rests to parmesan font
3420
3421         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
3422         header
3423
3424 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3425
3426         * Documentation/user/macros.itexi: @fileref macro.
3427
3428         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
3429         each file. 
3430
3431 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
3432
3433         * lily/include/custos.hh, make/lilypond.suse.spec.in,
3434         Documentation/topdocs/AUTHORS.texi: updated my email address
3435
3436         * Documentation/user/refman.itely: updated custos documentation;
3437         beautified divisiones example; beautified articulations table
3438
3439         * lily/breathing-sign.cc: bugfix: finalis molecule
3440
3441 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
3442
3443         * Documentation/user/refman.itely: added docu for
3444         contemporary fermata symbols, gregorian breathing signs; small fixes
3445
3446         * ly/gregorian-init.ly: removed obsolete #'type props
3447
3448 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3449
3450         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
3451         minimum-length property correctly.
3452
3453 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3454
3455         * scm/music-functions.scm (make-multi-measure-rest): set input
3456         locations for multimeasure rests.
3457
3458 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
3459
3460         * input/regression/breathing-sign.ly: updated to for ancient
3461         notation
3462
3463 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3464
3465         * scripts/ly2dvi.py: Add newline.
3466
3467 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3468
3469         * scripts/ly2dvi.py (dependency_files): Compile fix.
3470
3471 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3472
3473         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
3474         (make_html_menu_file): --html menu. 
3475
3476 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3477
3478         * scripts/ly2dvi.py (run_dvips): +add the .map file 
3479
3480 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3481
3482         * input/screech-boink.ly: new file.
3483
3484 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3485
3486         * scripts/lilypond-book.py (make_lilypond_file): convert
3487         lilypond-file to lilypond block directly, without going through
3488         begin/end lilypond text.
3489         
3490
3491 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
3492
3493         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
3494         scm/grob-description.scm: moved Michael's original breathing sign
3495         code in brew_molecule() to divisio_minima(); provided new
3496         brew_molecule() that effectively replaces the
3497         Text_item::brew_molecule callback (with additional fallback to
3498         Michael's original code); added callbacks for brewing divisio
3499         maior/maxima and finalis
3500
3501         * gregorian-init.ly: added breathing sign shortcuts for virgula,
3502         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
3503
3504         * script-init.ly: added shortfermata, longfermata,
3505         verylongfermata, varcoda
3506
3507         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
3508         longfermata, verylongfermata, varcomma, varcoda
3509
3510 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3511
3512         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
3513           Remove all noquote and insert a few quote.
3514         
3515         * Documentation/user/lilypond-book.itely (Music fragment options),
3516           scripts/lilypond-book.py: Don't include quotation blocks by
3517           default. Introduce option quote instead of noquote
3518
3519 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3520
3521         * VERSION: 1.7.15 released
3522         
3523         * Documentation/user/lilypond.tely: omf updates.
3524
3525         * buildscripts/texi2omf.py (omf_vars): include version.date
3526
3527         * make/lilypond.redhat.spec.in: fixes for spec file. 
3528
3529         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
3530         by function definition: lily now requires a recent GNU Make.
3531
3532         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
3533
3534         * make/ly-rules.make: remove .ly -> .tex rule
3535
3536         * Documentation/user/refman.itely (Figured bass): revised figured
3537         bass example.
3538
3539 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3540
3541         * stepmake/stepmake/omf-targets.make (local-install): add
3542         scrollkeeper-update message.
3543
3544         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
3545         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
3546
3547         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
3548
3549         * Documentation/user/converters.itely (Invoking midi2ly): add
3550         track/channel notice.
3551
3552 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3553
3554         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
3555
3556         * lily/parser.yy (scalar): DIGIT is also a scalar.
3557
3558         * Documentation/user/music-glossary.tely: add @omf tags
3559
3560         * Documentation/user/lilypond.tely: add @omf tags
3561
3562         * scm/generate-documentation.scm (string-append): add @omf tags.
3563
3564         * stepmake/stepmake/omf-*: new files 
3565
3566         * input/regression/multi-measure-rest.ly (texidoc): add doco
3567
3568         * GNUmakefile.in (web-doc-install): add web-doc-install target
3569
3570         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
3571         fixes crashes while dumping MIDI.
3572
3573         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
3574         midi
3575
3576 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3577
3578         * buildscripts/texi2omf.py: new file.
3579
3580         * mf/feta-beugel.mf: include font count, not staffsize (16) in
3581         font-name
3582
3583 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3584
3585         * input/regression/beam-manual-beaming.ly (texidoc): new file.
3586
3587         * lily/sequential-iterator.cc (descend_to_child): call
3588         descend_to_child() for all types of music.
3589
3590 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3591
3592         * scm/translator-property-description.scm: Add
3593         bassFigureFormatFunction.  Replace some entries.
3594
3595 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3596
3597         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
3598         clean out.
3599
3600 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3601
3602         * scripts/midi2ly.py (Note.dump): never dump duration for
3603         dump_dur=0.
3604
3605         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
3606         new function
3607
3608         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
3609         figures using new markups. Much simpler, and should improve layout
3610         a little.
3611
3612         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
3613
3614 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3615
3616         * ly/engraver-init.ly: use Hara kiri by default for 
3617         ChordNames, FiguredBass and Lyrics(Voice) context. 
3618
3619         * lily/axis-group-engraver.cc (acknowledge_grob): use
3620         rhythmic-grob-interface for selecting items not to hara-kiri'd 
3621
3622         * scm/new-markup.scm (markup-function-list): add bracket,
3623         vbracket.
3624
3625         * ly/engraver-init.ly (ChordNamesContext): set
3626         minimumVerticalExtent
3627
3628 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3629
3630         * input/test/time-signature-double.ly: new file 
3631
3632         * input/regression/collision-head-chords.ly (texidoc): new file.
3633
3634         * lily/type-swallow-translator.cc: add note swallow translator 
3635
3636         * input/test/time-signature-double.ly: new file.
3637
3638         * lily/type-swallow-translator.cc: add Rest_swallow_translator
3639
3640         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
3641         (FiguredBassContext): idem.
3642
3643         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
3644
3645         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
3646
3647         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
3648
3649         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
3650         .afm dependency
3651
3652         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
3653
3654         * python/lilylib.py (make_page_images): add function.
3655
3656         * scripts/ly2dvi.py (run_latex): include title in preview image.
3657
3658         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
3659         from lilypond-book for <ly2dvifile> tags in HTML.
3660
3661         * scripts/ly2dvi.py (option_definitions): add --debug option to
3662         print out environment.
3663
3664         * input/regression/tie-chord-partial.ly: new file.
3665
3666 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
3667
3668         * lilypond.words: add 3
3669
3670 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3671
3672         * scm/new-markup.scm (markup-function-list): add finger-markup
3673
3674         * input/tutorial/brahms-tweaked.ly: new markup 
3675
3676         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
3677
3678         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
3679         crash when processing '() markup
3680
3681         * input/regression/breathing-sign.ly (texidoc): add caesura example.
3682
3683         * lily/breathing-sign.cc (railtracks): another caesura.
3684
3685         * mf/feta-schrift.mf: caesura symbol. 
3686
3687 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3688
3689         * scripts/convert-ly.py (FatalConversionError.conv): add
3690         ly:molecule-XXX conversions.
3691
3692         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
3693
3694         * input/regression/multi-measure-rest-text.ly: new file.
3695
3696         * scm/music-functions.scm (glue-mm-rest-texts): automatically
3697         convert MMREST-TEXT to MultiMeasureRestNumber settings.
3698
3699         * ly/engraver-init.ly (ScoreContext): move tablature settings to
3700         ScoreContext
3701
3702         * scm/new-markup.scm (center-markup): \center markup.
3703
3704         * scm/music-functions.scm: remove pitchify scripts.
3705
3706         * lily/music.cc (print_smob): display music name if available 
3707
3708 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3709
3710         * Documentation/user/refman.itely (Instrument names): remove
3711         \turnOff doco.
3712
3713 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3714
3715         * lily/score.cc (mark_smob): bugfix.
3716
3717         * input/regression/rehearsal-mark.ly: new file.
3718
3719         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
3720         report error at the current token again.
3721
3722 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3723
3724         * cygwin/mknetrel: Exit if doc build fails.
3725
3726         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
3727
3728 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3729
3730         * scm/music-types.scm (music-descriptions): add doc strings
3731
3732 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3733
3734         * lily/lexer.ll: 
3735         * lily/include/my-lily-lexer.hh: 
3736         * lily/include/includable-lexer.hh: Add flex kludge.
3737
3738         * config.hh.in: 
3739         * config.make.in: 
3740         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
3741         cruft.
3742         
3743         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
3744         code.
3745
3746 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3747
3748         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
3749
3750         * lily/parser.yy (new_chord): Compile fix.
3751
3752 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3753
3754         * Documentation/user/refman.itely (Tuning groups of objects):
3755         remove documentation for \turnOff. 
3756
3757         * lily/percent-repeat-engraver.cc (try_music): add correct
3758         processing moments for double-measure percents as well.
3759
3760         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
3761
3762         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
3763         grob prop type. 
3764
3765         * Documentation/user/refman.itely (Printing named chords): add
3766         chord name tweak doco.
3767
3768         * input/template/gregorian-transcription.ly: new file.
3769
3770 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3771
3772         * VERSION: 1.7.13 released
3773         
3774         * input/test/*: lots of cleanups/comment-outs/removals in chord
3775         examples
3776         
3777         * input/regression/*: lots of cleanups/comment-outs/removals in
3778         chord examples
3779         
3780         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
3781         options
3782
3783         * lily/new-chord-name-engraver.cc (process_music): give original
3784         inversion pitch to chord name routine.
3785
3786         * input/tutorial/os-score.ly: update to new markup
3787
3788         * Documentation/user/appendices.itely: simply include
3789         chords-ignatzek. 
3790
3791         * Documentation/user/refman.itely (Chords mode): add documentation
3792         for chord mode.
3793
3794         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
3795         not present in chord.
3796         (construct-chord): add inversion and bass support.
3797
3798         * lily/chord.cc: junk contents.
3799
3800 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
3801
3802         * Documentation/user/refman.itely:
3803         * Documentation/user/music-glossary.tely: fix. 
3804
3805 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3806
3807         * scm/chord-entry.scm (construct-chord): move chord construction
3808         to Scheme.
3809
3810         * lily/parser.yy (new_chord): new setup for chord entry.
3811
3812 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
3813
3814         * lilypond.words:
3815         * Documentation/user/music-glossary.tely: add ambitus.
3816
3817 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3818
3819         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
3820
3821         * lily/include/*.hh: string() -> to_string()
3822
3823         * scm/chords-ignatzek.scm: new file.
3824
3825         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
3826         standard chord name exceptions.
3827
3828         * scm/translator-property-description.scm (chordNameSeparator):
3829         add property.
3830         (majorSevenSymbol): add property
3831
3832         * lily/translator-scheme.cc (ly:context-properties): new function
3833         (ly:context-parent): new function.
3834         (print_smob): print context name.
3835
3836         * lily/music.cc (ly:get-music-length): new function
3837         (print_smob): don't print properties.
3838
3839         * lily/duration.cc (duration<?): new function
3840
3841         * input/regression/chords-funky-ignatzek.ly: new file.
3842
3843         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
3844         jazz chords.
3845
3846         * lily/pitch.cc (ly:pitch-diff): new function.
3847
3848         * input/regression/chords-ignatzek.ly: new file.
3849
3850 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3851
3852         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
3853         pitches for jazz chords.
3854
3855 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3856
3857         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
3858
3859 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
3860
3861         * lilypond.words: add 1
3862
3863 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
3864
3865         * Documentation/topdocs/AUTHORS.texi: refine.
3866
3867 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3868
3869         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
3870         
3871         * lilypond.words: add one.
3872
3873 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
3874
3875         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
3876         Fontify bass note in chords, e.g., e in c1/e.
3877         
3878 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3879
3880         * Documentation/user/music-glossary.tely: Dutch updates and
3881         additions (Arent Storm).
3882
3883 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3884
3885         * input/regression/ambitus.ly:  move file.      
3886
3887         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
3888
3889         * lily/event.cc (transpose): add tonic property to Key_change_req
3890         and to Key_engraver.
3891
3892 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
3893
3894         * Documentation/user/refman.itely: fix typo.
3895
3896         * lilypond.words: removed wrong identifiers.
3897
3898 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3899
3900         * mf/feta-toevallig.mf: make flat stem shorter 
3901
3902 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
3903
3904         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
3905
3906         * lilypond.words: add from Phrasing slur.
3907         
3908 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
3909
3910         * lilypond-mode.el: allow launching multiple ViewPS processes.
3911         
3912         * lilypond.words: add from Text markup.
3913
3914 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3915
3916         * input/test/ossia.ly (texidoc): add comment.
3917
3918         * input/regression/voice-follower.ly: new file.
3919
3920         * mf/feta-toevallig.mf: make flat heavier.
3921
3922         * lily/cluster-engraver.cc: clean up Cluster engraver
3923
3924         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
3925         Engraver. Use Note_column to compute Y positions and deal with
3926         line break stuff.
3927
3928 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3929
3930         * lily/stem.cc: move french-beaming to stem.
3931
3932 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
3933
3934         * lilypond-font-lock.el: fontify all durations in chords.
3935
3936         * lilypond.words: add from lily/my-lily-lexer.cc
3937
3938 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3939
3940         * VERSION: release 1.7.12
3941
3942         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
3943
3944         * lily/gregorian-ligature.cc: new file
3945
3946         * lily/*: the Great 2003 search & replace.
3947
3948         * Documentation/user/refman.itely (Manual repeat commands): add
3949         note about font selection.
3950
3951 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
3952
3953         * lilypond-mode.el: propose recompiling midi while invoking playing,
3954         not while stopping playing.
3955
3956 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
3957
3958         * lilypond.words: add one.
3959
3960         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
3961         and expressional note grouping. Fontify chord modes.
3962
3963 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
3964
3965         * Documentation/user/music-glossary.tely (Top): translate melisma.
3966
3967 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3968
3969         * Documentation/user/music-glossary.tely (Top): add melisma.
3970
3971 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
3972
3973         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
3974         interfaces for (abstract) grob GregorianLigature
3975
3976         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
3977         renamed head* -> glyph_name*, x-shift* -> x-offset*
3978
3979         * scm/grob-property-description.scm: bugfix: added missing descriptions
3980
3981 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3982
3983         * input/test/chord-names-dpnj.ly: New file.
3984
3985         * scm/double-plus-new-chord-name.scm: Implement full and partial
3986         exceptions.
3987
3988         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
3989
3990         * scm/double-plus-new-chord-name.scm
3991         (double-plus-new-chord->markup): Fix sub->markup.
3992
3993
3994 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
3995
3996         * lily/custos-engraver.cc: added TODO; editorial changes
3997
3998         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
3999         consistency with other ligature engravers; removed access on (now)
4000         private variable _ligature of Ligature_engraver
4001
4002         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
4003         renamed last_bound -> last_bound_; issue programming_error on
4004         abstract method calls; moved primitives code from
4005         Mensural_bracket_engraver to here (because almost ligature
4006         engravers will need it); renamed try_stop_ligature () ->
4007         typeset_ligature (); bugfix: store primitives of finished ligature
4008         in separate variable finished_primitives_ to avoid clash on input
4009         like "\] \["; added current_ligature () to enable access on
4010         private variable _ligature
4011
4012         * lily/mensural-ligature-engraver.cc: removed primitives_ code
4013         (now in super class); renamed try_stop_ligature () ->
4014         typeset_ligature ()
4015
4016         * lily/mensural-ligature.cc: issue programming_error on abstract
4017         method calls
4018
4019         * lily/note-heads-engraver.cc: added TODO comment upon bool
4020         in_ligature
4021
4022         * mf/parmesan-heads.mf: fixed some of set_char_box()
4023
4024         * scm/grob-description.scm: added VaticanaLigature
4025
4026         * scm/grob-property-description.scm: added neume prefix properties
4027
4028         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
4029         lily/include/gregorian-ligature-engraver.hh,
4030         lily/include/gregorian-ligature.hh: new files; framework for
4031         gregorian ligature engravers such as vaticana
4032
4033         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
4034         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
4035         vaticana style ligature implementation (still somewhat uncomplete)
4036
4037 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4038
4039         * VERSION: release 1.7.11
4040
4041         * scripts/convert-ly.py: add ly:pitch-transpose rule
4042
4043 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4044
4045         * input/test/dpncnt.ly: New file.
4046
4047         * lily/my-lily-lexer.cc: Add chordnames keyword.
4048
4049         * lily/parser.yy (chordnames_block): Parse chord name exception
4050         lists, see input/test/dpncnt.ly.
4051
4052         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
4053         function.
4054
4055         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
4056         filter-out too.
4057
4058         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
4059         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
4060         pitch functions (except for ly:make-pitch, but that's apparently
4061         some sort of scheme naming standard?).
4062
4063         * scm/lily.scm (!=): define-public.
4064
4065         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
4066
4067 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4068
4069         * scm/double-plus-new-chord-name.scm
4070         (double-plus-new-chord-name->markup): New file.
4071
4072 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4073
4074         * python/lilylib.py (make_preview): don't suppress progress for
4075         bbox extraction.
4076
4077 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4078
4079         * Documentation/user/appendices.itely (scheme): update for new syntax.
4080
4081         * input/regression/chord-name-styles.ly: new file
4082
4083         * lily/instrument-name-engraver.cc: create instrument names
4084         without barline too.  Allows instrument name on ChordNames  
4085
4086         * scm/new-markup.scm (interpret-markup): allow simple strings as
4087         markup too.
4088
4089 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4090
4091         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
4092         (step->markup-accidental): Fix: add accidental.
4093         (chord::inner-name-american): 
4094         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
4095         append stray '/' if last superscript addition was 'o'.
4096
4097         * scm/new-markup.scm (normal-size-sub-markup) 
4098         (normal-size-super-markup): New function.
4099
4100         * lily/source-file.cc (Source_file): Add warning for possibly
4101         intentional but suspicious initialization.
4102
4103         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
4104         add comments about cut-and-paste programming.
4105
4106         * flower/rational.cc (lcm): Not used; comment out.
4107
4108 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4109
4110         * lily/new-fingering-engraver.cc (position_scripts): use
4111         fingerHorizontalDirection to determine fingering horizontal
4112         directions.
4113  
4114         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
4115         fingering support.
4116
4117         * scripts/convert-ly.py (FatalConversionError.conv): add style
4118         conversion rule. 
4119
4120         * scm/chord-name.scm (set-chord-name-style): new function.
4121         (new-chord-name-brew-molecule): revise to interpret markup only
4122         (new-chord->markup): cleanuppish rewrite. To be called from the
4123         new engraver.
4124
4125         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
4126         Markup earlier, during interpreting.
4127
4128         * input/test/{banter,jazz,american}-chords.ly (scheme): update
4129         style settings. Rename to chord-names-*.ly
4130
4131 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4132
4133         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
4134         markup code and update to new markup.  Most probably broke some of
4135         it.
4136         
4137 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
4138
4139         * Documentation/user/refman.itely: added docu for ambitus and
4140         clusters
4141
4142         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
4143         ly_quote_scm() in lookup.cc
4144
4145         * mf/parmesan-clefs.mf: set_char_box fix
4146
4147         * lily/cluster-engraver.cc: junk implicit protection; use
4148         Protected_scm instead
4149
4150 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4151
4152         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
4153         throughout.
4154
4155         * scm/new-markup.scm: Turn-off error-triggering test code.
4156
4157 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4158
4159         * scm/new-markup.scm (markup-thrower-typecheck) 
4160         (markup-typecheck?):  add full typechecking functions.
4161         (make-markup-maker): add make-FOO-markup functions.
4162         (markup-argument-list-error): nice error checking messages.
4163         (make-markup): better function: less quoting escapades.
4164
4165 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4166
4167         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
4168
4169 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4170
4171         * cygwin/lilypond.hint (requires): Add cygwin.
4172
4173         * .cvsignore: Remove stepmake (huh!?!), add lib.
4174
4175         * GNUmakefile.in: Add libdir links for builddir runs.
4176
4177         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
4178         instead of datadir.
4179
4180         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
4181         local_lilypond_libdir.
4182
4183         * config.make.in (lilypond_libdir): Add.
4184
4185         * stepmake/stepmake/substitute-rules.make: 
4186         * stepmake/stepmake/script-rules.make: 
4187         * stepmake/stepmake/python-module-rules.make:
4188         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
4189         lilypond-python-module patch.
4190
4191 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4192
4193         * Documentation/user/refman.itely (Graphical interfaces): add note
4194         about xml2ly.
4195
4196 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4197
4198         * scripts/ly2dvi.py (run_dvips): remove trailing newline
4199
4200 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4201
4202         * VERSION: released 1.7.10
4203
4204         * scripts/musedata2ly.py (): idem
4205
4206         * scripts/midi2ly.py (dump_chord): idem
4207
4208         * scripts/etf2ly.py (version): idem 
4209
4210         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
4211
4212         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
4213
4214         * scm/tex.scm (tex-output-expression): remove eval compat
4215         glut. Other output files too.
4216
4217         * scm/chord-name.scm: don't export anything from chord module.
4218
4219         * input/test/american-chords.ly: idem
4220
4221         * input/test/banter-chords.ly (texidoc): idem
4222
4223         * input/test/Cc-chords.ly: add breakage notes.
4224
4225         * Documentation/user/refman.itely (Text markup): rewrite manual section.
4226
4227         * lily/parser.yy (scalar): allow \markup { } as property value. 
4228
4229         * scm/chord-name.scm: complete new markup usage
4230
4231         * scm/grob-description.scm (all-grob-descriptions): use new markup
4232         texts by default
4233
4234 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4235
4236         * scm/chord-name.scm: partial move to new markup texts.
4237
4238 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4239
4240         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
4241
4242         * scm/bass-figure.scm (brew-bass-figure): make stack direction
4243         settable.
4244
4245 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
4246
4247         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
4248         invoked for old midi, wait for killing.
4249
4250 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
4251
4252         * Documentation/user/music-glossary.tely: Finnishing.
4253
4254 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4255
4256         * mf/feta-nummer-code.mf: some kerning pairs.
4257
4258 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
4259
4260         * scm/output-lib.scm (set-bar-number-visibility): Context-function
4261         Added.
4262
4263         * Documentation/user/refman.itely (Bar numbers):
4264         set-bar-number-visibility added, modulo-bar-number removed again
4265         (sorry).
4266
4267 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
4268
4269         * scm/output-lib.scm (modulo-bar-number-visible): add function.
4270
4271         * Documentation/user/refman.itely: add modulo-bar-number-visible.
4272
4273         * Documentation/user/music-glossary.tely: translate into Finnish.
4274
4275 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4276
4277         * lilypond-mode.el: add shortcut for 2midi
4278
4279         * lilypond-font-lock.el: fontify lyrics
4280
4281 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
4282
4283         * scm/drums.scm : use 1.7.x names.
4284
4285         * input/regression/drums.ly : Don't use << chords >>
4286
4287 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4288
4289         * lilypond-mode.el: tidy, add TODO
4290
4291         * make/lilypond.mandrake.spec.in: install-info quietly.
4292
4293 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4294
4295         * input/test/markup.ly: use new syntax.
4296
4297 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4298
4299         * ly/params-init.ly (interscoreline): add word-space
4300
4301         * input/test/metronome.ly (eighthNote): idem.
4302
4303         * input/test/script-priority.ly: use new markup
4304
4305         * lily/parser.yy (markup): allow HEAD markup0 markup1 
4306
4307         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
4308
4309         * lily/parser.yy (gen_text_def): bugfix.
4310         (full_markup): allow markup identifier.
4311
4312 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
4313
4314         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
4315         jobs at the same time. Add horizontal lines to Command menu.
4316         Allow one compiling job -- propose killing others before a new one.
4317
4318         * lilypond.words: add markup, teeny, etc.
4319
4320 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
4321
4322         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
4323         Allow only one type of midi process; launching Midi either stops
4324         midis or plays the current midi and launching MidiAll stops midis
4325         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
4326         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
4327
4328 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4329
4330         * lily/text-engraver.cc (process_acknowledged_grobs): use new
4331         markup  for new markup texts.
4332
4333         * lily/mark-engraver.cc (process_music): idem
4334         
4335         * lily/instrument-name-engraver.cc (create_text): idem
4336
4337         * scm/new-markup.scm (magnify-markup): new function.
4338
4339         * scm/molecule.scm (stack-lines): bugfix.
4340
4341         * lily/font-interface.cc (get_font): take font-magnification from
4342         alist chain.
4343
4344 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4345
4346         * lily/molecule-scheme.cc: move scheme functions to separate file.
4347
4348         * lily/font-metric.cc  (ly_get_glyph): new function. 
4349         
4350         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
4351         (italic-markup, dynamic-markup): new functions
4352         (font-markup): new function
4353
4354         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
4355         padding and minimum
4356
4357 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
4358
4359         * lily/accidental-engraver.cc:
4360         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
4361
4362 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
4363
4364         * lilypond.vim:
4365         * lilypond-font-lock.el: Put \longa as duration. Accept only 
4366         [a-zA-Z] for user defined identifiers. Separate note cases 
4367         with and without a duration (allow cis\longaX).
4368
4369         * lilypond.words: Add words from Info.
4370
4371 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4372
4373         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
4374
4375 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
4376
4377         * lilypond-mode.el: Propose reverting buffer before a command if
4378         it was edited with an another editor.
4379
4380 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4381
4382         * lily/molecule.cc (ly_translate_molecule): new function
4383
4384         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
4385         into libdir
4386
4387         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
4388
4389         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
4390
4391 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
4392
4393         * lilypond.words: take \words from Info-index.
4394
4395 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4396
4397         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
4398
4399 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
4400
4401         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
4402
4403 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
4404
4405         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
4406         and lilypond-documentation.
4407
4408 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4409
4410         * lily/parser.yy: Compile fix (bison 1.75).
4411
4412 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4413
4414         * VERSION: 1.7.9 released
4415
4416         * scm/music-functions.scm (shift-one-duration-log): refactor.
4417         Use music-map.
4418
4419         * input/regression/chord-tremolo.ly (texidoc): add dot test.
4420
4421         * NEWS: update.
4422
4423         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
4424         argument
4425         
4426         * scm/music-functions.scm (display-music): new function
4427         (music-map): change arg order.
4428
4429         * input/regression/new-markup-syntax.scm: new file
4430
4431         * lily/parser.yy (markup): add \markup { .. } syntax.
4432
4433         * scm/new-markup.scm (override-markup): new function
4434         (lookup-markup): new function
4435         (music-markup): new function
4436         (lookup-markup-command): use markup-signature to store argument
4437         format for parser.
4438
4439         * lily/lexer.ll: preliminary \markup syntax. 
4440
4441 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
4442
4443         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
4444         add pre/post-dependencies and menus with icons from source.
4445
4446         * Documentation/pictures/lilypond-48x48.xpm:
4447         * Documentation/pictures/lilypond-32x32.xpm:
4448         * Documentation/pictures/lilypond-16x16.xpm: new files, background
4449         transparent.
4450
4451         * stepmake/stepmake/generic-targets.make:
4452         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
4453
4454 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4455
4456         * input/regression/music-map.ly (texidoc): new file.
4457
4458         * scm/music-functions.scm (music-map): new function
4459
4460 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4461
4462         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
4463
4464 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
4465
4466         * input/test/to-xml.ly:
4467         * lily/ligature-engraver.cc: Fixes documentation.
4468
4469         * lilypond.mandrake.spec.in:
4470         * lilypond.redhat.spec.in: Add lilypond.words.
4471
4472         * Documentation/user/refman.itely: Mention Info inside emacs.
4473         
4474         * lilypond.suse.spec.in:
4475         * lilypond.redhat.spec.in: 
4476         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
4477
4478 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4479
4480         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
4481         os.popen.read ().
4482
4483 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4484
4485         * scripts/ly2dvi.py (include_path): print warning if failing anything.
4486
4487         * python/lilylib.py (error): add space
4488
4489 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4490
4491         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
4492         distribution.
4493
4494 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4495
4496         * lily/paper-outputter.cc (Paper_outputter): close port when
4497         finishing score.
4498
4499 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4500
4501         * scm/sodipodi.scm: Fixes.
4502
4503 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
4504
4505         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
4506
4507         * buildscripts/make-font-dir.py: Fix. 
4508
4509 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
4510
4511         * lilypond-mode.el: Add support for Info inside Emacs.
4512
4513 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4514
4515         * buildscripts/make-font-dir.py: 
4516         * mf/GNUmakefile: Make sodipodi font map.
4517
4518         * scm/sodipodi.scm: Add more output functions.
4519
4520         * mf/feta-nummer.mf: 
4521         * mf/feta-beugel.mf: Add font_coding_scheme.
4522
4523         * lily/paper-outputter.cc (output_header): Fix creator string.
4524
4525 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4526
4527         * lilypond-mode.el (LilyPond-autocompletion): invoked with
4528         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
4529
4530         * lilypond.words: add two (Everybody can add/remove words now!).
4531
4532         * debian/rules:
4533         * make/lilypond.suse.spec.in:
4534         * make/lilypond.mandrake.spec.in:
4535         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
4536
4537         * Documentation/user/refman.itely: Mention autocompletion.
4538
4539 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4540
4541         * scripts/ly2dvi.py: Add paper sizes.
4542
4543         * lily/timing-engraver.cc: 
4544         * lily/time-signature.cc: 
4545         * lily/span-bar.cc: 
4546         * lily/grob-scheme.cc: Code formatting fixes.
4547
4548         * scm/sodipodi.scm: 
4549         * scm/sketch.scm:
4550         * buildscripts/mf-to-table.py: 
4551         * buildscripts/make-font-dir.py: Font testing.
4552
4553 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4554
4555         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
4556         inserts try-completion and shows all-completions.
4557
4558         * lilypond.words: '\' -> '\\'
4559
4560         * lilypond-mode.el: load libraries in the end, lilypond.words defines
4561         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
4562         
4563         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
4564         and LilyPond-reserved-words.
4565         
4566 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
4567
4568         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
4569         from load-path.
4570         
4571         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
4572         the mini-buffer with Control-Shift-c.
4573         
4574 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4575
4576         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
4577         duration. This fixes \tempo taking time.
4578
4579 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4580
4581         * lily/volta-engraver.cc (process_acknowledged_grobs): 
4582         Allow for text markup in repeatCommands. 
4583
4584 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
4585
4586         * lilypond-mode.el (LilyPond-insert-string): new function, use it
4587         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
4588         Get rid of skeleton.el-dependency.
4589
4590         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
4591
4592 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4593
4594         * lily/beam-engraver.cc (stop_translation_timestep): reset
4595         now_stop_ev_
4596
4597         * lily/scm-option.cc: add parse-protect to ly:set-option
4598
4599         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
4600
4601 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4602
4603         * lily/include/ligature-bracket.hh: removed
4604         * lily/ligature-bracket.cc: removed
4605
4606         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
4607         .tex
4608
4609         * lily/beam.cc (set_beaming): don't change beam count on rests.
4610         (brew_molecule): always set flag-width > 0.
4611
4612 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
4613
4614         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
4615         chars, remove instructions; instead, refer to lilypond-init.el and
4616         Documentation/topdocs/INSTALL.texi.
4617
4618         * lilypond.words: add identifiers and reserved words.
4619
4620         * Documentation/topdocs/INSTALL.texi: separate sections for installing
4621         files and adding a load-path.
4622
4623         * lilypond-init.el: Instructions, extracted from 
4624         Documentation/topdocs/INSTALL.texi. 
4625         
4626 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4627
4628         * VERSION: 1.7.8 released 
4629
4630         * lily/grob.cc (warning): better robustness fix.
4631
4632 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
4633
4634         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
4635
4636         * lily/cluster-engraver.cc: stick better to variable naming
4637         conventions
4638
4639         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
4640         until stop_translation_timestep()
4641
4642         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
4643         min/max coordinates to backend, but no musical info such as
4644         pitches
4645
4646         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
4647
4648         * lily/grob.cc: robustness fix: warning(): do not crash if
4649         cause is not set
4650
4651         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
4652         the much more elaborated tuplet brackets than the very naive and
4653         simple ligature bracket grob
4654
4655 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4656
4657         * Documentation/user/refman.itely (Analysis brackets): add
4658         horizontal bracket doco.
4659
4660         * ly/property-init.ly (setMmRestFermata): added.
4661
4662         * Documentation/user/refman.itely (Multi measure rests): fermatas
4663         on mm rests.
4664
4665         * input/regression/apply-context.ly (texidoc): new file
4666
4667         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
4668         code to be executed during interpretation. Possible applications:
4669         smart octavation, more advanced bar checks. 
4670
4671         * lily/apply-context-iterator.cc: new file.
4672
4673 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4674
4675         * input/test/new-markup.ly: new file.
4676
4677         * lily/text-item.cc (text_to_molecule): new function
4678
4679         * scm/new-markup.scm (lambda): new file
4680
4681         * lily/function-documentation.cc (ly_add_function_documentation):
4682         add proc property as well
4683
4684 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4685
4686         * Documentation/user/music-glossary.tely (Top): add custos.
4687
4688 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
4689
4690         * Documentation/topdocs/INSTALL.texi: advise how to include source
4691         path to Emacs load-path and improve language.
4692
4693 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4694
4695         * GNUmakefile.in: config.h message fix.
4696
4697         * autogen.sh:
4698         * aclocal.m4: Regenerate.
4699
4700         * configure.in: 
4701         * config.make.in: 
4702         * stepmake/config.make.in: 
4703         * stepmake/configure.in: 
4704         * stepmake/autogen.sh: 
4705         * stepmake/aclocal.m4: Update for autoconf 2.56.
4706
4707 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
4708
4709         * Documentation/topdocs/INSTALL.texi: instructions for an user how
4710         to install Emacs-mode. Instructions how to use vim-mode.
4711
4712 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4713
4714         * scm/music-types.scm (music-descriptions): no length for tempo event.
4715
4716         * input/*.ly: add \version everywhere.
4717         
4718         * input/*.ly: update syntax to 1.7 + new-chords.
4719
4720         * VERSION: 1.7.7 released.
4721         
4722         * Documentation/user/*.tely: new chord syntax.
4723
4724         * input/regression/[bc]*.ly (texidoc): syntax updates.
4725         
4726 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
4727
4728         * lilypond.words: add vocabulary to be used in auto-completion
4729
4730         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
4731
4732         * lilypond.vim: allow note name at EOF
4733
4734 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4735
4736         * buildscripts/new-chords.py (edit): -e option: inline editing.
4737
4738         * input/regression/a*.ly (texidoc): syntax updates.
4739
4740         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
4741         music): elucidations. 
4742
4743 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
4744
4745         * lily/include/lily-proto.hh, ly/engraver-init.ly,
4746         ly/spanners-init.ly, scm/grob-description.scm,
4747         scm/grob-property-description.scm, scm/music-types.scm,
4748         lily/cluster-engraver.cc, lily/cluster.cc,
4749         lily/include/cluster.hh, input/test/cluster.ly: cluster
4750         implementation
4751
4752         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
4753         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
4754         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
4755
4756         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
4757
4758         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
4759
4760         * scm/grob-description.scm: bugfix: by default, use default note
4761         head style when engraving ligatures
4762
4763         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
4764
4765         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
4766         events
4767
4768         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
4769
4770         * input/test/ancient-font.ly: bugfix: style -> flag-style
4771
4772         * lily/ligature-engraver.cc: indentation fix
4773
4774         * lily/parser.yy: indentation fixes
4775         
4776 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4777
4778         * input/regression/measure-grouping.ly: more elaborate example.
4779
4780         * lily/moment.cc: ly:add-moment, ly:mul-moment,
4781         ly:div-moment. New functions 
4782
4783         * scm/music-functions.scm (set-time-signature): new function,
4784         allow inline time sig settings with measure grouping.
4785
4786         * lily/parser.yy (command_element): move time sig construction
4787         into Scheme.
4788
4789         * lily/side-position-interface.cc (out_of_staff): new function,
4790         like padding, but keep minimum distance from staff. Easier than
4791         linespanners (dynamics, pedals), but roughly the same effect.
4792
4793 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
4794
4795         * emacs-mode.el: Added spanish-note-replacements 
4796         (Carlos Betancourt, <carlos.betancourt@chello.be>).
4797
4798         * vimrc: (Un)commenting with <(S-)F12>, tidy.
4799
4800 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
4801
4802         * lilypond.vim: Do not fontify cises, desis, etc.
4803
4804         * vimrc: view dvi with <S-F6>
4805
4806 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4807
4808         * lily/lookup.cc (triangle): new function.
4809
4810         * input/regression/measure-grouping.ly (texidoc): new file: show
4811         triangles and brackets for beat groups of 3 and 2.
4812
4813         * lily/include/measure-grouping-spanner.hh (class
4814         Measure_grouping): new file.
4815
4816         * lily/measure-grouping-spanner.cc (brew_molecule): new file
4817
4818         * lily/measure-grouping-engraver.cc (class
4819         Measure_grouping_engraver): new file.
4820
4821 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4822
4823         * Merge from stable:
4824
4825             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
4826         
4827         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
4828         stylesheet.
4829
4830         * ly/paper19.ly: Include paper19-init.ly.
4831
4832         * ly/paper19-init.ly: New file.
4833
4834         * Documentation/user/tutorial.itely (First steps): Fix first
4835         example for font test.
4836
4837         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
4838
4839         * ChangeLog: Add 1.7.6 release marker (see below).
4840
4841         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
4842         Add .py files.
4843
4844 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4845
4846         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
4847
4848         * input/tutorial/*.ly: update to new syntax.
4849
4850         * lily/parser.yy (Composite_music): new transpose syntax,
4851         \transpose FROM TO MUSIC. 
4852
4853 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4854
4855         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
4856         latex progress/error output to stderr (by default this goes to
4857         stdout).  Show lilypond progress, even when not verbose.
4858
4859         * python/lilylib.py (system): New optional parameter to control
4860         showing of progress.
4861
4862         * scm/backend-documentation-lib.scm (check-dangling-properties):
4863         Fix error message.
4864
4865         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
4866         axis, extent.
4867
4868         * scm/grob-property-description.scm (magnify): Remove.
4869         (extent, axis): Add.
4870
4871 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4872
4873         * VERSION: Release 1.7.6.
4874
4875         * scripts/convert-ly.py: more uniformization substitutions.
4876
4877         * buildscripts/new-chords.py (sub_chords): new file.
4878
4879 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4880
4881         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
4882         lilypond.map.  Include sauter fonts too.  Cleanups.
4883
4884 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4885
4886         * Documentation/user/tutorial.itely (First steps): change to new
4887         chord/tie/slur/beam notation.
4888
4889         * lily/parser.yy (event_that_take_dir): allow postfix notation for
4890         ties.
4891
4892         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
4893         engraver. Process ties in postfix notation, i.e. c8-~ c
4894
4895         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
4896
4897         * input/regression/beam-postfix-notation.ly (texidoc): new file.
4898
4899         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
4900
4901         * lily/beam-engraver.cc (try_music): accept new-beam-events
4902
4903         * input/regression/chord-scripts.ly (texidoc): new file
4904
4905         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
4906         script-events.
4907
4908         * scm/script.scm (default-script-alist): cleanup.
4909
4910         * lily/script-engraver.cc (make_script_from_event): cleanup.
4911
4912         * lily/lyric-combine-music-iterator.cc
4913         (Lyric_combine_music_iterator): remove superfluous events.
4914         (melisma_busy): new function. Fix broken melismas.
4915
4916 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4917
4918         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
4919         Remove nonvalid settings. Use descriptive key names.
4920         Use <Return> to indicate the pressing of that key.
4921
4922 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4923
4924         * scripts/lilypond-book.py (option_definitions): Typo.
4925
4926         * scripts/ly2dvi.py: Updates.
4927
4928         * python/lilylib.py (setup_environment, print_environment)
4929         (get_bbox, make_preview): Merge and remove from ly2dvi and
4930         lilypond-book.
4931
4932         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
4933
4934         * .cvsignore: Remove some cruft.
4935
4936         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
4937         path.
4938
4939         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
4940         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
4941         throughout.
4942
4943         * python/lilylib.py (quiet_system): Junk
4944         (system): Display error log upon failure.
4945         (read_pipe): New function.  Cleanups and fixes.
4946
4947         * python/*.py: Rename from *.py.in.
4948         
4949         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
4950
4951         * GNUmakefile.in (SUBDIRS): Move python before scripts.
4952
4953 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4954
4955         * python/GNUmakefile: Bugfix: handle modules.
4956
4957         * stepmake/stepmake/python-module-targets.make (default): Add
4958         compiled modules. 
4959
4960         * stepmake/stepmake/python-module-rules.make: Add rule for byte
4961         compiling modules.
4962
4963         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
4964         Bugfix.  (OUT_PYC_MODULES): Add.
4965
4966 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4967
4968         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
4969         Use default paths. Refresh description.
4970
4971 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4972
4973         * VERSION: 1.7.5 released
4974
4975         * input/regression/finger-chords.ly (texidoc): new file.
4976
4977         * lily/script-engraver.cc (process_music): remove scriptHorizontal
4978         support
4979
4980         * lily/fingering-engraver.cc (process_music): remove kludgy
4981         scriptHorizontal stuff.
4982
4983         * lily/script.cc: remove staff-support property.
4984
4985         * lily/new-fingering-engraver.cc (add_fingering): new
4986         file. Fingering engraver for new style chords.
4987
4988 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4989
4990         * lily/parser.yy (bare_number): allow 4 \cm (without
4991         decimal dot). (should backport to 1.6?)
4992
4993         * ly/declarations-init.ly: use Scheme for dimension defs.
4994
4995         * lily/parser.yy (TODO): remove hard coded dimensions, add
4996         REAL NUMBER_IDENTIFIER production.
4997
4998         * lily/rest-collision.cc (force_shift_callback): rewrite using
4999         -done property.
5000
5001         * scm/grob-property-description.scm (rest-collision-done): add
5002         property.
5003         
5004         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
5005
5006 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5007
5008         * input/regression/multi-measure-rest-center.ly: new file.
5009
5010         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
5011         off horizontally by 0.05 ss. Fixed.
5012
5013 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5014
5015         * scm/pdftex.scm: Rename ly-number to ly:number->string.
5016
5017         * Documentation/topdocs/index.tely: Remove duplicate from merge.
5018
5019 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5020
5021         * lily/tie.cc (get_control_points): also avoid staff lines on the
5022         just outside the outer staff lines
5023
5024 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5025
5026         * ly/params-init.ly: Just define style-alist, no need to
5027         define-public.
5028
5029         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
5030         (thanks Han-Wen).
5031
5032         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
5033         (FET_FILES): = FONT_FILES.
5034
5035         * Merge from stable:
5036
5037             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
5038
5039 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5040
5041         * VERSION: 1.7.4 released.  
5042         
5043         * scm/generate-documentation.scm (string-append): add macro
5044         definitions.
5045
5046         * lily/text-item.cc (lookup_text): don't use virtual fonts for
5047         normal texts.
5048
5049         * lily/multi-measure-rest-engraver.cc: make separate
5050         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
5051
5052         * lily/multi-measure-rest.cc: remove text handling. Remove
5053         number-threshold.
5054
5055 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5056
5057         * scm/music-types.scm: doc patch by Graham Percival
5058
5059 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5060
5061         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
5062         encoding part.
5063         (Font_info.set_defaults): pixelsize now also defauts to '0'.
5064         (sketch_p): Sketch wants only first four elements of X11 font spec.
5065
5066         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
5067
5068         * mf/feta-autometric.mf: Write foundry and family to log.
5069
5070         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
5071         font translation table.
5072
5073         * buildscripts/mf-to-table.py: Better font info into afm.
5074
5075         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
5076         1.0.9 required.
5077
5078         * configure.in: Whine for mftrace 1.0.9.
5079
5080 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5081
5082         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
5083
5084         * lily/main.cc (main_prog): don't try to load init.EXT when
5085         processing foo.EXT.
5086
5087 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
5088
5089         * scm/tex.scm (zigzig-line): added.
5090
5091         * scm/ps.scm (zigzag-line): added.
5092
5093         * ps/music-drawing-routines.ps (subvec): added.
5094         (draw_zigzag_line): added.
5095         
5096         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
5097         grob properties zigzag-width and zigzag-length.
5098
5099         * input/regression/glissando.ly: Add some zig-zagged glissandi.
5100
5101 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5102
5103         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
5104         svg output, including font.
5105
5106 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5107
5108         * scm/lily.scm: Register sodipodi output module.
5109
5110         * scm/sodipodi.scm: New file.
5111
5112         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
5113
5114         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
5115         comment, after header.
5116         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
5117         FullName.  Fix FontName key.
5118
5119 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
5120
5121         * lily/rest.cc (after_line_breaking): bugfix: dots after half
5122         and breve rests.
5123         
5124         * input/test/blank-notes.ly: bugfix
5125
5126         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
5127         rests. (Kim Shrier)
5128
5129         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
5130         
5131 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5132
5133         * scm/tex.scm: 
5134         * scm/ps.scm: Cleanup and remove obsolete junk.
5135
5136         * Documentation/user/internals.itely:
5137         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
5138
5139         * lily/parser.yy: Identify shift/reduce problems.
5140
5141         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
5142         make-style-sheet.  Too specific for convert-ly?
5143
5144 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5145
5146         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
5147
5148         * input/test/*.ly: various fixes.
5149
5150         * lily/music.cc (name): bugfix
5151
5152         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
5153
5154         * lily/input-file-results.cc (code): set-point-and-click! ->
5155         set-point-and-click
5156         
5157 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5158
5159         * Use uniform ly: prefix for exported scheme primitive functions.
5160
5161         * scm/music-types.scm: junk compat glue
5162
5163         * scripts/convert-ly.py: add rules for stuff below, junk
5164         compatibility glue for spanrequest.
5165
5166         * lily/parser.yy (verbose_event): remove \spanrequest,
5167         \commandspanrequest, \script. 
5168         
5169         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
5170
5171         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
5172         for \penalty, \glissando.
5173
5174         * VERSION: release 1.7.3
5175         
5176 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
5177
5178         * lily/accidental-engraver.cc: Fix
5179         grace-in-the-beginning-of-measure bug caused by the resent
5180         partial-measure fix.
5181
5182         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
5183         overlap looks too crowded)
5184         
5185 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5186
5187         * lily/parser.yy (assignment): allow SCM expression as assignment.
5188
5189         * lily/include/music-output-def.hh (class Music_output_def):
5190         * lily/music-output-def.cc: 
5191         * lily/paper-def.cc: 
5192         * scm/font.scm (markup-to-properties):
5193         * lily/parser.yy (music_output_def_body): 
5194         remove style_sheet_
5195
5196 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5197
5198         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
5199         length.
5200
5201         * input/regression/spacing-to-grace.ly: new file.
5202
5203         * input/regression/spacing-end-of-line.ly: new file.
5204
5205         * lily/note-spacing.cc (get_spacing): take into account breakable
5206         stuff sticking out at the left (time sig change at line break).
5207
5208         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
5209         raggedright code.
5210
5211         * scm/music-functions.scm (make-voice-props-set): add
5212         staff-position for mm rests.
5213  
5214         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
5215         before grace notes a little.
5216
5217         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
5218
5219         * lily/break-align-interface.cc (do_alignment): right-edge spacing
5220         key adds space at the end of line. 
5221
5222 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5223
5224         * scm/sketch.scm: Fix beams.
5225
5226         * buildscripts/mf-to-table.py: Add EncodingScheme.
5227
5228         * scm/sketch.scm: Resurrect.
5229
5230 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5231
5232         * lily/multi-measure-rest.cc: use breve rests for measure lengths
5233         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
5234
5235 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5236
5237         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
5238
5239         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5240
5241 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5242
5243         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
5244         token for origin information.
5245
5246         * lily/parser.yy (My_lily_lexer): do identifier location and
5247         cloning from lexer.
5248
5249         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
5250         logic out of the parser. Add bar checks on both ends.
5251
5252         * Documentation/user/refman.itely (Multi measure rests): add more
5253         notes about mm rests.
5254
5255 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5256
5257         * input/regression/bar-scripts.ly: Re-enable.
5258
5259         * lily/parser.yy:
5260         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
5261         released rsn.  Bison 1.50 has a crucial bug and won't work.
5262
5263         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5264
5265
5266 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5267
5268         * input/regression/bar-scripts.ly: Blunt documentation build fix.
5269
5270 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5271
5272         * Actually merge changes since 1.6.4 besides ChangeLog, and
5273         resolve conflicts.  Lots of updates, hope all is well.
5274         
5275         * cygwin/lilypond.hint (requires): Add ghostscript.
5276
5277         * scm: Update some (c).
5278         
5279 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5280
5281         * input/test/{various}.ly: add \header fields and texidoc strings.
5282
5283 2002-10-05  Werner Lemberg  <wl@gnu.org>
5284
5285         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
5286         renamed to `output_latex_quoted'.
5287         Added `output_latex_noquote'.
5288         (schedule_lilypond_block): Implement `noquote' option for LaTeX
5289         mode.
5290
5291 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5292
5293         * ChangeLog: Add 1.6.6 release marker.  See below.
5294
5295         * stepmake/stepmake/po-targets.make: Remove --c++ option.
5296
5297         * scripts/midi2ly.py: Fix global syntax warnings.
5298
5299         * GNUmakefile.in: Generate builddir locale tree too.
5300
5301         * scripts/ly2dvi.py:
5302         * scripts/midi2ly.py: 
5303         * scripts/mup2ly.py: 
5304         * scripts/update-lily.py:
5305         * lily/main.cc (setup_paths): Fix for locales setup.
5306
5307 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5308
5309         * Documentation/windows/installing.texi: Soften wording about
5310         necessity of becoming Administrator.  tommie@iae.nl reports this
5311         does not seem to be necessary for his flavour of Windows 2000.
5312         Explicitely discourage text mode mounts.
5313
5314 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5315
5316         * lily/rest.cc (after_line_breaking): backport dot position fix.
5317
5318         * lily/rest-collision.cc (do_shift): also remove dots for suicided
5319         rests. Thanks to Klaus Zimmermann for finding this bug.
5320
5321 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5322
5323         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
5324
5325 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5326
5327         * Documentation/user/music-glossary.tely: fix links.
5328
5329 2002-10-21  Werner Lemberg  <wl@gnu.org>
5330
5331         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
5332         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
5333         scaling factor) only once and use them in the definition of
5334         \embeddedps.
5335         * ps/music-drawing-routines.ps (skeel): Removed.
5336
5337 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5338
5339         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
5340         Solaris7, as we don't use nested $( ) constructs.
5341
5342 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5343
5344         * VERSION: Release 1.6.6.
5345         
5346 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5347
5348         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
5349         as workaround for /bin/sh problems on Solaris7.
5350
5351 2002-10-19  Werner Lemberg  <wl@gnu.org>
5352
5353         * GNUmakefile.in (web-doc): Fix typos.
5354         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
5355         `music-drawing-routines.ps' but emit \special{header=...} once.
5356         * scm/tex.scm (header-end): Updated.
5357
5358 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5359
5360         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
5361         undefined tremolo. 
5362
5363 2002-10-15  Werner Lemberg  <wl@gnu.org>
5364
5365         * scripts/lilypond-book.py (g_make_html): New global variable.
5366         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
5367         if `g_make_html' isn't set.
5368         [main]: Add format `texi-html'.
5369         (option_definitions): Updated.
5370         * Documentation/user/lilypond-book.itely: Updated.
5371
5372         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
5373         * make/ly-rules.make (%.texi, %.nexi): Use it.
5374         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
5375         format to lilypond-book.
5376         * GNUmakefile.in (web-doc): Ditto.
5377
5378 2002-10-14  Werner Lemberg  <wl@gnu.org>
5379
5380         Further improve TeX output.  The produced files are about 40%
5381         smaller.  `lilyponddefs.tex' is now read only once.
5382
5383         * tex/lilyponddefs.tex: Remove footer stuff.
5384         (\ifundefined): Renamed to...
5385         (\lilypondundefined): This.  Use LaTeX's definition to
5386         make it nestable and make it global.
5387         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
5388         output.
5389         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
5390         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
5391         them global.
5392         (\placebox): Renamed to...
5393         (\lyitem): This.
5394         Make it global and call \outputscale by itself.
5395         (\lybox, \lyvrule): New macros to reduce input data.
5396         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
5397         New auxiliary macros.
5398         (\SkipLilydefs, \EndLilyPondOutput): Removed.
5399         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
5400         to...
5401         (\lilypondspace): This and made it global.
5402         (\turnOnPostScript): Renamed to...
5403         (\lilypondpostscript): This and made it global.
5404         (\turnOnExperimentalFeatures): Renamed to...
5405         (\lilypondexperimentalfeatures): This and made it global.
5406         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
5407         (\lilypondsetdimen): This and made it global.
5408         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
5409         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
5410         (all, $(outdir)/music-drawing-routines.ps): New rules.
5411         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
5412         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
5413         start-system, stop-system, stop-last-system, filledbox): Updated to
5414         use the changed macros from lilyponddefs.tex.
5415         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
5416
5417 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5418
5419         * Documentation/windows/installing.texi: Update.
5420
5421 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5422
5423         * VERSION: 1.6.5 released
5424
5425         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5426
5427 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5428
5429         * scm/translator-property-description.scm (voltaOnThisStaff): add
5430         property.
5431
5432 2002-09-28  Werner Lemberg  <wl@gnu.org>
5433
5434         * scm/tex.scm (header-end): Suppress page numbering.
5435
5436         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5437         Fix quotation for HTML output.
5438
5439 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5440         
5441         * Documentation/user/refman.itely: grammar and phrasing
5442           fixes to "Note Entry" section.  Also adds a few new examples.
5443
5444 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5445
5446         * flower/include/string-data.icc: include string.h
5447
5448 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5449
5450         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5451
5452 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5453
5454         * Documentation/user/GNUmakefile (extra-local-help): Add.
5455
5456         * stepmake/stepmake/www-targets.make (local-help): Add.
5457
5458 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5459
5460         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5461         packages.
5462
5463         * Documentation/topdocs/README.texi (Top): building documentation
5464         (not website.)
5465
5466 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5467
5468         * Documentation/user/refman.itely: 
5469         * Documentation/user/tutorial.itely: 
5470         * Documentation/user/music-glossary.tely: Merge changes.
5471
5472         * Documentation/user/glossary.html.in: 
5473         * Documentation/index.texi: 
5474         * Documentation/header.html.in: Accomodate renaming of glossary.
5475         
5476         * Documentation/user/tutorial.itely: Add some glossary references.
5477         
5478         * Documentation/user/refman.itely: Minor fixes.
5479         
5480         * Documentation/user/lilypond.tely: Add glossary do direntry.
5481
5482         * Documentation/user/music-glossary.tely: Rename (previously:
5483         glossary.tely).  Fix anchor placement.
5484
5485         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5486
5487 2002-09-23  Werner Lemberg  <wl@gnu.org>
5488
5489         * scripts/lilypond-book.py (output_dict): Fix handling of
5490         various environments by avoid extraneous newlines.
5491         Rename `output-all' regexp for html to `output-html'.
5492         Replace `output-all' regexp for texi with `output-texi-quote'
5493         and `output-texi-noquote'.
5494         (compose_full_body): Don't override `linewidth' user option
5495         for `singleline'.
5496         (schedule_lilypond_block): Don't indent text specified with
5497         `intertext' option.
5498         Add new option `noquote'.
5499         (compile_all_files): Use latex instead of tex to compile ly
5500         files directly.
5501
5502         * Documentation/user/lilypond-book.itely: Updated and revised.
5503         Improve layout.
5504
5505         * Documentation/user/glossary.tely,
5506         Documentation/user/introduction.itely,
5507         Documentation/user/tutorial.itely,
5508         Documentation/user/refman.itely,
5509         Documentation/user/appendices.itely: Fix overfull LilyPond
5510         boxes caused by the new lilypond-book code.  Other minor
5511         fixes.
5512
5513         * Documentation/user/macros.itexi (@texiflat): Don't emit
5514         trailing space.
5515
5516         * scm/tex.scm (end-output, header-end): Add preamble and
5517         postamble to make lilypond output directly compilable with
5518         latex.
5519
5520         
5521 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5522
5523         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5524         instructions.
5525
5526 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5527
5528         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5529
5530 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5531
5532         * lily/beam.cc (connect_beams): don't crash if there are quarter
5533         notes in beams.
5534
5535 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5536
5537         * Documentation/user/refman.itely: corrected ancient clef
5538         docu; added docu on ligatures
5539
5540 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5541
5542         * Documentation/user/glossary.tely,
5543         Documentation/user/refman.itely, input/les-nereides.ly,
5544         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5545         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5546         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5547         Stem properties: flag-style -> stroke-style, style -> flag-style.
5548
5549
5550 2002-09-22  Werner Lemberg  <wl@gnu.org>
5551
5552         * scripts/lilypond-book.py: Add option `notime' to suppress
5553         printing of a time signature.  Specify default indentation of 0pt
5554         if single line fragment.  Don't emit redundant `\paper{ }'.
5555
5556         * Documentation/user/lilypond-book.itely: Updated.
5557
5558         * Documentation/user/glossary.tely: Completely reformatting.
5559
5560 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5561
5562         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5563
5564 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5565
5566         * Documentation/user/tutorial.itely: Fix links.
5567         
5568         * Documentation/topdocs/index.tely:
5569         * Documentation/index.texi:
5570         * Documentation/header.html.in: Small website fixes and updates.
5571
5572         * debian/: Debian patch by Anthony Fok.
5573
5574 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5575
5576         * Documentation/footer.html.in: How time flies: It's already 2002!
5577
5578         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5579         more descriptive link names than 'here'.
5580
5581 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5582
5583         * VERSION: 1.7.2 released
5584         * VERSION: 1.6.4 released
5585         
5586         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5587
5588         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
5589         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
5590
5591         * mf/feta-din.mf (test): add x-height and space.
5592
5593         * lily/dynamic-engraver.cc (process_music): take dynamic direction
5594         from ^_ for crescendi. Idem for slurs and phrasing slurs.
5595
5596         * ly/grace-init.ly: add-to-grace-init: function to portably add
5597         settings to \grace. 
5598
5599         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
5600         if we get an absolute dynamic event.
5601  
5602         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
5603
5604         * lily/source-file.cc (get_line): oops. All line numbers were off
5605         by 2. Fix that. 
5606
5607         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
5608         be after the note, combined with -_^, i.e. c4-(-\)-\>  
5609
5610         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
5611
5612         * lily/parser.yy (number_factor): remove (number) as number
5613         expression. ("Let them eat Lisp").
5614
5615 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5616
5617         * lily/horizontal-bracket.cc: new file.
5618
5619         * lily/horizontal-bracket-engraver.cc: new file.
5620
5621         * input/regression/note-group-bracket.ly: new file. Support
5622         horizontal note brackets for music analysis.
5623
5624         * lily/stem.cc (flag): new flag-style: no-flag.
5625
5626         * input/test/stem-cross-staff.ly: new file
5627         
5628         * Documentation/user/internals.itely: Improved formatting, fixing
5629         typos.  Added a section `Output details' to describe how the TeX
5630         code looks like.
5631
5632         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
5633
5634         * lily/parser.yy: remove \dynamicscript.
5635
5636         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
5637         definitions. 
5638
5639         * python/midi.c (midi_error): take two arguments.
5640
5641         * Merge 1.6.5 changes:
5642         
5643 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5644
5645         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
5646         staff-space.  Previous 1.5 was probably meant as half-spaces.
5647         (cautionary-style): parentheses (was: smaller).  This is what doco
5648         says, and it seems more logical.
5649
5650         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
5651         for 2nd sentence.
5652
5653 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5654
5655         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
5656
5657 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5658
5659         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5660
5661 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5662
5663         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5664
5665 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5666
5667         * scm/translator-property-description.scm (voltaOnThisStaff): add
5668         property.
5669
5670 2002-09-28  Werner Lemberg  <wl@gnu.org>
5671
5672         * scm/tex.scm (header-end): Suppress page numbering.
5673
5674         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5675         Fix quotation for HTML output.
5676
5677 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5678         
5679         * Documentation/user/refman.itely: grammar and phrasing
5680           fixes to "Note Entry" section.  Also adds a few new examples.
5681
5682 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5683
5684         * flower/include/string-data.icc: include string.h
5685
5686 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5687
5688         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5689
5690 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5691
5692         * Documentation/user/GNUmakefile (extra-local-help): Add.
5693
5694         * stepmake/stepmake/www-targets.make (local-help): Add.
5695
5696 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5697
5698         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5699         packages.
5700
5701         * Documentation/topdocs/README.texi (Top): building documentation
5702         (not website.)
5703
5704 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5705
5706         * Documentation/user/refman.itely: 
5707         * Documentation/user/tutorial.itely: 
5708         * Documentation/user/music-glossary.tely: Merge changes.
5709
5710         * Documentation/user/glossary.html.in: 
5711         * Documentation/index.texi: 
5712         * Documentation/header.html.in: Accomodate renaming of glossary.
5713         
5714         * Documentation/user/tutorial.itely: Add some glossary references.
5715         
5716         * Documentation/user/refman.itely: Minor fixes.
5717         
5718         * Documentation/user/lilypond.tely: Add glossary do direntry.
5719
5720         * Documentation/user/music-glossary.tely: Rename (previously:
5721         glossary.tely).  Fix anchor placement.
5722
5723         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5724
5725 2002-09-23  Werner Lemberg  <wl@gnu.org>
5726
5727         * scripts/lilypond-book.py (output_dict): Fix handling of
5728         various environments by avoid extraneous newlines.
5729         Rename `output-all' regexp for html to `output-html'.
5730         Replace `output-all' regexp for texi with `output-texi-quote'
5731         and `output-texi-noquote'.
5732         (compose_full_body): Don't override `linewidth' user option
5733         for `singleline'.
5734         (schedule_lilypond_block): Don't indent text specified with
5735         `intertext' option.
5736         Add new option `noquote'.
5737         (compile_all_files): Use latex instead of tex to compile ly
5738         files directly.
5739
5740         * Documentation/user/lilypond-book.itely: Updated and revised.
5741         Improve layout.
5742
5743         * Documentation/user/glossary.tely,
5744         Documentation/user/introduction.itely,
5745         Documentation/user/tutorial.itely,
5746         Documentation/user/refman.itely,
5747         Documentation/user/appendices.itely: Fix overfull LilyPond
5748         boxes caused by the new lilypond-book code.  Other minor
5749         fixes.
5750
5751         * Documentation/user/macros.itexi (@texiflat): Don't emit
5752         trailing space.
5753
5754         * scm/tex.scm (end-output, header-end): Add preamble and
5755         postamble to make lilypond output directly compilable with
5756         latex.
5757
5758         
5759 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5760
5761         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5762         instructions.
5763
5764 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5765
5766         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5767
5768 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5769
5770         * lily/beam.cc (connect_beams): don't crash if there are quarter
5771         notes in beams.
5772
5773 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5774
5775         * Documentation/user/refman.itely: corrected ancient clef
5776         docu; added docu on ligatures
5777
5778 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5779
5780         * Documentation/user/glossary.tely,
5781         Documentation/user/refman.itely, input/les-nereides.ly,
5782         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5783         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5784         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5785         Stem properties: flag-style -> stroke-style, style -> flag-style.
5786
5787 2002-09-22  Werner Lemberg  <wl@gnu.org>
5788
5789         * scripts/lilypond-book.py: Add option `notime' to suppress
5790         printing of a time signature.  Specify default indentation of 0pt
5791         if single line fragment.  Don't emit redundant `\paper{ }'.
5792
5793         * Documentation/user/lilypond-book.itely: Updated.
5794
5795         * Documentation/user/glossary.tely: Completely reformatting.
5796
5797 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5798
5799         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5800
5801 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5802
5803         * Documentation/user/tutorial.itely: Fix links.
5804         
5805         * Documentation/topdocs/index.tely:
5806         * Documentation/index.texi:
5807         * Documentation/header.html.in: Small website fixes and updates.
5808
5809         * debian/: Debian patch by Anthony Fok.
5810
5811 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5812
5813         * Documentation/footer.html.in: How time flies: It's already 2002!
5814
5815         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5816         more descriptive link names than 'here'.
5817
5818 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5819
5820         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5821
5822 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5823
5824         * lily/part-combine-music-iterator.cc (get_state): cleanup
5825         (get_music_info): cleanup.
5826
5827 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5828
5829         * scm/backend-documentation-lib.scm (interface-doc-string):
5830         crosslinks between interfaces and grobs. Headings for interfaces
5831         in grob explanation.
5832
5833 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5834
5835         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
5836         dtd).  Add preliminary dtd.
5837         (re-sub-alist): Robustify.
5838
5839 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5840
5841         * lily/include/event-chord-iterator.hh,
5842         lily/context-specced-music-iterator.cc,
5843         lily/event.cc, lily/event-chord-iterator.cc: add
5844
5845 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5846
5847         * lily/: some (c) header fixes.
5848         
5849         * lily/request-chord.cc: Remove.
5850         
5851         * lily/include/event-chord-iterator.hh:
5852         * lily/include/event.hh:
5853         * lily/event-chord.cc: New file.
5854         
5855         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
5856         requested.
5857
5858 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5859
5860         * lily/ : rename Request to Event
5861
5862         * lily/parser.yy (command_element): move clef stuff into Scheme.
5863
5864         * lily/:  rename length_mom () to get_length()
5865
5866         * lily/part-combine-music.cc: removed file and class.
5867
5868         * lily/context-specced-music-iterator.cc (class
5869         Context_specced_music_iterator): new file. Obsoletes the
5870         Context_specced_music type.
5871
5872         * scm/music-types.scm (make-repeated-music): put different kinds
5873         of repeated music into music-type table.
5874
5875         * VERSION: 1.7.1 released.
5876
5877         * scm/to-xml.scm: new file.
5878
5879         * input/test/to-xml.ly (fooBar): demo of what is possible with the
5880         new Input representation: dump music as XML.
5881
5882         * scm/engraver-documentation-lib.scm
5883         (engraver-accepts-music-types?): add links from music to engraver,
5884         from music-type to engraver.
5885
5886         * lily/include/command-request.hh: removed
5887         lily/include/musical-request.hh: removed. Removed all _req classes
5888         except Key_change_req. Changes throughout.
5889
5890 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5891
5892         * lily/tuplet-engraver.cc (try_music): Compile kludge.
5893
5894 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5895
5896         * lily/*.cc: specify accepts for many engravers.
5897
5898         * scm/music-documentation-lib.scm: dump music expressions and
5899         music subtypes.
5900
5901         * scm/documentation-lib.scm: complete revision.
5902         Use GOOPS objects to store document tree explicitly. Cleaned up and
5903         sped up doco generation a lot.
5904
5905 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5906
5907         * input/trip.ly (fugaIILeft): add arpeggio
5908
5909         * lily/translator-group.cc (try_music_on_nongroup_children):
5910         oops. The name symbol is in the cdr of the assoc handle.
5911
5912         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
5913         Hyphen_req, Glissando_req, Break_req, Mark_req 
5914
5915 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5916
5917         * lily/musical-request.cc (music-duration-length,
5918         music-duration-compress): new functions.
5919
5920         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
5921         throughout. Warning doesn't work yet.
5922
5923         * lily/translator-group.cc (try_music_on_nongroup_children):
5924         new implementation: store candidate acceptors in a hashTable.
5925
5926 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5927
5928         * scm/music-types.scm (music-descriptions): change name to
5929         internal-class-name
5930
5931         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5932
5933 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5934
5935         * lily/beam.cc (connect_beams): don't crash if there are quarter
5936         notes in beams.
5937
5938 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5939
5940         * Documentation/user/refman.itely: corrected ancient clef
5941         docu; added docu on ligatures
5942
5943 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5944
5945         * Documentation/user/glossary.tely,
5946         Documentation/user/refman.itely, input/les-nereides.ly,
5947         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5948         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5949         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5950         Stem properties: flag-style -> stroke-style, style -> flag-style.
5951
5952 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5953
5954         * scm/music-functions.scm (music-separator?): don't use name music
5955         property.
5956
5957 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5958
5959         * stepmake/stepmake/generic-targets.make (help): Document check
5960         target.
5961
5962         * lily/new-accidental-engraver.cc: Compile fix.
5963
5964 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5965
5966         * scripts/convert-ly.py: Add rule.
5967
5968         * input/test/music-creation.ly:
5969         * input/test/add-staccato.ly:
5970         * input/test/add-text-script.ly: ly-make-music.
5971
5972         * scm/drums.scm (make-head-type-elem, make-articulation-script):
5973         More ly-make-music renamings.
5974
5975         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
5976
5977         * lily/music-constructor.cc (make_music): Add debugging info.
5978
5979         * scm/music-functions.scm (make-simultaneous-music,
5980         (make-sequential-music, context-spec-music):
5981         * scm/music-types.scm (music-descriptions): Get lily to run.
5982
5983 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5984
5985         * lily/command-request.cc (transpose_key_alist): new function.
5986
5987         * lily/key-performer.cc (create_audio_elements): cleanup. 
5988
5989 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5990
5991         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
5992
5993         * lily/include/translator.hh (ENTER_DESCRIPTION): add
5994         events-accepted field.
5995
5996         * scm/music-types.scm: new file.
5997
5998         * lily/parser.yy: put music type initialization into scheme,
5999         similar to grob initialization.  Changes throughout.
6000
6001 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6002
6003         * Documentation/user/tutorial.itely: Fix links.
6004         
6005         * Documentation/index.texi: 
6006         * Documentation/header.html.in: 
6007         * Documentation/topdocs/index.tely: Small website fixes and updates.
6008
6009         * debian/: Debian patch by Anthony Fok.
6010
6011 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6012
6013         * Documentation/footer.html.in: How time flies: It's already 2002!
6014
6015         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6016         more descriptive link names than 'here'.
6017
6018         * ROADMAP: Remove test stuff.
6019
6020         * scripts/update-lily.py: Allow auto-building of stable and
6021         development versions.  Bugfixes.
6022
6023 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6024
6025         * VERSION: released 1.7.0
6026
6027         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6028
6029         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
6030         positive line widths.
6031
6032 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6033
6034         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
6035         go.  Fix comments.
6036
6037         * cygwin: Cygwin updates.
6038
6039 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6040
6041         * Documentation/windows/installing.texi (Top): version for python,
6042         urls for ghostscript (thanks to John Potelle)
6043         
6044         * lily/simultaneous-music-iterator.cc
6045         (Simultaneous_music_iterator): init children_list_ before
6046         triggering GC.
6047
6048         * lily/*-iterator.cc: be even more careful with smobbed copy
6049         constructors. 
6050
6051         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
6052         LeftEdge item.
6053
6054 2002-09-15  Werner Lemberg  <wl@gnu.org>
6055
6056         Improving LilyPond's output to make them ordinary TeX boxes with
6057         predictable dimensions.  System boxes are now vertically centered on
6058         the baseline; this offset can be further controlled with
6059         \lilypondscoreshift.
6060
6061         * lily/system.cc (System::post_processing): Pass length of current
6062         system to `start-system' (including any horizontal indentation).
6063
6064         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
6065         prettier.
6066         (lily-def): Append `%'.
6067         (start-system): Add parameter `wd'.  Output more TeX code to specify
6068         box dimensions.
6069         (stop-system, stop-last-system): Complement changes in
6070         `start-system'.
6071         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
6072         Updated.
6073
6074         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
6075         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
6076         Write final `\endinput'.
6077
6078         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
6079         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
6080         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
6081         files and macro definitions don't produce spurious spaces and
6082         paragraphs (using \endlinechar).
6083         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
6084
6085         * Documentation/user/internals.itely: Improved formatting, fixing
6086         typos.  Added a section `Output details' to describe how the TeX
6087         code looks like.
6088
6089 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6090
6091         * lily/accidental-engraver.cc: Also work with partial measures.
6092
6093 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6094
6095         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
6096         spanner.
6097
6098 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6099
6100         * lily/identifier-smob.cc (unpack_identifier): new file.
6101
6102         * lily/lexer.ll (identifier_type): new function.  use ly-id to
6103         pass off scheme expressions as music identifiers.
6104
6105         * scm/lily.scm: reorganisation, cleanups.
6106
6107         * lily/main.cc: small cleanups.
6108
6109 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6110
6111         * lily/ly-module.{cc,hh}: new file.
6112
6113 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6114
6115         * lily/accidental-engraver.cc: Also work with partial measures.
6116
6117 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6118
6119         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
6120
6121 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6122
6123         * lily/my-lily-lexer.cc: use SCM module in stead of
6124         Scheme_hash_table. Changes throughout.  
6125
6126 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6127
6128         * VERSION (MY_PATCH_LEVEL): make 1.7.0
6129