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