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