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