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