]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/stencil.cc (interpret_stencil_expression): add grob-cause
[lilypond.git] / ChangeLog
1 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
4         stencil expression. Junk define-origin.
5
6         * lily/my-lily-parser.cc (parse_string): init parser variable when
7         lexer_ is set, ie. in parse_string and parse_file.
8
9         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10         ly:score-bookify.
11
12         * scm/lily.scm (collect-scores-for-book): new function.
13
14         * ly/init.ly: print collected scores/musics.
15
16         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
17         scope, not in lily module.
18
19         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
20
21         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
22         encapsulate gtk/pango tests.
23  
24         * po/tr.po: Turkish translation.
25
26 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
27
28         * input/regression/lily-in-scheme.ly: regression test for #{
29         ... #} syntax
30
31         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
32         was causing an error.
33
34         * Documentation/user/programming-interface.itely (Using LilyPond
35         syntax inside Scheme): documentation for #{ ... #} syntax.
36
37 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
38
39         * Documentation/index.html.in: use black thin <hr>.
40
41         * buildscripts/mutopia-index.py: use thin black <hr>.
42
43 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
44
45         * scm/fret-diagrams.scm: Use UNIX style line endings.
46         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
47         typo.  Fixes compile.
48
49         * scm/output-ps.scm (white-dot): Remove second incarnation.
50
51         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
52
53 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
54
55         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
56         single file error.
57
58         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
59
60 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
61
62         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
63         remove size as argument to fret-diagram interface;
64         improved white-circle dots for fret;
65         improved top-fret thick line/
66
67         * scm/output-ps.scm: added white-dot function
68
69         * scm/output-tex.scm: added white-dot function
70
71         * tex/music-drawing-routines.ps: added draw_white_dot function
72
73         * ps/music-drawing-routines.ps: added draw_white_dot function
74
75         * input/test/fret-diagram.ly: examples to show multiple
76         functions and multiple interfaces
77
78 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
79
80         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
81         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
82
83         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
84         conflict.  Have I told you lately how much I love autotools?
85
86 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
87
88         * lily/lily-guile.cc: 
89         * lily/pangofc-afm-decoder.cc:
90         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
91         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
92
93         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
94         developers.
95
96         * lily/paper-outputter.cc (file): New method.
97         (dump_string): Use it.
98
99         * scm/output-gnome.scm: Update with pango CVS info, lilylib
100         musing.
101         
102         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
103         of them has a comma :-).
104
105         * scm/framework-gnome.scm: Add pango decoders.
106
107         * lily/include/pangofc-afm-decoder.hh: 
108         * lily/pangofc-afm-decoder.cc: New file.
109
110         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
111
112         * configure.in: Check for pango.
113
114         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
115         autoconf).
116         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
117
118         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
119
120 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
121
122         * Documentation/user/tutorial.itely (Integrating text and music):
123         fix grammar & punctuation.
124
125 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * lily/: Stray janitorial cleanups.
128
129         * scm/lily.scm (ly:all-stencil-expressions):
130         * scm/lily.scm (ly:all-output-backend-commands): New function.
131
132         * scm/safe-lily.scm (safe-objects): Add them.
133
134         * scm/framework-gnome.scm (<gnome-outputter>): New class.
135
136         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
137
138 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
139
140         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
141
142 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
143
144         * scm/page-layout.scm (default-page-make-stencil): add
145         raggedbottom, raggedlastbottom.
146
147         * Documentation/user/changing-defaults.itely (Page layout): add doc.
148
149         * scm/framework-tex.scm (define-fonts): fix export of
150         papersize.
151
152         * lily/paper-book.cc (classic_output): strip suffixes from
153         framework functions.
154
155         * lily/tuplet-bracket.cc (before_line_breaking): do not return
156         SCM_UNDEFINED to Scheme.
157
158 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
159
160         * lily/book.cc: remove Book::to_stencil().
161         (process): whoops. Score::book_rendering returns vector, not list.
162
163         * scripts/convert-ly.py (conv): remove \notes.
164         apply to input examples.
165         
166         * lily/paper-outputter.cc (output_stencil): don't use
167         smobify_self() but self_scm()
168
169         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
170         from smobify_self().
171
172         * lily/paper-book.cc (output): load framework module
173         scm_c_resolve_module().
174
175         * python/lilylib.py (exit): exit with argument i.
176
177 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
178
179         * scm/framework-gnome.scm (output-framework-gnome): Try loading
180         gnome modules from non-toplevel.
181
182         * lily/ly-module.cc (ly:import-module): Export to ly:.
183
184         * lily/paper-score.cc (process): Do not show progress newline.
185
186         * lily/paper-book.cc (output, classic_output): Show progess
187         newline after score.
188
189 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
190
191         * buildscripts/lilypond-words.py: add ly/vlaams.ly
192
193 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
194
195         * lily/score.cc (ly:run-translator): Do not crash on empty music
196         list.
197
198         * lily/book.cc (process): Do not render score when systems is empty.
199
200         * input/simple-song.ly: Down one octave.
201
202         * scm/output-gnome.scm: Remove script again; re-add modules fix
203         (CVS conflict resolve?)
204
205         * lily/stencil.cc (ly:interpret-stencil): Was:
206         interpret_stencil_expression.
207
208 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
209
210         * buildscripts/guile-gnome.sh: New file.
211
212         * scm/output-gnome.scm: White background, better window size, sane
213         canvas size.  Cleanups.
214
215 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
216
217         * VERSION: release 2.3.4
218
219         * Documentation/user/invoking.itexi (Invoking the lilypond
220         binary): document --safe.
221
222         * scm/output-gnome.scm: set PATH in script.
223
224         * scm/page-layout.scm (default-page-make-stencil): don't stretch
225         if there is too few systems on a page.
226
227         * lily/parser.yy (relative_music): start at middle C without pitch
228         argument.
229
230         * Documentation/user/changing-defaults.itely (Page layout): new node.
231         (Paper size): rename node
232         (Page breaking): new node.
233         (Titling): move from invoking.
234         (File structure): new node.
235
236         * lily/parser.yy (score_body): allow \header and music anywhere in
237         \score body.
238
239 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
240
241         * scm/lily.scm (ly:load): Remove page-breaking.scm.
242
243 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
244
245         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
246
247         * lily/include/paper-line.hh: rename to Paper_system.
248
249         * lily/include/paper-book.hh: doc class.
250
251         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
252
253         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
254         (plain-header): add instrument-name.
255         (default-page-make-stencil): bugfixes.
256
257         * lily/parser.yy (book_body): allow \header anywhere in \book{}
258
259         * lily/paper-book.cc: remove copyright & tagline. Remove
260         interactions with Page
261
262         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
263         here, 
264         (default-page-make-stencil): new function
265         (default-page-music-height): new function
266         (page-headfoot): new function
267         (ly:optimal-page-breaks): generate stencils directly from here
268
269         * scm/titling.scm: new file, group titling functions
270
271 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
272
273         * scm/output-gnome.scm: Handle multiple pages.
274
275         * scm/framework-gnome.scm: Do not load output-gnome.
276         (framework-gnome): Invoke output-gnome::header and
277         output-gnome::end-output as faked stencils.  Fixes experimental
278         gnome output.
279
280 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
281
282         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
283         octavation compatibility fixes. Backportme. 
284
285         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
286         pages.
287         (ly:optimal-page-breaks): combine-penalties: no shortcut for
288         negative. Now we handle negative penalties (ie. \pageBreak)
289         correctly.
290
291         * lily/system.cc (get_line): extract page-penalty from the left
292         bound.
293
294         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
295
296 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
297
298         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
299
300 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
301
302         * scm/output-gnome.scm: Update script.  Move development to
303         lilypond_2_3_2 branch for now.
304
305 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
306
307         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
308         negative penalties.
309         cleanups.
310
311         * Documentation/user/changing-defaults.itely (Creating contexts):
312         index entries
313
314         * scm/page-breaking.scm (ly:optimal-page-breaks): new
315         file. Rewrite function. 
316
317         * lily/paper-book.cc (pages): new interface: page-breaking returns
318         list of line-list.
319
320         * lily/page.cc (Page): take lines argument.
321
322         * scm/document-translation.scm (all-engravers-doc): link to user man
323
324         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
325
326         * Documentation/user/notation.itely (Relative octaves): typo.
327
328         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
329
330 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
331
332         * scm/output-gnome.scm: Update build script.
333
334 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
335
336         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
337         gnome backend.
338
339         * scm/framework-gnome.scm: New file.
340
341         * scm/lily.scm: Use it.
342
343         * lily/paper-outputter.cc: Janitorial cleanups.
344         (ly:outputter-dump-string): Remove unreachable statement.
345
346         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
347         (ice-9): Bugfix: Add srfi-1.
348
349         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
350
351 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
352
353         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
354         in do_quit()
355         
356 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
357
358         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
359
360 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
361
362         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
363         override of Beam::position-callbacks. Why would grace beams not be
364         quantized? Fixes: weird-stem-size-grace. 
365
366         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
367         warning only once. Backportme.
368
369         * lily/accidental-engraver.cc (number_accidentals_from_sig):
370         bugfix, 2nd try. Backportme.
371
372         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
373
374 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
375
376         * Documentation/user/notation.itely (Instrument transpositions):
377         Correct the name of the instrumentTransposition property.
378
379 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
380
381         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
382
383 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
384
385         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
386         and postLilyPondExample are called when defined.
387
388 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
389
390         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
391         This fixes setting notenames with `\include "nederlands.ly" '
392
393         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
394         new function.
395
396 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
397
398         * scm/page-layout.scm: don't do piece, it should be in score-title
399         only.
400
401         * lily/lexer.ll: lex \score separately.
402
403         * lily/paper-book.cc: junk stencil2line.
404
405         * lily/paper-line.cc (Paper_line): construct from Stencil
406         directly. No futzing with the dimensions.
407
408         * lily/include/paper-line.hh (class Paper_line): 
409
410         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
411         takes arbitrary number of arguments.
412
413         * input/test/markup-score.ly (tuning): simplify example. 
414
415 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
416
417         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
418
419         * scm/define-markup-commands.scm (score): define score-markup
420
421         * lily/parser.yy (markup): use score-markup.
422
423         * lily/score.cc: add ly:score? 
424
425 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
426
427         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
428         fret-parse-string so it prepares for calls to fret-diagram-verbose
429         Changed display constants to props so they are available for
430         \override.
431         
432 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
433
434         * VERSION: release 2.3.3
435
436         * stepmake/stepmake/generic-vars.make: unset LANG.
437
438         * input/regression/tuplet-nest.ly: bugfix.
439
440         * lily/tie-performer.cc (stop_translation_timestep): reset
441         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
442
443         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
444         clear repeat_ directly after setting stem_tremolo_. Fixes:
445         tremolo-repeat.ly
446
447         * input/regression/span-bar-break.ly: new file.
448
449         * scm/define-grobs.scm (all-grob-descriptions): remove
450         break-visibility from SpanBar. Fixes: piano-repeat.ly
451
452 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
453
454         * python/lilylib.py (make_ps_images): only compute bbox when needed.
455
456         * scripts/lilypond-book.py (process_snippets): use lily -f ps
457         files for generating pngs. (failed experiment)
458
459         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
460         file with PFA fonts included.
461
462         * lily/score.cc (default_rendering): put header in too.
463
464         * lily/paper-line.cc (LY_DEFINE): change function to
465         ly:paper-line-extent
466
467         * scm/page-layout.scm (default-book-title): only add lines for
468         non-nil fields.
469         (default-score-title): idem.
470
471         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
472
473         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
474
475         * lily/include/paper-book.hh (class Paper_book): remove height_
476         member.
477
478         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
479
480         * lily/ly-module.cc (LY_DEFINE): bugfix.
481
482         * lily/paper-book.cc (book_title): separate function for the book
483         title.
484
485         * scm/page-layout.scm (default-book-title): only account for
486         markup fields.
487
488         * scm/framework-ps.scm: new file. Move high level interface from
489         output-ps.scm
490
491         * scm/music-functions.scm (def-grace-function): move macros from
492         ly/music-functions-init.ly
493
494         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
495         framework-tex.scm
496
497         * scm/framework-tex.scm (dump-line): new file. High level
498         interface for output (pages, systems, header). 
499
500         * lily/include/page.hh (class Page): add is_last_ field.
501
502         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
503
504         * lily/paper-book.cc (split_string): new function
505         (output): output multiple formats, i.e. --format=ps,tex
506
507         * scm/output-ps.scm (output-scopes): dump variables directly.
508         (define-fonts): rewrite for new interface
509
510         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
511
512         * lily/paper-outputter.cc (Paper_outputter): take format argument.
513
514         * lily/main.cc (parse_argv): don't set extension for output.
515
516         * lily/clef-engraver.cc (create_clef): remove
517         Staff_symbol_referencer::set_position() call. 
518
519 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
520
521         * ly/music-functions-init.ly (addlyrics): set the 'origin property
522         with the location argument in music function definitions.
523
524 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
525
526         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
527         staffsymbol dependency.
528
529         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
530         cleanups.
531
532         * lily/book.cc (process): return Paper_book
533         (to_stencil): use Book::process().
534
535         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
536         header_ field. Store in $globalheader
537
538         * lily/parser.yy (book_body): book header is initted to
539         $globalheader.
540         
541
542 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
543
544         * input/test/fill-a4.ly: removed.
545
546         * lily/parser.yy (output_def): push scope of parent_ Output_def
547         too.
548
549 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
550
551         * scm/output-gnome.scm: Update info.
552
553 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
554
555         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
556
557         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
558         than 1 module.
559
560         * lily/include/ly-module.hh (ly_use_module): rename is_module to
561         ly_c_module_p.
562
563         * scm/page-layout.scm (default-book-title): move Scheme titling
564         functions to here.
565
566         * lily/parser.yy (book_paper_block): remove scope too.
567
568         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
569
570         * lily/rest.cc: add direction to rest properties.
571
572         * lily/include/output-def.hh: new file, move from
573         music-output-def.hh
574
575 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
576
577         * scm/output-gnome.scm: Describe feta-cork hack.
578
579 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
580
581         * lily/include/book-paper-def.hh: derive from Output_def 
582
583         * lily/include/paper-def.hh: move all functionality out of class.
584         Junk header.
585
586         * lily/include/music-output-def.hh: rename Music_output_def to
587         Output_def.
588
589         * input/wilhelmus.ly: only set space for Paper formatting. 
590
591         * lily/include/midi-def.hh: remove file, remove class.
592         Move functions to Music-output-def.
593
594         * lily/music-output-def.cc (Music_output_def): remove separate
595         translator table. Lookup translators in scope directly. This
596         obviates Context suffix for context identifiers, i.e.
597
598         \context {
599           \Staff
600           .. 
601           }
602
603
604         will work.
605         
606
607         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
608
609         * Documentation/user/changing-defaults.itely (Horizontal spacing):
610         document spacing override hack.
611
612 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
613
614         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
615         installation info.  Support point-and-click.  Add +/- zoom
616         keybindings.
617
618 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
619
620         * VERSION: 2.3.2 released
621         
622         * lily/parser.yy (book_body): set default bookpaper.
623
624         * scm/output-tex.scm (header): kludge: hard code linewidth. 
625
626         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
627
628 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
629
630         * lily/score.cc (default_rendering): scale outputdef before
631         starting.
632
633 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
634
635         * scm/fret-diagrams.scm: Add header.
636
637         * scm/output-gnome.scm: Hello world :-)
638
639 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
640
641         * scripts/lilypond.py (run_dvips): only add papersize if present.
642
643         * lily/accidental-engraver.cc (update_local_key_signature): new
644         function, fold code from initialize() and process_music().
645         (update_local_key_signature): use deep copy. This fixes one
646         problem from custom-key-signatures.ly.
647         (number_accidentals_from_sig): tighter check for
648         accidental-too-old.
649
650         * ly/engraver-init.ly: remove localKeySignature
651         definition from ChoirStaff, StaffGroup, Score.
652         
653         * lily/percent-repeat-engraver.cc (try_music): add moments for
654         barlines too. Fixes: skipbars-percent-repeat.ly.
655
656 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
657
658         * lily/context-def.cc (filter_performers): don't go to cdrloc if
659         skipping last pair. Fixes: crash-bar-number.
660
661         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
662         D. Sorensen)
663
664         * input/test/fret-diagram.ly: new file.
665
666         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
667         (scale-paper): divide by scale.
668
669 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
670
671         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
672         case.
673
674 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
675
676         * scm/stencil.scm (fontify-text): reinstate function
677
678         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
679
680         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
681
682         * lily/parser.yy (book_paper_head): \bookpaper {} 
683
684         * python/midi.c: remove config.h
685
686 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
687
688         * scm/output-gnome.scm: Update.
689
690 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
691
692         * scm/output-gnome.scm: New file.
693
694         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
695
696 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
697
698         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
699         (find_scaled_font): move from Paper_def
700
701 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
704         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
705
706         * po/fr.po: update po.
707
708         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
709
710         * lily/book-paper-def.cc (print_smob): new file.
711
712 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
713
714         * buildscripts/lilypond-words.py: search words also from
715         music-functions-init.ly.
716
717 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
718
719         * ly/music-functions-init.ly (def-music-function): new helper
720         macro for defining music functions. \addlyrics \appoggiatura
721         \acciaccatura \grace \partcombine \autochange \applycontext
722         \applyoutput and \breathe are now defined here thanks to it.
723
724         * lily/parser.yy: 
725         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
726         \grace \partcombine \autochange \applycontext \applyoutput and
727         \breathe keywords removed from the parser.
728
729         * lily/parser.yy: 
730         * lily/music-function.cc (ly_make_music_function): 
731         * lily/lexer.ll (music_function_type): added a case for 0-arg
732         music functions.
733
734 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
735
736         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
737         refering to a music expression can be used in lily-inside-scheme:
738         #{ $music #}
739
740         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
741         and ly:parser-define, and change ly:parser-parse-string in order
742         to make #{ $music #} work.
743
744         * scm/new-markup.scm (compile-markup-expression): when an argument
745         is a string, use `make-simple-markup'.
746
747 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
748
749         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
750
751 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
752
753         * scripts/convert-ly.py (FatalConversionError.func): handle + in
754         font-size. (backportme)
755
756 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
757
758         * lily/paper-outputter.cc (output_stencil): dump font definitions
759         before each stencil.
760
761         * lily/include/paper-book.hh (struct Score_lines): new
762         struct. Collect info per Paper-score.
763
764         * lily/include/page.hh (class Page): to_stencil() returns Stencil
765         everywhere.
766
767         * lily/stencil.cc (find_expression_fonts): new function
768
769         * lily/paper-outputter.cc (output_stencil): use
770         interpret_stencil_expr
771
772         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
773         (interpret_stencil_expr): new function. Generic stencil
774         interpretation.
775
776         * lily/paper-def.cc (find_scaled_font): divide lookup
777         magnification by outpuscale for non-virtual fontmetrics. This
778         fixes ludicrously long font definitions for text
779         fonts. (backportme)
780
781         * lily/score-engraver.cc: remove
782         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
783
784 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
785
786         * input/test/markup-score.ly: Remove \notes.
787
788         * lily/parser.yy (book_body): Grok Composite_music and \header.
789         (markup): Push NOTES mode before score_block.
790
791         * VERSION: release 2.3.1
792         
793         * mf/feta-klef.mf: 
794         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
795
796         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
797
798         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
799
800 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
801
802         * scm/output-tex.scm (output-tex-string): tighten safe security.
803
804         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
805
806         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
807         allowed ly functions.
808
809         * lily/ly-module.cc (ly_module_define): only define variable if
810         bound.
811         (ly_make_anonymous_module): take safe option.
812
813 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
814
815         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
816
817 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
818
819         * input/regression/newaddlyrics.ly: Fix.
820
821         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
822         \score \notes.
823
824 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
825
826         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
827
828 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
829
830         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
831
832         * lily/paper-line.cc (Paper_line): don't store list of stencils,
833         but convert to single Stencil immediately.
834
835         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
836
837 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
838
839         * scm/output-sodipodi.scm: Resurrect sodipodi output.
840
841 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
842
843         * elisp/lilypond-mode.el: Changed the way defaults are created for
844         LilyPond-command-master.  LilyPond-mode will now check the
845         timestamps of the files to see which command has to run next.
846
847 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
848
849         * scm/bass-figure.scm (format-bass-figure): don't set
850         number-markup for strings. This fixes string in bass
851         figure. (backportme)
852
853         * lily/parser.yy (bass_number): insert number-markup into figure
854         definition.
855
856         * scm/define-music-properties.scm (all-music-properties): make
857         'figure a markup.
858
859         * scripts/convert-ly.py (conv): \apply -> \applymusic
860
861 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
862
863         * elisp/lilypond-mode.el: changed the order of some commands
864         ("Midi" after "2Midi"), use the user-defined
865         LilyPond-command-default as default instead of "LilyPond"
866
867         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
868         to set the master file for the next command.
869
870         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
871         with font-lock-reference-face.
872
873 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
874
875         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
876
877         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
878
879 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
880
881         * ly/music-functions-init.ly (TODO): new file.
882
883         * lily/parser.yy (Generic_prefix_music_scm): add more
884         music_function symbols.
885         (Prefix_composite_music): change \apply to music-function   
886
887         * lily/include/music-function.hh: rename to music-function
888
889 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
890
891         * lily/music-head.cc (LY_DEFINE): change order of args.
892
893         * input/regression/music-head.ly (texidoc): new file.
894
895         * lily/parser.yy (Generic_prefix_music): allow generic
896         music-transformation functions. 
897
898         * lily/include/music-head.hh (is_music_head): new file.
899
900         * lily/music-head.cc (get_music_head_transform): new file.
901
902 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
903
904         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
905         empty extent. This fixes ottava brackets on rests. (backportme)
906
907         * make/lilypond.redhat.spec.in (Group): ln png files for info.
908
909         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
910
911         * cygwin/lily-wins.py: update for the lily-wins.py script.
912
913 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
914
915         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
916         code. This will obviate typeset_grob () in the future.  The effect
917         of this is that improperly written spanner handling will result in
918         invalid spanner bounds.
919         (announce_grob): add to elems_ from here
920         (typeset_grob): comment out.  
921
922         * lily/include/engraver.hh (make_spanner): new calling interface
923         for make_{item,spanner}. This obviates most calls to
924         announce_grob().
925                 
926         * scm/music-functions.scm (set-accidental-style): use GrandStaff
927         iso. PianoStaff for piano styles.
928
929 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
930
931         * Documentation/user/music-glossary.tely: add segno after d.s.
932
933 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
934
935         * lily/include/audio-column.hh: remove unused variables.
936         (patch by Michael Welsh Duggan)
937
938         * flower/include/axes.hh (other_axis): inline Axes function
939         (thanks to David Brandon).
940
941 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
942
943         * cygwin/mknetrel: Install image links (backportme).
944
945         * Documentation/user/GNUmakefile (local-install-info): Activate
946         actual installing of image links (backportme).
947
948 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
949
950         * Documentation/user/notation.itely (Measure repeats): Removed
951         unnecessary (and confusing) \context Voice{.
952
953 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
954
955         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
956
957         * lily/page.cc (Page): Do not use ly_scheme_function for
958         volatile/configurable variables (FIXME: better name).
959
960         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
961         get_scmvar).
962
963 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
964
965         * scripts/convert-ly.py (FatalConversionError.subst): use
966         \transposition.
967
968 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
969
970         * lily/include/page.hh (class Page): Declare left_margin ().
971
972         * lily/page.cc: Remove paper var caching.
973
974 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
975
976         * Documentation/user/music-glossary.tely: Add name to @top node.
977         Remove comment from @table definitions (workaround for makinfo
978         bug).
979
980         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
981         ly:stencil-get-expr).  Update callers.
982         (ly:stencil-align-to!):  Return stencil too.
983
984         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
985         stencil.  Remove looped line-based page output.
986         (output_line): Use line stencil.  Remove looped stencil-based line
987         output.
988
989         * lily/page.cc (ly:page-paper-lines): New function.
990
991         * input/test/markup-score.ly: New file.
992
993         * scm/define-markup-commands.scm (stencil): New markup.
994
995         * lily/book.cc (to_stencil): New method.
996
997         * lily/parser.yy (markup): Use it to grok \score.
998
999 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1000
1001         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1002
1003         * lily/paper-book.cc (pages): Change signature.  Update callers.
1004
1005         * lily/include/page.hh:
1006         * lily/page.cc: New file.
1007
1008         * lily/paper-line.cc (to_stencil): New method.
1009         
1010         * lily/paper-outputter.cc (output_stencil): New method.
1011
1012         * lily/paper-outputter.cc (output_line): Use them.
1013
1014         * lily/warn.cc: Remove.
1015
1016         * lily/my-lily-parser.cc (distill_inname): Remove.
1017
1018         * flower/include/file-name.hh: 
1019         * flower/file-name.cc: New file.  Update users.
1020
1021         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1022         (find): New method of same name.
1023
1024         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1025
1026         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1027         constant error message.
1028
1029 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1030
1031         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1032
1033 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1034
1035         * Documentation/user/music-glossary.tely: @table @strong' replaced
1036         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1037         (backportme).
1038
1039 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1040
1041         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1042
1043         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1044         #{ lily music expression #} that returns an equivalent scheme
1045         music expression by parsing the string.
1046
1047 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * lily/my-lily-parser.cc:
1050         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1051         SCM string (foo.ly/toto.scm support).
1052
1053 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1054
1055         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1056
1057 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1058
1059         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1060
1061         * scripts/lilypond-book.py: LY code that includes \header is
1062         not assumed to be a fragment.
1063
1064 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1065
1066         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1067         tremolo beams up.
1068
1069         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1070         (get_default_stem_end_position): No tremolo head juggling if no
1071         heads.  Fixes tremolo crash on rests (backportme).
1072
1073         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1074
1075 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1076
1077         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1078         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1079
1080         * lily/lexer.ll: Allow \encoding in NOTES mode.
1081
1082         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1083         for lyrics, not for commands.
1084
1085         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1086         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1087
1088         * input/regression/newaddlyrics.ly: New file.
1089
1090         * Documentation/topdocs/NEWS.texi: Update.
1091
1092         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1093         (Music_list): Allow embedded scm.
1094
1095         * lily/score.cc (ly:score-bookify): New function.
1096
1097         * lily/music.cc (ly:music-scorify): Idem.
1098
1099         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1100         (ly:parser-print-score): Idem.
1101
1102         * scm/lily.scm (default-toplevel-book-handler): Idem.
1103         (default-toplevel-music-handler): Idem.
1104         (default-toplevel-score-handler): Idem.
1105
1106         * ly/declarations-init.ly: Set default toplevel handlers.
1107
1108         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1109
1110         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1111         printer for score at toplevel.
1112
1113 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1114
1115         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1116         Fix for simple case: input/simple-song.ly, more complex stuff
1117         does not work yet.
1118
1119 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1120
1121         * lily/parser.yy (Prefix_composite_music): split Composite_music
1122         in Prefix_composite_music and Grouped_music_list.
1123         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1124
1125 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1126
1127         * scm/lily.scm (toplevel-expression): New define.
1128
1129         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1130
1131         * lily/parser.yy (toplevel_expression): Use it.
1132
1133         * lily/include/my-lily-parser.hh: Smobbify.
1134
1135         * lily/my-lily-parser.cc (parse_string): New method.
1136         
1137         * lily/my-lily-parser.cc (ly:parse-string): New function.
1138
1139         * Documentation/user/lilypond.tely: Add comment and workaround for
1140         gs-8.01 crash.  Fixes make web.
1141
1142         Simplification of toplevel music.
1143         
1144         * lily/lexer.ll, lily/parser.yy:
1145
1146         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1147         shift/reduce problem.
1148
1149         * Use NOTES mode at start of maininput.
1150
1151         * Grok toplevel composite music expression, put in score and book.
1152
1153         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1154
1155         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1156
1157         * input/simple.ly: New file.
1158         
1159         * input/simple-song.ly: Idem.
1160
1161 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1162
1163         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1164         Sandberg.
1165
1166 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1167
1168         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1169
1170 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1171
1172         * input/regression/accidental-octave.ly: doc automatic showing
1173         of note names.
1174
1175 2004-04-16  Heikki Junes <janneke@gnu.org>
1176
1177         * po/fi.po: do "make po && make -C po po-update" at top-level,
1178         then "cp po/out/fi.po po/fi.po" and update fields.
1179
1180         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1181
1182 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1183
1184         * Documentation/user/introduction.itely (About this manual): Fix
1185         templates and regression urls (backportme).
1186
1187 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1188
1189         * ly/engraver-init.ly (Score:graceSettings): Increase
1190         beamed-lengths, especially for 32nd notes.
1191
1192         * Documentation/user/notation.itely (Grace notes): Correct the
1193         syntax for add-grace-property example.
1194
1195 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1196
1197         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1198         `Generated' tag.
1199
1200         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1201         Severely broken (the Debian package, at least).
1202
1203 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1204
1205         * lily/context.cc (find_create_context): assign to lvalue.
1206
1207 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1208
1209         * lily/include/translator.hh (class Translator): rename
1210         get_parent_context() to context () to avoid confusion.
1211
1212         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1213
1214         * lily/lexer.ll: change is_string -> ly_c_string_p 
1215
1216         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1217
1218         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1219
1220         * VERSION: release 2.3.0
1221
1222         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1223
1224         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1225         if nonempty.
1226
1227         * lily/include/context.hh (class Context): make members protected.
1228         (children_contexts): new accessor function.
1229
1230         * lily/include/translator.hh (class Translator): make
1231         daddy_context_ protected.
1232         (class Translator): clean up. 
1233
1234         * lily/include/context.hh (class Context): make daddy_context_
1235         private.
1236
1237         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1238         higher for finding Voice. (backportme)  
1239
1240         * lily/include/context.hh (class Context): remove
1241         find_context_below() as a method.
1242
1243         * Documentation/user/notation.itely (The Lyrics context): add note
1244         about manual durations
1245
1246         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1247         encoding.
1248
1249         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1250
1251 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1252
1253         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1254         \usepackage{inputenc}
1255
1256         * lily/paper-book.cc (classic_output): don't advance Offset for
1257         TeX output.
1258
1259         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1260         ec-sauter.map in rules
1261
1262         * mf/ecb.mf (font_identifier): new file, based on ecbx
1263
1264         * mf/ecb10.mf (gensize): new file.
1265
1266         * Documentation/topdocs/NEWS.texi (Top): document some more new
1267         features.
1268
1269         * ly/declarations-init.ly: run convert-ly
1270
1271         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1272         from input-file-results. Remove input-file-results.* 
1273
1274 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1275
1276         * scm/output-ps.scm (font-command): Fix, again.
1277
1278         * input/test/title-markup.ly: Add \noPagebreak test.
1279
1280         * lily/score-engraver.cc (try_music): Bugfix.
1281
1282 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1283
1284         * lily/main.cc (main_with_guile): excise dependency options -M and
1285         --dep-prefix
1286
1287         * lily/input-file-results.cc: excise Makefile dependency code
1288
1289         * Documentation/user/invoking.itexi (Invoking the lilypond
1290         binary): remove dep doco
1291         
1292         * lily/main.cc (main_with_guile): call lilypond-main
1293         
1294         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1295
1296         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1297         exception.
1298
1299         * lily/my-lily-parser.cc: remove paper_description function
1300
1301         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1302         new function.
1303
1304         * lily/main.cc: remove global_score_count.
1305
1306         * lily/book.cc (process): don't take header from global_input_file.
1307
1308         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1309
1310         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1311
1312         * lily/music-output-def.cc (LY_DEFINE): new function
1313         ly_output_description. This function does the bulk for  setting,
1314         parsing and breaking down of an input file.
1315
1316         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1317         anonymous modules globally. Let's hope they get GCd
1318
1319         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1320
1321 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1322
1323         * scm/output-ps.scm (header): Papersize from paper.
1324
1325         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1326         for classic output.
1327
1328         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1329         lilypondclassic is defined.
1330         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1331
1332         * input/regression/between-systems.ly: Remove.
1333
1334         * python/lilylib.py (get_bbox): Fix regular expression
1335         for bounding box.
1336
1337         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1338
1339         * scm/output-tex.scm (stop-page): Use it.
1340
1341         * scm/output-ps.scm (define-fonts): Bugfix.
1342
1343         * lily/grob.cc: Add penalty to interface.
1344
1345         * lily/include/paper-line.hh (class Paper_line): New member
1346         var penalty_.
1347
1348         * lily/system.cc (get_line): Initialise Paper_line with
1349         page-penalty's from original grobs.
1350
1351         * scm/define-music-properties.scm (all-music-properties): Add
1352         page-penalty.
1353
1354         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1355
1356         * lily/score-engraver.cc (try_music): Handle page-penalty.
1357
1358         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1359
1360 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1361
1362         * ly/declarations-init.ly (melismaEnd): typo
1363
1364         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1365
1366         * scm/output-ps.scm (text): split string into spaces, use moveto
1367         for setting space. 
1368         
1369 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1370
1371         * po/nl.po: Update.
1372
1373         * scm/font.scm (add-cmr-fonts): Typo.
1374
1375 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1376
1377         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1378         font-encoding.
1379
1380         * scm/define-grobs.scm (all-grob-descriptions): idem.
1381
1382         * lily/time-signature.cc (numbered_time_signature): idem.
1383
1384         * scm/font.scm (add-cmr-fonts): use real encoding names for
1385         font-encoding.
1386
1387 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1388
1389         * lily/paper-book.cc (classic_output): 
1390         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1391         Fixes classic output.
1392         (lilypondstart):
1393         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1394         kludge.
1395
1396         * scripts/old-lilypond-book.py: Remove.
1397
1398         Page layout for SCOREs enclosed in a BOOK:
1399
1400         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1401         layout tweaking.
1402
1403         * input/les-nereides.ly (theScore): Add \book.
1404         
1405         * input/test/title-markup.ly: Add \book.
1406
1407         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1408         only if 'verbose.
1409
1410         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1411
1412         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1413
1414         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1415         * scm/output-tex.scm (start-system): Update for page layout by
1416         LilyPond.
1417
1418         * scm/output-ps.scm (start-system): Previously (new-start-system).
1419
1420         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1421         passed to define-fonts.
1422
1423         * lily/paper-column.cc: 
1424         * lily/system.cc (get_line):
1425         * ly/property-init.ly (newpage): 
1426         * scm/define-grob-properties.scm:
1427         * scm/output-ps.scm: 
1428         * scm/output-tex.scm: Remove between-system-string kludge.
1429
1430         * scm/output-ps.scm (define-fonts, font-command,
1431         font-load-encoding): Handle ENCODING = #f.
1432
1433         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1434
1435         * scm/define-markup-commands.scm (fill-line): Use
1436         make-simple-markup (WAS: unexisting make-word-markup).
1437
1438         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1439         ENCODING, MARKUP parameters for interpret_string.
1440
1441         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1442
1443         * lily/score.cc (book_rendering): New method.
1444         (default_rendering): Create Paper_book helper locally, dump
1445         output.
1446
1447         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1448
1449         * lily/parser.yy: Handle \book.
1450
1451         * lily/include/book.hh: 
1452         * lily/book.cc: New file.
1453
1454 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1455
1456         * lily/text-item.cc (interpret_string): new file, select font with
1457         encoding.
1458
1459         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1460
1461         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1462
1463         * lily/parser.yy (markup): take encoding from lexer.
1464
1465 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1466
1467         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1468
1469         * scm/output-ps.scm: Remove some cruft.
1470
1471 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1472
1473         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1474
1475         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1476
1477 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1478
1479         * scm/font.scm (add-century-schoolbook-fonts):
1480         (make-century-schoolbook-tree): New function.
1481
1482         * input/test/title-markup.ly: Use Century Schoolbook font.
1483
1484 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1485
1486         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1487         to Erik Sandberg) 
1488
1489         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1490
1491         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1492
1493         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1494
1495         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1496
1497 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1498
1499         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1500         solo-state (at end of solo), we can set the solo status
1501         too. (backportme.)
1502
1503         * input/regression/part-combine-solo-end.ly: new file.
1504
1505 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1506
1507         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1508         flavour abc files.  Really ignore unknown keys (backportme).
1509
1510 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1511
1512         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1513         magnification_ when looking up in orig_.
1514
1515         * scm/output-tex.scm (text): switch off char-mapping.
1516
1517         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1518         because AFM's encoding field cannot have spaces.
1519
1520 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1521
1522         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1523
1524 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1525
1526         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1527
1528         * mf/cmr.enc: new file, without hi-bit ascii info. 
1529
1530         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1531         width. This removes the 'hook' at the end of a long slur.
1532
1533         * buildscripts/mf-to-table.py (parse_logfile): don't append
1534         encoding to fontname.
1535
1536 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1537
1538         * scm/output-ps.scm (define-fonts): Load .enc only once.
1539
1540         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1541         too.
1542
1543 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1544
1545         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1546         encoding field.
1547
1548         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1549
1550         * ly/portuges.ly (pitchnames): new file.
1551
1552         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1553         Michael Welsh Duggan
1554
1555         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1556
1557         * ly/nederlands.ly: add comment about digits.
1558
1559         * lily/scaled-font-metric.cc (derived_mark): idem.
1560
1561         * scm/encoding.scm (make-encoding-mapping): change permutation to
1562         mapping.
1563
1564         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1565         (Modified_font_metric): make alist for coding_description_
1566         (LY_DEFINE): remove coding-name.
1567
1568         * scm/output-tex.scm (text): remove debugging code.
1569
1570         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1571
1572         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1573         from infile.
1574
1575         * mf/feta-generic.mf: move fet_beginfont into generic code.
1576         use fetaMusic (without space) as encoding
1577
1578         * mf/feta-autometric.mf: take encoding argument
1579
1580         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1581
1582         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1583         use.
1584
1585         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1586         name.
1587
1588 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1589
1590         * input/test/title-markup.ly: Set inputencoding.
1591
1592         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1593
1594         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1595
1596         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1597         function.
1598         (coding-alist): Also hold filename, command.
1599         (read-encoding-file): Return symbols.
1600
1601 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1602
1603         * scm/output-tex.scm: remove fontify; text and char take a font
1604         argument.
1605
1606         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1607
1608         * lily/scaled-font-metric.cc (text_dimension): init
1609         coding_{permutation,table}_ too 
1610         (LY_DEFINE): ly:font-encoding, new function return
1611
1612         * lily/paper-def.cc (find_scaled_font): take input coding from
1613         inputcoding paper var.
1614
1615         * lily/performance.cc (output): remap modulo 16.
1616
1617         * lily/text-item.cc (interpret_markup): whoops, variable
1618         shadowing fixed.
1619
1620 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1621
1622         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1623         symbols, not symbols to strings.
1624         
1625         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1626         symbols, not symbols to strings.
1627
1628 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1629
1630         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1631         (ly:kpathsea-gulp-file): New function.
1632
1633         * scm/encoding.scm (read-encoding-file): Use it.
1634
1635 2004-04-06  Werner Lemberg  <wl@gnu.org>
1636
1637         * scm/encoding.scm (coding-alist): Fix typo.
1638
1639 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1640
1641         * lily/scaled-font-metric.cc (text_dimension): move function from
1642         Font_metric
1643         (make_scaled_font_metric): init coding_scheme_ to TeX
1644         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1645
1646         * lily/include/scaled-font-metric.hh (struct
1647         Modified_font_metric): rename from Scaled_font_metric
1648
1649         * scm/encoding.scm (read-encoding-file): split up large function,
1650         leave caching to (delay)
1651
1652         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1653
1654 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1655
1656         * lily/my-lily-lexer.cc (set_encoding): New method.
1657
1658         * lily/lexer.ll: Grok \encoding.
1659
1660         * lily/font-metric.cc (get_encoded_index): New function.
1661
1662         * lily/include/font-metric.hh (coding_scheme): New method.
1663
1664         * scm/encoding.scm: New file.
1665
1666         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1667
1668 2004-04-05  Werner Lemberg  <wl@gnu.org>
1669
1670         * Documentation/user/tutorial.itely: Revised (finished).
1671
1672         * Documentation/user/macros.itexi (@separate): Removed.
1673
1674 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1675
1676         * scm/output-ps.scm (define-fonts): fix scaling.
1677
1678         * lily/scaled-font-metric.cc (design_size): add function.
1679
1680         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1681         partial cut&paste of ly:font-magnification.
1682
1683 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1684
1685         * scm/output-ps.scm (define-fonts):
1686         (fontify): Update.
1687
1688 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1689
1690         * po/fr.po: update. (backportme).
1691
1692         * po/nl.po: update. (backportme). 
1693
1694         * mf/feta-beugel.mf: document why design size is not fixed.
1695
1696         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1697
1698 2004-04-04  Werner Lemberg  <wl@gnu.org>
1699
1700         * Documentation/user/tutorial.itely: Revised (continued).
1701
1702 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1703
1704         * po/nl.po: Update (backportme).
1705
1706 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1707
1708         * po/de.po: update. (backportme).
1709
1710         * scm/output-tex.scm (font-command): use ly: functions to
1711         construct name.
1712         (define-fonts): don't use alist, just dump \font definitions.
1713         (font-load-command): calculate proper scaling by taking
1714         outputscale from paper argument.
1715
1716         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1717         expression.
1718
1719         * lily/paper-outputter.cc (output_header): pass paper arg to
1720         define-fonts
1721
1722         * lily/paper-def.cc (font_descriptions): dump list of
1723         Scaled_font_metrics
1724         (find_scaled_font): take Font_metric argument, store
1725         Scaled_font_metrics in hash-table containing (size ->
1726         Scaled_font_metrics) alist.
1727         (get_dimension): rename from get_realvar
1728
1729         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1730         ly:font-magnification, ly:font-name: new functions
1731
1732 2004-04-03  Werner Lemberg  <wl@gnu.org>
1733
1734         * Documentation/user/dedication.itely,
1735         Documentation/user/preface.itely,
1736         Documentation/user/introduction.itely,
1737         Documentation/user/tutorial.itely: Revised.
1738         Removing leading spaces which distorts output if info files are read
1739         with stand-alone info.
1740         Removing superfluous inter-word spaces which also distorts output
1741         for stand-alone info.
1742         Using ` and ' instead of `` and '' everywhere to improve
1743         legilibility with stand-alone info
1744         Using @samp for single-letter input items and data which contains
1745         spaces, @code for other things.
1746
1747         * lily/grob-interface.cc: Adding copyright.
1748         (check_interfaces_for_property): Improve format of warning message.
1749
1750 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1751
1752         * lily/include/font-metric.hh (struct Font_metric): add
1753         design_size () method.
1754
1755         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1756
1757         * lily/afm.cc (read_afm_file): read design size.
1758
1759         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1760
1761         * scm/music-functions.scm (unfold-repeats): handle dots too.
1762
1763 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1764
1765         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1766         (backportme)
1767
1768 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1769
1770         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1771         lyric indent.  Revert melismaBusyProperties using \unset.
1772
1773 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1774
1775         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1776
1777         * lily/parser.yy (command_element): allow redefinition of |
1778         meaning.
1779
1780         * lily/break-align-engraver.cc (acknowledge_grob): construct
1781         LeftEdge where the first cause for alignment is coming from.
1782         This makes \override Staff.LeftEdge work as expected.
1783
1784         
1785         * lily/slur-performer.cc (Slur_performer): add inits
1786
1787         * lily/beam-performer.cc (Beam_performer): add inits
1788
1789 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1790
1791         * VERSION (PACKAGE_NAME): release 2.2.0
1792
1793         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1794
1795 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1796
1797         * lily/cluster.cc (height): Fix warning.
1798
1799         * lily/parser.yy: Janitorial cleanups.
1800
1801         * Documentation/user/tutorial.itely (Tutorial): Typo.
1802
1803 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1804
1805         * lily/change-iterator.cc (process): search at multiple context
1806         levels. This fixes 
1807
1808         
1809         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1810         not voice-state index for tie state. This fixes a partcombine
1811         problem with ties.
1812
1813         * Documentation/user/tutorial.itely (Commenting input files): add
1814         note about convert-ly.
1815
1816         * input/test/cadenza-skip.ly:  new file.
1817
1818 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1819
1820         * po/nl.po: Spelling fixes.
1821
1822         * autogen.sh (srcdir): Regenerate.
1823
1824         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1825         autogen.sh.
1826
1827         * configure.in: Use C++ to check for C++ header.
1828
1829         * po/nl.po: Update.
1830
1831         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1832
1833         * lily/event.cc (to_relative_octave): Translatable sentence should
1834         be one string.
1835
1836         * python/lilylib.py (warranty): Year range is not translatable.
1837         It's 2004 already!
1838
1839         * flower/warn.cc (non_fatal_error, warning, programming_error):
1840         Remove whitespace from translated string.
1841
1842 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1843
1844         * VERSION: release 2.1.37.
1845
1846 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1847
1848         * configure.in: check for C language.
1849
1850         * lily/source-file.cc: include strstream without h.
1851
1852         * scm/documentation-generate.scm (string-append): use name without
1853         .texi.
1854
1855         * autogen.sh (srcdir): SUSE fix.
1856
1857         * Documentation/user/notation.itely (Ancient clefs): idem.
1858
1859         * Documentation/user/lilypond-book.itely (Integrating HTML and
1860         music): idem.
1861
1862         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1863
1864         * lily/change-iterator.cc (process): use find_existing_context().
1865
1866         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1867
1868         * input/regression/repeat-unfold-tremolo.ly: new file.
1869
1870         * scm/music-functions.scm (unfold-repeats): undo music compression
1871         too.
1872
1873         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1874         (LY_DEFINE): ly:music-compress new function.
1875
1876         * scm/part-combiner.scm (determine-split-list): split for voice
1877         crossings
1878
1879         * input/regression/part-combine-cross.ly: new file.
1880
1881         * scm/part-combiner.scm (make-part-combine-music): don't do
1882         relative inside partcombine arguments.
1883
1884         * scm/music-functions.scm (make-non-relative-music): new function.
1885
1886         * Documentation/user/notation.itely (Automatic part combining):
1887         add note about \relative.
1888
1889         * lily/part-combine-iterator.cc (construct_children): add
1890         start_moment_ member.
1891
1892         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1893         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1894
1895         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1896
1897         * Documentation/user/changing-defaults.itely (Which properties to
1898         change): fixes.
1899
1900 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1901
1902         * po/fr.po: update.
1903
1904 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1905
1906         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1907
1908         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1909         Reinstate old code that issues warning.  Fixes --srcdir build.
1910
1911 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1912
1913         * input/wilhelmus.ly: New file.
1914
1915         * Documentation/user/notation.itely: 
1916         * Documentation/user/introduction.itely:
1917         * Documentation/user/tutorial.itely: Use quote ly-option instead
1918         of explicit @quotation.  This fixes too long lilypond linewidths
1919         resulting in overful hboxes.
1920
1921         * scripts/lilypond-book.py: Add ly-option: `quote'.
1922
1923 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1924
1925         * tex/titledefs.tex: Avoid that the first score line is extra
1926         indented if instrument is defined but not piece.
1927
1928 2004-03-30  Werner Lemberg  <wl@gnu.org>
1929
1930         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1931         `lilypond/' to info file name.
1932         (@usermanref) [info]: New variant.
1933
1934         * scm/documentation-generate.scm: Fix definition of @usermanref
1935         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1936         to info file name.
1937
1938 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1939
1940         * VERSION: release 2.1.36
1941         
1942         * Documentation/user/changing-defaults.itely (Interpretation
1943         contexts): rewrite introduction.
1944
1945 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1946
1947         * scm/define-markup-commands.scm: Use TeX accents instead of
1948         straight iso-8859-1 encoding in the doc string.
1949
1950 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1951
1952         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1953         space after dotted duration.
1954
1955 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1956
1957         * Documentation/user/introduction.itely: 
1958         * Documentation/user/notation.itely:
1959         * Documentation/user/tutorial.itely: Up all relative examples.
1960         Enclose @lilypond displays in @quotation.  Typos and corrections.
1961
1962         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1963
1964 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1965
1966         * scm/music-functions.scm (make-voice-props-revert): Revert also
1967         MultiMeasureRest staff-position in oneVoice.
1968
1969 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1970
1971         * Documentation/user/changing-defaults.itely, 
1972         Documentation/user/lilypond.tely: few fixes. Place no comma between
1973         two options: a and b, but commas between three options: a, b, and c.
1974         By this manner, grouping is possible: a and b, and c and d.
1975
1976 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1977
1978         * Documentation/user/GNUmakefile: add rule for .nexi
1979
1980 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1981
1982         * Documentation/user/music-glossary.tely: move glossary direntry
1983
1984         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1985         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1986
1987 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1988
1989         * stepmake/aclocal.m4: Verify that gettext configure check with
1990         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1991
1992 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1993
1994         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1995         glob.glob for .png filenames. This catches multipage pngs.  
1996
1997         * Documentation/user/changing-defaults.itely (Determining the grob
1998         property): fix references.
1999
2000         * lily/staff-symbol.cc (print): only add extent if non empty.
2001         This fixes staff-container.ly.
2002
2003         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2004         starting with a mmrest also works.
2005
2006         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2007         PNG for texinfo too.
2008
2009         * po/lilypond.pot: update translation strings.
2010
2011         * VERSION: 2.1.35 released
2012         
2013         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2014         context argument too.
2015
2016         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2017
2018         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2019
2020         * python/lilylib.py (command_name): don't return 1st path
2021         component.
2022
2023         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2024         .png case separately.
2025
2026         * python/lilylib.py (system): typo.
2027         
2028 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2029
2030         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2031         run indent-region.
2032
2033         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2034         Fixes compile.
2035
2036         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2037         Add header.
2038
2039 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2040
2041         * vim/lilypond-indent.vim: small fixes.
2042
2043 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2044
2045         * Documentation/user/notation.itely (Entering lyrics): Add example
2046         with correct english double quotes (at least for LaTeX output,
2047         maybe not a good idea if we switch to PS as the default output
2048         format).
2049
2050 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2051
2052         * lily/staff-performer.cc (create_audio_elements): play instrument
2053         changes before notes arrive. This fixes instrument of the first
2054         note in a score.
2055
2056         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2057         to 1.9.0 conversion.
2058
2059         * lily/mark-engraver.cc: doc string.
2060
2061         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2062
2063         * Documentation/user/introduction.itely (Introduction): new node.
2064
2065 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2066
2067         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2068
2069         * input/regression/spacing-ragged-last.ly: new file.
2070
2071         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2072         spacing.
2073
2074         * scm/font.scm: rewrite using GOOPS.
2075         
2076         * lily/context-def.cc (filter_engravers): derefence pointer.
2077
2078         * lily/lily-guile.cc (type_check_assignment): use
2079         ly_scheme_function iso. scm_primitive_eval where possible.
2080
2081         * lily/performance.cc (output): limit channels at 15. This fixes
2082         percussion inadvertently showing up in large scores.
2083
2084 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2085
2086         * input/regression/tuplet-gap.ly: new file.
2087
2088         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2089         (print): compute gap length from number size, include italic
2090         correction.
2091
2092         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2093         tuplet-bracket
2094
2095         * scm/paper.scm (set-default-paper-size): new function, to be
2096         called at toplevel.
2097         (set-paper-size): new function, to be called inside \paper {}
2098         (set-default-paper-size): new function, to be called at toplevel.
2099
2100         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2101
2102         * lily/beam-performer.cc (process_music): idem.
2103
2104         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2105         
2106         * tex/titledefs.tex: remove scshape for piece.
2107
2108         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2109         font-family
2110
2111         * lily/time-signature.cc (special_time_signature): font-encoding
2112         not family.
2113
2114         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2115         dynamic to head. This fixes p placement in morgenlied.
2116
2117 2004-03-23  Werner Lemberg  <wl@gnu.org>
2118
2119         * stepmake/stepmake/generic-targets.make (help): Improve text.
2120
2121 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2122
2123         * VERSION: 2.1.34 released
2124         
2125         * lily/main.cc (main_with_guile): switch debugging.
2126
2127         * lily/system.cc (get_line): plug leak.
2128
2129         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2130         and contents.
2131         (stencil2line): plug leak.
2132
2133         * Documentation/user/changing-defaults.itely (Determining a grob
2134         property):  new node.
2135         (Layout interfaces): new node.
2136         (Navigating the program reference): new node.
2137
2138         * lily/accidental-engraver.cc (acknowledge_grob): add property
2139         harmonicAccidentals
2140
2141         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2142         general cleanups.
2143         
2144         * input/les-nereides.ly (middleDynamics): resurrect Les
2145         nereides. Remove pedal hack.
2146
2147 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2148
2149         * input/regression/property-grace-polyphony.ly: new file.
2150
2151         * lily/translator-property.cc (execute_pushpop_property): only pop
2152         one instance of the property. This fixes << \\ >> together with
2153         \grace.
2154
2155         * lily/break-align-interface.cc (ordered_elements): we cannot
2156         modify the #'elements property, so return reordered array.
2157
2158 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2159
2160         * buildscripts/lilypond.words.py: remove.
2161         * buildscripts/lilypond-words.py: add new, renamed file. 
2162         Give generated targets and dirs explicitly in arguments.
2163
2164         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2165         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2166         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2167         
2168         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2169
2170         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2171
2172         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2173         orders.
2174
2175         * vim/GNUmakefile: add local-uninstall target.
2176
2177         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2178         
2179         * vim/vimrc: add a one-liner file.
2180
2181         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2182         vimrc in EXTRA_DIST_FILES.
2183
2184         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2185
2186 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2187
2188         * config.make.in: add vimdir.
2189
2190         * vim/GNUmakefile: add local-install.
2191
2192 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2193
2194         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2195         with \lilypondifundefined{blabla}. Solves problem with multiple
2196         titles in the same lilypond-book document.
2197
2198 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2199
2200         * scm/document-backend.scm (interface-doc): sort grob list for
2201         interface.
2202
2203         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2204         pre/post break align-order.
2205
2206         * spelling patch courtesy Edward Sutton.
2207
2208         * Documentation/user/changing-defaults.itely (Changing context
2209         default settings): new node.
2210         (Defining new  contexts): new node.
2211
2212         * scripts/lilypond-book.py (is_derived_class): use numbers
2213         iso. booleans.
2214
2215         * python/lilylib.py (make_ps_images): add margin to PS images.
2216
2217         * scripts/lilypond-book.py (is_derived_class): new function. Take
2218         class arg iso. object.
2219         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2220         for bug in GS/dvips.
2221
2222         * lily/text-item.cc (interpret_markup): idem.
2223
2224         * scm/define-markup-commands.scm: remove split around-space hack.
2225
2226         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2227         function, fold WL's fixes into one function.
2228
2229 2004-03-22  Werner Lemberg  <wl@gnu.org>
2230
2231         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2232         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2233         (Note_column::head_position_interval): Do proper rounding for
2234         calls to Staff_symbol_referencer::get_position.
2235
2236 2004-03-21  Werner Lemberg  <wl@gnu.org>
2237
2238         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2239         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2240         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2241         (My_lily_parser::parse_file): Improve formatting progress indication
2242         sent to stdout.
2243
2244 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2245
2246         * VERSION: 2.1.33 released.
2247
2248         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2249
2250         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2251
2252         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2253         warning is issued about dummy.dep.
2254
2255         * scm/new-font.scm: fix design sizes of nummer
2256
2257 2004-03-21  Werner Lemberg  <wl@gnu.org>
2258
2259         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2260         some annoying warnings from mkdir during `make install'.
2261
2262 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2263
2264         * lily/performer-group-performer.cc (do_announces): call
2265         Performer_group_performer::create_audio_elements () too.
2266
2267         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2268
2269         * scm/define-grobs.scm (all-grob-descriptions): add property
2270         break-align-orders
2271
2272         * lily/global-context.cc (get_default_interpreter): new
2273         function. Override from base class, so no new Score contexts are
2274         created.
2275
2276         * lily/include/stencil.hh (class Stencil): document origin field.
2277
2278         * lily/staff-symbol.cc (print): span staff-symbol on column
2279         extents for non-broken columns. 
2280
2281         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2282         key-signature.
2283
2284         * tex/titledefs.tex: don't use smallcaps for piece.
2285
2286         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2287         translated stencils in the output.
2288
2289         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2290
2291 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2292
2293         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2294         and init ties_created_
2295
2296         * VERSION: release 2.1.32
2297
2298         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2299         doc string from IMPLEMENT_CTOR_CALLBACK().
2300
2301         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2302         that engraver is in a performer hierarchy.
2303
2304 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2305
2306         * vim/lilypond-ftdetect.vim: new file.
2307
2308 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2309
2310         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2311         (compose_ly): default octave should be middle C.
2312
2313         * Documentation/user/changing-defaults.itely (Layout tunings
2314         within contexts): new node.
2315
2316         * lily/include/smobs.hh: document C++ smob interface.
2317
2318         * lily/function-documentation.cc: don't doc functions without
2319         docstring.
2320
2321 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2322
2323         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2324         direntry, so that `info lilypond' goes to Top.
2325
2326         * scm/output-ps.scm (polygon): Fix: add spaces.
2327
2328         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2329         solutions are now optimal too.
2330
2331         * input/test/page-breaks.ly: New file.
2332
2333         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2334         functions into safe module.
2335
2336         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2337         end, prepend zeros.
2338
2339         * scm/output-*.scm: Use ly:number->string rather than
2340         number->string.  Makes for saner output.
2341
2342         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2343         Fixes feta-nummer, feta-din scaling.
2344
2345 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2346
2347         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2348
2349         * scm/music-functions.scm (descend-to-context): new
2350         function. Similar to context-spec-music.
2351         (make-time-signature-set): specify Score as descend-only. This
2352         fixes the polymetric.ly example.
2353
2354         * lily/context-specced-music-iterator.cc (construct_children): add
2355         support for descend-only context spec.
2356
2357         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2358         determine ez-notation letter. 
2359
2360         * lily/system.cc (get_line): start with dumping layer 3. This
2361         fixes ez notation.
2362
2363 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2364
2365         * input/test/title-markup.ly: Stress breaking harder.
2366
2367         * scm/page-layout.scm (height-score): Overfull page scores twice
2368         as bad as underfull (was: by a power).
2369         (walk-lines): Omit first walk-path round (breaking after new node,
2370         without lines).
2371
2372         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2373         diff values are negative.
2374         (output): Bugfix: treat negative vfill differently.
2375
2376         * Documentation/user/lilypond.tely (direntry): Add note about why
2377         `info lilypond' brings up `Invoking LilyPond' node.
2378
2379 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2380
2381         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2382
2383         * lily/paper-book.cc: Remove cruft.
2384         (output): Bugfix: put vfill between lines.
2385         (pages): Bugfix: set page vars needed for filling.
2386
2387         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2388         (was: @ar).
2389
2390         * scm/page-layout.scm: Further development.
2391
2392         * ly/declarations-init.ly (paper): Define page-breaking.
2393
2394 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2395
2396         * lily/note-head.cc (brew_ez_stencil): add note-names
2397         property. Provides internationalization for note names.
2398
2399         * Documentation/user/changing-defaults.itely (Creating contexts):
2400         new node.
2401
2402         * lily/grace-iterator.cc (process): descend to child for \grace.
2403
2404         * lily/timing-translator.cc (initialize): Timing_translator adds
2405         Timing alias by itself.
2406
2407         * lily/context.cc (add_alias): new function.
2408
2409         * scm/lily.scm (tex-output-expression): new function, eval within
2410         drawing API. Guards against eval vulnerabilities.
2411
2412         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2413
2414         * scm/output-ps.scm (scm): export lily drawing API.
2415
2416         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2417         throughout.
2418
2419 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2420
2421         * scm/page-layout.scm (optimal-page-breaking): New function.
2422         
2423         * lily/paper-book.cc (pages): Use it.
2424
2425 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2426
2427         * lily/include/paper-line.hh (class Paper_line): Full smob.
2428
2429 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2430
2431         * lily/global-context.cc (run_iterator_on_me): fix grace note
2432         nesting by initting measurePosition.
2433
2434         * lily/timing-translator.cc (initialize): do no init
2435         measurePosition
2436         
2437         * lily/include/music-output-def.hh (class Music_output_def): add
2438         input_origin_ field.
2439
2440         * Documentation/user/changing-defaults.itely (Changing context
2441         properties on the fly): new node.
2442
2443         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2444         function. Only have smobbed_copy (), and do not provide
2445         smobbed_copy() for non-simple smobs. Changes throughout.
2446
2447 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2448
2449         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2450         start_moment_. Fix by Doug A. Linhardt.
2451
2452 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2453
2454         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2455         accidentals for harmonic notes.
2456
2457         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2458         of different style. (Thanks to Doug Linhardt).
2459
2460         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2461         new node.
2462
2463 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2464
2465         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2466
2467         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2468         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2469         vim/lilypond-indent.vim: doc targets and deps in comments.
2470
2471 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2472
2473         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2474
2475         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2476
2477         * lily/include/paper-line.hh:
2478         * lily/include/paper-line.cc: New file.
2479
2480 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2481
2482         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2483
2484         * GNUmakefile.in: remove stray make out=www
2485
2486         * input/test/bagpipe.ly (gcdg): octave fixes.
2487
2488         * scm/define-markup-commands.scm (number): use font-encoding
2489         iso. font-family
2490
2491         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2492         font-encoding.
2493         
2494 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2495
2496         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2497         `output_format_global' and `PAGE_LAYOUT'.
2498
2499 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2500
2501         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2502         lily functions in safe mode.
2503
2504         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2505         Print filename for HTML, LATEX, before texidoc.
2506
2507         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2508         instructions in output-ps module.
2509
2510         * scm/lily.scm: Do not load output-ps module.
2511
2512         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2513         safe mode.
2514
2515 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2516
2517         * lily/span-dynamic-performer.cc (process_music): remove spurious
2518         warning.
2519
2520         * lily/context-def.cc (Context_def): init name to ""
2521
2522         * lily/font-interface.cc: add font-encoding property.
2523
2524         * scm/lily.scm (chain-assoc-get): bugfix.
2525
2526         * lily/paper-book.cc (stencil2line): protect static SCM.
2527
2528         * lily/font-interface.cc (text_font_alist_chain): rename function,
2529         and use text-font-defaults. 
2530
2531         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2532
2533         * scm/paper.scm (paper-set-staff-size): use new function.
2534
2535         * scm/new-font.scm (make-font-tree): new function.
2536
2537 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2538
2539         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2540
2541         * scm/lily.scm (get-output-module): New function.
2542         (output-alist): Remove ,ps-output-expression.
2543
2544         * scm/output-tex.scm (ps-output-expression): New function.
2545
2546         * scm/output-ps.scm (ps-output-expression): Remove.
2547         (header, start-page): Output page metadata.
2548
2549         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2550         initialise output_module_.  Do not write part of header.
2551         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2552         (output_header): Output full header.
2553
2554         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2555         FIXME.
2556
2557 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2558
2559         * scm/new-font.scm: new file. Tree based font lookup.
2560
2561         * scm/lily.scm (assoc-get): take default argument. Remove
2562         assoc-get-default.
2563         (chain-assoc-get): use chain-assoc-get everywhere.
2564
2565         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2566         autobeamsettings conversion bug.
2567
2568         * lily/include/global-context.hh (Context): clean-up data hiding.
2569
2570         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2571         data hiding.
2572
2573         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2574
2575         * input/regression/stem-shorten.ly: add chord case.
2576
2577         * lily/stem.cc (get_default_stem_end_position): shorten stems
2578         triggered by note-head positions, not by forced-direction. This
2579         fixes a bug with too short stems.  
2580  
2581 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2582
2583         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2584         Lilypond_snippet.output_latex): Always call output_print_filename.
2585
2586         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2587         expand pages.
2588
2589 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2590
2591         * scm/part-combiner.scm (make-autochange-music): switch rests
2592         before switched notes too.
2593
2594         * lily/figured-bass-engraver.cc (process_music): change calling
2595         convention.
2596
2597         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2598
2599         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2600         command.
2601
2602         * lily/include/stencil.hh (class Stencil): add origin field.
2603
2604         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2605         function.
2606
2607         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2608
2609         * lily/lexer.ll: remove support for \$ and $ in identifiers
2610
2611         * lily/sequential-iterator.cc: remove copy_grace_fixups
2612         (get_grace_fixup): slight abstraction of fixup code.
2613
2614         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2615
2616 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2617
2618         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2619         in insert-mode. add indenting rules.
2620
2621 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2622
2623         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2624         protect hack.
2625
2626         * scm/page-layout.scm:
2627         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2628         layout and titling should now match external latex based version.
2629
2630         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2631         header fields.
2632
2633         * ps/lilyponddefs.ps: Remove automatic page layout.
2634
2635         * scm/output-ps.scm (new-start-system): New interface function.
2636
2637         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2638
2639         * lily/paper-book.cc (output): Bugfix.
2640
2641 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2642
2643         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2644         
2645 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2646
2647         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2648         direntries.
2649
2650         * ps/lilyponddefs.ps: Bugfix.
2651
2652         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2653
2654 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2655
2656         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2657         cause. This should fix warnings.
2658
2659         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2660
2661         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2662         prevent aligned 6ths.
2663
2664         * lily/custos.cc (print): remove adjust-if-on-staffline.
2665
2666 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2667
2668         * lily/paper-book.cc: Do header and footer.
2669
2670 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2671
2672         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2673
2674         * scm/paper.scm (lineheight): Remove
2675         (head-sep, foot-sep): Add.
2676
2677 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2678
2679         * mf/feta-schrift.mf: reduce portato thickness.
2680
2681         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2682
2683         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2684         programming_error ().
2685
2686         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2687         bracket to last command column.
2688
2689         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2690         continues on next/prev system.
2691
2692         * input/regression/pedal-end.ly: new file.
2693
2694 2004-03-10  Werner Lemberg  <wl@gnu.org>
2695
2696         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2697         Remove pmx2ly stuff.
2698         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2699
2700 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2701
2702         * scm/page-layout.scm: New file.
2703
2704         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2705         settings.
2706         (Lilypond_snippet.is_outdated): Also check for PNG file.
2707         Workaround for interrupted (web) builds.
2708
2709         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2710
2711         * ps/lilyponddefs.ps: Use only very small top-marging.
2712         (init-paper): Also pop page size string.
2713         (start-page, stop-page): New function.
2714
2715         * scm/output-ps.scm (header-end): Remove stray exec commands.
2716
2717 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2718
2719         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2720
2721         * lily/score.cc (default_rendering): clean protection.
2722
2723         * lily/paper-book.cc (mark_smob): implement smob marking.
2724
2725         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2726
2727         * Documentation/user/*.itely: user manual edits. 
2728
2729 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2730
2731         * Documentation/user/converters.itely (Invoking musedata2ly):
2732         remove pmx2ly.
2733
2734         * scripts/pmx2ly: remove script.
2735         
2736 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2737
2738         * lily/score.cc (default_rendering): Protect paper-book members.
2739
2740         * lily/paper-def.cc (smobbed_copy): New method.
2741
2742         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2743         switch runtime.
2744
2745         * lily/include/music-output.hh (process): Change signature to
2746         return SCM.
2747
2748         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2749         method.
2750
2751         * lily/paper-score.cc (process): Return stencils rather than
2752         outputting directly.  Remove paper-book kludge.  Delete grobs.
2753         (output): Remove.
2754
2755         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2756
2757         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2758
2759         * lily/score.cc (default_rendering)
2760         (ly_render_output): Move adding paper-score two levels up.
2761
2762         * lily/system.cc (get_line):
2763         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2764
2765 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2766
2767         * scm/font.scm (paper20-font-vector): add more design sizes for
2768         number.
2769
2770         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2771         feta-nummber{5,7,11,13}.
2772
2773         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2774         for 12pt design size. 
2775
2776 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2777
2778         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2779
2780 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2781
2782         * lily/font-select.cc (properties_to_font_size_family): Fix
2783         warning message.
2784
2785         * Experimental PostScript latin1 encoding:
2786         
2787         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2788
2789         * scm/output-ps.scm: Experimental encoding using reencode-font.
2790         * scm/font.scm: Add latin1 `font-shape'.
2791         
2792         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2793
2794         * ps/lilyponddefs.ps (reencode-font): New function.
2795
2796         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2797
2798         * scm/output-tex.scm (start-page):
2799         (stop-page): New interface function.
2800
2801 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2802
2803         * lily/paper-outputter.cc (output_expr):
2804         (output_header):
2805         (output_line): New method.
2806
2807         * lily/system.cc (get_line):
2808         (get_lines): New method.
2809         (output_scheme):
2810         (output_line): Remove.
2811
2812         * scm/lily.scm (make-title): New function.
2813
2814         * lily/paper-book.cc: 
2815         * lily/include/paper-book.hh: New file.
2816
2817         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2818         ly-modules.hh).
2819
2820         * lily/ly-module.cc (ly_modules_lookup): New function.
2821
2822         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2823
2824         * scm/output-ps.scm (make-title): Remove.
2825         (output-scopes): Junk header-title test.
2826
2827 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2828
2829         * mf/feta-schrift.mf: thicker dot for portato.
2830
2831         * lily/accidental-placement.cc (position_accidentals): bugfix in
2832         offset, this fixes right-padding of AccidentalPlacement.
2833
2834         * lily/[h-z]*.cc: () formatting.
2835
2836         * Documentation/user/tutorial.itely (An orchestral part): more
2837         fixes for the tutorial.
2838
2839         * scm/translation-functions.scm (fraction-tuplet-formatter):
2840         reverse fraction.
2841
2842         * lily/parser.yy (context_def_spec_block): use \context instead of
2843         \translator.
2844
2845         * lily/[a-g].cc: () style cleanup.
2846
2847         * Documentation/user/tutorial.itely (Automatic and manual beams):
2848         editing of tutorial.
2849
2850 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2851
2852         * buildscripts/mf-to-table.py (base): write encoding name.
2853
2854 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2855
2856         * Documentation/user/GNUmakefile (local-install-info): Issue
2857         warning (for packager, ie, if not installing in /usr or /usr/local).
2858
2859         * lily/stencil-scheme.cc: 
2860         * lily/staff-symbol-referencer.cc: 
2861         * lily/script-column.cc: 
2862         * lily/pitch.cc: 
2863         * lily/music.cc: 
2864         * lily/grob-pq-engraver.cc: 
2865         * lily/font-interface.cc: 
2866         * lily/music-output-def.cc: 
2867         * lily/duration.cc: 
2868         * lily/grob-scheme.cc:
2869         * lily/context-scheme.cc: Put scheme name on first line in
2870         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2871         style cleanups.
2872
2873         * stepmake/stepmake/scm-vars.make: 
2874         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2875         Rename and split TAGS_FILES.
2876
2877         * GNUmakefile.in (ALL-TAGS): Remove.
2878         
2879         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2880         deeper TAGS files.  Fixes regexp tags in TOP dir.
2881
2882 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2883
2884         * VERSION: 2.1.29 released.
2885         
2886         * Documentation/user/changing-defaults.itely (Changing defaults):
2887         new file.
2888
2889         * Documentation/user/notation.itely (Notation manual): rename from 
2890         refman.itely
2891
2892         * Documentation/user/notation-appendices.itely (The Feta font):
2893         new file.
2894
2895         * Documentation/user/advanced.itely: add aborted attempt for
2896         advanced topics manual.
2897
2898 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2899
2900         * scm/new-markup.scm: display Markups in sane format. Patch by
2901         Nicolas Sceaux.
2902
2903 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2904
2905         * lily/main.cc: Cleanups.
2906         (setup_localisation): New function.
2907         (sane_putenv): Remove.
2908         (main_with_guile): New name (Was: main_prog).  Remove musings
2909         about possible preparation for GUILE heavy memory usage and
2910         practical uselessness.  Do not set environment variables
2911         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2912         name juggling.
2913         (parse_argv): New function.
2914         (copyright): New function.  It's 2004 already.
2915
2916         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2917         (distill_inname): Move from main.
2918
2919 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2920
2921         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2922
2923         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2924
2925         * Documentation/user/running.itely: new file.
2926
2927         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2928
2929         * lily/score-performer.cc (finish): call Translator::finalize ().
2930
2931 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2932
2933         * lilypond-ftpplugin.vim: renamed to the following file.
2934         * lilypond-ftplugin.vim: new file.
2935
2936         * GNUmakefile.in: update VIM_FILES.
2937
2938 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2939
2940         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2941         props.
2942
2943         * input/test/tie-sparse.ly: remove.
2944
2945         * lily/tie-performer.cc (try_music): copy & paste from
2946         Tie_engraver.
2947
2948         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2949         variable_ref twice.
2950
2951         * lily/key-performer.cc (create_audio_elements): use
2952         alterations-in-key.
2953
2954         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2955
2956 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2957
2958         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2959         handle also quarter tones (not shown as tests). test also flats.
2960
2961         * Documentation/index.html.in: small fixes.
2962
2963 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2964
2965         * input/regression/new-markup-scheme.ly: Typo.
2966
2967         * scm/define-markup-commands.scm (fill-line): New markup.
2968
2969         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2970         (output-paper-def): Fix alignment.
2971         (make-title): Fix height/width scaling.
2972
2973         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2974
2975         * input/test/title-markup.ly: Add remaining titles.  Layout and
2976         font size fixes.  Add simplistic latin1 test.
2977
2978 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2979
2980         * input/test/nested-groups.ly: remove. move content (to next). 
2981         * input/test/staff-bracket.ly: replace content (from prev), this 
2982         has been already in templates.
2983
2984 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2985
2986         * stepmake/autogen.sh: Only issue warning about running configure
2987         without arguments when autogen.sh will actually be running
2988         configure.
2989
2990 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2991
2992         * scm/new-markup.scm (stack-stencil-line): robustness.
2993
2994         * scm/define-markup-commands.scm (simple): robustification of
2995         simple-markup.
2996
2997         * Documentation/user/music-glossary.tely (Top): change central C
2998         to middle C.
2999
3000         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3001
3002 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3003
3004         * input/test/title-markup.ly (spaceTest): Add.
3005
3006         * lily/text-item.cc (interpret_markup): Make line markup from
3007         multi word markup.
3008
3009         * scm/define-markup-commands.scm (word): New markup command.
3010         (simple): Use it.
3011
3012         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3013
3014 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3015
3016         * vim/ftplugin/lilypond.vim:
3017         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3018         show matching paren in insert mode.
3019
3020 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3021
3022         * scm/output-ps.scm (make-title, output-scopes): Further
3023         development.
3024
3025         * input/test/title-markup.ly: New file.
3026
3027         * ps/lilyponddefs.ps: Disable PostScript titling.
3028
3029         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3030
3031 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3032
3033         * lily/arpeggio.cc (width_callback): remove padding.
3034  
3035         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3036
3037         * scm/define-music-types.scm: remove make-music-by-name.
3038
3039         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3040
3041 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3042
3043         * lily/paper-score.cc (process): Output titles using make-title.
3044
3045         * scm/output-ps.scm (output-stencil): Display directly instead of
3046         constructing string.
3047         (make-title): New function.
3048
3049 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3050
3051         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3052         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3053         Move documentation of LaTeX packages for latin1 characters to the
3054         lilypond-book manual.
3055
3056 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3057
3058         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3059
3060         * vimrc: add menu in console and shortcut <F10> for it.
3061
3062         * vim/:
3063         * vim/compiler/:
3064         * vim/syntax/:
3065         * vim/indent/:
3066         * vim/ftplugin/: new directories.
3067         
3068         * vim/filetype.vim: new file.
3069
3070         * lilypond.vim: remove files (see next).
3071         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3072
3073         * vimrc: remove file (see next).
3074         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3075
3076         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3077         add header. apply bindings only locally.
3078
3079         * vim/indent/lilypond.vim: new file.
3080
3081         * vim/ftplugin/lilypond.vim: remove errorformat.
3082         * vim/compiler/lilypond.vim: new file for errorformats.
3083
3084         * Documentation/topdocs/INSTALL.texi: give easier orders.
3085
3086         * ROADMAP: add vim/
3087
3088 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3089
3090         * Documentation/user/introduction.itely (Introduction): Use @image
3091         iso @html <img...>.  Add workaround for images in columns in info.
3092
3093         * stepmake/aclocal.m4: Store computed version in variable.
3094
3095         * configure.in: Export MAKEINFO_VERSION.
3096
3097         * config.make.in (MAKEINFO_VERSION): Add.
3098
3099         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3100
3101         * Documentation/user/GNUmakefile: Only build info with images when
3102         building web.
3103
3104         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3105
3106         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3107         stuff from documentation-targets.make
3108
3109 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3110
3111         * VERSION: 2.1.28 released
3112         
3113         * scripts/convert-ly.py (conv): 
3114
3115 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3116
3117         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3118         \arpeggioBoth. redefine \arpeggioBracket.
3119
3120         * Documentation/user/refman.itely: document new arpeggio
3121         functions.
3122
3123         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3124
3125         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3126
3127         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3128
3129 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3130
3131         * Documentation/user/introduction.itely (Automated engraving):
3132         rewrite introduction using website text.
3133
3134 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3135
3136         * scm/*.scm: make-music-by-name is replaced by make-music, which
3137         also accept music property settings, eg:
3138           (make-music 'TextScriptEvent 'direction DOWN 'text
3139               (make-simple-markup x))
3140
3141         Patch courtesy Nicolas Sceaux
3142
3143         * lily/beam-quanting.cc: cleanup, separate counts for left and
3144         right beam ends.
3145
3146         * lily/side-position-interface.cc (quantised_position): also
3147         quantize staccato position for forced stem directions. 
3148
3149 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3150
3151         * scm/*.scm: Patch by Nicolas Sceaux: 
3152
3153         * scm/music-functions.scm: ly:grob-property and ly:music-property
3154         are made procedure with setters.
3155
3156         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3157         
3158 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3159
3160         * input/test/[t-v]*.ly: finish rewriting texidocs.
3161
3162         * input/test/vaticana.ly: remove.
3163         * input/test/ligature-vaticana.ly: new, renamed file name.
3164
3165         * input/test/stem-centered.ly: remove.
3166         * input/test/mensural-note-heads.ly: new file. take content from
3167         removed file stem-centered.ly.
3168
3169         * input/test/scales-greek.ly: simplify.
3170
3171         * input/test/s*.ly: reformulate texidocs.
3172         
3173         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3174         of missing features.
3175
3176 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3177
3178         * input/test/[j-o]*.ly: update texidocs.
3179
3180 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3181
3182         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3183
3184         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3185         images.
3186
3187         * Documentation/user/lilypond.tely (@direntry): Update.
3188
3189         * stepmake/stepmake/documentation-targets.make
3190         (install-info,uninstall-info): Install into $(package_infodir).
3191         Install images.  Run install-info to update dir.
3192
3193         * config.make.in (package_infodir): Add.
3194
3195         * Documentation/user/GNUmakefile (info-with-images,
3196         local-install-info, local-uninstall-info): New target.
3197
3198 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3199
3200         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3201         gap/threshold.
3202
3203         * lily/beam-quanting.cc (score_slopes_dy): remove
3204         ROUND_TO_ZERO_SLOPE kludge.
3205
3206         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3207
3208         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3209
3210         * lily/global-context.cc (Global_context): alway accept Score
3211         (run_iterator_on_me): cast Context to Score_context, not
3212         Context_def.
3213
3214         * Documentation/user/refman.itely: documentation patch by Edward
3215         Sanford Sutton.
3216
3217         * mf/GNUmakefile: unset sauter-fonts.
3218
3219 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3220
3221         * scripts/lilypond-book.py (output_texinfo): Output @image
3222         descriptions for info too.
3223
3224         * input/test/chord-names-jazz.ly: 
3225         * input/test/embedded-scm.ly: Clarify.
3226
3227         * input/test/cautionaries.ly: Typo.
3228
3229         * lily/input-smob.cc (ly_input_location): Compile fix.
3230
3231 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3232
3233         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3234
3235         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3236         fixes problems with system defaults being reverted with \override
3237         on Score level.
3238
3239         * lily/global-context.cc (Global_context): apply property-ops to
3240         Global_context too. 
3241
3242 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3243
3244         * scm/output-ps.scm (stencil->string): Rewrite.
3245
3246 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3247
3248         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3249         impersonal style.
3250
3251 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3252
3253         * lily/input-smob.cc (ly_input_location: New function.
3254
3255         * scm/define-markup-commands.scm (upright): New markup command.
3256
3257         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3258
3259         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3260
3261         * scm/output-ps.scm (output-stencil): New function.
3262
3263         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3264         of snippet types; fixes @ignore and @verbatim blocks.
3265
3266 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3267
3268         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3269         to a file in printed documentation, instead, refer either to a 
3270         syntax or to an output.
3271
3272 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3273
3274         * input/regression/beam-center-slope.ly: Add test.
3275
3276 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3277
3278         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3279         (SAUTER_FONTS): Reinstate.
3280
3281         * scm/define-markup-commands.scm (caps): New markup command.
3282
3283         * scm/output-ps.scm (output-scopes): Experimental markup output.
3284
3285         * scm/: Add missing headers.
3286
3287         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3288
3289         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3290
3291 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3292
3293         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3294         Stray style cleanups.
3295
3296 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3297
3298         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3299         no dot combination.
3300
3301         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3302         substitute \override Staff.autoBeamSettings too
3303
3304         * Documentation/user/tutorial.itely: proofreading fixes by David
3305         Bobroff
3306
3307 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3308
3309         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3310
3311         * ps/music-drawing-routines.ps: 
3312         * ps/lilyponddefs.ps: Add end markers.
3313
3314 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3315
3316         * VERSION: 2.1.27 released.
3317         
3318         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3319
3320         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3321         obey documentation.
3322
3323 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3324
3325         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3326
3327         * scm/output-ps.scm: Resurrect.
3328         
3329         * scm/output-tex.scm: Minimal cleanups.
3330
3331         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3332
3333         * make/ly-rules.make: Remove any broken lily-*.tex files before
3334         lilypond-book run.
3335
3336         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3337         comment.
3338
3339         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3340         Enabled by default, may save 10% compile time.
3341
3342 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3343
3344         * lily/lyric-phrasing-engraver.cc: remove
3345         
3346         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3347         longer necessary. 
3348
3349         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3350         so lyric-phrasing-engraver is no longer necessary.
3351
3352         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3353         Grob_pq_engraver from Staff.
3354
3355         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3356         busyGrobs directly.
3357
3358         * input/regression/quote-transposition.ly: new file.
3359
3360         * lily/recording-group-engraver.cc (stop_translation_timestep):
3361         store instrumentTuning too. 
3362
3363         * lily/quote-iterator.cc (process): transpose events using
3364         instrumentTuning.
3365
3366         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3367         -> \tuning <pitch>
3368
3369         * lily/parser.yy (command_req): add \tuning command for setting
3370         instrument tuning of staff.
3371
3372         * Documentation/user/GNUmakefile
3373         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3374
3375         * Documentation/user/refman.itely (Customized accidental rules):
3376         typo.
3377
3378 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3379
3380         * Documentation/user/music-glossary.tely: remove the missing norwegian
3381         translation; they can be put in later properly.
3382
3383 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3384
3385         * lily/recording-group-engraver.cc (start_translation_timestep):
3386         init Recording_group_engraver twice.
3387
3388 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3389
3390         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3391         stray style cleanups:
3392
3393         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3394         -Wmissing-prototypes.
3395
3396         * flower/include/killing-cons.tcc (Killing_cons): Add template
3397         specifier for car_.
3398
3399         * flower/include/parray.hh (binsearchs): Add template specifier
3400         for maxkey.
3401
3402         * flower/include/interval.hh: Declare elem () with template specfier.
3403
3404 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3405
3406         * elisp/lilypond-indent.el (get-buffer-size): add customization
3407         groups for several variables (Reuben Thomas).
3408
3409 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3410
3411         * Documentation/user/invoking.itexi (Point and click): add index
3412         entry.
3413
3414         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3415         go under beam.
3416
3417         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3418         sarabande beam. 
3419
3420         * flower/warn.cc (programming_error): cross fingers not thumbs.
3421
3422         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3423         staff-position is set.
3424
3425         * VERSION: release 2.1.26 
3426         
3427         * scm/chord-entry.scm (construct-chord): process transposition
3428         after processing explicit-11.  
3429
3430 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3431
3432         * lily/parser.yy (add_quote): add syntax for adding quotes:
3433         \addquote "id-string" Music
3434
3435         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3436
3437         * scripts/convert-ly.py (conv): add rules for name changes.
3438
3439         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3440         music/context/grob property functions. Internally, use
3441         get_property() and set_property() for both.
3442
3443 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3444
3445         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3446         for Emacs <= 20 (Laurent Martelli).
3447
3448 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3449
3450         * lily/parser.yy (command_element): extract quoted vector in
3451         parser.
3452
3453         * input/regression/quote.ly: new file.
3454
3455         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3456
3457         * lily/parser.yy (command_element): \quote DURATION NAME: support
3458         cue notes. 
3459
3460         * lily/quote-iterator.cc (class Quote_iterator): new file.
3461
3462 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3463
3464         * lily/auto-beam-engraver.cc (try_music): accept and process
3465         beam-forbid-event.
3466
3467         * input/regression/auto-beam-no-beam.ly: new file.
3468
3469 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3470
3471         * lily/accidental.cc (print): Change font-relative-size ->
3472         font-size. Fixes cautionary-style = smaller.
3473
3474 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3475
3476         * lily/system-start-delimiter.cc (staff_brace): remove
3477         font-relative-size
3478
3479         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3480         forgotten with scm_list_n. Fixes spurious coredumps.
3481
3482         * lily/accidental-engraver.cc (stop_translation_timestep): move
3483         update of localKeySignature to stop_translation_timestep (). This
3484         makes sure that all ties are noticed at the right moment.
3485         (stop_translation_timestep): clear tie only when right-side
3486         notehead was seen.
3487         (number_accidentals_from_sig): cleanup. 
3488
3489         * input/regression/accidental-tie.ly (mus): new file
3490
3491         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3492         these longish tests.
3493
3494 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3495
3496         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3497
3498         * THANKS: update bugreporter list.
3499
3500         * lily/beam.cc (print): broken beams last until end of staff.
3501         (print): broken beams start from prefatory matter.
3502
3503         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3504
3505         * lily/paper-score.cc (process): dump header only once.
3506
3507         * lily/paper-outputter.cc (Paper_outputter): move logic into
3508         Scheme.
3509
3510         * scm/output-tex.scm (output-scopes): new function.
3511         (output-paper-def): new function
3512         (tex-string-def): new function
3513         (symbol->tex-key): new function
3514
3515         * scripts/convert-ly.py (conv): add rule for | ~
3516
3517 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3518
3519         * input/regression/{many}.ly: refresh, trying to guess how
3520         it was designed.
3521
3522 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3523
3524         * VERSION: release 2.1.25
3525
3526         * scm/define-translator-properties.scm
3527         (all-user-translation-properties): add printOctaveNames
3528
3529         * ly/engraver-init.ly: remove Note_event_swallower from
3530         NoteNamesContext.
3531
3532         * lily/note-name-engraver.cc (process_music): new property
3533         printOctaveNames
3534
3535         * lily/context.cc (find_existing_context): remove support for
3536         Current.
3537
3538         * scm/music-functions.scm (set-accidental-style): new function;
3539         duplicate accidental macros.
3540
3541         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3542
3543         * lily/note-name-engraver.cc (process_music):
3544         process_acknowledged_grobs () -> process_music ()
3545
3546         * scm/part-combiner.scm (determine-split-list): robustification.
3547
3548 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3549
3550         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3551         lines for falling into beam-gap.
3552         (score_forbidden_quants): check all staff lines for falling in
3553         beam gaps.
3554
3555         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3556         key/clef/time signatures. 
3557
3558         * input/test/ossia.ly: revise example.
3559
3560         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3561         cleanup.
3562         
3563         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3564         comply to Scheme standard.  Remove ly:get-paper-variable
3565
3566 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3567
3568         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3569
3570 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3571
3572         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3573         properties from Voice context. This fixes accidental size for
3574         staff-switches during grace contexts.
3575
3576         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3577         if necessary. Else, simply wipe dots.
3578
3579         * input/test/beam-alternate.ly: new file
3580
3581         * input/test/piano-staff-distance.ly: new file.
3582
3583         * lily/translator-group.cc (recurse_down_translators): use
3584         Direction for bottom-up/top-down.
3585
3586         * lily/include/translator.hh (class Translator): add
3587         process_music() and do_announces(). This obviates
3588         recurse_down_{engravers,performers}.
3589
3590         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3591         \melisma and \melismaEnd
3592
3593         * lily/melisma-engraver.cc (process_music): change to
3594         Melisma_translator, unify with performer. Accept
3595         ManualMelismaEvent.
3596
3597         * ly/engraver-init.ly: add Font_size_engraver.
3598
3599 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3600
3601         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3602         it hara-kiri.
3603
3604         * input/regression/{many}.ly: improve descriptions trying to figure
3605         out what is tested.
3606
3607 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3608
3609         * lily/slur.cc (broken_trend_offset): robustness fix.
3610
3611         * VERSION: release 2.1.24
3612
3613         * lily/context.cc (find_create_context): go to Score if it exists.
3614
3615         * lily/context-scheme.cc: new file.
3616
3617         * lily/score-translator.cc (get_output): new file.
3618
3619         * lily/include/grob-info.hh: origin_contexts() now does not
3620         include the originating engraver
3621
3622         * lily/translator-group.cc (translator_each): clean up contents,
3623         remove superfluous stubs. Engraver_group_engraver and
3624         Performer_group_performer are the only classes using multiple
3625         inheritance.
3626
3627         * lily/include/score-context.hh (class Score_context): interface
3628         between Score_{engraver,performer} and Global_context.
3629
3630         * lily/include/global-context.hh (Context): change from
3631         global-translator. This is the entry point for contexts; it is not
3632         tweakable using \translator{}. Score is no longer the top context,
3633         but sits underneath Global.
3634
3635         * lily/include/context.hh (class Context): brain surgery: split
3636         out Context functionality from Translator_group. Context is now a
3637         separate type from Translator.
3638
3639 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3640
3641         * lily/include/translator.hh (class Translator): make
3642         get_score_context() and get_global_translator (), and use the one
3643         which is appropriate.
3644
3645         * lily/context.cc: partially put functionality of Translator_group
3646         into Context.
3647
3648         * lily/include/context.hh (Translator): new class: put between
3649         Translator and Translator_group. 
3650
3651         * lily/new-accidental-engraver.cc: remove file.
3652
3653 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3654
3655         * input/regression/{many}.ly: improve descriptions: use complete 
3656         sentences, try to describe what is tested, avoid `we´, do not use 
3657         don't, ... 
3658
3659 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3660
3661         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3662         is at EOL.
3663
3664         * Documentation/user/lilypond.tely: declare the topmost node only
3665         once; removes empty line in @contents.
3666
3667         * Documentation/user/music-glossary.tely: really add Finnish author.
3668         Draw more beatiful `->´ arrow in html: &rarr;
3669
3670 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3671
3672         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3673
3674         * scripts/convert-ly.py (conv): add ly:music-list  change.
3675
3676         * lily/grob.cc: edit doc string.
3677
3678         * scm/define-grob-properties.scm (all-user-grob-properties):
3679         proofreading, editing of doc strings.
3680
3681         * input/regression/tablature-string-tunings.ly: new file.
3682
3683         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3684         listen to stringTunings
3685
3686         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3687         for self-alignment-[XY] code.
3688  
3689 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3690
3691         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3692         cond) into function. Cleanup.
3693
3694         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3695         
3696         * VERSION (PACKAGE_NAME): 2.1.23 released
3697
3698 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3699
3700         * Documentation/user/{refman,internals}.itely: small fixes.
3701
3702 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3703
3704         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3705         accidentals for harmonic notes
3706
3707         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3708         for harmonic notes.
3709
3710         * scm/document-backend.scm (interface-doc): prune Grob
3711         documentation: don't duplicate interface information.
3712
3713         * lily/*.cc: lots of updates of doc strings.
3714
3715 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3716
3717         * input/test/ac-extra-voice.ly (accompany): remove file.
3718
3719         * input/test/maximum-rest-count.ly: remove file.
3720
3721         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3722         conversion rule for \translator { }. Apply everywhere.  
3723
3724         * lily/parser.yy (music_property_def): set property for \once in
3725         the PropertyMusic itself, not the ContextSpec.
3726         (property_operation): change syntax within \translator { }
3727
3728         * scm/define-music-properties.scm (all-music-properties): clean up.
3729
3730         * lily/auto-beam-engraver.cc (test_moment): use
3731         updated_grob_properties() to retrieve autoBeam settings.
3732
3733         * lily/spacing-spanner.cc: bound shortest_playing_len by
3734         measure_length
3735
3736         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3737         multi-measure events for spacing computation.
3738
3739         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3740         elliptical, to 1.49.
3741
3742         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3743         vertical positioning for polyphony, without RestCollision object.
3744
3745         * lily/note-column.cc (add_head): prevent rests & note heads on
3746         one stem.
3747
3748         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3749         (do_shift): rewrite only-rests case: use common refpoints: the
3750         routine will have sensible results when other rest-translations
3751         have taken place.
3752
3753         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3754         < 0 case. 
3755
3756         * VERSION: 2.1.22 released
3757         
3758         * input/GNUmakefile (SUBDIRS): remove ascii-art
3759
3760 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3761
3762         * input/: Convert ly files that still had \property.  Fixes make
3763         web.  Remove exta spaces around '='. 
3764
3765         * scripts/convert-ly.py (conv): Redundant space fixes.
3766
3767         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3768
3769 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3770
3771         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3772         create scalable PS and PDFs  for input/{test,template,regression}.
3773
3774         * lily/context.cc (is_alias): move function.
3775         (is_alias): add Bottom as context alias. 
3776         (find_create_translator): add Bottom as a context alias for creation.
3777
3778         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3779
3780         * lily/parser.yy (music_property_def): new syntax for property
3781         assignments:
3782
3783         \set A.B = #C , \unset A.B
3784         \override A.B #C = #D, \revert A.B #C 
3785
3786         * lily/my-lily-lexer.cc: remove \property
3787
3788 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3789
3790         * Documentation/user/refman.itely: add dots after seealso refs.
3791
3792         * input/template/{many}.ly: harmonise descriptions.
3793
3794         * Documentation/user/music-glossary.itely: add Finnish author.
3795
3796 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3797
3798         * VERSION (PACKAGE_NAME): release 2.1.21
3799
3800 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3801
3802         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3803
3804         * scripts/lilypond-book.py (snippet_res): @include filename must
3805         not be empty.
3806
3807 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3808
3809         * scm/documentation-generate.scm (markup-doc-string): dump
3810         markup-commands.tely
3811
3812         * scm/define-markup-commands.scm (override): new file.
3813         Move documentation from refman into doc-strings. 
3814
3815         * input/test/staff-container.ly: fix example.
3816
3817         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3818         StaffContainer
3819
3820         * lily/grob.cc: remove point_dimension_callback
3821         (Grob): read forced dimensions from X-extent and Y-extent.
3822         (get_paper): remove preset_extent.
3823
3824         * scm/define-grobs.scm (all-grob-descriptions): remove
3825         point_dimension_callback. 
3826
3827         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3828         textscript to head. This makes no-spacing-rods work on
3829         DynamicText.
3830
3831         * lily/chord-name.cc: remove props chord, bass, inversion.
3832
3833         * Documentation/user/appendices.itely: add Scheme functions,
3834         context-properties and layout properties to manual.
3835
3836         * scm/part-combiner.scm (determine-split-list): include rests in a
3837         solo1/2 sequence.
3838
3839         * lily/new-part-combine-iterator.cc (substitute_both): new
3840         function.
3841         (class New_pc_iterator): add separate Voice=solo context, fixes
3842         autobeams going from chords to solo.
3843
3844 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3845
3846         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3847
3848         * Documentation/user/tutorial.itely:
3849         * Documentation/user/refman.itely: Add short note about being part
3850         of lilypond.tely.
3851
3852         * COPYING: Make note more clear with respect to files that are
3853         explicitely licenced otherwise (Documention/user/ comes to mind).
3854         
3855         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3856         comment about barfing of @c,{}.
3857
3858         * Documentation/user/music-glossary.tely: Add list of authors.
3859
3860         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3861         source (was: also in build log).
3862
3863 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3864
3865         * lily/side-position-interface.cc (general_side_position): if
3866         staff-padding is set, then include staff in support too.
3867
3868         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3869         module workbook
3870
3871         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3872
3873         * lily/tuplet-engraver.cc: remove tupletInvisible
3874
3875         * scm/define-translator-properties.scm: cleanup, separate in
3876         internal and user props. 
3877
3878         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3879         LyricsVoice -> Lyrics
3880
3881         * lily/new-part-combine-iterator.cc (process): only print warning
3882         for symbols.
3883
3884 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3885
3886         * scm/part-combiner.scm: Add proper header.
3887
3888         * All but lily/*: The great --2003 --2004 replace; the missing
3889         `bits'.
3890
3891         * TODO: Fix outline mode.  Add book notes.
3892
3893         * ROADMAP: Update.
3894
3895 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3896
3897         * scm/part-combiner.scm (make-autochange-music): use
3898         accumulator. Fixes stack overflow.
3899
3900         * lily/*: rename brew_molecule -> print , molecule-callback ->
3901         print-function
3902
3903         * scm/define-grob-properties.scm: cleanup. Separate into internal
3904         and user properties.
3905
3906         * lily/translator-property.cc (updated_grob_properties): new
3907         function
3908         (execute_pushpop_property): change to new convention:
3909         object property inits are stored as (cons ALIST BASED-ON). This
3910         storage format allows concurrent tweaks in different contexts.
3911
3912 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3913
3914         * TODO: new file.
3915
3916 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3917
3918         * debian/: Late Debian update (sorry Anthony).
3919
3920         * scripts/lilypond-book.py (do_file): Look for input_file in
3921         include path, or ask kpathsea if LATEX.
3922
3923         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3924         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3925         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3926         --header=texidoc.
3927
3928         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3929         relative.
3930
3931         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3932         only when filtering, default to input_base otherwise.  Coding
3933         style fixes.
3934
3935 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3936
3937         * lily/include/translator.hh (class Translator): add virtual
3938         qualifier.
3939
3940 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3941
3942         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3943
3944 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3945
3946         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3947
3948         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3949         (fixes make web).
3950
3951         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3952         live in $(out)-www).
3953
3954         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3955         dependencies.  Add link to .ly source in HTML output.
3956         (Lilypond_snippet.output_html): Handle multiple page picture
3957         output.
3958         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3959         Make usable for output_texinfo again.
3960
3961         * Documentation/user/GNUmakefile: Add static dependency for
3962         lilypond.tely includes.
3963
3964         * Documentation/user/tutorial.itely: Add some lost `relative'
3965         ly-options.
3966
3967 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3968
3969         * lily/include/translator-group.hh: move Music_output_def member
3970         to Global_translator.
3971
3972         * scripts/lilypond-book.py (do_file):  fix latex output.
3973
3974         * VERSION: release 2.1.20
3975         
3976         * scm/part-combiner.scm (determine-split-list): robustness fix 
3977
3978         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3979
3980         * lily/parser.yy (music_output_def_body): plug memory leak.
3981
3982         * lily/translator-group.cc (add_fresh_group_translator): plug
3983         memory leak: unprotect Translator_group once added.   
3984
3985         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3986
3987         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3988         write .dep file.
3989         (Lilypond_snippet.ly): add \renameinput.
3990
3991 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3992
3993         * Documentation/user/refman.itely (Markup command definition): Doc
3994         by Nicolas Sceaux. Rewrite by Han-Wen
3995
3996         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3997         thing of the line.
3998         (brew_molecule): only remove if hyphen is not at the end of line.
3999         (set_spacing_rods): new function: minimum-length specifies
4000         distance between syllables.
4001
4002         * scm/define-grobs.scm (all-grob-descriptions): add
4003         Hyphen_spanner::set_spacing_rods to LyricHyphen
4004
4005         * input/regression/lyric-hyphen-break.ly: new file.
4006
4007         * input/test/lyric-hyphen-retain.ly: new file.
4008
4009         * lily/new-part-combine-iterator.cc (construct_children):
4010         add Rest direction.
4011
4012 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4013
4014         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4015
4016         * Documentation/bibliography/engraving.bib (donemus1982):
4017         update entry.
4018
4019 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4020
4021         * scripts/lilypond-book.py (Substring.__init__): new class.
4022         (Snippet.output_texinfo): add texidoc option.
4023         (Include_snippet.replacement_text): new class.
4024         (Lilypond_snippet.__init__): new class
4025         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4026
4027         * Documentation/user/refman.itely (Sound): 
4028         note about number of channels.
4029
4030         * scm/music-functions.scm (voicify-music): add \context Staff for
4031         << \\ >> polyphony.
4032
4033         * lily/parser.yy (verbose_command_req): \skip now creates
4034         SkipMusic, and does not lead to spurious staves.
4035
4036         * scm/define-music-types.scm (music-descriptions): rename
4037         NonEventSkip to SkipMusic
4038
4039         * input/no-notation/midi-lyric-barcheck.ly: new file.
4040
4041         * input/regression/collision-dots-invert.ly: new file.
4042
4043         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4044         case.
4045
4046         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4047         die if melody died too.
4048
4049 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4050
4051         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4052         with reading from stdin.
4053
4054         * lily/slur-performer.cc (try_music): new file.
4055
4056         * lily/melisma-performer.cc (try_music): new file. Handle
4057         melismata to help lyrics.
4058
4059         * lily/beam-performer.cc (try_music): new file. Handle beam events
4060         to help lyrics.
4061
4062         * lily/score-performer.cc (one_time_step): reinstate
4063         process_music().
4064
4065         * lily/performer.cc (process_music): add to interface.
4066
4067         * lily/performer-group-performer.cc (process_music): new function.
4068
4069         * lily/dot-column.cc (do_shifts): do collision resolution before
4070         dot positioning.
4071         
4072         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4073         file, process printfilename option.
4074         (Snippet.__init__): rewrite: do not use global variables h or
4075         index.
4076         (main): really support -I option.
4077         (find_toplevel_snippets): new code.
4078         (find_toplevel_snippets): reinstate old version, without global
4079         variables.
4080
4081         * tex/texinfo.tex: really add file.
4082         
4083 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4084
4085         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4086         compatibility.
4087
4088 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4089
4090         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4091
4092         * scm/define-translator-properties.scm (drumPitchTable): add
4093         property.
4094
4095         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4096         function.
4097         (help_summary): docstrings.
4098         (do_file): strip the dir of input_base too.
4099
4100 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4101
4102         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4103
4104         * Documentation/user/lilypond-book.itely: Update.
4105
4106         * make/ly-rules.make: Update lilypond-book commands.
4107
4108         * Documentation/user/GNUmakefile: Update makeinfo commands,
4109         lilypond-book flags.
4110
4111         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4112         
4113         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4114
4115         * scripts/filter-lilypond-book.py: Remove.
4116
4117         * Documentation/user/*tely: Update options for new lilypond-book.
4118
4119         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4120         with @macros in @includes.
4121
4122 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4123
4124         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4125         make rest-collision only.
4126
4127         * lily/break-substitution.cc (substitute_one_mutable_property):
4128         clear all-elements using scm_assq_remove_x(). 
4129
4130         * lily/rest-collision.cc (do_shift): shift single rests
4131
4132         * flower/include/array.hh (class Array): rename to is_empty ()
4133
4134         * lily/drum-note-performer.cc: new file: perform drum notes.
4135
4136         * VERSION (PACKAGE_NAME): release 2.1.19.
4137         
4138 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4139
4140         * scripts/filter-lilypond-book.py
4141         (classic_lilypond_book_compatibility): New function.
4142
4143 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4144
4145         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4146
4147         * Grand 2003 -> 2004 search replace. 
4148
4149         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4150         (i.e. < > )
4151
4152         * ly/performer-init.ly: add DrumStaff
4153
4154         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4155         lyric-interface; this prevents lines with only extender lines from
4156         being junked.
4157  
4158         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4159
4160         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4161         extenders right, for once and for all (hopefully).
4162         
4163         * lily/break-substitution.cc (substitute_one_mutable_property):
4164         clear old 'all-elements for System grobs.
4165
4166         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4167         that associatedVoiceContext is always assigned when music & lyrics
4168         are found. 
4169
4170         * ly/engraver-init.ly: remove Lyrics context.
4171         (TabVoice): add noteheads engraver
4172
4173         * input/test/improv.ly: update: do not use Thread switching. 
4174
4175         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4176         squashedPosition is a number  
4177
4178         * Documentation/user/refman.itely (Automatic note splitting):
4179         remove Thread references.
4180
4181         * input/no-notation/pc-direction.ly: remove file.
4182
4183         * ly/engraver-init.ly: remove Thread
4184
4185         * input/regression/tie-chord-partial.ly: remove file.
4186
4187         * scripts/convert-ly.py (conv): \harmonic rule
4188
4189         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4190         notation for harmonic notes: <c' g''\harmonic>
4191
4192         * lily/lily-guile.cc (alist_to_hashq): new function
4193
4194         * scm/lily.scm (alist->hash-table): new function.
4195
4196         * Documentation/user/refman.itely (Percussion staves): update doco.
4197
4198         * input/regression/drums.ly (timb): updates
4199
4200         * lily/note-performer.cc (create_audio_elements): robustness fix.
4201
4202         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4203
4204 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4205
4206         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4207         discard valid matches.
4208
4209 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4210
4211         * lily/drum-note-engraver.cc: new file.
4212
4213         * ly/drumpitch-init.ly: move drum definitions
4214
4215         * scm/drums.scm: remove file.
4216
4217         * lily/*.cc: remove abort-event everywhere.
4218
4219         * lily/note-heads-engraver.cc (process_music): robustification.
4220
4221         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4222         robustification.
4223
4224         * lily/parser.yy (simple_element): add \drums mode.
4225         (simple_element): remove \pitchnames , \chordmodifiers. Use
4226         variables to store this. 
4227
4228         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4229         outside \notes.
4230
4231         * VERSION: release 2.1.18.
4232         
4233         * input/test: remove octave-duplicate.ly
4234
4235 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4236
4237         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4238
4239 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4240
4241         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4242         constructor from Music_iterator. Changes throughout.
4243
4244         * lily/include/music-iterator.hh (class Music_iterator): remove
4245         Music_iterator::skip and Music_iterator::get_pending_events from
4246         interface. Rename report_to -> get_outlet 
4247
4248         * lily/auto-change-iterator.cc: move contents from
4249         new-auto-change-iterator.cc from
4250
4251         * scm/part-combiner.scm: determine split-list from Scheme. 
4252
4253         * lily/new-auto-change-iterator.cc (process): new file.
4254
4255         * lily/parser.yy (part_combined_music): remove old PC cruft.
4256
4257         * ly/engraver-init.ly: remove old
4258         PC cruft.
4259
4260         * Documentation/user/refman.itely (The Lyrics context): note about
4261         extender lines.
4262
4263         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4264         to allow 0-length mmrest events.
4265
4266         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4267
4268         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4269
4270         * lily/spacing-engraver.cc (finalize): robustifications.
4271
4272         * input/regression/new-part-combine-solo-global.ly: new file.
4273
4274         * scm/part-combiner.scm: rewrite.
4275
4276 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4277
4278         * Documentation/user/refman.itely, input/puer-fragment.ly,
4279         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4280         updated for proper use of lyricsto; replaced "(" and ")" ->
4281         "\melisma" and "\melismaEnd"
4282
4283         * input/test/ancient-font.ly: small updates to reduce compile
4284         warnings (TODO: junk this file)
4285
4286         * input/test/gregorian-scripts.ly: added comment about bug
4287
4288         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4289         tiny robustness fix
4290
4291         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4292         recent changes in the feta code); temporarily mapped mensural g
4293         clef to a copy of petrucci g clef until mensural g clef will have
4294         been rewritten
4295
4296         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4297         between mensural and neo-mensural heads (this broke quite a while
4298         ago)
4299
4300         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4301
4302 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4303
4304         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4305         indication.  Fixes for verbatim, multi line comments.
4306
4307 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4308
4309         * input/regression/new-part-combine-solo.ly: more cases.
4310
4311         * lily/slur.cc (height): robustness fix.
4312
4313         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4314
4315         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4316         stemUp/stemDown.
4317
4318         * scm/music-functions.scm (determine-split-list): further analysis.
4319
4320         * lily/script-engraver.cc (try_music): discard duplicate
4321         articulations.
4322
4323         * input/regression/new-part-combine-solo.ly: new file
4324
4325         * input/regression/new-part-combine-a2.ly: new file.
4326
4327         * ly/performer-init.ly: add Devnull
4328
4329         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4330         for \musicglyph #"accidental-*"
4331         (conv): \newpartcombine rule.
4332
4333 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4334
4335         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4336
4337 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4338
4339         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4340         textwidth, --output.
4341
4342 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4343
4344         * scm/new-markup.scm (doubleflat): add accidental markups.
4345
4346         * VERSION: release 2.1.17
4347         
4348         * Documentation/user/refman.itely (Automatic part combining):
4349         revise documentation of the part-combiner.
4350
4351         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4352         
4353         * input/test/part-combine-{moment,staff}.ly: remove file.
4354
4355         * input/regression/pc-mmrest.ly (two): remove file.
4356
4357         * scm/define-music-types.scm (music-descriptions): add
4358         Solo{One,Two}Event and UnisonoEvent
4359
4360         * lily/new-part-combine-iterator.cc (unisono): add state_
4361         variable, signal changes with part-combine-event.
4362
4363         * input/regression/new-part-combine-text.ly: new file.
4364
4365         * lily/part-combine-engraver.cc: new file.
4366
4367 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4368
4369         * scripts/filter-lilypond-book.py: Handle snippet options.
4370
4371 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4372
4373         * scm/music-functions.scm (determine-split-list): detect solo1/2
4374         and unisono.
4375
4376         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4377         revert fix, document why.
4378
4379         * lily/tie-performer.cc (process_music): new function. Set melisma
4380         property.
4381
4382         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4383         always smaller than bracket size.
4384         (make_bracket): oops. Size of the gap was off by factor 2
4385
4386         * input/test/text-rotate.ly: new file.
4387
4388         * scm/new-markup.scm (markup): a macro that provides a
4389         LilyPond-like syntax in scheme for building markups, in order to
4390         help markup command definition. (Nicolas Sceaux)
4391
4392         * input/test/lyrics-skip-notes.ly: new example.
4393
4394         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4395
4396         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4397         use is_alias() iso. == . This fixes lyrics on
4398         GregorianTranscriptions. 
4399
4400 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4401
4402         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4403         \thispagestyle{lastpage} to avoid that it's printed on the second
4404         last page when there's only a single score line on the last page.
4405         (The page breaking mechanism in TeX played some ugly tricks to us.)
4406
4407 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4408
4409         * scripts/filter-lilypond-book.py: Further development.
4410
4411         * input/regression/collision-dots-move.ly: New test.
4412
4413         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4414         hand side note head of non-merged collision to the right.
4415
4416         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4417         Construct children before accessing property from emtpy
4418         lyrics_context_.
4419         (construct_children): Find thread before finding LyricsVoice.
4420         Create LyricsVoice one if none found, fixes crash (thanks Erik
4421         Sandberg).
4422
4423 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4424
4425         * cygwin/: Forward port.
4426
4427 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4428
4429         * buildscripts/install-info-html.sh: Use Bash.
4430
4431         * cygwin/mknetrel: Patch from Bert.
4432
4433 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4434
4435         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4436
4437         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4438         try to copy *png, index.html (Bertalan Fodor).
4439
4440         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4441
4442 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4443
4444         * lily/note-collision.cc (check_meshing_chords): Do not remove
4445         dots (from down head) when merging similar heads (thanks Matthias
4446         Kilian).  Simplify merge_possible tests and other cleanups
4447
4448         * input/regression/collision-merge-differently-dotted.ly: Add test
4449         for disappearing dots on similar heads for both voices.
4450
4451 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4452
4453         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4454         that tagline overrides copyright for single page scores. Correct
4455         the default tagline value.
4456
4457 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4458
4459         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4460
4461 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4462
4463         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4464         TEXMF if it's previously unset.
4465
4466 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4467
4468         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4469
4470         * input/test/trills.ly: fix the unfolding of lineprall.
4471
4472         * input/test/figured-bass-alternative.ly: fix accidental.
4473
4474 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4475
4476         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4477         
4478         * input/no-notation/dos-guile.ly: 
4479         * input/no-notation/dos-ps.ly: 
4480         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4481         
4482         * input/no-notation/safe-include.ly:
4483         * input/no-notation/safe-guile.ly:
4484         * input/no-notation/safe-ps.ly: 
4485         * input/no-notation/safe-tex.ly: New file.
4486
4487         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4488         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4489         options now.
4490         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4491         When in --safe-mode, set environment openout_any=p[aranoid].
4492
4493         * tex/ltest.tex: 
4494         * tex/lilyponddefs.tex: Add \nofiles.
4495
4496         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4497         options.
4498
4499         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4500         This allows building the user manual using a binary installation
4501         and a matching unpacked source tree.
4502
4503         * scm/lily.scm (safe-module): New variable. 
4504
4505         * lily/includable-lexer.cc (new_input): Fix error messages.
4506
4507         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4508         If SAFE, evaluate in safe-module.  Change callers.
4509
4510         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4511
4512         * lily/lexer.ll (embedded_scm): While processing main-input,
4513         invoke ly_parse_scm with safe mode if running in safe-mode.
4514         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4515         in init.ly for safe-mode.
4516
4517 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4518
4519         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4520         compatibility with old versions of geometry.sty (compat2
4521         already implied includehead).
4522         Change the page layout slightly so bottom + footskip = top +
4523         headheight + headsep = 16mm, the remaining paperheight-32mm
4524         are used for the music. Increase footskip to 5mm, so the top of
4525         the footer text doesn't touch the music.
4526
4527 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4528
4529         * VERSION: release 2.1.16
4530         
4531         * scm/music-functions.scm (determine-split-list): bugfix: only use
4532         new-active for both voices if both indexes advance. This fixes the
4533         biggest outstanding problem with new-pc. 
4534
4535         * lily/new-part-combine-iterator.cc (construct_children): set more
4536         directions.
4537
4538 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4539
4540         * scripts/convert-ly.py (conv): add instrument rule.
4541
4542         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4543
4544         * lily/side-position-interface.cc: remove add_staff_support ()
4545         Change all callers to use staff-padding.
4546
4547         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4548         make_spanner().
4549
4550         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4551
4552         * lily/text-engraver.cc: remove scriptHorizontal property.
4553
4554         * lily/beam.cc (least_squares): also set least-squares-dy for
4555         special case of slanted 2-stem beam to center.
4556
4557         * lily/side-position-interface.cc (out_of_staff): move contents of
4558         out_of_staff into aligned_side.
4559         remove out_of_staff().
4560
4561         * input/regression/measure-grouping.ly: fix warning.
4562
4563         * lily/side-position-interface.cc: add staff-padding support to
4564         Side_position_interface::aligned_side.
4565
4566         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4567         one get_property too many.
4568
4569         * flower/include/drul-array.hh (linear_combination): new function
4570         (scale_drul): new function
4571
4572         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4573         operations on empty intervals are silly.
4574
4575 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4576
4577         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4578         (iso gh_scm2int), fixes crash in new part-combiner.
4579
4580         * configure.in: Up mftrace to 1.0.27.
4581
4582 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4583
4584         * VERSION: release 2.1.15
4585         
4586         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4587         align all stanza numbers.
4588
4589 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4590
4591         * Documentation/user/{introduction.itely,refman.itely,
4592         converters.itely}: fix some text inside parentheses; text should
4593         be readable (even) if parentheses are either replaced with commas 
4594         or dropped out.
4595
4596 2004-01-25  Werner Lemberg  <wl@gnu.org>
4597
4598         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4599         input/test/vaticana.ly, input/test/ancient-font.ly,
4600         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4601         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4602         ly/params-as-init.ly, scm/define-grobs.scm,
4603         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4604
4605         * ly/params-as-init.ly: Removed.  Obsolete.
4606         * buildscripts/lilypond.words.py: Updated.
4607
4608 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4609
4610         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4611
4612         * mf/feta-din{4,5,7,9}.mf: remove.
4613         
4614         * lily/engraver.cc (internal_make_item): centralize item/spanner
4615         factory.
4616
4617         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4618         do correct chord conversion for ^"sim."  (backportme)
4619         (FatalConversionError.sub_articulations): substitute ^"foo" in
4620         chords too. (backportme)
4621
4622         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4623         for Fingering.
4624
4625         * lily/side-position-interface.cc (out_of_staff): don't do
4626         anything if staff-padding not defined. 
4627
4628         * mf/feta-params.mf (stafflines): introduce linethickness as
4629         general blackness of the font.
4630
4631         * lily/stem.cc (position_noteheads): rounding error robustness.
4632
4633         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4634         from beam-collision.ly 
4635
4636         * lily/beam.cc (rest_collision_callback): remove direction.
4637
4638         * scm/define-grobs.scm (all-grob-descriptions): remove
4639         enclose-bounds in OttavaBracket and PianoPedalBracket
4640
4641         * scm/new-markup.scm (def-markup-command) new macro, which takes
4642         care of defining the COMMAND-markup and make-COMMAND-markup
4643         procedures, setting markup-signature and keyword-signature object
4644         properties, and pushing the markup command in
4645         markup-function-list.
4646
4647         All markup commands are defined thanks to it.  Users may also use
4648         it to define their own markup commands. (Nicolas Sceaux)
4649
4650         * scm/new-markup.scm: Scheme style clean-up: there should be no
4651         parenthesis alone on a line; LET* should not be used where LET is
4652         enough. (Nicolas Sceaux)
4653
4654 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4655
4656         * scripts/filter-lilypond-book.py: Add script.
4657
4658 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4659
4660         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4661
4662 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4663
4664         * Documentation/user/refman.itely (Fingering instructions): add
4665         single note chords. 
4666
4667         * lily/multi-measure-rest-engraver.cc: use a single
4668         MultiMeasureEvent for mm rests. This prevents problems with the
4669         new part combiner.
4670
4671         * scm/music-functions.scm (determine-split-list): analysis has
4672         global effect: a difference halfway a phrase makes the entire
4673         phrase be typeset as apart.
4674         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4675
4676 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4677
4678         * ly/performer-init.ly: add Devnull.
4679
4680         * Documentation/user/refman.itely (Font selection): remove paper20
4681         ref.
4682         
4683 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4684
4685         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4686
4687 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4688
4689         * scm/music-functions.scm (determine-split-list): bugfixes.
4690
4691         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4692
4693         * input/test/scales-greek.ly: use C as base, results in different
4694         alterations at the clef.
4695
4696         * input/regression/pedal-ped.ly: new file.
4697
4698         * input/regression/pedal-bracket.ly: new file.
4699
4700         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4701         replace after_line_breaking()
4702
4703         * lily/line-interface.cc (line): read thickness.
4704         (line): dash-fraction = 0 always for dotted-line style.
4705
4706         * input/test/staff-lines.ly (lower): bugfix.
4707
4708         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4709         \accepts Devnull into Score.
4710
4711         * scm/lily.scm: remove bla.scm load.
4712
4713 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4714
4715         * VERSION: release 2.1.14
4716         
4717         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4718
4719         * lily/side-position-interface.cc (general_side_position): add
4720         Staff_symbol_referencer::staff_space ().
4721
4722         * lily/include/context-def.hh: rename from translator-def.hh
4723
4724 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4725
4726         * input/template/piano-dynamics.ly (pedal): Updated definition of
4727         Dynamics such that \cresc works, for example.
4728
4729 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4730
4731         * lily/stem.cc (calc_stem_info): use
4732         Staff_symbol_referencer::staff_space
4733
4734         * lily/beam-quanting.cc (quanting): scale Stem_info 
4735
4736         * lily/beam.cc (rest_collision_callback): use minimum-distance
4737         property for rest/beam collisions.
4738         (rest_collision_callback): bugfixes.
4739
4740         * lily/system.cc (post_processing): extra-offset is now relative
4741         to the size of the current staff.
4742
4743         * scm/music-functions.scm (notice-the-events-for-pc): record all
4744         voices, only analyze "one" and "two".
4745
4746         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4747         not parent. 
4748
4749         * lily/new-part-combine-iterator.cc (construct_children): create
4750         Devnull from Voice context
4751
4752         * scm/music-functions.scm (determine-split-list): bugfixes.
4753
4754         * lily/lily-guile.cc (robust_scm2int): new function
4755
4756         * lily/staff-symbol-referencer.cc (line_thickness): new
4757         function. Use throughout.
4758
4759         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4760         in its own context.  Add to preset font-size.
4761
4762         * lily/stem.cc (thickness): new function.
4763
4764         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4765         compute thickness from ledger-line-thickness.
4766
4767         * lily/note-head.cc (brew_ledger_lines): use
4768         Staff_symbol::get_ledger_line_thickness ().
4769
4770         * lily/beam.cc (rest_collision_callback): use
4771         Staff_symbol_referencer::staff_space().
4772
4773         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4774         Mus1 Mus2
4775
4776         * lily/include/translator.hh (class Translator): add accepts_list_
4777         so  \with { \denies / \accepts } also works.
4778
4779         * scm/music-functions.scm (determine-split-list): determine split
4780         list from music events.
4781
4782         * lily/new-part-combine-iterator.cc: more states.
4783
4784         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4785
4786 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4787
4788         * lily/system.cc (set_loose_columns): use the right prebroken cols
4789         for interpolating loose column position.
4790
4791         * lily/text-spanner.cc (brew_molecule): default to no vertical
4792         lines.
4793
4794         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4795         take space.
4796
4797         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4798
4799 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4800
4801         * scripts/convert-ly.py: Do not test filename when processing
4802         stdin.
4803
4804         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4805
4806 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4807
4808         * lily/axis-group-engraver.cc (finalize): extra check; if
4809         process_music () is never called, then staffline_ == 0.
4810
4811         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4812         check run_always ().
4813         
4814         * VERSION: release 2.1.13
4815
4816         * input/regression/note-head-style.ly (pattern): cleanup.
4817
4818         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4819         downloading.
4820
4821         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4822         kludge rehearsalmark placement.
4823
4824         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4825         , ly:spanner?
4826
4827         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4828         close to note head for accidentals.
4829
4830         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4831         tuplet direction.
4832
4833         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4834
4835 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4836
4837         * lily/include/music-iterator.hh (class Music_iterator): add
4838         substitute_outlet() to iterator API.
4839
4840         * lily/new-part-combine-iterator.cc (construct_children):
4841         New_pc_iterator: new class, better part combining.
4842
4843         * lily/tie-column.cc (werner_directions): new function
4844
4845         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4846
4847         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4848         empty objects group spanner as parent
4849
4850         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4851         slope against graphical slope.
4852
4853         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4854         for ottava bracket.
4855
4856         * lily/side-position-interface.cc (general_side_position):
4857         opps. reinstate *dir.
4858
4859         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4860         parser run.
4861
4862         * lily/tuplet-bracket.cc: remove calc_dy ().
4863
4864         * Documentation/user/refman.itely (Balloon help): document balloon
4865         help
4866
4867 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4868
4869         * scm/document-backend.scm (check-dangling-properties): Grob
4870         properties are defined define-grob-properties.scm.
4871         
4872 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4873         
4874         * VERSION: release 2.1.12
4875
4876         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4877         ChordName
4878
4879         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4880         relation to surroundings.
4881
4882         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4883         Y-extent to the note-extents: stay clear of the staff.
4884
4885 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4886
4887         * Documentation/user/GNUmakefile
4888         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4889         iso. copy.
4890
4891         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4892
4893         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4894
4895         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4896
4897         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4898
4899         * lily/line-interface.cc (line): remove thickness from calling interface.
4900
4901         * lily/hairpin.cc: use Line_interface
4902
4903         * lily/line-interface.cc: new file. Line_interface for everything
4904         with dotted/dashed lines.
4905         
4906
4907         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4908
4909         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4910         for constructing ottava brackets.
4911         
4912         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4913         the note heads.
4914
4915         * Documentation/user/internals.itely (Engravers and performers):
4916         fix broken link.
4917
4918         * scm/music-functions.scm (make-mark-set): new function.
4919
4920         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4921         functionally identical to beam.
4922
4923         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4924         () with beam (). 
4925
4926         * Documentation/user/refman.itely (Rehearsal marks): document new
4927         functionality.
4928
4929         * input/regression/rehearsal-mark-number.ly: new file.
4930
4931         * input/regression/rehearsal-mark-letter.ly: new file.
4932
4933         * scm/translation-functions.scm (number->mark-string): new function
4934         (format-mark-letters): new function
4935         (format-mark-numbers): new function
4936
4937         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4938         integer; formatting is done through markFormatter property.
4939         
4940         * scm/define-translator-properties.scm: fold all *-done properties
4941         into positioning-done.
4942
4943         * lily/beam.cc (position_beam): new function
4944         (brew_molecule): make sure that positions are calced before making
4945         the molecule.
4946
4947         * scm/output*.scm (beam):  take 4th argument for function.
4948
4949         * ps/music-drawing-routines.ps: take blot as 4th argument.
4950
4951         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4952         stem to avoid small dents.
4953         
4954 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4955
4956         * VERSION: release 2.1.11
4957
4958         * input/regression/balloon.ly: new file.
4959
4960         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4961         objects, and make help texts. 
4962
4963         * scm/new-markup.scm (parse-simple-duration): parse duration
4964         string to log & dots. (Thanks Nicolas!)
4965
4966         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4967         rule.
4968
4969 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4970
4971         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4972         Lemberg).
4973
4974         * THANKS: alphabetic order.
4975
4976 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4977
4978         * input/regression/note-head-harmonic.ly: new file.
4979
4980         * Documentation/user/internals.itely (Technical manual): explain
4981         difference between music, translation, layout.
4982
4983         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4984
4985         * scm/output-ascii-script.scm (bracket): rounding bfs.
4986
4987         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4988
4989         * ly/paper*.ly: remove files. 
4990         
4991         * scm/paper.scm (set-staff-size): new function: set default
4992         staff-size.
4993
4994         * scripts/convert-ly.py (conv): add conversion rule.
4995
4996         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4997         function.
4998
4999         * scm/paper.scm: new file.
5000         (set-staff-size): new function 
5001         (set-paper-size): new function
5002
5003         * lily/parser.yy (music_output_def_body): restructure definition,
5004         so first Scheme statement in \paper also happens in new scope. 
5005
5006         * lily/system.cc (post_processing): move uniquify_list () to
5007         dumping molecule stage.
5008
5009         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5010         this will mess up scores that use barchecks to shorten measures.
5011
5012         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5013         at 20pt too.
5014
5015         * Documentation/user/tutorial.itely (Printing lyrics): document
5016         \lyricsto
5017
5018         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5019
5020         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5021
5022         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5023         if Voice is not found.
5024
5025         * VERSION: release 2.1.10
5026         
5027         * input/{test,regression}/: remove old-relative 
5028
5029         * lily/lexer.ll: add empty markup signature. 
5030
5031         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5032         strut markup
5033
5034         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5035
5036         * scm/define-translator-properties.scm: update melismata property
5037         doco.
5038
5039         * lily/system.cc (output_lines): revert uniquify_list() patch,
5040         strange side effects seen.
5041         
5042         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5043         dash-period < 0.
5044
5045         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5046         for flute. 
5047
5048 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5049
5050         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5051
5052         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5053
5054         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5055         of line breaks.
5056         (brew_molecule): add padding to left, not right.
5057
5058         * lily/system.cc (uniquify_list): new function
5059         (output_lines): uniquify_list () on all-elements. This fixes
5060         double symbols in the output.
5061
5062         * lily/beam.cc (rest_collision_callback): don't move anything if
5063         staff-position is set.
5064
5065         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5066
5067         * lily/system.cc (typeset_grob): warn if adding twice.
5068
5069         * lily/sequential-iterator.cc (run_always): implement run_always().
5070         (also in other files.)
5071         
5072         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5073
5074         * lily/event.cc (to_relative_octave): add octave-check.
5075
5076         * Documentation/user/refman.itely (Line breaking): add noBreak.
5077
5078         * scm/new-markup.scm (normalsize-markup): add function.
5079         (sans-markup): new function.
5080
5081         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5082         come earlier nowadays.  This fixes beams on grace notes.
5083         
5084         * scm/music-functions.scm (direction-polyphonic-grobs): new
5085         variable, share between override and revert. This fixes script
5086         directions in polyphonic sections. (backportme)
5087
5088 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5089
5090         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5091         breakpoints.
5092
5093         * lily/break-align-interface.cc: add doco
5094
5095         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5096
5097 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5098
5099         * VERSION: release 2.1.9
5100
5101         * scm/document-markup.scm (markup-doc-node): add note about naming.
5102
5103         * scm/new-markup.scm (left-align-markup): bugfix. 
5104
5105         * Documentation/user/refman.itely (Ottava brackets): more doco for
5106         ottava.
5107
5108         * lily/side-position-interface.cc (out_of_staff): also do
5109         out_of_staff() correctly for d == DOWN.
5110
5111         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5112         horizontal line if they move to the right.
5113         
5114         * scm/define-grobs.scm (all-grob-descriptions): set
5115         text-repeat-if-broken for ottava spanner
5116
5117         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5118         property.
5119
5120         * mf/feta18.mf: design size is 18 not 22.5
5121
5122         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5123         Add a single LyricsVoice to a melody. Melismata may be set
5124         individually.
5125
5126         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5127
5128         * lily/dot-column.cc: add stdio.h
5129
5130 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5131
5132         * lily/item.cc: documentation for break-visibility (Thanks, John).
5133
5134 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5135
5136         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5137
5138         * lily/translator-def.cc: rename Translator_def to Context_def.
5139
5140         * Documentation/user/internals.itely (Lexical details): clarify
5141         string def.
5142
5143         * Documentation/user/refman.itely (Rhythmic music): add link to
5144         RhythmicStaff 
5145
5146 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5147
5148         * lily/translator.cc: document start_translation_timestep()
5149
5150         * scm/output-tex.scm (tex-encoded-fontswitch): use
5151         round for rounding (inexact->exact yields rationals)
5152
5153         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5154
5155         * lily/translator-group.cc (get_simple_trans_list): 
5156         new function; construct simple_trans_list_ lazily.
5157         
5158 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5159
5160         * lily/paper-outputter.cc (output_scope): Check if number before
5161         checking exact (guile cvs).
5162
5163         * scm/*: Escape backslashes in scheme strings (guile cvs).
5164
5165 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5166
5167         * Documentation/user/refman.itely (Tablatures basic): annotate
5168         seealso sections.
5169
5170         * lily/*.cc: cleanup of engraver initialize() functions.
5171
5172         * lily/repeat-acknowledge-engraver.cc
5173         (start_translation_timestep): remove first_b_
5174
5175         * lily/tab-note-heads-engraver.cc: listen to string number events
5176         inside < > too. (backportme).
5177
5178         * Documentation/user/refman.itely (Text scripts): add fatText to
5179         index.
5180
5181 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5182
5183         * VERSION: 2.1.8
5184
5185         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5186         footer.
5187
5188         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5189
5190         * lily/bar-check-iterator.cc (process): only warn if
5191         barCheckLastFail was changed.
5192
5193         * scm/define-translator-properties.scm (barCheckLastFail): add
5194         property.
5195
5196         * lily/main.cc (main_prog): print summary of failed files.
5197
5198         * lily/axis-group-engraver.cc: move all spanner creation to
5199         process_music (). Now staffs can be adjusted with \override too.
5200         (Jan, you are a brilliant programmer!)
5201         
5202         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5203
5204 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5205
5206         * Documentation/user/tutorial.itely (Integrating text and music):
5207         Show the commands to produce a PDF as well.
5208
5209 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5210
5211         * lily/translator-def.cc (get_translator_names): accept user
5212         tweaks too. 
5213
5214         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5215         as big as normal heads. 
5216
5217         * input/*ly: run convert-ly
5218         
5219         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5220         () if dependencies are fluked.
5221
5222         * scm/document-translation.scm (engraver-doc-string): update on
5223         latest string/symbol conventions.
5224
5225         * lily/translator-ctors.cc: use Scheme_hash_table.
5226
5227         * lily/translator-def.cc (get_translator_names): new function
5228         (add_context_mod): new function
5229         (get_accepted): new function
5230
5231         * lily/parser.yy (context_mod): put all modifications of
5232         \translator { } in a single production, encode as SCM.
5233
5234         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5235         to use read-only lists, so additions to the definition can be
5236         prepended easily.  
5237
5238         * Documentation/user/invoking.itexi (Editor support): add node on
5239         editor support.
5240
5241         * Documentation/user/refman.itely (Bar check): add lyrics example
5242         of bar checks. 
5243
5244         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5245
5246         * scripts/convert-ly.py (conv): add conversion rule.
5247
5248         * lily/parser.yy: use \change iso. \translator for staff switch.
5249
5250         * lily/my-lily-lexer.cc: add \change.
5251
5252         * scm/define-translator-properties.scm
5253         (default-melisma-properties): add definition.
5254
5255 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5256
5257         * Documentation/user/refman.itely (Bar lines): clarification of
5258         systemStartDelimiter. 
5259
5260         * input/test/slur-shape.ly (x): remove file.
5261
5262         * lily/translator-group.cc (apply_property_operations): new function.
5263
5264 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5265
5266         * lily/parser.yy (optional_prop_ops): allow \with {
5267         PROPERTYSETTINGS } following \context or \new.
5268
5269         * lily/my-lily-lexer.cc: add \with.
5270
5271         * lily/parser.yy (property_operation): clean up definition of
5272         property operations.
5273         (property_op_to_music): new function.
5274         (context_spec_music): new function
5275
5276         * VERSION: 2.1.7 released.
5277         
5278         * input/regression/collision-merge-dots.ly: new file.
5279
5280         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5281         then kill the dots too. 
5282
5283         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5284         set/unset breakableSeparationItem
5285
5286         * lily/separation-item.cc (relative_width): add function.
5287
5288         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5289         only-prebreak-interface
5290
5291         * lily/system.cc (output_lines): only junk only-prebreak-interface
5292         grobs.
5293
5294         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5295         read breakableSeparationItem
5296
5297         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5298
5299         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5300
5301         * lily/dot-column.cc (dot_config_badness): new function:
5302         select the best scoring dot configuration: dots should go close to
5303         the note heads, but be shifted up or down according to conventions.
5304         (print_dot_configuration): idem.
5305         (shift_one): idem
5306         (remove_collision): idem.
5307
5308         * input/regression/dots.ly: add more test cases.
5309
5310 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5311
5312         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5313
5314         * flower/include/interval.hh: rename elem_b to contains 
5315
5316         * lily/tie.cc: change 'heads to 'head-pair.
5317
5318         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5319         fill in 'heads field.
5320
5321         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5322         minimum-length for short ones, and shorten so collisions with the
5323         next syllable are avoided.
5324
5325         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5326         near-zero slopes.
5327         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5328
5329         * lily/dots.cc: remove quantized_position callback. All Y
5330         positioning is done by dot-column.cc
5331
5332         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5333         exhaustive test of all dot positions. This fixes disappearing dots
5334         in dotted chords.
5335
5336 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5337
5338         * mf/feta-klef.mf (test_staff): fatten up G clef
5339         (test_staff): fatten up f clef.
5340         
5341
5342 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5343
5344         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5345         * input/les-nereides.ly: Use latin1 characters for title, like
5346         Morgenlied.
5347
5348 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5349
5350         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5351         cmb10).
5352
5353         * lily/lyric-extender.cc (brew_molecule): add little space before
5354         extender line.
5355
5356         * lily/beam-quanting.cc (score_forbidden_quants): check if
5357         outer stafflines fall in any beam gaps.
5358
5359         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5360         for lyric texts.
5361
5362 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5363
5364         * VERSION: 2.1.6 released.
5365
5366         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5367         this shows the demerits of a user-defined beam position pair.
5368
5369         * scm/define-grobs.scm (all-grob-descriptions): set
5370         beamed-extreme-minimum-free-lengths to a different value.
5371
5372         * lily/scm-option.cc: add debug-beam scm-option
5373
5374         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5375
5376 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5377
5378         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5379
5380         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5381         space after barline.
5382
5383         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5384
5385         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5386         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5387         the other case, take standard column-breakable spacing. Do not
5388         warn about "no spacing wishes".
5389
5390         This fixes wide spaces after barlines in very loose lines.
5391
5392         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5393
5394 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5395
5396         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5397         acknowledge_grob lyric-syllable, not lyric-text.
5398
5399         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5400         dashes of length #'length separated by #'dash-period. 
5401
5402         * lily/lyric-extender.cc (brew_molecule): idem
5403
5404         * lily/multi-measure-rest.cc (big_rest): idem
5405
5406         * lily/system-start-delimiter.cc (simple_bar): idem
5407
5408         * lily/bar-line.cc (simple_barline): use rounded box
5409
5410         * VERSION: release 2.1.5
5411
5412         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5413         music): move note about dvips to more visible place.
5414
5415         * lily/lyric-phrasing-engraver.cc: move from
5416         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5417         lyric-phrasing-engraver.hh)
5418         
5419         * lyric-align.ly: remove file
5420         
5421         * scripts/convert-ly.py (FatalConversionError.func): add removal
5422         rule for automaticMelismata
5423
5424         * ly/engraver-init.ly (ScoreContext): switch on
5425         New_phrasing_engraver by default.
5426
5427         * lily/slur-engraver.cc (class Slur_engraver):
5428         process_acknowledged_grobs -> process_music.
5429         (try_music): signal melismata correctly.
5430
5431         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5432         word-space, right-trim-amount, and extend past right bound only
5433         for note heads.
5434
5435         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5436         lyric-extender support: add note-heads to the extender
5437         automatically.
5438
5439         * lily/parser.yy: extender is now post_event. 
5440
5441         * lily/accidental-engraver.cc (number_accidentals): remove
5442         spurious warning about non-parent contexts.
5443
5444         * lily/music-output-def.cc (assign_translator): \translator { }
5445         for a Foo context implicitly redefines \FooContext.
5446
5447         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5448         fixes.
5449
5450         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5451         doubly in slur weight. 
5452
5453         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5454         combination.
5455
5456         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5457         staffbar distance.
5458
5459         * scripts/lilypond.py (global_latex_preamble): crank down size of
5460         the margins. Now there is a 12 mm top and bottom margin, which
5461         should correspond with the printable area of modern printers.
5462
5463         This enlarges the music height of the printable page a little.
5464
5465         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5466         signs. Use \markup instead.
5467         (accreg_pen): tweak for accordeon asterisk.
5468
5469 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5470
5471         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5472
5473         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5474
5475         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5476
5477         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5478
5479         * scm/define-grobs.scm (all-grob-descriptions): change
5480         StanzaNumber description: make side support, i.s.o. breakable.
5481         use Instrument_name_engraver for texts in the margin.
5482
5483         * scm/define-translator-properties.scm: remove
5484         melismaEngraverBusy, stz property.
5485
5486         * *.cc: naming: change empty_b () into is_empty ()
5487
5488         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5489
5490         * input/regression/lyric-phrasing-new.ly: new file.
5491
5492         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5493         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5494         melismata are now left-aligned.
5495
5496 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5497
5498         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5499
5500         * mf/feta19.mf: remove.
5501         
5502         * mf/feta-klef.mf (test_staff): more tweaks
5503
5504         * mf/feta-toevallig.mf: more small size tweaks.
5505
5506         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5507         rests for smaller sizes.
5508
5509         * mf/feta-bolletjes.mf: fix cross heads.
5510
5511         * VERSION: release 2.1.4
5512         
5513         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5514         deprecated #'ancient font family
5515
5516         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5517         it is a string or number.
5518
5519         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5520         change calling convention of stem-attachment function. 
5521
5522         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5523
5524         * mf/feta-autometric.mf: dump WX/WY fields too
5525         
5526         * mf/parmesan-heads.mf: idem.
5527
5528         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5529         attachment coordinates.
5530
5531         * lily/note-head.cc (stem_attachment_coordinate): read stem
5532         attachment from the notehead glyphs WX/WY fields.
5533
5534         * lily/include/font-metric.hh (struct Font_metric): add methods
5535         get_indexed_wxwy (), make a distinction between looking up by
5536         index and ASCII  
5537
5538         * mf/feta-bolletjes.mf: rewrite note head MF code.
5539         (test_outlines): make heads more rotund for smaller sizes. 
5540
5541 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5542
5543         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5544         throughout. Font scaling fixes throughout.
5545
5546         * mf/feta-sleur,slur.mf: remove. 
5547
5548         * mf/feta-slag.mf: rewrite.
5549
5550 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5551
5552         * VERSION: release 2.1.3
5553
5554         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5555
5556         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5557
5558         * lily/mark-engraver.cc (process_music): fix mark
5559         \default. (backportme)
5560
5561         * stepmake/stepmake/automatically-generated.sub.make (default):
5562         use -n for head/tail commands. 
5563
5564         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5565         heads with the same pitch.
5566
5567 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5568
5569         * lily/recording-group-engraver.cc (finalize): set protected_scm
5570         member to '() before finalizing.
5571
5572         * lily/translator-group.cc (finalize): remove removal_processing () 
5573
5574         * lily/recording-group-engraver.cc: new engraver: record
5575         synchronized start & end times for each music object.
5576
5577         * lily/parser.yy (toplevel_expression): execute score rendering
5578         during parsing. Cleanup output-filename handling; this is no
5579         longer done with global variables.
5580         (translator_spec_body): allow \type modification too.
5581
5582         * lily/score.cc:  ly:run-translator: new function
5583         (LY_DEFINE): ly:render-output new function.
5584
5585         Separate interpreting and rendering, and make available as
5586         functions at Scheme level.
5587
5588 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5589
5590         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5591         (musicxml-node->string):
5592         (xml-node->string):
5593         (music-to-musicxml): New function.
5594
5595 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5596
5597         * VERSION: 2.1.2 released
5598
5599         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5600
5601         * scm/font.scm (paper20-font-vector): discouple font design sizes
5602         from sizes specified in .ly file: store all design sizes of a font
5603         in a single vector.
5604
5605         * lily/font-select.cc (get_font_by_design_size): new function
5606
5607         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5608         add parmesan,feta in sizes 14 and 18.
5609         
5610         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5611
5612         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5613         of fontSize: this now sets font-size
5614
5615 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5616
5617         * VERSION: 2.1.1 released
5618         
5619         * Documentation/user/refman.itely (Tuning objects): add note about
5620         concurrent tweaks in different contexts. 
5621
5622         * lily/tie-engraver.cc (acknowledge_grob): use
5623         Staff_symbol_referencer::get_position iso. reading staff-position
5624         directly.
5625
5626         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5627         currentMusicalColumn as left span-point for bracket. The bracket
5628         is too long when there are accidentals.
5629
5630 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5631
5632         * buildscripts/lilypond-profile.sh,
5633         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5634         Thanks to Reuben Thomas <rrt@mupsych.org>
5635
5636 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5637
5638         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5639         Wurbel <wurbel@univ-tln.fr>.
5640
5641 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5642
5643         * scripts/midi2ly.py: Add space after chords.
5644
5645 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5646
5647         * input/regression/{many}: add few @code{ ... }.
5648
5649 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5650
5651         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5652         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5653         Removed cmbx5, cmbx6 (which are included in teTeX)
5654         and cmbxti14 which is not used in fonts.scm.
5655
5656 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5657
5658         * lily/midi-item.cc: fine tune quarter tones.
5659
5660 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5661
5662         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5663         new function, warn how many cents are missing in fine tuning.
5664
5665 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5666
5667         * input/bugs/rhytmicstaff-tie.ly: add file.
5668
5669         * THANKS: Create skeleton for 2.1.
5670
5671 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5672
5673         * input/test/bar-lines.ly (TODO): dashed "|".
5674
5675 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5676
5677         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5678         input/regression/tie-chord.ly: Fix spell for tying.
5679
5680         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5681
5682         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5683         new file (renamed, see above).
5684
5685         * Documentation/user/lilypond-book.itely
5686         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5687         * input/example-1.ly input/example-2.ly input/example-3.ly
5688         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5689         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5690         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5691         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5692         * scripts/lilypond-book.py scripts/lilypond.py
5693         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5694         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5695
5696         * Documentation/user/lilypond.tely: update version.
5697
5698         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5699         Remove extra spaces in each @node, fixes spaces.
5700
5701 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5702
5703         * scripts/lilypond-book.py (output_dict): Add definition of
5704         \lilypondbook also for LaTeX output. Solves several bug reports.
5705
5706 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5707
5708         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5709
5710 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5711
5712         * input/test/transposition.ly: Fix key signatures, given in comments.
5713
5714 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5715
5716         * scm/midi.scm (instrument-names-alist),
5717         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5718
5719 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5720
5721         * input/test/temporary-stave.ly (texidoc): New example based on an
5722         email question from Ralph Little.
5723
5724 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5725
5726         * VERSION: release 2.1.0
5727         
5728         * lily/note-performer.cc (try_music): accept busy-playing-event.
5729
5730         * lily/swallow-perf.cc (try_music): return false for
5731         busy-playing-event and melisma-playing-event.
5732
5733 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5734
5735         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5736         >> in \score.
5737
5738 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5739
5740         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5741         that articulation_substitute will not move beam start again.
5742         (articulation_substitute): Bugfix: remove stray space so that new
5743         old chords ending '>>' does not get broken up.
5744         (sub_chord): Use TAB for indentation (not spaces).
5745         
5746         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5747         Bugfix for startup: Use ?^ instead of ?\^.
5748
5749 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5750
5751         * lily/lyric-combine-music-iterator.cc
5752         (Lyric_combine_music_iterator): change init order, to prevent GC
5753         segfaults.
5754
5755         * lily/context-specced-music-iterator.cc (construct_children): 
5756         only change  translator if found. This fixes a core dump problem.
5757
5758 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5759
5760         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5761         comparison.
5762
5763         * mf/feta-bolletjes.mf: make hole in half note little
5764         smaller for stem attachment.
5765
5766         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5767
5768         * mf/feta-banier.mf: don't draw stem with flag, just small square
5769         attachment.
5770
5771         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5772
5773         * mf/feta-banier.mf: remove upstem/downstem characters.
5774
5775         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5776
5777         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5778         stafflinethickness (in the default)
5779
5780         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5781
5782         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5783
5784         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5785
5786         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5787
5788         * lily/include/directional-element-interface.hh:
5789         junk class, make {get,set}_grob_direction functions.
5790
5791         * lily/slur.cc (get_attachment): do something sensible when
5792         attaching to stem without heads (eg. a rest).
5793
5794         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5795         forcing up to staff.  remove #'support-head property
5796         (brew_molecule): small cleanup.
5797         (flag): remove #'grace property.
5798
5799 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5800
5801         * cygwin/postinstall-lilypond.sh: 
5802         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5803         (Volker Zell).
5804
5805 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5806
5807         * scripts/lilypond-book.py: resurrect 'eps' option. 
5808         (TexiPaper.to_eps): use -Ppdf for EPS files.
5809
5810         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5811
5812         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5813
5814         * VERSION: release 2.0.1
5815
5816         * lily/bezier.cc (get_other_coordinate): change assert into
5817         warning.
5818
5819         * lily/note-head.cc (internal_brew_molecule): make left protusion
5820         smaller, to accomodate for natural sign.
5821         (internal_brew_molecule): only do this when the accidental is
5822         close enough.
5823         (extent): new function
5824
5825         * lily/skyline.cc (merge_skyline): new function
5826         (heighten_skyline): new function
5827
5828         * lily/accidental-placement.cc (position_accidentals) 
5829         (position_accidentals): fix todo.
5830
5831 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5832
5833         * input/test/+.ly (texidoc): put version number inline.
5834
5835         * GNUmakefile.in: remove rsync-web target.
5836         
5837         * input/regression/bar-scripts.ly (onestaff): raggedright
5838
5839 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5840
5841         * lily/*.cc: remove #if 0'd code in couple of places.
5842
5843         * lily/midi-stream.cc (operator <<): rewrite.
5844
5845         * lily/note-head.cc (internal_brew_molecule): 
5846         only make ledgers when the Staff symbol has lines.
5847
5848         * ly/property-init.ly (arpeggioBracket): simplify
5849
5850         * lily/translator-group.cc (execute_pushpop_property): use
5851         SCM_EQ_P for comparing keys. This fixes reverting
5852         auto-beam-settings.
5853
5854 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5855 *
5856         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5857         midi_debug_global_b.
5858         (operator <<): Normalise loop.
5859
5860 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5861
5862         * scripts/lilypond.py (escape_path): revise.
5863
5864         * scm/music-functions.scm (set-output-property): new function.
5865         
5866 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5867
5868         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5869         use addmakeflags again.
5870
5871         * cygwin/lily-wins.py (escape_shell): New function; use it.
5872
5873         * scripts/lilypond.py (escape_shell): Escape quotes and other
5874         spaces too.  Do not escape escaping backslashes.
5875
5876         * make/srcdir.make.in (web-install): Must call install-WWW now.
5877
5878         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5879         dependency
5880
5881 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5882
5883         * scripts/lilypond.py (escape_path): escape quotes too. 
5884
5885         * Documentation/user/lilypond.tely (Unified index): rename Index
5886         to accomodate Windows breakage.
5887
5888         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5889
5890         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5891         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5892         target not a source.
5893
5894 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5895
5896         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5897         addmakeflags.  Build and install doc and web also when building on
5898         Cygwin.
5899
5900         * mf/GNUmakefile: Bugfix.
5901
5902         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5903         target web.
5904
5905         * cygwin/lily-wins.py: Quote filename.
5906
5907 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5908
5909         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5910
5911 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5912
5913         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5914         settings.
5915
5916         * configure.in: Require g++ > 3.0.4.
5917
5918         * mf/GNUmakefile: Bugfix: Add list.ly target.
5919         
5920         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5921
5922         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5923         make omf directory, add uninstall targets.
5924
5925 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5926
5927         * lily/tie-performer.cc (initialize): init prev_event
5928
5929         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5930
5931         * lily/script-engraver.cc (make_script_from_event): don't crash on
5932         non-string articulation-type.
5933
5934         * lily/new-fingering-engraver.cc (add_script): don't crash on
5935         0 scripts 
5936         (acknowledge_grob): warn about text script events.
5937
5938 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5939
5940         * buildscript/lilypond.words: fix path for drums.scm.
5941
5942 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5943
5944         * lily/spacing-spanner.cc (note_spacing): don't make longer
5945         durations than measure-length.
5946
5947         * VERSION: release 2.0.0
5948
5949         * GNUmakefile.in (rsync-web): version independent rsync target.
5950
5951         * input/test/+.ly (texidoc): idem.
5952
5953         * input/regression/+.ly: print version number.
5954
5955         * input/regression/accidentals.ly (mel): shorten.
5956
5957         * input/regression/accidental-octave.ly (texidoc): shorten.
5958
5959         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5960
5961         * input/regression/completion-heads-polyphony.ly: octave
5962
5963         * input/regression/beam-manual.ly: remove
5964
5965         * input/regression/beam-chord.ly: remove
5966
5967         * input/regression/grace-dynamic.ly: remove
5968         
5969         * input/regression/grace-volta-repeat.ly: octave fixes.
5970
5971         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5972
5973         * lily/parser.yy (step_number): semitones for chord entry too.
5974         (make_chord_step): more robust code, semitones. 
5975
5976         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5977
5978         * input/regression/breathing-sign.ly (texidoc): split ancient and
5979         normal breathing signs.
5980
5981         * scm/define-grobs.scm (all-grob-descriptions): swap
5982         beamed-extreme-minimum-free-lengths and
5983         beamed-minimum-free-lengths; the 'extreme' case should allow
5984         shorter stems. This fixes forced directions on beamed 32nd and
5985         shorter notes.
5986
5987         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5988         quartertones, not semitones.
5989         (NoteNamesContext): swallow more event types
5990
5991         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5992
5993         * VERSION (PACKAGE_NAME): release 1.9.10
5994
5995 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5996
5997         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5998         set note head as cause of note-column.  This gives a better error
5999         message.
6000
6001 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6002
6003         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6004
6005 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6006
6007         * mf/GNUmakefile (pfa_warning): instruct 
6008
6009         * stepmake/aclocal.m4: typo.
6010
6011         * Documentation/user/cheatsheet.itely: more verbose examples.
6012
6013         * input/regression/clefs.ly: remove bogus docstring.
6014
6015 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6016
6017         * GNUmakefile.in (SUBDIRS): Add elisp.
6018
6019         * elisp/lilypond-mode.el: 
6020         * elisp/lilypond-init.el: 
6021         * elisp/lilypond-indent.el: 
6022         * elisp/lilypond-font-lock.el: Move from top dir.
6023
6024         * stepmake/stepmake/elisp-vars.make: New file.
6025
6026         * config.make.in (elispdir): Add.
6027
6028         * Documentation/topdocs/INSTALL.texi: Typo.
6029
6030         * make/ly-rules.make: Test for files instead of touching void and
6031         ignoring errors.
6032
6033         * GNUmakefile.in:
6034         * make/lilypond.redhat.spec.in:
6035         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6036         <builddir>, adding
6037         
6038              (push "<builddir>/share/lilypond/elisp" load-path)
6039
6040         to your ~/.emacs.el should give you LilyPond-mode again.
6041
6042         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6043         regexp for DOS/Windows, we are too paranoid to fix others.
6044
6045 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6046
6047         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6048
6049         * input/test/chord-names-jazz.ly (banterProperties): fix
6050
6051         * lily/parser.yy (bass_mod): bass figure alterations are semi
6052         tones, not quarter tones
6053
6054         * lily/beam.cc (set_stem_lengths): only lengthen stems
6055         for gapped beams.
6056
6057         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6058         by beamcount.
6059
6060         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6061         a warning that the warning may erroneous.
6062
6063         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6064         target.
6065
6066         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6067         targets.
6068
6069         * GNUmakefile.in ($(config_h)): config.h should depend on
6070         config.hh.in .
6071         (lilypond.words): remove fontball stuff.
6072
6073         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6074
6075         * configure.in: remove pktrace reference.
6076
6077         * GNUmakefile.in (rsync-web): permissions and ownership for
6078         website.
6079
6080         * lily/volta-engraver.cc (staff_eligible): new function.
6081         (stop_translation_timestep): kill off spanners if not eligible.
6082
6083         * VERSION (PATCH_LEVEL): release 1.9.9
6084
6085         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6086
6087         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6088         length is more important than forbidden quants.
6089         
6090 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6091
6092         * buildscripts/lilypond.words: order words in search order,
6093         add lilypond.words.vim to be generated.
6094
6095         * lilypond.vim: use lilypond.words.vim for keyword matching.
6096
6097         * lilypond-mode.el: use search order. fix word selection rules.
6098
6099         * lilypond-font-lock.el: fix fontifying long durations.
6100
6101         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6102
6103 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6104
6105         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6106
6107         * stepmake/stepmake/generic-targets.make:
6108         * stepmake/stepmake/bin/make-version.py: 
6109         * stepmake/aclocal.m4:
6110         * make/stepmake.make:
6111         * make/toplevel-version.make: Build fixes: remove last traces of
6112           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6113
6114         * lily/beam.cc: Add gap-count property.
6115
6116 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6117
6118         * scm/define-grob-properties.scm (gap-count): add gap-count
6119
6120         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6121
6122 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6123
6124         * cygwin/mknetrel.doc: Typo.
6125
6126         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6127
6128         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6129
6130 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6131
6132         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6133         sizes. Remove support for 'ledger'(=tabloid+landscape).
6134
6135 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6136
6137         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6138         sauter PFAs.
6139
6140         * configure.in: remove VERSION stuff once again.
6141
6142         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6143
6144         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6145         for chord names.
6146
6147         * mf/GNUmakefile: always trace pfa fonts.
6148         (SAUTER_FONTS): add cmss[567] too fonts
6149
6150         * configure.in: require mftrace. 
6151
6152         * lily/staff-performer.cc (new_instrument_string): don't look at
6153         instrument property.
6154
6155         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6156         is_direction is the C++ one. Similar for ly_axis_p and
6157         ly_number_pair_p
6158
6159 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6160
6161         * lily/beam.cc (brew_molecule): read gap-count to determine
6162         number of tremolo (gapped) beams.
6163
6164         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6165         shorter than 1/8
6166
6167         * flower/include/array.hh (default_compare): new function
6168
6169         * cygwin/mknetrel: Native fixes.
6170
6171         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6172
6173 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6174
6175         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6176         feature for Windows.
6177
6178         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6179
6180         * cygwin/mknetrel: Updates for native use on Cygwin.
6181
6182         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6183
6184         * stepmake/stepmake/help2man-rules.make: 
6185         * cygwin/mknetrel: Bugfix for manpages.
6186
6187         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6188         $(builddir).  Stepmake is a normal subdirectory now, that is not
6189         configured.  Another srcdir build fix.
6190
6191         * Documentation/topdocs/INSTALL.texi,
6192         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6193         lilypond-init.el, lilypond-mode.el, debian/rules,
6194         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6195         rename generated file lilypond.words to lilypond.words.el.
6196
6197 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6198
6199         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6200
6201         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6202         GNUmakefile.in.
6203
6204 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6205
6206         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6207         when cross building.
6208
6209         * configure.in: srcdir build fix.
6210
6211         * cygwin/GNUmakefile:
6212         * cygwin/lily-wins.py:
6213         * cygwin/postremove-lilypond.sh: 
6214         * cygwin/postinstall-lilypond.sh: Merge from stable.
6215
6216         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6217         s/ly2dvi/lilypond/.
6218
6219 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6220
6221         * lily/slur.cc (after_line_breaking): only set control points if
6222         none supplied yet.
6223
6224         * input/test/slur-manual.ly: new file.
6225
6226         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6227         <<  >> chords too.
6228
6229         * VERSION (PACKAGE_NAME): release 1.9.8
6230
6231         * scripts/lilypond.py (escape_path): escape spaces in directory names
6232
6233         * input/test/text-spanner.ly: fixes.
6234
6235 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6236
6237         * buildscripts/lilypond.words.py: add drum names as note names to
6238         Emacs-mode.
6239
6240 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6241
6242         * input/regression/hairpin-dashed.ly: new file.
6243
6244         * scripts/convert-ly.py (conv): warn about dash-length.
6245
6246         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6247         automatically if we get a new one.
6248
6249         * lily/lookup.cc (dashed_line): new function
6250
6251         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6252         dash-fraction.
6253
6254 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6255
6256         * buildscripts/lilypond.words.py: extract note names.
6257
6258         * lilypond-mode.el: take note names from lilypond.words -file.
6259         small fix in the use of string-match.
6260
6261         * lilypond-font-lock.el: use lilypond.words for note names, add 
6262         maxima to note a duration.
6263
6264 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6265
6266         * lily/breathing-sign.cc: remove railtracks() function. 
6267
6268         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6269
6270         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6271         (brew_molecule): bugfix don't make arpeggio shorter when
6272         arpeggio-direction is set.
6273
6274         *  debian/rules: small corrections in the (Pedro K)
6275
6276         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6277         examples.
6278
6279         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6280         special (repeat) bar comes along.
6281
6282         * input/regression/auto-beam-bar.ly: update.
6283
6284         * scripts/lilypond-book.py (output_dict): remove support for the
6285         EPS option.
6286
6287         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6288         VerticalAlignment and VerticalAxisGroup this fixes the size
6289         computations for the entire system.
6290  
6291         * input/les-nereides.ly (bass): remove superfluous fontSize.
6292
6293         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6294         causes directory of file to be added to include path.
6295
6296         * input/regression/beam-break.ly: test single stem beams.
6297
6298         * input/regression/system-start-bracket.ly: fix.
6299
6300         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6301
6302         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6303
6304         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6305         (score_stem_lengths): do something sensible for single stem beams.
6306
6307         * lily/beam.cc (least_squares): add kludge for single stem beams.
6308
6309         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6310         keySignature to list of broken things.
6311
6312         * input/regression/keys.ly: fix.
6313
6314         * VERSION (PACKAGE_NAME): release 1.9.7
6315
6316         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6317
6318         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6319
6320         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6321         (quartertone_pitch): new function
6322
6323         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6324         flat. WARNING: FONT CHANGED.
6325
6326         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6327
6328         * lily/accidental-placement.cc (add_accidental): support for
6329         quarter tones.
6330
6331         * ly/LANGUAGEs.ly: use symbols for alterations.
6332
6333         * mf/feta-toevallig.mf: change accidental codes. 
6334
6335         * scm/lily.scm (ly:get-option): switch on debugging only for
6336         --verbose.
6337
6338         * lily/lily-guile.cc: remove ly:verbose?
6339
6340         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6341
6342         * lily/parser.yy (TODO): only do gh_call() for apply with
6343         procedure argument.
6344
6345         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6346         stuff in accordance with new timing of tie-events.
6347
6348         * lily/my-lily-lexer.cc: remove \outputproperty
6349
6350         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6351
6352         * scm/define-translator-properties.scm (melismaBusyProperties):
6353         add melismaBusyProperties property.
6354
6355 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6356
6357         * input/test/ambitus-mixed.ly (texidoc): new file.
6358
6359         * buildscripts/mutopia-index.py (find): prune debugging
6360
6361         * lily/side-position-interface.cc: doc updates
6362
6363         * Documentation/user/refman.itely: updates, tweaks.
6364
6365         * lily/parser.yy (Simple_music): remove outputproperty
6366
6367         * make/stepmake.make: use VERSION again; importing VERSION via
6368         autoconf dependencies is too hairy.
6369
6370 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6371
6372         * lilypond-mode.el: allow `-' for keywords and identifiers.
6373
6374 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6375
6376         * VERSION: release 1.9.6
6377         
6378         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6379         iso. ly2dvi.
6380
6381         * Documentation/user/*.itely: fixes everywhere
6382
6383         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6384         produce ties from the engraver itself, do not broadcast TieEvent.
6385
6386         * lily/my-lily-lexer.cc: remove pitch & duration.
6387
6388         * lily/parser.yy (TODO): remove \pitch and \duration
6389
6390         * input/test/explicit.ly: remove file.
6391
6392         * Documentation/user/refman.itely (Pitches): remove \pitch 
6393         \duration command.
6394
6395 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6396
6397         * buildscripts/lilypond.words.py: add all slur types to Emacs
6398         insertion menu, suppose everything is postfixed by dropping 
6399         unnecessary `-' -marks.
6400
6401 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6402
6403         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6404         tremoloed stems.
6405
6406         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6407         head for flagged stems.
6408
6409         * lily/stem.cc (get_default_stem_end_position): futz with extra
6410         stem length if there is a stem tremolo.
6411
6412         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6413         it would be too small.
6414
6415         * lily/font-metric.cc: return #f for non-existent glyph.
6416         
6417         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6418         exported through config.make.
6419
6420         * input/regression/clef-oct.ly: new file.
6421
6422         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6423         transposition.
6424
6425         * input/template/*.ly: remove old relative.
6426
6427         * ly/english.ly: add X names for double sharp.
6428
6429 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6430
6431         * lily/font-select.cc: new file handle font selection routines.
6432
6433         * lily/parser.yy: add ; (Patrick Atamaniuk)
6434
6435         * input/test/time-signature-double.ly: use markups for double time
6436         sigs.
6437
6438         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6439         ChordNames.SeparationItem #'padding for adjusting space after chords.
6440         
6441         * lily/music-output-def.cc (LY_DEFINE): 
6442         new function ly:paper-lookup.
6443         
6444         * mf/parmesan-clefs.mf: use # quantities for char_box
6445         offsets. Fixes overflow errors in the PFA. 
6446
6447         * scm/new-markup.scm (strut-markup): change calling interface for
6448         markup. Pass paper-def, not grob. This would allow \markup to be
6449         used separately from grobs.
6450
6451         * lily/paper-def.cc: new function ly:paper-font; this function
6452         replaces ly:get-font.
6453
6454         * lily/include/font-interface.hh (struct Font_interface): take
6455         Paper_def iso. Grob for get_font().
6456
6457 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6458
6459         * Documentation/user/ tutorial.itely, refman.itely: add warning
6460         about \key and accidentals.
6461
6462 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6463
6464         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6465
6466         * Documentation/user/*.itely: manual tweaks
6467
6468 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6469
6470         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6471         cleanup; bugfix: exact_center
6472
6473         * Documentation/user/refman.itely: added more documentation on
6474         ambitus according to recent questions on lilypond-user list
6475
6476 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6477
6478         * input/regression/ottava.ly (texidoc): demo 15ma too.
6479
6480         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6481
6482         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6483         octave fixes.
6484
6485 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6486
6487         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6488         problems on older Mac editors.
6489
6490 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6491
6492         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6493
6494 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6495
6496         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6497         mf/parmesan-clefs.mf: added comments on character alignment and
6498         set_char_box() conventions
6499
6500         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6501         set_char_box()'s
6502
6503         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6504
6505 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6506
6507         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6508
6509 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6510
6511         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6512         shortened to avoid almost-collision with staff line; code cleanup;
6513         other custodes: fixed char boxes; code cleanup
6514
6515 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6516
6517         * configure.in: release 1.9.5
6518         
6519         * scripts/lilypond.py (global_latex_preamble): only set
6520         twosideshift if 'twoside' is in latexoptions 
6521
6522         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6523
6524         * VERSION: remove
6525
6526         * scripts/*2ly.py: update <> syntax
6527
6528 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6529
6530         * lily/chord-name-engraver.cc (process_music): add origin for
6531         chord name.
6532
6533         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6534
6535         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6536         bass notes for exceptions too.
6537
6538         * scm/define-grobs.scm (all-grob-descriptions): rename
6539         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6540
6541         * scm/define-grob-properties.scm (remove-first): add remove-first
6542         property for orchestral scores.
6543
6544         * Documentation/user/*.itely: switch <<>> and <> 
6545
6546         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6547         last_line only once. This fixes the two consecutive glissandi problem.
6548
6549 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6550
6551         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6552         error message "flexa-width undefined"
6553
6554         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6555         lily/include/gregorian-ligature.hh: print warning when ignoring
6556         head prefixes on flexa shapes
6557
6558         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6559         space before a series of inclinatum heads
6560
6561         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6562         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6563         cleanups
6564
6565         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6566         and char_box
6567
6568 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6569
6570         * input/regression/breathing-sign.ly: tiny fixes
6571
6572         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6573         semantical collision with vaticana ligatures
6574
6575         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6576         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6577         now consistent with mensural ligatures
6578
6579         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6580         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6581         context pitches and staff position; dto. for virga stem; removed
6582         obsolete virga and clivis characters from parmesan font (WARNING:
6583         font changed)
6584
6585         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6586         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6587
6588         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6589         scm/define-grob-properties.scm: consistency fix: renamed
6590         join_left->add_cauda
6591
6592         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6593         appendix length; bugfix: yoffs_bt for reverse direction punctum
6594         characters
6595
6596         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6597         small cleanups; added more docu
6598
6599         * lily/mensural-ligature-engraver.cc,
6600         lily/vaticana-ligature-engraver.cc,
6601         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6602         computation to CoherentLigatureEngraver
6603
6604         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6605         scm/define-grob-properties.scm: bugfix: added missing linea and
6606         cavum properties; bugfix: removed dead semivocalis property
6607
6608         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6609         length; redesigned quilisma, stropha and auctum
6610
6611         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6612         line thickness
6613
6614         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6615         Documentation/user/refman.itely: bugfix: introduced shifted
6616         epiphonus head to avoid collision with adjacent plica
6617
6618 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6619
6620         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6621
6622         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6623
6624 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6625
6626         * Documentation/user/tutorial.itely (A lead sheet): remove
6627         duplicate chords.
6628
6629         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6630
6631 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6632
6633         * Documentation/bibliography/computer-notation.bib (isbn): add
6634         xivcim publication.
6635
6636 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6637
6638         * GNUmakefile.in: drop lilypond.words for generation.
6639
6640 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6641
6642         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6643
6644         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6645
6646 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6647
6648         * input/test/figured-bass-alternate.ly (fl): new file.
6649
6650         * Documentation/topdocs/README.texi (Top): clarifications.
6651
6652         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6653         theses of Gieseking and Renz.
6654
6655         * GNUmakefile.in (README_FILES): remove README.mandrake.
6656
6657 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6658
6659         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6660         from source files and search patterns listed in the script.
6661
6662         * GNUmakefile.in: add target `lilypond.words'.
6663
6664         * lilypond.words: remove file, generated by `make lilypond.words'.
6665
6666         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6667
6668 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6669
6670         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6671
6672 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6673
6674         * VERSION: 1.9.4 released
6675
6676         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6677         rule for < > <-> << >> substitution
6678
6679         * lily/lexer.ll: exchange meaning of << >> and < > 
6680
6681         * VERSION (PACKAGE_NAME): 1.9.3 released
6682
6683         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6684         pages unconditionally.
6685
6686 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6687
6688         * Documentation/user/music-glossary.tely (Top): small syntax
6689         fixes.
6690
6691         * scm/music-functions.scm (remove-tag): filter \tagged music
6692         expressions.
6693
6694         * input/regression/tag-filter.ly (texidoc): new file.
6695
6696         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6697         symbol2 .. ) etc. 
6698
6699         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6700         convert rule.
6701
6702         * Documentation/user/refman.itely (Fingering instructions): adjust
6703         manual.
6704
6705         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6706         for borderline cases (e.g. 1 fingering.)
6707         (position_scripts): revise interface, use fingerOrientations to
6708         set fingering positions.
6709
6710         * scm/document-translation.scm (context-doc): add aliases to
6711         automated documentation.
6712
6713         * make/lilypond-vars.make: remove stepmake compat glue.
6714
6715         * make/generic-vars.make: remove cruft.
6716
6717         * lily/main.cc (main): don't identify binary.
6718
6719 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6720
6721         * lily/include/translator.hh (class Translator): remove
6722         type_string_ , use symbol for context name throughout.
6723         Changes through whole source tree.
6724
6725         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6726         set PDF as default, and always make PDF.
6727
6728         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6729
6730 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6731
6732         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6733         Documentation/user/refman.itely input/regression/allfontstyle.ly
6734         input/regression/grace-types.ly:
6735         fix spelling for acciaccatura (Webster's 1913).
6736
6737 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6738
6739         * lily/main.cc (usage): adjust blurb, include url.
6740
6741         * input/regression/breathing-sign.ly (texidoc): transpose up
6742
6743 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6744
6745         * input/regression/breathing-sign.ly: changed ancient examples to
6746         be relevant (by request of Han-Wen); updated BreathingSign text
6747         property according to new syntax.
6748
6749         * ly/gregorian-init.ly: updated BreathingSign text property
6750         according to new syntax
6751
6752 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6753
6754         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6755         (Clef): index entries for clefs.
6756
6757         * python/lilylib.py (system): remove errorlog files.
6758         
6759 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6760
6761         * lilypond.words: add \new and new graces. Add dynamics to menus
6762         keeping 1.8.x compatibility; after all the engraving relating to 
6763         notes becomes postfixed `-' marks will be removed.
6764
6765 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6766
6767         * lily/molecule.cc (align_to): idem.
6768
6769         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6770         
6771         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6772         accacciatura everywhere.
6773
6774         * VERSION (PACKAGE_NAME): released 1.9.2
6775
6776         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6777
6778         * scm/document-markup.scm (markup-doc-node): sort markup function
6779         list.
6780
6781         * lily/paper-outputter.cc (output_version): change "Lily was here"
6782         into  "Engraved by LilyPond"
6783
6784         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6785         on unquoted strings before \notenames.
6786
6787         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6788         increases the number of s/r reductions to 4.
6789
6790         * scm/new-markup.scm (fraction-markup): \fraction command.
6791
6792         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6793         mode
6794
6795         * lily/lookup.cc (round_filled_box): rename function.
6796         (LY_DEFINE): round-filled-box: change signature.
6797
6798         * Documentation/user/refman.itely: revise section explaining grace
6799         notes.
6800
6801         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6802         ly:set-context-property
6803
6804         * input/*/*.ly (vmus): use \new everywhere.
6805
6806         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6807
6808         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6809         default
6810
6811         * scm/music-functions.scm (set-stop-grace-properties)
6812         (set-start-grace-properties, add-grace-property): new functions
6813         for modular grace tweak control.
6814
6815         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6816         
6817 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6818
6819         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6820
6821         * GNUmakefile.in (install-pfa-fonts):
6822         (get-pfa-fonts): New target.
6823
6824         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6825         install-pfa-fonts help.
6826
6827 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6828
6829         * lily/translator-scheme.cc (LY_DEFINE):
6830         ly:context-pushpop-property new function.
6831         (LY_DEFINE): new function ly:translator-find  
6832         new function ly:translator?
6833         (LY_DEFINE): new function ly:context?
6834
6835         * lily/translator-def.cc: remove
6836         Translator_def::apply_pushpop_property().
6837
6838         * python/lilylib.py (read_pipe): only store and display error log
6839         if verbose not set.
6840         (read_pipe): only display log if it contains something.
6841
6842 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6843
6844         * Documentation/misc/GNUmakefile: Re-add.
6845         (TEXTS): Add CHANGES.
6846
6847 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6848
6849         * lilypond.words: add \newcontext.
6850
6851 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6852
6853         * lily/tie-performer.cc (stop_translation_timestep): only flush
6854         tied_notes when we have actually made a tie. Fixes bugs with ties
6855         in polyphonic scores.
6856
6857 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6858
6859         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6860         they do not exist.
6861
6862 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6863
6864         * VERSION (PACKAGE_NAME): released 1.9.1 
6865
6866         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6867         Instrument_name_engraver
6868
6869         * lily/tie-performer.cc (create_audio_elements): bugfix
6870
6871         * Documentation/user/music-glossary.tely (Top): comment out
6872         font-style statements.
6873
6874         * input/test/force-hshift.ly: revise example.
6875
6876         * Documentation/bibliography/engraving.bib (note): typos.
6877
6878         * configure.in: bump GCC requirements to 3.x
6879
6880         * lily/include/audio-item.hh (class Audio_tie): rename
6881         note_l_drul_ to note_drul_
6882
6883         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6884
6885         * lily/parser.yy (relative_music): whoops. All \relative were off
6886         by ...  a lot .... Ahem.
6887
6888         * scm/define-music-types.scm (music-descriptions): idem.
6889
6890         * lily/beam-engraver.cc: move new-beam-event to beam-event
6891
6892         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6893         to Tie_engraver
6894
6895         * input/regression/bar-number.ly: remove unnecessary old-relative
6896         options.
6897         
6898         * Documentation/user/internals.itely (Creating contexts): document
6899         \newcontext
6900
6901         * lily/parser.yy (Composite_music): add \newcontext
6902
6903         * Documentation/user/refman.itely (MIDI block): add note about
6904         dotted tempos.
6905
6906         * scm/font.scm: remove old markup legacy
6907
6908         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6909
6910         * lily/breathing-sign.cc (brew_molecule): remove function
6911
6912         * lily/text-item.cc: remove old-style markups.
6913         (interpret_markup): C++ version of markup function
6914         (brew_molecule): idem.
6915
6916         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6917         as Scheme variable.
6918
6919         * scripts/convert-ly.py (conv): dashes rule.
6920         Apply rule.
6921
6922         * Documentation/user/lilypond-book.itely: syntax fixes. 
6923
6924 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6925
6926         * VERSION (PACKAGE_NAME): release 1.9.0
6927
6928         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6929         note about dvips. (Should backport.)
6930
6931         * scripts/convert-ly.py
6932         (FatalConversionError.articulation_substitute): add
6933         convert-new-chords code. Remove convert-new-chords.py
6934
6935         * Documentation/user/refman.itely (Octave check): document
6936         \octave.
6937
6938         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6939         \relative changes.
6940
6941         * lily/parser.yy (command_element): octave check:
6942
6943            \octave PITCH
6944
6945         checks that PITCH (without octave) yields PITCH (with octave) in
6946         \relative
6947
6948         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6949
6950         * lily/scm-option.cc: ly:set-option now has the default argument
6951         #t.
6952
6953         * lily/lexer.ll: add \renameinput
6954
6955         * python/lilylib.py (command_name): robustifications.
6956
6957         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6958         /dev/stderr. This is ash compatible.
6959
6960         * ly/init.ly: add warning if compatibility was not necessary.
6961
6962         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6963
6964         * flower/include/string-handle.icc: formatting cleanups, rename
6965         references by ref_count_.
6966
6967 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6968
6969         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6970         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6971         package libs separately, fix conflicting php variable out=/dev/vc/
6972         invoking `unset out', declare menus, use only one icon-file, fix
6973         doc-path in menu.
6974
6975 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6976
6977         * scripts/convert-ly.py (FatalConversionError.conv): typo
6978
6979         * Documentation/misc/GNUmakefile: restore misc directory.
6980
6981         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6982
6983         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6984         Petites-Preludes 
6985
6986         * input/test/partial-blank.ly (quickmeasure): syntax
6987
6988         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6989         attachment property.
6990
6991         * Documentation/user/refman.itely: remove superfluous -'s 
6992         (Grace notes): ) fixes.
6993
6994         * lily/music.cc: generic compress(), transpose() functions. Remove
6995         others.
6996
6997         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6998         style markup entry.
6999
7000         * lily/parser.yy: all articulations postfix; remove obligatory -
7001         for [,  ) and \!
7002         
7003         * lily/music.cc (to_relative_octave): write generic
7004         to_relative_octave function; various relative cleanups.
7005         Hmmm.
7006
7007         * lily/scm-option.cc: add options new-relative and old-relative
7008
7009         * po/sv.po: new po file.
7010
7011         * Documentation/user/refman.itely (Dynamics): website
7012         fixes. (should backport!)
7013
7014 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7015
7016         * make/lilypond.mandrake.spec.in: declare version only once.
7017
7018 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7019
7020         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7021         meaning for now.
7022
7023 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7024
7025         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7026
7027         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7028
7029         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7030
7031         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7032
7033         * lily/music.cc (var): add ly:music-transpose function.
7034
7035         * lily/parser.yy (pre_events): remove prefix articulations.
7036
7037         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7038
7039         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7040
7041         * Documentation/user/refman.itely (Text markup): add comment about
7042         markup in header.
7043
7044 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7045
7046         * lily/paper-outputter.cc (write_header_fields_to_file): 
7047         only dump value if it is a string.
7048
7049         * flower/include/dictionary.hh: remove.
7050         
7051         * Documentation/ChangeLog-1.5: add back old log.
7052
7053         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7054         .pfas from a .deb.
7055
7056 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7057
7058         * Documentation/bibliography/engraving.bib: add entry for
7059         Jaschinski's Notation
7060
7061 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7062
7063         * Documentation/user/refman.itely (Beaming): add note about
7064         allowBeamBreak
7065
7066 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7067
7068         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7069         GregorianTranscription contexts
7070
7071         * ly/engraver-init.ly: vaticana contexts: minor fixes
7072
7073         * Documentation/user/refman.itely (Ancient notation): added note
7074         on appendix length bug
7075
7076         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7077         input/test/vaticana.ly: use vaticana contexts; small fixes
7078
7079 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7080
7081         * flower/hash.cc: Remove.
7082
7083         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7084         to (nonexistent?) hash_func_ identifier.
7085
7086         * python/midi.c (midi_error, midi_warning): Use char const* for
7087         __FUNCTION__ argument.
7088
7089         * python/gettext.py: Remove.  We already require python 2.1, which
7090         includes gettext.py.
7091
7092         * configure.in: Require python 2.1, as INSTALL.texi says.
7093         it.
7094
7095         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7096         versions 1.50 and 1.75.  Remove note about lexer patch.
7097
7098 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7099
7100         * Documentation/topdocs/INSTALL.texi: Update type1 font
7101         description to actual situation.  Add comment about new font ball
7102         layout.
7103
7104         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7105         in $LILYPONDPREFIX suffices for installation.
7106
7107 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7108
7109         * debian/control (Build-Depends): Add flex-old as alternative to
7110         flex.  Deprecate bison 1.75.
7111
7112 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7113
7114         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7115         Vaticana contexts
7116
7117         * Documentation/user/refman.itely (Ancient notation): documented
7118         some bugs; tiny fixes; added docu on Vaticana contexts
7119
7120         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7121         scripts
7122
7123 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7124
7125         * Documentation/user/refman.itely (Ancient notation): added some
7126         introductory words; added section on ancient time signatures;
7127         added some @seealso and @refcommands; small fixes and
7128         beautifications
7129
7130 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7131
7132         * input/regression/note-head-style.ly: many fixes and updates
7133
7134         * Documentation/user/refman.itely: added small sections on ancient
7135         accidentals, rests and flags; revised ancient note head section;
7136         small wording/spelling fixes
7137
7138         * input/test/rests.ly: layout fixes
7139
7140 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7141
7142         * input/puer-fragment.ly: bugfix: central C position of do clef
7143
7144         * ly/gregorian-init.ly: workaround: add small padding space before
7145         divisiones (the correct fix would be the spacing engine to handle
7146         this)
7147
7148 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7149
7150         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7151         cue-notes.ly: minor fixes.
7152
7153 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7154
7155         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7156         input/test/custos-style.ly
7157
7158         * Documentation/index.html.in: bugfix: link to Tutorial.html
7159
7160         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7161         to neumes; bugfix: "et": epiphonus, not just a simple pes
7162
7163 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7164
7165         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7166
7167         * lilypond.words: add new features: markup, column, center, \[ \].
7168         
7169 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7170
7171         * Documentation/topdocs/NEWS.texi, DEDICATION,
7172         stepmake/bin/add-html-footer.py
7173         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7174         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7175         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7176         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7177         added (only) after a sentence which is complete; if the sentence is 
7178         not ended a comma `,' or nothing is used. fix also spaces.
7179
7180 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7181
7182         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7183         requirements to plain 1.6.
7184
7185         * buildscripts/mutopia-index.py (read_lilypond_header): update
7186         mutopia-index.py to 1.4 syntax [sic]
7187
7188 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7189
7190         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7191
7192 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7193
7194         * Documentation/index.html.in: url for regression pdf
7195
7196         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7197
7198         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7199
7200         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7201
7202         * VERSION: 1.8.0 released
7203         
7204         * GNUmakefile.in (local-WWW-post): footify build fix.
7205
7206         * configure.in: require GUILE 1.6.4
7207
7208         * Documentation/user/GNUmakefile: don't copy *.png for
7209         lilypond-internals
7210
7211         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7212         local-WWW-post target.
7213         (rsync-web): add rsync-web target
7214
7215         * Documentation/user/introduction.itely (Music notation and
7216         engraving): add neume example
7217
7218         * input/puer-fragment.ly (cantus): add puer-fragment
7219
7220 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7221
7222         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7223         to notes, so that equalizer is actualy being used.
7224
7225         * scm/midi.scm (instrument-equalizer-alist):
7226         (absolute-volume-alist): Define public, so that user can copy or
7227         override.
7228
7229         * lily/key-performer.cc (create_audio_elements): Check for minor
7230         key.  Only if key is minor, set MIDI key to minor.
7231
7232 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7233
7234         * Documentation/user/refman.itely (Hiding staffs): fixes.
7235
7236         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7237
7238         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7239         vertical extents to deal with Hara kiri correctly.
7240
7241         * input/regression/hara-kiri-short.ly: remove
7242
7243         * input/regression/hara-kiri-pianostaff.ly: update test.
7244
7245         * Documentation/user/*.tely: remove WEBTITLE
7246
7247         * scm/output-tex.scm (comment): idem.
7248
7249         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7250
7251         * scm/music-functions.scm (make-lyric-event): new function
7252
7253         * scm/lily.scm (lilypond-version): new function
7254
7255         * input/test/version-output.ly: new file.
7256
7257         * Documentation/user/lilypond.tely: add version number to
7258         front-page.
7259
7260 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7261
7262         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7263
7264 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7265
7266         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7267
7268         * Documentation/user/refman.itely (Hiding staffs): rename node.
7269
7270 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7271
7272         * input/regression/new-markup-syntax.ly (texidoc): remove
7273         molecule-callback override.
7274
7275 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7276
7277         * input/les-nereides.ly: Mark tweaks with %tweak.
7278
7279         * Debian patch, see debian/changelog (Anthony Fok).
7280
7281 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7282
7283         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7284         problem.
7285
7286 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7287
7288         * Documentation/user/refman.itely (Text markup): Fix language bug.
7289
7290 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7291
7292         * input/* : postfix syntax fixes.
7293
7294         * Documentation/user/refman.itely (Text markup): add note about
7295         raise/lower with ^ or _ .
7296         
7297         * po/fi.po: fix \\apply strings.
7298
7299         * lily/parser.yy (open_event): warn for prefix articulations.
7300
7301 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7302
7303         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7304         fix also on parmesan font.
7305
7306 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7307
7308         * VERSION 1.7.30 released
7309         
7310         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7311
7312         * buildscripts/mutopia-index.py (headertext): rewording
7313
7314 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7315
7316         * scm/new-markup.scm (strut-markup): new markup function.
7317
7318         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7319         space also when no accidental is there.
7320
7321 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7322
7323         * input/les-nereides.ly: Updates.
7324
7325 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7326
7327         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7328         which repeats the tag insertion selected from "Insert tag" menu.
7329
7330 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7331
7332         * lily/all-font-metrics.cc (find_font): load AFM files first only
7333         for feta fonts. This fixes problems with TeXlive and other TeX
7334         distros that include AFM files for the CM fonts. 
7335
7336         * scm/font.scm (qualifiers-to-font-name): remove.
7337
7338         * lily/paper-def.cc: remove get_var.
7339
7340         * input/trip.ly: remove file.
7341         
7342         * input/regression/spacing-note-flags.ly (raggedright): remove
7343         stafflinethickness
7344
7345         * input/les-nereides.ly: update to new syntax, cleanups.
7346
7347 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7348
7349         * Documentation/user/refman.itely: Clarify shortest-note problem
7350         of autobeamer.
7351
7352 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7353
7354         * lilypond-mode.el: Add each word to regexps only once.
7355
7356         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7357         is based on the syntax definitions in lilypond.words. Remove all 
7358         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7359         LilyPond->Insert menu is generated by the entries in lilypond.words 
7360         to which have been given a syntax definition.
7361
7362         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7363         \notes, \relative, \score, \simultaneous, \transpose.
7364
7365         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7366
7367         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7368         
7369         * lilypond-mode.el: add menu keywords separately.
7370
7371         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7372
7373 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7374
7375         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7376         current ugly installation method for PFA fonts.
7377
7378 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7379
7380         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7381         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7382
7383         * Documentation/user/music-glossary.tely: update legato.
7384
7385 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7386
7387         * lexer-gcc-3.0.patch: Remove.
7388
7389         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7390
7391 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7392
7393         * debian/rules (binary-arch): remove NEWS.
7394
7395 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7396
7397         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7398         stepmake/bin{ many }: polish the `--help's of different scripts;
7399         model taken from the core-utils of Linux.
7400
7401         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7402
7403 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7406
7407         * flower/libc-extension.cc: idem.
7408
7409         * flower/include/libc-extension.hh: protect against isinf macros.
7410
7411 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7412
7413         * { many }: Use two uppercase letters in LilyPond.
7414
7415         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7416
7417         * VERSION: 1.7.29 released.
7418         
7419 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7420
7421         * lily/tie.cc: add TODO comment.
7422
7423         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7424
7425         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7426         linejoins and linecaps. This fixes problems with occasional spikes
7427         on slur/tie endings.
7428         
7429         * input/regression/font-name.ly: don't use PS fonts for
7430         compatibility reasons. 
7431
7432         * mutopia/claop.py (accents): update to 1.8
7433
7434         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7435
7436         * Documentation/user/macros.itexi: don't color glossary links.
7437
7438         * Documentation/user/invoking.itexi (Error messages): new section
7439
7440 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7441
7442         * input/regression/font-name.ly: add file.
7443
7444         * scm/document-backend.scm (grob-doc): remove <hr> from
7445         lilypond-internals
7446
7447         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7448         reqd version to 1.6.4 
7449
7450         * lily/font-interface.cc (get_font): bugfix: take font-name from
7451         alist chain too. This fixes font-name override for \markup.
7452
7453 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7454
7455         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7456
7457         * input/test/polymetric-differing-notes.ly: Compile fix.
7458
7459 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7460
7461         * Documentation/user/refman.itely: fixed typo
7462
7463         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7464         before flexa
7465
7466 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7467
7468         * input/test/{ many }: search & fix some typos.
7469
7470 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7471
7472         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7473         images.
7474
7475         * scm/music-functions.scm (make-voice-props-set): set Script /
7476         TextScript dir for polyphony too.
7477
7478         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7479         before clef.
7480
7481         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7482
7483 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7484
7485         * Documentation/user/refman.itely (Percussion): Small
7486         clarifications and fixes.
7487
7488         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7489         threads. This fixes different heads playing simultaneously.
7490
7491 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7492
7493         * Documentation/user/{ many }: increase readability (read through 
7494         User manual from `one big page').
7495
7496 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7497
7498         * input/test/polymetric-differing-notes.ly: add example with
7499         disparate note values.
7500
7501         * input/test/polymetric.ly: rename from poly-metric
7502
7503         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7504         iso. outname.
7505
7506         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7507         G-clef bbox to real char extents. This fixes the G-clef being
7508         offset too much to the right.
7509         document perc clef offset.
7510
7511         WARNING: FONT CHANGED.
7512
7513         * Documentation/user/tutorial.itely (Tutorial): move menu.
7514
7515 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7516
7517         * buildscripts/lilypond-profile.sh (Error): trim error message.
7518
7519         * Documentation/user/invoking.itexi (Invoking the lilypond
7520         binary): add note about path.
7521
7522         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7523         suppresses superfluous spaces.
7524
7525 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7526
7527         * buildscripts/lilypond-profile.sh: Add documentation to error
7528         message.
7529
7530         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7531
7532 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7533
7534         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7535         <mike@ossmann.com>)
7536
7537         * Documentation/bibliography/computer-notation.bib (pages): prune
7538         unscientific language.
7539
7540         * Documentation/user/GNUmakefile: copy unsplit file to
7541         lilypond.html (idem for lilypond-internals).
7542
7543         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7544
7545         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7546
7547         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7548
7549         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7550         fix.
7551         
7552 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7553
7554         * Documentation/user/{ various }: bind text snippets with their
7555         examples, e.g. by punctuation: This is an example.
7556
7557 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7558
7559         * ly/performer-init.ly (VoiceContext): Typos.
7560
7561         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7562         builds, leave final-install to toplevel srcdir makefile.
7563
7564         * make/srcdir.make.in (install): New target.
7565
7566 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7567
7568         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7569         This fixes core dump on MIDI output (Simon Weatherill).
7570
7571         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7572         on local-WWW-post.
7573
7574 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7575
7576         * make/lilypond.redhat.spec.in: add dvips to reqs.
7577
7578 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7579
7580         * make/srcdir.make.in (web): Add special web target.
7581
7582         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7583         from inner $(LOOP).
7584
7585         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7586
7587         * stepmake/stepmake/generic-targets.make (www-targets-help):
7588         * GNUmakefile.in (web-install): Install in $(webdir).
7589
7590         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7591
7592         * cygwin/changelog: 
7593         * cygwin/mknetrel: Update.
7594
7595         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7596         (html-doc): Remove (use: web).
7597
7598         * stepmake/stepmake/script-rules.make: 
7599         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7600         Fix $(config_make) dependencies for srcdir build.
7601
7602         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7603         target for srcdir build.
7604
7605         * stepmake/make/stepmake.make: 
7606         * make/srcdir.make.in: 
7607         * GNUmakefile.in:
7608         * make/stepmake.make (config_make): Rename variable (was:
7609         configuration).
7610
7611 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7612
7613         * Documentation/user/internals.itely (Manipulating music
7614         expressions): run lilypond on example too.
7615
7616         * flower/include/libc-extension.hh: move lrint define to
7617         header. bugfix.
7618         
7619 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7620
7621         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7622         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7623         do we recurse whole tree?).
7624
7625         * GNUmakefile.in (html-doc): Resurrect.
7626
7627         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7628         obsolete $(package-icon) dependency.
7629
7630 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7631
7632         * Documentation/user/refman.itely (Automatic staff changes):
7633         add seealso 
7634
7635         * Documentation/index.html.in: link to bigpage.
7636
7637         * Documentation/user/tutorial.itely (Tutorial): streamline.
7638
7639         * Documentation/index.html.in: url typo.
7640
7641         * VERSION (PACKAGE_NAME): release 1.7.28
7642
7643         * python/lilylib.py (error_log): remove '/' from name.
7644
7645         * input/regression/pedal.ly: remove; dups input/test/
7646         
7647         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7648
7649         * Documentation/index.html.in: python style doco index.
7650
7651         * Documentation/{footer,header}.html.in (src): remove, 
7652
7653         * Documentation/pictures: remove all but lelie-logo.xpm.
7654
7655         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7656         before running makeinfo.
7657
7658         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7659         @code{}
7660
7661 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7662
7663         * input/test/bar-number-regular-interval.ly: rename.
7664
7665         * Documentation/user/*: various fixes. 
7666
7667 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7668
7669         * Documentation/{ many }: polish for update-all-menus. typos.
7670
7671         * po/fi.po: fixes.
7672
7673         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7674
7675         * buildscripts/mutopia-index.py: polish.
7676
7677         * input/regression/{ many }, input/test{ many }: polish texidocs.
7678
7679 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7680
7681         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7682         pedal-style
7683
7684         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7685         iso. edge-widen.
7686
7687         * lily/piano-pedal-engraver.cc (process_music): change from
7688         process_acknowledged ()
7689
7690         * lily/piano-pedal-bracket.cc: new file. Change
7691         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7692         cleaned up.
7693
7694         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7695
7696         * input/regression/tuplets.ly (texidoc): rename file.
7697
7698         * po/fr.po: update
7699
7700         * buildscripts/lilypond-profile.sh: error message if script is not
7701         sourced.
7702
7703         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7704         bracket-flare
7705         (make_bracket): simplify code.
7706
7707         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7708         argument.
7709
7710         * python/lilylib.py (lilypond_version_check): new function
7711
7712         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7713
7714         * scripts/ly2dvi.py (run_lilypond): add version check.
7715
7716         * scripts/lilypond-book.py (option_definitions): typo
7717
7718         * scripts/ly2dvi.py (include_path): typo
7719
7720         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7721
7722         * lily/parse-scm.cc (parse_handler): typo
7723
7724         * Documentation/user/macros.itexi: use @heading for headings.
7725
7726         * Documentation/user/refman.itely: updates, fixes.
7727
7728 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7729
7730         * po/fi.po: add Finnish translations. fixes.
7731
7732         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7733
7734         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7735         from lily/glissando-engraver.cc.
7736
7737 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7738
7739         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7740         for non-first _broken_ bracket.
7741
7742         * Documentation/user/refman.itely: corrections.
7743
7744 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7745
7746         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7747         support of the fingerings.
7748
7749         * po/fr.po: French translation update.
7750
7751         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7752         strings.
7753
7754 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7755
7756         * Documentation/user/introduction.itely: Small fixes.
7757
7758 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7759
7760         * Documentation/topdocs/AUTHORS.texi: polish.
7761
7762 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7763
7764         * Documentation/user/introduction.itely: revise
7765
7766         * Documentation/user/tutorial.itely: reorganise.
7767
7768         * Documentation/topdocs/index.tely: remove.
7769
7770         * Documentation/header.html.in: prune.
7771
7772         * GNUmakefile.in: clean up web building.
7773
7774         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7775         target.
7776
7777 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7778
7779         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7780
7781         * lilypond-mode.el: turn on blink-matching-paren.
7782
7783 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7784
7785         * scm/output-sodipodi.scm (svg-header): Fix typo.
7786
7787 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7788
7789         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7790         fixes a security hole.
7791
7792         * scripts/lilypond-book.py (original_dir): remove temp_dir
7793
7794         * scm/document-translation.scm: use @code tags.
7795
7796 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7797
7798         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7799
7800         * lilypond-mode.el: add a buffer-local post-command-hook to set
7801         context dependent syntax-table after each cursor event. Remove old
7802         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7803
7804         * lilypond-indent.el: update comments.
7805
7806         * Documentation/footer.html.in: add period.
7807
7808 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7809
7810         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7811
7812         * scm/document-translation.scm (document-property-operation): add
7813         @code{} tags.
7814
7815         * VERSION (PACKAGE_NAME): release 1.7.27
7816
7817         * config.make.in: add PAPER variable
7818
7819         * buildscripts/new-chords.py (help): add help text
7820
7821         * Documentation/user/introduction.itely (Typography and program
7822         architecture):  fixes.
7823
7824         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7825         for texinfo and dvips. This fixes problems with PDF output of the
7826         wrong size.
7827
7828         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7829         DVIPS_PAPERSIZE variable
7830
7831         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7832         TEXINFO_PAPERSIZE variable 
7833
7834 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7835
7836         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7837
7838         * mf/feta-toevallig.mf: lowres fixes.
7839
7840 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7841
7842         * NEWS: Typo and fill-paragraph fixes.
7843
7844         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7845         cast #define.
7846
7847         * configure.in: 
7848         * config.hh.in: Check for lrint.
7849
7850 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7851
7852         * VERSION: 1.7.26 released
7853
7854         * lily/separation-item.cc: add padding property.
7855
7856         * input/test/*.ly: various fixes, remove solo-a2.ly
7857
7858         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7859         bugfix. Fixes old-style markup compatibility.
7860
7861         * Documentation/user/introduction.itely (Introduction): historical
7862         elucidations
7863
7864         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7865
7866         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7867
7868         * Documentation/index.texi (Top): cleanup.
7869
7870         * Documentation/user/introduction.itely (Introduction): rewrite
7871         introduction, 
7872         (Music notation and  engraving): about notation. Add flat-picture
7873
7874 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7875
7876         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7877         separation items. This keeps lyrics from bumping into each other.
7878
7879 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7880
7881         * GNUmakefile.in (topdocs-web): New target.
7882         (local-web): Depend on topdocs-web; fixes html-doc.
7883
7884 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7885
7886         * po/lilypond.pot: run po-replace
7887
7888         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7889
7890         * scm/drums.scm (reset-drum-kit): new function.
7891
7892         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7893
7894         * scripts/update-lily.py: remove
7895         
7896         * VERSION: release 1.7.25
7897         
7898         * Documentation/user/introduction.itely (Introduction): rewrite
7899         start of introduction.
7900
7901 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7902
7903         * lily/all-font-metrics.cc: fixed typo
7904
7905 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7906
7907         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7908         LilyPond-mode-context-set-syntax-table): new functions to define
7909         the syntax table according to context.
7910
7911         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7912
7913 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7914
7915         * Documentation/user/refman.itely (Figured bass): 
7916         language nit courtesy http://www.vocabula.com
7917
7918         * GNUmakefile.in: remove no kpathsea hack.
7919
7920         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7921         doco.
7922
7923         * GNUmakefile.in: remove web-doc target.
7924
7925         * lily/all-font-metrics.cc (find_afm): add message about
7926         buildscripts/clean-fonts.sh 
7927
7928         * scm/define-music-properties.scm (figure): use string for 'figure
7929
7930         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7931
7932         * input/regression/ : add raggedright = ##t where applicable. 
7933         
7934         * scm/bass-figure.scm (make-bass-figure-markup): add
7935         alignBassFigureAccidentals property.
7936
7937         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7938         bracket.
7939
7940         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7941         syllables widths into account for minimum-length.
7942
7943         * input/test/staff-container.ly: update file
7944
7945         * input/test/stem.ly: remove
7946
7947         * lily/event.cc (LY_DEFINE): add ly: prefix.
7948
7949         * input/test/clef-manual-control.ly: from manual-clef
7950
7951         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7952
7953         * input/test/different-time-signatures.ly: move to poly-metric.ly
7954
7955         * input/test/hara-kiri*,scales.ly: remove
7956         
7957         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7958         with chord-names-jazz.ly)
7959
7960         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7961         get scalable cm fonts too.
7962
7963         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7964         --encoding for mftrace if present.
7965
7966         * input/regression/slur-area.ly: move from test/
7967
7968         * input/test/: remove simple-slur-endings slur-attachment
7969         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7970         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7971         slur-symmetry slur-symmetry tie-broken.ly
7972
7973         * scm/drums.scm (set-drum-kit): add function.
7974
7975         * Documentation/user/refman.itely (Percussion staves): use
7976         set-drum-kit
7977
7978         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7979         too
7980         (Global_measure.set_timesig): handle 3/8 time sig too.
7981
7982         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7983         note about triangle note heads.
7984
7985         * scm/drums.scm: use alist for instrument-settings. This fixes the
7986         bug with assigning to drums in the .ly file.
7987
7988         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7989         CHANGED.
7990
7991         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7992         cluster-beacon-interface
7993
7994         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7995
7996         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7997
7998         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7999
8000         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8001         to get positions.
8002
8003         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8004         make ClusterSpannerBeacon to record Y positions. This removes the
8005         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8006         make cluster-note-events.
8007
8008 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8009
8010         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8011
8012         * configure.in: Use lily/main.cc as identifying source file.
8013
8014         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8015
8016         * config.hh.in: 
8017         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8018
8019         * configure.in: Require PYTHON >= 2.0.
8020
8021         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8022           $PYTHON for include dir location.
8023         (STEPMAKE_PYTHON): New function.  Use
8024         
8025             PYTHON=foo ./configure
8026
8027           to override.
8028
8029 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8030
8031         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8032         something.
8033
8034         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8035         ftp.lilypond.org everywhere.
8036
8037 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8038
8039         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8040         detected.
8041
8042         * Documentation/user/refman.itely (Grace notes): note on explicit
8043         contexts
8044
8045 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8046
8047         * lilypond-font-lock.el: add a comment about LilyPond specific
8048         escape characters: ^, - and _, in the syntax table.
8049
8050         * Documentation/user/appendices.itely: a majuscule fix.
8051
8052 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8053
8054         * input/test/trills.ly (endHorizScript): fixes.
8055
8056         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8057         notation, move from regression.
8058
8059         * input/test/script-stack.ly: change name from stacked-scripts
8060
8061         * input/test/ossia.ly: octave errors.
8062
8063         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8064         for midi-volume-equaliser
8065
8066 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8067
8068         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8069         cm fonts.
8070
8071         * mf/feta-beugel.mf: don't multiply font_count by 10.
8072
8073         * lily/lookup.cc (horizontal_line): new function. Use
8074         horizontal-line in output backends.
8075
8076         * Documentation/user/tutorial.itely (An orchestral part): new
8077         section on orchestral stuff and identifiers.
8078
8079 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8080
8081         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8082         some interference to other modes.
8083
8084 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8085
8086         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8087         not maximum of spacing wishes in polyphonic situations.
8088
8089         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8090         number
8091
8092         * lilypond-indent.el: remove paren matching. 
8093
8094         * lily/text-item.cc (interpret_new_markup): new function
8095         use iso. text2molecule.
8096
8097         * lily/main.cc (notice): change FSF address 
8098
8099         * po/de.po: update PO file to 1.6.
8100
8101 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8102
8103         * Documentation/user/ {many}: Add periods and remove spaces.
8104         
8105 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8106
8107         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8108         Disable buffer-locally default paren hook and make a new one. 
8109
8110         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8111         locally LilyPond-paren-mode. Add todo for mouse double-click.
8112
8113 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8114
8115         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8116         Disable buffer-locally default paren idle timer and make a new one. 
8117
8118         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8119         locally LilyPond-show-paren-mode. Add to menu a toggle for
8120         LilyPond-show-paren-function.
8121
8122 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8123
8124         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8125
8126 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8127
8128         * Documentation/user/refman.itely: spelling fix.
8129
8130         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8131         paren highlight function definitions. add todo for
8132         LilyPond-show-paren-mode.
8133
8134 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8135
8136         * input/template/jazz-combo.ly: new file.
8137
8138 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8139
8140         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8141         lo-res fixes.
8142
8143         * mf/feta-schrift.mf: bugfix in varcoda sign.
8144         WARNING: FONT CHANGED
8145
8146         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8147         in accordance with lexer.ll.   
8148
8149 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8150
8151         * Documentation/user/tutorial.itely: Edit introduction.
8152
8153 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8154
8155         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8156         ly:grob-staff-position
8157
8158 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8159
8160         * scm/to-xml.scm: import srfi-1
8161
8162         * VERSION (MAJOR_VERSION):  release 1.7.24
8163
8164         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8165
8166         * scripts/lilypond-book.py (do_file): put texidoc before image.
8167         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8168
8169         * input/regression/*.ly: fix snippet octaves 
8170
8171         * input/test/spanner-after-break-tweak.ly: import
8172         broken-spanner-adjustment
8173
8174         * input/no-notation/midi-transposing.ly: move from input/test/
8175
8176         * input/test/: remove chord-markup
8177
8178         * input/regression/instrument-name-partial.ly: move from input/test.
8179
8180         * input/test/vertical-text.ly: remove
8181
8182         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8183         space above lyrics lines.
8184
8185         * input/test/uniform-breaking.ly: remove file.
8186
8187         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8188         uniform spacing density. 
8189
8190         * input/test/chords.ly (keys): remove file.
8191
8192         * scm/documentation-lib.scm (oop): use srfi-1 too.
8193
8194         * input/regression/*.ly: add \version
8195
8196         * Documentation/user/*.itely: various fixes.
8197
8198         * buildscripts/mf-to-table.py (base): break table every three
8199         symbols.
8200
8201         * input/:  remove %% new-chords-done %% .
8202
8203         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8204         os-music.ly
8205         
8206 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8207
8208         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8209
8210         * scm/new-markup.scm (box-markup): new function.
8211         (box-markup): new function. Contributed by Dick Schoeller
8212         <schoeller@attbi.com>
8213
8214         * scm/lily.scm: remove reduce-no-unit 
8215         (list-insert-separator): use fold-right
8216
8217         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8218         of arguments. 
8219
8220         * NEWS: more neutral language for ancient notation 
8221
8222         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8223         inside pointing beaming for chord tremolo.
8224
8225         * Documentation/user/lilypond-book.itely: minor editing
8226
8227 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8228
8229         * NEWS: added news for 1.8 regarding ancient notation
8230
8231         * Documentation/user/refman.itely (Gregorian square neumes
8232         ligatures): fixed typo
8233
8234         * lily/vaticana-ligature-engraver.cc,
8235         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8236         lower/upper head of Pes only when heads are stacked
8237
8238         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8239         scm/define-grob-properties.scm: cleanup: make "join-left" a
8240         boolean grob property and save delta pitch in grob property
8241         "delta-pitch" instead
8242
8243         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8244
8245 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8246
8247         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8248         completely borked
8249
8250         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8251         (try_music): bug fix: beam multiplicity was completely borked.
8252
8253         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8254         first-n, butfirst-n in favor of srfi-1 functions.
8255         remove string-join, string-pad in favor of srfi-13 functions.
8256
8257         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8258
8259         * NEWS: use complete sentences.
8260
8261         * Documentation/user/introduction.itely (Example applications):
8262         add note about databases and lilypond-book.
8263
8264         * input/test/volta.ly: remove file
8265
8266         * input/regression/volta-broken-left-edge.ly: simplify file
8267
8268 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8269
8270         * Documentation/user/refman.itely (Constructing a tweak): new
8271         subsection.
8272
8273         * Documentation/user/tutorial.itely (Fine tuning layout): add
8274         common tweaks.
8275
8276         * scm/define-grobs.scm (TextScript): use new brewer.
8277
8278 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8279
8280         * VERSION: release 1.7.23
8281
8282         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8283
8284         * python/lilylib.py (make_ps_images): bugfixes.
8285
8286         * input/regression/volta-multi-staff.ly: new file.
8287
8288         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8289
8290         * Documentation/user/tutorial.itely (Piano staffs): new section.
8291         (Setting variables): new section
8292         (Fine tuning layout): new section
8293
8294         * input/just-friends.ly: remove file. Superseeded by
8295         input/test/chords-without-melody.ly
8296
8297         * ly/property-init.ly: add all commands to refman.
8298
8299         * scm/define-translator-properties.scm: remove
8300         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8301
8302         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8303         name. Underscores botch up PS output.
8304
8305         * scm/define-translator-properties.scm: remove
8306         textNonEmpty, oneBeat, regularSpacingDelta
8307
8308         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8309         rule for automaticBars.
8310
8311         * lily/timing-engraver.cc (start_translation_timestep): change
8312         barNonAuto to automaticBars
8313
8314 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8315
8316         * input/test/perform-tie.ly: delete file.
8317
8318 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8319
8320         * Documentation/user/refman.itely (Gregorian square neumes
8321         ligatures): bugfix: do not show ledger lines in neumes table
8322         (fixed by setting staff symbol to transparent rather than removing
8323         it from staff context)
8324
8325 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8326
8327         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8328         glue into brew-new-markup-molecule.
8329
8330         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8331
8332         * Documentation/user/introduction.itely (Computerized typography):
8333         new section
8334
8335         * Documentation/user/tutorial.itely (An orchestral part): remove
8336         pc example from tutorial.
8337
8338         * input/tutorial/lilbook.tex: use screech-boink
8339
8340         * scripts/lilypond-book.py (compile_all_files): split formatting
8341         output body and scheduling lilypond compilation.
8342         (format_lilypond_output_bodies): new function
8343         (format_lilypond_block): new function
8344         (html_pages): allow multi-page images in HTML
8345
8346         * python/lilylib.py (make_ps_images): rename function from
8347         make_preview, merge with make_page_images
8348
8349 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8350
8351         * input/test/key-clefs.ly: moved to regression.
8352
8353         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8354
8355         * input/no-notation/README: added note about midi-*.ly files.
8356
8357         * input/test/two-key.ly: moved to no-notation/parse5.ly
8358
8359         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8360         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8361
8362         * input/test/ {various}: modified comments, marked some for deletion.
8363
8364         * input/test/lines.ly: deleted file; duplicate of
8365         embedded-postscript.ly
8366
8367         * input/test/mmrest-collision: moved to regression.
8368
8369 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8370
8371         * scm/chord-name.scm (note-name->markup): don't superscript root
8372         alterations in chordnames.
8373
8374 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8375
8376         * Documentation/user/refman.itely (Multi measure rests): more
8377         index/cross-referencing.
8378
8379         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8380
8381         * scm/font.scm: remove properties-to-font-name code.
8382
8383         * scm/define-grob-properties.scm: remove 'type
8384
8385         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8386         conversion
8387
8388         * lily/text-spanner.cc: change 'type grob prop to 'style 
8389
8390         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8391         "first" flag to decide whether to make a start-repeat
8392
8393         * input/regression/grace-volta-repeat-2.ly: new file.
8394
8395 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8396
8397         * lilypond-indent.el: rename generic functions to LilyPond-*
8398
8399 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8400
8401         * input/test/thumb.ly: delete, merged into refman.
8402
8403         * Documentation/user/refman.itely: added thumb info to Fingering.
8404
8405         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8406         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8407         vertical-align.ly : deleted files.
8408
8409 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8410
8411         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8412
8413         * lily/line-spanner.cc (broken_trend_offset): remove function.
8414         (get_broken_offset): idem.
8415         (brew_molecule): rewrite the line-break case.
8416
8417         * input/regression/follow-voice-break.ly:  new file.
8418
8419         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8420         start of a system.
8421
8422 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8423
8424         * input/test/tuplet-rest.ly: moved to regression.
8425
8426         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8427         deleted file.
8428
8429         * input/test/ {many} : marked file for possible deletion.
8430
8431 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8432
8433         * input/regression/beam-funky.ly: add note about (disputed)
8434         correct beaming.
8435
8436         * ly/engraver-init.ly (ScoreContext): put key-signature after
8437         staff-bar
8438         
8439 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8440
8441         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8442
8443         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8444
8445         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8446
8447         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8448         stem-extend was deleted (it was duplicate example, and not as
8449         good).
8450
8451         * input/test/[s-z]*.ly: add texidoc index.
8452
8453 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8454
8455         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8456         get_first_notecolumn_y
8457
8458         * lily/spanner.cc (broken_spanner_index): new function.
8459
8460 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8461
8462         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8463         lyric-hyphen.ly : moved to regression.
8464
8465         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8466         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8467
8468         * input/test/instrument-name-mmrest.ly: moved to
8469         ../regression/multi-measure-rest-instr-name.ly
8470
8471         * input/test/knee-sym.ly: moved to
8472         ../regression/beam-knee-symmetry.ly.
8473
8474         * input/test/hymn.ly: change comments.
8475
8476         * input/test/[p-r]*.ly: add texidoc index.
8477
8478 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8479
8480         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8481         to postfix syntax
8482         
8483         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8484         syntax.
8485
8486         * VERSION: release 1.7.22
8487
8488 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8489
8490         * input/test/[h-k]*.ly: added texidoc index.
8491
8492         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8493
8494         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8495
8496         * input/test/ various : mark files for deletion or moving to
8497         regression.
8498
8499         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8500
8501         * input/test/[l-o]*.ly: added texidoc index.
8502
8503 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8504
8505         * scm/music-functions.scm (make-ottava-set): 
8506         only do ottavation if centralCPosition is set.
8507
8508         * lily/translator-scheme.cc (ly:context-property-where-defined):
8509         return '() if not found.
8510
8511 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8512
8513         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8514         Use one command for both commenting and uncommenting.
8515
8516         * lilypond-indent.el (LilyPond-comment-region): new function,
8517         (un)comments each line separately.
8518
8519         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8520         
8521         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8522         imenu is not added by default; adapted from f90.el,
8523         makes Help-menu, which does not fit, visible in XEmacs.
8524         
8525 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8526
8527         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8528         show-paren-mode sets blink-matching-paren-on-screen local.
8529         Try to make show-paren-function to paren-highlight local.
8530
8531         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8532         Copy definitions of Emacs' show-paren-function and
8533         XEmacs' paren-highlight and make minimal changes;
8534         add comments about locality. 
8535         Fix matching first open-paren-char in '<< .. >>'.
8536
8537 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8538
8539         * input/test/g*: added texidoc index.
8540
8541         * input/test/[a-g]*: added raggedright==#t when it
8542          seemed appropiate.
8543
8544         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8545
8546         * Documentation/topdoc/INSTALL.texi: removed false warnings
8547         about gcc 3.3.
8548
8549 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8550
8551         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8552
8553         * input/test/chords-without-melody.ly (texidoc): add from
8554         input/just-friends.ly
8555
8556         * input/regression/size{13--26}.ly: move from input/
8557
8558         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8559         input/{star-spangled-banner,twinkle}.ly: remove 
8560         
8561         * lily/slur.cc: remove slur over rest warnings.
8562
8563         * lily/note-spacing.cc (get_spacing): include left part of right
8564         object in fixed space. This fixes stretched space before
8565         accidentals.
8566
8567         * input/regression/spacing-accidental-stretch.ly: new file.
8568
8569 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8570
8571         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8572         Reduce to 16pt.
8573
8574 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8575
8576         * input/regression/spacing-knee.ly: docstring
8577
8578         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8579
8580         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8581         input/tutorial/{test,solar,flowing}.ly: remove
8582
8583         * input/rhythm.ly: remove
8584
8585         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8586
8587         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8588         update syntax. 
8589
8590         * scm/define-grobs.scm (all-grob-descriptions): set
8591         knee-spacing-correction to 1.0
8592
8593         * lily/note-spacing.cc (stem_dir_correction): compute knee
8594         correction using stem-thickness and head width.
8595
8596         * input/regression/beam-quanting-horizontal.ly: update texidoc
8597
8598         * scm/define-grobs.scm (all-grob-descriptions): set
8599         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8600         This fixes 32nd beams for noteheads in spaces quants.
8601
8602         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8603
8604 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8605
8606         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8607
8608 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8609
8610         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8611
8612         * VERSION (PACKAGE_NAME): release 1.7.21
8613
8614         * input/regression/stem-shorten.ly: new file.
8615
8616         * lily/stem.cc (get_default_stem_end_position): revise stem
8617         shortening code.
8618
8619         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8620
8621         * input/test/{scripts,volta-start,sleur}.ly: remove
8622         
8623         * input/regression/span-bar.ly: smaller file.
8624
8625         * input/regression/spacing-{natural,tight,loose}.ly: remove
8626
8627         * input/test/markup.ly: remove
8628
8629         * scripts/lilypond-book.py: put printfilename in separate chunk,
8630         so texidoc is printed after the filename.  
8631
8632 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8633
8634         * make/lilypond.mandrake.spec.in: fix docdirs.
8635
8636 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8637
8638         * input/regression/beam-french.ly: bugfix.
8639
8640         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8641
8642         * input/regression/(various).ly: add raggedright = #t.
8643
8644         * input/regression/auto-beam.ly: move from abe.ly
8645
8646 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8647
8648         * input/test/f*.ly: added texinfo index.
8649         
8650         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8651
8652 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8653
8654         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8655         quant penalty for beam just outside staff.
8656
8657         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8658         from beam-pos.ly,  remove non-horizontal tests. 
8659
8660         * input/test/(various): cleanup header info. 
8661
8662         * input/test/tchaikovsky.ly: remove file.
8663
8664         * scm/chord-generic-names.scm: move from
8665         double-plus-new-chord-name.scm
8666
8667         * input/test/orchestscore.ly: remove file
8668
8669         * Documentation/user/refman.itely (Vocal music): update documentation.
8670
8671         * scm/define-translator-properties.scm (chordNoteNamer): remove
8672         chordNameStyle, use chordNameFunction
8673
8674         * scm/chord-name.scm (set-chord-name-style): remove
8675         set-chord-name-style. Use \property chordNameFunction.
8676
8677 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8678
8679         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8680         music): remove @TeX{} command.
8681
8682 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8683
8684         * lilypond-indent.el (scan-sexps): Renamed to
8685         aargh-this-breaks-other-emacs-modes-scan-sexps.
8686
8687 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8688
8689         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8690         closing slurs: '()', etc. Add comments.
8691
8692         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8693
8694         * lilypond-font-lock.el: match unending string at eof.
8695
8696         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8697         
8698 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8699
8700         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8701         input/test/beam-dir.ly input/test/beam-position.ly    
8702         input/test/beam-suspect.ly input/test/beam-trend.ly    
8703         input/test/beams.ly input/test/crescendo-text.ly : deleted
8704         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8705         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8706         * input/test/default-bars.ly: moved to bar-always.ly
8707         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8708
8709 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8710
8711         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8712
8713 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8714
8715         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8716
8717 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8718
8719         * lilypond-indent.el: Match better slurs in scheme expressions.
8720         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8721
8722         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8723
8724 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8725
8726         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8727
8728         * input/ac-extra-voice.ly: Add texidoc.
8729
8730         * ly/chord-modifiers-init.ly: 
8731         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8732         and chordNameExceptionsPartial for new chord names.
8733
8734         * input/test/chord-names-dpnj.ly: 
8735         * input/test/dpncnt.ly: Update.
8736
8737         * scm/chord-name.scm: 
8738         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8739         chord selection and options.
8740
8741         * ly/chord-modifiers-init.ly: Add exceptions 
8742
8743         * scm/define-translator-properties.scm (chordNameStyle) 
8744         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8745
8746 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8747
8748         * ly/property-init.ly (germanChords): Added.
8749         (semiGermanChords): Added.
8750         
8751         * input/test/chord-names-german.ly: Use new macros
8752         
8753 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8754
8755         * lilypond-indent.el: Use similar parenthesis highlighting for 
8756         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8757         functions; removed LilyPond-show-paren-function. Fix indenting.
8758         Turn paren-matching on also in XEmacs.
8759
8760         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8761         as needed by parenthesis highlighting functions (in scan-sexp).
8762
8763 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8764
8765         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8766         function.
8767         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8768
8769 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8770
8771         * lilypond-indent.el: tune regexp for show-paren-function.
8772
8773 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8774
8775         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8776         for all LilyPond-produced tex snippets.
8777
8778         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8779         fixes one line --preview output of ly2dvi.
8780
8781 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8782
8783         * lilypond-indent.el: match only one type of slurs in
8784         LilyPond-show-paren-function.
8785
8786 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8789         * debian/lilypond1.7.dirs: 
8790         * debian/lilypond1.7-doc.dirs: New file.
8791
8792         * input/regression/chord-name-exceptions.ly: Add parameter for
8793         ignatzekExceptions.  Quote hash in docstring.
8794
8795 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8796
8797         * lilypond-indent.el (show-paren-function): define show-paren-function
8798         as LilyPond-blink-matching-open and use it for closing parens.
8799         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8800
8801         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8802         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8803         LilyPond-blink-matching-paren in order to match both open and close
8804         brackets.
8805         
8806 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8807
8808         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8809         testing by modifying the code from FSF Emacs paren.el. Add comments.
8810
8811 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8812
8813         * input/test/dpncnt.ly: Transpose example to match new
8814         default \chords octave.  Add comment.
8815         
8816         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8817         comment about octave change.
8818
8819 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8820
8821         * input/test/[d,e]: added texinfo index tags.
8822         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8823
8824 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8825
8826         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8827
8828 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8829
8830         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8831         as in blink-matching-open.
8832
8833 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8834
8835         * input/test/[a-c]: more comments in files.
8836         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8837         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8838         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8839         mark file for proposed deletion.
8840         * input/test: renaming files:
8841         auto-beam-4-8.ly to beam-auto-4-8.ly
8842         auto-beam-override.ly to beam-auto-override.ly
8843         auto-beam.ly to beam-auto.ly
8844         blank.ly to blank-paper.ly
8845         absolute-volume.ly to dynamic-absolute-volume.ly
8846
8847 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8848
8849         * input/test/dpncnt.ly: 
8850         * input/test/chord-names-dpnj.ly: Resurrect.
8851
8852         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8853
8854         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8855
8856         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8857         Better docstring, add parameter OMIT-ROOT, tidy up.
8858
8859 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8860
8861         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8862
8863 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8864
8865         * scm/output-ascii-script.scm (as-font-alist-alist):
8866         (as-properties-to-font-name):
8867         (as-make-style-sheet): Remove.
8868
8869         * scm/font.scm (as-make-font-list): New function.
8870         (as-font-sheet-alist): New variable.
8871
8872         * ly/paper-as9-init.ly: 
8873         * ly/paper-as5-init.ly: Update.
8874
8875         * ly/paper-as5.ly:
8876         * ly/paper-as9.ly: New file.
8877
8878 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8879
8880         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8881
8882 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8883         * input/sondag-morgen/*: removed due to copyright concerns.
8884         * input/[a,b]*.ly: added a newline at the end of the texinfo
8885         doc string (produces better output in HTML version).
8886         * input/c*.ly: added texinfo index and added comments to
8887         aid in future changes to input/test/ files.
8888
8889 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8890         
8891         * Documentation/user/refman.itely: fixed build problem (missing
8892         file) caused by previous renaming.
8893
8894 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8895         
8896         * input/test/[a,b]*.ly: added texinfo index and added comments to
8897         aid in future changes to input/test/ files.
8898         * input/test/bar-number-every-5-reset.ly: renamed to
8899         bar-number-every-five-reset.ly
8900         * input/test/bar-script-visibility.ly: renamed to
8901         bar-number-show-all.ly
8902
8903 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8904
8905         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8906         to Voice.
8907
8908         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8909         out note-line and glissando functionality.
8910         
8911         * lily/line-spanner.cc (brew_molecule): cleanup.
8912
8913 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8914
8915         * scripts/as2text.scm: Use rdelim module.
8916         (start-system): Rename from start-line.
8917         (stop-system): Rename from stop-line.
8918         (af-gulp-file): Use string iso symbol for getenv.
8919
8920         * scm/output-ascii-script.scm: Add guile and lily modules.
8921         (font-name-alist): New variable.
8922         (draw-line): New function.
8923
8924         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8925         (Were these silently removed, without ChangeLog entry?)
8926
8927 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8928
8929         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8930         process 2nd ottava correctly.
8931
8932 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8933
8934         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8935
8936 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8937
8938         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8939
8940 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8941
8942         * VERSION: release 1.7.20
8943         
8944         * lily/text-spanner.cc (brew_molecule): clean up function. This
8945         fixes bugs with broken 8va spanners.
8946
8947         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8948         This prevents spurious line-breaks with raggedright
8949         
8950 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8951
8952         * lily/key-performer.cc (create_audio_elements): always use major
8953         key
8954
8955         * Documentation/user/internals.itely: updates
8956
8957         * input/regression/beam-break.ly: new file.
8958
8959         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8960         beams if starting or terminating stems have 'beaming set.)
8961
8962         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8963         property.
8964
8965         * lily/parser.yy (verbose_command_req): add comment about scales.
8966
8967 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8968
8969         * lilypond-indent.el: adjust regexps in bracket-matching.
8970
8971 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8972
8973         * Documentation/user/refman.itely: more tiny fixes
8974
8975         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8976         "Chord names"; added table with input syntax for solesmes neumes
8977         table; added some words about rationale on input syntax design
8978
8979         * lily/gregorian-ligature-engraver.cc,
8980         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8981         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8982         alignment of Pes Initio Debilis
8983
8984         * Documentation/user/refman.itely,
8985         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8986         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8987         bugs in the solesmes neumes table
8988
8989 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8990
8991         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8992         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8993
8994         * lilypond-mode.el: fix tag-score. small improvements.
8995
8996 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8997
8998         * .cvsignore: Add aclocal.m4.
8999
9000         * lily/music-constructor.cc: Include <assert.h>.
9001
9002 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9003
9004         * ly/engraver-init.ly (HaraKiriStaffContext): use
9005         RemoveEmptyStaffContext instead.
9006
9007         * Documentation/user/refman.itely: updates
9008
9009 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9010
9011         * Documentation/user/refman.itely: added solesmes neumes table;
9012         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9013         bugfix: "Ornaments" -> "Articulations"
9014
9015         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9016
9017 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9018
9019         * lilypond-indent.el: Add a message about trying to match \] or \).
9020         
9021 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9022         
9023         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9024         obsolete "arithmetic_*"
9025
9026         * input/bugs/ligatures.ly: removed (will be put into a different
9027         directory later)
9028
9029 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9030
9031         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9032         libkpathsea (Maurizio Tomasi).
9033
9034 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9035
9036         * input/regression/repeat-slash.ly (texidoc): new file
9037
9038         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9039         slash repeats separately. Slash repeats and %
9040         repeats can now be nested.
9041
9042 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9043
9044         * lilypond-indent.el: Add preliminary test for closing \] and \).
9045         
9046 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9047
9048         * lily/gregorian-ligature-engraver.cc,
9049         lily/vaticana-ligature-engraver.cc,
9050         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9051         mf/parmesan-heads.mf: various semivocalis related bugfixes
9052
9053         * input/bugs/ligatures.ly: new file demonstrating problems with
9054         ligatures
9055         
9056 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9057
9058         * lilypond-mode.el,
9059         lilypond-font-lock.el,
9060         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9061
9062 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9063
9064         * lilypond-mode.el: Remove outdated code. Stress the difference 
9065         between Emacs and XEmacs definitions.
9066
9067         * lilypond-mode.el,
9068         lilypond-indent.el: Define a function interactive only when necessary.
9069
9070 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9071
9072         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9073         Use inactive regions also in XEmacs.
9074
9075 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9076
9077         * Documentation/user/refman.itely (Repeat syntax): more updates
9078
9079         * lily/simple-spacer.cc (solve): move solution process into
9080         solve(). This fixes a bug with collisions and raggedright = ##t.
9081  
9082         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9083
9084         * ly/engraver-init.ly: remove GraceContext. Update examples.
9085
9086 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9087
9088         * GNUmakefile.in (fonts): Also make fontball.
9089
9090         * Website fixes:
9091
9092         * ly/engraver-init.ly (GraceContext): Add.
9093
9094         * run:
9095
9096             convert-ly $(find . -name *.ly)
9097
9098         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9099         new chords.
9100
9101 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9102
9103         * VERSION: 1.7.19 released
9104         
9105         * scm/music-functions.scm (set-octavation): new function.
9106
9107         * input/regression/ottava.ly: new file
9108
9109         * lily/translator-scheme.cc (LY_DEFINE): new function
9110         ly:unset-context-property
9111         (LY_DEFINE) new function ly:context-property-where-defined: 
9112
9113 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9114
9115         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9116
9117         * lilypond.words: add few.
9118
9119         * input/test/script-chart.ly: fix typo.
9120
9121 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9122
9123         * scm/define-grobs.scm: uniform naming for definitions and output
9124         routine files. 
9125
9126         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9127         scm/context-description.scm
9128
9129         * lily/parser.yy (translator_spec_body): add \description to the
9130         \translator{} body syntax.
9131
9132         * lily/ottava-engraver.cc: new file.
9133
9134         * scm/chord-name.scm (natural-chord-alteration): replace old
9135         chord stuff. 
9136
9137         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9138
9139         * Documentation/user/refman.itely (Metronome marks): update doco.
9140
9141         * input/regression/markup-note.ly: new file
9142
9143         * input/regression/metronome-marking.ly: new file
9144
9145         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9146
9147         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9148         metronome marks.
9149
9150 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9151
9152         * Documentation/user/GNUmakefile: Compatibility fix for new
9153         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9154         for making binary packages; info splitting bug has been fixed.
9155
9156         * Documentation/user/refman.itely: Compile fixes.
9157
9158 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9159
9160         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9161         Count \midi -keywords also for a region.
9162
9163 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9164
9165         * lily/lookup.cc (LY_DEFINE): new function
9166
9167         * Documentation/user/tutorial.itely: updates
9168
9169 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9170
9171         * lilypond-mode.el: Allow Midi on buffer.
9172         Use only '.ly'-extension, remove '.sly' and '.fly'.
9173         Allow use of inactive regions. Invoke next Command on Master file, 
9174         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9175
9176 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9177
9178         * Documentation/user/tutorial.itely: updates.
9179
9180 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9181
9182         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9183
9184 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9185
9186         * lily/coherent-ligature-engraver.cc: fixed typo
9187
9188         * lily/coherent-ligature-engraver.cc,
9189         lily/gregorian-ligature-engraver.cc,
9190         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9191         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9192         lily/vaticana-ligature-engraver.cc,
9193         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9194         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9195         removed all ligature specific stuff from NoteHead code
9196
9197         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9198         ligatures now use regular noteheads
9199
9200         * lily/vaticana-ligature.cc: tiny code cleanups
9201
9202         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9203         space between two adjacent noteheads of the same pitch
9204
9205         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9206         description; cleanup: removed obsolete font-family settings
9207
9208 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9209
9210         * lily/coherent-ligature-engraver.cc,
9211         lily/gregorian-ligature-engraver.cc,
9212         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9213         lily/mensural-ligature-engraver.cc,
9214         lily/vaticana-ligature-engraver.cc,
9215         lily/include/gregorian-ligature-engraver.hh: updated for new
9216         Coherent_ligature_engraver; added comments that describe the basic
9217         design ideas of the ligature implementation
9218
9219         * lily/coherent-ligature-engraver.cc,
9220         lily/include/coherent-ligature-engraver.hh: new file: shared code
9221         between mensural ligatures and Gregorian chant notation ligatures
9222
9223 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9224
9225         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9226         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9227         use only two arguments in sit-for, use no arguments in
9228         read-char-exclusive, backspace is not a character (127) in XEmacs.
9229
9230         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9231
9232 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9233
9234         * lilypond-mode.el: un-commenting works after syntax-table fix.
9235
9236         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9237         group, verbose commenting for syntax table.
9238
9239         * lilypond-indent.el: add TODO for ligature slurs.
9240
9241 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9242
9243         * lilypond-mode.el: Move comments of parenthesis matching away,
9244         (blink-matching-paren-on-screen) fix blinking in Emacs.
9245
9246         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9247         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9248
9249         * lilypond-indent.el: Add TODO for parenthesis matching.
9250
9251 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9252
9253         * lilypond-mode.el: Fix XEmacs: 
9254         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9255         invoke explicitly easy-menu-add (in Emacs done automatically).
9256         
9257         * lilypond.words: Add few words from input/*/*.ly.
9258
9259 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9260
9261         * VERSION (PATCH_LEVEL): release 1.7.18
9262
9263         * scripts/lilypond-book.py: only print basename for printfilename
9264         option
9265
9266         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9267         and syntax updates.
9268
9269 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9270
9271         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9272         better parametrisation. Move fatness of bulb downward.
9273
9274         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9275         glyph names. Underscores are not allowed .ps encoding files.
9276
9277 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9278
9279         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9280         variable "packed" for packed right-ragged mode
9281
9282         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9283         unused variable ragged; fixed indentation
9284
9285         * Documentation/user/refman.itely: tiny cleanups in ancient
9286         clef and custos section
9287
9288 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9289
9290         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9291         \applyoutput PROCEDURE
9292
9293         * lily/my-lily-lexer.cc: add \applyoutput.
9294
9295         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9296
9297         * lily/text-item.cc: clean text-interface description
9298
9299 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * input/{regression,test}/: use postfix for slur endings and beam
9302         begins.
9303
9304         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9305         style beams too. 
9306
9307         * input/regression/lyrics-melisma-beam.ly: new file.
9308
9309         * lily/lyric-engraver.cc (process_music): change from
9310         process_acknowledged_grobs()
9311
9312         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9313         functions to set and revert auto-beam settings.
9314
9315 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9316
9317         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9318
9319 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9320
9321         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9322         Documentation/user/lilypond.tely: fixed some typos; updated author
9323         info
9324
9325         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9326         #"" -> #'flag-style = #'()
9327
9328         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9329         cleanup: removed dead #includes
9330
9331         * lily/gregorian-ligature-engraver.cc,
9332         lily/include/gregorian-ligature.hh,
9333         scm/grob-property-description.scm: small cleanups, small spacing
9334         fixes
9335
9336         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9337         lily/vaticana-ligature.cc,
9338         lily/include/gregorian-ligature-engraver.hh,
9339         scm/grob-property-description.scm, scm/music-types.scm:
9340         "porrectus" -> "pes or flexa"
9341
9342         * ly/engraver-init.ly, scm/grob-description.scm,
9343         scm/grob-property-description.scm: junked porrectus, now handled
9344         by ligature code
9345
9346         * scm/grob-description.scm: bugfix: added space-alist entry for
9347         breathing sign/custos
9348
9349 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9350
9351         * Another grand 2003 update.
9352         
9353         * Remove mentioning of `mudela'; There's no such thing.
9354
9355 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9356
9357         * Documentation/user/preface.itely (Preface to version 1.8): update
9358
9359         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9360
9361         * Documentation/user/converters.itely (Invoking convert-ly): revise
9362
9363         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9364
9365         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9366
9367 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9368
9369         * Documentation/user/internals.itely: more updates.
9370
9371 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9372
9373         * Documentation/user/refman.itely: revise 
9374
9375         * Documentation/user/internals.itely: revise
9376
9377         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9378
9379 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9380
9381         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9382         beautification: reformatted ancient clefs section; cleanup: small
9383         wording fixes
9384
9385 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9386
9387         * lilypond.words: added words for chant notation, sorted
9388         alphabetically through "sort lilypond.words"
9389
9390 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9391
9392         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9393         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9394         chant notation
9395
9396 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9397
9398         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9399         prevent TeX from interpreting them as long dash
9400
9401         * input/test/vaticana.ly: updated
9402
9403         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9404         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9405         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9406         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9407         fixes
9408
9409         * mf/parmesan-heads.mf: ledger endings: removed dead code
9410
9411 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9412
9413         * VERSION: 1.7.17 released
9414         
9415         * Documentation/user/GNUmakefile
9416         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9417         files too.
9418
9419         * scm/document-markup.scm: new file: document all markup
9420         functions.
9421
9422         * scm/documentation-generate.scm: rename all documentation modules
9423         to document-*.scm
9424
9425         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9426         .png
9427
9428         * input/test/divisiones.ly: added
9429
9430         * input/regression/output-property.ly: new file
9431
9432         * lily/cluster.cc: change cluster-interface to use style property
9433
9434 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9435
9436         * input/test/chord-names-german.ly: modified.
9437
9438         * scm/chords-ignatzek.scm:
9439           chord-name->german-markup: Added
9440           note-name->german-markup: Changed (now producing lowercase notenames)
9441
9442         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9443         
9444 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9445
9446         * scripts/convert-ly.py (FatalConversionError.conv):
9447         divisiominima -> divisioMinima, etc.
9448
9449         * ly/engraver-init.ly (FiguredBassContext): add
9450         Separating_line_group_engraver to Figured bass context.
9451
9452         * ly/german-chords-init.ly: remove file
9453
9454         * input/test/chord-names-german.ly (scm): new file.
9455
9456         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9457
9458         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9459         Chord_name_engraver
9460
9461         * Documentation/user/refman.itely: lots of updates.
9462
9463         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9464         new file
9465
9466         * input/test/bar-number-every-5-reset.ly: new file.
9467
9468 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9469
9470         * input/regression/chord-name-major7.ly: new file
9471
9472         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9473         if specced explicitly.
9474
9475         * input/regression/chord-name-entry-11.ly: new file.
9476
9477         * input/test/slur-beautiful.ly: new file.
9478
9479         * Documentation/user/refman.itely: updates.
9480
9481         * input/regression/collisions.ly (threevoice): cleanup.
9482
9483         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9484
9485 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9486
9487         * Documentation/user/*.itely: various updates.
9488
9489         * ly/spanners-init.ly: enddecr/ endcr.
9490
9491         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9492         of tutorial
9493
9494 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9497
9498         * lily/new-chord-name-engraver.cc (process_music): use octavation
9499         (a number) instead of original-pitch to store inversions. This
9500         fixes a problem with transposed chords with inversions.  
9501
9502 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9503
9504         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9505         used in includable-lexer.hh.
9506
9507         * lily/includable-lexer.cc: Bugfix: include config.h.
9508
9509         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9510         circumvention of Debian packaging bug.
9511
9512 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9513
9514         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9515         
9516         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9517
9518         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9519         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9520
9521         * lily/include/includable-lexer.hh: 
9522         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9523
9524         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9525
9526         * aclocal.m4: Regenerate.
9527
9528         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9529         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9530
9531         * scm/pdf.scm (use-modules): Include lily.
9532
9533         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9534         Noordkamp).
9535         (use-modules): Include lily.
9536         (lily-def): Bugfix: include tex-val in let.
9537
9538 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9539
9540         * lilypond-mode.el: sensible error if lilypond.words not found.
9541
9542         * lilypond.words: add few words.
9543
9544 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9545
9546         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9547
9548         * mf/parmesan-scripts.mf: fixed typo in char name
9549
9550 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9551
9552         * VERSION: 1.7.16 released
9553
9554         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9555         (this is a security vulnerability).
9556
9557         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9558
9559         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9560         add staff support.
9561
9562 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9563
9564         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9565         ly/script-init.ly, scm/script.scm: bugfix: renamed
9566         fermata->signumcongruentiae to fix naming clash with feta font
9567
9568 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9569
9570         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9571
9572         * lily/multi-measure-rest-engraver.cc
9573         (start_translation_timestep): use grace timing too for determining
9574         when to make mmrest.
9575         (start_translation_timestep): clear numbers too.
9576
9577 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9578
9579         * scm/music-types.scm: compile fix: escape braces
9580
9581         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9582         work around font selection problem
9583
9584         * Documentation/user/refman.itely: BreathingSign: added docu for
9585         property "text"
9586
9587 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9588
9589         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9590         information.
9591
9592 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9593
9594         * lily/multi-measure-rest-engraver.cc (class
9595         Multi_measure_rest_engraver): make multiple Number objects, one
9596         for each MultiMeasureTextEvent.
9597
9598         * scm/music-functions.scm (glue-mm-rest-texts): use
9599         MultiMeasureTextEvent
9600
9601         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9602
9603         * Documentation/user/refman.itely (Multi measure rests): update.
9604
9605 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9606
9607         * lily/ly-module.cc (ly_copy_module_variables): use
9608         scm_internal_hash_fold() for iterating modules.
9609
9610 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9611
9612         * Documentation/user/refman.itely: Section Custodes: added more
9613         example code
9614
9615         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9616         neo-mensural rests to parmesan font
9617
9618         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9619         header
9620
9621 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9622
9623         * Documentation/user/macros.itexi: @fileref macro.
9624
9625         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9626         each file. 
9627
9628 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9629
9630         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9631         Documentation/topdocs/AUTHORS.texi: updated my email address
9632
9633         * Documentation/user/refman.itely: updated custos documentation;
9634         beautified divisiones example; beautified articulations table
9635
9636         * lily/breathing-sign.cc: bugfix: finalis molecule
9637
9638 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9639
9640         * Documentation/user/refman.itely: added docu for
9641         contemporary fermata symbols, gregorian breathing signs; small fixes
9642
9643         * ly/gregorian-init.ly: removed obsolete #'type props
9644
9645 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9646
9647         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9648         minimum-length property correctly.
9649
9650 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9651
9652         * scm/music-functions.scm (make-multi-measure-rest): set input
9653         locations for multimeasure rests.
9654
9655 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9656
9657         * input/regression/breathing-sign.ly: updated to for ancient
9658         notation
9659
9660 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9661
9662         * scripts/ly2dvi.py: Add newline.
9663
9664 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9665
9666         * scripts/ly2dvi.py (dependency_files): Compile fix.
9667
9668 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9669
9670         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9671         (make_html_menu_file): --html menu. 
9672
9673 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9674
9675         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9676
9677 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9678
9679         * input/screech-boink.ly: new file.
9680
9681 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9682
9683         * scripts/lilypond-book.py (make_lilypond_file): convert
9684         lilypond-file to lilypond block directly, without going through
9685         begin/end lilypond text.
9686         
9687
9688 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9689
9690         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9691         scm/grob-description.scm: moved Michael's original breathing sign
9692         code in brew_molecule() to divisio_minima(); provided new
9693         brew_molecule() that effectively replaces the
9694         Text_item::brew_molecule callback (with additional fallback to
9695         Michael's original code); added callbacks for brewing divisio
9696         maior/maxima and finalis
9697
9698         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9699         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9700
9701         * script-init.ly: added shortfermata, longfermata,
9702         verylongfermata, varcoda
9703
9704         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9705         longfermata, verylongfermata, varcomma, varcoda
9706
9707 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9708
9709         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9710           Remove all noquote and insert a few quote.
9711         
9712         * Documentation/user/lilypond-book.itely (Music fragment options),
9713           scripts/lilypond-book.py: Don't include quotation blocks by
9714           default. Introduce option quote instead of noquote
9715
9716 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9717
9718         * VERSION: 1.7.15 released
9719         
9720         * Documentation/user/lilypond.tely: omf updates.
9721
9722         * buildscripts/texi2omf.py (omf_vars): include version.date
9723
9724         * make/lilypond.redhat.spec.in: fixes for spec file. 
9725
9726         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9727         by function definition: lily now requires a recent GNU Make.
9728
9729         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9730         writing.
9731
9732         * make/ly-rules.make: remove .ly -> .tex rule
9733
9734         * Documentation/user/refman.itely (Figured bass): revised figured
9735         bass example.
9736
9737 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9738
9739         * stepmake/stepmake/omf-targets.make (local-install): add
9740         scrollkeeper-update message.
9741
9742         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9743         to binary.
9744         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9745
9746         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9747
9748         * Documentation/user/converters.itely (Invoking midi2ly): add
9749         track/channel notice.
9750
9751 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9752
9753         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9754
9755         * lily/parser.yy (scalar): DIGIT is also a scalar.
9756
9757         * Documentation/user/music-glossary.tely: add @omf tags
9758
9759         * Documentation/user/lilypond.tely: add @omf tags
9760
9761         * scm/generate-documentation.scm (string-append): add @omf tags.
9762
9763         * stepmake/stepmake/omf-*: new files 
9764
9765         * input/regression/multi-measure-rest.ly (texidoc): add doco
9766
9767         * GNUmakefile.in (web-doc-install): add web-doc-install target
9768
9769         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9770         fixes crashes while dumping MIDI.
9771
9772         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9773         midi
9774
9775 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9776
9777         * buildscripts/texi2omf.py: new file.
9778
9779         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9780         font-name
9781
9782 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9783
9784         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9785
9786         * lily/sequential-iterator.cc (descend_to_child): call
9787         descend_to_child() for all types of music.
9788
9789 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9790
9791         * scm/translator-property-description.scm: Add
9792         bassFigureFormatFunction.  Replace some entries.
9793
9794 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9795
9796         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9797         clean out.
9798
9799 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9800
9801         * scripts/midi2ly.py (Note.dump): never dump duration for
9802         dump_dur=0.
9803
9804         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9805         new function
9806
9807         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9808         figures using new markups. Much simpler, and should improve layout
9809         a little.
9810
9811         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9812
9813 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9814
9815         * ly/engraver-init.ly: use Hara kiri by default for 
9816         ChordNames, FiguredBass and Lyrics(Voice) context. 
9817
9818         * lily/axis-group-engraver.cc (acknowledge_grob): use
9819         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9820
9821         * scm/new-markup.scm (markup-function-list): add bracket,
9822         vbracket.
9823
9824         * ly/engraver-init.ly (ChordNamesContext): set
9825         minimumVerticalExtent
9826
9827 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9828
9829         * input/test/time-signature-double.ly: new file 
9830
9831         * input/regression/collision-head-chords.ly (texidoc): new file.
9832
9833         * lily/type-swallow-translator.cc: add note swallow translator 
9834
9835         * input/test/time-signature-double.ly: new file.
9836
9837         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9838
9839         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9840         (FiguredBassContext): idem.
9841
9842         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9843
9844         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9845
9846         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9847
9848         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9849         .afm dependency
9850
9851         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9852
9853         * python/lilylib.py (make_page_images): add function.
9854
9855         * scripts/ly2dvi.py (run_latex): include title in preview image.
9856
9857         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9858         from lilypond-book for <ly2dvifile> tags in HTML.
9859
9860         * scripts/ly2dvi.py (option_definitions): add --debug option to
9861         print out environment.
9862
9863         * input/regression/tie-chord-partial.ly: new file.
9864
9865 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9866
9867         * lilypond.words: add 3
9868
9869 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9870
9871         * scm/new-markup.scm (markup-function-list): add finger-markup
9872
9873         * input/tutorial/brahms-tweaked.ly: new markup 
9874
9875         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9876
9877         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9878         crash when processing '() markup
9879
9880         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9881
9882         * lily/breathing-sign.cc (railtracks): another caesura.
9883
9884         * mf/feta-schrift.mf: caesura symbol. 
9885
9886 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9887
9888         * scripts/convert-ly.py (FatalConversionError.conv): add
9889         ly:molecule-XXX conversions.
9890
9891         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9892
9893         * input/regression/multi-measure-rest-text.ly: new file.
9894
9895         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9896         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9897
9898         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9899         ScoreContext
9900
9901         * scm/new-markup.scm (center-markup): \center markup.
9902
9903         * scm/music-functions.scm: remove pitchify scripts.
9904
9905         * lily/music.cc (print_smob): display music name if available 
9906
9907 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9908
9909         * Documentation/user/refman.itely (Instrument names): remove
9910         \turnOff doco.
9911
9912 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9913
9914         * lily/score.cc (mark_smob): bugfix.
9915
9916         * input/regression/rehearsal-mark.ly: new file.
9917
9918         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9919         report error at the current token again.
9920
9921 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9922
9923         * cygwin/mknetrel: Exit if doc build fails.
9924
9925         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9926
9927 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9928
9929         * scm/music-types.scm (music-descriptions): add doc strings
9930
9931 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9932
9933         * lily/lexer.ll: 
9934         * lily/include/my-lily-lexer.hh: 
9935         * lily/include/includable-lexer.hh: Add flex kludge.
9936
9937         * config.hh.in: 
9938         * config.make.in: 
9939         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9940         cruft.
9941         
9942         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9943         code.
9944
9945 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9946
9947         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9948
9949         * lily/parser.yy (new_chord): Compile fix.
9950
9951 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9952
9953         * Documentation/user/refman.itely (Tuning groups of objects):
9954         remove documentation for \turnOff. 
9955
9956         * lily/percent-repeat-engraver.cc (try_music): add correct
9957         processing moments for double-measure percents as well.
9958
9959         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9960
9961         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9962         grob prop type. 
9963
9964         * Documentation/user/refman.itely (Printing named chords): add
9965         chord name tweak doco.
9966
9967         * input/template/gregorian-transcription.ly: new file.
9968
9969 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9970
9971         * VERSION: 1.7.13 released
9972         
9973         * input/test/*: lots of cleanups/comment-outs/removals in chord
9974         examples
9975         
9976         * input/regression/*: lots of cleanups/comment-outs/removals in
9977         chord examples
9978         
9979         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9980         options
9981
9982         * lily/new-chord-name-engraver.cc (process_music): give original
9983         inversion pitch to chord name routine.
9984
9985         * input/tutorial/os-score.ly: update to new markup
9986
9987         * Documentation/user/appendices.itely: simply include
9988         chords-ignatzek. 
9989
9990         * Documentation/user/refman.itely (Chords mode): add documentation
9991         for chord mode.
9992
9993         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9994         not present in chord.
9995         (construct-chord): add inversion and bass support.
9996
9997         * lily/chord.cc: junk contents.
9998
9999 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10000
10001         * Documentation/user/refman.itely:
10002         * Documentation/user/music-glossary.tely: fix. 
10003
10004 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10005
10006         * scm/chord-entry.scm (construct-chord): move chord construction
10007         to Scheme.
10008
10009         * lily/parser.yy (new_chord): new setup for chord entry.
10010
10011 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10012
10013         * lilypond.words:
10014         * Documentation/user/music-glossary.tely: add ambitus.
10015
10016 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10017
10018         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10019
10020         * lily/include/*.hh: string() -> to_string()
10021
10022         * scm/chords-ignatzek.scm: new file.
10023
10024         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10025         standard chord name exceptions.
10026
10027         * scm/translator-property-description.scm (chordNameSeparator):
10028         add property.
10029         (majorSevenSymbol): add property
10030
10031         * lily/translator-scheme.cc (ly:context-properties): new function
10032         (ly:context-parent): new function.
10033         (print_smob): print context name.
10034
10035         * lily/music.cc (ly:get-music-length): new function
10036         (print_smob): don't print properties.
10037
10038         * lily/duration.cc (duration<?): new function
10039
10040         * input/regression/chords-funky-ignatzek.ly: new file.
10041
10042         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10043         jazz chords.
10044
10045         * lily/pitch.cc (ly:pitch-diff): new function.
10046
10047         * input/regression/chords-ignatzek.ly: new file.
10048
10049 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10050
10051         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10052         pitches for jazz chords.
10053
10054 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10055
10056         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10057
10058 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10059
10060         * lilypond.words: add 1
10061
10062 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10063
10064         * Documentation/topdocs/AUTHORS.texi: refine.
10065
10066 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10067
10068         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10069         
10070         * lilypond.words: add one.
10071
10072 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10073
10074         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10075         Fontify bass note in chords, e.g., e in c1/e.
10076         
10077 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10078
10079         * Documentation/user/music-glossary.tely: Dutch updates and
10080         additions (Arent Storm).
10081
10082 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10083
10084         * input/regression/ambitus.ly:  move file.      
10085
10086         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10087
10088         * lily/event.cc (transpose): add tonic property to Key_change_req
10089         and to Key_engraver.
10090
10091 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10092
10093         * Documentation/user/refman.itely: fix typo.
10094
10095         * lilypond.words: removed wrong identifiers.
10096
10097 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10098
10099         * mf/feta-toevallig.mf: make flat stem shorter 
10100
10101 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10102
10103         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10104
10105         * lilypond.words: add from Phrasing slur.
10106         
10107 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10108
10109         * lilypond-mode.el: allow launching multiple ViewPS processes.
10110         
10111         * lilypond.words: add from Text markup.
10112
10113 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10114
10115         * input/test/ossia.ly (texidoc): add comment.
10116
10117         * input/regression/voice-follower.ly: new file.
10118
10119         * mf/feta-toevallig.mf: make flat heavier.
10120
10121         * lily/cluster-engraver.cc: clean up Cluster engraver
10122
10123         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10124         Engraver. Use Note_column to compute Y positions and deal with
10125         line break stuff.
10126
10127 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10128
10129         * lily/stem.cc: move french-beaming to stem.
10130
10131 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10132
10133         * lilypond-font-lock.el: fontify all durations in chords.
10134
10135         * lilypond.words: add from lily/my-lily-lexer.cc
10136
10137 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10138
10139         * VERSION: release 1.7.12
10140
10141         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10142
10143         * lily/gregorian-ligature.cc: new file
10144
10145         * lily/*: the Great 2003 search & replace.
10146
10147         * Documentation/user/refman.itely (Manual repeat commands): add
10148         note about font selection.
10149
10150 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10151
10152         * lilypond-mode.el: propose recompiling midi while invoking playing,
10153         not while stopping playing.
10154
10155 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10156
10157         * lilypond.words: add one.
10158
10159         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10160         and expressional note grouping. Fontify chord modes.
10161
10162 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10163
10164         * Documentation/user/music-glossary.tely (Top): translate melisma.
10165
10166 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10167
10168         * Documentation/user/music-glossary.tely (Top): add melisma.
10169
10170 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10171
10172         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10173         interfaces for (abstract) grob GregorianLigature
10174
10175         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10176         renamed head* -> glyph_name*, x-shift* -> x-offset*
10177
10178         * scm/grob-property-description.scm: bugfix: added missing descriptions
10179
10180 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10181
10182         * input/test/chord-names-dpnj.ly: New file.
10183
10184         * scm/double-plus-new-chord-name.scm: Implement full and partial
10185         exceptions.
10186
10187         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10188
10189         * scm/double-plus-new-chord-name.scm
10190         (double-plus-new-chord->markup): Fix sub->markup.
10191
10192
10193 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10194
10195         * lily/custos-engraver.cc: added TODO; editorial changes
10196
10197         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10198         consistency with other ligature engravers; removed access on (now)
10199         private variable _ligature of Ligature_engraver
10200
10201         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10202         renamed last_bound -> last_bound_; issue programming_error on
10203         abstract method calls; moved primitives code from
10204         Mensural_bracket_engraver to here (because almost ligature
10205         engravers will need it); renamed try_stop_ligature () ->
10206         typeset_ligature (); bugfix: store primitives of finished ligature
10207         in separate variable finished_primitives_ to avoid clash on input
10208         like "\] \["; added current_ligature () to enable access on
10209         private variable _ligature
10210
10211         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10212         (now in super class); renamed try_stop_ligature () ->
10213         typeset_ligature ()
10214
10215         * lily/mensural-ligature.cc: issue programming_error on abstract
10216         method calls
10217
10218         * lily/note-heads-engraver.cc: added TODO comment upon bool
10219         in_ligature
10220
10221         * mf/parmesan-heads.mf: fixed some of set_char_box()
10222
10223         * scm/grob-description.scm: added VaticanaLigature
10224
10225         * scm/grob-property-description.scm: added neume prefix properties
10226
10227         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10228         lily/include/gregorian-ligature-engraver.hh,
10229         lily/include/gregorian-ligature.hh: new files; framework for
10230         gregorian ligature engravers such as vaticana
10231
10232         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10233         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10234         vaticana style ligature implementation (still somewhat uncomplete)
10235
10236 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10237
10238         * VERSION: release 1.7.11
10239
10240         * scripts/convert-ly.py: add ly:pitch-transpose rule
10241
10242 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10243
10244         * input/test/dpncnt.ly: New file.
10245
10246         * lily/my-lily-lexer.cc: Add chordnames keyword.
10247
10248         * lily/parser.yy (chordnames_block): Parse chord name exception
10249         lists, see input/test/dpncnt.ly.
10250
10251         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10252         function.
10253
10254         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10255         filter-out too.
10256
10257         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10258         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10259         pitch functions (except for ly:make-pitch, but that's apparently
10260         some sort of scheme naming standard?).
10261
10262         * scm/lily.scm (!=): define-public.
10263
10264         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10265
10266 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10267
10268         * scm/double-plus-new-chord-name.scm
10269         (double-plus-new-chord-name->markup): New file.
10270
10271 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10272
10273         * python/lilylib.py (make_preview): don't suppress progress for
10274         bbox extraction.
10275
10276 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * Documentation/user/appendices.itely (scheme): update for new syntax.
10279
10280         * input/regression/chord-name-styles.ly: new file
10281
10282         * lily/instrument-name-engraver.cc: create instrument names
10283         without barline too.  Allows instrument name on ChordNames  
10284
10285         * scm/new-markup.scm (interpret-markup): allow simple strings as
10286         markup too.
10287
10288 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10289
10290         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10291         (step->markup-accidental): Fix: add accidental.
10292         (chord::inner-name-american): 
10293         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10294         append stray '/' if last superscript addition was 'o'.
10295
10296         * scm/new-markup.scm (normal-size-sub-markup) 
10297         (normal-size-super-markup): New function.
10298
10299         * lily/source-file.cc (Source_file): Add warning for possibly
10300         intentional but suspicious initialization.
10301
10302         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10303         add comments about cut-and-paste programming.
10304
10305         * flower/rational.cc (lcm): Not used; comment out.
10306
10307 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10308
10309         * lily/new-fingering-engraver.cc (position_scripts): use
10310         fingerHorizontalDirection to determine fingering horizontal
10311         directions.
10312  
10313         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10314         fingering support.
10315
10316         * scripts/convert-ly.py (FatalConversionError.conv): add style
10317         conversion rule. 
10318
10319         * scm/chord-name.scm (set-chord-name-style): new function.
10320         (new-chord-name-brew-molecule): revise to interpret markup only
10321         (new-chord->markup): cleanuppish rewrite. To be called from the
10322         new engraver.
10323
10324         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10325         Markup earlier, during interpreting.
10326
10327         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10328         style settings. Rename to chord-names-*.ly
10329
10330 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10331
10332         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10333         markup code and update to new markup.  Most probably broke some of
10334         it.
10335         
10336 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10337
10338         * Documentation/user/refman.itely: added docu for ambitus and
10339         clusters
10340
10341         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10342         ly_quote_scm() in lookup.cc
10343
10344         * mf/parmesan-clefs.mf: set_char_box fix
10345
10346         * lily/cluster-engraver.cc: junk implicit protection; use
10347         Protected_scm instead
10348
10349 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10350
10351         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10352         throughout.
10353
10354         * scm/new-markup.scm: Turn-off error-triggering test code.
10355
10356 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10357
10358         * scm/new-markup.scm (markup-thrower-typecheck) 
10359         (markup-typecheck?):  add full typechecking functions.
10360         (make-markup-maker): add make-FOO-markup functions.
10361         (markup-argument-list-error): nice error checking messages.
10362         (make-markup): better function: less quoting escapades.
10363
10364 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10365
10366         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10367
10368 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10369
10370         * cygwin/lilypond.hint (requires): Add cygwin.
10371
10372         * .cvsignore: Remove stepmake (huh!?!), add lib.
10373
10374         * GNUmakefile.in: Add libdir links for builddir runs.
10375
10376         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10377         instead of datadir.
10378
10379         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10380         local_lilypond_libdir.
10381
10382         * config.make.in (lilypond_libdir): Add.
10383
10384         * stepmake/stepmake/substitute-rules.make: 
10385         * stepmake/stepmake/script-rules.make: 
10386         * stepmake/stepmake/python-module-rules.make:
10387         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10388         lilypond-python-module patch.
10389
10390 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10391
10392         * Documentation/user/refman.itely (Graphical interfaces): add note
10393         about xml2ly.
10394
10395 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10396
10397         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10398
10399 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10400
10401         * VERSION: released 1.7.10
10402
10403         * scripts/musedata2ly.py (): idem
10404
10405         * scripts/midi2ly.py (dump_chord): idem
10406
10407         * scripts/etf2ly.py (version): idem 
10408
10409         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10410
10411         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10412
10413         * scm/tex.scm (tex-output-expression): remove eval compat
10414         glut. Other output files too.
10415
10416         * scm/chord-name.scm: don't export anything from chord module.
10417
10418         * input/test/american-chords.ly: idem
10419
10420         * input/test/banter-chords.ly (texidoc): idem
10421
10422         * input/test/Cc-chords.ly: add breakage notes.
10423
10424         * Documentation/user/refman.itely (Text markup): rewrite manual
10425         section.
10426
10427         * lily/parser.yy (scalar): allow \markup { } as property value. 
10428
10429         * scm/chord-name.scm: complete new markup usage
10430
10431         * scm/grob-description.scm (all-grob-descriptions): use new markup
10432         texts by default
10433
10434 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10435
10436         * scm/chord-name.scm: partial move to new markup texts.
10437
10438 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10439
10440         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10441
10442         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10443         settable.
10444
10445 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10446
10447         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10448         invoked for old midi, wait for killing.
10449
10450 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10451
10452         * Documentation/user/music-glossary.tely: Finnishing.
10453
10454 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10455
10456         * mf/feta-nummer-code.mf: some kerning pairs.
10457
10458 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10459
10460         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10461         Added.
10462
10463         * Documentation/user/refman.itely (Bar numbers):
10464         set-bar-number-visibility added, modulo-bar-number removed again
10465         (sorry).
10466
10467 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10468
10469         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10470
10471         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10472
10473         * Documentation/user/music-glossary.tely: translate into Finnish.
10474
10475 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10476
10477         * lilypond-mode.el: add shortcut for 2midi
10478
10479         * lilypond-font-lock.el: fontify lyrics
10480
10481 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10482
10483         * scm/drums.scm : use 1.7.x names.
10484
10485         * input/regression/drums.ly : Don't use << chords >>
10486
10487 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10488
10489         * lilypond-mode.el: tidy, add TODO
10490
10491         * make/lilypond.mandrake.spec.in: install-info quietly.
10492
10493 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10494
10495         * input/test/markup.ly: use new syntax.
10496
10497 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10498
10499         * ly/params-init.ly (interscoreline): add word-space
10500
10501         * input/test/metronome.ly (eighthNote): idem.
10502
10503         * input/test/script-priority.ly: use new markup
10504
10505         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10506
10507         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10508
10509         * lily/parser.yy (gen_text_def): bugfix.
10510         (full_markup): allow markup identifier.
10511
10512 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10513
10514         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10515         jobs at the same time. Add horizontal lines to Command menu.
10516         Allow one compiling job -- propose killing others before a new one.
10517
10518         * lilypond.words: add markup, teeny, etc.
10519
10520 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10521
10522         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10523         Allow only one type of midi process; launching Midi either stops
10524         midis or plays the current midi and launching MidiAll stops midis
10525         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10526         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10527
10528 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10529
10530         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10531         markup  for new markup texts.
10532
10533         * lily/mark-engraver.cc (process_music): idem
10534         
10535         * lily/instrument-name-engraver.cc (create_text): idem
10536
10537         * scm/new-markup.scm (magnify-markup): new function.
10538
10539         * scm/molecule.scm (stack-lines): bugfix.
10540
10541         * lily/font-interface.cc (get_font): take font-magnification from
10542         alist chain.
10543
10544 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10545
10546         * lily/molecule-scheme.cc: move scheme functions to separate file.
10547
10548         * lily/font-metric.cc  (ly_get_glyph): new function. 
10549         
10550         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10551         (italic-markup, dynamic-markup): new functions
10552         (font-markup): new function
10553
10554         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10555         padding and minimum
10556
10557 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10558
10559         * lily/accidental-engraver.cc:
10560         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10561
10562 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10563
10564         * lilypond.vim:
10565         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10566         [a-zA-Z] for user defined identifiers. Separate note cases 
10567         with and without a duration (allow cis\longaX).
10568
10569         * lilypond.words: Add words from Info.
10570
10571 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10572
10573         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10574
10575 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10576
10577         * lilypond-mode.el: Propose reverting buffer before a command if
10578         it was edited with an another editor.
10579
10580 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10581
10582         * lily/molecule.cc (ly_translate_molecule): new function
10583
10584         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10585         into libdir
10586
10587         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10588
10589         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10590
10591 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10592
10593         * lilypond.words: take \words from Info-index.
10594
10595 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10596
10597         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10598
10599 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10600
10601         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10602
10603 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10604
10605         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10606         and lilypond-documentation.
10607
10608 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10609
10610         * lily/parser.yy: Compile fix (bison 1.75).
10611
10612 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10613
10614         * VERSION: 1.7.9 released
10615
10616         * scm/music-functions.scm (shift-one-duration-log): refactor.
10617         Use music-map.
10618
10619         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10620
10621         * NEWS: update.
10622
10623         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10624         argument
10625         
10626         * scm/music-functions.scm (display-music): new function
10627         (music-map): change arg order.
10628
10629         * input/regression/new-markup-syntax.scm: new file
10630
10631         * lily/parser.yy (markup): add \markup { .. } syntax.
10632
10633         * scm/new-markup.scm (override-markup): new function
10634         (lookup-markup): new function
10635         (music-markup): new function
10636         (lookup-markup-command): use markup-signature to store argument
10637         format for parser.
10638
10639         * lily/lexer.ll: preliminary \markup syntax. 
10640
10641 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10642
10643         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10644         add pre/post-dependencies and menus with icons from source.
10645
10646         * Documentation/pictures/lilypond-48x48.xpm:
10647         * Documentation/pictures/lilypond-32x32.xpm:
10648         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10649         transparent.
10650
10651         * stepmake/stepmake/generic-targets.make:
10652         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10653
10654 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10655
10656         * input/regression/music-map.ly (texidoc): new file.
10657
10658         * scm/music-functions.scm (music-map): new function
10659
10660 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10661
10662         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10663
10664 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10665
10666         * input/test/to-xml.ly:
10667         * lily/ligature-engraver.cc: Fixes documentation.
10668
10669         * lilypond.mandrake.spec.in:
10670         * lilypond.redhat.spec.in: Add lilypond.words.
10671
10672         * Documentation/user/refman.itely: Mention Info inside emacs.
10673         
10674         * lilypond.suse.spec.in:
10675         * lilypond.redhat.spec.in:
10676         * lilypond.mandrake.spec.in: Set root-owner for doc
10677         (tobbe@nyvalls.se).
10678
10679 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10680
10681         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10682         os.popen.read ().
10683
10684 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10685
10686         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10687
10688         * python/lilylib.py (error): add space
10689
10690 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10691
10692         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10693         distribution.
10694
10695 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10696
10697         * lily/paper-outputter.cc (Paper_outputter): close port when
10698         finishing score.
10699
10700 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10701
10702         * scm/sodipodi.scm: Fixes.
10703
10704 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10705
10706         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10707
10708         * buildscripts/make-font-dir.py: Fix. 
10709
10710 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10711
10712         * lilypond-mode.el: Add support for Info inside Emacs.
10713
10714 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10715
10716         * buildscripts/make-font-dir.py: 
10717         * mf/GNUmakefile: Make sodipodi font map.
10718
10719         * scm/sodipodi.scm: Add more output functions.
10720
10721         * mf/feta-nummer.mf: 
10722         * mf/feta-beugel.mf: Add font_coding_scheme.
10723
10724         * lily/paper-outputter.cc (output_header): Fix creator string.
10725
10726 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10727
10728         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10729         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10730
10731         * lilypond.words: add two (Everybody can add/remove words now!).
10732
10733         * debian/rules:
10734         * make/lilypond.suse.spec.in:
10735         * make/lilypond.mandrake.spec.in:
10736         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10737
10738         * Documentation/user/refman.itely: Mention autocompletion.
10739
10740 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10741
10742         * scripts/ly2dvi.py: Add paper sizes.
10743
10744         * lily/timing-engraver.cc: 
10745         * lily/time-signature.cc: 
10746         * lily/span-bar.cc: 
10747         * lily/grob-scheme.cc: Code formatting fixes.
10748
10749         * scm/sodipodi.scm: 
10750         * scm/sketch.scm:
10751         * buildscripts/mf-to-table.py: 
10752         * buildscripts/make-font-dir.py: Font testing.
10753
10754 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10755
10756         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10757         inserts try-completion and shows all-completions.
10758
10759         * lilypond.words: '\' -> '\\'
10760
10761         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10762         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10763         
10764         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10765         and LilyPond-reserved-words.
10766         
10767 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10768
10769         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10770         from load-path.
10771         
10772         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10773         the mini-buffer with Control-Shift-c.
10774         
10775 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10776
10777         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10778         duration. This fixes \tempo taking time.
10779
10780 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10781
10782         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10783         Allow for text markup in repeatCommands. 
10784
10785 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10786
10787         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10788         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10789         Get rid of skeleton.el-dependency.
10790
10791         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10792
10793 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10794
10795         * lily/beam-engraver.cc (stop_translation_timestep): reset
10796         now_stop_ev_
10797
10798         * lily/scm-option.cc: add parse-protect to ly:set-option
10799
10800         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10801
10802 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10803
10804         * lily/include/ligature-bracket.hh: removed
10805         * lily/ligature-bracket.cc: removed
10806
10807         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10808         .tex
10809
10810         * lily/beam.cc (set_beaming): don't change beam count on rests.
10811         (brew_molecule): always set flag-width > 0.
10812
10813 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10814
10815         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10816         chars, remove instructions; instead, refer to lilypond-init.el and
10817         Documentation/topdocs/INSTALL.texi.
10818
10819         * lilypond.words: add identifiers and reserved words.
10820
10821         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10822         files and adding a load-path.
10823
10824         * lilypond-init.el: Instructions, extracted from 
10825         Documentation/topdocs/INSTALL.texi. 
10826         
10827 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10828
10829         * VERSION: 1.7.8 released 
10830
10831         * lily/grob.cc (warning): better robustness fix.
10832
10833 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10834
10835         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10836
10837         * lily/cluster-engraver.cc: stick better to variable naming
10838         conventions
10839
10840         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10841         until stop_translation_timestep()
10842
10843         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10844         min/max coordinates to backend, but no musical info such as
10845         pitches
10846
10847         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10848
10849         * lily/grob.cc: robustness fix: warning(): do not crash if
10850         cause is not set
10851
10852         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10853         the much more elaborated tuplet brackets than the very naive and
10854         simple ligature bracket grob
10855
10856 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10857
10858         * Documentation/user/refman.itely (Analysis brackets): add
10859         horizontal bracket doco.
10860
10861         * ly/property-init.ly (setMmRestFermata): added.
10862
10863         * Documentation/user/refman.itely (Multi measure rests): fermatas
10864         on mm rests.
10865
10866         * input/regression/apply-context.ly (texidoc): new file
10867
10868         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10869         code to be executed during interpretation. Possible applications:
10870         smart octavation, more advanced bar checks. 
10871
10872         * lily/apply-context-iterator.cc: new file.
10873
10874 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * input/test/new-markup.ly: new file.
10877
10878         * lily/text-item.cc (text_to_molecule): new function
10879
10880         * scm/new-markup.scm (lambda): new file
10881
10882         * lily/function-documentation.cc (ly_add_function_documentation):
10883         add proc property as well
10884
10885 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10886
10887         * Documentation/user/music-glossary.tely (Top): add custos.
10888
10889 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10890
10891         * Documentation/topdocs/INSTALL.texi: advise how to include source
10892         path to Emacs load-path and improve language.
10893
10894 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10895
10896         * GNUmakefile.in: config.h message fix.
10897
10898         * autogen.sh:
10899         * aclocal.m4: Regenerate.
10900
10901         * configure.in: 
10902         * config.make.in: 
10903         * stepmake/config.make.in: 
10904         * stepmake/configure.in: 
10905         * stepmake/autogen.sh: 
10906         * stepmake/aclocal.m4: Update for autoconf 2.56.
10907
10908 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10909
10910         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10911         to install Emacs-mode. Instructions how to use vim-mode.
10912
10913 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10914
10915         * scm/music-types.scm (music-descriptions): no length for tempo event.
10916
10917         * input/*.ly: add \version everywhere.
10918         
10919         * input/*.ly: update syntax to 1.7 + new-chords.
10920
10921         * VERSION: 1.7.7 released.
10922         
10923         * Documentation/user/*.tely: new chord syntax.
10924
10925         * input/regression/[bc]*.ly (texidoc): syntax updates.
10926         
10927 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10928
10929         * lilypond.words: add vocabulary to be used in auto-completion
10930
10931         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10932
10933         * lilypond.vim: allow note name at EOF
10934
10935 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10936
10937         * buildscripts/new-chords.py (edit): -e option: inline editing.
10938
10939         * input/regression/a*.ly (texidoc): syntax updates.
10940
10941         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10942         music): elucidations. 
10943
10944 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10945
10946         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10947         ly/spanners-init.ly, scm/grob-description.scm,
10948         scm/grob-property-description.scm, scm/music-types.scm,
10949         lily/cluster-engraver.cc, lily/cluster.cc,
10950         lily/include/cluster.hh, input/test/cluster.ly: cluster
10951         implementation
10952
10953         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10954         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10955         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10956
10957         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10958
10959         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10960
10961         * scm/grob-description.scm: bugfix: by default, use default note
10962         head style when engraving ligatures
10963
10964         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10965
10966         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10967         events
10968
10969         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10970
10971         * input/test/ancient-font.ly: bugfix: style -> flag-style
10972
10973         * lily/ligature-engraver.cc: indentation fix
10974
10975         * lily/parser.yy: indentation fixes
10976         
10977 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10978
10979         * input/regression/measure-grouping.ly: more elaborate example.
10980
10981         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10982         ly:div-moment. New functions 
10983
10984         * scm/music-functions.scm (set-time-signature): new function,
10985         allow inline time sig settings with measure grouping.
10986
10987         * lily/parser.yy (command_element): move time sig construction
10988         into Scheme.
10989
10990         * lily/side-position-interface.cc (out_of_staff): new function,
10991         like padding, but keep minimum distance from staff. Easier than
10992         linespanners (dynamics, pedals), but roughly the same effect.
10993
10994 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10995
10996         * emacs-mode.el: Added spanish-note-replacements 
10997         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10998
10999         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11000
11001 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11002
11003         * lilypond.vim: Do not fontify cises, desis, etc.
11004
11005         * vimrc: view dvi with <S-F6>
11006
11007 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11008
11009         * lily/lookup.cc (triangle): new function.
11010
11011         * input/regression/measure-grouping.ly (texidoc): new file: show
11012         triangles and brackets for beat groups of 3 and 2.
11013
11014         * lily/include/measure-grouping-spanner.hh (class
11015         Measure_grouping): new file.
11016
11017         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11018
11019         * lily/measure-grouping-engraver.cc (class
11020         Measure_grouping_engraver): new file.
11021
11022 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11023
11024         * Merge from stable:
11025
11026             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11027         
11028         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11029         stylesheet.
11030
11031         * ly/paper19.ly: Include paper19-init.ly.
11032
11033         * ly/paper19-init.ly: New file.
11034
11035         * Documentation/user/tutorial.itely (First steps): Fix first
11036         example for font test.
11037
11038         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11039
11040         * ChangeLog: Add 1.7.6 release marker (see below).
11041
11042         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11043         Add .py files.
11044
11045 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11046
11047         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11048
11049         * input/tutorial/*.ly: update to new syntax.
11050
11051         * lily/parser.yy (Composite_music): new transpose syntax,
11052         \transpose FROM TO MUSIC. 
11053
11054 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11055
11056         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11057         latex progress/error output to stderr (by default this goes to
11058         stdout).  Show lilypond progress, even when not verbose.
11059
11060         * python/lilylib.py (system): New optional parameter to control
11061         showing of progress.
11062
11063         * scm/backend-documentation-lib.scm (check-dangling-properties):
11064         Fix error message.
11065
11066         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11067         axis, extent.
11068
11069         * scm/grob-property-description.scm (magnify): Remove.
11070         (extent, axis): Add.
11071
11072 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11073
11074         * VERSION: Release 1.7.6.
11075
11076         * scripts/convert-ly.py: more uniformization substitutions.
11077
11078         * buildscripts/new-chords.py (sub_chords): new file.
11079
11080 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11081
11082         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11083         lilypond.map.  Include sauter fonts too.  Cleanups.
11084
11085 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11086
11087         * Documentation/user/tutorial.itely (First steps): change to new
11088         chord/tie/slur/beam notation.
11089
11090         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11091         ties.
11092
11093         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11094         engraver. Process ties in postfix notation, i.e. c8-~ c
11095
11096         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11097
11098         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11099
11100         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11101
11102         * lily/beam-engraver.cc (try_music): accept new-beam-events
11103
11104         * input/regression/chord-scripts.ly (texidoc): new file
11105
11106         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11107         script-events.
11108
11109         * scm/script.scm (default-script-alist): cleanup.
11110
11111         * lily/script-engraver.cc (make_script_from_event): cleanup.
11112
11113         * lily/lyric-combine-music-iterator.cc
11114         (Lyric_combine_music_iterator): remove superfluous events.
11115         (melisma_busy): new function. Fix broken melismas.
11116
11117 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11118
11119         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11120         Remove nonvalid settings. Use descriptive key names.
11121         Use <Return> to indicate the pressing of that key.
11122
11123 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11124
11125         * scripts/lilypond-book.py (option_definitions): Typo.
11126
11127         * scripts/ly2dvi.py: Updates.
11128
11129         * python/lilylib.py (setup_environment, print_environment)
11130         (get_bbox, make_preview): Merge and remove from ly2dvi and
11131         lilypond-book.
11132
11133         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11134
11135         * .cvsignore: Remove some cruft.
11136
11137         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11138         path.
11139
11140         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11141         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11142         throughout.
11143
11144         * python/lilylib.py (quiet_system): Junk
11145         (system): Display error log upon failure.
11146         (read_pipe): New function.  Cleanups and fixes.
11147
11148         * python/*.py: Rename from *.py.in.
11149         
11150         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11151
11152         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11153
11154 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11155
11156         * python/GNUmakefile: Bugfix: handle modules.
11157
11158         * stepmake/stepmake/python-module-targets.make (default): Add
11159         compiled modules. 
11160
11161         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11162         compiling modules.
11163
11164         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11165         Bugfix.  (OUT_PYC_MODULES): Add.
11166
11167 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11168
11169         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11170         Use default paths. Refresh description.
11171
11172 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11173
11174         * VERSION: 1.7.5 released
11175
11176         * input/regression/finger-chords.ly (texidoc): new file.
11177
11178         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11179         support
11180
11181         * lily/fingering-engraver.cc (process_music): remove kludgy
11182         scriptHorizontal stuff.
11183
11184         * lily/script.cc: remove staff-support property.
11185
11186         * lily/new-fingering-engraver.cc (add_fingering): new
11187         file. Fingering engraver for new style chords.
11188
11189 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11190
11191         * lily/parser.yy (bare_number): allow 4 \cm (without
11192         decimal dot). (should backport to 1.6?)
11193
11194         * ly/declarations-init.ly: use Scheme for dimension defs.
11195
11196         * lily/parser.yy (TODO): remove hard coded dimensions, add
11197         REAL NUMBER_IDENTIFIER production.
11198
11199         * lily/rest-collision.cc (force_shift_callback): rewrite using
11200         -done property.
11201
11202         * scm/grob-property-description.scm (rest-collision-done): add
11203         property.
11204         
11205         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11206
11207 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11208
11209         * input/regression/multi-measure-rest-center.ly: new file.
11210
11211         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11212         off horizontally by 0.05 ss. Fixed.
11213
11214 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11215
11216         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11217
11218         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11219
11220 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11221
11222         * lily/tie.cc (get_control_points): also avoid staff lines on the
11223         just outside the outer staff lines
11224
11225 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11226
11227         * ly/params-init.ly: Just define style-alist, no need to
11228         define-public.
11229
11230         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11231         (thanks Han-Wen).
11232
11233         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11234         (FET_FILES): = FONT_FILES.
11235
11236         * Merge from stable:
11237
11238             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11239
11240 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11241
11242         * VERSION: 1.7.4 released.  
11243         
11244         * scm/generate-documentation.scm (string-append): add macro
11245         definitions.
11246
11247         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11248         normal texts.
11249
11250         * lily/multi-measure-rest-engraver.cc: make separate
11251         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11252
11253         * lily/multi-measure-rest.cc: remove text handling. Remove
11254         number-threshold.
11255
11256 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11257
11258         * scm/music-types.scm: doc patch by Graham Percival
11259
11260 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11261
11262         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11263         encoding part.
11264         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11265         (sketch_p): Sketch wants only first four elements of X11 font spec.
11266
11267         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11268
11269         * mf/feta-autometric.mf: Write foundry and family to log.
11270
11271         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11272         font translation table.
11273
11274         * buildscripts/mf-to-table.py: Better font info into afm.
11275
11276         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11277         1.0.9 required.
11278
11279         * configure.in: Whine for mftrace 1.0.9.
11280
11281 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11282
11283         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11284
11285         * lily/main.cc (main_prog): don't try to load init.EXT when
11286         processing foo.EXT.
11287
11288 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11289
11290         * scm/tex.scm (zigzig-line): added.
11291
11292         * scm/ps.scm (zigzag-line): added.
11293
11294         * ps/music-drawing-routines.ps (subvec): added.
11295         (draw_zigzag_line): added.
11296         
11297         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11298         grob properties zigzag-width and zigzag-length.
11299
11300         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11301
11302 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11303
11304         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11305         svg output, including font.
11306
11307 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11308
11309         * scm/lily.scm: Register sodipodi output module.
11310
11311         * scm/sodipodi.scm: New file.
11312
11313         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11314
11315         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11316         comment, after header.
11317         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11318         FullName.  Fix FontName key.
11319
11320 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11321
11322         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11323         and breve rests.
11324         
11325         * input/test/blank-notes.ly: bugfix
11326
11327         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11328         rests. (Kim Shrier)
11329
11330         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11331         
11332 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11333
11334         * scm/tex.scm: 
11335         * scm/ps.scm: Cleanup and remove obsolete junk.
11336
11337         * Documentation/user/internals.itely:
11338         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11339
11340         * lily/parser.yy: Identify shift/reduce problems.
11341
11342         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11343         make-style-sheet.  Too specific for convert-ly?
11344
11345 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11346
11347         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11348
11349         * input/test/*.ly: various fixes.
11350
11351         * lily/music.cc (name): bugfix
11352
11353         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11354
11355         * lily/input-file-results.cc (code): set-point-and-click! ->
11356         set-point-and-click
11357         
11358 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11359
11360         * Use uniform ly: prefix for exported scheme primitive functions.
11361
11362         * scm/music-types.scm: junk compat glue
11363
11364         * scripts/convert-ly.py: add rules for stuff below, junk
11365         compatibility glue for spanrequest.
11366
11367         * lily/parser.yy (verbose_event): remove \spanrequest,
11368         \commandspanrequest, \script. 
11369         
11370         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11371
11372         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11373         for \penalty, \glissando.
11374
11375         * VERSION: release 1.7.3
11376         
11377 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11378
11379         * lily/accidental-engraver.cc: Fix
11380         grace-in-the-beginning-of-measure bug caused by the resent
11381         partial-measure fix.
11382
11383         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11384         overlap looks too crowded)
11385         
11386 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11387
11388         * lily/parser.yy (assignment): allow SCM expression as assignment.
11389
11390         * lily/include/music-output-def.hh (class Music_output_def):
11391         * lily/music-output-def.cc: 
11392         * lily/paper-def.cc: 
11393         * scm/font.scm (markup-to-properties):
11394         * lily/parser.yy (music_output_def_body): 
11395         remove style_sheet_
11396
11397 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11398
11399         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11400         length.
11401
11402         * input/regression/spacing-to-grace.ly: new file.
11403
11404         * input/regression/spacing-end-of-line.ly: new file.
11405
11406         * lily/note-spacing.cc (get_spacing): take into account breakable
11407         stuff sticking out at the left (time sig change at line break).
11408
11409         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11410         raggedright code.
11411
11412         * scm/music-functions.scm (make-voice-props-set): add
11413         staff-position for mm rests.
11414  
11415         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11416         before grace notes a little.
11417
11418         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11419
11420         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11421         key adds space at the end of line. 
11422
11423 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11424
11425         * scm/sketch.scm: Fix beams.
11426
11427         * buildscripts/mf-to-table.py: Add EncodingScheme.
11428
11429         * scm/sketch.scm: Resurrect.
11430
11431 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11432
11433         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11434         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11435
11436 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11437
11438         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11439
11440         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11441
11442 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11443
11444         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11445         token for origin information.
11446
11447         * lily/parser.yy (My_lily_lexer): do identifier location and
11448         cloning from lexer.
11449
11450         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11451         logic out of the parser. Add bar checks on both ends.
11452
11453         * Documentation/user/refman.itely (Multi measure rests): add more
11454         notes about mm rests.
11455
11456 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11457
11458         * input/regression/bar-scripts.ly: Re-enable.
11459
11460         * lily/parser.yy:
11461         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11462         released rsn.  Bison 1.50 has a crucial bug and won't work.
11463
11464         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11465
11466
11467 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11468
11469         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11470
11471 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11472
11473         * Actually merge changes since 1.6.4 besides ChangeLog, and
11474         resolve conflicts.  Lots of updates, hope all is well.
11475         
11476         * cygwin/lilypond.hint (requires): Add ghostscript.
11477
11478         * scm: Update some (c).
11479         
11480 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11481
11482         * input/test/{various}.ly: add \header fields and texidoc strings.
11483
11484 2002-10-05  Werner Lemberg  <wl@gnu.org>
11485
11486         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11487         renamed to `output_latex_quoted'.
11488         Added `output_latex_noquote'.
11489         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11490         mode.
11491
11492 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11493
11494         * ChangeLog: Add 1.6.6 release marker.  See below.
11495
11496         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11497
11498         * scripts/midi2ly.py: Fix global syntax warnings.
11499
11500         * GNUmakefile.in: Generate builddir locale tree too.
11501
11502         * scripts/ly2dvi.py:
11503         * scripts/midi2ly.py: 
11504         * scripts/mup2ly.py: 
11505         * scripts/update-lily.py:
11506         * lily/main.cc (setup_paths): Fix for locales setup.
11507
11508 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11509
11510         * Documentation/windows/installing.texi: Soften wording about
11511         necessity of becoming Administrator.  tommie@iae.nl reports this
11512         does not seem to be necessary for his flavour of Windows 2000.
11513         Explicitely discourage text mode mounts.
11514
11515 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11516
11517         * lily/rest.cc (after_line_breaking): backport dot position fix.
11518
11519         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11520         rests. Thanks to Klaus Zimmermann for finding this bug.
11521
11522 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11523
11524         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11525
11526 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11527
11528         * Documentation/user/music-glossary.tely: fix links.
11529
11530 2002-10-21  Werner Lemberg  <wl@gnu.org>
11531
11532         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11533         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11534         scaling factor) only once and use them in the definition of
11535         \embeddedps.
11536         * ps/music-drawing-routines.ps (skeel): Removed.
11537
11538 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11539
11540         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11541         Solaris7, as we don't use nested $( ) constructs.
11542
11543 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11544
11545         * VERSION: Release 1.6.6.
11546         
11547 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11548
11549         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11550         as workaround for /bin/sh problems on Solaris7.
11551
11552 2002-10-19  Werner Lemberg  <wl@gnu.org>
11553
11554         * GNUmakefile.in (web-doc): Fix typos.
11555         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11556         `music-drawing-routines.ps' but emit \special{header=...} once.
11557         * scm/tex.scm (header-end): Updated.
11558
11559 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11560
11561         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11562         undefined tremolo. 
11563
11564 2002-10-15  Werner Lemberg  <wl@gnu.org>
11565
11566         * scripts/lilypond-book.py (g_make_html): New global variable.
11567         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11568         if `g_make_html' isn't set.
11569         [main]: Add format `texi-html'.
11570         (option_definitions): Updated.
11571         * Documentation/user/lilypond-book.itely: Updated.
11572
11573         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11574         * make/ly-rules.make (%.texi, %.nexi): Use it.
11575         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11576         format to lilypond-book.
11577         * GNUmakefile.in (web-doc): Ditto.
11578
11579 2002-10-14  Werner Lemberg  <wl@gnu.org>
11580
11581         Further improve TeX output.  The produced files are about 40%
11582         smaller.  `lilyponddefs.tex' is now read only once.
11583
11584         * tex/lilyponddefs.tex: Remove footer stuff.
11585         (\ifundefined): Renamed to...
11586         (\lilypondundefined): This.  Use LaTeX's definition to
11587         make it nestable and make it global.
11588         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11589         output.
11590         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11591         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11592         them global.
11593         (\placebox): Renamed to...
11594         (\lyitem): This.
11595         Make it global and call \outputscale by itself.
11596         (\lybox, \lyvrule): New macros to reduce input data.
11597         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11598         New auxiliary macros.
11599         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11600         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11601         to...
11602         (\lilypondspace): This and made it global.
11603         (\turnOnPostScript): Renamed to...
11604         (\lilypondpostscript): This and made it global.
11605         (\turnOnExperimentalFeatures): Renamed to...
11606         (\lilypondexperimentalfeatures): This and made it global.
11607         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11608         (\lilypondsetdimen): This and made it global.
11609         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11610         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11611         (all, $(outdir)/music-drawing-routines.ps): New rules.
11612         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11613         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11614         start-system, stop-system, stop-last-system, filledbox): Updated to
11615         use the changed macros from lilyponddefs.tex.
11616         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11617
11618 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11619
11620         * Documentation/windows/installing.texi: Update.
11621
11622 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11623
11624         * VERSION: 1.6.5 released
11625
11626         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11627
11628 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11629
11630         * scm/translator-property-description.scm (voltaOnThisStaff): add
11631         property.
11632
11633 2002-09-28  Werner Lemberg  <wl@gnu.org>
11634
11635         * scm/tex.scm (header-end): Suppress page numbering.
11636
11637         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11638         Fix quotation for HTML output.
11639
11640 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11641         
11642         * Documentation/user/refman.itely: grammar and phrasing
11643           fixes to "Note Entry" section.  Also adds a few new examples.
11644
11645 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * flower/include/string-data.icc: include string.h
11648
11649 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11650
11651         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11652
11653 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11654
11655         * Documentation/user/GNUmakefile (extra-local-help): Add.
11656
11657         * stepmake/stepmake/www-targets.make (local-help): Add.
11658
11659 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11660
11661         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11662         packages.
11663
11664         * Documentation/topdocs/README.texi (Top): building documentation
11665         (not website.)
11666
11667 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11668
11669         * Documentation/user/refman.itely: 
11670         * Documentation/user/tutorial.itely: 
11671         * Documentation/user/music-glossary.tely: Merge changes.
11672
11673         * Documentation/user/glossary.html.in: 
11674         * Documentation/index.texi: 
11675         * Documentation/header.html.in: Accomodate renaming of glossary.
11676         
11677         * Documentation/user/tutorial.itely: Add some glossary references.
11678         
11679         * Documentation/user/refman.itely: Minor fixes.
11680         
11681         * Documentation/user/lilypond.tely: Add glossary do direntry.
11682
11683         * Documentation/user/music-glossary.tely: Rename (previously:
11684         glossary.tely).  Fix anchor placement.
11685
11686         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11687
11688 2002-09-23  Werner Lemberg  <wl@gnu.org>
11689
11690         * scripts/lilypond-book.py (output_dict): Fix handling of
11691         various environments by avoid extraneous newlines.
11692         Rename `output-all' regexp for html to `output-html'.
11693         Replace `output-all' regexp for texi with `output-texi-quote'
11694         and `output-texi-noquote'.
11695         (compose_full_body): Don't override `linewidth' user option
11696         for `singleline'.
11697         (schedule_lilypond_block): Don't indent text specified with
11698         `intertext' option.
11699         Add new option `noquote'.
11700         (compile_all_files): Use latex instead of tex to compile ly
11701         files directly.
11702
11703         * Documentation/user/lilypond-book.itely: Updated and revised.
11704         Improve layout.
11705
11706         * Documentation/user/glossary.tely,
11707         Documentation/user/introduction.itely,
11708         Documentation/user/tutorial.itely,
11709         Documentation/user/refman.itely,
11710         Documentation/user/appendices.itely: Fix overfull LilyPond
11711         boxes caused by the new lilypond-book code.  Other minor
11712         fixes.
11713
11714         * Documentation/user/macros.itexi (@texiflat): Don't emit
11715         trailing space.
11716
11717         * scm/tex.scm (end-output, header-end): Add preamble and
11718         postamble to make lilypond output directly compilable with
11719         latex.
11720
11721         
11722 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11723
11724         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11725         instructions.
11726
11727 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11728
11729         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11730
11731 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11732
11733         * lily/beam.cc (connect_beams): don't crash if there are quarter
11734         notes in beams.
11735
11736 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11737
11738         * Documentation/user/refman.itely: corrected ancient clef
11739         docu; added docu on ligatures
11740
11741 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11742
11743         * Documentation/user/glossary.tely,
11744         Documentation/user/refman.itely, input/les-nereides.ly,
11745         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11746         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11747         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11748         Stem properties: flag-style -> stroke-style, style -> flag-style.
11749
11750
11751 2002-09-22  Werner Lemberg  <wl@gnu.org>
11752
11753         * scripts/lilypond-book.py: Add option `notime' to suppress
11754         printing of a time signature.  Specify default indentation of 0pt
11755         if single line fragment.  Don't emit redundant `\paper{ }'.
11756
11757         * Documentation/user/lilypond-book.itely: Updated.
11758
11759         * Documentation/user/glossary.tely: Completely reformatting.
11760
11761 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11762
11763         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11764
11765 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11766
11767         * Documentation/user/tutorial.itely: Fix links.
11768         
11769         * Documentation/topdocs/index.tely:
11770         * Documentation/index.texi:
11771         * Documentation/header.html.in: Small website fixes and updates.
11772
11773         * debian/: Debian patch by Anthony Fok.
11774
11775 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11776
11777         * Documentation/footer.html.in: How time flies: It's already 2002!
11778
11779         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11780         more descriptive link names than 'here'.
11781
11782 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11783
11784         * VERSION: 1.7.2 released
11785         * VERSION: 1.6.4 released
11786         
11787         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11788
11789         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11790         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11791
11792         * mf/feta-din.mf (test): add x-height and space.
11793
11794         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11795         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11796
11797         * ly/grace-init.ly: add-to-grace-init: function to portably add
11798         settings to \grace. 
11799
11800         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11801         if we get an absolute dynamic event.
11802  
11803         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11804
11805         * lily/source-file.cc (get_line): oops. All line numbers were off
11806         by 2. Fix that. 
11807
11808         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11809         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11810
11811         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11812
11813         * lily/parser.yy (number_factor): remove (number) as number
11814         expression. ("Let them eat Lisp").
11815
11816 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11817
11818         * lily/horizontal-bracket.cc: new file.
11819
11820         * lily/horizontal-bracket-engraver.cc: new file.
11821
11822         * input/regression/note-group-bracket.ly: new file. Support
11823         horizontal note brackets for music analysis.
11824
11825         * lily/stem.cc (flag): new flag-style: no-flag.
11826
11827         * input/test/stem-cross-staff.ly: new file
11828         
11829         * Documentation/user/internals.itely: Improved formatting, fixing
11830         typos.  Added a section `Output details' to describe how the TeX
11831         code looks like.
11832
11833         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11834
11835         * lily/parser.yy: remove \dynamicscript.
11836
11837         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11838         definitions. 
11839
11840         * python/midi.c (midi_error): take two arguments.
11841
11842         * Merge 1.6.5 changes:
11843         
11844 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11845
11846         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11847         staff-space.  Previous 1.5 was probably meant as half-spaces.
11848         (cautionary-style): parentheses (was: smaller).  This is what doco
11849         says, and it seems more logical.
11850
11851         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11852         for 2nd sentence.
11853
11854 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11855
11856         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11857
11858 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11859
11860         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11861
11862 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11863
11864         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11865
11866 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11867
11868         * scm/translator-property-description.scm (voltaOnThisStaff): add
11869         property.
11870
11871 2002-09-28  Werner Lemberg  <wl@gnu.org>
11872
11873         * scm/tex.scm (header-end): Suppress page numbering.
11874
11875         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11876         Fix quotation for HTML output.
11877
11878 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11879         
11880         * Documentation/user/refman.itely: grammar and phrasing
11881           fixes to "Note Entry" section.  Also adds a few new examples.
11882
11883 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11884
11885         * flower/include/string-data.icc: include string.h
11886
11887 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11888
11889         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11890
11891 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11892
11893         * Documentation/user/GNUmakefile (extra-local-help): Add.
11894
11895         * stepmake/stepmake/www-targets.make (local-help): Add.
11896
11897 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11898
11899         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11900         packages.
11901
11902         * Documentation/topdocs/README.texi (Top): building documentation
11903         (not website.)
11904
11905 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11906
11907         * Documentation/user/refman.itely: 
11908         * Documentation/user/tutorial.itely: 
11909         * Documentation/user/music-glossary.tely: Merge changes.
11910
11911         * Documentation/user/glossary.html.in: 
11912         * Documentation/index.texi: 
11913         * Documentation/header.html.in: Accomodate renaming of glossary.
11914         
11915         * Documentation/user/tutorial.itely: Add some glossary references.
11916         
11917         * Documentation/user/refman.itely: Minor fixes.
11918         
11919         * Documentation/user/lilypond.tely: Add glossary do direntry.
11920
11921         * Documentation/user/music-glossary.tely: Rename (previously:
11922         glossary.tely).  Fix anchor placement.
11923
11924         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11925
11926 2002-09-23  Werner Lemberg  <wl@gnu.org>
11927
11928         * scripts/lilypond-book.py (output_dict): Fix handling of
11929         various environments by avoid extraneous newlines.
11930         Rename `output-all' regexp for html to `output-html'.
11931         Replace `output-all' regexp for texi with `output-texi-quote'
11932         and `output-texi-noquote'.
11933         (compose_full_body): Don't override `linewidth' user option
11934         for `singleline'.
11935         (schedule_lilypond_block): Don't indent text specified with
11936         `intertext' option.
11937         Add new option `noquote'.
11938         (compile_all_files): Use latex instead of tex to compile ly
11939         files directly.
11940
11941         * Documentation/user/lilypond-book.itely: Updated and revised.
11942         Improve layout.
11943
11944         * Documentation/user/glossary.tely,
11945         Documentation/user/introduction.itely,
11946         Documentation/user/tutorial.itely,
11947         Documentation/user/refman.itely,
11948         Documentation/user/appendices.itely: Fix overfull LilyPond
11949         boxes caused by the new lilypond-book code.  Other minor
11950         fixes.
11951
11952         * Documentation/user/macros.itexi (@texiflat): Don't emit
11953         trailing space.
11954
11955         * scm/tex.scm (end-output, header-end): Add preamble and
11956         postamble to make lilypond output directly compilable with
11957         latex.
11958
11959         
11960 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11961
11962         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11963         instructions.
11964
11965 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11966
11967         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11968
11969 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11970
11971         * lily/beam.cc (connect_beams): don't crash if there are quarter
11972         notes in beams.
11973
11974 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11975
11976         * Documentation/user/refman.itely: corrected ancient clef
11977         docu; added docu on ligatures
11978
11979 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11980
11981         * Documentation/user/glossary.tely,
11982         Documentation/user/refman.itely, input/les-nereides.ly,
11983         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11984         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11985         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11986         Stem properties: flag-style -> stroke-style, style -> flag-style.
11987
11988 2002-09-22  Werner Lemberg  <wl@gnu.org>
11989
11990         * scripts/lilypond-book.py: Add option `notime' to suppress
11991         printing of a time signature.  Specify default indentation of 0pt
11992         if single line fragment.  Don't emit redundant `\paper{ }'.
11993
11994         * Documentation/user/lilypond-book.itely: Updated.
11995
11996         * Documentation/user/glossary.tely: Completely reformatting.
11997
11998 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11999
12000         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12001
12002 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12003
12004         * Documentation/user/tutorial.itely: Fix links.
12005         
12006         * Documentation/topdocs/index.tely:
12007         * Documentation/index.texi:
12008         * Documentation/header.html.in: Small website fixes and updates.
12009
12010         * debian/: Debian patch by Anthony Fok.
12011
12012 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12013
12014         * Documentation/footer.html.in: How time flies: It's already 2002!
12015
12016         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12017         more descriptive link names than 'here'.
12018
12019 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12020
12021         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12022
12023 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12024
12025         * lily/part-combine-music-iterator.cc (get_state): cleanup
12026         (get_music_info): cleanup.
12027
12028 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12029
12030         * scm/backend-documentation-lib.scm (interface-doc-string):
12031         crosslinks between interfaces and grobs. Headings for interfaces
12032         in grob explanation.
12033
12034 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12035
12036         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12037         dtd).  Add preliminary dtd.
12038         (re-sub-alist): Robustify.
12039
12040 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12041
12042         * lily/include/event-chord-iterator.hh,
12043         lily/context-specced-music-iterator.cc,
12044         lily/event.cc, lily/event-chord-iterator.cc: add
12045
12046 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12047
12048         * lily/: some (c) header fixes.
12049         
12050         * lily/request-chord.cc: Remove.
12051         
12052         * lily/include/event-chord-iterator.hh:
12053         * lily/include/event.hh:
12054         * lily/event-chord.cc: New file.
12055         
12056         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12057         requested.
12058
12059 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12060
12061         * lily/ : rename Request to Event
12062
12063         * lily/parser.yy (command_element): move clef stuff into Scheme.
12064
12065         * lily/:  rename length_mom () to get_length()
12066
12067         * lily/part-combine-music.cc: removed file and class.
12068
12069         * lily/context-specced-music-iterator.cc (class
12070         Context_specced_music_iterator): new file. Obsoletes the
12071         Context_specced_music type.
12072
12073         * scm/music-types.scm (make-repeated-music): put different kinds
12074         of repeated music into music-type table.
12075
12076         * VERSION: 1.7.1 released.
12077
12078         * scm/to-xml.scm: new file.
12079
12080         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12081         new Input representation: dump music as XML.
12082
12083         * scm/engraver-documentation-lib.scm
12084         (engraver-accepts-music-types?): add links from music to engraver,
12085         from music-type to engraver.
12086
12087         * lily/include/command-request.hh: removed
12088         lily/include/musical-request.hh: removed. Removed all _req classes
12089         except Key_change_req. Changes throughout.
12090
12091 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12092
12093         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12094
12095 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12096
12097         * lily/*.cc: specify accepts for many engravers.
12098
12099         * scm/music-documentation-lib.scm: dump music expressions and
12100         music subtypes.
12101
12102         * scm/documentation-lib.scm: complete revision.
12103         Use GOOPS objects to store document tree explicitly. Cleaned up and
12104         sped up doco generation a lot.
12105
12106 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12107
12108         * input/trip.ly (fugaIILeft): add arpeggio
12109
12110         * lily/translator-group.cc (try_music_on_nongroup_children):
12111         oops. The name symbol is in the cdr of the assoc handle.
12112
12113         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12114         Hyphen_req, Glissando_req, Break_req, Mark_req 
12115
12116 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12117
12118         * lily/musical-request.cc (music-duration-length,
12119         music-duration-compress): new functions.
12120
12121         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12122         throughout. Warning doesn't work yet.
12123
12124         * lily/translator-group.cc (try_music_on_nongroup_children):
12125         new implementation: store candidate acceptors in a hashTable.
12126
12127 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12128
12129         * scm/music-types.scm (music-descriptions): change name to
12130         internal-class-name
12131
12132         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12133
12134 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12135
12136         * lily/beam.cc (connect_beams): don't crash if there are quarter
12137         notes in beams.
12138
12139 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12140
12141         * Documentation/user/refman.itely: corrected ancient clef
12142         docu; added docu on ligatures
12143
12144 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12145
12146         * Documentation/user/glossary.tely,
12147         Documentation/user/refman.itely, input/les-nereides.ly,
12148         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12149         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12150         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12151         Stem properties: flag-style -> stroke-style, style -> flag-style.
12152
12153 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12154
12155         * scm/music-functions.scm (music-separator?): don't use name music
12156         property.
12157
12158 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12159
12160         * stepmake/stepmake/generic-targets.make (help): Document check
12161         target.
12162
12163         * lily/new-accidental-engraver.cc: Compile fix.
12164
12165 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12166
12167         * scripts/convert-ly.py: Add rule.
12168
12169         * input/test/music-creation.ly:
12170         * input/test/add-staccato.ly:
12171         * input/test/add-text-script.ly: ly-make-music.
12172
12173         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12174         More ly-make-music renamings.
12175
12176         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12177
12178         * lily/music-constructor.cc (make_music): Add debugging info.
12179
12180         * scm/music-functions.scm (make-simultaneous-music,
12181         (make-sequential-music, context-spec-music):
12182         * scm/music-types.scm (music-descriptions): Get lily to run.
12183
12184 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12185
12186         * lily/command-request.cc (transpose_key_alist): new function.
12187
12188         * lily/key-performer.cc (create_audio_elements): cleanup. 
12189
12190 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12191
12192         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12193
12194         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12195         events-accepted field.
12196
12197         * scm/music-types.scm: new file.
12198
12199         * lily/parser.yy: put music type initialization into scheme,
12200         similar to grob initialization.  Changes throughout.
12201
12202 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12203
12204         * Documentation/user/tutorial.itely: Fix links.
12205         
12206         * Documentation/index.texi: 
12207         * Documentation/header.html.in: 
12208         * Documentation/topdocs/index.tely: Small website fixes and updates.
12209
12210         * debian/: Debian patch by Anthony Fok.
12211
12212 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12213
12214         * Documentation/footer.html.in: How time flies: It's already 2002!
12215
12216         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12217         more descriptive link names than 'here'.
12218
12219         * ROADMAP: Remove test stuff.
12220
12221         * scripts/update-lily.py: Allow auto-building of stable and
12222         development versions.  Bugfixes.
12223
12224 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12225
12226         * VERSION: released 1.7.0
12227
12228         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12229
12230         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12231         positive line widths.
12232
12233 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12234
12235         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12236         go.  Fix comments.
12237
12238         * cygwin: Cygwin updates.
12239
12240 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12241
12242         * Documentation/windows/installing.texi (Top): version for python,
12243         urls for ghostscript (thanks to John Potelle)
12244         
12245         * lily/simultaneous-music-iterator.cc
12246         (Simultaneous_music_iterator): init children_list_ before
12247         triggering GC.
12248
12249         * lily/*-iterator.cc: be even more careful with smobbed copy
12250         constructors. 
12251
12252         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12253         LeftEdge item.
12254
12255 2002-09-15  Werner Lemberg  <wl@gnu.org>
12256
12257         Improving LilyPond's output to make them ordinary TeX boxes with
12258         predictable dimensions.  System boxes are now vertically centered on
12259         the baseline; this offset can be further controlled with
12260         \lilypondscoreshift.
12261
12262         * lily/system.cc (System::post_processing): Pass length of current
12263         system to `start-system' (including any horizontal indentation).
12264
12265         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12266         prettier.
12267         (lily-def): Append `%'.
12268         (start-system): Add parameter `wd'.  Output more TeX code to specify
12269         box dimensions.
12270         (stop-system, stop-last-system): Complement changes in
12271         `start-system'.
12272         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12273         Updated.
12274
12275         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12276         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12277         Write final `\endinput'.
12278
12279         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12280         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12281         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12282         files and macro definitions don't produce spurious spaces and
12283         paragraphs (using \endlinechar).
12284         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12285
12286         * Documentation/user/internals.itely: Improved formatting, fixing
12287         typos.  Added a section `Output details' to describe how the TeX
12288         code looks like.
12289
12290 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12291
12292         * lily/accidental-engraver.cc: Also work with partial measures.
12293
12294 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12295
12296         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12297         spanner.
12298
12299 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12300
12301         * lily/identifier-smob.cc (unpack_identifier): new file.
12302
12303         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12304         pass off scheme expressions as music identifiers.
12305
12306         * scm/lily.scm: reorganisation, cleanups.
12307
12308         * lily/main.cc: small cleanups.
12309
12310 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12311
12312         * lily/ly-module.{cc,hh}: new file.
12313
12314 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12315
12316         * lily/accidental-engraver.cc: Also work with partial measures.
12317
12318 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12319
12320         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12321
12322 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12323
12324         * lily/my-lily-lexer.cc: use SCM module in stead of
12325         Scheme_hash_table. Changes throughout.  
12326
12327 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12328
12329         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12330