]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scm/output-gnome.scm:
[lilypond.git] / ChangeLog
1 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-gnome.scm: 
4         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
5
6         * debian/: Apply Debian patch (Anthony Fok).
7
8 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
9
10         * Documentation/user/music-glossary.tely: fix titling; @top is already
11         an @unnumbered @chapter.
12  
13 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14
15         * debian/GNUmakefile (EXTRA_DIST_FILES):
16         (CONF_FILES): update file list.
17
18         * lily/stencil.cc (interpret_stencil_expression): bugfix.
19
20 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
21
22         * debian/: Remove cruft (requested Anthony Fok.)
23
24         * buildscripts/guile-gnome.sh: Build without gcc libtool version
25         juggling.
26
27         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
28         Add popup menu with grob properties.
29
30         * lily/grob-scheme.cc (ly:grob-properties):
31         (ly:grob-basic-properties): New function.
32
33         * lily/stencil.cc (interpret_stencil_expression): Comment-out
34         "no-origin" call.  Fixes -fps output.
35
36         * scm/output-ps.scm (no-origin): Add dummy implementation.
37
38         * scm/output-gnome.scm (define-origin): Remove
39         (grob-cause): Add.
40
41         * scm/output-ps.scm (scm):
42         * scm/output-tex.scm (scm): Remove define-origin from exports list.
43         (define-origin): Remove.
44
45         * scm/output-gnome.scm (define-origin): 
46
47         * scm/lily.scm (ly:all-output-backend-commands): Remove
48         define-origin.  Add grob-cause.
49
50 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
51
52         * buildscripts/lilypond-words.py: add ly/portugues.ly.
53
54 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
55  
56         * Documentation/user/GNUmakefile:
57         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
58         --include-css=.../texinfo.css; command includes css into the html.
59
60         * Documentation/texinfo.css: add file.
61         define <hr> as black and thin.            
62  
63 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
64
65         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
66         stencil expression. Junk define-origin.
67
68         * lily/my-lily-parser.cc (parse_string): init parser variable when
69         lexer_ is set, ie. in parse_string and parse_file.
70
71         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
72         ly:score-bookify.
73
74         * scm/lily.scm (collect-scores-for-book): new function.
75
76         * ly/init.ly: print collected scores/musics.
77
78         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
79         scope, not in lily module.
80
81         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
82
83         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
84         encapsulate gtk/pango tests.
85  
86         * po/tr.po: Turkish translation.
87
88 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
89
90         * input/regression/lily-in-scheme.ly: regression test for #{
91         ... #} syntax
92
93         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
94         was causing an error.
95
96         * Documentation/user/programming-interface.itely (Using LilyPond
97         syntax inside Scheme): documentation for #{ ... #} syntax.
98
99 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
100
101         * Documentation/index.html.in: use black thin <hr>.
102
103         * buildscripts/mutopia-index.py: use thin black <hr>.
104
105 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
106
107         * scm/fret-diagrams.scm: Use UNIX style line endings.
108         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
109         typo.  Fixes compile.
110
111         * scm/output-ps.scm (white-dot): Remove second incarnation.
112
113         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
114
115 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
116
117         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
118         single file error.
119
120         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
121
122 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
123
124         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
125         remove size as argument to fret-diagram interface;
126         improved white-circle dots for fret;
127         improved top-fret thick line/
128
129         * scm/output-ps.scm: added white-dot function
130
131         * scm/output-tex.scm: added white-dot function
132
133         * tex/music-drawing-routines.ps: added draw_white_dot function
134
135         * ps/music-drawing-routines.ps: added draw_white_dot function
136
137         * input/test/fret-diagram.ly: examples to show multiple
138         functions and multiple interfaces
139
140 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
141
142         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
143         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
144
145         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
146         conflict.  Have I told you lately how much I love autotools?
147
148 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
149
150         * lily/lily-guile.cc: 
151         * lily/pangofc-afm-decoder.cc:
152         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
153         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
154
155         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
156         developers.
157
158         * lily/paper-outputter.cc (file): New method.
159         (dump_string): Use it.
160
161         * scm/output-gnome.scm: Update with pango CVS info, lilylib
162         musing.
163         
164         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
165         of them has a comma :-).
166
167         * scm/framework-gnome.scm: Add pango decoders.
168
169         * lily/include/pangofc-afm-decoder.hh: 
170         * lily/pangofc-afm-decoder.cc: New file.
171
172         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
173
174         * configure.in: Check for pango.
175
176         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
177         autoconf).
178         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
179
180         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
181
182 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
183
184         * Documentation/user/tutorial.itely (Integrating text and music):
185         fix grammar & punctuation.
186
187 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
188
189         * lily/: Stray janitorial cleanups.
190
191         * scm/lily.scm (ly:all-stencil-expressions):
192         * scm/lily.scm (ly:all-output-backend-commands): New function.
193
194         * scm/safe-lily.scm (safe-objects): Add them.
195
196         * scm/framework-gnome.scm (<gnome-outputter>): New class.
197
198         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
199
200 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
201
202         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
203
204 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
205
206         * scm/page-layout.scm (default-page-make-stencil): add
207         raggedbottom, raggedlastbottom.
208
209         * Documentation/user/changing-defaults.itely (Page layout): add doc.
210
211         * scm/framework-tex.scm (define-fonts): fix export of
212         papersize.
213
214         * lily/paper-book.cc (classic_output): strip suffixes from
215         framework functions.
216
217         * lily/tuplet-bracket.cc (before_line_breaking): do not return
218         SCM_UNDEFINED to Scheme.
219
220 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
221
222         * lily/book.cc: remove Book::to_stencil().
223         (process): whoops. Score::book_rendering returns vector, not list.
224
225         * scripts/convert-ly.py (conv): remove \notes.
226         apply to input examples.
227         
228         * lily/paper-outputter.cc (output_stencil): don't use
229         smobify_self() but self_scm()
230
231         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
232         from smobify_self().
233
234         * lily/paper-book.cc (output): load framework module
235         scm_c_resolve_module().
236
237         * python/lilylib.py (exit): exit with argument i.
238
239 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
240
241         * scm/framework-gnome.scm (output-framework-gnome): Try loading
242         gnome modules from non-toplevel.
243
244         * lily/ly-module.cc (ly:import-module): Export to ly:.
245
246         * lily/paper-score.cc (process): Do not show progress newline.
247
248         * lily/paper-book.cc (output, classic_output): Show progess
249         newline after score.
250
251 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
252
253         * buildscripts/lilypond-words.py: add ly/vlaams.ly
254
255 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
256
257         * lily/score.cc (ly:run-translator): Do not crash on empty music
258         list.
259
260         * lily/book.cc (process): Do not render score when systems is empty.
261
262         * input/simple-song.ly: Down one octave.
263
264         * scm/output-gnome.scm: Remove script again; re-add modules fix
265         (CVS conflict resolve?)
266
267         * lily/stencil.cc (ly:interpret-stencil): Was:
268         interpret_stencil_expression.
269
270 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
271
272         * buildscripts/guile-gnome.sh: New file.
273
274         * scm/output-gnome.scm: White background, better window size, sane
275         canvas size.  Cleanups.
276
277 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
278
279         * VERSION: release 2.3.4
280
281         * Documentation/user/invoking.itexi (Invoking the lilypond
282         binary): document --safe.
283
284         * scm/output-gnome.scm: set PATH in script.
285
286         * scm/page-layout.scm (default-page-make-stencil): don't stretch
287         if there is too few systems on a page.
288
289         * lily/parser.yy (relative_music): start at middle C without pitch
290         argument.
291
292         * Documentation/user/changing-defaults.itely (Page layout): new node.
293         (Paper size): rename node
294         (Page breaking): new node.
295         (Titling): move from invoking.
296         (File structure): new node.
297
298         * lily/parser.yy (score_body): allow \header and music anywhere in
299         \score body.
300
301 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
302
303         * scm/lily.scm (ly:load): Remove page-breaking.scm.
304
305 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
306
307         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
308
309         * lily/include/paper-line.hh: rename to Paper_system.
310
311         * lily/include/paper-book.hh: doc class.
312
313         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
314
315         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
316         (plain-header): add instrument-name.
317         (default-page-make-stencil): bugfixes.
318
319         * lily/parser.yy (book_body): allow \header anywhere in \book{}
320
321         * lily/paper-book.cc: remove copyright & tagline. Remove
322         interactions with Page
323
324         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
325         here, 
326         (default-page-make-stencil): new function
327         (default-page-music-height): new function
328         (page-headfoot): new function
329         (ly:optimal-page-breaks): generate stencils directly from here
330
331         * scm/titling.scm: new file, group titling functions
332
333 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
334
335         * scm/output-gnome.scm: Handle multiple pages.
336
337         * scm/framework-gnome.scm: Do not load output-gnome.
338         (framework-gnome): Invoke output-gnome::header and
339         output-gnome::end-output as faked stencils.  Fixes experimental
340         gnome output.
341
342 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
343
344         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
345         octavation compatibility fixes. Backportme. 
346
347         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
348         pages.
349         (ly:optimal-page-breaks): combine-penalties: no shortcut for
350         negative. Now we handle negative penalties (ie. \pageBreak)
351         correctly.
352
353         * lily/system.cc (get_line): extract page-penalty from the left
354         bound.
355
356         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
357
358 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
359
360         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
361
362 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
363
364         * scm/output-gnome.scm: Update script.  Move development to
365         lilypond_2_3_2 branch for now.
366
367 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
368
369         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
370         negative penalties.
371         cleanups.
372
373         * Documentation/user/changing-defaults.itely (Creating contexts):
374         index entries
375
376         * scm/page-breaking.scm (ly:optimal-page-breaks): new
377         file. Rewrite function. 
378
379         * lily/paper-book.cc (pages): new interface: page-breaking returns
380         list of line-list.
381
382         * lily/page.cc (Page): take lines argument.
383
384         * scm/document-translation.scm (all-engravers-doc): link to user man
385
386         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
387
388         * Documentation/user/notation.itely (Relative octaves): typo.
389
390         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
391
392 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
393
394         * scm/output-gnome.scm: Update build script.
395
396 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
397
398         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
399         gnome backend.
400
401         * scm/framework-gnome.scm: New file.
402
403         * scm/lily.scm: Use it.
404
405         * lily/paper-outputter.cc: Janitorial cleanups.
406         (ly:outputter-dump-string): Remove unreachable statement.
407
408         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
409         (ice-9): Bugfix: Add srfi-1.
410
411         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
412
413 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
414
415         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
416         in do_quit()
417         
418 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
419
420         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
421
422 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
423
424         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
425         override of Beam::position-callbacks. Why would grace beams not be
426         quantized? Fixes: weird-stem-size-grace. 
427
428         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
429         warning only once. Backportme.
430
431         * lily/accidental-engraver.cc (number_accidentals_from_sig):
432         bugfix, 2nd try. Backportme.
433
434         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
435
436 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
437
438         * Documentation/user/notation.itely (Instrument transpositions):
439         Correct the name of the instrumentTransposition property.
440
441 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
442
443         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
444
445 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
446
447         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
448         and postLilyPondExample are called when defined.
449
450 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
451
452         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
453         This fixes setting notenames with `\include "nederlands.ly" '
454
455         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
456         new function.
457
458 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
459
460         * scm/page-layout.scm: don't do piece, it should be in score-title
461         only.
462
463         * lily/lexer.ll: lex \score separately.
464
465         * lily/paper-book.cc: junk stencil2line.
466
467         * lily/paper-line.cc (Paper_line): construct from Stencil
468         directly. No futzing with the dimensions.
469
470         * lily/include/paper-line.hh (class Paper_line): 
471
472         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
473         takes arbitrary number of arguments.
474
475         * input/test/markup-score.ly (tuning): simplify example. 
476
477 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
478
479         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
480
481         * scm/define-markup-commands.scm (score): define score-markup
482
483         * lily/parser.yy (markup): use score-markup.
484
485         * lily/score.cc: add ly:score? 
486
487 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
488
489         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
490         fret-parse-string so it prepares for calls to fret-diagram-verbose
491         Changed display constants to props so they are available for
492         \override.
493         
494 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
495
496         * VERSION: release 2.3.3
497
498         * stepmake/stepmake/generic-vars.make: unset LANG.
499
500         * input/regression/tuplet-nest.ly: bugfix.
501
502         * lily/tie-performer.cc (stop_translation_timestep): reset
503         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
504
505         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
506         clear repeat_ directly after setting stem_tremolo_. Fixes:
507         tremolo-repeat.ly
508
509         * input/regression/span-bar-break.ly: new file.
510
511         * scm/define-grobs.scm (all-grob-descriptions): remove
512         break-visibility from SpanBar. Fixes: piano-repeat.ly
513
514 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
515
516         * python/lilylib.py (make_ps_images): only compute bbox when needed.
517
518         * scripts/lilypond-book.py (process_snippets): use lily -f ps
519         files for generating pngs. (failed experiment)
520
521         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
522         file with PFA fonts included.
523
524         * lily/score.cc (default_rendering): put header in too.
525
526         * lily/paper-line.cc (LY_DEFINE): change function to
527         ly:paper-line-extent
528
529         * scm/page-layout.scm (default-book-title): only add lines for
530         non-nil fields.
531         (default-score-title): idem.
532
533         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
534
535         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
536
537         * lily/include/paper-book.hh (class Paper_book): remove height_
538         member.
539
540         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
541
542         * lily/ly-module.cc (LY_DEFINE): bugfix.
543
544         * lily/paper-book.cc (book_title): separate function for the book
545         title.
546
547         * scm/page-layout.scm (default-book-title): only account for
548         markup fields.
549
550         * scm/framework-ps.scm: new file. Move high level interface from
551         output-ps.scm
552
553         * scm/music-functions.scm (def-grace-function): move macros from
554         ly/music-functions-init.ly
555
556         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
557         framework-tex.scm
558
559         * scm/framework-tex.scm (dump-line): new file. High level
560         interface for output (pages, systems, header). 
561
562         * lily/include/page.hh (class Page): add is_last_ field.
563
564         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
565
566         * lily/paper-book.cc (split_string): new function
567         (output): output multiple formats, i.e. --format=ps,tex
568
569         * scm/output-ps.scm (output-scopes): dump variables directly.
570         (define-fonts): rewrite for new interface
571
572         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
573
574         * lily/paper-outputter.cc (Paper_outputter): take format argument.
575
576         * lily/main.cc (parse_argv): don't set extension for output.
577
578         * lily/clef-engraver.cc (create_clef): remove
579         Staff_symbol_referencer::set_position() call. 
580
581 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
582
583         * ly/music-functions-init.ly (addlyrics): set the 'origin property
584         with the location argument in music function definitions.
585
586 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
587
588         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
589         staffsymbol dependency.
590
591         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
592         cleanups.
593
594         * lily/book.cc (process): return Paper_book
595         (to_stencil): use Book::process().
596
597         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
598         header_ field. Store in $globalheader
599
600         * lily/parser.yy (book_body): book header is initted to
601         $globalheader.
602         
603
604 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
605
606         * input/test/fill-a4.ly: removed.
607
608         * lily/parser.yy (output_def): push scope of parent_ Output_def
609         too.
610
611 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
612
613         * scm/output-gnome.scm: Update info.
614
615 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
616
617         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
618
619         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
620         than 1 module.
621
622         * lily/include/ly-module.hh (ly_use_module): rename is_module to
623         ly_c_module_p.
624
625         * scm/page-layout.scm (default-book-title): move Scheme titling
626         functions to here.
627
628         * lily/parser.yy (book_paper_block): remove scope too.
629
630         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
631
632         * lily/rest.cc: add direction to rest properties.
633
634         * lily/include/output-def.hh: new file, move from
635         music-output-def.hh
636
637 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
638
639         * scm/output-gnome.scm: Describe feta-cork hack.
640
641 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
642
643         * lily/include/book-paper-def.hh: derive from Output_def 
644
645         * lily/include/paper-def.hh: move all functionality out of class.
646         Junk header.
647
648         * lily/include/music-output-def.hh: rename Music_output_def to
649         Output_def.
650
651         * input/wilhelmus.ly: only set space for Paper formatting. 
652
653         * lily/include/midi-def.hh: remove file, remove class.
654         Move functions to Music-output-def.
655
656         * lily/music-output-def.cc (Music_output_def): remove separate
657         translator table. Lookup translators in scope directly. This
658         obviates Context suffix for context identifiers, i.e.
659
660         \context {
661           \Staff
662           .. 
663           }
664
665
666         will work.
667         
668
669         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
670
671         * Documentation/user/changing-defaults.itely (Horizontal spacing):
672         document spacing override hack.
673
674 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
675
676         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
677         installation info.  Support point-and-click.  Add +/- zoom
678         keybindings.
679
680 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
681
682         * VERSION: 2.3.2 released
683         
684         * lily/parser.yy (book_body): set default bookpaper.
685
686         * scm/output-tex.scm (header): kludge: hard code linewidth. 
687
688         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
689
690 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
691
692         * lily/score.cc (default_rendering): scale outputdef before
693         starting.
694
695 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
696
697         * scm/fret-diagrams.scm: Add header.
698
699         * scm/output-gnome.scm: Hello world :-)
700
701 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * scripts/lilypond.py (run_dvips): only add papersize if present.
704
705         * lily/accidental-engraver.cc (update_local_key_signature): new
706         function, fold code from initialize() and process_music().
707         (update_local_key_signature): use deep copy. This fixes one
708         problem from custom-key-signatures.ly.
709         (number_accidentals_from_sig): tighter check for
710         accidental-too-old.
711
712         * ly/engraver-init.ly: remove localKeySignature
713         definition from ChoirStaff, StaffGroup, Score.
714         
715         * lily/percent-repeat-engraver.cc (try_music): add moments for
716         barlines too. Fixes: skipbars-percent-repeat.ly.
717
718 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
719
720         * lily/context-def.cc (filter_performers): don't go to cdrloc if
721         skipping last pair. Fixes: crash-bar-number.
722
723         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
724         D. Sorensen)
725
726         * input/test/fret-diagram.ly: new file.
727
728         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
729         (scale-paper): divide by scale.
730
731 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
732
733         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
734         case.
735
736 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
737
738         * scm/stencil.scm (fontify-text): reinstate function
739
740         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
741
742         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
743
744         * lily/parser.yy (book_paper_head): \bookpaper {} 
745
746         * python/midi.c: remove config.h
747
748 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
749
750         * scm/output-gnome.scm: Update.
751
752 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
753
754         * scm/output-gnome.scm: New file.
755
756         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
757
758 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
759
760         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
761         (find_scaled_font): move from Paper_def
762
763 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
764
765         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
766         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
767
768         * po/fr.po: update po.
769
770         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
771
772         * lily/book-paper-def.cc (print_smob): new file.
773
774 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
775
776         * buildscripts/lilypond-words.py: search words also from
777         music-functions-init.ly.
778
779 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
780
781         * ly/music-functions-init.ly (def-music-function): new helper
782         macro for defining music functions. \addlyrics \appoggiatura
783         \acciaccatura \grace \partcombine \autochange \applycontext
784         \applyoutput and \breathe are now defined here thanks to it.
785
786         * lily/parser.yy: 
787         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
788         \grace \partcombine \autochange \applycontext \applyoutput and
789         \breathe keywords removed from the parser.
790
791         * lily/parser.yy: 
792         * lily/music-function.cc (ly_make_music_function): 
793         * lily/lexer.ll (music_function_type): added a case for 0-arg
794         music functions.
795
796 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
797
798         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
799         refering to a music expression can be used in lily-inside-scheme:
800         #{ $music #}
801
802         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
803         and ly:parser-define, and change ly:parser-parse-string in order
804         to make #{ $music #} work.
805
806         * scm/new-markup.scm (compile-markup-expression): when an argument
807         is a string, use `make-simple-markup'.
808
809 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
810
811         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
812
813 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
814
815         * scripts/convert-ly.py (FatalConversionError.func): handle + in
816         font-size. (backportme)
817
818 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
819
820         * lily/paper-outputter.cc (output_stencil): dump font definitions
821         before each stencil.
822
823         * lily/include/paper-book.hh (struct Score_lines): new
824         struct. Collect info per Paper-score.
825
826         * lily/include/page.hh (class Page): to_stencil() returns Stencil
827         everywhere.
828
829         * lily/stencil.cc (find_expression_fonts): new function
830
831         * lily/paper-outputter.cc (output_stencil): use
832         interpret_stencil_expr
833
834         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
835         (interpret_stencil_expr): new function. Generic stencil
836         interpretation.
837
838         * lily/paper-def.cc (find_scaled_font): divide lookup
839         magnification by outpuscale for non-virtual fontmetrics. This
840         fixes ludicrously long font definitions for text
841         fonts. (backportme)
842
843         * lily/score-engraver.cc: remove
844         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
845
846 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * input/test/markup-score.ly: Remove \notes.
849
850         * lily/parser.yy (book_body): Grok Composite_music and \header.
851         (markup): Push NOTES mode before score_block.
852
853         * VERSION: release 2.3.1
854         
855         * mf/feta-klef.mf: 
856         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
857
858         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
859
860         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
861
862 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
863
864         * scm/output-tex.scm (output-tex-string): tighten safe security.
865
866         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
867
868         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
869         allowed ly functions.
870
871         * lily/ly-module.cc (ly_module_define): only define variable if
872         bound.
873         (ly_make_anonymous_module): take safe option.
874
875 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
876
877         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
878
879 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
880
881         * input/regression/newaddlyrics.ly: Fix.
882
883         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
884         \score \notes.
885
886 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
887
888         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
889
890 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
891
892         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
893
894         * lily/paper-line.cc (Paper_line): don't store list of stencils,
895         but convert to single Stencil immediately.
896
897         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
898
899 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
900
901         * scm/output-sodipodi.scm: Resurrect sodipodi output.
902
903 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
904
905         * elisp/lilypond-mode.el: Changed the way defaults are created for
906         LilyPond-command-master.  LilyPond-mode will now check the
907         timestamps of the files to see which command has to run next.
908
909 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
910
911         * scm/bass-figure.scm (format-bass-figure): don't set
912         number-markup for strings. This fixes string in bass
913         figure. (backportme)
914
915         * lily/parser.yy (bass_number): insert number-markup into figure
916         definition.
917
918         * scm/define-music-properties.scm (all-music-properties): make
919         'figure a markup.
920
921         * scripts/convert-ly.py (conv): \apply -> \applymusic
922
923 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
924
925         * elisp/lilypond-mode.el: changed the order of some commands
926         ("Midi" after "2Midi"), use the user-defined
927         LilyPond-command-default as default instead of "LilyPond"
928
929         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
930         to set the master file for the next command.
931
932         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
933         with font-lock-reference-face.
934
935 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
936
937         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
938
939         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
940
941 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
942
943         * ly/music-functions-init.ly (TODO): new file.
944
945         * lily/parser.yy (Generic_prefix_music_scm): add more
946         music_function symbols.
947         (Prefix_composite_music): change \apply to music-function   
948
949         * lily/include/music-function.hh: rename to music-function
950
951 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
952
953         * lily/music-head.cc (LY_DEFINE): change order of args.
954
955         * input/regression/music-head.ly (texidoc): new file.
956
957         * lily/parser.yy (Generic_prefix_music): allow generic
958         music-transformation functions. 
959
960         * lily/include/music-head.hh (is_music_head): new file.
961
962         * lily/music-head.cc (get_music_head_transform): new file.
963
964 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
965
966         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
967         empty extent. This fixes ottava brackets on rests. (backportme)
968
969         * make/lilypond.redhat.spec.in (Group): ln png files for info.
970
971         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
972
973         * cygwin/lily-wins.py: update for the lily-wins.py script.
974
975 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
976
977         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
978         code. This will obviate typeset_grob () in the future.  The effect
979         of this is that improperly written spanner handling will result in
980         invalid spanner bounds.
981         (announce_grob): add to elems_ from here
982         (typeset_grob): comment out.  
983
984         * lily/include/engraver.hh (make_spanner): new calling interface
985         for make_{item,spanner}. This obviates most calls to
986         announce_grob().
987                 
988         * scm/music-functions.scm (set-accidental-style): use GrandStaff
989         iso. PianoStaff for piano styles.
990
991 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
992
993         * Documentation/user/music-glossary.tely: add segno after d.s.
994
995 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
996
997         * lily/include/audio-column.hh: remove unused variables.
998         (patch by Michael Welsh Duggan)
999
1000         * flower/include/axes.hh (other_axis): inline Axes function
1001         (thanks to David Brandon).
1002
1003 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1004
1005         * cygwin/mknetrel: Install image links (backportme).
1006
1007         * Documentation/user/GNUmakefile (local-install-info): Activate
1008         actual installing of image links (backportme).
1009
1010 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1011
1012         * Documentation/user/notation.itely (Measure repeats): Removed
1013         unnecessary (and confusing) \context Voice{.
1014
1015 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1016
1017         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1018
1019         * lily/page.cc (Page): Do not use ly_scheme_function for
1020         volatile/configurable variables (FIXME: better name).
1021
1022         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1023         get_scmvar).
1024
1025 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1026
1027         * scripts/convert-ly.py (FatalConversionError.subst): use
1028         \transposition.
1029
1030 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1031
1032         * lily/include/page.hh (class Page): Declare left_margin ().
1033
1034         * lily/page.cc: Remove paper var caching.
1035
1036 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1037
1038         * Documentation/user/music-glossary.tely: Add name to @top node.
1039         Remove comment from @table definitions (workaround for makinfo
1040         bug).
1041
1042         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1043         ly:stencil-get-expr).  Update callers.
1044         (ly:stencil-align-to!):  Return stencil too.
1045
1046         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1047         stencil.  Remove looped line-based page output.
1048         (output_line): Use line stencil.  Remove looped stencil-based line
1049         output.
1050
1051         * lily/page.cc (ly:page-paper-lines): New function.
1052
1053         * input/test/markup-score.ly: New file.
1054
1055         * scm/define-markup-commands.scm (stencil): New markup.
1056
1057         * lily/book.cc (to_stencil): New method.
1058
1059         * lily/parser.yy (markup): Use it to grok \score.
1060
1061 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1062
1063         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1064
1065         * lily/paper-book.cc (pages): Change signature.  Update callers.
1066
1067         * lily/include/page.hh:
1068         * lily/page.cc: New file.
1069
1070         * lily/paper-line.cc (to_stencil): New method.
1071         
1072         * lily/paper-outputter.cc (output_stencil): New method.
1073
1074         * lily/paper-outputter.cc (output_line): Use them.
1075
1076         * lily/warn.cc: Remove.
1077
1078         * lily/my-lily-parser.cc (distill_inname): Remove.
1079
1080         * flower/include/file-name.hh: 
1081         * flower/file-name.cc: New file.  Update users.
1082
1083         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1084         (find): New method of same name.
1085
1086         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1087
1088         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1089         constant error message.
1090
1091 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1092
1093         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1094
1095 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1096
1097         * Documentation/user/music-glossary.tely: @table @strong' replaced
1098         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1099         (backportme).
1100
1101 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1102
1103         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1104
1105         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1106         #{ lily music expression #} that returns an equivalent scheme
1107         music expression by parsing the string.
1108
1109 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1110
1111         * lily/my-lily-parser.cc:
1112         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1113         SCM string (foo.ly/toto.scm support).
1114
1115 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1116
1117         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1118
1119 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1120
1121         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1122
1123         * scripts/lilypond-book.py: LY code that includes \header is
1124         not assumed to be a fragment.
1125
1126 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1127
1128         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1129         tremolo beams up.
1130
1131         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1132         (get_default_stem_end_position): No tremolo head juggling if no
1133         heads.  Fixes tremolo crash on rests (backportme).
1134
1135         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1136
1137 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1138
1139         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1140         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1141
1142         * lily/lexer.ll: Allow \encoding in NOTES mode.
1143
1144         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1145         for lyrics, not for commands.
1146
1147         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1148         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1149
1150         * input/regression/newaddlyrics.ly: New file.
1151
1152         * Documentation/topdocs/NEWS.texi: Update.
1153
1154         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1155         (Music_list): Allow embedded scm.
1156
1157         * lily/score.cc (ly:score-bookify): New function.
1158
1159         * lily/music.cc (ly:music-scorify): Idem.
1160
1161         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1162         (ly:parser-print-score): Idem.
1163
1164         * scm/lily.scm (default-toplevel-book-handler): Idem.
1165         (default-toplevel-music-handler): Idem.
1166         (default-toplevel-score-handler): Idem.
1167
1168         * ly/declarations-init.ly: Set default toplevel handlers.
1169
1170         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1171
1172         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1173         printer for score at toplevel.
1174
1175 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1176
1177         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1178         Fix for simple case: input/simple-song.ly, more complex stuff
1179         does not work yet.
1180
1181 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1182
1183         * lily/parser.yy (Prefix_composite_music): split Composite_music
1184         in Prefix_composite_music and Grouped_music_list.
1185         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1186
1187 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1188
1189         * scm/lily.scm (toplevel-expression): New define.
1190
1191         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1192
1193         * lily/parser.yy (toplevel_expression): Use it.
1194
1195         * lily/include/my-lily-parser.hh: Smobbify.
1196
1197         * lily/my-lily-parser.cc (parse_string): New method.
1198         
1199         * lily/my-lily-parser.cc (ly:parse-string): New function.
1200
1201         * Documentation/user/lilypond.tely: Add comment and workaround for
1202         gs-8.01 crash.  Fixes make web.
1203
1204         Simplification of toplevel music.
1205         
1206         * lily/lexer.ll, lily/parser.yy:
1207
1208         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1209         shift/reduce problem.
1210
1211         * Use NOTES mode at start of maininput.
1212
1213         * Grok toplevel composite music expression, put in score and book.
1214
1215         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1216
1217         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1218
1219         * input/simple.ly: New file.
1220         
1221         * input/simple-song.ly: Idem.
1222
1223 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1224
1225         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1226         Sandberg.
1227
1228 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1229
1230         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1231
1232 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1233
1234         * input/regression/accidental-octave.ly: doc automatic showing
1235         of note names.
1236
1237 2004-04-16  Heikki Junes <janneke@gnu.org>
1238
1239         * po/fi.po: do "make po && make -C po po-update" at top-level,
1240         then "cp po/out/fi.po po/fi.po" and update fields.
1241
1242         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1243
1244 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1245
1246         * Documentation/user/introduction.itely (About this manual): Fix
1247         templates and regression urls (backportme).
1248
1249 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1250
1251         * ly/engraver-init.ly (Score:graceSettings): Increase
1252         beamed-lengths, especially for 32nd notes.
1253
1254         * Documentation/user/notation.itely (Grace notes): Correct the
1255         syntax for add-grace-property example.
1256
1257 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1258
1259         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1260         `Generated' tag.
1261
1262         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1263         Severely broken (the Debian package, at least).
1264
1265 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1266
1267         * lily/context.cc (find_create_context): assign to lvalue.
1268
1269 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1270
1271         * lily/include/translator.hh (class Translator): rename
1272         get_parent_context() to context () to avoid confusion.
1273
1274         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1275
1276         * lily/lexer.ll: change is_string -> ly_c_string_p 
1277
1278         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1279
1280         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1281
1282         * VERSION: release 2.3.0
1283
1284         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1285
1286         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1287         if nonempty.
1288
1289         * lily/include/context.hh (class Context): make members protected.
1290         (children_contexts): new accessor function.
1291
1292         * lily/include/translator.hh (class Translator): make
1293         daddy_context_ protected.
1294         (class Translator): clean up. 
1295
1296         * lily/include/context.hh (class Context): make daddy_context_
1297         private.
1298
1299         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1300         higher for finding Voice. (backportme)  
1301
1302         * lily/include/context.hh (class Context): remove
1303         find_context_below() as a method.
1304
1305         * Documentation/user/notation.itely (The Lyrics context): add note
1306         about manual durations
1307
1308         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1309         encoding.
1310
1311         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1312
1313 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1314
1315         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1316         \usepackage{inputenc}
1317
1318         * lily/paper-book.cc (classic_output): don't advance Offset for
1319         TeX output.
1320
1321         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1322         ec-sauter.map in rules
1323
1324         * mf/ecb.mf (font_identifier): new file, based on ecbx
1325
1326         * mf/ecb10.mf (gensize): new file.
1327
1328         * Documentation/topdocs/NEWS.texi (Top): document some more new
1329         features.
1330
1331         * ly/declarations-init.ly: run convert-ly
1332
1333         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1334         from input-file-results. Remove input-file-results.* 
1335
1336 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1337
1338         * scm/output-ps.scm (font-command): Fix, again.
1339
1340         * input/test/title-markup.ly: Add \noPagebreak test.
1341
1342         * lily/score-engraver.cc (try_music): Bugfix.
1343
1344 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1345
1346         * lily/main.cc (main_with_guile): excise dependency options -M and
1347         --dep-prefix
1348
1349         * lily/input-file-results.cc: excise Makefile dependency code
1350
1351         * Documentation/user/invoking.itexi (Invoking the lilypond
1352         binary): remove dep doco
1353         
1354         * lily/main.cc (main_with_guile): call lilypond-main
1355         
1356         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1357
1358         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1359         exception.
1360
1361         * lily/my-lily-parser.cc: remove paper_description function
1362
1363         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1364         new function.
1365
1366         * lily/main.cc: remove global_score_count.
1367
1368         * lily/book.cc (process): don't take header from global_input_file.
1369
1370         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1371
1372         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1373
1374         * lily/music-output-def.cc (LY_DEFINE): new function
1375         ly_output_description. This function does the bulk for  setting,
1376         parsing and breaking down of an input file.
1377
1378         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1379         anonymous modules globally. Let's hope they get GCd
1380
1381         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1382
1383 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1384
1385         * scm/output-ps.scm (header): Papersize from paper.
1386
1387         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1388         for classic output.
1389
1390         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1391         lilypondclassic is defined.
1392         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1393
1394         * input/regression/between-systems.ly: Remove.
1395
1396         * python/lilylib.py (get_bbox): Fix regular expression
1397         for bounding box.
1398
1399         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1400
1401         * scm/output-tex.scm (stop-page): Use it.
1402
1403         * scm/output-ps.scm (define-fonts): Bugfix.
1404
1405         * lily/grob.cc: Add penalty to interface.
1406
1407         * lily/include/paper-line.hh (class Paper_line): New member
1408         var penalty_.
1409
1410         * lily/system.cc (get_line): Initialise Paper_line with
1411         page-penalty's from original grobs.
1412
1413         * scm/define-music-properties.scm (all-music-properties): Add
1414         page-penalty.
1415
1416         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1417
1418         * lily/score-engraver.cc (try_music): Handle page-penalty.
1419
1420         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1421
1422 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1423
1424         * ly/declarations-init.ly (melismaEnd): typo
1425
1426         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1427
1428         * scm/output-ps.scm (text): split string into spaces, use moveto
1429         for setting space. 
1430         
1431 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1432
1433         * po/nl.po: Update.
1434
1435         * scm/font.scm (add-cmr-fonts): Typo.
1436
1437 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1438
1439         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1440         font-encoding.
1441
1442         * scm/define-grobs.scm (all-grob-descriptions): idem.
1443
1444         * lily/time-signature.cc (numbered_time_signature): idem.
1445
1446         * scm/font.scm (add-cmr-fonts): use real encoding names for
1447         font-encoding.
1448
1449 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1450
1451         * lily/paper-book.cc (classic_output): 
1452         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1453         Fixes classic output.
1454         (lilypondstart):
1455         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1456         kludge.
1457
1458         * scripts/old-lilypond-book.py: Remove.
1459
1460         Page layout for SCOREs enclosed in a BOOK:
1461
1462         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1463         layout tweaking.
1464
1465         * input/les-nereides.ly (theScore): Add \book.
1466         
1467         * input/test/title-markup.ly: Add \book.
1468
1469         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1470         only if 'verbose.
1471
1472         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1473
1474         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1475
1476         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1477         * scm/output-tex.scm (start-system): Update for page layout by
1478         LilyPond.
1479
1480         * scm/output-ps.scm (start-system): Previously (new-start-system).
1481
1482         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1483         passed to define-fonts.
1484
1485         * lily/paper-column.cc: 
1486         * lily/system.cc (get_line):
1487         * ly/property-init.ly (newpage): 
1488         * scm/define-grob-properties.scm:
1489         * scm/output-ps.scm: 
1490         * scm/output-tex.scm: Remove between-system-string kludge.
1491
1492         * scm/output-ps.scm (define-fonts, font-command,
1493         font-load-encoding): Handle ENCODING = #f.
1494
1495         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1496
1497         * scm/define-markup-commands.scm (fill-line): Use
1498         make-simple-markup (WAS: unexisting make-word-markup).
1499
1500         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1501         ENCODING, MARKUP parameters for interpret_string.
1502
1503         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1504
1505         * lily/score.cc (book_rendering): New method.
1506         (default_rendering): Create Paper_book helper locally, dump
1507         output.
1508
1509         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1510
1511         * lily/parser.yy: Handle \book.
1512
1513         * lily/include/book.hh: 
1514         * lily/book.cc: New file.
1515
1516 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1517
1518         * lily/text-item.cc (interpret_string): new file, select font with
1519         encoding.
1520
1521         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1522
1523         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1524
1525         * lily/parser.yy (markup): take encoding from lexer.
1526
1527 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1528
1529         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1530
1531         * scm/output-ps.scm: Remove some cruft.
1532
1533 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1534
1535         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1536
1537         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1538
1539 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1540
1541         * scm/font.scm (add-century-schoolbook-fonts):
1542         (make-century-schoolbook-tree): New function.
1543
1544         * input/test/title-markup.ly: Use Century Schoolbook font.
1545
1546 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1549         to Erik Sandberg) 
1550
1551         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1552
1553         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1554
1555         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1556
1557         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1558
1559 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1560
1561         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1562         solo-state (at end of solo), we can set the solo status
1563         too. (backportme.)
1564
1565         * input/regression/part-combine-solo-end.ly: new file.
1566
1567 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1568
1569         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1570         flavour abc files.  Really ignore unknown keys (backportme).
1571
1572 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1573
1574         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1575         magnification_ when looking up in orig_.
1576
1577         * scm/output-tex.scm (text): switch off char-mapping.
1578
1579         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1580         because AFM's encoding field cannot have spaces.
1581
1582 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1583
1584         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1585
1586 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1587
1588         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1589
1590         * mf/cmr.enc: new file, without hi-bit ascii info. 
1591
1592         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1593         width. This removes the 'hook' at the end of a long slur.
1594
1595         * buildscripts/mf-to-table.py (parse_logfile): don't append
1596         encoding to fontname.
1597
1598 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1599
1600         * scm/output-ps.scm (define-fonts): Load .enc only once.
1601
1602         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1603         too.
1604
1605 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1606
1607         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1608         encoding field.
1609
1610         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1611
1612         * ly/portuges.ly (pitchnames): new file.
1613
1614         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1615         Michael Welsh Duggan
1616
1617         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1618
1619         * ly/nederlands.ly: add comment about digits.
1620
1621         * lily/scaled-font-metric.cc (derived_mark): idem.
1622
1623         * scm/encoding.scm (make-encoding-mapping): change permutation to
1624         mapping.
1625
1626         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1627         (Modified_font_metric): make alist for coding_description_
1628         (LY_DEFINE): remove coding-name.
1629
1630         * scm/output-tex.scm (text): remove debugging code.
1631
1632         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1633
1634         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1635         from infile.
1636
1637         * mf/feta-generic.mf: move fet_beginfont into generic code.
1638         use fetaMusic (without space) as encoding
1639
1640         * mf/feta-autometric.mf: take encoding argument
1641
1642         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1643
1644         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1645         use.
1646
1647         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1648         name.
1649
1650 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1651
1652         * input/test/title-markup.ly: Set inputencoding.
1653
1654         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1655
1656         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1657
1658         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1659         function.
1660         (coding-alist): Also hold filename, command.
1661         (read-encoding-file): Return symbols.
1662
1663 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1664
1665         * scm/output-tex.scm: remove fontify; text and char take a font
1666         argument.
1667
1668         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1669
1670         * lily/scaled-font-metric.cc (text_dimension): init
1671         coding_{permutation,table}_ too 
1672         (LY_DEFINE): ly:font-encoding, new function return
1673
1674         * lily/paper-def.cc (find_scaled_font): take input coding from
1675         inputcoding paper var.
1676
1677         * lily/performance.cc (output): remap modulo 16.
1678
1679         * lily/text-item.cc (interpret_markup): whoops, variable
1680         shadowing fixed.
1681
1682 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1683
1684         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1685         symbols, not symbols to strings.
1686         
1687         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1688         symbols, not symbols to strings.
1689
1690 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1691
1692         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1693         (ly:kpathsea-gulp-file): New function.
1694
1695         * scm/encoding.scm (read-encoding-file): Use it.
1696
1697 2004-04-06  Werner Lemberg  <wl@gnu.org>
1698
1699         * scm/encoding.scm (coding-alist): Fix typo.
1700
1701 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1702
1703         * lily/scaled-font-metric.cc (text_dimension): move function from
1704         Font_metric
1705         (make_scaled_font_metric): init coding_scheme_ to TeX
1706         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1707
1708         * lily/include/scaled-font-metric.hh (struct
1709         Modified_font_metric): rename from Scaled_font_metric
1710
1711         * scm/encoding.scm (read-encoding-file): split up large function,
1712         leave caching to (delay)
1713
1714         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1715
1716 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1717
1718         * lily/my-lily-lexer.cc (set_encoding): New method.
1719
1720         * lily/lexer.ll: Grok \encoding.
1721
1722         * lily/font-metric.cc (get_encoded_index): New function.
1723
1724         * lily/include/font-metric.hh (coding_scheme): New method.
1725
1726         * scm/encoding.scm: New file.
1727
1728         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1729
1730 2004-04-05  Werner Lemberg  <wl@gnu.org>
1731
1732         * Documentation/user/tutorial.itely: Revised (finished).
1733
1734         * Documentation/user/macros.itexi (@separate): Removed.
1735
1736 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1737
1738         * scm/output-ps.scm (define-fonts): fix scaling.
1739
1740         * lily/scaled-font-metric.cc (design_size): add function.
1741
1742         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1743         partial cut&paste of ly:font-magnification.
1744
1745 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1746
1747         * scm/output-ps.scm (define-fonts):
1748         (fontify): Update.
1749
1750 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1751
1752         * po/fr.po: update. (backportme).
1753
1754         * po/nl.po: update. (backportme). 
1755
1756         * mf/feta-beugel.mf: document why design size is not fixed.
1757
1758         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1759
1760 2004-04-04  Werner Lemberg  <wl@gnu.org>
1761
1762         * Documentation/user/tutorial.itely: Revised (continued).
1763
1764 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1765
1766         * po/nl.po: Update (backportme).
1767
1768 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1769
1770         * po/de.po: update. (backportme).
1771
1772         * scm/output-tex.scm (font-command): use ly: functions to
1773         construct name.
1774         (define-fonts): don't use alist, just dump \font definitions.
1775         (font-load-command): calculate proper scaling by taking
1776         outputscale from paper argument.
1777
1778         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1779         expression.
1780
1781         * lily/paper-outputter.cc (output_header): pass paper arg to
1782         define-fonts
1783
1784         * lily/paper-def.cc (font_descriptions): dump list of
1785         Scaled_font_metrics
1786         (find_scaled_font): take Font_metric argument, store
1787         Scaled_font_metrics in hash-table containing (size ->
1788         Scaled_font_metrics) alist.
1789         (get_dimension): rename from get_realvar
1790
1791         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1792         ly:font-magnification, ly:font-name: new functions
1793
1794 2004-04-03  Werner Lemberg  <wl@gnu.org>
1795
1796         * Documentation/user/dedication.itely,
1797         Documentation/user/preface.itely,
1798         Documentation/user/introduction.itely,
1799         Documentation/user/tutorial.itely: Revised.
1800         Removing leading spaces which distorts output if info files are read
1801         with stand-alone info.
1802         Removing superfluous inter-word spaces which also distorts output
1803         for stand-alone info.
1804         Using ` and ' instead of `` and '' everywhere to improve
1805         legilibility with stand-alone info
1806         Using @samp for single-letter input items and data which contains
1807         spaces, @code for other things.
1808
1809         * lily/grob-interface.cc: Adding copyright.
1810         (check_interfaces_for_property): Improve format of warning message.
1811
1812 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1813
1814         * lily/include/font-metric.hh (struct Font_metric): add
1815         design_size () method.
1816
1817         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1818
1819         * lily/afm.cc (read_afm_file): read design size.
1820
1821         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1822
1823         * scm/music-functions.scm (unfold-repeats): handle dots too.
1824
1825 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1826
1827         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1828         (backportme)
1829
1830 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1831
1832         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1833         lyric indent.  Revert melismaBusyProperties using \unset.
1834
1835 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1836
1837         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1838
1839         * lily/parser.yy (command_element): allow redefinition of |
1840         meaning.
1841
1842         * lily/break-align-engraver.cc (acknowledge_grob): construct
1843         LeftEdge where the first cause for alignment is coming from.
1844         This makes \override Staff.LeftEdge work as expected.
1845
1846         
1847         * lily/slur-performer.cc (Slur_performer): add inits
1848
1849         * lily/beam-performer.cc (Beam_performer): add inits
1850
1851 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1852
1853         * VERSION (PACKAGE_NAME): release 2.2.0
1854
1855         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1856
1857 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1858
1859         * lily/cluster.cc (height): Fix warning.
1860
1861         * lily/parser.yy: Janitorial cleanups.
1862
1863         * Documentation/user/tutorial.itely (Tutorial): Typo.
1864
1865 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1866
1867         * lily/change-iterator.cc (process): search at multiple context
1868         levels. This fixes 
1869
1870         
1871         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1872         not voice-state index for tie state. This fixes a partcombine
1873         problem with ties.
1874
1875         * Documentation/user/tutorial.itely (Commenting input files): add
1876         note about convert-ly.
1877
1878         * input/test/cadenza-skip.ly:  new file.
1879
1880 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1881
1882         * po/nl.po: Spelling fixes.
1883
1884         * autogen.sh (srcdir): Regenerate.
1885
1886         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1887         autogen.sh.
1888
1889         * configure.in: Use C++ to check for C++ header.
1890
1891         * po/nl.po: Update.
1892
1893         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1894
1895         * lily/event.cc (to_relative_octave): Translatable sentence should
1896         be one string.
1897
1898         * python/lilylib.py (warranty): Year range is not translatable.
1899         It's 2004 already!
1900
1901         * flower/warn.cc (non_fatal_error, warning, programming_error):
1902         Remove whitespace from translated string.
1903
1904 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1905
1906         * VERSION: release 2.1.37.
1907
1908 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1909
1910         * configure.in: check for C language.
1911
1912         * lily/source-file.cc: include strstream without h.
1913
1914         * scm/documentation-generate.scm (string-append): use name without
1915         .texi.
1916
1917         * autogen.sh (srcdir): SUSE fix.
1918
1919         * Documentation/user/notation.itely (Ancient clefs): idem.
1920
1921         * Documentation/user/lilypond-book.itely (Integrating HTML and
1922         music): idem.
1923
1924         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1925
1926         * lily/change-iterator.cc (process): use find_existing_context().
1927
1928         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1929
1930         * input/regression/repeat-unfold-tremolo.ly: new file.
1931
1932         * scm/music-functions.scm (unfold-repeats): undo music compression
1933         too.
1934
1935         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1936         (LY_DEFINE): ly:music-compress new function.
1937
1938         * scm/part-combiner.scm (determine-split-list): split for voice
1939         crossings
1940
1941         * input/regression/part-combine-cross.ly: new file.
1942
1943         * scm/part-combiner.scm (make-part-combine-music): don't do
1944         relative inside partcombine arguments.
1945
1946         * scm/music-functions.scm (make-non-relative-music): new function.
1947
1948         * Documentation/user/notation.itely (Automatic part combining):
1949         add note about \relative.
1950
1951         * lily/part-combine-iterator.cc (construct_children): add
1952         start_moment_ member.
1953
1954         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1955         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1956
1957         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1958
1959         * Documentation/user/changing-defaults.itely (Which properties to
1960         change): fixes.
1961
1962 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1963
1964         * po/fr.po: update.
1965
1966 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1967
1968         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1969
1970         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1971         Reinstate old code that issues warning.  Fixes --srcdir build.
1972
1973 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1974
1975         * input/wilhelmus.ly: New file.
1976
1977         * Documentation/user/notation.itely: 
1978         * Documentation/user/introduction.itely:
1979         * Documentation/user/tutorial.itely: Use quote ly-option instead
1980         of explicit @quotation.  This fixes too long lilypond linewidths
1981         resulting in overful hboxes.
1982
1983         * scripts/lilypond-book.py: Add ly-option: `quote'.
1984
1985 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1986
1987         * tex/titledefs.tex: Avoid that the first score line is extra
1988         indented if instrument is defined but not piece.
1989
1990 2004-03-30  Werner Lemberg  <wl@gnu.org>
1991
1992         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1993         `lilypond/' to info file name.
1994         (@usermanref) [info]: New variant.
1995
1996         * scm/documentation-generate.scm: Fix definition of @usermanref
1997         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1998         to info file name.
1999
2000 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2001
2002         * VERSION: release 2.1.36
2003         
2004         * Documentation/user/changing-defaults.itely (Interpretation
2005         contexts): rewrite introduction.
2006
2007 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2008
2009         * scm/define-markup-commands.scm: Use TeX accents instead of
2010         straight iso-8859-1 encoding in the doc string.
2011
2012 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2013
2014         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2015         space after dotted duration.
2016
2017 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2018
2019         * Documentation/user/introduction.itely: 
2020         * Documentation/user/notation.itely:
2021         * Documentation/user/tutorial.itely: Up all relative examples.
2022         Enclose @lilypond displays in @quotation.  Typos and corrections.
2023
2024         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2025
2026 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2027
2028         * scm/music-functions.scm (make-voice-props-revert): Revert also
2029         MultiMeasureRest staff-position in oneVoice.
2030
2031 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2032
2033         * Documentation/user/changing-defaults.itely, 
2034         Documentation/user/lilypond.tely: few fixes. Place no comma between
2035         two options: a and b, but commas between three options: a, b, and c.
2036         By this manner, grouping is possible: a and b, and c and d.
2037
2038 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2039
2040         * Documentation/user/GNUmakefile: add rule for .nexi
2041
2042 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2043
2044         * Documentation/user/music-glossary.tely: move glossary direntry
2045
2046         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2047         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2048
2049 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2050
2051         * stepmake/aclocal.m4: Verify that gettext configure check with
2052         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2053
2054 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2055
2056         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2057         glob.glob for .png filenames. This catches multipage pngs.  
2058
2059         * Documentation/user/changing-defaults.itely (Determining the grob
2060         property): fix references.
2061
2062         * lily/staff-symbol.cc (print): only add extent if non empty.
2063         This fixes staff-container.ly.
2064
2065         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2066         starting with a mmrest also works.
2067
2068         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2069         PNG for texinfo too.
2070
2071         * po/lilypond.pot: update translation strings.
2072
2073         * VERSION: 2.1.35 released
2074         
2075         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2076         context argument too.
2077
2078         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2079
2080         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2081
2082         * python/lilylib.py (command_name): don't return 1st path
2083         component.
2084
2085         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2086         .png case separately.
2087
2088         * python/lilylib.py (system): typo.
2089         
2090 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2091
2092         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2093         run indent-region.
2094
2095         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2096         Fixes compile.
2097
2098         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2099         Add header.
2100
2101 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2102
2103         * vim/lilypond-indent.vim: small fixes.
2104
2105 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2106
2107         * Documentation/user/notation.itely (Entering lyrics): Add example
2108         with correct english double quotes (at least for LaTeX output,
2109         maybe not a good idea if we switch to PS as the default output
2110         format).
2111
2112 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2113
2114         * lily/staff-performer.cc (create_audio_elements): play instrument
2115         changes before notes arrive. This fixes instrument of the first
2116         note in a score.
2117
2118         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2119         to 1.9.0 conversion.
2120
2121         * lily/mark-engraver.cc: doc string.
2122
2123         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2124
2125         * Documentation/user/introduction.itely (Introduction): new node.
2126
2127 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2128
2129         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2130
2131         * input/regression/spacing-ragged-last.ly: new file.
2132
2133         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2134         spacing.
2135
2136         * scm/font.scm: rewrite using GOOPS.
2137         
2138         * lily/context-def.cc (filter_engravers): derefence pointer.
2139
2140         * lily/lily-guile.cc (type_check_assignment): use
2141         ly_scheme_function iso. scm_primitive_eval where possible.
2142
2143         * lily/performance.cc (output): limit channels at 15. This fixes
2144         percussion inadvertently showing up in large scores.
2145
2146 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2147
2148         * input/regression/tuplet-gap.ly: new file.
2149
2150         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2151         (print): compute gap length from number size, include italic
2152         correction.
2153
2154         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2155         tuplet-bracket
2156
2157         * scm/paper.scm (set-default-paper-size): new function, to be
2158         called at toplevel.
2159         (set-paper-size): new function, to be called inside \paper {}
2160         (set-default-paper-size): new function, to be called at toplevel.
2161
2162         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2163
2164         * lily/beam-performer.cc (process_music): idem.
2165
2166         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2167         
2168         * tex/titledefs.tex: remove scshape for piece.
2169
2170         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2171         font-family
2172
2173         * lily/time-signature.cc (special_time_signature): font-encoding
2174         not family.
2175
2176         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2177         dynamic to head. This fixes p placement in morgenlied.
2178
2179 2004-03-23  Werner Lemberg  <wl@gnu.org>
2180
2181         * stepmake/stepmake/generic-targets.make (help): Improve text.
2182
2183 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2184
2185         * VERSION: 2.1.34 released
2186         
2187         * lily/main.cc (main_with_guile): switch debugging.
2188
2189         * lily/system.cc (get_line): plug leak.
2190
2191         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2192         and contents.
2193         (stencil2line): plug leak.
2194
2195         * Documentation/user/changing-defaults.itely (Determining a grob
2196         property):  new node.
2197         (Layout interfaces): new node.
2198         (Navigating the program reference): new node.
2199
2200         * lily/accidental-engraver.cc (acknowledge_grob): add property
2201         harmonicAccidentals
2202
2203         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2204         general cleanups.
2205         
2206         * input/les-nereides.ly (middleDynamics): resurrect Les
2207         nereides. Remove pedal hack.
2208
2209 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2210
2211         * input/regression/property-grace-polyphony.ly: new file.
2212
2213         * lily/translator-property.cc (execute_pushpop_property): only pop
2214         one instance of the property. This fixes << \\ >> together with
2215         \grace.
2216
2217         * lily/break-align-interface.cc (ordered_elements): we cannot
2218         modify the #'elements property, so return reordered array.
2219
2220 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2221
2222         * buildscripts/lilypond.words.py: remove.
2223         * buildscripts/lilypond-words.py: add new, renamed file. 
2224         Give generated targets and dirs explicitly in arguments.
2225
2226         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2227         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2228         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2229         
2230         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2231
2232         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2233
2234         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2235         orders.
2236
2237         * vim/GNUmakefile: add local-uninstall target.
2238
2239         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2240         
2241         * vim/vimrc: add a one-liner file.
2242
2243         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2244         vimrc in EXTRA_DIST_FILES.
2245
2246         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2247
2248 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2249
2250         * config.make.in: add vimdir.
2251
2252         * vim/GNUmakefile: add local-install.
2253
2254 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2255
2256         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2257         with \lilypondifundefined{blabla}. Solves problem with multiple
2258         titles in the same lilypond-book document.
2259
2260 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2261
2262         * scm/document-backend.scm (interface-doc): sort grob list for
2263         interface.
2264
2265         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2266         pre/post break align-order.
2267
2268         * spelling patch courtesy Edward Sutton.
2269
2270         * Documentation/user/changing-defaults.itely (Changing context
2271         default settings): new node.
2272         (Defining new  contexts): new node.
2273
2274         * scripts/lilypond-book.py (is_derived_class): use numbers
2275         iso. booleans.
2276
2277         * python/lilylib.py (make_ps_images): add margin to PS images.
2278
2279         * scripts/lilypond-book.py (is_derived_class): new function. Take
2280         class arg iso. object.
2281         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2282         for bug in GS/dvips.
2283
2284         * lily/text-item.cc (interpret_markup): idem.
2285
2286         * scm/define-markup-commands.scm: remove split around-space hack.
2287
2288         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2289         function, fold WL's fixes into one function.
2290
2291 2004-03-22  Werner Lemberg  <wl@gnu.org>
2292
2293         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2294         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2295         (Note_column::head_position_interval): Do proper rounding for
2296         calls to Staff_symbol_referencer::get_position.
2297
2298 2004-03-21  Werner Lemberg  <wl@gnu.org>
2299
2300         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2301         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2302         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2303         (My_lily_parser::parse_file): Improve formatting progress indication
2304         sent to stdout.
2305
2306 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2307
2308         * VERSION: 2.1.33 released.
2309
2310         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2311
2312         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2313
2314         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2315         warning is issued about dummy.dep.
2316
2317         * scm/new-font.scm: fix design sizes of nummer
2318
2319 2004-03-21  Werner Lemberg  <wl@gnu.org>
2320
2321         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2322         some annoying warnings from mkdir during `make install'.
2323
2324 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2325
2326         * lily/performer-group-performer.cc (do_announces): call
2327         Performer_group_performer::create_audio_elements () too.
2328
2329         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2330
2331         * scm/define-grobs.scm (all-grob-descriptions): add property
2332         break-align-orders
2333
2334         * lily/global-context.cc (get_default_interpreter): new
2335         function. Override from base class, so no new Score contexts are
2336         created.
2337
2338         * lily/include/stencil.hh (class Stencil): document origin field.
2339
2340         * lily/staff-symbol.cc (print): span staff-symbol on column
2341         extents for non-broken columns. 
2342
2343         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2344         key-signature.
2345
2346         * tex/titledefs.tex: don't use smallcaps for piece.
2347
2348         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2349         translated stencils in the output.
2350
2351         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2352
2353 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2354
2355         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2356         and init ties_created_
2357
2358         * VERSION: release 2.1.32
2359
2360         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2361         doc string from IMPLEMENT_CTOR_CALLBACK().
2362
2363         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2364         that engraver is in a performer hierarchy.
2365
2366 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2367
2368         * vim/lilypond-ftdetect.vim: new file.
2369
2370 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2371
2372         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2373         (compose_ly): default octave should be middle C.
2374
2375         * Documentation/user/changing-defaults.itely (Layout tunings
2376         within contexts): new node.
2377
2378         * lily/include/smobs.hh: document C++ smob interface.
2379
2380         * lily/function-documentation.cc: don't doc functions without
2381         docstring.
2382
2383 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2384
2385         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2386         direntry, so that `info lilypond' goes to Top.
2387
2388         * scm/output-ps.scm (polygon): Fix: add spaces.
2389
2390         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2391         solutions are now optimal too.
2392
2393         * input/test/page-breaks.ly: New file.
2394
2395         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2396         functions into safe module.
2397
2398         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2399         end, prepend zeros.
2400
2401         * scm/output-*.scm: Use ly:number->string rather than
2402         number->string.  Makes for saner output.
2403
2404         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2405         Fixes feta-nummer, feta-din scaling.
2406
2407 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2408
2409         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2410
2411         * scm/music-functions.scm (descend-to-context): new
2412         function. Similar to context-spec-music.
2413         (make-time-signature-set): specify Score as descend-only. This
2414         fixes the polymetric.ly example.
2415
2416         * lily/context-specced-music-iterator.cc (construct_children): add
2417         support for descend-only context spec.
2418
2419         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2420         determine ez-notation letter. 
2421
2422         * lily/system.cc (get_line): start with dumping layer 3. This
2423         fixes ez notation.
2424
2425 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2426
2427         * input/test/title-markup.ly: Stress breaking harder.
2428
2429         * scm/page-layout.scm (height-score): Overfull page scores twice
2430         as bad as underfull (was: by a power).
2431         (walk-lines): Omit first walk-path round (breaking after new node,
2432         without lines).
2433
2434         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2435         diff values are negative.
2436         (output): Bugfix: treat negative vfill differently.
2437
2438         * Documentation/user/lilypond.tely (direntry): Add note about why
2439         `info lilypond' brings up `Invoking LilyPond' node.
2440
2441 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2442
2443         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2444
2445         * lily/paper-book.cc: Remove cruft.
2446         (output): Bugfix: put vfill between lines.
2447         (pages): Bugfix: set page vars needed for filling.
2448
2449         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2450         (was: @ar).
2451
2452         * scm/page-layout.scm: Further development.
2453
2454         * ly/declarations-init.ly (paper): Define page-breaking.
2455
2456 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2457
2458         * lily/note-head.cc (brew_ez_stencil): add note-names
2459         property. Provides internationalization for note names.
2460
2461         * Documentation/user/changing-defaults.itely (Creating contexts):
2462         new node.
2463
2464         * lily/grace-iterator.cc (process): descend to child for \grace.
2465
2466         * lily/timing-translator.cc (initialize): Timing_translator adds
2467         Timing alias by itself.
2468
2469         * lily/context.cc (add_alias): new function.
2470
2471         * scm/lily.scm (tex-output-expression): new function, eval within
2472         drawing API. Guards against eval vulnerabilities.
2473
2474         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2475
2476         * scm/output-ps.scm (scm): export lily drawing API.
2477
2478         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2479         throughout.
2480
2481 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2482
2483         * scm/page-layout.scm (optimal-page-breaking): New function.
2484         
2485         * lily/paper-book.cc (pages): Use it.
2486
2487 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2488
2489         * lily/include/paper-line.hh (class Paper_line): Full smob.
2490
2491 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2492
2493         * lily/global-context.cc (run_iterator_on_me): fix grace note
2494         nesting by initting measurePosition.
2495
2496         * lily/timing-translator.cc (initialize): do no init
2497         measurePosition
2498         
2499         * lily/include/music-output-def.hh (class Music_output_def): add
2500         input_origin_ field.
2501
2502         * Documentation/user/changing-defaults.itely (Changing context
2503         properties on the fly): new node.
2504
2505         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2506         function. Only have smobbed_copy (), and do not provide
2507         smobbed_copy() for non-simple smobs. Changes throughout.
2508
2509 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2510
2511         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2512         start_moment_. Fix by Doug A. Linhardt.
2513
2514 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2515
2516         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2517         accidentals for harmonic notes.
2518
2519         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2520         of different style. (Thanks to Doug Linhardt).
2521
2522         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2523         new node.
2524
2525 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2526
2527         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2528
2529         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2530         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2531         vim/lilypond-indent.vim: doc targets and deps in comments.
2532
2533 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2534
2535         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2536
2537         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2538
2539         * lily/include/paper-line.hh:
2540         * lily/include/paper-line.cc: New file.
2541
2542 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2543
2544         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2545
2546         * GNUmakefile.in: remove stray make out=www
2547
2548         * input/test/bagpipe.ly (gcdg): octave fixes.
2549
2550         * scm/define-markup-commands.scm (number): use font-encoding
2551         iso. font-family
2552
2553         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2554         font-encoding.
2555         
2556 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2557
2558         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2559         `output_format_global' and `PAGE_LAYOUT'.
2560
2561 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2562
2563         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2564         lily functions in safe mode.
2565
2566         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2567         Print filename for HTML, LATEX, before texidoc.
2568
2569         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2570         instructions in output-ps module.
2571
2572         * scm/lily.scm: Do not load output-ps module.
2573
2574         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2575         safe mode.
2576
2577 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2578
2579         * lily/span-dynamic-performer.cc (process_music): remove spurious
2580         warning.
2581
2582         * lily/context-def.cc (Context_def): init name to ""
2583
2584         * lily/font-interface.cc: add font-encoding property.
2585
2586         * scm/lily.scm (chain-assoc-get): bugfix.
2587
2588         * lily/paper-book.cc (stencil2line): protect static SCM.
2589
2590         * lily/font-interface.cc (text_font_alist_chain): rename function,
2591         and use text-font-defaults. 
2592
2593         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2594
2595         * scm/paper.scm (paper-set-staff-size): use new function.
2596
2597         * scm/new-font.scm (make-font-tree): new function.
2598
2599 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2600
2601         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2602
2603         * scm/lily.scm (get-output-module): New function.
2604         (output-alist): Remove ,ps-output-expression.
2605
2606         * scm/output-tex.scm (ps-output-expression): New function.
2607
2608         * scm/output-ps.scm (ps-output-expression): Remove.
2609         (header, start-page): Output page metadata.
2610
2611         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2612         initialise output_module_.  Do not write part of header.
2613         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2614         (output_header): Output full header.
2615
2616         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2617         FIXME.
2618
2619 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2620
2621         * scm/new-font.scm: new file. Tree based font lookup.
2622
2623         * scm/lily.scm (assoc-get): take default argument. Remove
2624         assoc-get-default.
2625         (chain-assoc-get): use chain-assoc-get everywhere.
2626
2627         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2628         autobeamsettings conversion bug.
2629
2630         * lily/include/global-context.hh (Context): clean-up data hiding.
2631
2632         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2633         data hiding.
2634
2635         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2636
2637         * input/regression/stem-shorten.ly: add chord case.
2638
2639         * lily/stem.cc (get_default_stem_end_position): shorten stems
2640         triggered by note-head positions, not by forced-direction. This
2641         fixes a bug with too short stems.  
2642  
2643 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2644
2645         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2646         Lilypond_snippet.output_latex): Always call output_print_filename.
2647
2648         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2649         expand pages.
2650
2651 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2652
2653         * scm/part-combiner.scm (make-autochange-music): switch rests
2654         before switched notes too.
2655
2656         * lily/figured-bass-engraver.cc (process_music): change calling
2657         convention.
2658
2659         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2660
2661         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2662         command.
2663
2664         * lily/include/stencil.hh (class Stencil): add origin field.
2665
2666         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2667         function.
2668
2669         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2670
2671         * lily/lexer.ll: remove support for \$ and $ in identifiers
2672
2673         * lily/sequential-iterator.cc: remove copy_grace_fixups
2674         (get_grace_fixup): slight abstraction of fixup code.
2675
2676         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2677
2678 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2679
2680         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2681         in insert-mode. add indenting rules.
2682
2683 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2684
2685         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2686         protect hack.
2687
2688         * scm/page-layout.scm:
2689         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2690         layout and titling should now match external latex based version.
2691
2692         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2693         header fields.
2694
2695         * ps/lilyponddefs.ps: Remove automatic page layout.
2696
2697         * scm/output-ps.scm (new-start-system): New interface function.
2698
2699         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2700
2701         * lily/paper-book.cc (output): Bugfix.
2702
2703 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2704
2705         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2706         
2707 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2708
2709         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2710         direntries.
2711
2712         * ps/lilyponddefs.ps: Bugfix.
2713
2714         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2715
2716 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2717
2718         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2719         cause. This should fix warnings.
2720
2721         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2722
2723         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2724         prevent aligned 6ths.
2725
2726         * lily/custos.cc (print): remove adjust-if-on-staffline.
2727
2728 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2729
2730         * lily/paper-book.cc: Do header and footer.
2731
2732 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2733
2734         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2735
2736         * scm/paper.scm (lineheight): Remove
2737         (head-sep, foot-sep): Add.
2738
2739 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2740
2741         * mf/feta-schrift.mf: reduce portato thickness.
2742
2743         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2744
2745         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2746         programming_error ().
2747
2748         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2749         bracket to last command column.
2750
2751         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2752         continues on next/prev system.
2753
2754         * input/regression/pedal-end.ly: new file.
2755
2756 2004-03-10  Werner Lemberg  <wl@gnu.org>
2757
2758         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2759         Remove pmx2ly stuff.
2760         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2761
2762 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2763
2764         * scm/page-layout.scm: New file.
2765
2766         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2767         settings.
2768         (Lilypond_snippet.is_outdated): Also check for PNG file.
2769         Workaround for interrupted (web) builds.
2770
2771         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2772
2773         * ps/lilyponddefs.ps: Use only very small top-marging.
2774         (init-paper): Also pop page size string.
2775         (start-page, stop-page): New function.
2776
2777         * scm/output-ps.scm (header-end): Remove stray exec commands.
2778
2779 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2780
2781         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2782
2783         * lily/score.cc (default_rendering): clean protection.
2784
2785         * lily/paper-book.cc (mark_smob): implement smob marking.
2786
2787         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2788
2789         * Documentation/user/*.itely: user manual edits. 
2790
2791 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2792
2793         * Documentation/user/converters.itely (Invoking musedata2ly):
2794         remove pmx2ly.
2795
2796         * scripts/pmx2ly: remove script.
2797         
2798 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2799
2800         * lily/score.cc (default_rendering): Protect paper-book members.
2801
2802         * lily/paper-def.cc (smobbed_copy): New method.
2803
2804         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2805         switch runtime.
2806
2807         * lily/include/music-output.hh (process): Change signature to
2808         return SCM.
2809
2810         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2811         method.
2812
2813         * lily/paper-score.cc (process): Return stencils rather than
2814         outputting directly.  Remove paper-book kludge.  Delete grobs.
2815         (output): Remove.
2816
2817         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2818
2819         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2820
2821         * lily/score.cc (default_rendering)
2822         (ly_render_output): Move adding paper-score two levels up.
2823
2824         * lily/system.cc (get_line):
2825         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2826
2827 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2828
2829         * scm/font.scm (paper20-font-vector): add more design sizes for
2830         number.
2831
2832         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2833         feta-nummber{5,7,11,13}.
2834
2835         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2836         for 12pt design size. 
2837
2838 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2839
2840         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2841
2842 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2843
2844         * lily/font-select.cc (properties_to_font_size_family): Fix
2845         warning message.
2846
2847         * Experimental PostScript latin1 encoding:
2848         
2849         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2850
2851         * scm/output-ps.scm: Experimental encoding using reencode-font.
2852         * scm/font.scm: Add latin1 `font-shape'.
2853         
2854         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2855
2856         * ps/lilyponddefs.ps (reencode-font): New function.
2857
2858         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2859
2860         * scm/output-tex.scm (start-page):
2861         (stop-page): New interface function.
2862
2863 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2864
2865         * lily/paper-outputter.cc (output_expr):
2866         (output_header):
2867         (output_line): New method.
2868
2869         * lily/system.cc (get_line):
2870         (get_lines): New method.
2871         (output_scheme):
2872         (output_line): Remove.
2873
2874         * scm/lily.scm (make-title): New function.
2875
2876         * lily/paper-book.cc: 
2877         * lily/include/paper-book.hh: New file.
2878
2879         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2880         ly-modules.hh).
2881
2882         * lily/ly-module.cc (ly_modules_lookup): New function.
2883
2884         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2885
2886         * scm/output-ps.scm (make-title): Remove.
2887         (output-scopes): Junk header-title test.
2888
2889 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2890
2891         * mf/feta-schrift.mf: thicker dot for portato.
2892
2893         * lily/accidental-placement.cc (position_accidentals): bugfix in
2894         offset, this fixes right-padding of AccidentalPlacement.
2895
2896         * lily/[h-z]*.cc: () formatting.
2897
2898         * Documentation/user/tutorial.itely (An orchestral part): more
2899         fixes for the tutorial.
2900
2901         * scm/translation-functions.scm (fraction-tuplet-formatter):
2902         reverse fraction.
2903
2904         * lily/parser.yy (context_def_spec_block): use \context instead of
2905         \translator.
2906
2907         * lily/[a-g].cc: () style cleanup.
2908
2909         * Documentation/user/tutorial.itely (Automatic and manual beams):
2910         editing of tutorial.
2911
2912 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2913
2914         * buildscripts/mf-to-table.py (base): write encoding name.
2915
2916 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2917
2918         * Documentation/user/GNUmakefile (local-install-info): Issue
2919         warning (for packager, ie, if not installing in /usr or /usr/local).
2920
2921         * lily/stencil-scheme.cc: 
2922         * lily/staff-symbol-referencer.cc: 
2923         * lily/script-column.cc: 
2924         * lily/pitch.cc: 
2925         * lily/music.cc: 
2926         * lily/grob-pq-engraver.cc: 
2927         * lily/font-interface.cc: 
2928         * lily/music-output-def.cc: 
2929         * lily/duration.cc: 
2930         * lily/grob-scheme.cc:
2931         * lily/context-scheme.cc: Put scheme name on first line in
2932         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2933         style cleanups.
2934
2935         * stepmake/stepmake/scm-vars.make: 
2936         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2937         Rename and split TAGS_FILES.
2938
2939         * GNUmakefile.in (ALL-TAGS): Remove.
2940         
2941         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2942         deeper TAGS files.  Fixes regexp tags in TOP dir.
2943
2944 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2945
2946         * VERSION: 2.1.29 released.
2947         
2948         * Documentation/user/changing-defaults.itely (Changing defaults):
2949         new file.
2950
2951         * Documentation/user/notation.itely (Notation manual): rename from 
2952         refman.itely
2953
2954         * Documentation/user/notation-appendices.itely (The Feta font):
2955         new file.
2956
2957         * Documentation/user/advanced.itely: add aborted attempt for
2958         advanced topics manual.
2959
2960 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2961
2962         * scm/new-markup.scm: display Markups in sane format. Patch by
2963         Nicolas Sceaux.
2964
2965 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2966
2967         * lily/main.cc: Cleanups.
2968         (setup_localisation): New function.
2969         (sane_putenv): Remove.
2970         (main_with_guile): New name (Was: main_prog).  Remove musings
2971         about possible preparation for GUILE heavy memory usage and
2972         practical uselessness.  Do not set environment variables
2973         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2974         name juggling.
2975         (parse_argv): New function.
2976         (copyright): New function.  It's 2004 already.
2977
2978         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2979         (distill_inname): Move from main.
2980
2981 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2982
2983         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2984
2985         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2986
2987         * Documentation/user/running.itely: new file.
2988
2989         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2990
2991         * lily/score-performer.cc (finish): call Translator::finalize ().
2992
2993 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2994
2995         * lilypond-ftpplugin.vim: renamed to the following file.
2996         * lilypond-ftplugin.vim: new file.
2997
2998         * GNUmakefile.in: update VIM_FILES.
2999
3000 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3001
3002         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3003         props.
3004
3005         * input/test/tie-sparse.ly: remove.
3006
3007         * lily/tie-performer.cc (try_music): copy & paste from
3008         Tie_engraver.
3009
3010         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3011         variable_ref twice.
3012
3013         * lily/key-performer.cc (create_audio_elements): use
3014         alterations-in-key.
3015
3016         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3017
3018 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3019
3020         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3021         handle also quarter tones (not shown as tests). test also flats.
3022
3023         * Documentation/index.html.in: small fixes.
3024
3025 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3026
3027         * input/regression/new-markup-scheme.ly: Typo.
3028
3029         * scm/define-markup-commands.scm (fill-line): New markup.
3030
3031         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3032         (output-paper-def): Fix alignment.
3033         (make-title): Fix height/width scaling.
3034
3035         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3036
3037         * input/test/title-markup.ly: Add remaining titles.  Layout and
3038         font size fixes.  Add simplistic latin1 test.
3039
3040 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3041
3042         * input/test/nested-groups.ly: remove. move content (to next). 
3043         * input/test/staff-bracket.ly: replace content (from prev), this 
3044         has been already in templates.
3045
3046 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3047
3048         * stepmake/autogen.sh: Only issue warning about running configure
3049         without arguments when autogen.sh will actually be running
3050         configure.
3051
3052 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3053
3054         * scm/new-markup.scm (stack-stencil-line): robustness.
3055
3056         * scm/define-markup-commands.scm (simple): robustification of
3057         simple-markup.
3058
3059         * Documentation/user/music-glossary.tely (Top): change central C
3060         to middle C.
3061
3062         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3063
3064 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3065
3066         * input/test/title-markup.ly (spaceTest): Add.
3067
3068         * lily/text-item.cc (interpret_markup): Make line markup from
3069         multi word markup.
3070
3071         * scm/define-markup-commands.scm (word): New markup command.
3072         (simple): Use it.
3073
3074         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3075
3076 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3077
3078         * vim/ftplugin/lilypond.vim:
3079         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3080         show matching paren in insert mode.
3081
3082 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3083
3084         * scm/output-ps.scm (make-title, output-scopes): Further
3085         development.
3086
3087         * input/test/title-markup.ly: New file.
3088
3089         * ps/lilyponddefs.ps: Disable PostScript titling.
3090
3091         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3092
3093 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3094
3095         * lily/arpeggio.cc (width_callback): remove padding.
3096  
3097         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3098
3099         * scm/define-music-types.scm: remove make-music-by-name.
3100
3101         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3102
3103 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3104
3105         * lily/paper-score.cc (process): Output titles using make-title.
3106
3107         * scm/output-ps.scm (output-stencil): Display directly instead of
3108         constructing string.
3109         (make-title): New function.
3110
3111 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3112
3113         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3114         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3115         Move documentation of LaTeX packages for latin1 characters to the
3116         lilypond-book manual.
3117
3118 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3119
3120         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3121
3122         * vimrc: add menu in console and shortcut <F10> for it.
3123
3124         * vim/:
3125         * vim/compiler/:
3126         * vim/syntax/:
3127         * vim/indent/:
3128         * vim/ftplugin/: new directories.
3129         
3130         * vim/filetype.vim: new file.
3131
3132         * lilypond.vim: remove files (see next).
3133         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3134
3135         * vimrc: remove file (see next).
3136         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3137
3138         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3139         add header. apply bindings only locally.
3140
3141         * vim/indent/lilypond.vim: new file.
3142
3143         * vim/ftplugin/lilypond.vim: remove errorformat.
3144         * vim/compiler/lilypond.vim: new file for errorformats.
3145
3146         * Documentation/topdocs/INSTALL.texi: give easier orders.
3147
3148         * ROADMAP: add vim/
3149
3150 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3151
3152         * Documentation/user/introduction.itely (Introduction): Use @image
3153         iso @html <img...>.  Add workaround for images in columns in info.
3154
3155         * stepmake/aclocal.m4: Store computed version in variable.
3156
3157         * configure.in: Export MAKEINFO_VERSION.
3158
3159         * config.make.in (MAKEINFO_VERSION): Add.
3160
3161         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3162
3163         * Documentation/user/GNUmakefile: Only build info with images when
3164         building web.
3165
3166         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3167
3168         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3169         stuff from documentation-targets.make
3170
3171 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3172
3173         * VERSION: 2.1.28 released
3174         
3175         * scripts/convert-ly.py (conv): 
3176
3177 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3178
3179         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3180         \arpeggioBoth. redefine \arpeggioBracket.
3181
3182         * Documentation/user/refman.itely: document new arpeggio
3183         functions.
3184
3185         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3186
3187         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3188
3189         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3190
3191 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3192
3193         * Documentation/user/introduction.itely (Automated engraving):
3194         rewrite introduction using website text.
3195
3196 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3197
3198         * scm/*.scm: make-music-by-name is replaced by make-music, which
3199         also accept music property settings, eg:
3200           (make-music 'TextScriptEvent 'direction DOWN 'text
3201               (make-simple-markup x))
3202
3203         Patch courtesy Nicolas Sceaux
3204
3205         * lily/beam-quanting.cc: cleanup, separate counts for left and
3206         right beam ends.
3207
3208         * lily/side-position-interface.cc (quantised_position): also
3209         quantize staccato position for forced stem directions. 
3210
3211 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3212
3213         * scm/*.scm: Patch by Nicolas Sceaux: 
3214
3215         * scm/music-functions.scm: ly:grob-property and ly:music-property
3216         are made procedure with setters.
3217
3218         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3219         
3220 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3221
3222         * input/test/[t-v]*.ly: finish rewriting texidocs.
3223
3224         * input/test/vaticana.ly: remove.
3225         * input/test/ligature-vaticana.ly: new, renamed file name.
3226
3227         * input/test/stem-centered.ly: remove.
3228         * input/test/mensural-note-heads.ly: new file. take content from
3229         removed file stem-centered.ly.
3230
3231         * input/test/scales-greek.ly: simplify.
3232
3233         * input/test/s*.ly: reformulate texidocs.
3234         
3235         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3236         of missing features.
3237
3238 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3239
3240         * input/test/[j-o]*.ly: update texidocs.
3241
3242 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3243
3244         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3245
3246         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3247         images.
3248
3249         * Documentation/user/lilypond.tely (@direntry): Update.
3250
3251         * stepmake/stepmake/documentation-targets.make
3252         (install-info,uninstall-info): Install into $(package_infodir).
3253         Install images.  Run install-info to update dir.
3254
3255         * config.make.in (package_infodir): Add.
3256
3257         * Documentation/user/GNUmakefile (info-with-images,
3258         local-install-info, local-uninstall-info): New target.
3259
3260 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3261
3262         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3263         gap/threshold.
3264
3265         * lily/beam-quanting.cc (score_slopes_dy): remove
3266         ROUND_TO_ZERO_SLOPE kludge.
3267
3268         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3269
3270         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3271
3272         * lily/global-context.cc (Global_context): alway accept Score
3273         (run_iterator_on_me): cast Context to Score_context, not
3274         Context_def.
3275
3276         * Documentation/user/refman.itely: documentation patch by Edward
3277         Sanford Sutton.
3278
3279         * mf/GNUmakefile: unset sauter-fonts.
3280
3281 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3282
3283         * scripts/lilypond-book.py (output_texinfo): Output @image
3284         descriptions for info too.
3285
3286         * input/test/chord-names-jazz.ly: 
3287         * input/test/embedded-scm.ly: Clarify.
3288
3289         * input/test/cautionaries.ly: Typo.
3290
3291         * lily/input-smob.cc (ly_input_location): Compile fix.
3292
3293 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3294
3295         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3296
3297         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3298         fixes problems with system defaults being reverted with \override
3299         on Score level.
3300
3301         * lily/global-context.cc (Global_context): apply property-ops to
3302         Global_context too. 
3303
3304 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3305
3306         * scm/output-ps.scm (stencil->string): Rewrite.
3307
3308 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3309
3310         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3311         impersonal style.
3312
3313 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3314
3315         * lily/input-smob.cc (ly_input_location: New function.
3316
3317         * scm/define-markup-commands.scm (upright): New markup command.
3318
3319         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3320
3321         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3322
3323         * scm/output-ps.scm (output-stencil): New function.
3324
3325         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3326         of snippet types; fixes @ignore and @verbatim blocks.
3327
3328 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3329
3330         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3331         to a file in printed documentation, instead, refer either to a 
3332         syntax or to an output.
3333
3334 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3335
3336         * input/regression/beam-center-slope.ly: Add test.
3337
3338 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3339
3340         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3341         (SAUTER_FONTS): Reinstate.
3342
3343         * scm/define-markup-commands.scm (caps): New markup command.
3344
3345         * scm/output-ps.scm (output-scopes): Experimental markup output.
3346
3347         * scm/: Add missing headers.
3348
3349         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3350
3351         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3352
3353 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3354
3355         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3356         Stray style cleanups.
3357
3358 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3359
3360         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3361         no dot combination.
3362
3363         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3364         substitute \override Staff.autoBeamSettings too
3365
3366         * Documentation/user/tutorial.itely: proofreading fixes by David
3367         Bobroff
3368
3369 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3370
3371         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3372
3373         * ps/music-drawing-routines.ps: 
3374         * ps/lilyponddefs.ps: Add end markers.
3375
3376 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3377
3378         * VERSION: 2.1.27 released.
3379         
3380         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3381
3382         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3383         obey documentation.
3384
3385 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3386
3387         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3388
3389         * scm/output-ps.scm: Resurrect.
3390         
3391         * scm/output-tex.scm: Minimal cleanups.
3392
3393         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3394
3395         * make/ly-rules.make: Remove any broken lily-*.tex files before
3396         lilypond-book run.
3397
3398         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3399         comment.
3400
3401         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3402         Enabled by default, may save 10% compile time.
3403
3404 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3405
3406         * lily/lyric-phrasing-engraver.cc: remove
3407         
3408         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3409         longer necessary. 
3410
3411         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3412         so lyric-phrasing-engraver is no longer necessary.
3413
3414         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3415         Grob_pq_engraver from Staff.
3416
3417         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3418         busyGrobs directly.
3419
3420         * input/regression/quote-transposition.ly: new file.
3421
3422         * lily/recording-group-engraver.cc (stop_translation_timestep):
3423         store instrumentTuning too. 
3424
3425         * lily/quote-iterator.cc (process): transpose events using
3426         instrumentTuning.
3427
3428         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3429         -> \tuning <pitch>
3430
3431         * lily/parser.yy (command_req): add \tuning command for setting
3432         instrument tuning of staff.
3433
3434         * Documentation/user/GNUmakefile
3435         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3436
3437         * Documentation/user/refman.itely (Customized accidental rules):
3438         typo.
3439
3440 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3441
3442         * Documentation/user/music-glossary.tely: remove the missing norwegian
3443         translation; they can be put in later properly.
3444
3445 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3446
3447         * lily/recording-group-engraver.cc (start_translation_timestep):
3448         init Recording_group_engraver twice.
3449
3450 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3451
3452         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3453         stray style cleanups:
3454
3455         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3456         -Wmissing-prototypes.
3457
3458         * flower/include/killing-cons.tcc (Killing_cons): Add template
3459         specifier for car_.
3460
3461         * flower/include/parray.hh (binsearchs): Add template specifier
3462         for maxkey.
3463
3464         * flower/include/interval.hh: Declare elem () with template specfier.
3465
3466 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3467
3468         * elisp/lilypond-indent.el (get-buffer-size): add customization
3469         groups for several variables (Reuben Thomas).
3470
3471 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3472
3473         * Documentation/user/invoking.itexi (Point and click): add index
3474         entry.
3475
3476         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3477         go under beam.
3478
3479         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3480         sarabande beam. 
3481
3482         * flower/warn.cc (programming_error): cross fingers not thumbs.
3483
3484         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3485         staff-position is set.
3486
3487         * VERSION: release 2.1.26 
3488         
3489         * scm/chord-entry.scm (construct-chord): process transposition
3490         after processing explicit-11.  
3491
3492 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3493
3494         * lily/parser.yy (add_quote): add syntax for adding quotes:
3495         \addquote "id-string" Music
3496
3497         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3498
3499         * scripts/convert-ly.py (conv): add rules for name changes.
3500
3501         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3502         music/context/grob property functions. Internally, use
3503         get_property() and set_property() for both.
3504
3505 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3506
3507         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3508         for Emacs <= 20 (Laurent Martelli).
3509
3510 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3511
3512         * lily/parser.yy (command_element): extract quoted vector in
3513         parser.
3514
3515         * input/regression/quote.ly: new file.
3516
3517         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3518
3519         * lily/parser.yy (command_element): \quote DURATION NAME: support
3520         cue notes. 
3521
3522         * lily/quote-iterator.cc (class Quote_iterator): new file.
3523
3524 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3525
3526         * lily/auto-beam-engraver.cc (try_music): accept and process
3527         beam-forbid-event.
3528
3529         * input/regression/auto-beam-no-beam.ly: new file.
3530
3531 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3532
3533         * lily/accidental.cc (print): Change font-relative-size ->
3534         font-size. Fixes cautionary-style = smaller.
3535
3536 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3537
3538         * lily/system-start-delimiter.cc (staff_brace): remove
3539         font-relative-size
3540
3541         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3542         forgotten with scm_list_n. Fixes spurious coredumps.
3543
3544         * lily/accidental-engraver.cc (stop_translation_timestep): move
3545         update of localKeySignature to stop_translation_timestep (). This
3546         makes sure that all ties are noticed at the right moment.
3547         (stop_translation_timestep): clear tie only when right-side
3548         notehead was seen.
3549         (number_accidentals_from_sig): cleanup. 
3550
3551         * input/regression/accidental-tie.ly (mus): new file
3552
3553         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3554         these longish tests.
3555
3556 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3557
3558         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3559
3560         * THANKS: update bugreporter list.
3561
3562         * lily/beam.cc (print): broken beams last until end of staff.
3563         (print): broken beams start from prefatory matter.
3564
3565         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3566
3567         * lily/paper-score.cc (process): dump header only once.
3568
3569         * lily/paper-outputter.cc (Paper_outputter): move logic into
3570         Scheme.
3571
3572         * scm/output-tex.scm (output-scopes): new function.
3573         (output-paper-def): new function
3574         (tex-string-def): new function
3575         (symbol->tex-key): new function
3576
3577         * scripts/convert-ly.py (conv): add rule for | ~
3578
3579 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3580
3581         * input/regression/{many}.ly: refresh, trying to guess how
3582         it was designed.
3583
3584 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3585
3586         * VERSION: release 2.1.25
3587
3588         * scm/define-translator-properties.scm
3589         (all-user-translation-properties): add printOctaveNames
3590
3591         * ly/engraver-init.ly: remove Note_event_swallower from
3592         NoteNamesContext.
3593
3594         * lily/note-name-engraver.cc (process_music): new property
3595         printOctaveNames
3596
3597         * lily/context.cc (find_existing_context): remove support for
3598         Current.
3599
3600         * scm/music-functions.scm (set-accidental-style): new function;
3601         duplicate accidental macros.
3602
3603         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3604
3605         * lily/note-name-engraver.cc (process_music):
3606         process_acknowledged_grobs () -> process_music ()
3607
3608         * scm/part-combiner.scm (determine-split-list): robustification.
3609
3610 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3611
3612         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3613         lines for falling into beam-gap.
3614         (score_forbidden_quants): check all staff lines for falling in
3615         beam gaps.
3616
3617         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3618         key/clef/time signatures. 
3619
3620         * input/test/ossia.ly: revise example.
3621
3622         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3623         cleanup.
3624         
3625         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3626         comply to Scheme standard.  Remove ly:get-paper-variable
3627
3628 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3629
3630         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3631
3632 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3633
3634         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3635         properties from Voice context. This fixes accidental size for
3636         staff-switches during grace contexts.
3637
3638         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3639         if necessary. Else, simply wipe dots.
3640
3641         * input/test/beam-alternate.ly: new file
3642
3643         * input/test/piano-staff-distance.ly: new file.
3644
3645         * lily/translator-group.cc (recurse_down_translators): use
3646         Direction for bottom-up/top-down.
3647
3648         * lily/include/translator.hh (class Translator): add
3649         process_music() and do_announces(). This obviates
3650         recurse_down_{engravers,performers}.
3651
3652         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3653         \melisma and \melismaEnd
3654
3655         * lily/melisma-engraver.cc (process_music): change to
3656         Melisma_translator, unify with performer. Accept
3657         ManualMelismaEvent.
3658
3659         * ly/engraver-init.ly: add Font_size_engraver.
3660
3661 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3662
3663         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3664         it hara-kiri.
3665
3666         * input/regression/{many}.ly: improve descriptions trying to figure
3667         out what is tested.
3668
3669 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3670
3671         * lily/slur.cc (broken_trend_offset): robustness fix.
3672
3673         * VERSION: release 2.1.24
3674
3675         * lily/context.cc (find_create_context): go to Score if it exists.
3676
3677         * lily/context-scheme.cc: new file.
3678
3679         * lily/score-translator.cc (get_output): new file.
3680
3681         * lily/include/grob-info.hh: origin_contexts() now does not
3682         include the originating engraver
3683
3684         * lily/translator-group.cc (translator_each): clean up contents,
3685         remove superfluous stubs. Engraver_group_engraver and
3686         Performer_group_performer are the only classes using multiple
3687         inheritance.
3688
3689         * lily/include/score-context.hh (class Score_context): interface
3690         between Score_{engraver,performer} and Global_context.
3691
3692         * lily/include/global-context.hh (Context): change from
3693         global-translator. This is the entry point for contexts; it is not
3694         tweakable using \translator{}. Score is no longer the top context,
3695         but sits underneath Global.
3696
3697         * lily/include/context.hh (class Context): brain surgery: split
3698         out Context functionality from Translator_group. Context is now a
3699         separate type from Translator.
3700
3701 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3702
3703         * lily/include/translator.hh (class Translator): make
3704         get_score_context() and get_global_translator (), and use the one
3705         which is appropriate.
3706
3707         * lily/context.cc: partially put functionality of Translator_group
3708         into Context.
3709
3710         * lily/include/context.hh (Translator): new class: put between
3711         Translator and Translator_group. 
3712
3713         * lily/new-accidental-engraver.cc: remove file.
3714
3715 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3716
3717         * input/regression/{many}.ly: improve descriptions: use complete 
3718         sentences, try to describe what is tested, avoid `we´, do not use 
3719         don't, ... 
3720
3721 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3722
3723         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3724         is at EOL.
3725
3726         * Documentation/user/lilypond.tely: declare the topmost node only
3727         once; removes empty line in @contents.
3728
3729         * Documentation/user/music-glossary.tely: really add Finnish author.
3730         Draw more beatiful `->´ arrow in html: &rarr;
3731
3732 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3733
3734         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3735
3736         * scripts/convert-ly.py (conv): add ly:music-list  change.
3737
3738         * lily/grob.cc: edit doc string.
3739
3740         * scm/define-grob-properties.scm (all-user-grob-properties):
3741         proofreading, editing of doc strings.
3742
3743         * input/regression/tablature-string-tunings.ly: new file.
3744
3745         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3746         listen to stringTunings
3747
3748         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3749         for self-alignment-[XY] code.
3750  
3751 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3752
3753         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3754         cond) into function. Cleanup.
3755
3756         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3757         
3758         * VERSION (PACKAGE_NAME): 2.1.23 released
3759
3760 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3761
3762         * Documentation/user/{refman,internals}.itely: small fixes.
3763
3764 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3765
3766         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3767         accidentals for harmonic notes
3768
3769         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3770         for harmonic notes.
3771
3772         * scm/document-backend.scm (interface-doc): prune Grob
3773         documentation: don't duplicate interface information.
3774
3775         * lily/*.cc: lots of updates of doc strings.
3776
3777 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3778
3779         * input/test/ac-extra-voice.ly (accompany): remove file.
3780
3781         * input/test/maximum-rest-count.ly: remove file.
3782
3783         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3784         conversion rule for \translator { }. Apply everywhere.  
3785
3786         * lily/parser.yy (music_property_def): set property for \once in
3787         the PropertyMusic itself, not the ContextSpec.
3788         (property_operation): change syntax within \translator { }
3789
3790         * scm/define-music-properties.scm (all-music-properties): clean up.
3791
3792         * lily/auto-beam-engraver.cc (test_moment): use
3793         updated_grob_properties() to retrieve autoBeam settings.
3794
3795         * lily/spacing-spanner.cc: bound shortest_playing_len by
3796         measure_length
3797
3798         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3799         multi-measure events for spacing computation.
3800
3801         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3802         elliptical, to 1.49.
3803
3804         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3805         vertical positioning for polyphony, without RestCollision object.
3806
3807         * lily/note-column.cc (add_head): prevent rests & note heads on
3808         one stem.
3809
3810         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3811         (do_shift): rewrite only-rests case: use common refpoints: the
3812         routine will have sensible results when other rest-translations
3813         have taken place.
3814
3815         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3816         < 0 case. 
3817
3818         * VERSION: 2.1.22 released
3819         
3820         * input/GNUmakefile (SUBDIRS): remove ascii-art
3821
3822 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3823
3824         * input/: Convert ly files that still had \property.  Fixes make
3825         web.  Remove exta spaces around '='. 
3826
3827         * scripts/convert-ly.py (conv): Redundant space fixes.
3828
3829         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3830
3831 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3832
3833         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3834         create scalable PS and PDFs  for input/{test,template,regression}.
3835
3836         * lily/context.cc (is_alias): move function.
3837         (is_alias): add Bottom as context alias. 
3838         (find_create_translator): add Bottom as a context alias for creation.
3839
3840         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3841
3842         * lily/parser.yy (music_property_def): new syntax for property
3843         assignments:
3844
3845         \set A.B = #C , \unset A.B
3846         \override A.B #C = #D, \revert A.B #C 
3847
3848         * lily/my-lily-lexer.cc: remove \property
3849
3850 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3851
3852         * Documentation/user/refman.itely: add dots after seealso refs.
3853
3854         * input/template/{many}.ly: harmonise descriptions.
3855
3856         * Documentation/user/music-glossary.itely: add Finnish author.
3857
3858 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3859
3860         * VERSION (PACKAGE_NAME): release 2.1.21
3861
3862 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3863
3864         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3865
3866         * scripts/lilypond-book.py (snippet_res): @include filename must
3867         not be empty.
3868
3869 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3870
3871         * scm/documentation-generate.scm (markup-doc-string): dump
3872         markup-commands.tely
3873
3874         * scm/define-markup-commands.scm (override): new file.
3875         Move documentation from refman into doc-strings. 
3876
3877         * input/test/staff-container.ly: fix example.
3878
3879         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3880         StaffContainer
3881
3882         * lily/grob.cc: remove point_dimension_callback
3883         (Grob): read forced dimensions from X-extent and Y-extent.
3884         (get_paper): remove preset_extent.
3885
3886         * scm/define-grobs.scm (all-grob-descriptions): remove
3887         point_dimension_callback. 
3888
3889         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3890         textscript to head. This makes no-spacing-rods work on
3891         DynamicText.
3892
3893         * lily/chord-name.cc: remove props chord, bass, inversion.
3894
3895         * Documentation/user/appendices.itely: add Scheme functions,
3896         context-properties and layout properties to manual.
3897
3898         * scm/part-combiner.scm (determine-split-list): include rests in a
3899         solo1/2 sequence.
3900
3901         * lily/new-part-combine-iterator.cc (substitute_both): new
3902         function.
3903         (class New_pc_iterator): add separate Voice=solo context, fixes
3904         autobeams going from chords to solo.
3905
3906 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3907
3908         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3909
3910         * Documentation/user/tutorial.itely:
3911         * Documentation/user/refman.itely: Add short note about being part
3912         of lilypond.tely.
3913
3914         * COPYING: Make note more clear with respect to files that are
3915         explicitely licenced otherwise (Documention/user/ comes to mind).
3916         
3917         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3918         comment about barfing of @c,{}.
3919
3920         * Documentation/user/music-glossary.tely: Add list of authors.
3921
3922         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3923         source (was: also in build log).
3924
3925 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3926
3927         * lily/side-position-interface.cc (general_side_position): if
3928         staff-padding is set, then include staff in support too.
3929
3930         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3931         module workbook
3932
3933         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3934
3935         * lily/tuplet-engraver.cc: remove tupletInvisible
3936
3937         * scm/define-translator-properties.scm: cleanup, separate in
3938         internal and user props. 
3939
3940         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3941         LyricsVoice -> Lyrics
3942
3943         * lily/new-part-combine-iterator.cc (process): only print warning
3944         for symbols.
3945
3946 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3947
3948         * scm/part-combiner.scm: Add proper header.
3949
3950         * All but lily/*: The great --2003 --2004 replace; the missing
3951         `bits'.
3952
3953         * TODO: Fix outline mode.  Add book notes.
3954
3955         * ROADMAP: Update.
3956
3957 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3958
3959         * scm/part-combiner.scm (make-autochange-music): use
3960         accumulator. Fixes stack overflow.
3961
3962         * lily/*: rename brew_molecule -> print , molecule-callback ->
3963         print-function
3964
3965         * scm/define-grob-properties.scm: cleanup. Separate into internal
3966         and user properties.
3967
3968         * lily/translator-property.cc (updated_grob_properties): new
3969         function
3970         (execute_pushpop_property): change to new convention:
3971         object property inits are stored as (cons ALIST BASED-ON). This
3972         storage format allows concurrent tweaks in different contexts.
3973
3974 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3975
3976         * TODO: new file.
3977
3978 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3979
3980         * debian/: Late Debian update (sorry Anthony).
3981
3982         * scripts/lilypond-book.py (do_file): Look for input_file in
3983         include path, or ask kpathsea if LATEX.
3984
3985         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3986         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3987         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3988         --header=texidoc.
3989
3990         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3991         relative.
3992
3993         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3994         only when filtering, default to input_base otherwise.  Coding
3995         style fixes.
3996
3997 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3998
3999         * lily/include/translator.hh (class Translator): add virtual
4000         qualifier.
4001
4002 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4003
4004         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4005
4006 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4007
4008         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4009
4010         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4011         (fixes make web).
4012
4013         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4014         live in $(out)-www).
4015
4016         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4017         dependencies.  Add link to .ly source in HTML output.
4018         (Lilypond_snippet.output_html): Handle multiple page picture
4019         output.
4020         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4021         Make usable for output_texinfo again.
4022
4023         * Documentation/user/GNUmakefile: Add static dependency for
4024         lilypond.tely includes.
4025
4026         * Documentation/user/tutorial.itely: Add some lost `relative'
4027         ly-options.
4028
4029 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4030
4031         * lily/include/translator-group.hh: move Music_output_def member
4032         to Global_translator.
4033
4034         * scripts/lilypond-book.py (do_file):  fix latex output.
4035
4036         * VERSION: release 2.1.20
4037         
4038         * scm/part-combiner.scm (determine-split-list): robustness fix 
4039
4040         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4041
4042         * lily/parser.yy (music_output_def_body): plug memory leak.
4043
4044         * lily/translator-group.cc (add_fresh_group_translator): plug
4045         memory leak: unprotect Translator_group once added.   
4046
4047         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4048
4049         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4050         write .dep file.
4051         (Lilypond_snippet.ly): add \renameinput.
4052
4053 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4054
4055         * Documentation/user/refman.itely (Markup command definition): Doc
4056         by Nicolas Sceaux. Rewrite by Han-Wen
4057
4058         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4059         thing of the line.
4060         (brew_molecule): only remove if hyphen is not at the end of line.
4061         (set_spacing_rods): new function: minimum-length specifies
4062         distance between syllables.
4063
4064         * scm/define-grobs.scm (all-grob-descriptions): add
4065         Hyphen_spanner::set_spacing_rods to LyricHyphen
4066
4067         * input/regression/lyric-hyphen-break.ly: new file.
4068
4069         * input/test/lyric-hyphen-retain.ly: new file.
4070
4071         * lily/new-part-combine-iterator.cc (construct_children):
4072         add Rest direction.
4073
4074 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4075
4076         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4077
4078         * Documentation/bibliography/engraving.bib (donemus1982):
4079         update entry.
4080
4081 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4082
4083         * scripts/lilypond-book.py (Substring.__init__): new class.
4084         (Snippet.output_texinfo): add texidoc option.
4085         (Include_snippet.replacement_text): new class.
4086         (Lilypond_snippet.__init__): new class
4087         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4088
4089         * Documentation/user/refman.itely (Sound): 
4090         note about number of channels.
4091
4092         * scm/music-functions.scm (voicify-music): add \context Staff for
4093         << \\ >> polyphony.
4094
4095         * lily/parser.yy (verbose_command_req): \skip now creates
4096         SkipMusic, and does not lead to spurious staves.
4097
4098         * scm/define-music-types.scm (music-descriptions): rename
4099         NonEventSkip to SkipMusic
4100
4101         * input/no-notation/midi-lyric-barcheck.ly: new file.
4102
4103         * input/regression/collision-dots-invert.ly: new file.
4104
4105         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4106         case.
4107
4108         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4109         die if melody died too.
4110
4111 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4112
4113         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4114         with reading from stdin.
4115
4116         * lily/slur-performer.cc (try_music): new file.
4117
4118         * lily/melisma-performer.cc (try_music): new file. Handle
4119         melismata to help lyrics.
4120
4121         * lily/beam-performer.cc (try_music): new file. Handle beam events
4122         to help lyrics.
4123
4124         * lily/score-performer.cc (one_time_step): reinstate
4125         process_music().
4126
4127         * lily/performer.cc (process_music): add to interface.
4128
4129         * lily/performer-group-performer.cc (process_music): new function.
4130
4131         * lily/dot-column.cc (do_shifts): do collision resolution before
4132         dot positioning.
4133         
4134         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4135         file, process printfilename option.
4136         (Snippet.__init__): rewrite: do not use global variables h or
4137         index.
4138         (main): really support -I option.
4139         (find_toplevel_snippets): new code.
4140         (find_toplevel_snippets): reinstate old version, without global
4141         variables.
4142
4143         * tex/texinfo.tex: really add file.
4144         
4145 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4146
4147         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4148         compatibility.
4149
4150 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4151
4152         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4153
4154         * scm/define-translator-properties.scm (drumPitchTable): add
4155         property.
4156
4157         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4158         function.
4159         (help_summary): docstrings.
4160         (do_file): strip the dir of input_base too.
4161
4162 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4163
4164         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4165
4166         * Documentation/user/lilypond-book.itely: Update.
4167
4168         * make/ly-rules.make: Update lilypond-book commands.
4169
4170         * Documentation/user/GNUmakefile: Update makeinfo commands,
4171         lilypond-book flags.
4172
4173         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4174         
4175         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4176
4177         * scripts/filter-lilypond-book.py: Remove.
4178
4179         * Documentation/user/*tely: Update options for new lilypond-book.
4180
4181         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4182         with @macros in @includes.
4183
4184 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4185
4186         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4187         make rest-collision only.
4188
4189         * lily/break-substitution.cc (substitute_one_mutable_property):
4190         clear all-elements using scm_assq_remove_x(). 
4191
4192         * lily/rest-collision.cc (do_shift): shift single rests
4193
4194         * flower/include/array.hh (class Array): rename to is_empty ()
4195
4196         * lily/drum-note-performer.cc: new file: perform drum notes.
4197
4198         * VERSION (PACKAGE_NAME): release 2.1.19.
4199         
4200 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4201
4202         * scripts/filter-lilypond-book.py
4203         (classic_lilypond_book_compatibility): New function.
4204
4205 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4206
4207         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4208
4209         * Grand 2003 -> 2004 search replace. 
4210
4211         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4212         (i.e. < > )
4213
4214         * ly/performer-init.ly: add DrumStaff
4215
4216         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4217         lyric-interface; this prevents lines with only extender lines from
4218         being junked.
4219  
4220         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4221
4222         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4223         extenders right, for once and for all (hopefully).
4224         
4225         * lily/break-substitution.cc (substitute_one_mutable_property):
4226         clear old 'all-elements for System grobs.
4227
4228         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4229         that associatedVoiceContext is always assigned when music & lyrics
4230         are found. 
4231
4232         * ly/engraver-init.ly: remove Lyrics context.
4233         (TabVoice): add noteheads engraver
4234
4235         * input/test/improv.ly: update: do not use Thread switching. 
4236
4237         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4238         squashedPosition is a number  
4239
4240         * Documentation/user/refman.itely (Automatic note splitting):
4241         remove Thread references.
4242
4243         * input/no-notation/pc-direction.ly: remove file.
4244
4245         * ly/engraver-init.ly: remove Thread
4246
4247         * input/regression/tie-chord-partial.ly: remove file.
4248
4249         * scripts/convert-ly.py (conv): \harmonic rule
4250
4251         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4252         notation for harmonic notes: <c' g''\harmonic>
4253
4254         * lily/lily-guile.cc (alist_to_hashq): new function
4255
4256         * scm/lily.scm (alist->hash-table): new function.
4257
4258         * Documentation/user/refman.itely (Percussion staves): update doco.
4259
4260         * input/regression/drums.ly (timb): updates
4261
4262         * lily/note-performer.cc (create_audio_elements): robustness fix.
4263
4264         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4265
4266 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4267
4268         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4269         discard valid matches.
4270
4271 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4272
4273         * lily/drum-note-engraver.cc: new file.
4274
4275         * ly/drumpitch-init.ly: move drum definitions
4276
4277         * scm/drums.scm: remove file.
4278
4279         * lily/*.cc: remove abort-event everywhere.
4280
4281         * lily/note-heads-engraver.cc (process_music): robustification.
4282
4283         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4284         robustification.
4285
4286         * lily/parser.yy (simple_element): add \drums mode.
4287         (simple_element): remove \pitchnames , \chordmodifiers. Use
4288         variables to store this. 
4289
4290         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4291         outside \notes.
4292
4293         * VERSION: release 2.1.18.
4294         
4295         * input/test: remove octave-duplicate.ly
4296
4297 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4298
4299         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4300
4301 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4302
4303         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4304         constructor from Music_iterator. Changes throughout.
4305
4306         * lily/include/music-iterator.hh (class Music_iterator): remove
4307         Music_iterator::skip and Music_iterator::get_pending_events from
4308         interface. Rename report_to -> get_outlet 
4309
4310         * lily/auto-change-iterator.cc: move contents from
4311         new-auto-change-iterator.cc from
4312
4313         * scm/part-combiner.scm: determine split-list from Scheme. 
4314
4315         * lily/new-auto-change-iterator.cc (process): new file.
4316
4317         * lily/parser.yy (part_combined_music): remove old PC cruft.
4318
4319         * ly/engraver-init.ly: remove old
4320         PC cruft.
4321
4322         * Documentation/user/refman.itely (The Lyrics context): note about
4323         extender lines.
4324
4325         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4326         to allow 0-length mmrest events.
4327
4328         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4329
4330         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4331
4332         * lily/spacing-engraver.cc (finalize): robustifications.
4333
4334         * input/regression/new-part-combine-solo-global.ly: new file.
4335
4336         * scm/part-combiner.scm: rewrite.
4337
4338 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4339
4340         * Documentation/user/refman.itely, input/puer-fragment.ly,
4341         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4342         updated for proper use of lyricsto; replaced "(" and ")" ->
4343         "\melisma" and "\melismaEnd"
4344
4345         * input/test/ancient-font.ly: small updates to reduce compile
4346         warnings (TODO: junk this file)
4347
4348         * input/test/gregorian-scripts.ly: added comment about bug
4349
4350         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4351         tiny robustness fix
4352
4353         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4354         recent changes in the feta code); temporarily mapped mensural g
4355         clef to a copy of petrucci g clef until mensural g clef will have
4356         been rewritten
4357
4358         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4359         between mensural and neo-mensural heads (this broke quite a while
4360         ago)
4361
4362         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4363
4364 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4365
4366         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4367         indication.  Fixes for verbatim, multi line comments.
4368
4369 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4370
4371         * input/regression/new-part-combine-solo.ly: more cases.
4372
4373         * lily/slur.cc (height): robustness fix.
4374
4375         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4376
4377         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4378         stemUp/stemDown.
4379
4380         * scm/music-functions.scm (determine-split-list): further analysis.
4381
4382         * lily/script-engraver.cc (try_music): discard duplicate
4383         articulations.
4384
4385         * input/regression/new-part-combine-solo.ly: new file
4386
4387         * input/regression/new-part-combine-a2.ly: new file.
4388
4389         * ly/performer-init.ly: add Devnull
4390
4391         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4392         for \musicglyph #"accidental-*"
4393         (conv): \newpartcombine rule.
4394
4395 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4396
4397         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4398
4399 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4400
4401         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4402         textwidth, --output.
4403
4404 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4405
4406         * scm/new-markup.scm (doubleflat): add accidental markups.
4407
4408         * VERSION: release 2.1.17
4409         
4410         * Documentation/user/refman.itely (Automatic part combining):
4411         revise documentation of the part-combiner.
4412
4413         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4414         
4415         * input/test/part-combine-{moment,staff}.ly: remove file.
4416
4417         * input/regression/pc-mmrest.ly (two): remove file.
4418
4419         * scm/define-music-types.scm (music-descriptions): add
4420         Solo{One,Two}Event and UnisonoEvent
4421
4422         * lily/new-part-combine-iterator.cc (unisono): add state_
4423         variable, signal changes with part-combine-event.
4424
4425         * input/regression/new-part-combine-text.ly: new file.
4426
4427         * lily/part-combine-engraver.cc: new file.
4428
4429 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4430
4431         * scripts/filter-lilypond-book.py: Handle snippet options.
4432
4433 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4434
4435         * scm/music-functions.scm (determine-split-list): detect solo1/2
4436         and unisono.
4437
4438         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4439         revert fix, document why.
4440
4441         * lily/tie-performer.cc (process_music): new function. Set melisma
4442         property.
4443
4444         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4445         always smaller than bracket size.
4446         (make_bracket): oops. Size of the gap was off by factor 2
4447
4448         * input/test/text-rotate.ly: new file.
4449
4450         * scm/new-markup.scm (markup): a macro that provides a
4451         LilyPond-like syntax in scheme for building markups, in order to
4452         help markup command definition. (Nicolas Sceaux)
4453
4454         * input/test/lyrics-skip-notes.ly: new example.
4455
4456         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4457
4458         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4459         use is_alias() iso. == . This fixes lyrics on
4460         GregorianTranscriptions. 
4461
4462 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4463
4464         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4465         \thispagestyle{lastpage} to avoid that it's printed on the second
4466         last page when there's only a single score line on the last page.
4467         (The page breaking mechanism in TeX played some ugly tricks to us.)
4468
4469 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4470
4471         * scripts/filter-lilypond-book.py: Further development.
4472
4473         * input/regression/collision-dots-move.ly: New test.
4474
4475         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4476         hand side note head of non-merged collision to the right.
4477
4478         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4479         Construct children before accessing property from emtpy
4480         lyrics_context_.
4481         (construct_children): Find thread before finding LyricsVoice.
4482         Create LyricsVoice one if none found, fixes crash (thanks Erik
4483         Sandberg).
4484
4485 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4486
4487         * cygwin/: Forward port.
4488
4489 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4490
4491         * buildscripts/install-info-html.sh: Use Bash.
4492
4493         * cygwin/mknetrel: Patch from Bert.
4494
4495 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4496
4497         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4498
4499         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4500         try to copy *png, index.html (Bertalan Fodor).
4501
4502         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4503
4504 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4505
4506         * lily/note-collision.cc (check_meshing_chords): Do not remove
4507         dots (from down head) when merging similar heads (thanks Matthias
4508         Kilian).  Simplify merge_possible tests and other cleanups
4509
4510         * input/regression/collision-merge-differently-dotted.ly: Add test
4511         for disappearing dots on similar heads for both voices.
4512
4513 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4514
4515         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4516         that tagline overrides copyright for single page scores. Correct
4517         the default tagline value.
4518
4519 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4520
4521         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4522
4523 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4524
4525         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4526         TEXMF if it's previously unset.
4527
4528 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4529
4530         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4531
4532         * input/test/trills.ly: fix the unfolding of lineprall.
4533
4534         * input/test/figured-bass-alternative.ly: fix accidental.
4535
4536 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4537
4538         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4539         
4540         * input/no-notation/dos-guile.ly: 
4541         * input/no-notation/dos-ps.ly: 
4542         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4543         
4544         * input/no-notation/safe-include.ly:
4545         * input/no-notation/safe-guile.ly:
4546         * input/no-notation/safe-ps.ly: 
4547         * input/no-notation/safe-tex.ly: New file.
4548
4549         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4550         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4551         options now.
4552         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4553         When in --safe-mode, set environment openout_any=p[aranoid].
4554
4555         * tex/ltest.tex: 
4556         * tex/lilyponddefs.tex: Add \nofiles.
4557
4558         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4559         options.
4560
4561         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4562         This allows building the user manual using a binary installation
4563         and a matching unpacked source tree.
4564
4565         * scm/lily.scm (safe-module): New variable. 
4566
4567         * lily/includable-lexer.cc (new_input): Fix error messages.
4568
4569         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4570         If SAFE, evaluate in safe-module.  Change callers.
4571
4572         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4573
4574         * lily/lexer.ll (embedded_scm): While processing main-input,
4575         invoke ly_parse_scm with safe mode if running in safe-mode.
4576         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4577         in init.ly for safe-mode.
4578
4579 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4580
4581         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4582         compatibility with old versions of geometry.sty (compat2
4583         already implied includehead).
4584         Change the page layout slightly so bottom + footskip = top +
4585         headheight + headsep = 16mm, the remaining paperheight-32mm
4586         are used for the music. Increase footskip to 5mm, so the top of
4587         the footer text doesn't touch the music.
4588
4589 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4590
4591         * VERSION: release 2.1.16
4592         
4593         * scm/music-functions.scm (determine-split-list): bugfix: only use
4594         new-active for both voices if both indexes advance. This fixes the
4595         biggest outstanding problem with new-pc. 
4596
4597         * lily/new-part-combine-iterator.cc (construct_children): set more
4598         directions.
4599
4600 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4601
4602         * scripts/convert-ly.py (conv): add instrument rule.
4603
4604         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4605
4606         * lily/side-position-interface.cc: remove add_staff_support ()
4607         Change all callers to use staff-padding.
4608
4609         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4610         make_spanner().
4611
4612         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4613
4614         * lily/text-engraver.cc: remove scriptHorizontal property.
4615
4616         * lily/beam.cc (least_squares): also set least-squares-dy for
4617         special case of slanted 2-stem beam to center.
4618
4619         * lily/side-position-interface.cc (out_of_staff): move contents of
4620         out_of_staff into aligned_side.
4621         remove out_of_staff().
4622
4623         * input/regression/measure-grouping.ly: fix warning.
4624
4625         * lily/side-position-interface.cc: add staff-padding support to
4626         Side_position_interface::aligned_side.
4627
4628         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4629         one get_property too many.
4630
4631         * flower/include/drul-array.hh (linear_combination): new function
4632         (scale_drul): new function
4633
4634         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4635         operations on empty intervals are silly.
4636
4637 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4638
4639         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4640         (iso gh_scm2int), fixes crash in new part-combiner.
4641
4642         * configure.in: Up mftrace to 1.0.27.
4643
4644 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4645
4646         * VERSION: release 2.1.15
4647         
4648         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4649         align all stanza numbers.
4650
4651 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4652
4653         * Documentation/user/{introduction.itely,refman.itely,
4654         converters.itely}: fix some text inside parentheses; text should
4655         be readable (even) if parentheses are either replaced with commas 
4656         or dropped out.
4657
4658 2004-01-25  Werner Lemberg  <wl@gnu.org>
4659
4660         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4661         input/test/vaticana.ly, input/test/ancient-font.ly,
4662         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4663         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4664         ly/params-as-init.ly, scm/define-grobs.scm,
4665         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4666
4667         * ly/params-as-init.ly: Removed.  Obsolete.
4668         * buildscripts/lilypond.words.py: Updated.
4669
4670 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4671
4672         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4673
4674         * mf/feta-din{4,5,7,9}.mf: remove.
4675         
4676         * lily/engraver.cc (internal_make_item): centralize item/spanner
4677         factory.
4678
4679         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4680         do correct chord conversion for ^"sim."  (backportme)
4681         (FatalConversionError.sub_articulations): substitute ^"foo" in
4682         chords too. (backportme)
4683
4684         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4685         for Fingering.
4686
4687         * lily/side-position-interface.cc (out_of_staff): don't do
4688         anything if staff-padding not defined. 
4689
4690         * mf/feta-params.mf (stafflines): introduce linethickness as
4691         general blackness of the font.
4692
4693         * lily/stem.cc (position_noteheads): rounding error robustness.
4694
4695         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4696         from beam-collision.ly 
4697
4698         * lily/beam.cc (rest_collision_callback): remove direction.
4699
4700         * scm/define-grobs.scm (all-grob-descriptions): remove
4701         enclose-bounds in OttavaBracket and PianoPedalBracket
4702
4703         * scm/new-markup.scm (def-markup-command) new macro, which takes
4704         care of defining the COMMAND-markup and make-COMMAND-markup
4705         procedures, setting markup-signature and keyword-signature object
4706         properties, and pushing the markup command in
4707         markup-function-list.
4708
4709         All markup commands are defined thanks to it.  Users may also use
4710         it to define their own markup commands. (Nicolas Sceaux)
4711
4712         * scm/new-markup.scm: Scheme style clean-up: there should be no
4713         parenthesis alone on a line; LET* should not be used where LET is
4714         enough. (Nicolas Sceaux)
4715
4716 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4717
4718         * scripts/filter-lilypond-book.py: Add script.
4719
4720 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4721
4722         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4723
4724 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4725
4726         * Documentation/user/refman.itely (Fingering instructions): add
4727         single note chords. 
4728
4729         * lily/multi-measure-rest-engraver.cc: use a single
4730         MultiMeasureEvent for mm rests. This prevents problems with the
4731         new part combiner.
4732
4733         * scm/music-functions.scm (determine-split-list): analysis has
4734         global effect: a difference halfway a phrase makes the entire
4735         phrase be typeset as apart.
4736         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4737
4738 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4739
4740         * ly/performer-init.ly: add Devnull.
4741
4742         * Documentation/user/refman.itely (Font selection): remove paper20
4743         ref.
4744         
4745 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4746
4747         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4748
4749 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4750
4751         * scm/music-functions.scm (determine-split-list): bugfixes.
4752
4753         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4754
4755         * input/test/scales-greek.ly: use C as base, results in different
4756         alterations at the clef.
4757
4758         * input/regression/pedal-ped.ly: new file.
4759
4760         * input/regression/pedal-bracket.ly: new file.
4761
4762         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4763         replace after_line_breaking()
4764
4765         * lily/line-interface.cc (line): read thickness.
4766         (line): dash-fraction = 0 always for dotted-line style.
4767
4768         * input/test/staff-lines.ly (lower): bugfix.
4769
4770         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4771         \accepts Devnull into Score.
4772
4773         * scm/lily.scm: remove bla.scm load.
4774
4775 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4776
4777         * VERSION: release 2.1.14
4778         
4779         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4780
4781         * lily/side-position-interface.cc (general_side_position): add
4782         Staff_symbol_referencer::staff_space ().
4783
4784         * lily/include/context-def.hh: rename from translator-def.hh
4785
4786 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4787
4788         * input/template/piano-dynamics.ly (pedal): Updated definition of
4789         Dynamics such that \cresc works, for example.
4790
4791 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4792
4793         * lily/stem.cc (calc_stem_info): use
4794         Staff_symbol_referencer::staff_space
4795
4796         * lily/beam-quanting.cc (quanting): scale Stem_info 
4797
4798         * lily/beam.cc (rest_collision_callback): use minimum-distance
4799         property for rest/beam collisions.
4800         (rest_collision_callback): bugfixes.
4801
4802         * lily/system.cc (post_processing): extra-offset is now relative
4803         to the size of the current staff.
4804
4805         * scm/music-functions.scm (notice-the-events-for-pc): record all
4806         voices, only analyze "one" and "two".
4807
4808         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4809         not parent. 
4810
4811         * lily/new-part-combine-iterator.cc (construct_children): create
4812         Devnull from Voice context
4813
4814         * scm/music-functions.scm (determine-split-list): bugfixes.
4815
4816         * lily/lily-guile.cc (robust_scm2int): new function
4817
4818         * lily/staff-symbol-referencer.cc (line_thickness): new
4819         function. Use throughout.
4820
4821         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4822         in its own context.  Add to preset font-size.
4823
4824         * lily/stem.cc (thickness): new function.
4825
4826         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4827         compute thickness from ledger-line-thickness.
4828
4829         * lily/note-head.cc (brew_ledger_lines): use
4830         Staff_symbol::get_ledger_line_thickness ().
4831
4832         * lily/beam.cc (rest_collision_callback): use
4833         Staff_symbol_referencer::staff_space().
4834
4835         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4836         Mus1 Mus2
4837
4838         * lily/include/translator.hh (class Translator): add accepts_list_
4839         so  \with { \denies / \accepts } also works.
4840
4841         * scm/music-functions.scm (determine-split-list): determine split
4842         list from music events.
4843
4844         * lily/new-part-combine-iterator.cc: more states.
4845
4846         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4847
4848 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4849
4850         * lily/system.cc (set_loose_columns): use the right prebroken cols
4851         for interpolating loose column position.
4852
4853         * lily/text-spanner.cc (brew_molecule): default to no vertical
4854         lines.
4855
4856         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4857         take space.
4858
4859         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4860
4861 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4862
4863         * scripts/convert-ly.py: Do not test filename when processing
4864         stdin.
4865
4866         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4867
4868 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4869
4870         * lily/axis-group-engraver.cc (finalize): extra check; if
4871         process_music () is never called, then staffline_ == 0.
4872
4873         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4874         check run_always ().
4875         
4876         * VERSION: release 2.1.13
4877
4878         * input/regression/note-head-style.ly (pattern): cleanup.
4879
4880         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4881         downloading.
4882
4883         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4884         kludge rehearsalmark placement.
4885
4886         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4887         , ly:spanner?
4888
4889         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4890         close to note head for accidentals.
4891
4892         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4893         tuplet direction.
4894
4895         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4896
4897 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4898
4899         * lily/include/music-iterator.hh (class Music_iterator): add
4900         substitute_outlet() to iterator API.
4901
4902         * lily/new-part-combine-iterator.cc (construct_children):
4903         New_pc_iterator: new class, better part combining.
4904
4905         * lily/tie-column.cc (werner_directions): new function
4906
4907         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4908
4909         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4910         empty objects group spanner as parent
4911
4912         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4913         slope against graphical slope.
4914
4915         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4916         for ottava bracket.
4917
4918         * lily/side-position-interface.cc (general_side_position):
4919         opps. reinstate *dir.
4920
4921         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4922         parser run.
4923
4924         * lily/tuplet-bracket.cc: remove calc_dy ().
4925
4926         * Documentation/user/refman.itely (Balloon help): document balloon
4927         help
4928
4929 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4930
4931         * scm/document-backend.scm (check-dangling-properties): Grob
4932         properties are defined define-grob-properties.scm.
4933         
4934 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4935         
4936         * VERSION: release 2.1.12
4937
4938         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4939         ChordName
4940
4941         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4942         relation to surroundings.
4943
4944         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4945         Y-extent to the note-extents: stay clear of the staff.
4946
4947 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4948
4949         * Documentation/user/GNUmakefile
4950         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4951         iso. copy.
4952
4953         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4954
4955         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4956
4957         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4958
4959         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4960
4961         * lily/line-interface.cc (line): remove thickness from calling interface.
4962
4963         * lily/hairpin.cc: use Line_interface
4964
4965         * lily/line-interface.cc: new file. Line_interface for everything
4966         with dotted/dashed lines.
4967         
4968
4969         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4970
4971         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4972         for constructing ottava brackets.
4973         
4974         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4975         the note heads.
4976
4977         * Documentation/user/internals.itely (Engravers and performers):
4978         fix broken link.
4979
4980         * scm/music-functions.scm (make-mark-set): new function.
4981
4982         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4983         functionally identical to beam.
4984
4985         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4986         () with beam (). 
4987
4988         * Documentation/user/refman.itely (Rehearsal marks): document new
4989         functionality.
4990
4991         * input/regression/rehearsal-mark-number.ly: new file.
4992
4993         * input/regression/rehearsal-mark-letter.ly: new file.
4994
4995         * scm/translation-functions.scm (number->mark-string): new function
4996         (format-mark-letters): new function
4997         (format-mark-numbers): new function
4998
4999         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5000         integer; formatting is done through markFormatter property.
5001         
5002         * scm/define-translator-properties.scm: fold all *-done properties
5003         into positioning-done.
5004
5005         * lily/beam.cc (position_beam): new function
5006         (brew_molecule): make sure that positions are calced before making
5007         the molecule.
5008
5009         * scm/output*.scm (beam):  take 4th argument for function.
5010
5011         * ps/music-drawing-routines.ps: take blot as 4th argument.
5012
5013         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5014         stem to avoid small dents.
5015         
5016 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5017
5018         * VERSION: release 2.1.11
5019
5020         * input/regression/balloon.ly: new file.
5021
5022         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5023         objects, and make help texts. 
5024
5025         * scm/new-markup.scm (parse-simple-duration): parse duration
5026         string to log & dots. (Thanks Nicolas!)
5027
5028         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5029         rule.
5030
5031 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5032
5033         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5034         Lemberg).
5035
5036         * THANKS: alphabetic order.
5037
5038 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5039
5040         * input/regression/note-head-harmonic.ly: new file.
5041
5042         * Documentation/user/internals.itely (Technical manual): explain
5043         difference between music, translation, layout.
5044
5045         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5046
5047         * scm/output-ascii-script.scm (bracket): rounding bfs.
5048
5049         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5050
5051         * ly/paper*.ly: remove files. 
5052         
5053         * scm/paper.scm (set-staff-size): new function: set default
5054         staff-size.
5055
5056         * scripts/convert-ly.py (conv): add conversion rule.
5057
5058         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5059         function.
5060
5061         * scm/paper.scm: new file.
5062         (set-staff-size): new function 
5063         (set-paper-size): new function
5064
5065         * lily/parser.yy (music_output_def_body): restructure definition,
5066         so first Scheme statement in \paper also happens in new scope. 
5067
5068         * lily/system.cc (post_processing): move uniquify_list () to
5069         dumping molecule stage.
5070
5071         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5072         this will mess up scores that use barchecks to shorten measures.
5073
5074         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5075         at 20pt too.
5076
5077         * Documentation/user/tutorial.itely (Printing lyrics): document
5078         \lyricsto
5079
5080         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5081
5082         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5083
5084         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5085         if Voice is not found.
5086
5087         * VERSION: release 2.1.10
5088         
5089         * input/{test,regression}/: remove old-relative 
5090
5091         * lily/lexer.ll: add empty markup signature. 
5092
5093         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5094         strut markup
5095
5096         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5097
5098         * scm/define-translator-properties.scm: update melismata property
5099         doco.
5100
5101         * lily/system.cc (output_lines): revert uniquify_list() patch,
5102         strange side effects seen.
5103         
5104         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5105         dash-period < 0.
5106
5107         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5108         for flute. 
5109
5110 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5111
5112         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5113
5114         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5115
5116         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5117         of line breaks.
5118         (brew_molecule): add padding to left, not right.
5119
5120         * lily/system.cc (uniquify_list): new function
5121         (output_lines): uniquify_list () on all-elements. This fixes
5122         double symbols in the output.
5123
5124         * lily/beam.cc (rest_collision_callback): don't move anything if
5125         staff-position is set.
5126
5127         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5128
5129         * lily/system.cc (typeset_grob): warn if adding twice.
5130
5131         * lily/sequential-iterator.cc (run_always): implement run_always().
5132         (also in other files.)
5133         
5134         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5135
5136         * lily/event.cc (to_relative_octave): add octave-check.
5137
5138         * Documentation/user/refman.itely (Line breaking): add noBreak.
5139
5140         * scm/new-markup.scm (normalsize-markup): add function.
5141         (sans-markup): new function.
5142
5143         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5144         come earlier nowadays.  This fixes beams on grace notes.
5145         
5146         * scm/music-functions.scm (direction-polyphonic-grobs): new
5147         variable, share between override and revert. This fixes script
5148         directions in polyphonic sections. (backportme)
5149
5150 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5151
5152         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5153         breakpoints.
5154
5155         * lily/break-align-interface.cc: add doco
5156
5157         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5158
5159 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5160
5161         * VERSION: release 2.1.9
5162
5163         * scm/document-markup.scm (markup-doc-node): add note about naming.
5164
5165         * scm/new-markup.scm (left-align-markup): bugfix. 
5166
5167         * Documentation/user/refman.itely (Ottava brackets): more doco for
5168         ottava.
5169
5170         * lily/side-position-interface.cc (out_of_staff): also do
5171         out_of_staff() correctly for d == DOWN.
5172
5173         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5174         horizontal line if they move to the right.
5175         
5176         * scm/define-grobs.scm (all-grob-descriptions): set
5177         text-repeat-if-broken for ottava spanner
5178
5179         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5180         property.
5181
5182         * mf/feta18.mf: design size is 18 not 22.5
5183
5184         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5185         Add a single LyricsVoice to a melody. Melismata may be set
5186         individually.
5187
5188         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5189
5190         * lily/dot-column.cc: add stdio.h
5191
5192 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5193
5194         * lily/item.cc: documentation for break-visibility (Thanks, John).
5195
5196 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5197
5198         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5199
5200         * lily/translator-def.cc: rename Translator_def to Context_def.
5201
5202         * Documentation/user/internals.itely (Lexical details): clarify
5203         string def.
5204
5205         * Documentation/user/refman.itely (Rhythmic music): add link to
5206         RhythmicStaff 
5207
5208 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5209
5210         * lily/translator.cc: document start_translation_timestep()
5211
5212         * scm/output-tex.scm (tex-encoded-fontswitch): use
5213         round for rounding (inexact->exact yields rationals)
5214
5215         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5216
5217         * lily/translator-group.cc (get_simple_trans_list): 
5218         new function; construct simple_trans_list_ lazily.
5219         
5220 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5221
5222         * lily/paper-outputter.cc (output_scope): Check if number before
5223         checking exact (guile cvs).
5224
5225         * scm/*: Escape backslashes in scheme strings (guile cvs).
5226
5227 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5228
5229         * Documentation/user/refman.itely (Tablatures basic): annotate
5230         seealso sections.
5231
5232         * lily/*.cc: cleanup of engraver initialize() functions.
5233
5234         * lily/repeat-acknowledge-engraver.cc
5235         (start_translation_timestep): remove first_b_
5236
5237         * lily/tab-note-heads-engraver.cc: listen to string number events
5238         inside < > too. (backportme).
5239
5240         * Documentation/user/refman.itely (Text scripts): add fatText to
5241         index.
5242
5243 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5244
5245         * VERSION: 2.1.8
5246
5247         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5248         footer.
5249
5250         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5251
5252         * lily/bar-check-iterator.cc (process): only warn if
5253         barCheckLastFail was changed.
5254
5255         * scm/define-translator-properties.scm (barCheckLastFail): add
5256         property.
5257
5258         * lily/main.cc (main_prog): print summary of failed files.
5259
5260         * lily/axis-group-engraver.cc: move all spanner creation to
5261         process_music (). Now staffs can be adjusted with \override too.
5262         (Jan, you are a brilliant programmer!)
5263         
5264         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5265
5266 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5267
5268         * Documentation/user/tutorial.itely (Integrating text and music):
5269         Show the commands to produce a PDF as well.
5270
5271 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5272
5273         * lily/translator-def.cc (get_translator_names): accept user
5274         tweaks too. 
5275
5276         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5277         as big as normal heads. 
5278
5279         * input/*ly: run convert-ly
5280         
5281         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5282         () if dependencies are fluked.
5283
5284         * scm/document-translation.scm (engraver-doc-string): update on
5285         latest string/symbol conventions.
5286
5287         * lily/translator-ctors.cc: use Scheme_hash_table.
5288
5289         * lily/translator-def.cc (get_translator_names): new function
5290         (add_context_mod): new function
5291         (get_accepted): new function
5292
5293         * lily/parser.yy (context_mod): put all modifications of
5294         \translator { } in a single production, encode as SCM.
5295
5296         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5297         to use read-only lists, so additions to the definition can be
5298         prepended easily.  
5299
5300         * Documentation/user/invoking.itexi (Editor support): add node on
5301         editor support.
5302
5303         * Documentation/user/refman.itely (Bar check): add lyrics example
5304         of bar checks. 
5305
5306         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5307
5308         * scripts/convert-ly.py (conv): add conversion rule.
5309
5310         * lily/parser.yy: use \change iso. \translator for staff switch.
5311
5312         * lily/my-lily-lexer.cc: add \change.
5313
5314         * scm/define-translator-properties.scm
5315         (default-melisma-properties): add definition.
5316
5317 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5318
5319         * Documentation/user/refman.itely (Bar lines): clarification of
5320         systemStartDelimiter. 
5321
5322         * input/test/slur-shape.ly (x): remove file.
5323
5324         * lily/translator-group.cc (apply_property_operations): new function.
5325
5326 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5327
5328         * lily/parser.yy (optional_prop_ops): allow \with {
5329         PROPERTYSETTINGS } following \context or \new.
5330
5331         * lily/my-lily-lexer.cc: add \with.
5332
5333         * lily/parser.yy (property_operation): clean up definition of
5334         property operations.
5335         (property_op_to_music): new function.
5336         (context_spec_music): new function
5337
5338         * VERSION: 2.1.7 released.
5339         
5340         * input/regression/collision-merge-dots.ly: new file.
5341
5342         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5343         then kill the dots too. 
5344
5345         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5346         set/unset breakableSeparationItem
5347
5348         * lily/separation-item.cc (relative_width): add function.
5349
5350         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5351         only-prebreak-interface
5352
5353         * lily/system.cc (output_lines): only junk only-prebreak-interface
5354         grobs.
5355
5356         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5357         read breakableSeparationItem
5358
5359         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5360
5361         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5362
5363         * lily/dot-column.cc (dot_config_badness): new function:
5364         select the best scoring dot configuration: dots should go close to
5365         the note heads, but be shifted up or down according to conventions.
5366         (print_dot_configuration): idem.
5367         (shift_one): idem
5368         (remove_collision): idem.
5369
5370         * input/regression/dots.ly: add more test cases.
5371
5372 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5373
5374         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5375
5376         * flower/include/interval.hh: rename elem_b to contains 
5377
5378         * lily/tie.cc: change 'heads to 'head-pair.
5379
5380         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5381         fill in 'heads field.
5382
5383         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5384         minimum-length for short ones, and shorten so collisions with the
5385         next syllable are avoided.
5386
5387         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5388         near-zero slopes.
5389         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5390
5391         * lily/dots.cc: remove quantized_position callback. All Y
5392         positioning is done by dot-column.cc
5393
5394         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5395         exhaustive test of all dot positions. This fixes disappearing dots
5396         in dotted chords.
5397
5398 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5399
5400         * mf/feta-klef.mf (test_staff): fatten up G clef
5401         (test_staff): fatten up f clef.
5402         
5403
5404 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5405
5406         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5407         * input/les-nereides.ly: Use latin1 characters for title, like
5408         Morgenlied.
5409
5410 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5411
5412         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5413         cmb10).
5414
5415         * lily/lyric-extender.cc (brew_molecule): add little space before
5416         extender line.
5417
5418         * lily/beam-quanting.cc (score_forbidden_quants): check if
5419         outer stafflines fall in any beam gaps.
5420
5421         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5422         for lyric texts.
5423
5424 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5425
5426         * VERSION: 2.1.6 released.
5427
5428         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5429         this shows the demerits of a user-defined beam position pair.
5430
5431         * scm/define-grobs.scm (all-grob-descriptions): set
5432         beamed-extreme-minimum-free-lengths to a different value.
5433
5434         * lily/scm-option.cc: add debug-beam scm-option
5435
5436         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5437
5438 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5439
5440         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5441
5442         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5443         space after barline.
5444
5445         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5446
5447         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5448         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5449         the other case, take standard column-breakable spacing. Do not
5450         warn about "no spacing wishes".
5451
5452         This fixes wide spaces after barlines in very loose lines.
5453
5454         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5455
5456 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5457
5458         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5459         acknowledge_grob lyric-syllable, not lyric-text.
5460
5461         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5462         dashes of length #'length separated by #'dash-period. 
5463
5464         * lily/lyric-extender.cc (brew_molecule): idem
5465
5466         * lily/multi-measure-rest.cc (big_rest): idem
5467
5468         * lily/system-start-delimiter.cc (simple_bar): idem
5469
5470         * lily/bar-line.cc (simple_barline): use rounded box
5471
5472         * VERSION: release 2.1.5
5473
5474         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5475         music): move note about dvips to more visible place.
5476
5477         * lily/lyric-phrasing-engraver.cc: move from
5478         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5479         lyric-phrasing-engraver.hh)
5480         
5481         * lyric-align.ly: remove file
5482         
5483         * scripts/convert-ly.py (FatalConversionError.func): add removal
5484         rule for automaticMelismata
5485
5486         * ly/engraver-init.ly (ScoreContext): switch on
5487         New_phrasing_engraver by default.
5488
5489         * lily/slur-engraver.cc (class Slur_engraver):
5490         process_acknowledged_grobs -> process_music.
5491         (try_music): signal melismata correctly.
5492
5493         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5494         word-space, right-trim-amount, and extend past right bound only
5495         for note heads.
5496
5497         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5498         lyric-extender support: add note-heads to the extender
5499         automatically.
5500
5501         * lily/parser.yy: extender is now post_event. 
5502
5503         * lily/accidental-engraver.cc (number_accidentals): remove
5504         spurious warning about non-parent contexts.
5505
5506         * lily/music-output-def.cc (assign_translator): \translator { }
5507         for a Foo context implicitly redefines \FooContext.
5508
5509         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5510         fixes.
5511
5512         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5513         doubly in slur weight. 
5514
5515         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5516         combination.
5517
5518         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5519         staffbar distance.
5520
5521         * scripts/lilypond.py (global_latex_preamble): crank down size of
5522         the margins. Now there is a 12 mm top and bottom margin, which
5523         should correspond with the printable area of modern printers.
5524
5525         This enlarges the music height of the printable page a little.
5526
5527         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5528         signs. Use \markup instead.
5529         (accreg_pen): tweak for accordeon asterisk.
5530
5531 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5532
5533         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5534
5535         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5536
5537         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5538
5539         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5540
5541         * scm/define-grobs.scm (all-grob-descriptions): change
5542         StanzaNumber description: make side support, i.s.o. breakable.
5543         use Instrument_name_engraver for texts in the margin.
5544
5545         * scm/define-translator-properties.scm: remove
5546         melismaEngraverBusy, stz property.
5547
5548         * *.cc: naming: change empty_b () into is_empty ()
5549
5550         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5551
5552         * input/regression/lyric-phrasing-new.ly: new file.
5553
5554         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5555         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5556         melismata are now left-aligned.
5557
5558 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5559
5560         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5561
5562         * mf/feta19.mf: remove.
5563         
5564         * mf/feta-klef.mf (test_staff): more tweaks
5565
5566         * mf/feta-toevallig.mf: more small size tweaks.
5567
5568         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5569         rests for smaller sizes.
5570
5571         * mf/feta-bolletjes.mf: fix cross heads.
5572
5573         * VERSION: release 2.1.4
5574         
5575         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5576         deprecated #'ancient font family
5577
5578         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5579         it is a string or number.
5580
5581         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5582         change calling convention of stem-attachment function. 
5583
5584         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5585
5586         * mf/feta-autometric.mf: dump WX/WY fields too
5587         
5588         * mf/parmesan-heads.mf: idem.
5589
5590         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5591         attachment coordinates.
5592
5593         * lily/note-head.cc (stem_attachment_coordinate): read stem
5594         attachment from the notehead glyphs WX/WY fields.
5595
5596         * lily/include/font-metric.hh (struct Font_metric): add methods
5597         get_indexed_wxwy (), make a distinction between looking up by
5598         index and ASCII  
5599
5600         * mf/feta-bolletjes.mf: rewrite note head MF code.
5601         (test_outlines): make heads more rotund for smaller sizes. 
5602
5603 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5604
5605         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5606         throughout. Font scaling fixes throughout.
5607
5608         * mf/feta-sleur,slur.mf: remove. 
5609
5610         * mf/feta-slag.mf: rewrite.
5611
5612 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5613
5614         * VERSION: release 2.1.3
5615
5616         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5617
5618         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5619
5620         * lily/mark-engraver.cc (process_music): fix mark
5621         \default. (backportme)
5622
5623         * stepmake/stepmake/automatically-generated.sub.make (default):
5624         use -n for head/tail commands. 
5625
5626         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5627         heads with the same pitch.
5628
5629 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5630
5631         * lily/recording-group-engraver.cc (finalize): set protected_scm
5632         member to '() before finalizing.
5633
5634         * lily/translator-group.cc (finalize): remove removal_processing () 
5635
5636         * lily/recording-group-engraver.cc: new engraver: record
5637         synchronized start & end times for each music object.
5638
5639         * lily/parser.yy (toplevel_expression): execute score rendering
5640         during parsing. Cleanup output-filename handling; this is no
5641         longer done with global variables.
5642         (translator_spec_body): allow \type modification too.
5643
5644         * lily/score.cc:  ly:run-translator: new function
5645         (LY_DEFINE): ly:render-output new function.
5646
5647         Separate interpreting and rendering, and make available as
5648         functions at Scheme level.
5649
5650 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5651
5652         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5653         (musicxml-node->string):
5654         (xml-node->string):
5655         (music-to-musicxml): New function.
5656
5657 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5658
5659         * VERSION: 2.1.2 released
5660
5661         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5662
5663         * scm/font.scm (paper20-font-vector): discouple font design sizes
5664         from sizes specified in .ly file: store all design sizes of a font
5665         in a single vector.
5666
5667         * lily/font-select.cc (get_font_by_design_size): new function
5668
5669         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5670         add parmesan,feta in sizes 14 and 18.
5671         
5672         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5673
5674         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5675         of fontSize: this now sets font-size
5676
5677 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5678
5679         * VERSION: 2.1.1 released
5680         
5681         * Documentation/user/refman.itely (Tuning objects): add note about
5682         concurrent tweaks in different contexts. 
5683
5684         * lily/tie-engraver.cc (acknowledge_grob): use
5685         Staff_symbol_referencer::get_position iso. reading staff-position
5686         directly.
5687
5688         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5689         currentMusicalColumn as left span-point for bracket. The bracket
5690         is too long when there are accidentals.
5691
5692 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5693
5694         * buildscripts/lilypond-profile.sh,
5695         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5696         Thanks to Reuben Thomas <rrt@mupsych.org>
5697
5698 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5699
5700         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5701         Wurbel <wurbel@univ-tln.fr>.
5702
5703 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5704
5705         * scripts/midi2ly.py: Add space after chords.
5706
5707 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5708
5709         * input/regression/{many}: add few @code{ ... }.
5710
5711 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5712
5713         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5714         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5715         Removed cmbx5, cmbx6 (which are included in teTeX)
5716         and cmbxti14 which is not used in fonts.scm.
5717
5718 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5719
5720         * lily/midi-item.cc: fine tune quarter tones.
5721
5722 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5723
5724         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5725         new function, warn how many cents are missing in fine tuning.
5726
5727 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5728
5729         * input/bugs/rhytmicstaff-tie.ly: add file.
5730
5731         * THANKS: Create skeleton for 2.1.
5732
5733 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5734
5735         * input/test/bar-lines.ly (TODO): dashed "|".
5736
5737 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5738
5739         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5740         input/regression/tie-chord.ly: Fix spell for tying.
5741
5742         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5743
5744         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5745         new file (renamed, see above).
5746
5747         * Documentation/user/lilypond-book.itely
5748         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5749         * input/example-1.ly input/example-2.ly input/example-3.ly
5750         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5751         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5752         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5753         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5754         * scripts/lilypond-book.py scripts/lilypond.py
5755         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5756         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5757
5758         * Documentation/user/lilypond.tely: update version.
5759
5760         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5761         Remove extra spaces in each @node, fixes spaces.
5762
5763 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5764
5765         * scripts/lilypond-book.py (output_dict): Add definition of
5766         \lilypondbook also for LaTeX output. Solves several bug reports.
5767
5768 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5769
5770         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5771
5772 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5773
5774         * input/test/transposition.ly: Fix key signatures, given in comments.
5775
5776 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5777
5778         * scm/midi.scm (instrument-names-alist),
5779         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5780
5781 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5782
5783         * input/test/temporary-stave.ly (texidoc): New example based on an
5784         email question from Ralph Little.
5785
5786 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5787
5788         * VERSION: release 2.1.0
5789         
5790         * lily/note-performer.cc (try_music): accept busy-playing-event.
5791
5792         * lily/swallow-perf.cc (try_music): return false for
5793         busy-playing-event and melisma-playing-event.
5794
5795 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5796
5797         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5798         >> in \score.
5799
5800 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5801
5802         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5803         that articulation_substitute will not move beam start again.
5804         (articulation_substitute): Bugfix: remove stray space so that new
5805         old chords ending '>>' does not get broken up.
5806         (sub_chord): Use TAB for indentation (not spaces).
5807         
5808         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5809         Bugfix for startup: Use ?^ instead of ?\^.
5810
5811 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5812
5813         * lily/lyric-combine-music-iterator.cc
5814         (Lyric_combine_music_iterator): change init order, to prevent GC
5815         segfaults.
5816
5817         * lily/context-specced-music-iterator.cc (construct_children): 
5818         only change  translator if found. This fixes a core dump problem.
5819
5820 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5821
5822         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5823         comparison.
5824
5825         * mf/feta-bolletjes.mf: make hole in half note little
5826         smaller for stem attachment.
5827
5828         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5829
5830         * mf/feta-banier.mf: don't draw stem with flag, just small square
5831         attachment.
5832
5833         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5834
5835         * mf/feta-banier.mf: remove upstem/downstem characters.
5836
5837         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5838
5839         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5840         stafflinethickness (in the default)
5841
5842         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5843
5844         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5845
5846         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5847
5848         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5849
5850         * lily/include/directional-element-interface.hh:
5851         junk class, make {get,set}_grob_direction functions.
5852
5853         * lily/slur.cc (get_attachment): do something sensible when
5854         attaching to stem without heads (eg. a rest).
5855
5856         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5857         forcing up to staff.  remove #'support-head property
5858         (brew_molecule): small cleanup.
5859         (flag): remove #'grace property.
5860
5861 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5862
5863         * cygwin/postinstall-lilypond.sh: 
5864         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5865         (Volker Zell).
5866
5867 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5868
5869         * scripts/lilypond-book.py: resurrect 'eps' option. 
5870         (TexiPaper.to_eps): use -Ppdf for EPS files.
5871
5872         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5873
5874         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5875
5876         * VERSION: release 2.0.1
5877
5878         * lily/bezier.cc (get_other_coordinate): change assert into
5879         warning.
5880
5881         * lily/note-head.cc (internal_brew_molecule): make left protusion
5882         smaller, to accomodate for natural sign.
5883         (internal_brew_molecule): only do this when the accidental is
5884         close enough.
5885         (extent): new function
5886
5887         * lily/skyline.cc (merge_skyline): new function
5888         (heighten_skyline): new function
5889
5890         * lily/accidental-placement.cc (position_accidentals) 
5891         (position_accidentals): fix todo.
5892
5893 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5894
5895         * input/test/+.ly (texidoc): put version number inline.
5896
5897         * GNUmakefile.in: remove rsync-web target.
5898         
5899         * input/regression/bar-scripts.ly (onestaff): raggedright
5900
5901 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5902
5903         * lily/*.cc: remove #if 0'd code in couple of places.
5904
5905         * lily/midi-stream.cc (operator <<): rewrite.
5906
5907         * lily/note-head.cc (internal_brew_molecule): 
5908         only make ledgers when the Staff symbol has lines.
5909
5910         * ly/property-init.ly (arpeggioBracket): simplify
5911
5912         * lily/translator-group.cc (execute_pushpop_property): use
5913         SCM_EQ_P for comparing keys. This fixes reverting
5914         auto-beam-settings.
5915
5916 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5917 *
5918         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5919         midi_debug_global_b.
5920         (operator <<): Normalise loop.
5921
5922 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5923
5924         * scripts/lilypond.py (escape_path): revise.
5925
5926         * scm/music-functions.scm (set-output-property): new function.
5927         
5928 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5929
5930         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5931         use addmakeflags again.
5932
5933         * cygwin/lily-wins.py (escape_shell): New function; use it.
5934
5935         * scripts/lilypond.py (escape_shell): Escape quotes and other
5936         spaces too.  Do not escape escaping backslashes.
5937
5938         * make/srcdir.make.in (web-install): Must call install-WWW now.
5939
5940         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5941         dependency
5942
5943 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5944
5945         * scripts/lilypond.py (escape_path): escape quotes too. 
5946
5947         * Documentation/user/lilypond.tely (Unified index): rename Index
5948         to accomodate Windows breakage.
5949
5950         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5951
5952         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5953         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5954         target not a source.
5955
5956 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5957
5958         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5959         addmakeflags.  Build and install doc and web also when building on
5960         Cygwin.
5961
5962         * mf/GNUmakefile: Bugfix.
5963
5964         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5965         target web.
5966
5967         * cygwin/lily-wins.py: Quote filename.
5968
5969 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5970
5971         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5972
5973 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5974
5975         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5976         settings.
5977
5978         * configure.in: Require g++ > 3.0.4.
5979
5980         * mf/GNUmakefile: Bugfix: Add list.ly target.
5981         
5982         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5983
5984         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5985         make omf directory, add uninstall targets.
5986
5987 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5988
5989         * lily/tie-performer.cc (initialize): init prev_event
5990
5991         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5992
5993         * lily/script-engraver.cc (make_script_from_event): don't crash on
5994         non-string articulation-type.
5995
5996         * lily/new-fingering-engraver.cc (add_script): don't crash on
5997         0 scripts 
5998         (acknowledge_grob): warn about text script events.
5999
6000 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6001
6002         * buildscript/lilypond.words: fix path for drums.scm.
6003
6004 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6005
6006         * lily/spacing-spanner.cc (note_spacing): don't make longer
6007         durations than measure-length.
6008
6009         * VERSION: release 2.0.0
6010
6011         * GNUmakefile.in (rsync-web): version independent rsync target.
6012
6013         * input/test/+.ly (texidoc): idem.
6014
6015         * input/regression/+.ly: print version number.
6016
6017         * input/regression/accidentals.ly (mel): shorten.
6018
6019         * input/regression/accidental-octave.ly (texidoc): shorten.
6020
6021         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6022
6023         * input/regression/completion-heads-polyphony.ly: octave
6024
6025         * input/regression/beam-manual.ly: remove
6026
6027         * input/regression/beam-chord.ly: remove
6028
6029         * input/regression/grace-dynamic.ly: remove
6030         
6031         * input/regression/grace-volta-repeat.ly: octave fixes.
6032
6033         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6034
6035         * lily/parser.yy (step_number): semitones for chord entry too.
6036         (make_chord_step): more robust code, semitones. 
6037
6038         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6039
6040         * input/regression/breathing-sign.ly (texidoc): split ancient and
6041         normal breathing signs.
6042
6043         * scm/define-grobs.scm (all-grob-descriptions): swap
6044         beamed-extreme-minimum-free-lengths and
6045         beamed-minimum-free-lengths; the 'extreme' case should allow
6046         shorter stems. This fixes forced directions on beamed 32nd and
6047         shorter notes.
6048
6049         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6050         quartertones, not semitones.
6051         (NoteNamesContext): swallow more event types
6052
6053         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6054
6055         * VERSION (PACKAGE_NAME): release 1.9.10
6056
6057 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6058
6059         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6060         set note head as cause of note-column.  This gives a better error
6061         message.
6062
6063 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6064
6065         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6066
6067 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * mf/GNUmakefile (pfa_warning): instruct 
6070
6071         * stepmake/aclocal.m4: typo.
6072
6073         * Documentation/user/cheatsheet.itely: more verbose examples.
6074
6075         * input/regression/clefs.ly: remove bogus docstring.
6076
6077 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6078
6079         * GNUmakefile.in (SUBDIRS): Add elisp.
6080
6081         * elisp/lilypond-mode.el: 
6082         * elisp/lilypond-init.el: 
6083         * elisp/lilypond-indent.el: 
6084         * elisp/lilypond-font-lock.el: Move from top dir.
6085
6086         * stepmake/stepmake/elisp-vars.make: New file.
6087
6088         * config.make.in (elispdir): Add.
6089
6090         * Documentation/topdocs/INSTALL.texi: Typo.
6091
6092         * make/ly-rules.make: Test for files instead of touching void and
6093         ignoring errors.
6094
6095         * GNUmakefile.in:
6096         * make/lilypond.redhat.spec.in:
6097         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6098         <builddir>, adding
6099         
6100              (push "<builddir>/share/lilypond/elisp" load-path)
6101
6102         to your ~/.emacs.el should give you LilyPond-mode again.
6103
6104         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6105         regexp for DOS/Windows, we are too paranoid to fix others.
6106
6107 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6108
6109         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6110
6111         * input/test/chord-names-jazz.ly (banterProperties): fix
6112
6113         * lily/parser.yy (bass_mod): bass figure alterations are semi
6114         tones, not quarter tones
6115
6116         * lily/beam.cc (set_stem_lengths): only lengthen stems
6117         for gapped beams.
6118
6119         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6120         by beamcount.
6121
6122         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6123         a warning that the warning may erroneous.
6124
6125         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6126         target.
6127
6128         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6129         targets.
6130
6131         * GNUmakefile.in ($(config_h)): config.h should depend on
6132         config.hh.in .
6133         (lilypond.words): remove fontball stuff.
6134
6135         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6136
6137         * configure.in: remove pktrace reference.
6138
6139         * GNUmakefile.in (rsync-web): permissions and ownership for
6140         website.
6141
6142         * lily/volta-engraver.cc (staff_eligible): new function.
6143         (stop_translation_timestep): kill off spanners if not eligible.
6144
6145         * VERSION (PATCH_LEVEL): release 1.9.9
6146
6147         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6148
6149         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6150         length is more important than forbidden quants.
6151         
6152 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6153
6154         * buildscripts/lilypond.words: order words in search order,
6155         add lilypond.words.vim to be generated.
6156
6157         * lilypond.vim: use lilypond.words.vim for keyword matching.
6158
6159         * lilypond-mode.el: use search order. fix word selection rules.
6160
6161         * lilypond-font-lock.el: fix fontifying long durations.
6162
6163         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6164
6165 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6166
6167         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6168
6169         * stepmake/stepmake/generic-targets.make:
6170         * stepmake/stepmake/bin/make-version.py: 
6171         * stepmake/aclocal.m4:
6172         * make/stepmake.make:
6173         * make/toplevel-version.make: Build fixes: remove last traces of
6174           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6175
6176         * lily/beam.cc: Add gap-count property.
6177
6178 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6179
6180         * scm/define-grob-properties.scm (gap-count): add gap-count
6181
6182         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6183
6184 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6185
6186         * cygwin/mknetrel.doc: Typo.
6187
6188         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6189
6190         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6191
6192 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6193
6194         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6195         sizes. Remove support for 'ledger'(=tabloid+landscape).
6196
6197 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6198
6199         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6200         sauter PFAs.
6201
6202         * configure.in: remove VERSION stuff once again.
6203
6204         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6205
6206         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6207         for chord names.
6208
6209         * mf/GNUmakefile: always trace pfa fonts.
6210         (SAUTER_FONTS): add cmss[567] too fonts
6211
6212         * configure.in: require mftrace. 
6213
6214         * lily/staff-performer.cc (new_instrument_string): don't look at
6215         instrument property.
6216
6217         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6218         is_direction is the C++ one. Similar for ly_axis_p and
6219         ly_number_pair_p
6220
6221 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6222
6223         * lily/beam.cc (brew_molecule): read gap-count to determine
6224         number of tremolo (gapped) beams.
6225
6226         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6227         shorter than 1/8
6228
6229         * flower/include/array.hh (default_compare): new function
6230
6231         * cygwin/mknetrel: Native fixes.
6232
6233         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6234
6235 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6236
6237         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6238         feature for Windows.
6239
6240         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6241
6242         * cygwin/mknetrel: Updates for native use on Cygwin.
6243
6244         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6245
6246         * stepmake/stepmake/help2man-rules.make: 
6247         * cygwin/mknetrel: Bugfix for manpages.
6248
6249         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6250         $(builddir).  Stepmake is a normal subdirectory now, that is not
6251         configured.  Another srcdir build fix.
6252
6253         * Documentation/topdocs/INSTALL.texi,
6254         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6255         lilypond-init.el, lilypond-mode.el, debian/rules,
6256         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6257         rename generated file lilypond.words to lilypond.words.el.
6258
6259 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6260
6261         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6262
6263         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6264         GNUmakefile.in.
6265
6266 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6267
6268         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6269         when cross building.
6270
6271         * configure.in: srcdir build fix.
6272
6273         * cygwin/GNUmakefile:
6274         * cygwin/lily-wins.py:
6275         * cygwin/postremove-lilypond.sh: 
6276         * cygwin/postinstall-lilypond.sh: Merge from stable.
6277
6278         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6279         s/ly2dvi/lilypond/.
6280
6281 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6282
6283         * lily/slur.cc (after_line_breaking): only set control points if
6284         none supplied yet.
6285
6286         * input/test/slur-manual.ly: new file.
6287
6288         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6289         <<  >> chords too.
6290
6291         * VERSION (PACKAGE_NAME): release 1.9.8
6292
6293         * scripts/lilypond.py (escape_path): escape spaces in directory names
6294
6295         * input/test/text-spanner.ly: fixes.
6296
6297 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6298
6299         * buildscripts/lilypond.words.py: add drum names as note names to
6300         Emacs-mode.
6301
6302 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6303
6304         * input/regression/hairpin-dashed.ly: new file.
6305
6306         * scripts/convert-ly.py (conv): warn about dash-length.
6307
6308         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6309         automatically if we get a new one.
6310
6311         * lily/lookup.cc (dashed_line): new function
6312
6313         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6314         dash-fraction.
6315
6316 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6317
6318         * buildscripts/lilypond.words.py: extract note names.
6319
6320         * lilypond-mode.el: take note names from lilypond.words -file.
6321         small fix in the use of string-match.
6322
6323         * lilypond-font-lock.el: use lilypond.words for note names, add 
6324         maxima to note a duration.
6325
6326 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6327
6328         * lily/breathing-sign.cc: remove railtracks() function. 
6329
6330         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6331
6332         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6333         (brew_molecule): bugfix don't make arpeggio shorter when
6334         arpeggio-direction is set.
6335
6336         *  debian/rules: small corrections in the (Pedro K)
6337
6338         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6339         examples.
6340
6341         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6342         special (repeat) bar comes along.
6343
6344         * input/regression/auto-beam-bar.ly: update.
6345
6346         * scripts/lilypond-book.py (output_dict): remove support for the
6347         EPS option.
6348
6349         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6350         VerticalAlignment and VerticalAxisGroup this fixes the size
6351         computations for the entire system.
6352  
6353         * input/les-nereides.ly (bass): remove superfluous fontSize.
6354
6355         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6356         causes directory of file to be added to include path.
6357
6358         * input/regression/beam-break.ly: test single stem beams.
6359
6360         * input/regression/system-start-bracket.ly: fix.
6361
6362         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6363
6364         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6365
6366         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6367         (score_stem_lengths): do something sensible for single stem beams.
6368
6369         * lily/beam.cc (least_squares): add kludge for single stem beams.
6370
6371         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6372         keySignature to list of broken things.
6373
6374         * input/regression/keys.ly: fix.
6375
6376         * VERSION (PACKAGE_NAME): release 1.9.7
6377
6378         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6379
6380         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6381
6382         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6383         (quartertone_pitch): new function
6384
6385         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6386         flat. WARNING: FONT CHANGED.
6387
6388         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6389
6390         * lily/accidental-placement.cc (add_accidental): support for
6391         quarter tones.
6392
6393         * ly/LANGUAGEs.ly: use symbols for alterations.
6394
6395         * mf/feta-toevallig.mf: change accidental codes. 
6396
6397         * scm/lily.scm (ly:get-option): switch on debugging only for
6398         --verbose.
6399
6400         * lily/lily-guile.cc: remove ly:verbose?
6401
6402         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6403
6404         * lily/parser.yy (TODO): only do gh_call() for apply with
6405         procedure argument.
6406
6407         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6408         stuff in accordance with new timing of tie-events.
6409
6410         * lily/my-lily-lexer.cc: remove \outputproperty
6411
6412         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6413
6414         * scm/define-translator-properties.scm (melismaBusyProperties):
6415         add melismaBusyProperties property.
6416
6417 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6418
6419         * input/test/ambitus-mixed.ly (texidoc): new file.
6420
6421         * buildscripts/mutopia-index.py (find): prune debugging
6422
6423         * lily/side-position-interface.cc: doc updates
6424
6425         * Documentation/user/refman.itely: updates, tweaks.
6426
6427         * lily/parser.yy (Simple_music): remove outputproperty
6428
6429         * make/stepmake.make: use VERSION again; importing VERSION via
6430         autoconf dependencies is too hairy.
6431
6432 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6433
6434         * lilypond-mode.el: allow `-' for keywords and identifiers.
6435
6436 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6437
6438         * VERSION: release 1.9.6
6439         
6440         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6441         iso. ly2dvi.
6442
6443         * Documentation/user/*.itely: fixes everywhere
6444
6445         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6446         produce ties from the engraver itself, do not broadcast TieEvent.
6447
6448         * lily/my-lily-lexer.cc: remove pitch & duration.
6449
6450         * lily/parser.yy (TODO): remove \pitch and \duration
6451
6452         * input/test/explicit.ly: remove file.
6453
6454         * Documentation/user/refman.itely (Pitches): remove \pitch 
6455         \duration command.
6456
6457 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6458
6459         * buildscripts/lilypond.words.py: add all slur types to Emacs
6460         insertion menu, suppose everything is postfixed by dropping 
6461         unnecessary `-' -marks.
6462
6463 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6464
6465         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6466         tremoloed stems.
6467
6468         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6469         head for flagged stems.
6470
6471         * lily/stem.cc (get_default_stem_end_position): futz with extra
6472         stem length if there is a stem tremolo.
6473
6474         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6475         it would be too small.
6476
6477         * lily/font-metric.cc: return #f for non-existent glyph.
6478         
6479         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6480         exported through config.make.
6481
6482         * input/regression/clef-oct.ly: new file.
6483
6484         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6485         transposition.
6486
6487         * input/template/*.ly: remove old relative.
6488
6489         * ly/english.ly: add X names for double sharp.
6490
6491 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6492
6493         * lily/font-select.cc: new file handle font selection routines.
6494
6495         * lily/parser.yy: add ; (Patrick Atamaniuk)
6496
6497         * input/test/time-signature-double.ly: use markups for double time
6498         sigs.
6499
6500         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6501         ChordNames.SeparationItem #'padding for adjusting space after chords.
6502         
6503         * lily/music-output-def.cc (LY_DEFINE): 
6504         new function ly:paper-lookup.
6505         
6506         * mf/parmesan-clefs.mf: use # quantities for char_box
6507         offsets. Fixes overflow errors in the PFA. 
6508
6509         * scm/new-markup.scm (strut-markup): change calling interface for
6510         markup. Pass paper-def, not grob. This would allow \markup to be
6511         used separately from grobs.
6512
6513         * lily/paper-def.cc: new function ly:paper-font; this function
6514         replaces ly:get-font.
6515
6516         * lily/include/font-interface.hh (struct Font_interface): take
6517         Paper_def iso. Grob for get_font().
6518
6519 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6520
6521         * Documentation/user/ tutorial.itely, refman.itely: add warning
6522         about \key and accidentals.
6523
6524 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6525
6526         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6527
6528         * Documentation/user/*.itely: manual tweaks
6529
6530 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6531
6532         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6533         cleanup; bugfix: exact_center
6534
6535         * Documentation/user/refman.itely: added more documentation on
6536         ambitus according to recent questions on lilypond-user list
6537
6538 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6539
6540         * input/regression/ottava.ly (texidoc): demo 15ma too.
6541
6542         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6543
6544         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6545         octave fixes.
6546
6547 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6548
6549         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6550         problems on older Mac editors.
6551
6552 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6553
6554         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6555
6556 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6557
6558         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6559         mf/parmesan-clefs.mf: added comments on character alignment and
6560         set_char_box() conventions
6561
6562         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6563         set_char_box()'s
6564
6565         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6566
6567 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6568
6569         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6570
6571 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6572
6573         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6574         shortened to avoid almost-collision with staff line; code cleanup;
6575         other custodes: fixed char boxes; code cleanup
6576
6577 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6578
6579         * configure.in: release 1.9.5
6580         
6581         * scripts/lilypond.py (global_latex_preamble): only set
6582         twosideshift if 'twoside' is in latexoptions 
6583
6584         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6585
6586         * VERSION: remove
6587
6588         * scripts/*2ly.py: update <> syntax
6589
6590 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6591
6592         * lily/chord-name-engraver.cc (process_music): add origin for
6593         chord name.
6594
6595         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6596
6597         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6598         bass notes for exceptions too.
6599
6600         * scm/define-grobs.scm (all-grob-descriptions): rename
6601         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6602
6603         * scm/define-grob-properties.scm (remove-first): add remove-first
6604         property for orchestral scores.
6605
6606         * Documentation/user/*.itely: switch <<>> and <> 
6607
6608         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6609         last_line only once. This fixes the two consecutive glissandi problem.
6610
6611 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6612
6613         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6614         error message "flexa-width undefined"
6615
6616         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6617         lily/include/gregorian-ligature.hh: print warning when ignoring
6618         head prefixes on flexa shapes
6619
6620         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6621         space before a series of inclinatum heads
6622
6623         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6624         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6625         cleanups
6626
6627         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6628         and char_box
6629
6630 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6631
6632         * input/regression/breathing-sign.ly: tiny fixes
6633
6634         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6635         semantical collision with vaticana ligatures
6636
6637         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6638         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6639         now consistent with mensural ligatures
6640
6641         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6642         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6643         context pitches and staff position; dto. for virga stem; removed
6644         obsolete virga and clivis characters from parmesan font (WARNING:
6645         font changed)
6646
6647         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6648         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6649
6650         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6651         scm/define-grob-properties.scm: consistency fix: renamed
6652         join_left->add_cauda
6653
6654         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6655         appendix length; bugfix: yoffs_bt for reverse direction punctum
6656         characters
6657
6658         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6659         small cleanups; added more docu
6660
6661         * lily/mensural-ligature-engraver.cc,
6662         lily/vaticana-ligature-engraver.cc,
6663         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6664         computation to CoherentLigatureEngraver
6665
6666         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6667         scm/define-grob-properties.scm: bugfix: added missing linea and
6668         cavum properties; bugfix: removed dead semivocalis property
6669
6670         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6671         length; redesigned quilisma, stropha and auctum
6672
6673         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6674         line thickness
6675
6676         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6677         Documentation/user/refman.itely: bugfix: introduced shifted
6678         epiphonus head to avoid collision with adjacent plica
6679
6680 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6681
6682         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6683
6684         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6685
6686 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6687
6688         * Documentation/user/tutorial.itely (A lead sheet): remove
6689         duplicate chords.
6690
6691         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6692
6693 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6694
6695         * Documentation/bibliography/computer-notation.bib (isbn): add
6696         xivcim publication.
6697
6698 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6699
6700         * GNUmakefile.in: drop lilypond.words for generation.
6701
6702 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6703
6704         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6705
6706         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6707
6708 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6709
6710         * input/test/figured-bass-alternate.ly (fl): new file.
6711
6712         * Documentation/topdocs/README.texi (Top): clarifications.
6713
6714         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6715         theses of Gieseking and Renz.
6716
6717         * GNUmakefile.in (README_FILES): remove README.mandrake.
6718
6719 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6720
6721         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6722         from source files and search patterns listed in the script.
6723
6724         * GNUmakefile.in: add target `lilypond.words'.
6725
6726         * lilypond.words: remove file, generated by `make lilypond.words'.
6727
6728         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6729
6730 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6731
6732         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6733
6734 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6735
6736         * VERSION: 1.9.4 released
6737
6738         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6739         rule for < > <-> << >> substitution
6740
6741         * lily/lexer.ll: exchange meaning of << >> and < > 
6742
6743         * VERSION (PACKAGE_NAME): 1.9.3 released
6744
6745         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6746         pages unconditionally.
6747
6748 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6749
6750         * Documentation/user/music-glossary.tely (Top): small syntax
6751         fixes.
6752
6753         * scm/music-functions.scm (remove-tag): filter \tagged music
6754         expressions.
6755
6756         * input/regression/tag-filter.ly (texidoc): new file.
6757
6758         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6759         symbol2 .. ) etc. 
6760
6761         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6762         convert rule.
6763
6764         * Documentation/user/refman.itely (Fingering instructions): adjust
6765         manual.
6766
6767         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6768         for borderline cases (e.g. 1 fingering.)
6769         (position_scripts): revise interface, use fingerOrientations to
6770         set fingering positions.
6771
6772         * scm/document-translation.scm (context-doc): add aliases to
6773         automated documentation.
6774
6775         * make/lilypond-vars.make: remove stepmake compat glue.
6776
6777         * make/generic-vars.make: remove cruft.
6778
6779         * lily/main.cc (main): don't identify binary.
6780
6781 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6782
6783         * lily/include/translator.hh (class Translator): remove
6784         type_string_ , use symbol for context name throughout.
6785         Changes through whole source tree.
6786
6787         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6788         set PDF as default, and always make PDF.
6789
6790         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6791
6792 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6793
6794         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6795         Documentation/user/refman.itely input/regression/allfontstyle.ly
6796         input/regression/grace-types.ly:
6797         fix spelling for acciaccatura (Webster's 1913).
6798
6799 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6800
6801         * lily/main.cc (usage): adjust blurb, include url.
6802
6803         * input/regression/breathing-sign.ly (texidoc): transpose up
6804
6805 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6806
6807         * input/regression/breathing-sign.ly: changed ancient examples to
6808         be relevant (by request of Han-Wen); updated BreathingSign text
6809         property according to new syntax.
6810
6811         * ly/gregorian-init.ly: updated BreathingSign text property
6812         according to new syntax
6813
6814 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6815
6816         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6817         (Clef): index entries for clefs.
6818
6819         * python/lilylib.py (system): remove errorlog files.
6820         
6821 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6822
6823         * lilypond.words: add \new and new graces. Add dynamics to menus
6824         keeping 1.8.x compatibility; after all the engraving relating to 
6825         notes becomes postfixed `-' marks will be removed.
6826
6827 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6828
6829         * lily/molecule.cc (align_to): idem.
6830
6831         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6832         
6833         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6834         accacciatura everywhere.
6835
6836         * VERSION (PACKAGE_NAME): released 1.9.2
6837
6838         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6839
6840         * scm/document-markup.scm (markup-doc-node): sort markup function
6841         list.
6842
6843         * lily/paper-outputter.cc (output_version): change "Lily was here"
6844         into  "Engraved by LilyPond"
6845
6846         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6847         on unquoted strings before \notenames.
6848
6849         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6850         increases the number of s/r reductions to 4.
6851
6852         * scm/new-markup.scm (fraction-markup): \fraction command.
6853
6854         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6855         mode
6856
6857         * lily/lookup.cc (round_filled_box): rename function.
6858         (LY_DEFINE): round-filled-box: change signature.
6859
6860         * Documentation/user/refman.itely: revise section explaining grace
6861         notes.
6862
6863         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6864         ly:set-context-property
6865
6866         * input/*/*.ly (vmus): use \new everywhere.
6867
6868         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6869
6870         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6871         default
6872
6873         * scm/music-functions.scm (set-stop-grace-properties)
6874         (set-start-grace-properties, add-grace-property): new functions
6875         for modular grace tweak control.
6876
6877         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6878         
6879 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6882
6883         * GNUmakefile.in (install-pfa-fonts):
6884         (get-pfa-fonts): New target.
6885
6886         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6887         install-pfa-fonts help.
6888
6889 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6890
6891         * lily/translator-scheme.cc (LY_DEFINE):
6892         ly:context-pushpop-property new function.
6893         (LY_DEFINE): new function ly:translator-find  
6894         new function ly:translator?
6895         (LY_DEFINE): new function ly:context?
6896
6897         * lily/translator-def.cc: remove
6898         Translator_def::apply_pushpop_property().
6899
6900         * python/lilylib.py (read_pipe): only store and display error log
6901         if verbose not set.
6902         (read_pipe): only display log if it contains something.
6903
6904 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6905
6906         * Documentation/misc/GNUmakefile: Re-add.
6907         (TEXTS): Add CHANGES.
6908
6909 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6910
6911         * lilypond.words: add \newcontext.
6912
6913 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6914
6915         * lily/tie-performer.cc (stop_translation_timestep): only flush
6916         tied_notes when we have actually made a tie. Fixes bugs with ties
6917         in polyphonic scores.
6918
6919 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6920
6921         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6922         they do not exist.
6923
6924 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6925
6926         * VERSION (PACKAGE_NAME): released 1.9.1 
6927
6928         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6929         Instrument_name_engraver
6930
6931         * lily/tie-performer.cc (create_audio_elements): bugfix
6932
6933         * Documentation/user/music-glossary.tely (Top): comment out
6934         font-style statements.
6935
6936         * input/test/force-hshift.ly: revise example.
6937
6938         * Documentation/bibliography/engraving.bib (note): typos.
6939
6940         * configure.in: bump GCC requirements to 3.x
6941
6942         * lily/include/audio-item.hh (class Audio_tie): rename
6943         note_l_drul_ to note_drul_
6944
6945         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6946
6947         * lily/parser.yy (relative_music): whoops. All \relative were off
6948         by ...  a lot .... Ahem.
6949
6950         * scm/define-music-types.scm (music-descriptions): idem.
6951
6952         * lily/beam-engraver.cc: move new-beam-event to beam-event
6953
6954         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6955         to Tie_engraver
6956
6957         * input/regression/bar-number.ly: remove unnecessary old-relative
6958         options.
6959         
6960         * Documentation/user/internals.itely (Creating contexts): document
6961         \newcontext
6962
6963         * lily/parser.yy (Composite_music): add \newcontext
6964
6965         * Documentation/user/refman.itely (MIDI block): add note about
6966         dotted tempos.
6967
6968         * scm/font.scm: remove old markup legacy
6969
6970         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6971
6972         * lily/breathing-sign.cc (brew_molecule): remove function
6973
6974         * lily/text-item.cc: remove old-style markups.
6975         (interpret_markup): C++ version of markup function
6976         (brew_molecule): idem.
6977
6978         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6979         as Scheme variable.
6980
6981         * scripts/convert-ly.py (conv): dashes rule.
6982         Apply rule.
6983
6984         * Documentation/user/lilypond-book.itely: syntax fixes. 
6985
6986 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6987
6988         * VERSION (PACKAGE_NAME): release 1.9.0
6989
6990         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6991         note about dvips. (Should backport.)
6992
6993         * scripts/convert-ly.py
6994         (FatalConversionError.articulation_substitute): add
6995         convert-new-chords code. Remove convert-new-chords.py
6996
6997         * Documentation/user/refman.itely (Octave check): document
6998         \octave.
6999
7000         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7001         \relative changes.
7002
7003         * lily/parser.yy (command_element): octave check:
7004
7005            \octave PITCH
7006
7007         checks that PITCH (without octave) yields PITCH (with octave) in
7008         \relative
7009
7010         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7011
7012         * lily/scm-option.cc: ly:set-option now has the default argument
7013         #t.
7014
7015         * lily/lexer.ll: add \renameinput
7016
7017         * python/lilylib.py (command_name): robustifications.
7018
7019         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7020         /dev/stderr. This is ash compatible.
7021
7022         * ly/init.ly: add warning if compatibility was not necessary.
7023
7024         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7025
7026         * flower/include/string-handle.icc: formatting cleanups, rename
7027         references by ref_count_.
7028
7029 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7030
7031         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7032         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7033         package libs separately, fix conflicting php variable out=/dev/vc/
7034         invoking `unset out', declare menus, use only one icon-file, fix
7035         doc-path in menu.
7036
7037 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7038
7039         * scripts/convert-ly.py (FatalConversionError.conv): typo
7040
7041         * Documentation/misc/GNUmakefile: restore misc directory.
7042
7043         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7044
7045         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7046         Petites-Preludes 
7047
7048         * input/test/partial-blank.ly (quickmeasure): syntax
7049
7050         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7051         attachment property.
7052
7053         * Documentation/user/refman.itely: remove superfluous -'s 
7054         (Grace notes): ) fixes.
7055
7056         * lily/music.cc: generic compress(), transpose() functions. Remove
7057         others.
7058
7059         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7060         style markup entry.
7061
7062         * lily/parser.yy: all articulations postfix; remove obligatory -
7063         for [,  ) and \!
7064         
7065         * lily/music.cc (to_relative_octave): write generic
7066         to_relative_octave function; various relative cleanups.
7067         Hmmm.
7068
7069         * lily/scm-option.cc: add options new-relative and old-relative
7070
7071         * po/sv.po: new po file.
7072
7073         * Documentation/user/refman.itely (Dynamics): website
7074         fixes. (should backport!)
7075
7076 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7077
7078         * make/lilypond.mandrake.spec.in: declare version only once.
7079
7080 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7081
7082         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7083         meaning for now.
7084
7085 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7086
7087         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7088
7089         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7090
7091         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7092
7093         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7094
7095         * lily/music.cc (var): add ly:music-transpose function.
7096
7097         * lily/parser.yy (pre_events): remove prefix articulations.
7098
7099         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7100
7101         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7102
7103         * Documentation/user/refman.itely (Text markup): add comment about
7104         markup in header.
7105
7106 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7107
7108         * lily/paper-outputter.cc (write_header_fields_to_file): 
7109         only dump value if it is a string.
7110
7111         * flower/include/dictionary.hh: remove.
7112         
7113         * Documentation/ChangeLog-1.5: add back old log.
7114
7115         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7116         .pfas from a .deb.
7117
7118 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119
7120         * Documentation/bibliography/engraving.bib: add entry for
7121         Jaschinski's Notation
7122
7123 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7124
7125         * Documentation/user/refman.itely (Beaming): add note about
7126         allowBeamBreak
7127
7128 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7129
7130         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7131         GregorianTranscription contexts
7132
7133         * ly/engraver-init.ly: vaticana contexts: minor fixes
7134
7135         * Documentation/user/refman.itely (Ancient notation): added note
7136         on appendix length bug
7137
7138         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7139         input/test/vaticana.ly: use vaticana contexts; small fixes
7140
7141 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7142
7143         * flower/hash.cc: Remove.
7144
7145         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7146         to (nonexistent?) hash_func_ identifier.
7147
7148         * python/midi.c (midi_error, midi_warning): Use char const* for
7149         __FUNCTION__ argument.
7150
7151         * python/gettext.py: Remove.  We already require python 2.1, which
7152         includes gettext.py.
7153
7154         * configure.in: Require python 2.1, as INSTALL.texi says.
7155         it.
7156
7157         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7158         versions 1.50 and 1.75.  Remove note about lexer patch.
7159
7160 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7161
7162         * Documentation/topdocs/INSTALL.texi: Update type1 font
7163         description to actual situation.  Add comment about new font ball
7164         layout.
7165
7166         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7167         in $LILYPONDPREFIX suffices for installation.
7168
7169 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7170
7171         * debian/control (Build-Depends): Add flex-old as alternative to
7172         flex.  Deprecate bison 1.75.
7173
7174 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7175
7176         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7177         Vaticana contexts
7178
7179         * Documentation/user/refman.itely (Ancient notation): documented
7180         some bugs; tiny fixes; added docu on Vaticana contexts
7181
7182         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7183         scripts
7184
7185 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7186
7187         * Documentation/user/refman.itely (Ancient notation): added some
7188         introductory words; added section on ancient time signatures;
7189         added some @seealso and @refcommands; small fixes and
7190         beautifications
7191
7192 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7193
7194         * input/regression/note-head-style.ly: many fixes and updates
7195
7196         * Documentation/user/refman.itely: added small sections on ancient
7197         accidentals, rests and flags; revised ancient note head section;
7198         small wording/spelling fixes
7199
7200         * input/test/rests.ly: layout fixes
7201
7202 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7203
7204         * input/puer-fragment.ly: bugfix: central C position of do clef
7205
7206         * ly/gregorian-init.ly: workaround: add small padding space before
7207         divisiones (the correct fix would be the spacing engine to handle
7208         this)
7209
7210 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7211
7212         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7213         cue-notes.ly: minor fixes.
7214
7215 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7216
7217         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7218         input/test/custos-style.ly
7219
7220         * Documentation/index.html.in: bugfix: link to Tutorial.html
7221
7222         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7223         to neumes; bugfix: "et": epiphonus, not just a simple pes
7224
7225 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7226
7227         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7228
7229         * lilypond.words: add new features: markup, column, center, \[ \].
7230         
7231 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7232
7233         * Documentation/topdocs/NEWS.texi, DEDICATION,
7234         stepmake/bin/add-html-footer.py
7235         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7236         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7237         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7238         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7239         added (only) after a sentence which is complete; if the sentence is 
7240         not ended a comma `,' or nothing is used. fix also spaces.
7241
7242 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7243
7244         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7245         requirements to plain 1.6.
7246
7247         * buildscripts/mutopia-index.py (read_lilypond_header): update
7248         mutopia-index.py to 1.4 syntax [sic]
7249
7250 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7251
7252         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7253
7254 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7255
7256         * Documentation/index.html.in: url for regression pdf
7257
7258         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7259
7260         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7261
7262         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7263
7264         * VERSION: 1.8.0 released
7265         
7266         * GNUmakefile.in (local-WWW-post): footify build fix.
7267
7268         * configure.in: require GUILE 1.6.4
7269
7270         * Documentation/user/GNUmakefile: don't copy *.png for
7271         lilypond-internals
7272
7273         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7274         local-WWW-post target.
7275         (rsync-web): add rsync-web target
7276
7277         * Documentation/user/introduction.itely (Music notation and
7278         engraving): add neume example
7279
7280         * input/puer-fragment.ly (cantus): add puer-fragment
7281
7282 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7283
7284         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7285         to notes, so that equalizer is actualy being used.
7286
7287         * scm/midi.scm (instrument-equalizer-alist):
7288         (absolute-volume-alist): Define public, so that user can copy or
7289         override.
7290
7291         * lily/key-performer.cc (create_audio_elements): Check for minor
7292         key.  Only if key is minor, set MIDI key to minor.
7293
7294 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7295
7296         * Documentation/user/refman.itely (Hiding staffs): fixes.
7297
7298         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7299
7300         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7301         vertical extents to deal with Hara kiri correctly.
7302
7303         * input/regression/hara-kiri-short.ly: remove
7304
7305         * input/regression/hara-kiri-pianostaff.ly: update test.
7306
7307         * Documentation/user/*.tely: remove WEBTITLE
7308
7309         * scm/output-tex.scm (comment): idem.
7310
7311         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7312
7313         * scm/music-functions.scm (make-lyric-event): new function
7314
7315         * scm/lily.scm (lilypond-version): new function
7316
7317         * input/test/version-output.ly: new file.
7318
7319         * Documentation/user/lilypond.tely: add version number to
7320         front-page.
7321
7322 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7323
7324         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7325
7326 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7327
7328         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7329
7330         * Documentation/user/refman.itely (Hiding staffs): rename node.
7331
7332 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7333
7334         * input/regression/new-markup-syntax.ly (texidoc): remove
7335         molecule-callback override.
7336
7337 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7338
7339         * input/les-nereides.ly: Mark tweaks with %tweak.
7340
7341         * Debian patch, see debian/changelog (Anthony Fok).
7342
7343 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7344
7345         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7346         problem.
7347
7348 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7349
7350         * Documentation/user/refman.itely (Text markup): Fix language bug.
7351
7352 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7353
7354         * input/* : postfix syntax fixes.
7355
7356         * Documentation/user/refman.itely (Text markup): add note about
7357         raise/lower with ^ or _ .
7358         
7359         * po/fi.po: fix \\apply strings.
7360
7361         * lily/parser.yy (open_event): warn for prefix articulations.
7362
7363 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7364
7365         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7366         fix also on parmesan font.
7367
7368 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7369
7370         * VERSION 1.7.30 released
7371         
7372         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7373
7374         * buildscripts/mutopia-index.py (headertext): rewording
7375
7376 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7377
7378         * scm/new-markup.scm (strut-markup): new markup function.
7379
7380         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7381         space also when no accidental is there.
7382
7383 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7384
7385         * input/les-nereides.ly: Updates.
7386
7387 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7388
7389         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7390         which repeats the tag insertion selected from "Insert tag" menu.
7391
7392 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7393
7394         * lily/all-font-metrics.cc (find_font): load AFM files first only
7395         for feta fonts. This fixes problems with TeXlive and other TeX
7396         distros that include AFM files for the CM fonts. 
7397
7398         * scm/font.scm (qualifiers-to-font-name): remove.
7399
7400         * lily/paper-def.cc: remove get_var.
7401
7402         * input/trip.ly: remove file.
7403         
7404         * input/regression/spacing-note-flags.ly (raggedright): remove
7405         stafflinethickness
7406
7407         * input/les-nereides.ly: update to new syntax, cleanups.
7408
7409 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7410
7411         * Documentation/user/refman.itely: Clarify shortest-note problem
7412         of autobeamer.
7413
7414 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7415
7416         * lilypond-mode.el: Add each word to regexps only once.
7417
7418         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7419         is based on the syntax definitions in lilypond.words. Remove all 
7420         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7421         LilyPond->Insert menu is generated by the entries in lilypond.words 
7422         to which have been given a syntax definition.
7423
7424         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7425         \notes, \relative, \score, \simultaneous, \transpose.
7426
7427         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7428
7429         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7430         
7431         * lilypond-mode.el: add menu keywords separately.
7432
7433         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7434
7435 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7436
7437         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7438         current ugly installation method for PFA fonts.
7439
7440 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7441
7442         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7443         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7444
7445         * Documentation/user/music-glossary.tely: update legato.
7446
7447 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7448
7449         * lexer-gcc-3.0.patch: Remove.
7450
7451         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7452
7453 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7454
7455         * debian/rules (binary-arch): remove NEWS.
7456
7457 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7458
7459         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7460         stepmake/bin{ many }: polish the `--help's of different scripts;
7461         model taken from the core-utils of Linux.
7462
7463         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7464
7465 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7466
7467         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7468
7469         * flower/libc-extension.cc: idem.
7470
7471         * flower/include/libc-extension.hh: protect against isinf macros.
7472
7473 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7474
7475         * { many }: Use two uppercase letters in LilyPond.
7476
7477         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7478
7479         * VERSION: 1.7.29 released.
7480         
7481 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7482
7483         * lily/tie.cc: add TODO comment.
7484
7485         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7486
7487         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7488         linejoins and linecaps. This fixes problems with occasional spikes
7489         on slur/tie endings.
7490         
7491         * input/regression/font-name.ly: don't use PS fonts for
7492         compatibility reasons. 
7493
7494         * mutopia/claop.py (accents): update to 1.8
7495
7496         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7497
7498         * Documentation/user/macros.itexi: don't color glossary links.
7499
7500         * Documentation/user/invoking.itexi (Error messages): new section
7501
7502 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7503
7504         * input/regression/font-name.ly: add file.
7505
7506         * scm/document-backend.scm (grob-doc): remove <hr> from
7507         lilypond-internals
7508
7509         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7510         reqd version to 1.6.4 
7511
7512         * lily/font-interface.cc (get_font): bugfix: take font-name from
7513         alist chain too. This fixes font-name override for \markup.
7514
7515 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7516
7517         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7518
7519         * input/test/polymetric-differing-notes.ly: Compile fix.
7520
7521 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7522
7523         * Documentation/user/refman.itely: fixed typo
7524
7525         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7526         before flexa
7527
7528 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7529
7530         * input/test/{ many }: search & fix some typos.
7531
7532 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7533
7534         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7535         images.
7536
7537         * scm/music-functions.scm (make-voice-props-set): set Script /
7538         TextScript dir for polyphony too.
7539
7540         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7541         before clef.
7542
7543         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7544
7545 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7546
7547         * Documentation/user/refman.itely (Percussion): Small
7548         clarifications and fixes.
7549
7550         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7551         threads. This fixes different heads playing simultaneously.
7552
7553 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7554
7555         * Documentation/user/{ many }: increase readability (read through 
7556         User manual from `one big page').
7557
7558 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7559
7560         * input/test/polymetric-differing-notes.ly: add example with
7561         disparate note values.
7562
7563         * input/test/polymetric.ly: rename from poly-metric
7564
7565         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7566         iso. outname.
7567
7568         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7569         G-clef bbox to real char extents. This fixes the G-clef being
7570         offset too much to the right.
7571         document perc clef offset.
7572
7573         WARNING: FONT CHANGED.
7574
7575         * Documentation/user/tutorial.itely (Tutorial): move menu.
7576
7577 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7578
7579         * buildscripts/lilypond-profile.sh (Error): trim error message.
7580
7581         * Documentation/user/invoking.itexi (Invoking the lilypond
7582         binary): add note about path.
7583
7584         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7585         suppresses superfluous spaces.
7586
7587 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7588
7589         * buildscripts/lilypond-profile.sh: Add documentation to error
7590         message.
7591
7592         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7593
7594 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7595
7596         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7597         <mike@ossmann.com>)
7598
7599         * Documentation/bibliography/computer-notation.bib (pages): prune
7600         unscientific language.
7601
7602         * Documentation/user/GNUmakefile: copy unsplit file to
7603         lilypond.html (idem for lilypond-internals).
7604
7605         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7606
7607         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7608
7609         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7610
7611         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7612         fix.
7613         
7614 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7615
7616         * Documentation/user/{ various }: bind text snippets with their
7617         examples, e.g. by punctuation: This is an example.
7618
7619 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7620
7621         * ly/performer-init.ly (VoiceContext): Typos.
7622
7623         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7624         builds, leave final-install to toplevel srcdir makefile.
7625
7626         * make/srcdir.make.in (install): New target.
7627
7628 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7629
7630         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7631         This fixes core dump on MIDI output (Simon Weatherill).
7632
7633         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7634         on local-WWW-post.
7635
7636 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7637
7638         * make/lilypond.redhat.spec.in: add dvips to reqs.
7639
7640 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7641
7642         * make/srcdir.make.in (web): Add special web target.
7643
7644         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7645         from inner $(LOOP).
7646
7647         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7648
7649         * stepmake/stepmake/generic-targets.make (www-targets-help):
7650         * GNUmakefile.in (web-install): Install in $(webdir).
7651
7652         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7653
7654         * cygwin/changelog: 
7655         * cygwin/mknetrel: Update.
7656
7657         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7658         (html-doc): Remove (use: web).
7659
7660         * stepmake/stepmake/script-rules.make: 
7661         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7662         Fix $(config_make) dependencies for srcdir build.
7663
7664         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7665         target for srcdir build.
7666
7667         * stepmake/make/stepmake.make: 
7668         * make/srcdir.make.in: 
7669         * GNUmakefile.in:
7670         * make/stepmake.make (config_make): Rename variable (was:
7671         configuration).
7672
7673 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7674
7675         * Documentation/user/internals.itely (Manipulating music
7676         expressions): run lilypond on example too.
7677
7678         * flower/include/libc-extension.hh: move lrint define to
7679         header. bugfix.
7680         
7681 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7682
7683         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7684         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7685         do we recurse whole tree?).
7686
7687         * GNUmakefile.in (html-doc): Resurrect.
7688
7689         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7690         obsolete $(package-icon) dependency.
7691
7692 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7693
7694         * Documentation/user/refman.itely (Automatic staff changes):
7695         add seealso 
7696
7697         * Documentation/index.html.in: link to bigpage.
7698
7699         * Documentation/user/tutorial.itely (Tutorial): streamline.
7700
7701         * Documentation/index.html.in: url typo.
7702
7703         * VERSION (PACKAGE_NAME): release 1.7.28
7704
7705         * python/lilylib.py (error_log): remove '/' from name.
7706
7707         * input/regression/pedal.ly: remove; dups input/test/
7708         
7709         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7710
7711         * Documentation/index.html.in: python style doco index.
7712
7713         * Documentation/{footer,header}.html.in (src): remove, 
7714
7715         * Documentation/pictures: remove all but lelie-logo.xpm.
7716
7717         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7718         before running makeinfo.
7719
7720         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7721         @code{}
7722
7723 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7724
7725         * input/test/bar-number-regular-interval.ly: rename.
7726
7727         * Documentation/user/*: various fixes. 
7728
7729 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7730
7731         * Documentation/{ many }: polish for update-all-menus. typos.
7732
7733         * po/fi.po: fixes.
7734
7735         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7736
7737         * buildscripts/mutopia-index.py: polish.
7738
7739         * input/regression/{ many }, input/test{ many }: polish texidocs.
7740
7741 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7742
7743         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7744         pedal-style
7745
7746         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7747         iso. edge-widen.
7748
7749         * lily/piano-pedal-engraver.cc (process_music): change from
7750         process_acknowledged ()
7751
7752         * lily/piano-pedal-bracket.cc: new file. Change
7753         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7754         cleaned up.
7755
7756         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7757
7758         * input/regression/tuplets.ly (texidoc): rename file.
7759
7760         * po/fr.po: update
7761
7762         * buildscripts/lilypond-profile.sh: error message if script is not
7763         sourced.
7764
7765         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7766         bracket-flare
7767         (make_bracket): simplify code.
7768
7769         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7770         argument.
7771
7772         * python/lilylib.py (lilypond_version_check): new function
7773
7774         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7775
7776         * scripts/ly2dvi.py (run_lilypond): add version check.
7777
7778         * scripts/lilypond-book.py (option_definitions): typo
7779
7780         * scripts/ly2dvi.py (include_path): typo
7781
7782         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7783
7784         * lily/parse-scm.cc (parse_handler): typo
7785
7786         * Documentation/user/macros.itexi: use @heading for headings.
7787
7788         * Documentation/user/refman.itely: updates, fixes.
7789
7790 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7791
7792         * po/fi.po: add Finnish translations. fixes.
7793
7794         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7795
7796         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7797         from lily/glissando-engraver.cc.
7798
7799 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7800
7801         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7802         for non-first _broken_ bracket.
7803
7804         * Documentation/user/refman.itely: corrections.
7805
7806 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7807
7808         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7809         support of the fingerings.
7810
7811         * po/fr.po: French translation update.
7812
7813         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7814         strings.
7815
7816 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7817
7818         * Documentation/user/introduction.itely: Small fixes.
7819
7820 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7821
7822         * Documentation/topdocs/AUTHORS.texi: polish.
7823
7824 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7825
7826         * Documentation/user/introduction.itely: revise
7827
7828         * Documentation/user/tutorial.itely: reorganise.
7829
7830         * Documentation/topdocs/index.tely: remove.
7831
7832         * Documentation/header.html.in: prune.
7833
7834         * GNUmakefile.in: clean up web building.
7835
7836         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7837         target.
7838
7839 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7840
7841         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7842
7843         * lilypond-mode.el: turn on blink-matching-paren.
7844
7845 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7846
7847         * scm/output-sodipodi.scm (svg-header): Fix typo.
7848
7849 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7850
7851         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7852         fixes a security hole.
7853
7854         * scripts/lilypond-book.py (original_dir): remove temp_dir
7855
7856         * scm/document-translation.scm: use @code tags.
7857
7858 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7859
7860         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7861
7862         * lilypond-mode.el: add a buffer-local post-command-hook to set
7863         context dependent syntax-table after each cursor event. Remove old
7864         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7865
7866         * lilypond-indent.el: update comments.
7867
7868         * Documentation/footer.html.in: add period.
7869
7870 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7871
7872         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7873
7874         * scm/document-translation.scm (document-property-operation): add
7875         @code{} tags.
7876
7877         * VERSION (PACKAGE_NAME): release 1.7.27
7878
7879         * config.make.in: add PAPER variable
7880
7881         * buildscripts/new-chords.py (help): add help text
7882
7883         * Documentation/user/introduction.itely (Typography and program
7884         architecture):  fixes.
7885
7886         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7887         for texinfo and dvips. This fixes problems with PDF output of the
7888         wrong size.
7889
7890         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7891         DVIPS_PAPERSIZE variable
7892
7893         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7894         TEXINFO_PAPERSIZE variable 
7895
7896 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7897
7898         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7899
7900         * mf/feta-toevallig.mf: lowres fixes.
7901
7902 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7903
7904         * NEWS: Typo and fill-paragraph fixes.
7905
7906         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7907         cast #define.
7908
7909         * configure.in: 
7910         * config.hh.in: Check for lrint.
7911
7912 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7913
7914         * VERSION: 1.7.26 released
7915
7916         * lily/separation-item.cc: add padding property.
7917
7918         * input/test/*.ly: various fixes, remove solo-a2.ly
7919
7920         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7921         bugfix. Fixes old-style markup compatibility.
7922
7923         * Documentation/user/introduction.itely (Introduction): historical
7924         elucidations
7925
7926         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7927
7928         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7929
7930         * Documentation/index.texi (Top): cleanup.
7931
7932         * Documentation/user/introduction.itely (Introduction): rewrite
7933         introduction, 
7934         (Music notation and  engraving): about notation. Add flat-picture
7935
7936 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7937
7938         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7939         separation items. This keeps lyrics from bumping into each other.
7940
7941 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7942
7943         * GNUmakefile.in (topdocs-web): New target.
7944         (local-web): Depend on topdocs-web; fixes html-doc.
7945
7946 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7947
7948         * po/lilypond.pot: run po-replace
7949
7950         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7951
7952         * scm/drums.scm (reset-drum-kit): new function.
7953
7954         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7955
7956         * scripts/update-lily.py: remove
7957         
7958         * VERSION: release 1.7.25
7959         
7960         * Documentation/user/introduction.itely (Introduction): rewrite
7961         start of introduction.
7962
7963 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7964
7965         * lily/all-font-metrics.cc: fixed typo
7966
7967 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7968
7969         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7970         LilyPond-mode-context-set-syntax-table): new functions to define
7971         the syntax table according to context.
7972
7973         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7974
7975 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7976
7977         * Documentation/user/refman.itely (Figured bass): 
7978         language nit courtesy http://www.vocabula.com
7979
7980         * GNUmakefile.in: remove no kpathsea hack.
7981
7982         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7983         doco.
7984
7985         * GNUmakefile.in: remove web-doc target.
7986
7987         * lily/all-font-metrics.cc (find_afm): add message about
7988         buildscripts/clean-fonts.sh 
7989
7990         * scm/define-music-properties.scm (figure): use string for 'figure
7991
7992         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7993
7994         * input/regression/ : add raggedright = ##t where applicable. 
7995         
7996         * scm/bass-figure.scm (make-bass-figure-markup): add
7997         alignBassFigureAccidentals property.
7998
7999         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8000         bracket.
8001
8002         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8003         syllables widths into account for minimum-length.
8004
8005         * input/test/staff-container.ly: update file
8006
8007         * input/test/stem.ly: remove
8008
8009         * lily/event.cc (LY_DEFINE): add ly: prefix.
8010
8011         * input/test/clef-manual-control.ly: from manual-clef
8012
8013         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8014
8015         * input/test/different-time-signatures.ly: move to poly-metric.ly
8016
8017         * input/test/hara-kiri*,scales.ly: remove
8018         
8019         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8020         with chord-names-jazz.ly)
8021
8022         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8023         get scalable cm fonts too.
8024
8025         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8026         --encoding for mftrace if present.
8027
8028         * input/regression/slur-area.ly: move from test/
8029
8030         * input/test/: remove simple-slur-endings slur-attachment
8031         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8032         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8033         slur-symmetry slur-symmetry tie-broken.ly
8034
8035         * scm/drums.scm (set-drum-kit): add function.
8036
8037         * Documentation/user/refman.itely (Percussion staves): use
8038         set-drum-kit
8039
8040         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8041         too
8042         (Global_measure.set_timesig): handle 3/8 time sig too.
8043
8044         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8045         note about triangle note heads.
8046
8047         * scm/drums.scm: use alist for instrument-settings. This fixes the
8048         bug with assigning to drums in the .ly file.
8049
8050         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8051         CHANGED.
8052
8053         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8054         cluster-beacon-interface
8055
8056         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8057
8058         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8059
8060         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8061
8062         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8063         to get positions.
8064
8065         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8066         make ClusterSpannerBeacon to record Y positions. This removes the
8067         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8068         make cluster-note-events.
8069
8070 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8071
8072         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8073
8074         * configure.in: Use lily/main.cc as identifying source file.
8075
8076         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8077
8078         * config.hh.in: 
8079         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8080
8081         * configure.in: Require PYTHON >= 2.0.
8082
8083         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8084           $PYTHON for include dir location.
8085         (STEPMAKE_PYTHON): New function.  Use
8086         
8087             PYTHON=foo ./configure
8088
8089           to override.
8090
8091 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8092
8093         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8094         something.
8095
8096         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8097         ftp.lilypond.org everywhere.
8098
8099 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8100
8101         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8102         detected.
8103
8104         * Documentation/user/refman.itely (Grace notes): note on explicit
8105         contexts
8106
8107 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8108
8109         * lilypond-font-lock.el: add a comment about LilyPond specific
8110         escape characters: ^, - and _, in the syntax table.
8111
8112         * Documentation/user/appendices.itely: a majuscule fix.
8113
8114 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8115
8116         * input/test/trills.ly (endHorizScript): fixes.
8117
8118         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8119         notation, move from regression.
8120
8121         * input/test/script-stack.ly: change name from stacked-scripts
8122
8123         * input/test/ossia.ly: octave errors.
8124
8125         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8126         for midi-volume-equaliser
8127
8128 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8129
8130         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8131         cm fonts.
8132
8133         * mf/feta-beugel.mf: don't multiply font_count by 10.
8134
8135         * lily/lookup.cc (horizontal_line): new function. Use
8136         horizontal-line in output backends.
8137
8138         * Documentation/user/tutorial.itely (An orchestral part): new
8139         section on orchestral stuff and identifiers.
8140
8141 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8142
8143         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8144         some interference to other modes.
8145
8146 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8147
8148         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8149         not maximum of spacing wishes in polyphonic situations.
8150
8151         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8152         number
8153
8154         * lilypond-indent.el: remove paren matching. 
8155
8156         * lily/text-item.cc (interpret_new_markup): new function
8157         use iso. text2molecule.
8158
8159         * lily/main.cc (notice): change FSF address 
8160
8161         * po/de.po: update PO file to 1.6.
8162
8163 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8164
8165         * Documentation/user/ {many}: Add periods and remove spaces.
8166         
8167 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8168
8169         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8170         Disable buffer-locally default paren hook and make a new one. 
8171
8172         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8173         locally LilyPond-paren-mode. Add todo for mouse double-click.
8174
8175 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8176
8177         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8178         Disable buffer-locally default paren idle timer and make a new one. 
8179
8180         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8181         locally LilyPond-show-paren-mode. Add to menu a toggle for
8182         LilyPond-show-paren-function.
8183
8184 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8185
8186         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8187
8188 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8189
8190         * Documentation/user/refman.itely: spelling fix.
8191
8192         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8193         paren highlight function definitions. add todo for
8194         LilyPond-show-paren-mode.
8195
8196 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8197
8198         * input/template/jazz-combo.ly: new file.
8199
8200 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8201
8202         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8203         lo-res fixes.
8204
8205         * mf/feta-schrift.mf: bugfix in varcoda sign.
8206         WARNING: FONT CHANGED
8207
8208         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8209         in accordance with lexer.ll.   
8210
8211 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8212
8213         * Documentation/user/tutorial.itely: Edit introduction.
8214
8215 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8216
8217         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8218         ly:grob-staff-position
8219
8220 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8221
8222         * scm/to-xml.scm: import srfi-1
8223
8224         * VERSION (MAJOR_VERSION):  release 1.7.24
8225
8226         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8227
8228         * scripts/lilypond-book.py (do_file): put texidoc before image.
8229         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8230
8231         * input/regression/*.ly: fix snippet octaves 
8232
8233         * input/test/spanner-after-break-tweak.ly: import
8234         broken-spanner-adjustment
8235
8236         * input/no-notation/midi-transposing.ly: move from input/test/
8237
8238         * input/test/: remove chord-markup
8239
8240         * input/regression/instrument-name-partial.ly: move from input/test.
8241
8242         * input/test/vertical-text.ly: remove
8243
8244         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8245         space above lyrics lines.
8246
8247         * input/test/uniform-breaking.ly: remove file.
8248
8249         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8250         uniform spacing density. 
8251
8252         * input/test/chords.ly (keys): remove file.
8253
8254         * scm/documentation-lib.scm (oop): use srfi-1 too.
8255
8256         * input/regression/*.ly: add \version
8257
8258         * Documentation/user/*.itely: various fixes.
8259
8260         * buildscripts/mf-to-table.py (base): break table every three
8261         symbols.
8262
8263         * input/:  remove %% new-chords-done %% .
8264
8265         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8266         os-music.ly
8267         
8268 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8269
8270         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8271
8272         * scm/new-markup.scm (box-markup): new function.
8273         (box-markup): new function. Contributed by Dick Schoeller
8274         <schoeller@attbi.com>
8275
8276         * scm/lily.scm: remove reduce-no-unit 
8277         (list-insert-separator): use fold-right
8278
8279         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8280         of arguments. 
8281
8282         * NEWS: more neutral language for ancient notation 
8283
8284         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8285         inside pointing beaming for chord tremolo.
8286
8287         * Documentation/user/lilypond-book.itely: minor editing
8288
8289 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8290
8291         * NEWS: added news for 1.8 regarding ancient notation
8292
8293         * Documentation/user/refman.itely (Gregorian square neumes
8294         ligatures): fixed typo
8295
8296         * lily/vaticana-ligature-engraver.cc,
8297         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8298         lower/upper head of Pes only when heads are stacked
8299
8300         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8301         scm/define-grob-properties.scm: cleanup: make "join-left" a
8302         boolean grob property and save delta pitch in grob property
8303         "delta-pitch" instead
8304
8305         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8306
8307 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8308
8309         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8310         completely borked
8311
8312         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8313         (try_music): bug fix: beam multiplicity was completely borked.
8314
8315         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8316         first-n, butfirst-n in favor of srfi-1 functions.
8317         remove string-join, string-pad in favor of srfi-13 functions.
8318
8319         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8320
8321         * NEWS: use complete sentences.
8322
8323         * Documentation/user/introduction.itely (Example applications):
8324         add note about databases and lilypond-book.
8325
8326         * input/test/volta.ly: remove file
8327
8328         * input/regression/volta-broken-left-edge.ly: simplify file
8329
8330 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8331
8332         * Documentation/user/refman.itely (Constructing a tweak): new
8333         subsection.
8334
8335         * Documentation/user/tutorial.itely (Fine tuning layout): add
8336         common tweaks.
8337
8338         * scm/define-grobs.scm (TextScript): use new brewer.
8339
8340 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8341
8342         * VERSION: release 1.7.23
8343
8344         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8345
8346         * python/lilylib.py (make_ps_images): bugfixes.
8347
8348         * input/regression/volta-multi-staff.ly: new file.
8349
8350         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8351
8352         * Documentation/user/tutorial.itely (Piano staffs): new section.
8353         (Setting variables): new section
8354         (Fine tuning layout): new section
8355
8356         * input/just-friends.ly: remove file. Superseeded by
8357         input/test/chords-without-melody.ly
8358
8359         * ly/property-init.ly: add all commands to refman.
8360
8361         * scm/define-translator-properties.scm: remove
8362         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8363
8364         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8365         name. Underscores botch up PS output.
8366
8367         * scm/define-translator-properties.scm: remove
8368         textNonEmpty, oneBeat, regularSpacingDelta
8369
8370         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8371         rule for automaticBars.
8372
8373         * lily/timing-engraver.cc (start_translation_timestep): change
8374         barNonAuto to automaticBars
8375
8376 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8377
8378         * input/test/perform-tie.ly: delete file.
8379
8380 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8381
8382         * Documentation/user/refman.itely (Gregorian square neumes
8383         ligatures): bugfix: do not show ledger lines in neumes table
8384         (fixed by setting staff symbol to transparent rather than removing
8385         it from staff context)
8386
8387 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8388
8389         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8390         glue into brew-new-markup-molecule.
8391
8392         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8393
8394         * Documentation/user/introduction.itely (Computerized typography):
8395         new section
8396
8397         * Documentation/user/tutorial.itely (An orchestral part): remove
8398         pc example from tutorial.
8399
8400         * input/tutorial/lilbook.tex: use screech-boink
8401
8402         * scripts/lilypond-book.py (compile_all_files): split formatting
8403         output body and scheduling lilypond compilation.
8404         (format_lilypond_output_bodies): new function
8405         (format_lilypond_block): new function
8406         (html_pages): allow multi-page images in HTML
8407
8408         * python/lilylib.py (make_ps_images): rename function from
8409         make_preview, merge with make_page_images
8410
8411 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8412
8413         * input/test/key-clefs.ly: moved to regression.
8414
8415         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8416
8417         * input/no-notation/README: added note about midi-*.ly files.
8418
8419         * input/test/two-key.ly: moved to no-notation/parse5.ly
8420
8421         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8422         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8423
8424         * input/test/ {various}: modified comments, marked some for deletion.
8425
8426         * input/test/lines.ly: deleted file; duplicate of
8427         embedded-postscript.ly
8428
8429         * input/test/mmrest-collision: moved to regression.
8430
8431 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8432
8433         * scm/chord-name.scm (note-name->markup): don't superscript root
8434         alterations in chordnames.
8435
8436 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8437
8438         * Documentation/user/refman.itely (Multi measure rests): more
8439         index/cross-referencing.
8440
8441         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8442
8443         * scm/font.scm: remove properties-to-font-name code.
8444
8445         * scm/define-grob-properties.scm: remove 'type
8446
8447         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8448         conversion
8449
8450         * lily/text-spanner.cc: change 'type grob prop to 'style 
8451
8452         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8453         "first" flag to decide whether to make a start-repeat
8454
8455         * input/regression/grace-volta-repeat-2.ly: new file.
8456
8457 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8458
8459         * lilypond-indent.el: rename generic functions to LilyPond-*
8460
8461 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8462
8463         * input/test/thumb.ly: delete, merged into refman.
8464
8465         * Documentation/user/refman.itely: added thumb info to Fingering.
8466
8467         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8468         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8469         vertical-align.ly : deleted files.
8470
8471 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8472
8473         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8474
8475         * lily/line-spanner.cc (broken_trend_offset): remove function.
8476         (get_broken_offset): idem.
8477         (brew_molecule): rewrite the line-break case.
8478
8479         * input/regression/follow-voice-break.ly:  new file.
8480
8481         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8482         start of a system.
8483
8484 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8485
8486         * input/test/tuplet-rest.ly: moved to regression.
8487
8488         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8489         deleted file.
8490
8491         * input/test/ {many} : marked file for possible deletion.
8492
8493 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8494
8495         * input/regression/beam-funky.ly: add note about (disputed)
8496         correct beaming.
8497
8498         * ly/engraver-init.ly (ScoreContext): put key-signature after
8499         staff-bar
8500         
8501 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8502
8503         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8504
8505         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8506
8507         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8508
8509         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8510         stem-extend was deleted (it was duplicate example, and not as
8511         good).
8512
8513         * input/test/[s-z]*.ly: add texidoc index.
8514
8515 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8516
8517         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8518         get_first_notecolumn_y
8519
8520         * lily/spanner.cc (broken_spanner_index): new function.
8521
8522 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8523
8524         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8525         lyric-hyphen.ly : moved to regression.
8526
8527         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8528         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8529
8530         * input/test/instrument-name-mmrest.ly: moved to
8531         ../regression/multi-measure-rest-instr-name.ly
8532
8533         * input/test/knee-sym.ly: moved to
8534         ../regression/beam-knee-symmetry.ly.
8535
8536         * input/test/hymn.ly: change comments.
8537
8538         * input/test/[p-r]*.ly: add texidoc index.
8539
8540 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8541
8542         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8543         to postfix syntax
8544         
8545         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8546         syntax.
8547
8548         * VERSION: release 1.7.22
8549
8550 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8551
8552         * input/test/[h-k]*.ly: added texidoc index.
8553
8554         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8555
8556         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8557
8558         * input/test/ various : mark files for deletion or moving to
8559         regression.
8560
8561         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8562
8563         * input/test/[l-o]*.ly: added texidoc index.
8564
8565 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8566
8567         * scm/music-functions.scm (make-ottava-set): 
8568         only do ottavation if centralCPosition is set.
8569
8570         * lily/translator-scheme.cc (ly:context-property-where-defined):
8571         return '() if not found.
8572
8573 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8574
8575         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8576         Use one command for both commenting and uncommenting.
8577
8578         * lilypond-indent.el (LilyPond-comment-region): new function,
8579         (un)comments each line separately.
8580
8581         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8582         
8583         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8584         imenu is not added by default; adapted from f90.el,
8585         makes Help-menu, which does not fit, visible in XEmacs.
8586         
8587 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8588
8589         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8590         show-paren-mode sets blink-matching-paren-on-screen local.
8591         Try to make show-paren-function to paren-highlight local.
8592
8593         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8594         Copy definitions of Emacs' show-paren-function and
8595         XEmacs' paren-highlight and make minimal changes;
8596         add comments about locality. 
8597         Fix matching first open-paren-char in '<< .. >>'.
8598
8599 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8600
8601         * input/test/g*: added texidoc index.
8602
8603         * input/test/[a-g]*: added raggedright==#t when it
8604          seemed appropiate.
8605
8606         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8607
8608         * Documentation/topdoc/INSTALL.texi: removed false warnings
8609         about gcc 3.3.
8610
8611 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8612
8613         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8614
8615         * input/test/chords-without-melody.ly (texidoc): add from
8616         input/just-friends.ly
8617
8618         * input/regression/size{13--26}.ly: move from input/
8619
8620         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8621         input/{star-spangled-banner,twinkle}.ly: remove 
8622         
8623         * lily/slur.cc: remove slur over rest warnings.
8624
8625         * lily/note-spacing.cc (get_spacing): include left part of right
8626         object in fixed space. This fixes stretched space before
8627         accidentals.
8628
8629         * input/regression/spacing-accidental-stretch.ly: new file.
8630
8631 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8632
8633         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8634         Reduce to 16pt.
8635
8636 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8637
8638         * input/regression/spacing-knee.ly: docstring
8639
8640         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8641
8642         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8643         input/tutorial/{test,solar,flowing}.ly: remove
8644
8645         * input/rhythm.ly: remove
8646
8647         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8648
8649         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8650         update syntax. 
8651
8652         * scm/define-grobs.scm (all-grob-descriptions): set
8653         knee-spacing-correction to 1.0
8654
8655         * lily/note-spacing.cc (stem_dir_correction): compute knee
8656         correction using stem-thickness and head width.
8657
8658         * input/regression/beam-quanting-horizontal.ly: update texidoc
8659
8660         * scm/define-grobs.scm (all-grob-descriptions): set
8661         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8662         This fixes 32nd beams for noteheads in spaces quants.
8663
8664         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8665
8666 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8667
8668         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8669
8670 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8671
8672         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8673
8674         * VERSION (PACKAGE_NAME): release 1.7.21
8675
8676         * input/regression/stem-shorten.ly: new file.
8677
8678         * lily/stem.cc (get_default_stem_end_position): revise stem
8679         shortening code.
8680
8681         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8682
8683         * input/test/{scripts,volta-start,sleur}.ly: remove
8684         
8685         * input/regression/span-bar.ly: smaller file.
8686
8687         * input/regression/spacing-{natural,tight,loose}.ly: remove
8688
8689         * input/test/markup.ly: remove
8690
8691         * scripts/lilypond-book.py: put printfilename in separate chunk,
8692         so texidoc is printed after the filename.  
8693
8694 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8695
8696         * make/lilypond.mandrake.spec.in: fix docdirs.
8697
8698 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8699
8700         * input/regression/beam-french.ly: bugfix.
8701
8702         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8703
8704         * input/regression/(various).ly: add raggedright = #t.
8705
8706         * input/regression/auto-beam.ly: move from abe.ly
8707
8708 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8709
8710         * input/test/f*.ly: added texinfo index.
8711         
8712         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8713
8714 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8715
8716         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8717         quant penalty for beam just outside staff.
8718
8719         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8720         from beam-pos.ly,  remove non-horizontal tests. 
8721
8722         * input/test/(various): cleanup header info. 
8723
8724         * input/test/tchaikovsky.ly: remove file.
8725
8726         * scm/chord-generic-names.scm: move from
8727         double-plus-new-chord-name.scm
8728
8729         * input/test/orchestscore.ly: remove file
8730
8731         * Documentation/user/refman.itely (Vocal music): update documentation.
8732
8733         * scm/define-translator-properties.scm (chordNoteNamer): remove
8734         chordNameStyle, use chordNameFunction
8735
8736         * scm/chord-name.scm (set-chord-name-style): remove
8737         set-chord-name-style. Use \property chordNameFunction.
8738
8739 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8740
8741         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8742         music): remove @TeX{} command.
8743
8744 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8745
8746         * lilypond-indent.el (scan-sexps): Renamed to
8747         aargh-this-breaks-other-emacs-modes-scan-sexps.
8748
8749 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8750
8751         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8752         closing slurs: '()', etc. Add comments.
8753
8754         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8755
8756         * lilypond-font-lock.el: match unending string at eof.
8757
8758         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8759         
8760 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8761
8762         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8763         input/test/beam-dir.ly input/test/beam-position.ly    
8764         input/test/beam-suspect.ly input/test/beam-trend.ly    
8765         input/test/beams.ly input/test/crescendo-text.ly : deleted
8766         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8767         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8768         * input/test/default-bars.ly: moved to bar-always.ly
8769         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8770
8771 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8772
8773         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8774
8775 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8776
8777         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8778
8779 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8780
8781         * lilypond-indent.el: Match better slurs in scheme expressions.
8782         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8783
8784         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8785
8786 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8789
8790         * input/ac-extra-voice.ly: Add texidoc.
8791
8792         * ly/chord-modifiers-init.ly: 
8793         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8794         and chordNameExceptionsPartial for new chord names.
8795
8796         * input/test/chord-names-dpnj.ly: 
8797         * input/test/dpncnt.ly: Update.
8798
8799         * scm/chord-name.scm: 
8800         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8801         chord selection and options.
8802
8803         * ly/chord-modifiers-init.ly: Add exceptions 
8804
8805         * scm/define-translator-properties.scm (chordNameStyle) 
8806         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8807
8808 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8809
8810         * ly/property-init.ly (germanChords): Added.
8811         (semiGermanChords): Added.
8812         
8813         * input/test/chord-names-german.ly: Use new macros
8814         
8815 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8816
8817         * lilypond-indent.el: Use similar parenthesis highlighting for 
8818         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8819         functions; removed LilyPond-show-paren-function. Fix indenting.
8820         Turn paren-matching on also in XEmacs.
8821
8822         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8823         as needed by parenthesis highlighting functions (in scan-sexp).
8824
8825 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8826
8827         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8828         function.
8829         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8830
8831 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8832
8833         * lilypond-indent.el: tune regexp for show-paren-function.
8834
8835 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8836
8837         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8838         for all LilyPond-produced tex snippets.
8839
8840         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8841         fixes one line --preview output of ly2dvi.
8842
8843 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8844
8845         * lilypond-indent.el: match only one type of slurs in
8846         LilyPond-show-paren-function.
8847
8848 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8849
8850         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8851         * debian/lilypond1.7.dirs: 
8852         * debian/lilypond1.7-doc.dirs: New file.
8853
8854         * input/regression/chord-name-exceptions.ly: Add parameter for
8855         ignatzekExceptions.  Quote hash in docstring.
8856
8857 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8858
8859         * lilypond-indent.el (show-paren-function): define show-paren-function
8860         as LilyPond-blink-matching-open and use it for closing parens.
8861         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8862
8863         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8864         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8865         LilyPond-blink-matching-paren in order to match both open and close
8866         brackets.
8867         
8868 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8869
8870         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8871         testing by modifying the code from FSF Emacs paren.el. Add comments.
8872
8873 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8874
8875         * input/test/dpncnt.ly: Transpose example to match new
8876         default \chords octave.  Add comment.
8877         
8878         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8879         comment about octave change.
8880
8881 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8882
8883         * input/test/[d,e]: added texinfo index tags.
8884         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8885
8886 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8887
8888         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8889
8890 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8891
8892         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8893         as in blink-matching-open.
8894
8895 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8896
8897         * input/test/[a-c]: more comments in files.
8898         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8899         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8900         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8901         mark file for proposed deletion.
8902         * input/test: renaming files:
8903         auto-beam-4-8.ly to beam-auto-4-8.ly
8904         auto-beam-override.ly to beam-auto-override.ly
8905         auto-beam.ly to beam-auto.ly
8906         blank.ly to blank-paper.ly
8907         absolute-volume.ly to dynamic-absolute-volume.ly
8908
8909 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8910
8911         * input/test/dpncnt.ly: 
8912         * input/test/chord-names-dpnj.ly: Resurrect.
8913
8914         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8915
8916         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8917
8918         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8919         Better docstring, add parameter OMIT-ROOT, tidy up.
8920
8921 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8922
8923         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8924
8925 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8926
8927         * scm/output-ascii-script.scm (as-font-alist-alist):
8928         (as-properties-to-font-name):
8929         (as-make-style-sheet): Remove.
8930
8931         * scm/font.scm (as-make-font-list): New function.
8932         (as-font-sheet-alist): New variable.
8933
8934         * ly/paper-as9-init.ly: 
8935         * ly/paper-as5-init.ly: Update.
8936
8937         * ly/paper-as5.ly:
8938         * ly/paper-as9.ly: New file.
8939
8940 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8941
8942         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8943
8944 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8945         * input/sondag-morgen/*: removed due to copyright concerns.
8946         * input/[a,b]*.ly: added a newline at the end of the texinfo
8947         doc string (produces better output in HTML version).
8948         * input/c*.ly: added texinfo index and added comments to
8949         aid in future changes to input/test/ files.
8950
8951 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8952         
8953         * Documentation/user/refman.itely: fixed build problem (missing
8954         file) caused by previous renaming.
8955
8956 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8957         
8958         * input/test/[a,b]*.ly: added texinfo index and added comments to
8959         aid in future changes to input/test/ files.
8960         * input/test/bar-number-every-5-reset.ly: renamed to
8961         bar-number-every-five-reset.ly
8962         * input/test/bar-script-visibility.ly: renamed to
8963         bar-number-show-all.ly
8964
8965 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8966
8967         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8968         to Voice.
8969
8970         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8971         out note-line and glissando functionality.
8972         
8973         * lily/line-spanner.cc (brew_molecule): cleanup.
8974
8975 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8976
8977         * scripts/as2text.scm: Use rdelim module.
8978         (start-system): Rename from start-line.
8979         (stop-system): Rename from stop-line.
8980         (af-gulp-file): Use string iso symbol for getenv.
8981
8982         * scm/output-ascii-script.scm: Add guile and lily modules.
8983         (font-name-alist): New variable.
8984         (draw-line): New function.
8985
8986         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8987         (Were these silently removed, without ChangeLog entry?)
8988
8989 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8990
8991         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8992         process 2nd ottava correctly.
8993
8994 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8995
8996         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8997
8998 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8999
9000         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9001
9002 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9003
9004         * VERSION: release 1.7.20
9005         
9006         * lily/text-spanner.cc (brew_molecule): clean up function. This
9007         fixes bugs with broken 8va spanners.
9008
9009         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9010         This prevents spurious line-breaks with raggedright
9011         
9012 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9013
9014         * lily/key-performer.cc (create_audio_elements): always use major
9015         key
9016
9017         * Documentation/user/internals.itely: updates
9018
9019         * input/regression/beam-break.ly: new file.
9020
9021         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9022         beams if starting or terminating stems have 'beaming set.)
9023
9024         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9025         property.
9026
9027         * lily/parser.yy (verbose_command_req): add comment about scales.
9028
9029 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9030
9031         * lilypond-indent.el: adjust regexps in bracket-matching.
9032
9033 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9034
9035         * Documentation/user/refman.itely: more tiny fixes
9036
9037         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9038         "Chord names"; added table with input syntax for solesmes neumes
9039         table; added some words about rationale on input syntax design
9040
9041         * lily/gregorian-ligature-engraver.cc,
9042         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9043         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9044         alignment of Pes Initio Debilis
9045
9046         * Documentation/user/refman.itely,
9047         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9048         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9049         bugs in the solesmes neumes table
9050
9051 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9052
9053         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9054         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9055
9056         * lilypond-mode.el: fix tag-score. small improvements.
9057
9058 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9059
9060         * .cvsignore: Add aclocal.m4.
9061
9062         * lily/music-constructor.cc: Include <assert.h>.
9063
9064 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9065
9066         * ly/engraver-init.ly (HaraKiriStaffContext): use
9067         RemoveEmptyStaffContext instead.
9068
9069         * Documentation/user/refman.itely: updates
9070
9071 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9072
9073         * Documentation/user/refman.itely: added solesmes neumes table;
9074         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9075         bugfix: "Ornaments" -> "Articulations"
9076
9077         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9078
9079 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9080
9081         * lilypond-indent.el: Add a message about trying to match \] or \).
9082         
9083 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9084         
9085         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9086         obsolete "arithmetic_*"
9087
9088         * input/bugs/ligatures.ly: removed (will be put into a different
9089         directory later)
9090
9091 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9092
9093         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9094         libkpathsea (Maurizio Tomasi).
9095
9096 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9097
9098         * input/regression/repeat-slash.ly (texidoc): new file
9099
9100         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9101         slash repeats separately. Slash repeats and %
9102         repeats can now be nested.
9103
9104 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9105
9106         * lilypond-indent.el: Add preliminary test for closing \] and \).
9107         
9108 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9109
9110         * lily/gregorian-ligature-engraver.cc,
9111         lily/vaticana-ligature-engraver.cc,
9112         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9113         mf/parmesan-heads.mf: various semivocalis related bugfixes
9114
9115         * input/bugs/ligatures.ly: new file demonstrating problems with
9116         ligatures
9117         
9118 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9119
9120         * lilypond-mode.el,
9121         lilypond-font-lock.el,
9122         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9123
9124 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9125
9126         * lilypond-mode.el: Remove outdated code. Stress the difference 
9127         between Emacs and XEmacs definitions.
9128
9129         * lilypond-mode.el,
9130         lilypond-indent.el: Define a function interactive only when necessary.
9131
9132 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9133
9134         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9135         Use inactive regions also in XEmacs.
9136
9137 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9138
9139         * Documentation/user/refman.itely (Repeat syntax): more updates
9140
9141         * lily/simple-spacer.cc (solve): move solution process into
9142         solve(). This fixes a bug with collisions and raggedright = ##t.
9143  
9144         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9145
9146         * ly/engraver-init.ly: remove GraceContext. Update examples.
9147
9148 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9149
9150         * GNUmakefile.in (fonts): Also make fontball.
9151
9152         * Website fixes:
9153
9154         * ly/engraver-init.ly (GraceContext): Add.
9155
9156         * run:
9157
9158             convert-ly $(find . -name *.ly)
9159
9160         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9161         new chords.
9162
9163 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9164
9165         * VERSION: 1.7.19 released
9166         
9167         * scm/music-functions.scm (set-octavation): new function.
9168
9169         * input/regression/ottava.ly: new file
9170
9171         * lily/translator-scheme.cc (LY_DEFINE): new function
9172         ly:unset-context-property
9173         (LY_DEFINE) new function ly:context-property-where-defined: 
9174
9175 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9176
9177         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9178
9179         * lilypond.words: add few.
9180
9181         * input/test/script-chart.ly: fix typo.
9182
9183 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9184
9185         * scm/define-grobs.scm: uniform naming for definitions and output
9186         routine files. 
9187
9188         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9189         scm/context-description.scm
9190
9191         * lily/parser.yy (translator_spec_body): add \description to the
9192         \translator{} body syntax.
9193
9194         * lily/ottava-engraver.cc: new file.
9195
9196         * scm/chord-name.scm (natural-chord-alteration): replace old
9197         chord stuff. 
9198
9199         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9200
9201         * Documentation/user/refman.itely (Metronome marks): update doco.
9202
9203         * input/regression/markup-note.ly: new file
9204
9205         * input/regression/metronome-marking.ly: new file
9206
9207         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9208
9209         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9210         metronome marks.
9211
9212 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9213
9214         * Documentation/user/GNUmakefile: Compatibility fix for new
9215         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9216         for making binary packages; info splitting bug has been fixed.
9217
9218         * Documentation/user/refman.itely: Compile fixes.
9219
9220 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9221
9222         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9223         Count \midi -keywords also for a region.
9224
9225 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9226
9227         * lily/lookup.cc (LY_DEFINE): new function
9228
9229         * Documentation/user/tutorial.itely: updates
9230
9231 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9232
9233         * lilypond-mode.el: Allow Midi on buffer.
9234         Use only '.ly'-extension, remove '.sly' and '.fly'.
9235         Allow use of inactive regions. Invoke next Command on Master file, 
9236         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9237
9238 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9239
9240         * Documentation/user/tutorial.itely: updates.
9241
9242 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9243
9244         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9245
9246 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9247
9248         * lily/coherent-ligature-engraver.cc: fixed typo
9249
9250         * lily/coherent-ligature-engraver.cc,
9251         lily/gregorian-ligature-engraver.cc,
9252         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9253         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9254         lily/vaticana-ligature-engraver.cc,
9255         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9256         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9257         removed all ligature specific stuff from NoteHead code
9258
9259         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9260         ligatures now use regular noteheads
9261
9262         * lily/vaticana-ligature.cc: tiny code cleanups
9263
9264         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9265         space between two adjacent noteheads of the same pitch
9266
9267         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9268         description; cleanup: removed obsolete font-family settings
9269
9270 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9271
9272         * lily/coherent-ligature-engraver.cc,
9273         lily/gregorian-ligature-engraver.cc,
9274         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9275         lily/mensural-ligature-engraver.cc,
9276         lily/vaticana-ligature-engraver.cc,
9277         lily/include/gregorian-ligature-engraver.hh: updated for new
9278         Coherent_ligature_engraver; added comments that describe the basic
9279         design ideas of the ligature implementation
9280
9281         * lily/coherent-ligature-engraver.cc,
9282         lily/include/coherent-ligature-engraver.hh: new file: shared code
9283         between mensural ligatures and Gregorian chant notation ligatures
9284
9285 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9286
9287         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9288         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9289         use only two arguments in sit-for, use no arguments in
9290         read-char-exclusive, backspace is not a character (127) in XEmacs.
9291
9292         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9293
9294 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9295
9296         * lilypond-mode.el: un-commenting works after syntax-table fix.
9297
9298         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9299         group, verbose commenting for syntax table.
9300
9301         * lilypond-indent.el: add TODO for ligature slurs.
9302
9303 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9304
9305         * lilypond-mode.el: Move comments of parenthesis matching away,
9306         (blink-matching-paren-on-screen) fix blinking in Emacs.
9307
9308         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9309         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9310
9311         * lilypond-indent.el: Add TODO for parenthesis matching.
9312
9313 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9314
9315         * lilypond-mode.el: Fix XEmacs: 
9316         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9317         invoke explicitly easy-menu-add (in Emacs done automatically).
9318         
9319         * lilypond.words: Add few words from input/*/*.ly.
9320
9321 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9322
9323         * VERSION (PATCH_LEVEL): release 1.7.18
9324
9325         * scripts/lilypond-book.py: only print basename for printfilename
9326         option
9327
9328         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9329         and syntax updates.
9330
9331 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9332
9333         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9334         better parametrisation. Move fatness of bulb downward.
9335
9336         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9337         glyph names. Underscores are not allowed .ps encoding files.
9338
9339 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9340
9341         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9342         variable "packed" for packed right-ragged mode
9343
9344         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9345         unused variable ragged; fixed indentation
9346
9347         * Documentation/user/refman.itely: tiny cleanups in ancient
9348         clef and custos section
9349
9350 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9351
9352         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9353         \applyoutput PROCEDURE
9354
9355         * lily/my-lily-lexer.cc: add \applyoutput.
9356
9357         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9358
9359         * lily/text-item.cc: clean text-interface description
9360
9361 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9362
9363         * input/{regression,test}/: use postfix for slur endings and beam
9364         begins.
9365
9366         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9367         style beams too. 
9368
9369         * input/regression/lyrics-melisma-beam.ly: new file.
9370
9371         * lily/lyric-engraver.cc (process_music): change from
9372         process_acknowledged_grobs()
9373
9374         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9375         functions to set and revert auto-beam settings.
9376
9377 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9378
9379         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9380
9381 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9382
9383         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9384         Documentation/user/lilypond.tely: fixed some typos; updated author
9385         info
9386
9387         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9388         #"" -> #'flag-style = #'()
9389
9390         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9391         cleanup: removed dead #includes
9392
9393         * lily/gregorian-ligature-engraver.cc,
9394         lily/include/gregorian-ligature.hh,
9395         scm/grob-property-description.scm: small cleanups, small spacing
9396         fixes
9397
9398         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9399         lily/vaticana-ligature.cc,
9400         lily/include/gregorian-ligature-engraver.hh,
9401         scm/grob-property-description.scm, scm/music-types.scm:
9402         "porrectus" -> "pes or flexa"
9403
9404         * ly/engraver-init.ly, scm/grob-description.scm,
9405         scm/grob-property-description.scm: junked porrectus, now handled
9406         by ligature code
9407
9408         * scm/grob-description.scm: bugfix: added space-alist entry for
9409         breathing sign/custos
9410
9411 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9412
9413         * Another grand 2003 update.
9414         
9415         * Remove mentioning of `mudela'; There's no such thing.
9416
9417 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * Documentation/user/preface.itely (Preface to version 1.8): update
9420
9421         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9422
9423         * Documentation/user/converters.itely (Invoking convert-ly): revise
9424
9425         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9426
9427         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9428
9429 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9430
9431         * Documentation/user/internals.itely: more updates.
9432
9433 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9434
9435         * Documentation/user/refman.itely: revise 
9436
9437         * Documentation/user/internals.itely: revise
9438
9439         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9440
9441 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9442
9443         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9444         beautification: reformatted ancient clefs section; cleanup: small
9445         wording fixes
9446
9447 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9448
9449         * lilypond.words: added words for chant notation, sorted
9450         alphabetically through "sort lilypond.words"
9451
9452 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9453
9454         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9455         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9456         chant notation
9457
9458 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9459
9460         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9461         prevent TeX from interpreting them as long dash
9462
9463         * input/test/vaticana.ly: updated
9464
9465         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9466         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9467         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9468         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9469         fixes
9470
9471         * mf/parmesan-heads.mf: ledger endings: removed dead code
9472
9473 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9474
9475         * VERSION: 1.7.17 released
9476         
9477         * Documentation/user/GNUmakefile
9478         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9479         files too.
9480
9481         * scm/document-markup.scm: new file: document all markup
9482         functions.
9483
9484         * scm/documentation-generate.scm: rename all documentation modules
9485         to document-*.scm
9486
9487         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9488         .png
9489
9490         * input/test/divisiones.ly: added
9491
9492         * input/regression/output-property.ly: new file
9493
9494         * lily/cluster.cc: change cluster-interface to use style property
9495
9496 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9497
9498         * input/test/chord-names-german.ly: modified.
9499
9500         * scm/chords-ignatzek.scm:
9501           chord-name->german-markup: Added
9502           note-name->german-markup: Changed (now producing lowercase notenames)
9503
9504         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9505         
9506 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9507
9508         * scripts/convert-ly.py (FatalConversionError.conv):
9509         divisiominima -> divisioMinima, etc.
9510
9511         * ly/engraver-init.ly (FiguredBassContext): add
9512         Separating_line_group_engraver to Figured bass context.
9513
9514         * ly/german-chords-init.ly: remove file
9515
9516         * input/test/chord-names-german.ly (scm): new file.
9517
9518         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9519
9520         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9521         Chord_name_engraver
9522
9523         * Documentation/user/refman.itely: lots of updates.
9524
9525         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9526         new file
9527
9528         * input/test/bar-number-every-5-reset.ly: new file.
9529
9530 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9531
9532         * input/regression/chord-name-major7.ly: new file
9533
9534         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9535         if specced explicitly.
9536
9537         * input/regression/chord-name-entry-11.ly: new file.
9538
9539         * input/test/slur-beautiful.ly: new file.
9540
9541         * Documentation/user/refman.itely: updates.
9542
9543         * input/regression/collisions.ly (threevoice): cleanup.
9544
9545         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9546
9547 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9548
9549         * Documentation/user/*.itely: various updates.
9550
9551         * ly/spanners-init.ly: enddecr/ endcr.
9552
9553         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9554         of tutorial
9555
9556 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9557
9558         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9559
9560         * lily/new-chord-name-engraver.cc (process_music): use octavation
9561         (a number) instead of original-pitch to store inversions. This
9562         fixes a problem with transposed chords with inversions.  
9563
9564 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9565
9566         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9567         used in includable-lexer.hh.
9568
9569         * lily/includable-lexer.cc: Bugfix: include config.h.
9570
9571         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9572         circumvention of Debian packaging bug.
9573
9574 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9575
9576         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9577         
9578         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9579
9580         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9581         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9582
9583         * lily/include/includable-lexer.hh: 
9584         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9585
9586         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9587
9588         * aclocal.m4: Regenerate.
9589
9590         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9591         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9592
9593         * scm/pdf.scm (use-modules): Include lily.
9594
9595         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9596         Noordkamp).
9597         (use-modules): Include lily.
9598         (lily-def): Bugfix: include tex-val in let.
9599
9600 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9601
9602         * lilypond-mode.el: sensible error if lilypond.words not found.
9603
9604         * lilypond.words: add few words.
9605
9606 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9607
9608         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9609
9610         * mf/parmesan-scripts.mf: fixed typo in char name
9611
9612 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9613
9614         * VERSION: 1.7.16 released
9615
9616         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9617         (this is a security vulnerability).
9618
9619         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9620
9621         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9622         add staff support.
9623
9624 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9625
9626         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9627         ly/script-init.ly, scm/script.scm: bugfix: renamed
9628         fermata->signumcongruentiae to fix naming clash with feta font
9629
9630 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9631
9632         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9633
9634         * lily/multi-measure-rest-engraver.cc
9635         (start_translation_timestep): use grace timing too for determining
9636         when to make mmrest.
9637         (start_translation_timestep): clear numbers too.
9638
9639 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9640
9641         * scm/music-types.scm: compile fix: escape braces
9642
9643         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9644         work around font selection problem
9645
9646         * Documentation/user/refman.itely: BreathingSign: added docu for
9647         property "text"
9648
9649 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9650
9651         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9652         information.
9653
9654 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9655
9656         * lily/multi-measure-rest-engraver.cc (class
9657         Multi_measure_rest_engraver): make multiple Number objects, one
9658         for each MultiMeasureTextEvent.
9659
9660         * scm/music-functions.scm (glue-mm-rest-texts): use
9661         MultiMeasureTextEvent
9662
9663         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9664
9665         * Documentation/user/refman.itely (Multi measure rests): update.
9666
9667 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9668
9669         * lily/ly-module.cc (ly_copy_module_variables): use
9670         scm_internal_hash_fold() for iterating modules.
9671
9672 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9673
9674         * Documentation/user/refman.itely: Section Custodes: added more
9675         example code
9676
9677         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9678         neo-mensural rests to parmesan font
9679
9680         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9681         header
9682
9683 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9684
9685         * Documentation/user/macros.itexi: @fileref macro.
9686
9687         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9688         each file. 
9689
9690 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9691
9692         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9693         Documentation/topdocs/AUTHORS.texi: updated my email address
9694
9695         * Documentation/user/refman.itely: updated custos documentation;
9696         beautified divisiones example; beautified articulations table
9697
9698         * lily/breathing-sign.cc: bugfix: finalis molecule
9699
9700 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9701
9702         * Documentation/user/refman.itely: added docu for
9703         contemporary fermata symbols, gregorian breathing signs; small fixes
9704
9705         * ly/gregorian-init.ly: removed obsolete #'type props
9706
9707 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9708
9709         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9710         minimum-length property correctly.
9711
9712 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9713
9714         * scm/music-functions.scm (make-multi-measure-rest): set input
9715         locations for multimeasure rests.
9716
9717 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9718
9719         * input/regression/breathing-sign.ly: updated to for ancient
9720         notation
9721
9722 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9723
9724         * scripts/ly2dvi.py: Add newline.
9725
9726 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9727
9728         * scripts/ly2dvi.py (dependency_files): Compile fix.
9729
9730 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9731
9732         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9733         (make_html_menu_file): --html menu. 
9734
9735 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9736
9737         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9738
9739 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9740
9741         * input/screech-boink.ly: new file.
9742
9743 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9744
9745         * scripts/lilypond-book.py (make_lilypond_file): convert
9746         lilypond-file to lilypond block directly, without going through
9747         begin/end lilypond text.
9748         
9749
9750 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9751
9752         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9753         scm/grob-description.scm: moved Michael's original breathing sign
9754         code in brew_molecule() to divisio_minima(); provided new
9755         brew_molecule() that effectively replaces the
9756         Text_item::brew_molecule callback (with additional fallback to
9757         Michael's original code); added callbacks for brewing divisio
9758         maior/maxima and finalis
9759
9760         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9761         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9762
9763         * script-init.ly: added shortfermata, longfermata,
9764         verylongfermata, varcoda
9765
9766         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9767         longfermata, verylongfermata, varcomma, varcoda
9768
9769 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9770
9771         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9772           Remove all noquote and insert a few quote.
9773         
9774         * Documentation/user/lilypond-book.itely (Music fragment options),
9775           scripts/lilypond-book.py: Don't include quotation blocks by
9776           default. Introduce option quote instead of noquote
9777
9778 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9779
9780         * VERSION: 1.7.15 released
9781         
9782         * Documentation/user/lilypond.tely: omf updates.
9783
9784         * buildscripts/texi2omf.py (omf_vars): include version.date
9785
9786         * make/lilypond.redhat.spec.in: fixes for spec file. 
9787
9788         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9789         by function definition: lily now requires a recent GNU Make.
9790
9791         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9792         writing.
9793
9794         * make/ly-rules.make: remove .ly -> .tex rule
9795
9796         * Documentation/user/refman.itely (Figured bass): revised figured
9797         bass example.
9798
9799 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9800
9801         * stepmake/stepmake/omf-targets.make (local-install): add
9802         scrollkeeper-update message.
9803
9804         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9805         to binary.
9806         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9807
9808         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9809
9810         * Documentation/user/converters.itely (Invoking midi2ly): add
9811         track/channel notice.
9812
9813 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9814
9815         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9816
9817         * lily/parser.yy (scalar): DIGIT is also a scalar.
9818
9819         * Documentation/user/music-glossary.tely: add @omf tags
9820
9821         * Documentation/user/lilypond.tely: add @omf tags
9822
9823         * scm/generate-documentation.scm (string-append): add @omf tags.
9824
9825         * stepmake/stepmake/omf-*: new files 
9826
9827         * input/regression/multi-measure-rest.ly (texidoc): add doco
9828
9829         * GNUmakefile.in (web-doc-install): add web-doc-install target
9830
9831         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9832         fixes crashes while dumping MIDI.
9833
9834         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9835         midi
9836
9837 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9838
9839         * buildscripts/texi2omf.py: new file.
9840
9841         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9842         font-name
9843
9844 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9845
9846         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9847
9848         * lily/sequential-iterator.cc (descend_to_child): call
9849         descend_to_child() for all types of music.
9850
9851 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9852
9853         * scm/translator-property-description.scm: Add
9854         bassFigureFormatFunction.  Replace some entries.
9855
9856 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9857
9858         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9859         clean out.
9860
9861 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9862
9863         * scripts/midi2ly.py (Note.dump): never dump duration for
9864         dump_dur=0.
9865
9866         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9867         new function
9868
9869         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9870         figures using new markups. Much simpler, and should improve layout
9871         a little.
9872
9873         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9874
9875 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9876
9877         * ly/engraver-init.ly: use Hara kiri by default for 
9878         ChordNames, FiguredBass and Lyrics(Voice) context. 
9879
9880         * lily/axis-group-engraver.cc (acknowledge_grob): use
9881         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9882
9883         * scm/new-markup.scm (markup-function-list): add bracket,
9884         vbracket.
9885
9886         * ly/engraver-init.ly (ChordNamesContext): set
9887         minimumVerticalExtent
9888
9889 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9890
9891         * input/test/time-signature-double.ly: new file 
9892
9893         * input/regression/collision-head-chords.ly (texidoc): new file.
9894
9895         * lily/type-swallow-translator.cc: add note swallow translator 
9896
9897         * input/test/time-signature-double.ly: new file.
9898
9899         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9900
9901         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9902         (FiguredBassContext): idem.
9903
9904         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9905
9906         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9907
9908         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9909
9910         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9911         .afm dependency
9912
9913         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9914
9915         * python/lilylib.py (make_page_images): add function.
9916
9917         * scripts/ly2dvi.py (run_latex): include title in preview image.
9918
9919         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9920         from lilypond-book for <ly2dvifile> tags in HTML.
9921
9922         * scripts/ly2dvi.py (option_definitions): add --debug option to
9923         print out environment.
9924
9925         * input/regression/tie-chord-partial.ly: new file.
9926
9927 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9928
9929         * lilypond.words: add 3
9930
9931 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9932
9933         * scm/new-markup.scm (markup-function-list): add finger-markup
9934
9935         * input/tutorial/brahms-tweaked.ly: new markup 
9936
9937         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9938
9939         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9940         crash when processing '() markup
9941
9942         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9943
9944         * lily/breathing-sign.cc (railtracks): another caesura.
9945
9946         * mf/feta-schrift.mf: caesura symbol. 
9947
9948 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9949
9950         * scripts/convert-ly.py (FatalConversionError.conv): add
9951         ly:molecule-XXX conversions.
9952
9953         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9954
9955         * input/regression/multi-measure-rest-text.ly: new file.
9956
9957         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9958         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9959
9960         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9961         ScoreContext
9962
9963         * scm/new-markup.scm (center-markup): \center markup.
9964
9965         * scm/music-functions.scm: remove pitchify scripts.
9966
9967         * lily/music.cc (print_smob): display music name if available 
9968
9969 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9970
9971         * Documentation/user/refman.itely (Instrument names): remove
9972         \turnOff doco.
9973
9974 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9975
9976         * lily/score.cc (mark_smob): bugfix.
9977
9978         * input/regression/rehearsal-mark.ly: new file.
9979
9980         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9981         report error at the current token again.
9982
9983 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9984
9985         * cygwin/mknetrel: Exit if doc build fails.
9986
9987         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9988
9989 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9990
9991         * scm/music-types.scm (music-descriptions): add doc strings
9992
9993 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9994
9995         * lily/lexer.ll: 
9996         * lily/include/my-lily-lexer.hh: 
9997         * lily/include/includable-lexer.hh: Add flex kludge.
9998
9999         * config.hh.in: 
10000         * config.make.in: 
10001         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10002         cruft.
10003         
10004         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10005         code.
10006
10007 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10008
10009         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10010
10011         * lily/parser.yy (new_chord): Compile fix.
10012
10013 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10014
10015         * Documentation/user/refman.itely (Tuning groups of objects):
10016         remove documentation for \turnOff. 
10017
10018         * lily/percent-repeat-engraver.cc (try_music): add correct
10019         processing moments for double-measure percents as well.
10020
10021         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10022
10023         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10024         grob prop type. 
10025
10026         * Documentation/user/refman.itely (Printing named chords): add
10027         chord name tweak doco.
10028
10029         * input/template/gregorian-transcription.ly: new file.
10030
10031 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10032
10033         * VERSION: 1.7.13 released
10034         
10035         * input/test/*: lots of cleanups/comment-outs/removals in chord
10036         examples
10037         
10038         * input/regression/*: lots of cleanups/comment-outs/removals in
10039         chord examples
10040         
10041         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10042         options
10043
10044         * lily/new-chord-name-engraver.cc (process_music): give original
10045         inversion pitch to chord name routine.
10046
10047         * input/tutorial/os-score.ly: update to new markup
10048
10049         * Documentation/user/appendices.itely: simply include
10050         chords-ignatzek. 
10051
10052         * Documentation/user/refman.itely (Chords mode): add documentation
10053         for chord mode.
10054
10055         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10056         not present in chord.
10057         (construct-chord): add inversion and bass support.
10058
10059         * lily/chord.cc: junk contents.
10060
10061 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10062
10063         * Documentation/user/refman.itely:
10064         * Documentation/user/music-glossary.tely: fix. 
10065
10066 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10067
10068         * scm/chord-entry.scm (construct-chord): move chord construction
10069         to Scheme.
10070
10071         * lily/parser.yy (new_chord): new setup for chord entry.
10072
10073 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10074
10075         * lilypond.words:
10076         * Documentation/user/music-glossary.tely: add ambitus.
10077
10078 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10079
10080         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10081
10082         * lily/include/*.hh: string() -> to_string()
10083
10084         * scm/chords-ignatzek.scm: new file.
10085
10086         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10087         standard chord name exceptions.
10088
10089         * scm/translator-property-description.scm (chordNameSeparator):
10090         add property.
10091         (majorSevenSymbol): add property
10092
10093         * lily/translator-scheme.cc (ly:context-properties): new function
10094         (ly:context-parent): new function.
10095         (print_smob): print context name.
10096
10097         * lily/music.cc (ly:get-music-length): new function
10098         (print_smob): don't print properties.
10099
10100         * lily/duration.cc (duration<?): new function
10101
10102         * input/regression/chords-funky-ignatzek.ly: new file.
10103
10104         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10105         jazz chords.
10106
10107         * lily/pitch.cc (ly:pitch-diff): new function.
10108
10109         * input/regression/chords-ignatzek.ly: new file.
10110
10111 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10112
10113         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10114         pitches for jazz chords.
10115
10116 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10117
10118         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10119
10120 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10121
10122         * lilypond.words: add 1
10123
10124 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10125
10126         * Documentation/topdocs/AUTHORS.texi: refine.
10127
10128 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10129
10130         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10131         
10132         * lilypond.words: add one.
10133
10134 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10135
10136         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10137         Fontify bass note in chords, e.g., e in c1/e.
10138         
10139 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10140
10141         * Documentation/user/music-glossary.tely: Dutch updates and
10142         additions (Arent Storm).
10143
10144 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10145
10146         * input/regression/ambitus.ly:  move file.      
10147
10148         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10149
10150         * lily/event.cc (transpose): add tonic property to Key_change_req
10151         and to Key_engraver.
10152
10153 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10154
10155         * Documentation/user/refman.itely: fix typo.
10156
10157         * lilypond.words: removed wrong identifiers.
10158
10159 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10160
10161         * mf/feta-toevallig.mf: make flat stem shorter 
10162
10163 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10164
10165         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10166
10167         * lilypond.words: add from Phrasing slur.
10168         
10169 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10170
10171         * lilypond-mode.el: allow launching multiple ViewPS processes.
10172         
10173         * lilypond.words: add from Text markup.
10174
10175 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10176
10177         * input/test/ossia.ly (texidoc): add comment.
10178
10179         * input/regression/voice-follower.ly: new file.
10180
10181         * mf/feta-toevallig.mf: make flat heavier.
10182
10183         * lily/cluster-engraver.cc: clean up Cluster engraver
10184
10185         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10186         Engraver. Use Note_column to compute Y positions and deal with
10187         line break stuff.
10188
10189 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10190
10191         * lily/stem.cc: move french-beaming to stem.
10192
10193 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10194
10195         * lilypond-font-lock.el: fontify all durations in chords.
10196
10197         * lilypond.words: add from lily/my-lily-lexer.cc
10198
10199 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10200
10201         * VERSION: release 1.7.12
10202
10203         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10204
10205         * lily/gregorian-ligature.cc: new file
10206
10207         * lily/*: the Great 2003 search & replace.
10208
10209         * Documentation/user/refman.itely (Manual repeat commands): add
10210         note about font selection.
10211
10212 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10213
10214         * lilypond-mode.el: propose recompiling midi while invoking playing,
10215         not while stopping playing.
10216
10217 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10218
10219         * lilypond.words: add one.
10220
10221         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10222         and expressional note grouping. Fontify chord modes.
10223
10224 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10225
10226         * Documentation/user/music-glossary.tely (Top): translate melisma.
10227
10228 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10229
10230         * Documentation/user/music-glossary.tely (Top): add melisma.
10231
10232 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10233
10234         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10235         interfaces for (abstract) grob GregorianLigature
10236
10237         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10238         renamed head* -> glyph_name*, x-shift* -> x-offset*
10239
10240         * scm/grob-property-description.scm: bugfix: added missing descriptions
10241
10242 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10243
10244         * input/test/chord-names-dpnj.ly: New file.
10245
10246         * scm/double-plus-new-chord-name.scm: Implement full and partial
10247         exceptions.
10248
10249         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10250
10251         * scm/double-plus-new-chord-name.scm
10252         (double-plus-new-chord->markup): Fix sub->markup.
10253
10254
10255 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10256
10257         * lily/custos-engraver.cc: added TODO; editorial changes
10258
10259         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10260         consistency with other ligature engravers; removed access on (now)
10261         private variable _ligature of Ligature_engraver
10262
10263         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10264         renamed last_bound -> last_bound_; issue programming_error on
10265         abstract method calls; moved primitives code from
10266         Mensural_bracket_engraver to here (because almost ligature
10267         engravers will need it); renamed try_stop_ligature () ->
10268         typeset_ligature (); bugfix: store primitives of finished ligature
10269         in separate variable finished_primitives_ to avoid clash on input
10270         like "\] \["; added current_ligature () to enable access on
10271         private variable _ligature
10272
10273         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10274         (now in super class); renamed try_stop_ligature () ->
10275         typeset_ligature ()
10276
10277         * lily/mensural-ligature.cc: issue programming_error on abstract
10278         method calls
10279
10280         * lily/note-heads-engraver.cc: added TODO comment upon bool
10281         in_ligature
10282
10283         * mf/parmesan-heads.mf: fixed some of set_char_box()
10284
10285         * scm/grob-description.scm: added VaticanaLigature
10286
10287         * scm/grob-property-description.scm: added neume prefix properties
10288
10289         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10290         lily/include/gregorian-ligature-engraver.hh,
10291         lily/include/gregorian-ligature.hh: new files; framework for
10292         gregorian ligature engravers such as vaticana
10293
10294         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10295         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10296         vaticana style ligature implementation (still somewhat uncomplete)
10297
10298 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10299
10300         * VERSION: release 1.7.11
10301
10302         * scripts/convert-ly.py: add ly:pitch-transpose rule
10303
10304 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10305
10306         * input/test/dpncnt.ly: New file.
10307
10308         * lily/my-lily-lexer.cc: Add chordnames keyword.
10309
10310         * lily/parser.yy (chordnames_block): Parse chord name exception
10311         lists, see input/test/dpncnt.ly.
10312
10313         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10314         function.
10315
10316         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10317         filter-out too.
10318
10319         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10320         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10321         pitch functions (except for ly:make-pitch, but that's apparently
10322         some sort of scheme naming standard?).
10323
10324         * scm/lily.scm (!=): define-public.
10325
10326         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10327
10328 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10329
10330         * scm/double-plus-new-chord-name.scm
10331         (double-plus-new-chord-name->markup): New file.
10332
10333 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10334
10335         * python/lilylib.py (make_preview): don't suppress progress for
10336         bbox extraction.
10337
10338 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10339
10340         * Documentation/user/appendices.itely (scheme): update for new syntax.
10341
10342         * input/regression/chord-name-styles.ly: new file
10343
10344         * lily/instrument-name-engraver.cc: create instrument names
10345         without barline too.  Allows instrument name on ChordNames  
10346
10347         * scm/new-markup.scm (interpret-markup): allow simple strings as
10348         markup too.
10349
10350 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10351
10352         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10353         (step->markup-accidental): Fix: add accidental.
10354         (chord::inner-name-american): 
10355         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10356         append stray '/' if last superscript addition was 'o'.
10357
10358         * scm/new-markup.scm (normal-size-sub-markup) 
10359         (normal-size-super-markup): New function.
10360
10361         * lily/source-file.cc (Source_file): Add warning for possibly
10362         intentional but suspicious initialization.
10363
10364         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10365         add comments about cut-and-paste programming.
10366
10367         * flower/rational.cc (lcm): Not used; comment out.
10368
10369 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10370
10371         * lily/new-fingering-engraver.cc (position_scripts): use
10372         fingerHorizontalDirection to determine fingering horizontal
10373         directions.
10374  
10375         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10376         fingering support.
10377
10378         * scripts/convert-ly.py (FatalConversionError.conv): add style
10379         conversion rule. 
10380
10381         * scm/chord-name.scm (set-chord-name-style): new function.
10382         (new-chord-name-brew-molecule): revise to interpret markup only
10383         (new-chord->markup): cleanuppish rewrite. To be called from the
10384         new engraver.
10385
10386         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10387         Markup earlier, during interpreting.
10388
10389         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10390         style settings. Rename to chord-names-*.ly
10391
10392 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10393
10394         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10395         markup code and update to new markup.  Most probably broke some of
10396         it.
10397         
10398 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10399
10400         * Documentation/user/refman.itely: added docu for ambitus and
10401         clusters
10402
10403         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10404         ly_quote_scm() in lookup.cc
10405
10406         * mf/parmesan-clefs.mf: set_char_box fix
10407
10408         * lily/cluster-engraver.cc: junk implicit protection; use
10409         Protected_scm instead
10410
10411 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10412
10413         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10414         throughout.
10415
10416         * scm/new-markup.scm: Turn-off error-triggering test code.
10417
10418 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10419
10420         * scm/new-markup.scm (markup-thrower-typecheck) 
10421         (markup-typecheck?):  add full typechecking functions.
10422         (make-markup-maker): add make-FOO-markup functions.
10423         (markup-argument-list-error): nice error checking messages.
10424         (make-markup): better function: less quoting escapades.
10425
10426 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10427
10428         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10429
10430 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10431
10432         * cygwin/lilypond.hint (requires): Add cygwin.
10433
10434         * .cvsignore: Remove stepmake (huh!?!), add lib.
10435
10436         * GNUmakefile.in: Add libdir links for builddir runs.
10437
10438         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10439         instead of datadir.
10440
10441         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10442         local_lilypond_libdir.
10443
10444         * config.make.in (lilypond_libdir): Add.
10445
10446         * stepmake/stepmake/substitute-rules.make: 
10447         * stepmake/stepmake/script-rules.make: 
10448         * stepmake/stepmake/python-module-rules.make:
10449         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10450         lilypond-python-module patch.
10451
10452 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10453
10454         * Documentation/user/refman.itely (Graphical interfaces): add note
10455         about xml2ly.
10456
10457 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10458
10459         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10460
10461 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10462
10463         * VERSION: released 1.7.10
10464
10465         * scripts/musedata2ly.py (): idem
10466
10467         * scripts/midi2ly.py (dump_chord): idem
10468
10469         * scripts/etf2ly.py (version): idem 
10470
10471         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10472
10473         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10474
10475         * scm/tex.scm (tex-output-expression): remove eval compat
10476         glut. Other output files too.
10477
10478         * scm/chord-name.scm: don't export anything from chord module.
10479
10480         * input/test/american-chords.ly: idem
10481
10482         * input/test/banter-chords.ly (texidoc): idem
10483
10484         * input/test/Cc-chords.ly: add breakage notes.
10485
10486         * Documentation/user/refman.itely (Text markup): rewrite manual
10487         section.
10488
10489         * lily/parser.yy (scalar): allow \markup { } as property value. 
10490
10491         * scm/chord-name.scm: complete new markup usage
10492
10493         * scm/grob-description.scm (all-grob-descriptions): use new markup
10494         texts by default
10495
10496 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10497
10498         * scm/chord-name.scm: partial move to new markup texts.
10499
10500 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10501
10502         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10503
10504         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10505         settable.
10506
10507 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10508
10509         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10510         invoked for old midi, wait for killing.
10511
10512 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10513
10514         * Documentation/user/music-glossary.tely: Finnishing.
10515
10516 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10517
10518         * mf/feta-nummer-code.mf: some kerning pairs.
10519
10520 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10521
10522         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10523         Added.
10524
10525         * Documentation/user/refman.itely (Bar numbers):
10526         set-bar-number-visibility added, modulo-bar-number removed again
10527         (sorry).
10528
10529 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10530
10531         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10532
10533         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10534
10535         * Documentation/user/music-glossary.tely: translate into Finnish.
10536
10537 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10538
10539         * lilypond-mode.el: add shortcut for 2midi
10540
10541         * lilypond-font-lock.el: fontify lyrics
10542
10543 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10544
10545         * scm/drums.scm : use 1.7.x names.
10546
10547         * input/regression/drums.ly : Don't use << chords >>
10548
10549 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10550
10551         * lilypond-mode.el: tidy, add TODO
10552
10553         * make/lilypond.mandrake.spec.in: install-info quietly.
10554
10555 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10556
10557         * input/test/markup.ly: use new syntax.
10558
10559 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10560
10561         * ly/params-init.ly (interscoreline): add word-space
10562
10563         * input/test/metronome.ly (eighthNote): idem.
10564
10565         * input/test/script-priority.ly: use new markup
10566
10567         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10568
10569         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10570
10571         * lily/parser.yy (gen_text_def): bugfix.
10572         (full_markup): allow markup identifier.
10573
10574 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10575
10576         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10577         jobs at the same time. Add horizontal lines to Command menu.
10578         Allow one compiling job -- propose killing others before a new one.
10579
10580         * lilypond.words: add markup, teeny, etc.
10581
10582 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10583
10584         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10585         Allow only one type of midi process; launching Midi either stops
10586         midis or plays the current midi and launching MidiAll stops midis
10587         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10588         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10589
10590 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10591
10592         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10593         markup  for new markup texts.
10594
10595         * lily/mark-engraver.cc (process_music): idem
10596         
10597         * lily/instrument-name-engraver.cc (create_text): idem
10598
10599         * scm/new-markup.scm (magnify-markup): new function.
10600
10601         * scm/molecule.scm (stack-lines): bugfix.
10602
10603         * lily/font-interface.cc (get_font): take font-magnification from
10604         alist chain.
10605
10606 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10607
10608         * lily/molecule-scheme.cc: move scheme functions to separate file.
10609
10610         * lily/font-metric.cc  (ly_get_glyph): new function. 
10611         
10612         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10613         (italic-markup, dynamic-markup): new functions
10614         (font-markup): new function
10615
10616         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10617         padding and minimum
10618
10619 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10620
10621         * lily/accidental-engraver.cc:
10622         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10623
10624 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10625
10626         * lilypond.vim:
10627         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10628         [a-zA-Z] for user defined identifiers. Separate note cases 
10629         with and without a duration (allow cis\longaX).
10630
10631         * lilypond.words: Add words from Info.
10632
10633 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10634
10635         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10636
10637 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10638
10639         * lilypond-mode.el: Propose reverting buffer before a command if
10640         it was edited with an another editor.
10641
10642 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10643
10644         * lily/molecule.cc (ly_translate_molecule): new function
10645
10646         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10647         into libdir
10648
10649         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10650
10651         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10652
10653 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10654
10655         * lilypond.words: take \words from Info-index.
10656
10657 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10658
10659         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10660
10661 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10662
10663         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10664
10665 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10666
10667         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10668         and lilypond-documentation.
10669
10670 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10671
10672         * lily/parser.yy: Compile fix (bison 1.75).
10673
10674 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10675
10676         * VERSION: 1.7.9 released
10677
10678         * scm/music-functions.scm (shift-one-duration-log): refactor.
10679         Use music-map.
10680
10681         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10682
10683         * NEWS: update.
10684
10685         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10686         argument
10687         
10688         * scm/music-functions.scm (display-music): new function
10689         (music-map): change arg order.
10690
10691         * input/regression/new-markup-syntax.scm: new file
10692
10693         * lily/parser.yy (markup): add \markup { .. } syntax.
10694
10695         * scm/new-markup.scm (override-markup): new function
10696         (lookup-markup): new function
10697         (music-markup): new function
10698         (lookup-markup-command): use markup-signature to store argument
10699         format for parser.
10700
10701         * lily/lexer.ll: preliminary \markup syntax. 
10702
10703 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10704
10705         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10706         add pre/post-dependencies and menus with icons from source.
10707
10708         * Documentation/pictures/lilypond-48x48.xpm:
10709         * Documentation/pictures/lilypond-32x32.xpm:
10710         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10711         transparent.
10712
10713         * stepmake/stepmake/generic-targets.make:
10714         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10715
10716 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10717
10718         * input/regression/music-map.ly (texidoc): new file.
10719
10720         * scm/music-functions.scm (music-map): new function
10721
10722 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10723
10724         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10725
10726 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10727
10728         * input/test/to-xml.ly:
10729         * lily/ligature-engraver.cc: Fixes documentation.
10730
10731         * lilypond.mandrake.spec.in:
10732         * lilypond.redhat.spec.in: Add lilypond.words.
10733
10734         * Documentation/user/refman.itely: Mention Info inside emacs.
10735         
10736         * lilypond.suse.spec.in:
10737         * lilypond.redhat.spec.in:
10738         * lilypond.mandrake.spec.in: Set root-owner for doc
10739         (tobbe@nyvalls.se).
10740
10741 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10742
10743         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10744         os.popen.read ().
10745
10746 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10747
10748         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10749
10750         * python/lilylib.py (error): add space
10751
10752 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10753
10754         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10755         distribution.
10756
10757 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10758
10759         * lily/paper-outputter.cc (Paper_outputter): close port when
10760         finishing score.
10761
10762 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10763
10764         * scm/sodipodi.scm: Fixes.
10765
10766 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10767
10768         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10769
10770         * buildscripts/make-font-dir.py: Fix. 
10771
10772 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10773
10774         * lilypond-mode.el: Add support for Info inside Emacs.
10775
10776 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10777
10778         * buildscripts/make-font-dir.py: 
10779         * mf/GNUmakefile: Make sodipodi font map.
10780
10781         * scm/sodipodi.scm: Add more output functions.
10782
10783         * mf/feta-nummer.mf: 
10784         * mf/feta-beugel.mf: Add font_coding_scheme.
10785
10786         * lily/paper-outputter.cc (output_header): Fix creator string.
10787
10788 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10789
10790         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10791         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10792
10793         * lilypond.words: add two (Everybody can add/remove words now!).
10794
10795         * debian/rules:
10796         * make/lilypond.suse.spec.in:
10797         * make/lilypond.mandrake.spec.in:
10798         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10799
10800         * Documentation/user/refman.itely: Mention autocompletion.
10801
10802 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10803
10804         * scripts/ly2dvi.py: Add paper sizes.
10805
10806         * lily/timing-engraver.cc: 
10807         * lily/time-signature.cc: 
10808         * lily/span-bar.cc: 
10809         * lily/grob-scheme.cc: Code formatting fixes.
10810
10811         * scm/sodipodi.scm: 
10812         * scm/sketch.scm:
10813         * buildscripts/mf-to-table.py: 
10814         * buildscripts/make-font-dir.py: Font testing.
10815
10816 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10817
10818         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10819         inserts try-completion and shows all-completions.
10820
10821         * lilypond.words: '\' -> '\\'
10822
10823         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10824         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10825         
10826         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10827         and LilyPond-reserved-words.
10828         
10829 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10830
10831         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10832         from load-path.
10833         
10834         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10835         the mini-buffer with Control-Shift-c.
10836         
10837 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10838
10839         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10840         duration. This fixes \tempo taking time.
10841
10842 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10843
10844         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10845         Allow for text markup in repeatCommands. 
10846
10847 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10848
10849         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10850         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10851         Get rid of skeleton.el-dependency.
10852
10853         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10854
10855 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10856
10857         * lily/beam-engraver.cc (stop_translation_timestep): reset
10858         now_stop_ev_
10859
10860         * lily/scm-option.cc: add parse-protect to ly:set-option
10861
10862         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10863
10864 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10865
10866         * lily/include/ligature-bracket.hh: removed
10867         * lily/ligature-bracket.cc: removed
10868
10869         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10870         .tex
10871
10872         * lily/beam.cc (set_beaming): don't change beam count on rests.
10873         (brew_molecule): always set flag-width > 0.
10874
10875 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10876
10877         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10878         chars, remove instructions; instead, refer to lilypond-init.el and
10879         Documentation/topdocs/INSTALL.texi.
10880
10881         * lilypond.words: add identifiers and reserved words.
10882
10883         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10884         files and adding a load-path.
10885
10886         * lilypond-init.el: Instructions, extracted from 
10887         Documentation/topdocs/INSTALL.texi. 
10888         
10889 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10890
10891         * VERSION: 1.7.8 released 
10892
10893         * lily/grob.cc (warning): better robustness fix.
10894
10895 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10896
10897         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10898
10899         * lily/cluster-engraver.cc: stick better to variable naming
10900         conventions
10901
10902         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10903         until stop_translation_timestep()
10904
10905         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10906         min/max coordinates to backend, but no musical info such as
10907         pitches
10908
10909         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10910
10911         * lily/grob.cc: robustness fix: warning(): do not crash if
10912         cause is not set
10913
10914         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10915         the much more elaborated tuplet brackets than the very naive and
10916         simple ligature bracket grob
10917
10918 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10919
10920         * Documentation/user/refman.itely (Analysis brackets): add
10921         horizontal bracket doco.
10922
10923         * ly/property-init.ly (setMmRestFermata): added.
10924
10925         * Documentation/user/refman.itely (Multi measure rests): fermatas
10926         on mm rests.
10927
10928         * input/regression/apply-context.ly (texidoc): new file
10929
10930         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10931         code to be executed during interpretation. Possible applications:
10932         smart octavation, more advanced bar checks. 
10933
10934         * lily/apply-context-iterator.cc: new file.
10935
10936 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10937
10938         * input/test/new-markup.ly: new file.
10939
10940         * lily/text-item.cc (text_to_molecule): new function
10941
10942         * scm/new-markup.scm (lambda): new file
10943
10944         * lily/function-documentation.cc (ly_add_function_documentation):
10945         add proc property as well
10946
10947 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10948
10949         * Documentation/user/music-glossary.tely (Top): add custos.
10950
10951 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10952
10953         * Documentation/topdocs/INSTALL.texi: advise how to include source
10954         path to Emacs load-path and improve language.
10955
10956 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10957
10958         * GNUmakefile.in: config.h message fix.
10959
10960         * autogen.sh:
10961         * aclocal.m4: Regenerate.
10962
10963         * configure.in: 
10964         * config.make.in: 
10965         * stepmake/config.make.in: 
10966         * stepmake/configure.in: 
10967         * stepmake/autogen.sh: 
10968         * stepmake/aclocal.m4: Update for autoconf 2.56.
10969
10970 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10971
10972         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10973         to install Emacs-mode. Instructions how to use vim-mode.
10974
10975 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10976
10977         * scm/music-types.scm (music-descriptions): no length for tempo event.
10978
10979         * input/*.ly: add \version everywhere.
10980         
10981         * input/*.ly: update syntax to 1.7 + new-chords.
10982
10983         * VERSION: 1.7.7 released.
10984         
10985         * Documentation/user/*.tely: new chord syntax.
10986
10987         * input/regression/[bc]*.ly (texidoc): syntax updates.
10988         
10989 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10990
10991         * lilypond.words: add vocabulary to be used in auto-completion
10992
10993         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10994
10995         * lilypond.vim: allow note name at EOF
10996
10997 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10998
10999         * buildscripts/new-chords.py (edit): -e option: inline editing.
11000
11001         * input/regression/a*.ly (texidoc): syntax updates.
11002
11003         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11004         music): elucidations. 
11005
11006 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11007
11008         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11009         ly/spanners-init.ly, scm/grob-description.scm,
11010         scm/grob-property-description.scm, scm/music-types.scm,
11011         lily/cluster-engraver.cc, lily/cluster.cc,
11012         lily/include/cluster.hh, input/test/cluster.ly: cluster
11013         implementation
11014
11015         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11016         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11017         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11018
11019         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11020
11021         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11022
11023         * scm/grob-description.scm: bugfix: by default, use default note
11024         head style when engraving ligatures
11025
11026         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11027
11028         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11029         events
11030
11031         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11032
11033         * input/test/ancient-font.ly: bugfix: style -> flag-style
11034
11035         * lily/ligature-engraver.cc: indentation fix
11036
11037         * lily/parser.yy: indentation fixes
11038         
11039 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11040
11041         * input/regression/measure-grouping.ly: more elaborate example.
11042
11043         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11044         ly:div-moment. New functions 
11045
11046         * scm/music-functions.scm (set-time-signature): new function,
11047         allow inline time sig settings with measure grouping.
11048
11049         * lily/parser.yy (command_element): move time sig construction
11050         into Scheme.
11051
11052         * lily/side-position-interface.cc (out_of_staff): new function,
11053         like padding, but keep minimum distance from staff. Easier than
11054         linespanners (dynamics, pedals), but roughly the same effect.
11055
11056 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11057
11058         * emacs-mode.el: Added spanish-note-replacements 
11059         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11060
11061         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11062
11063 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11064
11065         * lilypond.vim: Do not fontify cises, desis, etc.
11066
11067         * vimrc: view dvi with <S-F6>
11068
11069 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11070
11071         * lily/lookup.cc (triangle): new function.
11072
11073         * input/regression/measure-grouping.ly (texidoc): new file: show
11074         triangles and brackets for beat groups of 3 and 2.
11075
11076         * lily/include/measure-grouping-spanner.hh (class
11077         Measure_grouping): new file.
11078
11079         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11080
11081         * lily/measure-grouping-engraver.cc (class
11082         Measure_grouping_engraver): new file.
11083
11084 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11085
11086         * Merge from stable:
11087
11088             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11089         
11090         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11091         stylesheet.
11092
11093         * ly/paper19.ly: Include paper19-init.ly.
11094
11095         * ly/paper19-init.ly: New file.
11096
11097         * Documentation/user/tutorial.itely (First steps): Fix first
11098         example for font test.
11099
11100         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11101
11102         * ChangeLog: Add 1.7.6 release marker (see below).
11103
11104         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11105         Add .py files.
11106
11107 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11108
11109         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11110
11111         * input/tutorial/*.ly: update to new syntax.
11112
11113         * lily/parser.yy (Composite_music): new transpose syntax,
11114         \transpose FROM TO MUSIC. 
11115
11116 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11117
11118         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11119         latex progress/error output to stderr (by default this goes to
11120         stdout).  Show lilypond progress, even when not verbose.
11121
11122         * python/lilylib.py (system): New optional parameter to control
11123         showing of progress.
11124
11125         * scm/backend-documentation-lib.scm (check-dangling-properties):
11126         Fix error message.
11127
11128         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11129         axis, extent.
11130
11131         * scm/grob-property-description.scm (magnify): Remove.
11132         (extent, axis): Add.
11133
11134 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11135
11136         * VERSION: Release 1.7.6.
11137
11138         * scripts/convert-ly.py: more uniformization substitutions.
11139
11140         * buildscripts/new-chords.py (sub_chords): new file.
11141
11142 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11143
11144         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11145         lilypond.map.  Include sauter fonts too.  Cleanups.
11146
11147 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11148
11149         * Documentation/user/tutorial.itely (First steps): change to new
11150         chord/tie/slur/beam notation.
11151
11152         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11153         ties.
11154
11155         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11156         engraver. Process ties in postfix notation, i.e. c8-~ c
11157
11158         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11159
11160         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11161
11162         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11163
11164         * lily/beam-engraver.cc (try_music): accept new-beam-events
11165
11166         * input/regression/chord-scripts.ly (texidoc): new file
11167
11168         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11169         script-events.
11170
11171         * scm/script.scm (default-script-alist): cleanup.
11172
11173         * lily/script-engraver.cc (make_script_from_event): cleanup.
11174
11175         * lily/lyric-combine-music-iterator.cc
11176         (Lyric_combine_music_iterator): remove superfluous events.
11177         (melisma_busy): new function. Fix broken melismas.
11178
11179 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11180
11181         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11182         Remove nonvalid settings. Use descriptive key names.
11183         Use <Return> to indicate the pressing of that key.
11184
11185 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11186
11187         * scripts/lilypond-book.py (option_definitions): Typo.
11188
11189         * scripts/ly2dvi.py: Updates.
11190
11191         * python/lilylib.py (setup_environment, print_environment)
11192         (get_bbox, make_preview): Merge and remove from ly2dvi and
11193         lilypond-book.
11194
11195         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11196
11197         * .cvsignore: Remove some cruft.
11198
11199         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11200         path.
11201
11202         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11203         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11204         throughout.
11205
11206         * python/lilylib.py (quiet_system): Junk
11207         (system): Display error log upon failure.
11208         (read_pipe): New function.  Cleanups and fixes.
11209
11210         * python/*.py: Rename from *.py.in.
11211         
11212         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11213
11214         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11215
11216 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11217
11218         * python/GNUmakefile: Bugfix: handle modules.
11219
11220         * stepmake/stepmake/python-module-targets.make (default): Add
11221         compiled modules. 
11222
11223         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11224         compiling modules.
11225
11226         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11227         Bugfix.  (OUT_PYC_MODULES): Add.
11228
11229 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11230
11231         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11232         Use default paths. Refresh description.
11233
11234 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11235
11236         * VERSION: 1.7.5 released
11237
11238         * input/regression/finger-chords.ly (texidoc): new file.
11239
11240         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11241         support
11242
11243         * lily/fingering-engraver.cc (process_music): remove kludgy
11244         scriptHorizontal stuff.
11245
11246         * lily/script.cc: remove staff-support property.
11247
11248         * lily/new-fingering-engraver.cc (add_fingering): new
11249         file. Fingering engraver for new style chords.
11250
11251 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11252
11253         * lily/parser.yy (bare_number): allow 4 \cm (without
11254         decimal dot). (should backport to 1.6?)
11255
11256         * ly/declarations-init.ly: use Scheme for dimension defs.
11257
11258         * lily/parser.yy (TODO): remove hard coded dimensions, add
11259         REAL NUMBER_IDENTIFIER production.
11260
11261         * lily/rest-collision.cc (force_shift_callback): rewrite using
11262         -done property.
11263
11264         * scm/grob-property-description.scm (rest-collision-done): add
11265         property.
11266         
11267         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11268
11269 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11270
11271         * input/regression/multi-measure-rest-center.ly: new file.
11272
11273         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11274         off horizontally by 0.05 ss. Fixed.
11275
11276 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11277
11278         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11279
11280         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11281
11282 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11283
11284         * lily/tie.cc (get_control_points): also avoid staff lines on the
11285         just outside the outer staff lines
11286
11287 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11288
11289         * ly/params-init.ly: Just define style-alist, no need to
11290         define-public.
11291
11292         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11293         (thanks Han-Wen).
11294
11295         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11296         (FET_FILES): = FONT_FILES.
11297
11298         * Merge from stable:
11299
11300             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11301
11302 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11303
11304         * VERSION: 1.7.4 released.  
11305         
11306         * scm/generate-documentation.scm (string-append): add macro
11307         definitions.
11308
11309         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11310         normal texts.
11311
11312         * lily/multi-measure-rest-engraver.cc: make separate
11313         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11314
11315         * lily/multi-measure-rest.cc: remove text handling. Remove
11316         number-threshold.
11317
11318 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11319
11320         * scm/music-types.scm: doc patch by Graham Percival
11321
11322 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11323
11324         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11325         encoding part.
11326         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11327         (sketch_p): Sketch wants only first four elements of X11 font spec.
11328
11329         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11330
11331         * mf/feta-autometric.mf: Write foundry and family to log.
11332
11333         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11334         font translation table.
11335
11336         * buildscripts/mf-to-table.py: Better font info into afm.
11337
11338         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11339         1.0.9 required.
11340
11341         * configure.in: Whine for mftrace 1.0.9.
11342
11343 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11344
11345         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11346
11347         * lily/main.cc (main_prog): don't try to load init.EXT when
11348         processing foo.EXT.
11349
11350 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11351
11352         * scm/tex.scm (zigzig-line): added.
11353
11354         * scm/ps.scm (zigzag-line): added.
11355
11356         * ps/music-drawing-routines.ps (subvec): added.
11357         (draw_zigzag_line): added.
11358         
11359         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11360         grob properties zigzag-width and zigzag-length.
11361
11362         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11363
11364 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11367         svg output, including font.
11368
11369 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11370
11371         * scm/lily.scm: Register sodipodi output module.
11372
11373         * scm/sodipodi.scm: New file.
11374
11375         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11376
11377         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11378         comment, after header.
11379         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11380         FullName.  Fix FontName key.
11381
11382 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11383
11384         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11385         and breve rests.
11386         
11387         * input/test/blank-notes.ly: bugfix
11388
11389         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11390         rests. (Kim Shrier)
11391
11392         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11393         
11394 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11395
11396         * scm/tex.scm: 
11397         * scm/ps.scm: Cleanup and remove obsolete junk.
11398
11399         * Documentation/user/internals.itely:
11400         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11401
11402         * lily/parser.yy: Identify shift/reduce problems.
11403
11404         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11405         make-style-sheet.  Too specific for convert-ly?
11406
11407 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11408
11409         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11410
11411         * input/test/*.ly: various fixes.
11412
11413         * lily/music.cc (name): bugfix
11414
11415         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11416
11417         * lily/input-file-results.cc (code): set-point-and-click! ->
11418         set-point-and-click
11419         
11420 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11421
11422         * Use uniform ly: prefix for exported scheme primitive functions.
11423
11424         * scm/music-types.scm: junk compat glue
11425
11426         * scripts/convert-ly.py: add rules for stuff below, junk
11427         compatibility glue for spanrequest.
11428
11429         * lily/parser.yy (verbose_event): remove \spanrequest,
11430         \commandspanrequest, \script. 
11431         
11432         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11433
11434         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11435         for \penalty, \glissando.
11436
11437         * VERSION: release 1.7.3
11438         
11439 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11440
11441         * lily/accidental-engraver.cc: Fix
11442         grace-in-the-beginning-of-measure bug caused by the resent
11443         partial-measure fix.
11444
11445         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11446         overlap looks too crowded)
11447         
11448 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11449
11450         * lily/parser.yy (assignment): allow SCM expression as assignment.
11451
11452         * lily/include/music-output-def.hh (class Music_output_def):
11453         * lily/music-output-def.cc: 
11454         * lily/paper-def.cc: 
11455         * scm/font.scm (markup-to-properties):
11456         * lily/parser.yy (music_output_def_body): 
11457         remove style_sheet_
11458
11459 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11460
11461         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11462         length.
11463
11464         * input/regression/spacing-to-grace.ly: new file.
11465
11466         * input/regression/spacing-end-of-line.ly: new file.
11467
11468         * lily/note-spacing.cc (get_spacing): take into account breakable
11469         stuff sticking out at the left (time sig change at line break).
11470
11471         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11472         raggedright code.
11473
11474         * scm/music-functions.scm (make-voice-props-set): add
11475         staff-position for mm rests.
11476  
11477         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11478         before grace notes a little.
11479
11480         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11481
11482         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11483         key adds space at the end of line. 
11484
11485 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11486
11487         * scm/sketch.scm: Fix beams.
11488
11489         * buildscripts/mf-to-table.py: Add EncodingScheme.
11490
11491         * scm/sketch.scm: Resurrect.
11492
11493 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11494
11495         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11496         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11497
11498 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11499
11500         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11501
11502         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11503
11504 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11505
11506         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11507         token for origin information.
11508
11509         * lily/parser.yy (My_lily_lexer): do identifier location and
11510         cloning from lexer.
11511
11512         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11513         logic out of the parser. Add bar checks on both ends.
11514
11515         * Documentation/user/refman.itely (Multi measure rests): add more
11516         notes about mm rests.
11517
11518 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11519
11520         * input/regression/bar-scripts.ly: Re-enable.
11521
11522         * lily/parser.yy:
11523         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11524         released rsn.  Bison 1.50 has a crucial bug and won't work.
11525
11526         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11527
11528
11529 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11530
11531         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11532
11533 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11534
11535         * Actually merge changes since 1.6.4 besides ChangeLog, and
11536         resolve conflicts.  Lots of updates, hope all is well.
11537         
11538         * cygwin/lilypond.hint (requires): Add ghostscript.
11539
11540         * scm: Update some (c).
11541         
11542 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11543
11544         * input/test/{various}.ly: add \header fields and texidoc strings.
11545
11546 2002-10-05  Werner Lemberg  <wl@gnu.org>
11547
11548         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11549         renamed to `output_latex_quoted'.
11550         Added `output_latex_noquote'.
11551         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11552         mode.
11553
11554 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11555
11556         * ChangeLog: Add 1.6.6 release marker.  See below.
11557
11558         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11559
11560         * scripts/midi2ly.py: Fix global syntax warnings.
11561
11562         * GNUmakefile.in: Generate builddir locale tree too.
11563
11564         * scripts/ly2dvi.py:
11565         * scripts/midi2ly.py: 
11566         * scripts/mup2ly.py: 
11567         * scripts/update-lily.py:
11568         * lily/main.cc (setup_paths): Fix for locales setup.
11569
11570 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11571
11572         * Documentation/windows/installing.texi: Soften wording about
11573         necessity of becoming Administrator.  tommie@iae.nl reports this
11574         does not seem to be necessary for his flavour of Windows 2000.
11575         Explicitely discourage text mode mounts.
11576
11577 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11578
11579         * lily/rest.cc (after_line_breaking): backport dot position fix.
11580
11581         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11582         rests. Thanks to Klaus Zimmermann for finding this bug.
11583
11584 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11585
11586         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11587
11588 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11589
11590         * Documentation/user/music-glossary.tely: fix links.
11591
11592 2002-10-21  Werner Lemberg  <wl@gnu.org>
11593
11594         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11595         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11596         scaling factor) only once and use them in the definition of
11597         \embeddedps.
11598         * ps/music-drawing-routines.ps (skeel): Removed.
11599
11600 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11601
11602         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11603         Solaris7, as we don't use nested $( ) constructs.
11604
11605 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11606
11607         * VERSION: Release 1.6.6.
11608         
11609 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11610
11611         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11612         as workaround for /bin/sh problems on Solaris7.
11613
11614 2002-10-19  Werner Lemberg  <wl@gnu.org>
11615
11616         * GNUmakefile.in (web-doc): Fix typos.
11617         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11618         `music-drawing-routines.ps' but emit \special{header=...} once.
11619         * scm/tex.scm (header-end): Updated.
11620
11621 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11622
11623         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11624         undefined tremolo. 
11625
11626 2002-10-15  Werner Lemberg  <wl@gnu.org>
11627
11628         * scripts/lilypond-book.py (g_make_html): New global variable.
11629         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11630         if `g_make_html' isn't set.
11631         [main]: Add format `texi-html'.
11632         (option_definitions): Updated.
11633         * Documentation/user/lilypond-book.itely: Updated.
11634
11635         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11636         * make/ly-rules.make (%.texi, %.nexi): Use it.
11637         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11638         format to lilypond-book.
11639         * GNUmakefile.in (web-doc): Ditto.
11640
11641 2002-10-14  Werner Lemberg  <wl@gnu.org>
11642
11643         Further improve TeX output.  The produced files are about 40%
11644         smaller.  `lilyponddefs.tex' is now read only once.
11645
11646         * tex/lilyponddefs.tex: Remove footer stuff.
11647         (\ifundefined): Renamed to...
11648         (\lilypondundefined): This.  Use LaTeX's definition to
11649         make it nestable and make it global.
11650         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11651         output.
11652         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11653         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11654         them global.
11655         (\placebox): Renamed to...
11656         (\lyitem): This.
11657         Make it global and call \outputscale by itself.
11658         (\lybox, \lyvrule): New macros to reduce input data.
11659         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11660         New auxiliary macros.
11661         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11662         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11663         to...
11664         (\lilypondspace): This and made it global.
11665         (\turnOnPostScript): Renamed to...
11666         (\lilypondpostscript): This and made it global.
11667         (\turnOnExperimentalFeatures): Renamed to...
11668         (\lilypondexperimentalfeatures): This and made it global.
11669         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11670         (\lilypondsetdimen): This and made it global.
11671         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11672         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11673         (all, $(outdir)/music-drawing-routines.ps): New rules.
11674         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11675         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11676         start-system, stop-system, stop-last-system, filledbox): Updated to
11677         use the changed macros from lilyponddefs.tex.
11678         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11679
11680 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11681
11682         * Documentation/windows/installing.texi: Update.
11683
11684 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11685
11686         * VERSION: 1.6.5 released
11687
11688         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11689
11690 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11691
11692         * scm/translator-property-description.scm (voltaOnThisStaff): add
11693         property.
11694
11695 2002-09-28  Werner Lemberg  <wl@gnu.org>
11696
11697         * scm/tex.scm (header-end): Suppress page numbering.
11698
11699         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11700         Fix quotation for HTML output.
11701
11702 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11703         
11704         * Documentation/user/refman.itely: grammar and phrasing
11705           fixes to "Note Entry" section.  Also adds a few new examples.
11706
11707 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11708
11709         * flower/include/string-data.icc: include string.h
11710
11711 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11712
11713         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11714
11715 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11716
11717         * Documentation/user/GNUmakefile (extra-local-help): Add.
11718
11719         * stepmake/stepmake/www-targets.make (local-help): Add.
11720
11721 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11722
11723         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11724         packages.
11725
11726         * Documentation/topdocs/README.texi (Top): building documentation
11727         (not website.)
11728
11729 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11730
11731         * Documentation/user/refman.itely: 
11732         * Documentation/user/tutorial.itely: 
11733         * Documentation/user/music-glossary.tely: Merge changes.
11734
11735         * Documentation/user/glossary.html.in: 
11736         * Documentation/index.texi: 
11737         * Documentation/header.html.in: Accomodate renaming of glossary.
11738         
11739         * Documentation/user/tutorial.itely: Add some glossary references.
11740         
11741         * Documentation/user/refman.itely: Minor fixes.
11742         
11743         * Documentation/user/lilypond.tely: Add glossary do direntry.
11744
11745         * Documentation/user/music-glossary.tely: Rename (previously:
11746         glossary.tely).  Fix anchor placement.
11747
11748         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11749
11750 2002-09-23  Werner Lemberg  <wl@gnu.org>
11751
11752         * scripts/lilypond-book.py (output_dict): Fix handling of
11753         various environments by avoid extraneous newlines.
11754         Rename `output-all' regexp for html to `output-html'.
11755         Replace `output-all' regexp for texi with `output-texi-quote'
11756         and `output-texi-noquote'.
11757         (compose_full_body): Don't override `linewidth' user option
11758         for `singleline'.
11759         (schedule_lilypond_block): Don't indent text specified with
11760         `intertext' option.
11761         Add new option `noquote'.
11762         (compile_all_files): Use latex instead of tex to compile ly
11763         files directly.
11764
11765         * Documentation/user/lilypond-book.itely: Updated and revised.
11766         Improve layout.
11767
11768         * Documentation/user/glossary.tely,
11769         Documentation/user/introduction.itely,
11770         Documentation/user/tutorial.itely,
11771         Documentation/user/refman.itely,
11772         Documentation/user/appendices.itely: Fix overfull LilyPond
11773         boxes caused by the new lilypond-book code.  Other minor
11774         fixes.
11775
11776         * Documentation/user/macros.itexi (@texiflat): Don't emit
11777         trailing space.
11778
11779         * scm/tex.scm (end-output, header-end): Add preamble and
11780         postamble to make lilypond output directly compilable with
11781         latex.
11782
11783         
11784 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11785
11786         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11787         instructions.
11788
11789 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11790
11791         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11792
11793 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11794
11795         * lily/beam.cc (connect_beams): don't crash if there are quarter
11796         notes in beams.
11797
11798 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11799
11800         * Documentation/user/refman.itely: corrected ancient clef
11801         docu; added docu on ligatures
11802
11803 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11804
11805         * Documentation/user/glossary.tely,
11806         Documentation/user/refman.itely, input/les-nereides.ly,
11807         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11808         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11809         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11810         Stem properties: flag-style -> stroke-style, style -> flag-style.
11811
11812
11813 2002-09-22  Werner Lemberg  <wl@gnu.org>
11814
11815         * scripts/lilypond-book.py: Add option `notime' to suppress
11816         printing of a time signature.  Specify default indentation of 0pt
11817         if single line fragment.  Don't emit redundant `\paper{ }'.
11818
11819         * Documentation/user/lilypond-book.itely: Updated.
11820
11821         * Documentation/user/glossary.tely: Completely reformatting.
11822
11823 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11824
11825         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11826
11827 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11828
11829         * Documentation/user/tutorial.itely: Fix links.
11830         
11831         * Documentation/topdocs/index.tely:
11832         * Documentation/index.texi:
11833         * Documentation/header.html.in: Small website fixes and updates.
11834
11835         * debian/: Debian patch by Anthony Fok.
11836
11837 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11838
11839         * Documentation/footer.html.in: How time flies: It's already 2002!
11840
11841         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11842         more descriptive link names than 'here'.
11843
11844 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11845
11846         * VERSION: 1.7.2 released
11847         * VERSION: 1.6.4 released
11848         
11849         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11850
11851         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11852         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11853
11854         * mf/feta-din.mf (test): add x-height and space.
11855
11856         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11857         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11858
11859         * ly/grace-init.ly: add-to-grace-init: function to portably add
11860         settings to \grace. 
11861
11862         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11863         if we get an absolute dynamic event.
11864  
11865         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11866
11867         * lily/source-file.cc (get_line): oops. All line numbers were off
11868         by 2. Fix that. 
11869
11870         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11871         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11872
11873         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11874
11875         * lily/parser.yy (number_factor): remove (number) as number
11876         expression. ("Let them eat Lisp").
11877
11878 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11879
11880         * lily/horizontal-bracket.cc: new file.
11881
11882         * lily/horizontal-bracket-engraver.cc: new file.
11883
11884         * input/regression/note-group-bracket.ly: new file. Support
11885         horizontal note brackets for music analysis.
11886
11887         * lily/stem.cc (flag): new flag-style: no-flag.
11888
11889         * input/test/stem-cross-staff.ly: new file
11890         
11891         * Documentation/user/internals.itely: Improved formatting, fixing
11892         typos.  Added a section `Output details' to describe how the TeX
11893         code looks like.
11894
11895         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11896
11897         * lily/parser.yy: remove \dynamicscript.
11898
11899         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11900         definitions. 
11901
11902         * python/midi.c (midi_error): take two arguments.
11903
11904         * Merge 1.6.5 changes:
11905         
11906 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11907
11908         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11909         staff-space.  Previous 1.5 was probably meant as half-spaces.
11910         (cautionary-style): parentheses (was: smaller).  This is what doco
11911         says, and it seems more logical.
11912
11913         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11914         for 2nd sentence.
11915
11916 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11917
11918         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11919
11920 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11921
11922         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11923
11924 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11925
11926         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11927
11928 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11929
11930         * scm/translator-property-description.scm (voltaOnThisStaff): add
11931         property.
11932
11933 2002-09-28  Werner Lemberg  <wl@gnu.org>
11934
11935         * scm/tex.scm (header-end): Suppress page numbering.
11936
11937         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11938         Fix quotation for HTML output.
11939
11940 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11941         
11942         * Documentation/user/refman.itely: grammar and phrasing
11943           fixes to "Note Entry" section.  Also adds a few new examples.
11944
11945 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11946
11947         * flower/include/string-data.icc: include string.h
11948
11949 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11950
11951         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11952
11953 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11954
11955         * Documentation/user/GNUmakefile (extra-local-help): Add.
11956
11957         * stepmake/stepmake/www-targets.make (local-help): Add.
11958
11959 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11960
11961         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11962         packages.
11963
11964         * Documentation/topdocs/README.texi (Top): building documentation
11965         (not website.)
11966
11967 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11968
11969         * Documentation/user/refman.itely: 
11970         * Documentation/user/tutorial.itely: 
11971         * Documentation/user/music-glossary.tely: Merge changes.
11972
11973         * Documentation/user/glossary.html.in: 
11974         * Documentation/index.texi: 
11975         * Documentation/header.html.in: Accomodate renaming of glossary.
11976         
11977         * Documentation/user/tutorial.itely: Add some glossary references.
11978         
11979         * Documentation/user/refman.itely: Minor fixes.
11980         
11981         * Documentation/user/lilypond.tely: Add glossary do direntry.
11982
11983         * Documentation/user/music-glossary.tely: Rename (previously:
11984         glossary.tely).  Fix anchor placement.
11985
11986         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11987
11988 2002-09-23  Werner Lemberg  <wl@gnu.org>
11989
11990         * scripts/lilypond-book.py (output_dict): Fix handling of
11991         various environments by avoid extraneous newlines.
11992         Rename `output-all' regexp for html to `output-html'.
11993         Replace `output-all' regexp for texi with `output-texi-quote'
11994         and `output-texi-noquote'.
11995         (compose_full_body): Don't override `linewidth' user option
11996         for `singleline'.
11997         (schedule_lilypond_block): Don't indent text specified with
11998         `intertext' option.
11999         Add new option `noquote'.
12000         (compile_all_files): Use latex instead of tex to compile ly
12001         files directly.
12002
12003         * Documentation/user/lilypond-book.itely: Updated and revised.
12004         Improve layout.
12005
12006         * Documentation/user/glossary.tely,
12007         Documentation/user/introduction.itely,
12008         Documentation/user/tutorial.itely,
12009         Documentation/user/refman.itely,
12010         Documentation/user/appendices.itely: Fix overfull LilyPond
12011         boxes caused by the new lilypond-book code.  Other minor
12012         fixes.
12013
12014         * Documentation/user/macros.itexi (@texiflat): Don't emit
12015         trailing space.
12016
12017         * scm/tex.scm (end-output, header-end): Add preamble and
12018         postamble to make lilypond output directly compilable with
12019         latex.
12020
12021         
12022 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12023
12024         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12025         instructions.
12026
12027 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12028
12029         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12030
12031 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12032
12033         * lily/beam.cc (connect_beams): don't crash if there are quarter
12034         notes in beams.
12035
12036 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12037
12038         * Documentation/user/refman.itely: corrected ancient clef
12039         docu; added docu on ligatures
12040
12041 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12042
12043         * Documentation/user/glossary.tely,
12044         Documentation/user/refman.itely, input/les-nereides.ly,
12045         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12046         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12047         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12048         Stem properties: flag-style -> stroke-style, style -> flag-style.
12049
12050 2002-09-22  Werner Lemberg  <wl@gnu.org>
12051
12052         * scripts/lilypond-book.py: Add option `notime' to suppress
12053         printing of a time signature.  Specify default indentation of 0pt
12054         if single line fragment.  Don't emit redundant `\paper{ }'.
12055
12056         * Documentation/user/lilypond-book.itely: Updated.
12057
12058         * Documentation/user/glossary.tely: Completely reformatting.
12059
12060 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12061
12062         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12063
12064 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12065
12066         * Documentation/user/tutorial.itely: Fix links.
12067         
12068         * Documentation/topdocs/index.tely:
12069         * Documentation/index.texi:
12070         * Documentation/header.html.in: Small website fixes and updates.
12071
12072         * debian/: Debian patch by Anthony Fok.
12073
12074 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12075
12076         * Documentation/footer.html.in: How time flies: It's already 2002!
12077
12078         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12079         more descriptive link names than 'here'.
12080
12081 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12082
12083         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12084
12085 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12086
12087         * lily/part-combine-music-iterator.cc (get_state): cleanup
12088         (get_music_info): cleanup.
12089
12090 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12091
12092         * scm/backend-documentation-lib.scm (interface-doc-string):
12093         crosslinks between interfaces and grobs. Headings for interfaces
12094         in grob explanation.
12095
12096 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12097
12098         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12099         dtd).  Add preliminary dtd.
12100         (re-sub-alist): Robustify.
12101
12102 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12103
12104         * lily/include/event-chord-iterator.hh,
12105         lily/context-specced-music-iterator.cc,
12106         lily/event.cc, lily/event-chord-iterator.cc: add
12107
12108 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12109
12110         * lily/: some (c) header fixes.
12111         
12112         * lily/request-chord.cc: Remove.
12113         
12114         * lily/include/event-chord-iterator.hh:
12115         * lily/include/event.hh:
12116         * lily/event-chord.cc: New file.
12117         
12118         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12119         requested.
12120
12121 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12122
12123         * lily/ : rename Request to Event
12124
12125         * lily/parser.yy (command_element): move clef stuff into Scheme.
12126
12127         * lily/:  rename length_mom () to get_length()
12128
12129         * lily/part-combine-music.cc: removed file and class.
12130
12131         * lily/context-specced-music-iterator.cc (class
12132         Context_specced_music_iterator): new file. Obsoletes the
12133         Context_specced_music type.
12134
12135         * scm/music-types.scm (make-repeated-music): put different kinds
12136         of repeated music into music-type table.
12137
12138         * VERSION: 1.7.1 released.
12139
12140         * scm/to-xml.scm: new file.
12141
12142         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12143         new Input representation: dump music as XML.
12144
12145         * scm/engraver-documentation-lib.scm
12146         (engraver-accepts-music-types?): add links from music to engraver,
12147         from music-type to engraver.
12148
12149         * lily/include/command-request.hh: removed
12150         lily/include/musical-request.hh: removed. Removed all _req classes
12151         except Key_change_req. Changes throughout.
12152
12153 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12154
12155         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12156
12157 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12158
12159         * lily/*.cc: specify accepts for many engravers.
12160
12161         * scm/music-documentation-lib.scm: dump music expressions and
12162         music subtypes.
12163
12164         * scm/documentation-lib.scm: complete revision.
12165         Use GOOPS objects to store document tree explicitly. Cleaned up and
12166         sped up doco generation a lot.
12167
12168 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12169
12170         * input/trip.ly (fugaIILeft): add arpeggio
12171
12172         * lily/translator-group.cc (try_music_on_nongroup_children):
12173         oops. The name symbol is in the cdr of the assoc handle.
12174
12175         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12176         Hyphen_req, Glissando_req, Break_req, Mark_req 
12177
12178 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12179
12180         * lily/musical-request.cc (music-duration-length,
12181         music-duration-compress): new functions.
12182
12183         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12184         throughout. Warning doesn't work yet.
12185
12186         * lily/translator-group.cc (try_music_on_nongroup_children):
12187         new implementation: store candidate acceptors in a hashTable.
12188
12189 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12190
12191         * scm/music-types.scm (music-descriptions): change name to
12192         internal-class-name
12193
12194         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12195
12196 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12197
12198         * lily/beam.cc (connect_beams): don't crash if there are quarter
12199         notes in beams.
12200
12201 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12202
12203         * Documentation/user/refman.itely: corrected ancient clef
12204         docu; added docu on ligatures
12205
12206 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12207
12208         * Documentation/user/glossary.tely,
12209         Documentation/user/refman.itely, input/les-nereides.ly,
12210         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12211         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12212         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12213         Stem properties: flag-style -> stroke-style, style -> flag-style.
12214
12215 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12216
12217         * scm/music-functions.scm (music-separator?): don't use name music
12218         property.
12219
12220 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12221
12222         * stepmake/stepmake/generic-targets.make (help): Document check
12223         target.
12224
12225         * lily/new-accidental-engraver.cc: Compile fix.
12226
12227 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12228
12229         * scripts/convert-ly.py: Add rule.
12230
12231         * input/test/music-creation.ly:
12232         * input/test/add-staccato.ly:
12233         * input/test/add-text-script.ly: ly-make-music.
12234
12235         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12236         More ly-make-music renamings.
12237
12238         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12239
12240         * lily/music-constructor.cc (make_music): Add debugging info.
12241
12242         * scm/music-functions.scm (make-simultaneous-music,
12243         (make-sequential-music, context-spec-music):
12244         * scm/music-types.scm (music-descriptions): Get lily to run.
12245
12246 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12247
12248         * lily/command-request.cc (transpose_key_alist): new function.
12249
12250         * lily/key-performer.cc (create_audio_elements): cleanup. 
12251
12252 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12253
12254         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12255
12256         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12257         events-accepted field.
12258
12259         * scm/music-types.scm: new file.
12260
12261         * lily/parser.yy: put music type initialization into scheme,
12262         similar to grob initialization.  Changes throughout.
12263
12264 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12265
12266         * Documentation/user/tutorial.itely: Fix links.
12267         
12268         * Documentation/index.texi: 
12269         * Documentation/header.html.in: 
12270         * Documentation/topdocs/index.tely: Small website fixes and updates.
12271
12272         * debian/: Debian patch by Anthony Fok.
12273
12274 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12275
12276         * Documentation/footer.html.in: How time flies: It's already 2002!
12277
12278         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12279         more descriptive link names than 'here'.
12280
12281         * ROADMAP: Remove test stuff.
12282
12283         * scripts/update-lily.py: Allow auto-building of stable and
12284         development versions.  Bugfixes.
12285
12286 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12287
12288         * VERSION: released 1.7.0
12289
12290         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12291
12292         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12293         positive line widths.
12294
12295 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12296
12297         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12298         go.  Fix comments.
12299
12300         * cygwin: Cygwin updates.
12301
12302 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12303
12304         * Documentation/windows/installing.texi (Top): version for python,
12305         urls for ghostscript (thanks to John Potelle)
12306         
12307         * lily/simultaneous-music-iterator.cc
12308         (Simultaneous_music_iterator): init children_list_ before
12309         triggering GC.
12310
12311         * lily/*-iterator.cc: be even more careful with smobbed copy
12312         constructors. 
12313
12314         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12315         LeftEdge item.
12316
12317 2002-09-15  Werner Lemberg  <wl@gnu.org>
12318
12319         Improving LilyPond's output to make them ordinary TeX boxes with
12320         predictable dimensions.  System boxes are now vertically centered on
12321         the baseline; this offset can be further controlled with
12322         \lilypondscoreshift.
12323
12324         * lily/system.cc (System::post_processing): Pass length of current
12325         system to `start-system' (including any horizontal indentation).
12326
12327         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12328         prettier.
12329         (lily-def): Append `%'.
12330         (start-system): Add parameter `wd'.  Output more TeX code to specify
12331         box dimensions.
12332         (stop-system, stop-last-system): Complement changes in
12333         `start-system'.
12334         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12335         Updated.
12336
12337         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12338         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12339         Write final `\endinput'.
12340
12341         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12342         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12343         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12344         files and macro definitions don't produce spurious spaces and
12345         paragraphs (using \endlinechar).
12346         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12347
12348         * Documentation/user/internals.itely: Improved formatting, fixing
12349         typos.  Added a section `Output details' to describe how the TeX
12350         code looks like.
12351
12352 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12353
12354         * lily/accidental-engraver.cc: Also work with partial measures.
12355
12356 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12357
12358         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12359         spanner.
12360
12361 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12362
12363         * lily/identifier-smob.cc (unpack_identifier): new file.
12364
12365         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12366         pass off scheme expressions as music identifiers.
12367
12368         * scm/lily.scm: reorganisation, cleanups.
12369
12370         * lily/main.cc: small cleanups.
12371
12372 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12373
12374         * lily/ly-module.{cc,hh}: new file.
12375
12376 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12377
12378         * lily/accidental-engraver.cc: Also work with partial measures.
12379
12380 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12381
12382         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12383
12384 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12385
12386         * lily/my-lily-lexer.cc: use SCM module in stead of
12387         Scheme_hash_table. Changes throughout.  
12388
12389 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12390
12391         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12392