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