]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
2
3         * input/test/chord-names-german.ly: modified.
4
5         * scm/chords-ignatzek.scm:
6           chord-name->german-markup: Added
7           note-name->german-markup: Changed (now producing lowercase notenames)
8
9         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
10         
11 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12
13         * ly/german-chords-init.ly: remove file
14
15         * input/test/chord-names-german.ly (scm): new file.
16
17         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
18
19         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
20         Chord_name_engraver
21
22         * Documentation/user/refman.itely: lots of updates.
23
24         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
25         new file
26
27         * input/test/bar-number-every-5-reset.ly: new file.
28
29 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
30
31         * input/regression/chord-name-major7.ly: new file
32
33         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
34         if specced explicitly.
35
36         * input/regression/chord-name-entry-11.ly: new file.
37
38         * input/test/slur-beautiful.ly: new file.
39
40         * Documentation/user/refman.itely: updates.
41
42         * input/regression/collisions.ly (threevoice): cleanup.
43
44         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
45
46 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
47
48         * Documentation/user/*.itely: various updates.
49
50         * ly/spanners-init.ly: enddecr/ endcr.
51
52         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
53         of tutorial
54
55 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
56
57         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
58
59         * lily/new-chord-name-engraver.cc (process_music): use octavation
60         (a number) instead of original-pitch to store inversions. This
61         fixes a problem with transposed chords with inversions.  
62
63 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
64
65         * stepmake/aclocal.m4: Include compile fix for broken flex, as
66         used in includable-lexer.hh.
67
68         * lily/includable-lexer.cc: Bugfix: include config.h.
69
70         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
71         circumvention of Debian packaging bug.
72
73 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
74
75         * flex-2.5.31 hits Debian/unstable.  Fixes below.
76         
77         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
78
79         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
80         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
81
82         * lily/include/includable-lexer.hh: 
83         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
84
85         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
86
87         * aclocal.m4: Regenerate.
88
89         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
90         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
91
92         * scm/pdf.scm (use-modules): Include lily.
93
94         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
95         Noordkamp).
96         (use-modules): Include lily.
97         (lily-def): Bugfix: include tex-val in let.
98
99 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
100
101         * lilypond-mode.el: sensible error if lilypond.words not found.
102
103         * lilypond.words: add few words.
104
105 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
106
107         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
108
109         * mf/parmesan-scripts.mf: fixed typo in char name
110
111 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
112
113         * VERSION: 1.7.16 released
114
115         * python/lilylib.py (setup_temp): temporary directories are mode 700.
116         (this is a security vulnerability).
117
118         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
119
120         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
121         add staff support.
122
123 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
124
125         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
126         ly/script-init.ly, scm/script.scm: bugfix: renamed
127         fermata->signumcongruentiae to fix naming clash with feta font
128
129 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
130
131         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
132
133         * lily/multi-measure-rest-engraver.cc
134         (start_translation_timestep): use grace timing too for determining
135         when to make mmrest.
136         (start_translation_timestep): clear numbers too.
137
138 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
139
140         * scm/music-types.scm: compile fix: escape braces
141
142         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
143         work around font selection problem
144
145         * Documentation/user/refman.itely: BreathingSign: added docu for
146         property "text"
147
148 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
149
150         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
151         information.
152
153 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
154
155         * lily/multi-measure-rest-engraver.cc (class
156         Multi_measure_rest_engraver): make multiple Number objects, one
157         for each MultiMeasureTextEvent.
158
159         * scm/music-functions.scm (glue-mm-rest-texts): use
160         MultiMeasureTextEvent
161
162         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
163
164         * Documentation/user/refman.itely (Multi measure rests): update.
165
166 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
167
168         * lily/ly-module.cc (ly_copy_module_variables): use
169         scm_internal_hash_fold() for iterating modules.
170
171 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
172
173         * Documentation/user/refman.itely: Section Custodes: added more
174         example code
175
176         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
177         neo-mensural rests to parmesan font
178
179         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
180         header
181
182 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
183
184         * Documentation/user/macros.itexi: @fileref macro.
185
186         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
187         each file. 
188
189 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
190
191         * lily/include/custos.hh, make/lilypond.suse.spec.in,
192         Documentation/topdocs/AUTHORS.texi: updated my email address
193
194         * Documentation/user/refman.itely: updated custos documentation;
195         beautified divisiones example; beautified articulations table
196
197         * lily/breathing-sign.cc: bugfix: finalis molecule
198
199 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
200
201         * Documentation/user/refman.itely: added docu for
202         contemporary fermata symbols, gregorian breathing signs; small fixes
203
204         * ly/gregorian-init.ly: removed obsolete #'type props
205
206 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
207
208         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
209         minimum-length property correctly.
210
211 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
212
213         * scm/music-functions.scm (make-multi-measure-rest): set input
214         locations for multimeasure rests.
215         
216
217 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
218
219         * input/regression/breathing-sign.ly: updated to for ancient
220         notation
221
222 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
223
224         * scripts/ly2dvi.py: Add newline.
225
226 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
227
228         * scripts/ly2dvi.py (dependency_files): Compile fix.
229
230 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
231
232         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
233         (make_html_menu_file): --html menu. 
234
235 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
236
237         * scripts/ly2dvi.py (run_dvips): +add the .map file 
238
239 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
240
241         * input/screech-boink.ly: new file.
242
243 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
244
245         * scripts/lilypond-book.py (make_lilypond_file): convert
246         lilypond-file to lilypond block directly, without going through
247         begin/end lilypond text.
248         
249
250 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
251
252         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
253         scm/grob-description.scm: moved Michael's original breathing sign
254         code in brew_molecule() to divisio_minima(); provided new
255         brew_molecule() that effectively replaces the
256         Text_item::brew_molecule callback (with additional fallback to
257         Michael's original code); added callbacks for brewing divisio
258         maior/maxima and finalis
259
260         * gregorian-init.ly: added breathing sign shortcuts for virgula,
261         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
262
263         * script-init.ly: added shortfermata, longfermata,
264         verylongfermata, varcoda
265
266         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
267         longfermata, verylongfermata, varcomma, varcoda
268
269 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
270
271         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
272           Remove all noquote and insert a few quote.
273         
274         * Documentation/user/lilypond-book.itely (Music fragment options),
275           scripts/lilypond-book.py: Don't include quotation blocks by
276           default. Introduce option quote instead of noquote
277
278 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
279
280         * VERSION: 1.7.15 released
281         
282         * Documentation/user/lilypond.tely: omf updates.
283
284         * buildscripts/texi2omf.py (omf_vars): include version.date
285
286         * make/lilypond.redhat.spec.in: fixes for spec file. 
287
288         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
289         by function definition: lily now requires a recent GNU Make.
290
291         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
292
293         * make/ly-rules.make: remove .ly -> .tex rule
294
295         * Documentation/user/refman.itely (Figured bass): revised figured
296         bass example.
297
298 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
299
300         * stepmake/stepmake/omf-targets.make (local-install): add
301         scrollkeeper-update message.
302
303         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
304         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
305
306         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
307
308         * Documentation/user/converters.itely (Invoking midi2ly): add
309         track/channel notice.
310
311 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
312
313         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
314
315         * lily/parser.yy (scalar): DIGIT is also a scalar.
316
317         * Documentation/user/music-glossary.tely: add @omf tags
318
319         * Documentation/user/lilypond.tely: add @omf tags
320
321         * scm/generate-documentation.scm (string-append): add @omf tags.
322
323         * stepmake/stepmake/omf-*: new files 
324
325         * input/regression/multi-measure-rest.ly (texidoc): add doco
326
327         * GNUmakefile.in (web-doc-install): add web-doc-install target
328
329         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
330         fixes crashes while dumping MIDI.
331
332         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
333         midi
334
335 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
336
337         * buildscripts/texi2omf.py: new file.
338
339         * mf/feta-beugel.mf: include font count, not staffsize (16) in
340         font-name
341
342 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
343
344         * input/regression/beam-manual-beaming.ly (texidoc): new file.
345
346         * lily/sequential-iterator.cc (descend_to_child): call
347         descend_to_child() for all types of music.
348
349 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
350
351         * scm/translator-property-description.scm: Add
352         bassFigureFormatFunction.  Replace some entries.
353
354 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
357         clean out.
358
359 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
360
361         * scripts/midi2ly.py (Note.dump): never dump duration for
362         dump_dur=0.
363
364         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
365         new function
366
367         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
368         figures using new markups. Much simpler, and should improve layout
369         a little.
370
371         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
372
373 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
374
375         * ly/engraver-init.ly: use Hara kiri by default for 
376         ChordNames, FiguredBass and Lyrics(Voice) context. 
377
378         * lily/axis-group-engraver.cc (acknowledge_grob): use
379         rhythmic-grob-interface for selecting items not to hara-kiri'd 
380
381         * scm/new-markup.scm (markup-function-list): add bracket,
382         vbracket.
383
384         * ly/engraver-init.ly (ChordNamesContext): set
385         minimumVerticalExtent
386
387 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
388
389         * input/test/time-signature-double.ly: new file 
390
391         * input/regression/collision-head-chords.ly (texidoc): new file.
392
393         * lily/type-swallow-translator.cc: add note swallow translator 
394
395         * input/test/time-signature-double.ly: new file.
396
397         * lily/type-swallow-translator.cc: add Rest_swallow_translator
398
399         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
400         (FiguredBassContext): idem.
401
402         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
403
404         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
405
406         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
407
408         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
409         .afm dependency
410
411         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
412
413         * python/lilylib.py (make_page_images): add function.
414
415         * scripts/ly2dvi.py (run_latex): include title in preview image.
416
417         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
418         from lilypond-book for <ly2dvifile> tags in HTML.
419
420         * scripts/ly2dvi.py (option_definitions): add --debug option to
421         print out environment.
422
423         * input/regression/tie-chord-partial.ly: new file.
424
425 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
426
427         * lilypond.words: add 3
428
429 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
430
431         * scm/new-markup.scm (markup-function-list): add finger-markup
432
433         * input/tutorial/brahms-tweaked.ly: new markup 
434
435         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
436
437         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
438         crash when processing '() markup
439
440         * input/regression/breathing-sign.ly (texidoc): add caesura example.
441
442         * lily/breathing-sign.cc (railtracks): another caesura.
443
444         * mf/feta-schrift.mf: caesura symbol. 
445
446 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
447
448         * scripts/convert-ly.py (FatalConversionError.conv): add
449         ly:molecule-XXX conversions.
450
451         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
452
453         * input/regression/multi-measure-rest-text.ly: new file.
454
455         * scm/music-functions.scm (glue-mm-rest-texts): automatically
456         convert MMREST-TEXT to MultiMeasureRestNumber settings.
457
458         * ly/engraver-init.ly (ScoreContext): move tablature settings to
459         ScoreContext
460
461         * scm/new-markup.scm (center-markup): \center markup.
462
463         * scm/music-functions.scm: remove pitchify scripts.
464
465         * lily/music.cc (print_smob): display music name if available 
466
467 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
468
469         * Documentation/user/refman.itely (Instrument names): remove
470         \turnOff doco.
471
472 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
473
474         * lily/score.cc (mark_smob): bugfix.
475
476         * input/regression/rehearsal-mark.ly: new file.
477
478         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
479         report error at the current token again.
480
481 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
482
483         * cygwin/mknetrel: Exit if doc build fails.
484
485         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
486
487 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
488
489         * scm/music-types.scm (music-descriptions): add doc strings
490
491 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
492
493         * lily/lexer.ll: 
494         * lily/include/my-lily-lexer.hh: 
495         * lily/include/includable-lexer.hh: Add flex kludge.
496
497         * config.hh.in: 
498         * config.make.in: 
499         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
500         cruft.
501         
502         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
503         code.
504
505 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
506
507         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
508
509         * lily/parser.yy (new_chord): Compile fix.
510
511 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
512
513         * Documentation/user/refman.itely (Tuning groups of objects):
514         remove documentation for \turnOff. 
515
516         * lily/percent-repeat-engraver.cc (try_music): add correct
517         processing moments for double-measure percents as well.
518
519         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
520
521         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
522         grob prop type. 
523
524         * Documentation/user/refman.itely (Printing named chords): add
525         chord name tweak doco.
526
527         * input/template/gregorian-transcription.ly: new file.
528
529 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
530
531         * VERSION: 1.7.13 released
532         
533         * input/test/*: lots of cleanups/comment-outs/removals in chord
534         examples
535         
536         * input/regression/*: lots of cleanups/comment-outs/removals in
537         chord examples
538         
539         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
540         options
541
542         * lily/new-chord-name-engraver.cc (process_music): give original
543         inversion pitch to chord name routine.
544
545         * input/tutorial/os-score.ly: update to new markup
546
547         * Documentation/user/appendices.itely: simply include
548         chords-ignatzek. 
549
550         * Documentation/user/refman.itely (Chords mode): add documentation
551         for chord mode.
552
553         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
554         not present in chord.
555         (construct-chord): add inversion and bass support.
556
557         * lily/chord.cc: junk contents.
558
559 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
560
561         * Documentation/user/refman.itely:
562         * Documentation/user/music-glossary.tely: fix. 
563
564 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
565
566         * scm/chord-entry.scm (construct-chord): move chord construction
567         to Scheme.
568
569         * lily/parser.yy (new_chord): new setup for chord entry.
570
571 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
572
573         * lilypond.words:
574         * Documentation/user/music-glossary.tely: add ambitus.
575
576 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
577
578         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
579
580         * lily/include/*.hh: string() -> to_string()
581
582         * scm/chords-ignatzek.scm: new file.
583
584         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
585         standard chord name exceptions.
586
587         * scm/translator-property-description.scm (chordNameSeparator):
588         add property.
589         (majorSevenSymbol): add property
590
591         * lily/translator-scheme.cc (ly:context-properties): new function
592         (ly:context-parent): new function.
593         (print_smob): print context name.
594
595         * lily/music.cc (ly:get-music-length): new function
596         (print_smob): don't print properties.
597
598         * lily/duration.cc (duration<?): new function
599
600         * input/regression/chords-funky-ignatzek.ly: new file.
601
602         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
603         jazz chords.
604
605         * lily/pitch.cc (ly:pitch-diff): new function.
606
607         * input/regression/chords-ignatzek.ly: new file.
608
609 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
610
611         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
612         pitches for jazz chords.
613
614 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
615
616         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
617
618 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
619
620         * lilypond.words: add 1
621
622 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
623
624         * Documentation/topdocs/AUTHORS.texi: refine.
625
626 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
627
628         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
629         
630         * lilypond.words: add one.
631
632 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
633
634         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
635         Fontify bass note in chords, e.g., e in c1/e.
636         
637 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
638
639         * Documentation/user/music-glossary.tely: Dutch updates and
640         additions (Arent Storm).
641
642 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
643
644         * input/regression/ambitus.ly:  move file.      
645
646         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
647
648         * lily/event.cc (transpose): add tonic property to Key_change_req
649         and to Key_engraver.
650
651 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
652
653         * Documentation/user/refman.itely: fix typo.
654
655         * lilypond.words: removed wrong identifiers.
656
657 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
658
659         * mf/feta-toevallig.mf: make flat stem shorter 
660
661 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
662
663         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
664
665         * lilypond.words: add from Phrasing slur.
666         
667 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
668
669         * lilypond-mode.el: allow launching multiple ViewPS processes.
670         
671         * lilypond.words: add from Text markup.
672
673 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
674
675         * input/test/ossia.ly (texidoc): add comment.
676
677         * input/regression/voice-follower.ly: new file.
678
679         * mf/feta-toevallig.mf: make flat heavier.
680
681         * lily/cluster-engraver.cc: clean up Cluster engraver
682
683         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
684         Engraver. Use Note_column to compute Y positions and deal with
685         line break stuff.
686
687 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
688
689         * lily/stem.cc: move french-beaming to stem.
690
691 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
692
693         * lilypond-font-lock.el: fontify all durations in chords.
694
695         * lilypond.words: add from lily/my-lily-lexer.cc
696
697 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
698
699         * VERSION: release 1.7.12
700
701         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
702
703         * lily/gregorian-ligature.cc: new file
704
705         * lily/*: the Great 2003 search & replace.
706
707         * Documentation/user/refman.itely (Manual repeat commands): add
708         note about font selection.
709
710 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
711
712         * lilypond-mode.el: propose recompiling midi while invoking playing,
713         not while stopping playing.
714
715 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
716
717         * lilypond.words: add one.
718
719         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
720         and expressional note grouping. Fontify chord modes.
721
722 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
723
724         * Documentation/user/music-glossary.tely (Top): translate melisma.
725
726 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
727
728         * Documentation/user/music-glossary.tely (Top): add melisma.
729
730 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
731
732         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
733         interfaces for (abstract) grob GregorianLigature
734
735         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
736         renamed head* -> glyph_name*, x-shift* -> x-offset*
737
738         * scm/grob-property-description.scm: bugfix: added missing descriptions
739
740 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * input/test/chord-names-dpnj.ly: New file.
743
744         * scm/double-plus-new-chord-name.scm: Implement full and partial
745         exceptions.
746
747         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
748
749         * scm/double-plus-new-chord-name.scm
750         (double-plus-new-chord->markup): Fix sub->markup.
751
752
753 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
754
755         * lily/custos-engraver.cc: added TODO; editorial changes
756
757         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
758         consistency with other ligature engravers; removed access on (now)
759         private variable _ligature of Ligature_engraver
760
761         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
762         renamed last_bound -> last_bound_; issue programming_error on
763         abstract method calls; moved primitives code from
764         Mensural_bracket_engraver to here (because almost ligature
765         engravers will need it); renamed try_stop_ligature () ->
766         typeset_ligature (); bugfix: store primitives of finished ligature
767         in separate variable finished_primitives_ to avoid clash on input
768         like "\] \["; added current_ligature () to enable access on
769         private variable _ligature
770
771         * lily/mensural-ligature-engraver.cc: removed primitives_ code
772         (now in super class); renamed try_stop_ligature () ->
773         typeset_ligature ()
774
775         * lily/mensural-ligature.cc: issue programming_error on abstract
776         method calls
777
778         * lily/note-heads-engraver.cc: added TODO comment upon bool
779         in_ligature
780
781         * mf/parmesan-heads.mf: fixed some of set_char_box()
782
783         * scm/grob-description.scm: added VaticanaLigature
784
785         * scm/grob-property-description.scm: added neume prefix properties
786
787         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
788         lily/include/gregorian-ligature-engraver.hh,
789         lily/include/gregorian-ligature.hh: new files; framework for
790         gregorian ligature engravers such as vaticana
791
792         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
793         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
794         vaticana style ligature implementation (still somewhat uncomplete)
795
796 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
797
798         * VERSION: release 1.7.11
799
800         * scripts/convert-ly.py: add ly:pitch-transpose rule
801
802 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
803
804         * input/test/dpncnt.ly: New file.
805
806         * lily/my-lily-lexer.cc: Add chordnames keyword.
807
808         * lily/parser.yy (chordnames_block): Parse chord name exception
809         lists, see input/test/dpncnt.ly.
810
811         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
812         function.
813
814         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
815         filter-out too.
816
817         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
818         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
819         pitch functions (except for ly:make-pitch, but that's apparently
820         some sort of scheme naming standard?).
821
822         * scm/lily.scm (!=): define-public.
823
824         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
825
826 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * scm/double-plus-new-chord-name.scm
829         (double-plus-new-chord-name->markup): New file.
830
831 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
832
833         * python/lilylib.py (make_preview): don't suppress progress for
834         bbox extraction.
835
836 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
837
838         * Documentation/user/appendices.itely (scheme): update for new syntax.
839
840         * input/regression/chord-name-styles.ly: new file
841
842         * lily/instrument-name-engraver.cc: create instrument names
843         without barline too.  Allows instrument name on ChordNames  
844
845         * scm/new-markup.scm (interpret-markup): allow simple strings as
846         markup too.
847
848 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
849
850         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
851         (step->markup-accidental): Fix: add accidental.
852         (chord::inner-name-american): 
853         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
854         append stray '/' if last superscript addition was 'o'.
855
856         * scm/new-markup.scm (normal-size-sub-markup) 
857         (normal-size-super-markup): New function.
858
859         * lily/source-file.cc (Source_file): Add warning for possibly
860         intentional but suspicious initialization.
861
862         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
863         add comments about cut-and-paste programming.
864
865         * flower/rational.cc (lcm): Not used; comment out.
866
867 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
868
869         * lily/new-fingering-engraver.cc (position_scripts): use
870         fingerHorizontalDirection to determine fingering horizontal
871         directions.
872  
873         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
874         fingering support.
875
876         * scripts/convert-ly.py (FatalConversionError.conv): add style
877         conversion rule. 
878
879         * scm/chord-name.scm (set-chord-name-style): new function.
880         (new-chord-name-brew-molecule): revise to interpret markup only
881         (new-chord->markup): cleanuppish rewrite. To be called from the
882         new engraver.
883
884         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
885         Markup earlier, during interpreting.
886
887         * input/test/{banter,jazz,american}-chords.ly (scheme): update
888         style settings. Rename to chord-names-*.ly
889
890 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
891
892         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
893         markup code and update to new markup.  Most probably broke some of
894         it.
895         
896 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
897
898         * Documentation/user/refman.itely: added docu for ambitus and
899         clusters
900
901         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
902         ly_quote_scm() in lookup.cc
903
904         * mf/parmesan-clefs.mf: set_char_box fix
905
906         * lily/cluster-engraver.cc: junk implicit protection; use
907         Protected_scm instead
908
909 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
910
911         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
912         throughout.
913
914         * scm/new-markup.scm: Turn-off error-triggering test code.
915
916 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
917
918         * scm/new-markup.scm (markup-thrower-typecheck) 
919         (markup-typecheck?):  add full typechecking functions.
920         (make-markup-maker): add make-FOO-markup functions.
921         (markup-argument-list-error): nice error checking messages.
922         (make-markup): better function: less quoting escapades.
923
924 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
925
926         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
927
928 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * cygwin/lilypond.hint (requires): Add cygwin.
931
932         * .cvsignore: Remove stepmake (huh!?!), add lib.
933
934         * GNUmakefile.in: Add libdir links for builddir runs.
935
936         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
937         instead of datadir.
938
939         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
940         local_lilypond_libdir.
941
942         * config.make.in (lilypond_libdir): Add.
943
944         * stepmake/stepmake/substitute-rules.make: 
945         * stepmake/stepmake/script-rules.make: 
946         * stepmake/stepmake/python-module-rules.make:
947         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
948         lilypond-python-module patch.
949
950 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
951
952         * Documentation/user/refman.itely (Graphical interfaces): add note
953         about xml2ly.
954
955 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
956
957         * scripts/ly2dvi.py (run_dvips): remove trailing newline
958
959 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
960
961         * VERSION: released 1.7.10
962
963         * scripts/musedata2ly.py (): idem
964
965         * scripts/midi2ly.py (dump_chord): idem
966
967         * scripts/etf2ly.py (version): idem 
968
969         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
970
971         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
972
973         * scm/tex.scm (tex-output-expression): remove eval compat
974         glut. Other output files too.
975
976         * scm/chord-name.scm: don't export anything from chord module.
977
978         * input/test/american-chords.ly: idem
979
980         * input/test/banter-chords.ly (texidoc): idem
981
982         * input/test/Cc-chords.ly: add breakage notes.
983
984         * Documentation/user/refman.itely (Text markup): rewrite manual section.
985
986         * lily/parser.yy (scalar): allow \markup { } as property value. 
987
988         * scm/chord-name.scm: complete new markup usage
989
990         * scm/grob-description.scm (all-grob-descriptions): use new markup
991         texts by default
992
993 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
994
995         * scm/chord-name.scm: partial move to new markup texts.
996
997 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
998
999         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
1000
1001         * scm/bass-figure.scm (brew-bass-figure): make stack direction
1002         settable.
1003
1004 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
1005
1006         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
1007         invoked for old midi, wait for killing.
1008
1009 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
1010
1011         * Documentation/user/music-glossary.tely: Finnishing.
1012
1013 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1014
1015         * mf/feta-nummer-code.mf: some kerning pairs.
1016
1017 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
1018
1019         * scm/output-lib.scm (set-bar-number-visibility): Context-function
1020         Added.
1021
1022         * Documentation/user/refman.itely (Bar numbers):
1023         set-bar-number-visibility added, modulo-bar-number removed again
1024         (sorry).
1025
1026 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
1027
1028         * scm/output-lib.scm (modulo-bar-number-visible): add function.
1029
1030         * Documentation/user/refman.itely: add modulo-bar-number-visible.
1031
1032         * Documentation/user/music-glossary.tely: translate into Finnish.
1033
1034 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1035
1036         * lilypond-mode.el: add shortcut for 2midi
1037
1038         * lilypond-font-lock.el: fontify lyrics
1039
1040 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
1041
1042         * scm/drums.scm : use 1.7.x names.
1043
1044         * input/regression/drums.ly : Don't use << chords >>
1045
1046 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1047
1048         * lilypond-mode.el: tidy, add TODO
1049
1050         * make/lilypond.mandrake.spec.in: install-info quietly.
1051
1052 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1053
1054         * input/test/markup.ly: use new syntax.
1055
1056 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1057
1058         * ly/params-init.ly (interscoreline): add word-space
1059
1060         * input/test/metronome.ly (eighthNote): idem.
1061
1062         * input/test/script-priority.ly: use new markup
1063
1064         * lily/parser.yy (markup): allow HEAD markup0 markup1 
1065
1066         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
1067
1068         * lily/parser.yy (gen_text_def): bugfix.
1069         (full_markup): allow markup identifier.
1070
1071 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
1072
1073         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
1074         jobs at the same time. Add horizontal lines to Command menu.
1075         Allow one compiling job -- propose killing others before a new one.
1076
1077         * lilypond.words: add markup, teeny, etc.
1078
1079 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
1080
1081         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
1082         Allow only one type of midi process; launching Midi either stops
1083         midis or plays the current midi and launching MidiAll stops midis
1084         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
1085         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
1086
1087 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1088
1089         * lily/text-engraver.cc (process_acknowledged_grobs): use new
1090         markup  for new markup texts.
1091
1092         * lily/mark-engraver.cc (process_music): idem
1093         
1094         * lily/instrument-name-engraver.cc (create_text): idem
1095
1096         * scm/new-markup.scm (magnify-markup): new function.
1097
1098         * scm/molecule.scm (stack-lines): bugfix.
1099
1100         * lily/font-interface.cc (get_font): take font-magnification from
1101         alist chain.
1102
1103 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1104
1105         * lily/molecule-scheme.cc: move scheme functions to separate file.
1106
1107         * lily/font-metric.cc  (ly_get_glyph): new function. 
1108         
1109         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
1110         (italic-markup, dynamic-markup): new functions
1111         (font-markup): new function
1112
1113         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
1114         padding and minimum
1115
1116 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
1117
1118         * lily/accidental-engraver.cc:
1119         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
1120
1121 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
1122
1123         * lilypond.vim:
1124         * lilypond-font-lock.el: Put \longa as duration. Accept only 
1125         [a-zA-Z] for user defined identifiers. Separate note cases 
1126         with and without a duration (allow cis\longaX).
1127
1128         * lilypond.words: Add words from Info.
1129
1130 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1131
1132         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
1133
1134 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
1135
1136         * lilypond-mode.el: Propose reverting buffer before a command if
1137         it was edited with an another editor.
1138
1139 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1140
1141         * lily/molecule.cc (ly_translate_molecule): new function
1142
1143         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
1144         into libdir
1145
1146         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
1147
1148         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
1149
1150 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
1151
1152         * lilypond.words: take \words from Info-index.
1153
1154 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1155
1156         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
1157
1158 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
1159
1160         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
1161
1162 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
1163
1164         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
1165         and lilypond-documentation.
1166
1167 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1168
1169         * lily/parser.yy: Compile fix (bison 1.75).
1170
1171 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1172
1173         * VERSION: 1.7.9 released
1174
1175         * scm/music-functions.scm (shift-one-duration-log): refactor.
1176         Use music-map.
1177
1178         * input/regression/chord-tremolo.ly (texidoc): add dot test.
1179
1180         * NEWS: update.
1181
1182         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
1183         argument
1184         
1185         * scm/music-functions.scm (display-music): new function
1186         (music-map): change arg order.
1187
1188         * input/regression/new-markup-syntax.scm: new file
1189
1190         * lily/parser.yy (markup): add \markup { .. } syntax.
1191
1192         * scm/new-markup.scm (override-markup): new function
1193         (lookup-markup): new function
1194         (music-markup): new function
1195         (lookup-markup-command): use markup-signature to store argument
1196         format for parser.
1197
1198         * lily/lexer.ll: preliminary \markup syntax. 
1199
1200 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
1201
1202         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
1203         add pre/post-dependencies and menus with icons from source.
1204
1205         * Documentation/pictures/lilypond-48x48.xpm:
1206         * Documentation/pictures/lilypond-32x32.xpm:
1207         * Documentation/pictures/lilypond-16x16.xpm: new files, background
1208         transparent.
1209
1210         * stepmake/stepmake/generic-targets.make:
1211         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
1212
1213 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1214
1215         * input/regression/music-map.ly (texidoc): new file.
1216
1217         * scm/music-functions.scm (music-map): new function
1218
1219 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1220
1221         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
1222
1223 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
1224
1225         * input/test/to-xml.ly:
1226         * lily/ligature-engraver.cc: Fixes documentation.
1227
1228         * lilypond.mandrake.spec.in:
1229         * lilypond.redhat.spec.in: Add lilypond.words.
1230
1231         * Documentation/user/refman.itely: Mention Info inside emacs.
1232         
1233         * lilypond.suse.spec.in:
1234         * lilypond.redhat.spec.in: 
1235         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
1236
1237 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1238
1239         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
1240         os.popen.read ().
1241
1242 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1243
1244         * scripts/ly2dvi.py (include_path): print warning if failing anything.
1245
1246         * python/lilylib.py (error): add space
1247
1248 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1249
1250         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
1251         distribution.
1252
1253 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1254
1255         * lily/paper-outputter.cc (Paper_outputter): close port when
1256         finishing score.
1257
1258 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1259
1260         * scm/sodipodi.scm: Fixes.
1261
1262 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
1263
1264         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
1265
1266         * buildscripts/make-font-dir.py: Fix. 
1267
1268 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
1269
1270         * lilypond-mode.el: Add support for Info inside Emacs.
1271
1272 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1273
1274         * buildscripts/make-font-dir.py: 
1275         * mf/GNUmakefile: Make sodipodi font map.
1276
1277         * scm/sodipodi.scm: Add more output functions.
1278
1279         * mf/feta-nummer.mf: 
1280         * mf/feta-beugel.mf: Add font_coding_scheme.
1281
1282         * lily/paper-outputter.cc (output_header): Fix creator string.
1283
1284 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
1285
1286         * lilypond-mode.el (LilyPond-autocompletion): invoked with
1287         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
1288
1289         * lilypond.words: add two (Everybody can add/remove words now!).
1290
1291         * debian/rules:
1292         * make/lilypond.suse.spec.in:
1293         * make/lilypond.mandrake.spec.in:
1294         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
1295
1296         * Documentation/user/refman.itely: Mention autocompletion.
1297
1298 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1299
1300         * scripts/ly2dvi.py: Add paper sizes.
1301
1302         * lily/timing-engraver.cc: 
1303         * lily/time-signature.cc: 
1304         * lily/span-bar.cc: 
1305         * lily/grob-scheme.cc: Code formatting fixes.
1306
1307         * scm/sodipodi.scm: 
1308         * scm/sketch.scm:
1309         * buildscripts/mf-to-table.py: 
1310         * buildscripts/make-font-dir.py: Font testing.
1311
1312 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
1313
1314         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
1315         inserts try-completion and shows all-completions.
1316
1317         * lilypond.words: '\' -> '\\'
1318
1319         * lilypond-mode.el: load libraries in the end, lilypond.words defines
1320         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
1321         
1322         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
1323         and LilyPond-reserved-words.
1324         
1325 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
1326
1327         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
1328         from load-path.
1329         
1330         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
1331         the mini-buffer with Control-Shift-c.
1332         
1333 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1334
1335         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
1336         duration. This fixes \tempo taking time.
1337
1338 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1339
1340         * lily/volta-engraver.cc (process_acknowledged_grobs): 
1341         Allow for text markup in repeatCommands. 
1342
1343 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
1344
1345         * lilypond-mode.el (LilyPond-insert-string): new function, use it
1346         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
1347         Get rid of skeleton.el-dependency.
1348
1349         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
1350
1351 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1352
1353         * lily/beam-engraver.cc (stop_translation_timestep): reset
1354         now_stop_ev_
1355
1356         * lily/scm-option.cc: add parse-protect to ly:set-option
1357
1358         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
1359
1360 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1361
1362         * lily/include/ligature-bracket.hh: removed
1363         * lily/ligature-bracket.cc: removed
1364
1365         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
1366         .tex
1367
1368         * lily/beam.cc (set_beaming): don't change beam count on rests.
1369         (brew_molecule): always set flag-width > 0.
1370
1371 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
1372
1373         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
1374         chars, remove instructions; instead, refer to lilypond-init.el and
1375         Documentation/topdocs/INSTALL.texi.
1376
1377         * lilypond.words: add identifiers and reserved words.
1378
1379         * Documentation/topdocs/INSTALL.texi: separate sections for installing
1380         files and adding a load-path.
1381
1382         * lilypond-init.el: Instructions, extracted from 
1383         Documentation/topdocs/INSTALL.texi. 
1384         
1385 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1386
1387         * VERSION: 1.7.8 released 
1388
1389         * lily/grob.cc (warning): better robustness fix.
1390
1391 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
1392
1393         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
1394
1395         * lily/cluster-engraver.cc: stick better to variable naming
1396         conventions
1397
1398         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
1399         until stop_translation_timestep()
1400
1401         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
1402         min/max coordinates to backend, but no musical info such as
1403         pitches
1404
1405         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
1406
1407         * lily/grob.cc: robustness fix: warning(): do not crash if
1408         cause is not set
1409
1410         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
1411         the much more elaborated tuplet brackets than the very naive and
1412         simple ligature bracket grob
1413
1414 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1415
1416         * Documentation/user/refman.itely (Analysis brackets): add
1417         horizontal bracket doco.
1418
1419         * ly/property-init.ly (setMmRestFermata): added.
1420
1421         * Documentation/user/refman.itely (Multi measure rests): fermatas
1422         on mm rests.
1423
1424         * input/regression/apply-context.ly (texidoc): new file
1425
1426         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
1427         code to be executed during interpretation. Possible applications:
1428         smart octavation, more advanced bar checks. 
1429
1430         * lily/apply-context-iterator.cc: new file.
1431
1432 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1433
1434         * input/test/new-markup.ly: new file.
1435
1436         * lily/text-item.cc (text_to_molecule): new function
1437
1438         * scm/new-markup.scm (lambda): new file
1439
1440         * lily/function-documentation.cc (ly_add_function_documentation):
1441         add proc property as well
1442
1443 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1444
1445         * Documentation/user/music-glossary.tely (Top): add custos.
1446
1447 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
1448
1449         * Documentation/topdocs/INSTALL.texi: advise how to include source
1450         path to Emacs load-path and improve language.
1451
1452 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1453
1454         * GNUmakefile.in: config.h message fix.
1455
1456         * autogen.sh:
1457         * aclocal.m4: Regenerate.
1458
1459         * configure.in: 
1460         * config.make.in: 
1461         * stepmake/config.make.in: 
1462         * stepmake/configure.in: 
1463         * stepmake/autogen.sh: 
1464         * stepmake/aclocal.m4: Update for autoconf 2.56.
1465
1466 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
1467
1468         * Documentation/topdocs/INSTALL.texi: instructions for an user how
1469         to install Emacs-mode. Instructions how to use vim-mode.
1470
1471 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1472
1473         * scm/music-types.scm (music-descriptions): no length for tempo event.
1474
1475         * input/*.ly: add \version everywhere.
1476         
1477         * input/*.ly: update syntax to 1.7 + new-chords.
1478
1479         * VERSION: 1.7.7 released.
1480         
1481         * Documentation/user/*.tely: new chord syntax.
1482
1483         * input/regression/[bc]*.ly (texidoc): syntax updates.
1484         
1485 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
1486
1487         * lilypond.words: add vocabulary to be used in auto-completion
1488
1489         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
1490
1491         * lilypond.vim: allow note name at EOF
1492
1493 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1494
1495         * buildscripts/new-chords.py (edit): -e option: inline editing.
1496
1497         * input/regression/a*.ly (texidoc): syntax updates.
1498
1499         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
1500         music): elucidations. 
1501
1502 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
1503
1504         * lily/include/lily-proto.hh, ly/engraver-init.ly,
1505         ly/spanners-init.ly, scm/grob-description.scm,
1506         scm/grob-property-description.scm, scm/music-types.scm,
1507         lily/cluster-engraver.cc, lily/cluster.cc,
1508         lily/include/cluster.hh, input/test/cluster.ly: cluster
1509         implementation
1510
1511         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
1512         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
1513         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
1514
1515         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
1516
1517         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
1518
1519         * scm/grob-description.scm: bugfix: by default, use default note
1520         head style when engraving ligatures
1521
1522         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
1523
1524         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
1525         events
1526
1527         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
1528
1529         * input/test/ancient-font.ly: bugfix: style -> flag-style
1530
1531         * lily/ligature-engraver.cc: indentation fix
1532
1533         * lily/parser.yy: indentation fixes
1534         
1535 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1536
1537         * input/regression/measure-grouping.ly: more elaborate example.
1538
1539         * lily/moment.cc: ly:add-moment, ly:mul-moment,
1540         ly:div-moment. New functions 
1541
1542         * scm/music-functions.scm (set-time-signature): new function,
1543         allow inline time sig settings with measure grouping.
1544
1545         * lily/parser.yy (command_element): move time sig construction
1546         into Scheme.
1547
1548         * lily/side-position-interface.cc (out_of_staff): new function,
1549         like padding, but keep minimum distance from staff. Easier than
1550         linespanners (dynamics, pedals), but roughly the same effect.
1551
1552 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
1553
1554         * emacs-mode.el: Added spanish-note-replacements 
1555         (<carlos.betancourt@chello.be>).
1556
1557         * vimrc: (Un)commenting with <(S-)F12>, tidy.
1558
1559 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
1560
1561         * lilypond.vim: Do not fontify cises, desis, etc.
1562
1563         * vimrc: view dvi with <S-F6>
1564
1565 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1566
1567         * lily/lookup.cc (triangle): new function.
1568
1569         * input/regression/measure-grouping.ly (texidoc): new file: show
1570         triangles and brackets for beat groups of 3 and 2.
1571
1572         * lily/include/measure-grouping-spanner.hh (class
1573         Measure_grouping): new file.
1574
1575         * lily/measure-grouping-spanner.cc (brew_molecule): new file
1576
1577         * lily/measure-grouping-engraver.cc (class
1578         Measure_grouping_engraver): new file.
1579
1580 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1581
1582         * Merge from stable:
1583
1584             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
1585         
1586         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
1587         stylesheet.
1588
1589         * ly/paper19.ly: Include paper19-init.ly.
1590
1591         * ly/paper19-init.ly: New file.
1592
1593         * Documentation/user/tutorial.itely (First steps): Fix first
1594         example for font test.
1595
1596         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
1597
1598         * ChangeLog: Add 1.7.6 release marker (see below).
1599
1600         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
1601         Add .py files.
1602
1603 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1604
1605         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
1606
1607         * input/tutorial/*.ly: update to new syntax.
1608
1609         * lily/parser.yy (Composite_music): new transpose syntax,
1610         \transpose FROM TO MUSIC. 
1611
1612 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1613
1614         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
1615         latex progress/error output to stderr (by default this goes to
1616         stdout).  Show lilypond progress, even when not verbose.
1617
1618         * python/lilylib.py (system): New optional parameter to control
1619         showing of progress.
1620
1621         * scm/backend-documentation-lib.scm (check-dangling-properties):
1622         Fix error message.
1623
1624         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
1625         axis, extent.
1626
1627         * scm/grob-property-description.scm (magnify): Remove.
1628         (extent, axis): Add.
1629
1630 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1631
1632         * VERSION: Release 1.7.6.
1633
1634         * scripts/convert-ly.py: more uniformization substitutions.
1635
1636         * buildscripts/new-chords.py (sub_chords): new file.
1637
1638 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1639
1640         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
1641         lilypond.map.  Include sauter fonts too.  Cleanups.
1642
1643 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1644
1645         * Documentation/user/tutorial.itely (First steps): change to new
1646         chord/tie/slur/beam notation.
1647
1648         * lily/parser.yy (event_that_take_dir): allow postfix notation for
1649         ties.
1650
1651         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
1652         engraver. Process ties in postfix notation, i.e. c8-~ c
1653
1654         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
1655
1656         * input/regression/beam-postfix-notation.ly (texidoc): new file.
1657
1658         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
1659
1660         * lily/beam-engraver.cc (try_music): accept new-beam-events
1661
1662         * input/regression/chord-scripts.ly (texidoc): new file
1663
1664         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
1665         script-events.
1666
1667         * scm/script.scm (default-script-alist): cleanup.
1668
1669         * lily/script-engraver.cc (make_script_from_event): cleanup.
1670
1671         * lily/lyric-combine-music-iterator.cc
1672         (Lyric_combine_music_iterator): remove superfluous events.
1673         (melisma_busy): new function. Fix broken melismas.
1674
1675 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
1676
1677         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
1678         Remove nonvalid settings. Use descriptive key names.
1679         Use <Return> to indicate the pressing of that key.
1680
1681 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1682
1683         * scripts/lilypond-book.py (option_definitions): Typo.
1684
1685         * scripts/ly2dvi.py: Updates.
1686
1687         * python/lilylib.py (setup_environment, print_environment)
1688         (get_bbox, make_preview): Merge and remove from ly2dvi and
1689         lilypond-book.
1690
1691         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
1692
1693         * .cvsignore: Remove some cruft.
1694
1695         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
1696         path.
1697
1698         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
1699         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
1700         throughout.
1701
1702         * python/lilylib.py (quiet_system): Junk
1703         (system): Display error log upon failure.
1704         (read_pipe): New function.  Cleanups and fixes.
1705
1706         * python/*.py: Rename from *.py.in.
1707         
1708         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
1709
1710         * GNUmakefile.in (SUBDIRS): Move python before scripts.
1711
1712 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1713
1714         * python/GNUmakefile: Bugfix: handle modules.
1715
1716         * stepmake/stepmake/python-module-targets.make (default): Add
1717         compiled modules. 
1718
1719         * stepmake/stepmake/python-module-rules.make: Add rule for byte
1720         compiling modules.
1721
1722         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
1723         Bugfix.  (OUT_PYC_MODULES): Add.
1724
1725 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
1726
1727         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
1728         Use default paths. Refresh description.
1729
1730 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1731
1732         * VERSION: 1.7.5 released
1733
1734         * input/regression/finger-chords.ly (texidoc): new file.
1735
1736         * lily/script-engraver.cc (process_music): remove scriptHorizontal
1737         support
1738
1739         * lily/fingering-engraver.cc (process_music): remove kludgy
1740         scriptHorizontal stuff.
1741
1742         * lily/script.cc: remove staff-support property.
1743
1744         * lily/new-fingering-engraver.cc (add_fingering): new
1745         file. Fingering engraver for new style chords.
1746
1747 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1748
1749         * lily/parser.yy (bare_number): allow 4 \cm (without
1750         decimal dot). (should backport to 1.6?)
1751
1752         * ly/declarations-init.ly: use Scheme for dimension defs.
1753
1754         * lily/parser.yy (TODO): remove hard coded dimensions, add
1755         REAL NUMBER_IDENTIFIER production.
1756
1757         * lily/rest-collision.cc (force_shift_callback): rewrite using
1758         -done property.
1759
1760         * scm/grob-property-description.scm (rest-collision-done): add
1761         property.
1762         
1763         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
1764
1765 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1766
1767         * input/regression/multi-measure-rest-center.ly: new file.
1768
1769         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
1770         off horizontally by 0.05 ss. Fixed.
1771
1772 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1773
1774         * scm/pdftex.scm: Rename ly-number to ly:number->string.
1775
1776         * Documentation/topdocs/index.tely: Remove duplicate from merge.
1777
1778 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1779
1780         * lily/tie.cc (get_control_points): also avoid staff lines on the
1781         just outside the outer staff lines
1782
1783 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1784
1785         * ly/params-init.ly: Just define style-alist, no need to
1786         define-public.
1787
1788         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
1789         (thanks Han-Wen).
1790
1791         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
1792         (FET_FILES): = FONT_FILES.
1793
1794         * Merge from stable:
1795
1796             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
1797
1798 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1799
1800         * VERSION: 1.7.4 released.  
1801         
1802         * scm/generate-documentation.scm (string-append): add macro
1803         definitions.
1804
1805         * lily/text-item.cc (lookup_text): don't use virtual fonts for
1806         normal texts.
1807
1808         * lily/multi-measure-rest-engraver.cc: make separate
1809         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
1810
1811         * lily/multi-measure-rest.cc: remove text handling. Remove
1812         number-threshold.
1813
1814 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1815
1816         * scm/music-types.scm: doc patch by Graham Percival
1817
1818 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1819
1820         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
1821         encoding part.
1822         (Font_info.set_defaults): pixelsize now also defauts to '0'.
1823         (sketch_p): Sketch wants only first four elements of X11 font spec.
1824
1825         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
1826
1827         * mf/feta-autometric.mf: Write foundry and family to log.
1828
1829         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
1830         font translation table.
1831
1832         * buildscripts/mf-to-table.py: Better font info into afm.
1833
1834         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
1835         1.0.9 required.
1836
1837         * configure.in: Whine for mftrace 1.0.9.
1838
1839 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1840
1841         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
1842
1843         * lily/main.cc (main_prog): don't try to load init.EXT when
1844         processing foo.EXT.
1845
1846 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
1847
1848         * scm/tex.scm (zigzig-line): added.
1849
1850         * scm/ps.scm (zigzag-line): added.
1851
1852         * ps/music-drawing-routines.ps (subvec): added.
1853         (draw_zigzag_line): added.
1854         
1855         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
1856         grob properties zigzag-width and zigzag-length.
1857
1858         * input/regression/glissando.ly: Add some zig-zagged glissandi.
1859
1860 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1861
1862         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
1863         svg output, including font.
1864
1865 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1866
1867         * scm/lily.scm: Register sodipodi output module.
1868
1869         * scm/sodipodi.scm: New file.
1870
1871         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
1872
1873         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
1874         comment, after header.
1875         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
1876         FullName.  Fix FontName key.
1877
1878 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
1879
1880         * lily/rest.cc (after_line_breaking): bugfix: dots after half
1881         and breve rests.
1882         
1883         * input/test/blank-notes.ly: bugfix
1884
1885         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
1886         rests. (Kim Shrier)
1887
1888         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
1889         
1890 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1891
1892         * scm/tex.scm: 
1893         * scm/ps.scm: Cleanup and remove obsolete junk.
1894
1895         * Documentation/user/internals.itely:
1896         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
1897
1898         * lily/parser.yy: Identify shift/reduce problems.
1899
1900         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
1901         make-style-sheet.  Too specific for convert-ly?
1902
1903 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1904
1905         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
1906
1907         * input/test/*.ly: various fixes.
1908
1909         * lily/music.cc (name): bugfix
1910
1911         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
1912
1913         * lily/input-file-results.cc (code): set-point-and-click! ->
1914         set-point-and-click
1915         
1916 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1917
1918         * Use uniform ly: prefix for exported scheme primitive functions.
1919
1920         * scm/music-types.scm: junk compat glue
1921
1922         * scripts/convert-ly.py: add rules for stuff below, junk
1923         compatibility glue for spanrequest.
1924
1925         * lily/parser.yy (verbose_event): remove \spanrequest,
1926         \commandspanrequest, \script. 
1927         
1928         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
1929
1930         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
1931         for \penalty, \glissando.
1932
1933         * VERSION: release 1.7.3
1934         
1935 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
1936
1937         * lily/accidental-engraver.cc: Fix
1938         grace-in-the-beginning-of-measure bug caused by the resent
1939         partial-measure fix.
1940
1941         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
1942         overlap looks too crowded)
1943         
1944 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1945
1946         * lily/parser.yy (assignment): allow SCM expression as assignment.
1947
1948         * lily/include/music-output-def.hh (class Music_output_def):
1949         * lily/music-output-def.cc: 
1950         * lily/paper-def.cc: 
1951         * scm/font.scm (markup-to-properties):
1952         * lily/parser.yy (music_output_def_body): 
1953         remove style_sheet_
1954
1955 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1956
1957         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
1958         length.
1959
1960         * input/regression/spacing-to-grace.ly: new file.
1961
1962         * input/regression/spacing-end-of-line.ly: new file.
1963
1964         * lily/note-spacing.cc (get_spacing): take into account breakable
1965         stuff sticking out at the left (time sig change at line break).
1966
1967         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
1968         raggedright code.
1969
1970         * scm/music-functions.scm (make-voice-props-set): add
1971         staff-position for mm rests.
1972  
1973         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
1974         before grace notes a little.
1975
1976         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
1977
1978         * lily/break-align-interface.cc (do_alignment): right-edge spacing
1979         key adds space at the end of line. 
1980
1981 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * scm/sketch.scm: Fix beams.
1984
1985         * buildscripts/mf-to-table.py: Add EncodingScheme.
1986
1987         * scm/sketch.scm: Resurrect.
1988
1989 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1990
1991         * lily/multi-measure-rest.cc: use breve rests for measure lengths
1992         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
1993
1994 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1995
1996         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
1997
1998         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1999
2000 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2001
2002         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
2003         token for origin information.
2004
2005         * lily/parser.yy (My_lily_lexer): do identifier location and
2006         cloning from lexer.
2007
2008         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
2009         logic out of the parser. Add bar checks on both ends.
2010
2011         * Documentation/user/refman.itely (Multi measure rests): add more
2012         notes about mm rests.
2013
2014 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2015
2016         * input/regression/bar-scripts.ly: Re-enable.
2017
2018         * lily/parser.yy:
2019         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
2020         released rsn.  Bison 1.50 has a crucial bug and won't work.
2021
2022         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2023
2024
2025 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2026
2027         * input/regression/bar-scripts.ly: Blunt documentation build fix.
2028
2029 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2030
2031         * Actually merge changes since 1.6.4 besides ChangeLog, and
2032         resolve conflicts.  Lots of updates, hope all is well.
2033         
2034         * cygwin/lilypond.hint (requires): Add ghostscript.
2035
2036         * scm: Update some (c).
2037         
2038 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2039
2040         * input/test/{various}.ly: add \header fields and texidoc strings.
2041
2042 2002-10-05  Werner Lemberg  <wl@gnu.org>
2043
2044         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
2045         renamed to `output_latex_quoted'.
2046         Added `output_latex_noquote'.
2047         (schedule_lilypond_block): Implement `noquote' option for LaTeX
2048         mode.
2049
2050 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2051
2052         * ChangeLog: Add 1.6.6 release marker.  See below.
2053
2054         * stepmake/stepmake/po-targets.make: Remove --c++ option.
2055
2056         * scripts/midi2ly.py: Fix global syntax warnings.
2057
2058         * GNUmakefile.in: Generate builddir locale tree too.
2059
2060         * scripts/ly2dvi.py:
2061         * scripts/midi2ly.py: 
2062         * scripts/mup2ly.py: 
2063         * scripts/update-lily.py:
2064         * lily/main.cc (setup_paths): Fix for locales setup.
2065
2066 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2067
2068         * Documentation/windows/installing.texi: Soften wording about
2069         necessity of becoming Administrator.  tommie@iae.nl reports this
2070         does not seem to be necessary for his flavour of Windows 2000.
2071         Explicitely discourage text mode mounts.
2072
2073 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2074
2075         * lily/rest.cc (after_line_breaking): backport dot position fix.
2076
2077         * lily/rest-collision.cc (do_shift): also remove dots for suicided
2078         rests. Thanks to Klaus Zimmermann for finding this bug.
2079
2080 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2081
2082         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
2083
2084 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2085
2086         * Documentation/user/music-glossary.tely: fix links.
2087
2088 2002-10-21  Werner Lemberg  <wl@gnu.org>
2089
2090         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
2091         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
2092         scaling factor) only once and use them in the definition of
2093         \embeddedps.
2094         * ps/music-drawing-routines.ps (skeel): Removed.
2095
2096 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2097
2098         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
2099         Solaris7, as we don't use nested $( ) constructs.
2100
2101 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2102
2103         * VERSION: Release 1.6.6.
2104         
2105 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2106
2107         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
2108         as workaround for /bin/sh problems on Solaris7.
2109
2110 2002-10-19  Werner Lemberg  <wl@gnu.org>
2111
2112         * GNUmakefile.in (web-doc): Fix typos.
2113         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
2114         `music-drawing-routines.ps' but emit \special{header=...} once.
2115         * scm/tex.scm (header-end): Updated.
2116
2117 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2118
2119         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
2120         undefined tremolo. 
2121
2122 2002-10-15  Werner Lemberg  <wl@gnu.org>
2123
2124         * scripts/lilypond-book.py (g_make_html): New global variable.
2125         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
2126         if `g_make_html' isn't set.
2127         [main]: Add format `texi-html'.
2128         (option_definitions): Updated.
2129         * Documentation/user/lilypond-book.itely: Updated.
2130
2131         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
2132         * make/ly-rules.make (%.texi, %.nexi): Use it.
2133         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
2134         format to lilypond-book.
2135         * GNUmakefile.in (web-doc): Ditto.
2136
2137 2002-10-14  Werner Lemberg  <wl@gnu.org>
2138
2139         Further improve TeX output.  The produced files are about 40%
2140         smaller.  `lilyponddefs.tex' is now read only once.
2141
2142         * tex/lilyponddefs.tex: Remove footer stuff.
2143         (\ifundefined): Renamed to...
2144         (\lilypondundefined): This.  Use LaTeX's definition to
2145         make it nestable and make it global.
2146         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
2147         output.
2148         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
2149         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
2150         them global.
2151         (\placebox): Renamed to...
2152         (\lyitem): This.
2153         Make it global and call \outputscale by itself.
2154         (\lybox, \lyvrule): New macros to reduce input data.
2155         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
2156         New auxiliary macros.
2157         (\SkipLilydefs, \EndLilyPondOutput): Removed.
2158         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
2159         to...
2160         (\lilypondspace): This and made it global.
2161         (\turnOnPostScript): Renamed to...
2162         (\lilypondpostscript): This and made it global.
2163         (\turnOnExperimentalFeatures): Renamed to...
2164         (\lilypondexperimentalfeatures): This and made it global.
2165         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
2166         (\lilypondsetdimen): This and made it global.
2167         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
2168         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
2169         (all, $(outdir)/music-drawing-routines.ps): New rules.
2170         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
2171         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
2172         start-system, stop-system, stop-last-system, filledbox): Updated to
2173         use the changed macros from lilyponddefs.tex.
2174         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
2175
2176 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2177
2178         * Documentation/windows/installing.texi: Update.
2179
2180 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2181
2182         * VERSION: 1.6.5 released
2183
2184         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2185
2186 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2187
2188         * scm/translator-property-description.scm (voltaOnThisStaff): add
2189         property.
2190
2191 2002-09-28  Werner Lemberg  <wl@gnu.org>
2192
2193         * scm/tex.scm (header-end): Suppress page numbering.
2194
2195         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2196         Fix quotation for HTML output.
2197
2198 2002-09-28   Graham Percival   <gperciva@sfu.ca>
2199         
2200         * Documentation/user/refman.itely: grammar and phrasing
2201           fixes to "Note Entry" section.  Also adds a few new examples.
2202
2203 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2204
2205         * flower/include/string-data.icc: include string.h
2206
2207 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2208
2209         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2210
2211 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2212
2213         * Documentation/user/GNUmakefile (extra-local-help): Add.
2214
2215         * stepmake/stepmake/www-targets.make (local-help): Add.
2216
2217 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2218
2219         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2220         packages.
2221
2222         * Documentation/topdocs/README.texi (Top): building documentation
2223         (not website.)
2224
2225 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2226
2227         * Documentation/user/refman.itely: 
2228         * Documentation/user/tutorial.itely: 
2229         * Documentation/user/music-glossary.tely: Merge changes.
2230
2231         * Documentation/user/glossary.html.in: 
2232         * Documentation/index.texi: 
2233         * Documentation/header.html.in: Accomodate renaming of glossary.
2234         
2235         * Documentation/user/tutorial.itely: Add some glossary references.
2236         
2237         * Documentation/user/refman.itely: Minor fixes.
2238         
2239         * Documentation/user/lilypond.tely: Add glossary do direntry.
2240
2241         * Documentation/user/music-glossary.tely: Rename (previously:
2242         glossary.tely).  Fix anchor placement.
2243
2244         * Documentation/user/GNUmakefile: Make music-glossary.info too.
2245
2246 2002-09-23  Werner Lemberg  <wl@gnu.org>
2247
2248         * scripts/lilypond-book.py (output_dict): Fix handling of
2249         various environments by avoid extraneous newlines.
2250         Rename `output-all' regexp for html to `output-html'.
2251         Replace `output-all' regexp for texi with `output-texi-quote'
2252         and `output-texi-noquote'.
2253         (compose_full_body): Don't override `linewidth' user option
2254         for `singleline'.
2255         (schedule_lilypond_block): Don't indent text specified with
2256         `intertext' option.
2257         Add new option `noquote'.
2258         (compile_all_files): Use latex instead of tex to compile ly
2259         files directly.
2260
2261         * Documentation/user/lilypond-book.itely: Updated and revised.
2262         Improve layout.
2263
2264         * Documentation/user/glossary.tely,
2265         Documentation/user/introduction.itely,
2266         Documentation/user/tutorial.itely,
2267         Documentation/user/refman.itely,
2268         Documentation/user/appendices.itely: Fix overfull LilyPond
2269         boxes caused by the new lilypond-book code.  Other minor
2270         fixes.
2271
2272         * Documentation/user/macros.itexi (@texiflat): Don't emit
2273         trailing space.
2274
2275         * scm/tex.scm (end-output, header-end): Add preamble and
2276         postamble to make lilypond output directly compilable with
2277         latex.
2278
2279         
2280 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2281
2282         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2283         instructions.
2284
2285 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2286
2287         * Documentation/user/glossary.tely: Add titling and hyperlinks.
2288
2289 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2290
2291         * lily/beam.cc (connect_beams): don't crash if there are quarter
2292         notes in beams.
2293
2294 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2295
2296         * Documentation/user/refman.itely: corrected ancient clef
2297         docu; added docu on ligatures
2298
2299 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2300
2301         * Documentation/user/glossary.tely,
2302         Documentation/user/refman.itely, input/les-nereides.ly,
2303         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2304         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2305         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2306         Stem properties: flag-style -> stroke-style, style -> flag-style.
2307
2308
2309 2002-09-22  Werner Lemberg  <wl@gnu.org>
2310
2311         * scripts/lilypond-book.py: Add option `notime' to suppress
2312         printing of a time signature.  Specify default indentation of 0pt
2313         if single line fragment.  Don't emit redundant `\paper{ }'.
2314
2315         * Documentation/user/lilypond-book.itely: Updated.
2316
2317         * Documentation/user/glossary.tely: Completely reformatting.
2318
2319 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2320
2321         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2322
2323 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2324
2325         * Documentation/user/tutorial.itely: Fix links.
2326         
2327         * Documentation/topdocs/index.tely:
2328         * Documentation/index.texi:
2329         * Documentation/header.html.in: Small website fixes and updates.
2330
2331         * debian/: Debian patch by Anthony Fok.
2332
2333 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2334
2335         * Documentation/footer.html.in: How time flies: It's already 2002!
2336
2337         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2338         more descriptive link names than 'here'.
2339
2340 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2341
2342         * VERSION: 1.7.2 released
2343         * VERSION: 1.6.4 released
2344         
2345         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2346
2347         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
2348         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
2349
2350         * mf/feta-din.mf (test): add x-height and space.
2351
2352         * lily/dynamic-engraver.cc (process_music): take dynamic direction
2353         from ^_ for crescendi. Idem for slurs and phrasing slurs.
2354
2355         * ly/grace-init.ly: add-to-grace-init: function to portably add
2356         settings to \grace. 
2357
2358         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
2359         if we get an absolute dynamic event.
2360  
2361         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
2362
2363         * lily/source-file.cc (get_line): oops. All line numbers were off
2364         by 2. Fix that. 
2365
2366         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
2367         be after the note, combined with -_^, i.e. c4-(-\)-\>  
2368
2369         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
2370
2371         * lily/parser.yy (number_factor): remove (number) as number
2372         expression. ("Let them eat Lisp").
2373
2374 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2375
2376         * lily/horizontal-bracket.cc: new file.
2377
2378         * lily/horizontal-bracket-engraver.cc: new file.
2379
2380         * input/regression/note-group-bracket.ly: new file. Support
2381         horizontal note brackets for music analysis.
2382
2383         * lily/stem.cc (flag): new flag-style: no-flag.
2384
2385         * input/test/stem-cross-staff.ly: new file
2386         
2387         * Documentation/user/internals.itely: Improved formatting, fixing
2388         typos.  Added a section `Output details' to describe how the TeX
2389         code looks like.
2390
2391         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
2392
2393         * lily/parser.yy: remove \dynamicscript.
2394
2395         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
2396         definitions. 
2397
2398         * python/midi.c (midi_error): take two arguments.
2399
2400         * Merge 1.6.5 changes:
2401         
2402 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2403
2404         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
2405         staff-space.  Previous 1.5 was probably meant as half-spaces.
2406         (cautionary-style): parentheses (was: smaller).  This is what doco
2407         says, and it seems more logical.
2408
2409         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
2410         for 2nd sentence.
2411
2412 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2413
2414         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
2415
2416 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2417
2418         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2419
2420 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2421
2422         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2423
2424 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2425
2426         * scm/translator-property-description.scm (voltaOnThisStaff): add
2427         property.
2428
2429 2002-09-28  Werner Lemberg  <wl@gnu.org>
2430
2431         * scm/tex.scm (header-end): Suppress page numbering.
2432
2433         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2434         Fix quotation for HTML output.
2435
2436 2002-09-28   Graham Percival   <gperciva@sfu.ca>
2437         
2438         * Documentation/user/refman.itely: grammar and phrasing
2439           fixes to "Note Entry" section.  Also adds a few new examples.
2440
2441 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2442
2443         * flower/include/string-data.icc: include string.h
2444
2445 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2446
2447         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2448
2449 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2450
2451         * Documentation/user/GNUmakefile (extra-local-help): Add.
2452
2453         * stepmake/stepmake/www-targets.make (local-help): Add.
2454
2455 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2456
2457         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2458         packages.
2459
2460         * Documentation/topdocs/README.texi (Top): building documentation
2461         (not website.)
2462
2463 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2464
2465         * Documentation/user/refman.itely: 
2466         * Documentation/user/tutorial.itely: 
2467         * Documentation/user/music-glossary.tely: Merge changes.
2468
2469         * Documentation/user/glossary.html.in: 
2470         * Documentation/index.texi: 
2471         * Documentation/header.html.in: Accomodate renaming of glossary.
2472         
2473         * Documentation/user/tutorial.itely: Add some glossary references.
2474         
2475         * Documentation/user/refman.itely: Minor fixes.
2476         
2477         * Documentation/user/lilypond.tely: Add glossary do direntry.
2478
2479         * Documentation/user/music-glossary.tely: Rename (previously:
2480         glossary.tely).  Fix anchor placement.
2481
2482         * Documentation/user/GNUmakefile: Make music-glossary.info too.
2483
2484 2002-09-23  Werner Lemberg  <wl@gnu.org>
2485
2486         * scripts/lilypond-book.py (output_dict): Fix handling of
2487         various environments by avoid extraneous newlines.
2488         Rename `output-all' regexp for html to `output-html'.
2489         Replace `output-all' regexp for texi with `output-texi-quote'
2490         and `output-texi-noquote'.
2491         (compose_full_body): Don't override `linewidth' user option
2492         for `singleline'.
2493         (schedule_lilypond_block): Don't indent text specified with
2494         `intertext' option.
2495         Add new option `noquote'.
2496         (compile_all_files): Use latex instead of tex to compile ly
2497         files directly.
2498
2499         * Documentation/user/lilypond-book.itely: Updated and revised.
2500         Improve layout.
2501
2502         * Documentation/user/glossary.tely,
2503         Documentation/user/introduction.itely,
2504         Documentation/user/tutorial.itely,
2505         Documentation/user/refman.itely,
2506         Documentation/user/appendices.itely: Fix overfull LilyPond
2507         boxes caused by the new lilypond-book code.  Other minor
2508         fixes.
2509
2510         * Documentation/user/macros.itexi (@texiflat): Don't emit
2511         trailing space.
2512
2513         * scm/tex.scm (end-output, header-end): Add preamble and
2514         postamble to make lilypond output directly compilable with
2515         latex.
2516
2517         
2518 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2519
2520         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2521         instructions.
2522
2523 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2524
2525         * Documentation/user/glossary.tely: Add titling and hyperlinks.
2526
2527 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2528
2529         * lily/beam.cc (connect_beams): don't crash if there are quarter
2530         notes in beams.
2531
2532 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2533
2534         * Documentation/user/refman.itely: corrected ancient clef
2535         docu; added docu on ligatures
2536
2537 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2538
2539         * Documentation/user/glossary.tely,
2540         Documentation/user/refman.itely, input/les-nereides.ly,
2541         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2542         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2543         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2544         Stem properties: flag-style -> stroke-style, style -> flag-style.
2545
2546 2002-09-22  Werner Lemberg  <wl@gnu.org>
2547
2548         * scripts/lilypond-book.py: Add option `notime' to suppress
2549         printing of a time signature.  Specify default indentation of 0pt
2550         if single line fragment.  Don't emit redundant `\paper{ }'.
2551
2552         * Documentation/user/lilypond-book.itely: Updated.
2553
2554         * Documentation/user/glossary.tely: Completely reformatting.
2555
2556 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2557
2558         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2559
2560 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2561
2562         * Documentation/user/tutorial.itely: Fix links.
2563         
2564         * Documentation/topdocs/index.tely:
2565         * Documentation/index.texi:
2566         * Documentation/header.html.in: Small website fixes and updates.
2567
2568         * debian/: Debian patch by Anthony Fok.
2569
2570 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2571
2572         * Documentation/footer.html.in: How time flies: It's already 2002!
2573
2574         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2575         more descriptive link names than 'here'.
2576
2577 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2578
2579         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2580
2581 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2582
2583         * lily/part-combine-music-iterator.cc (get_state): cleanup
2584         (get_music_info): cleanup.
2585
2586 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2587
2588         * scm/backend-documentation-lib.scm (interface-doc-string):
2589         crosslinks between interfaces and grobs. Headings for interfaces
2590         in grob explanation.
2591
2592 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2593
2594         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
2595         dtd).  Add preliminary dtd.
2596         (re-sub-alist): Robustify.
2597
2598 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2599
2600         * lily/include/event-chord-iterator.hh,
2601         lily/context-specced-music-iterator.cc,
2602         lily/event.cc, lily/event-chord-iterator.cc: add
2603
2604 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2605
2606         * lily/: some (c) header fixes.
2607         
2608         * lily/request-chord.cc: Remove.
2609         
2610         * lily/include/event-chord-iterator.hh:
2611         * lily/include/event.hh:
2612         * lily/event-chord.cc: New file.
2613         
2614         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
2615         requested.
2616
2617 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2618
2619         * lily/ : rename Request to Event
2620
2621         * lily/parser.yy (command_element): move clef stuff into Scheme.
2622
2623         * lily/:  rename length_mom () to get_length()
2624
2625         * lily/part-combine-music.cc: removed file and class.
2626
2627         * lily/context-specced-music-iterator.cc (class
2628         Context_specced_music_iterator): new file. Obsoletes the
2629         Context_specced_music type.
2630
2631         * scm/music-types.scm (make-repeated-music): put different kinds
2632         of repeated music into music-type table.
2633
2634         * VERSION: 1.7.1 released.
2635
2636         * scm/to-xml.scm: new file.
2637
2638         * input/test/to-xml.ly (fooBar): demo of what is possible with the
2639         new Input representation: dump music as XML.
2640
2641         * scm/engraver-documentation-lib.scm
2642         (engraver-accepts-music-types?): add links from music to engraver,
2643         from music-type to engraver.
2644
2645         * lily/include/command-request.hh: removed
2646         lily/include/musical-request.hh: removed. Removed all _req classes
2647         except Key_change_req. Changes throughout.
2648
2649 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2650
2651         * lily/tuplet-engraver.cc (try_music): Compile kludge.
2652
2653 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2654
2655         * lily/*.cc: specify accepts for many engravers.
2656
2657         * scm/music-documentation-lib.scm: dump music expressions and
2658         music subtypes.
2659
2660         * scm/documentation-lib.scm: complete revision.
2661         Use GOOPS objects to store document tree explicitly. Cleaned up and
2662         sped up doco generation a lot.
2663
2664 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2665
2666         * input/trip.ly (fugaIILeft): add arpeggio
2667
2668         * lily/translator-group.cc (try_music_on_nongroup_children):
2669         oops. The name symbol is in the cdr of the assoc handle.
2670
2671         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
2672         Hyphen_req, Glissando_req, Break_req, Mark_req 
2673
2674 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2675
2676         * lily/musical-request.cc (music-duration-length,
2677         music-duration-compress): new functions.
2678
2679         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
2680         throughout. Warning doesn't work yet.
2681
2682         * lily/translator-group.cc (try_music_on_nongroup_children):
2683         new implementation: store candidate acceptors in a hashTable.
2684
2685 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2686
2687         * scm/music-types.scm (music-descriptions): change name to
2688         internal-class-name
2689
2690         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2691
2692 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2693
2694         * lily/beam.cc (connect_beams): don't crash if there are quarter
2695         notes in beams.
2696
2697 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2698
2699         * Documentation/user/refman.itely: corrected ancient clef
2700         docu; added docu on ligatures
2701
2702 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2703
2704         * Documentation/user/glossary.tely,
2705         Documentation/user/refman.itely, input/les-nereides.ly,
2706         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2707         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2708         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2709         Stem properties: flag-style -> stroke-style, style -> flag-style.
2710
2711 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2712
2713         * scm/music-functions.scm (music-separator?): don't use name music
2714         property.
2715
2716 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2717
2718         * stepmake/stepmake/generic-targets.make (help): Document check
2719         target.
2720
2721         * lily/new-accidental-engraver.cc: Compile fix.
2722
2723 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2724
2725         * scripts/convert-ly.py: Add rule.
2726
2727         * input/test/music-creation.ly:
2728         * input/test/add-staccato.ly:
2729         * input/test/add-text-script.ly: ly-make-music.
2730
2731         * scm/drums.scm (make-head-type-elem, make-articulation-script):
2732         More ly-make-music renamings.
2733
2734         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
2735
2736         * lily/music-constructor.cc (make_music): Add debugging info.
2737
2738         * scm/music-functions.scm (make-simultaneous-music,
2739         (make-sequential-music, context-spec-music):
2740         * scm/music-types.scm (music-descriptions): Get lily to run.
2741
2742 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2743
2744         * lily/command-request.cc (transpose_key_alist): new function.
2745
2746         * lily/key-performer.cc (create_audio_elements): cleanup. 
2747
2748 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2749
2750         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
2751
2752         * lily/include/translator.hh (ENTER_DESCRIPTION): add
2753         events-accepted field.
2754
2755         * scm/music-types.scm: new file.
2756
2757         * lily/parser.yy: put music type initialization into scheme,
2758         similar to grob initialization.  Changes throughout.
2759
2760 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2761
2762         * Documentation/user/tutorial.itely: Fix links.
2763         
2764         * Documentation/index.texi: 
2765         * Documentation/header.html.in: 
2766         * Documentation/topdocs/index.tely: Small website fixes and updates.
2767
2768         * debian/: Debian patch by Anthony Fok.
2769
2770 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2771
2772         * Documentation/footer.html.in: How time flies: It's already 2002!
2773
2774         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2775         more descriptive link names than 'here'.
2776
2777         * ROADMAP: Remove test stuff.
2778
2779         * scripts/update-lily.py: Allow auto-building of stable and
2780         development versions.  Bugfixes.
2781
2782 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2783
2784         * VERSION: released 1.7.0
2785
2786         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2787
2788         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
2789         positive line widths.
2790
2791 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2792
2793         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
2794         go.  Fix comments.
2795
2796         * cygwin: Cygwin updates.
2797
2798 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2799
2800         * Documentation/windows/installing.texi (Top): version for python,
2801         urls for ghostscript (thanks to John Potelle)
2802         
2803         * lily/simultaneous-music-iterator.cc
2804         (Simultaneous_music_iterator): init children_list_ before
2805         triggering GC.
2806
2807         * lily/*-iterator.cc: be even more careful with smobbed copy
2808         constructors. 
2809
2810         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
2811         LeftEdge item.
2812
2813 2002-09-15  Werner Lemberg  <wl@gnu.org>
2814
2815         Improving LilyPond's output to make them ordinary TeX boxes with
2816         predictable dimensions.  System boxes are now vertically centered on
2817         the baseline; this offset can be further controlled with
2818         \lilypondscoreshift.
2819
2820         * lily/system.cc (System::post_processing): Pass length of current
2821         system to `start-system' (including any horizontal indentation).
2822
2823         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
2824         prettier.
2825         (lily-def): Append `%'.
2826         (start-system): Add parameter `wd'.  Output more TeX code to specify
2827         box dimensions.
2828         (stop-system, stop-last-system): Complement changes in
2829         `start-system'.
2830         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
2831         Updated.
2832
2833         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
2834         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
2835         Write final `\endinput'.
2836
2837         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
2838         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
2839         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
2840         files and macro definitions don't produce spurious spaces and
2841         paragraphs (using \endlinechar).
2842         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
2843
2844         * Documentation/user/internals.itely: Improved formatting, fixing
2845         typos.  Added a section `Output details' to describe how the TeX
2846         code looks like.
2847
2848 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2849
2850         * lily/accidental-engraver.cc: Also work with partial measures.
2851
2852 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2853
2854         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
2855         spanner.
2856
2857 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2858
2859         * lily/identifier-smob.cc (unpack_identifier): new file.
2860
2861         * lily/lexer.ll (identifier_type): new function.  use ly-id to
2862         pass off scheme expressions as music identifiers.
2863
2864         * scm/lily.scm: reorganisation, cleanups.
2865
2866         * lily/main.cc: small cleanups.
2867
2868 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2869
2870         * lily/ly-module.{cc,hh}: new file.
2871
2872 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2873
2874         * lily/accidental-engraver.cc: Also work with partial measures.
2875
2876 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2877
2878         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
2879
2880 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2881
2882         * lily/my-lily-lexer.cc: use SCM module in stead of
2883         Scheme_hash_table. Changes throughout.  
2884
2885 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2886
2887         * VERSION (MY_PATCH_LEVEL): make 1.7.0
2888