]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* buildscripts/guile-gnome.sh: Build without gcc libtool version
[lilypond.git] / ChangeLog
1 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * buildscripts/guile-gnome.sh: Build without gcc libtool version
4         juggling.
5
6         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
7         Add popup menu with grob properties.
8
9         * lily/grob-scheme.cc (ly:grob-properties):
10         (ly:grob-basic-properties): New function.
11
12         * lily/stencil.cc (interpret_stencil_expression): Comment-out
13         "no-origin" call.  Fixes -fps output.
14
15         * scm/output-ps.scm (no-origin): Add dummy implementation.
16
17         * scm/output-gnome.scm (define-origin): Remove
18         (grob-cause): Add.
19
20         * scm/output-ps.scm (scm):
21         * scm/output-tex.scm (scm): Remove define-origin from exports list.
22         (define-origin): Remove.
23
24         * scm/output-gnome.scm (define-origin): 
25
26         * scm/lily.scm (ly:all-output-backend-commands): Remove
27         define-origin.  Add grob-cause.
28
29 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
30
31         * buildscripts/lilypond-words.py: add ly/portugues.ly.
32
33 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
34  
35         * Documentation/user/GNUmakefile:
36         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
37         --include-css=.../texinfo.css; command includes css into the html.
38
39         * Documentation/texinfo.css: add file.
40         define <hr> as black and thin.            
41  
42 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
43
44         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
45         stencil expression. Junk define-origin.
46
47         * lily/my-lily-parser.cc (parse_string): init parser variable when
48         lexer_ is set, ie. in parse_string and parse_file.
49
50         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
51         ly:score-bookify.
52
53         * scm/lily.scm (collect-scores-for-book): new function.
54
55         * ly/init.ly: print collected scores/musics.
56
57         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
58         scope, not in lily module.
59
60         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
61
62         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
63         encapsulate gtk/pango tests.
64  
65         * po/tr.po: Turkish translation.
66
67 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
68
69         * input/regression/lily-in-scheme.ly: regression test for #{
70         ... #} syntax
71
72         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
73         was causing an error.
74
75         * Documentation/user/programming-interface.itely (Using LilyPond
76         syntax inside Scheme): documentation for #{ ... #} syntax.
77
78 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
79
80         * Documentation/index.html.in: use black thin <hr>.
81
82         * buildscripts/mutopia-index.py: use thin black <hr>.
83
84 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
85
86         * scm/fret-diagrams.scm: Use UNIX style line endings.
87         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
88         typo.  Fixes compile.
89
90         * scm/output-ps.scm (white-dot): Remove second incarnation.
91
92         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
93
94 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
95
96         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
97         single file error.
98
99         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
100
101 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
102
103         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
104         remove size as argument to fret-diagram interface;
105         improved white-circle dots for fret;
106         improved top-fret thick line/
107
108         * scm/output-ps.scm: added white-dot function
109
110         * scm/output-tex.scm: added white-dot function
111
112         * tex/music-drawing-routines.ps: added draw_white_dot function
113
114         * ps/music-drawing-routines.ps: added draw_white_dot function
115
116         * input/test/fret-diagram.ly: examples to show multiple
117         functions and multiple interfaces
118
119 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
120
121         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
122         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
123
124         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
125         conflict.  Have I told you lately how much I love autotools?
126
127 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
128
129         * lily/lily-guile.cc: 
130         * lily/pangofc-afm-decoder.cc:
131         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
132         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
133
134         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
135         developers.
136
137         * lily/paper-outputter.cc (file): New method.
138         (dump_string): Use it.
139
140         * scm/output-gnome.scm: Update with pango CVS info, lilylib
141         musing.
142         
143         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
144         of them has a comma :-).
145
146         * scm/framework-gnome.scm: Add pango decoders.
147
148         * lily/include/pangofc-afm-decoder.hh: 
149         * lily/pangofc-afm-decoder.cc: New file.
150
151         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
152
153         * configure.in: Check for pango.
154
155         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
156         autoconf).
157         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
158
159         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
160
161 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
162
163         * Documentation/user/tutorial.itely (Integrating text and music):
164         fix grammar & punctuation.
165
166 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
167
168         * lily/: Stray janitorial cleanups.
169
170         * scm/lily.scm (ly:all-stencil-expressions):
171         * scm/lily.scm (ly:all-output-backend-commands): New function.
172
173         * scm/safe-lily.scm (safe-objects): Add them.
174
175         * scm/framework-gnome.scm (<gnome-outputter>): New class.
176
177         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
178
179 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
180
181         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
182
183 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
184
185         * scm/page-layout.scm (default-page-make-stencil): add
186         raggedbottom, raggedlastbottom.
187
188         * Documentation/user/changing-defaults.itely (Page layout): add doc.
189
190         * scm/framework-tex.scm (define-fonts): fix export of
191         papersize.
192
193         * lily/paper-book.cc (classic_output): strip suffixes from
194         framework functions.
195
196         * lily/tuplet-bracket.cc (before_line_breaking): do not return
197         SCM_UNDEFINED to Scheme.
198
199 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
200
201         * lily/book.cc: remove Book::to_stencil().
202         (process): whoops. Score::book_rendering returns vector, not list.
203
204         * scripts/convert-ly.py (conv): remove \notes.
205         apply to input examples.
206         
207         * lily/paper-outputter.cc (output_stencil): don't use
208         smobify_self() but self_scm()
209
210         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
211         from smobify_self().
212
213         * lily/paper-book.cc (output): load framework module
214         scm_c_resolve_module().
215
216         * python/lilylib.py (exit): exit with argument i.
217
218 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
219
220         * scm/framework-gnome.scm (output-framework-gnome): Try loading
221         gnome modules from non-toplevel.
222
223         * lily/ly-module.cc (ly:import-module): Export to ly:.
224
225         * lily/paper-score.cc (process): Do not show progress newline.
226
227         * lily/paper-book.cc (output, classic_output): Show progess
228         newline after score.
229
230 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
231
232         * buildscripts/lilypond-words.py: add ly/vlaams.ly
233
234 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
235
236         * lily/score.cc (ly:run-translator): Do not crash on empty music
237         list.
238
239         * lily/book.cc (process): Do not render score when systems is empty.
240
241         * input/simple-song.ly: Down one octave.
242
243         * scm/output-gnome.scm: Remove script again; re-add modules fix
244         (CVS conflict resolve?)
245
246         * lily/stencil.cc (ly:interpret-stencil): Was:
247         interpret_stencil_expression.
248
249 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
250
251         * buildscripts/guile-gnome.sh: New file.
252
253         * scm/output-gnome.scm: White background, better window size, sane
254         canvas size.  Cleanups.
255
256 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
257
258         * VERSION: release 2.3.4
259
260         * Documentation/user/invoking.itexi (Invoking the lilypond
261         binary): document --safe.
262
263         * scm/output-gnome.scm: set PATH in script.
264
265         * scm/page-layout.scm (default-page-make-stencil): don't stretch
266         if there is too few systems on a page.
267
268         * lily/parser.yy (relative_music): start at middle C without pitch
269         argument.
270
271         * Documentation/user/changing-defaults.itely (Page layout): new node.
272         (Paper size): rename node
273         (Page breaking): new node.
274         (Titling): move from invoking.
275         (File structure): new node.
276
277         * lily/parser.yy (score_body): allow \header and music anywhere in
278         \score body.
279
280 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
281
282         * scm/lily.scm (ly:load): Remove page-breaking.scm.
283
284 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
285
286         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
287
288         * lily/include/paper-line.hh: rename to Paper_system.
289
290         * lily/include/paper-book.hh: doc class.
291
292         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
293
294         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
295         (plain-header): add instrument-name.
296         (default-page-make-stencil): bugfixes.
297
298         * lily/parser.yy (book_body): allow \header anywhere in \book{}
299
300         * lily/paper-book.cc: remove copyright & tagline. Remove
301         interactions with Page
302
303         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
304         here, 
305         (default-page-make-stencil): new function
306         (default-page-music-height): new function
307         (page-headfoot): new function
308         (ly:optimal-page-breaks): generate stencils directly from here
309
310         * scm/titling.scm: new file, group titling functions
311
312 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
313
314         * scm/output-gnome.scm: Handle multiple pages.
315
316         * scm/framework-gnome.scm: Do not load output-gnome.
317         (framework-gnome): Invoke output-gnome::header and
318         output-gnome::end-output as faked stencils.  Fixes experimental
319         gnome output.
320
321 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
322
323         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
324         octavation compatibility fixes. Backportme. 
325
326         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
327         pages.
328         (ly:optimal-page-breaks): combine-penalties: no shortcut for
329         negative. Now we handle negative penalties (ie. \pageBreak)
330         correctly.
331
332         * lily/system.cc (get_line): extract page-penalty from the left
333         bound.
334
335         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
336
337 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
338
339         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
340
341 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
342
343         * scm/output-gnome.scm: Update script.  Move development to
344         lilypond_2_3_2 branch for now.
345
346 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
347
348         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
349         negative penalties.
350         cleanups.
351
352         * Documentation/user/changing-defaults.itely (Creating contexts):
353         index entries
354
355         * scm/page-breaking.scm (ly:optimal-page-breaks): new
356         file. Rewrite function. 
357
358         * lily/paper-book.cc (pages): new interface: page-breaking returns
359         list of line-list.
360
361         * lily/page.cc (Page): take lines argument.
362
363         * scm/document-translation.scm (all-engravers-doc): link to user man
364
365         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
366
367         * Documentation/user/notation.itely (Relative octaves): typo.
368
369         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
370
371 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
372
373         * scm/output-gnome.scm: Update build script.
374
375 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
376
377         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
378         gnome backend.
379
380         * scm/framework-gnome.scm: New file.
381
382         * scm/lily.scm: Use it.
383
384         * lily/paper-outputter.cc: Janitorial cleanups.
385         (ly:outputter-dump-string): Remove unreachable statement.
386
387         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
388         (ice-9): Bugfix: Add srfi-1.
389
390         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
391
392 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
393
394         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
395         in do_quit()
396         
397 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
398
399         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
400
401 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
404         override of Beam::position-callbacks. Why would grace beams not be
405         quantized? Fixes: weird-stem-size-grace. 
406
407         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
408         warning only once. Backportme.
409
410         * lily/accidental-engraver.cc (number_accidentals_from_sig):
411         bugfix, 2nd try. Backportme.
412
413         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
414
415 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
416
417         * Documentation/user/notation.itely (Instrument transpositions):
418         Correct the name of the instrumentTransposition property.
419
420 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
421
422         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
423
424 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
425
426         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
427         and postLilyPondExample are called when defined.
428
429 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
430
431         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
432         This fixes setting notenames with `\include "nederlands.ly" '
433
434         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
435         new function.
436
437 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
438
439         * scm/page-layout.scm: don't do piece, it should be in score-title
440         only.
441
442         * lily/lexer.ll: lex \score separately.
443
444         * lily/paper-book.cc: junk stencil2line.
445
446         * lily/paper-line.cc (Paper_line): construct from Stencil
447         directly. No futzing with the dimensions.
448
449         * lily/include/paper-line.hh (class Paper_line): 
450
451         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
452         takes arbitrary number of arguments.
453
454         * input/test/markup-score.ly (tuning): simplify example. 
455
456 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
457
458         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
459
460         * scm/define-markup-commands.scm (score): define score-markup
461
462         * lily/parser.yy (markup): use score-markup.
463
464         * lily/score.cc: add ly:score? 
465
466 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
467
468         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
469         fret-parse-string so it prepares for calls to fret-diagram-verbose
470         Changed display constants to props so they are available for
471         \override.
472         
473 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
474
475         * VERSION: release 2.3.3
476
477         * stepmake/stepmake/generic-vars.make: unset LANG.
478
479         * input/regression/tuplet-nest.ly: bugfix.
480
481         * lily/tie-performer.cc (stop_translation_timestep): reset
482         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
483
484         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
485         clear repeat_ directly after setting stem_tremolo_. Fixes:
486         tremolo-repeat.ly
487
488         * input/regression/span-bar-break.ly: new file.
489
490         * scm/define-grobs.scm (all-grob-descriptions): remove
491         break-visibility from SpanBar. Fixes: piano-repeat.ly
492
493 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
494
495         * python/lilylib.py (make_ps_images): only compute bbox when needed.
496
497         * scripts/lilypond-book.py (process_snippets): use lily -f ps
498         files for generating pngs. (failed experiment)
499
500         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
501         file with PFA fonts included.
502
503         * lily/score.cc (default_rendering): put header in too.
504
505         * lily/paper-line.cc (LY_DEFINE): change function to
506         ly:paper-line-extent
507
508         * scm/page-layout.scm (default-book-title): only add lines for
509         non-nil fields.
510         (default-score-title): idem.
511
512         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
513
514         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
515
516         * lily/include/paper-book.hh (class Paper_book): remove height_
517         member.
518
519         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
520
521         * lily/ly-module.cc (LY_DEFINE): bugfix.
522
523         * lily/paper-book.cc (book_title): separate function for the book
524         title.
525
526         * scm/page-layout.scm (default-book-title): only account for
527         markup fields.
528
529         * scm/framework-ps.scm: new file. Move high level interface from
530         output-ps.scm
531
532         * scm/music-functions.scm (def-grace-function): move macros from
533         ly/music-functions-init.ly
534
535         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
536         framework-tex.scm
537
538         * scm/framework-tex.scm (dump-line): new file. High level
539         interface for output (pages, systems, header). 
540
541         * lily/include/page.hh (class Page): add is_last_ field.
542
543         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
544
545         * lily/paper-book.cc (split_string): new function
546         (output): output multiple formats, i.e. --format=ps,tex
547
548         * scm/output-ps.scm (output-scopes): dump variables directly.
549         (define-fonts): rewrite for new interface
550
551         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
552
553         * lily/paper-outputter.cc (Paper_outputter): take format argument.
554
555         * lily/main.cc (parse_argv): don't set extension for output.
556
557         * lily/clef-engraver.cc (create_clef): remove
558         Staff_symbol_referencer::set_position() call. 
559
560 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
561
562         * ly/music-functions-init.ly (addlyrics): set the 'origin property
563         with the location argument in music function definitions.
564
565 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
566
567         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
568         staffsymbol dependency.
569
570         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
571         cleanups.
572
573         * lily/book.cc (process): return Paper_book
574         (to_stencil): use Book::process().
575
576         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
577         header_ field. Store in $globalheader
578
579         * lily/parser.yy (book_body): book header is initted to
580         $globalheader.
581         
582
583 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
584
585         * input/test/fill-a4.ly: removed.
586
587         * lily/parser.yy (output_def): push scope of parent_ Output_def
588         too.
589
590 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
591
592         * scm/output-gnome.scm: Update info.
593
594 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
597
598         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
599         than 1 module.
600
601         * lily/include/ly-module.hh (ly_use_module): rename is_module to
602         ly_c_module_p.
603
604         * scm/page-layout.scm (default-book-title): move Scheme titling
605         functions to here.
606
607         * lily/parser.yy (book_paper_block): remove scope too.
608
609         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
610
611         * lily/rest.cc: add direction to rest properties.
612
613         * lily/include/output-def.hh: new file, move from
614         music-output-def.hh
615
616 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
617
618         * scm/output-gnome.scm: Describe feta-cork hack.
619
620 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
621
622         * lily/include/book-paper-def.hh: derive from Output_def 
623
624         * lily/include/paper-def.hh: move all functionality out of class.
625         Junk header.
626
627         * lily/include/music-output-def.hh: rename Music_output_def to
628         Output_def.
629
630         * input/wilhelmus.ly: only set space for Paper formatting. 
631
632         * lily/include/midi-def.hh: remove file, remove class.
633         Move functions to Music-output-def.
634
635         * lily/music-output-def.cc (Music_output_def): remove separate
636         translator table. Lookup translators in scope directly. This
637         obviates Context suffix for context identifiers, i.e.
638
639         \context {
640           \Staff
641           .. 
642           }
643
644
645         will work.
646         
647
648         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
649
650         * Documentation/user/changing-defaults.itely (Horizontal spacing):
651         document spacing override hack.
652
653 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
654
655         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
656         installation info.  Support point-and-click.  Add +/- zoom
657         keybindings.
658
659 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
660
661         * VERSION: 2.3.2 released
662         
663         * lily/parser.yy (book_body): set default bookpaper.
664
665         * scm/output-tex.scm (header): kludge: hard code linewidth. 
666
667         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
668
669 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
670
671         * lily/score.cc (default_rendering): scale outputdef before
672         starting.
673
674 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
675
676         * scm/fret-diagrams.scm: Add header.
677
678         * scm/output-gnome.scm: Hello world :-)
679
680 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
681
682         * scripts/lilypond.py (run_dvips): only add papersize if present.
683
684         * lily/accidental-engraver.cc (update_local_key_signature): new
685         function, fold code from initialize() and process_music().
686         (update_local_key_signature): use deep copy. This fixes one
687         problem from custom-key-signatures.ly.
688         (number_accidentals_from_sig): tighter check for
689         accidental-too-old.
690
691         * ly/engraver-init.ly: remove localKeySignature
692         definition from ChoirStaff, StaffGroup, Score.
693         
694         * lily/percent-repeat-engraver.cc (try_music): add moments for
695         barlines too. Fixes: skipbars-percent-repeat.ly.
696
697 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
698
699         * lily/context-def.cc (filter_performers): don't go to cdrloc if
700         skipping last pair. Fixes: crash-bar-number.
701
702         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
703         D. Sorensen)
704
705         * input/test/fret-diagram.ly: new file.
706
707         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
708         (scale-paper): divide by scale.
709
710 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
711
712         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
713         case.
714
715 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
716
717         * scm/stencil.scm (fontify-text): reinstate function
718
719         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
720
721         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
722
723         * lily/parser.yy (book_paper_head): \bookpaper {} 
724
725         * python/midi.c: remove config.h
726
727 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
728
729         * scm/output-gnome.scm: Update.
730
731 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * scm/output-gnome.scm: New file.
734
735         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
736
737 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
738
739         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
740         (find_scaled_font): move from Paper_def
741
742 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
743
744         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
745         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
746
747         * po/fr.po: update po.
748
749         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
750
751         * lily/book-paper-def.cc (print_smob): new file.
752
753 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
754
755         * buildscripts/lilypond-words.py: search words also from
756         music-functions-init.ly.
757
758 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
759
760         * ly/music-functions-init.ly (def-music-function): new helper
761         macro for defining music functions. \addlyrics \appoggiatura
762         \acciaccatura \grace \partcombine \autochange \applycontext
763         \applyoutput and \breathe are now defined here thanks to it.
764
765         * lily/parser.yy: 
766         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
767         \grace \partcombine \autochange \applycontext \applyoutput and
768         \breathe keywords removed from the parser.
769
770         * lily/parser.yy: 
771         * lily/music-function.cc (ly_make_music_function): 
772         * lily/lexer.ll (music_function_type): added a case for 0-arg
773         music functions.
774
775 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
776
777         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
778         refering to a music expression can be used in lily-inside-scheme:
779         #{ $music #}
780
781         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
782         and ly:parser-define, and change ly:parser-parse-string in order
783         to make #{ $music #} work.
784
785         * scm/new-markup.scm (compile-markup-expression): when an argument
786         is a string, use `make-simple-markup'.
787
788 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
789
790         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
791
792 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
793
794         * scripts/convert-ly.py (FatalConversionError.func): handle + in
795         font-size. (backportme)
796
797 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
798
799         * lily/paper-outputter.cc (output_stencil): dump font definitions
800         before each stencil.
801
802         * lily/include/paper-book.hh (struct Score_lines): new
803         struct. Collect info per Paper-score.
804
805         * lily/include/page.hh (class Page): to_stencil() returns Stencil
806         everywhere.
807
808         * lily/stencil.cc (find_expression_fonts): new function
809
810         * lily/paper-outputter.cc (output_stencil): use
811         interpret_stencil_expr
812
813         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
814         (interpret_stencil_expr): new function. Generic stencil
815         interpretation.
816
817         * lily/paper-def.cc (find_scaled_font): divide lookup
818         magnification by outpuscale for non-virtual fontmetrics. This
819         fixes ludicrously long font definitions for text
820         fonts. (backportme)
821
822         * lily/score-engraver.cc: remove
823         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
824
825 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
826
827         * input/test/markup-score.ly: Remove \notes.
828
829         * lily/parser.yy (book_body): Grok Composite_music and \header.
830         (markup): Push NOTES mode before score_block.
831
832         * VERSION: release 2.3.1
833         
834         * mf/feta-klef.mf: 
835         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
836
837         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
838
839         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
840
841 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
842
843         * scm/output-tex.scm (output-tex-string): tighten safe security.
844
845         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
846
847         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
848         allowed ly functions.
849
850         * lily/ly-module.cc (ly_module_define): only define variable if
851         bound.
852         (ly_make_anonymous_module): take safe option.
853
854 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
855
856         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
857
858 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
859
860         * input/regression/newaddlyrics.ly: Fix.
861
862         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
863         \score \notes.
864
865 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
866
867         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
868
869 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
870
871         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
872
873         * lily/paper-line.cc (Paper_line): don't store list of stencils,
874         but convert to single Stencil immediately.
875
876         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
877
878 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * scm/output-sodipodi.scm: Resurrect sodipodi output.
881
882 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
883
884         * elisp/lilypond-mode.el: Changed the way defaults are created for
885         LilyPond-command-master.  LilyPond-mode will now check the
886         timestamps of the files to see which command has to run next.
887
888 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
889
890         * scm/bass-figure.scm (format-bass-figure): don't set
891         number-markup for strings. This fixes string in bass
892         figure. (backportme)
893
894         * lily/parser.yy (bass_number): insert number-markup into figure
895         definition.
896
897         * scm/define-music-properties.scm (all-music-properties): make
898         'figure a markup.
899
900         * scripts/convert-ly.py (conv): \apply -> \applymusic
901
902 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
903
904         * elisp/lilypond-mode.el: changed the order of some commands
905         ("Midi" after "2Midi"), use the user-defined
906         LilyPond-command-default as default instead of "LilyPond"
907
908         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
909         to set the master file for the next command.
910
911         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
912         with font-lock-reference-face.
913
914 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
915
916         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
917
918         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
919
920 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
921
922         * ly/music-functions-init.ly (TODO): new file.
923
924         * lily/parser.yy (Generic_prefix_music_scm): add more
925         music_function symbols.
926         (Prefix_composite_music): change \apply to music-function   
927
928         * lily/include/music-function.hh: rename to music-function
929
930 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
931
932         * lily/music-head.cc (LY_DEFINE): change order of args.
933
934         * input/regression/music-head.ly (texidoc): new file.
935
936         * lily/parser.yy (Generic_prefix_music): allow generic
937         music-transformation functions. 
938
939         * lily/include/music-head.hh (is_music_head): new file.
940
941         * lily/music-head.cc (get_music_head_transform): new file.
942
943 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
944
945         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
946         empty extent. This fixes ottava brackets on rests. (backportme)
947
948         * make/lilypond.redhat.spec.in (Group): ln png files for info.
949
950         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
951
952         * cygwin/lily-wins.py: update for the lily-wins.py script.
953
954 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
955
956         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
957         code. This will obviate typeset_grob () in the future.  The effect
958         of this is that improperly written spanner handling will result in
959         invalid spanner bounds.
960         (announce_grob): add to elems_ from here
961         (typeset_grob): comment out.  
962
963         * lily/include/engraver.hh (make_spanner): new calling interface
964         for make_{item,spanner}. This obviates most calls to
965         announce_grob().
966                 
967         * scm/music-functions.scm (set-accidental-style): use GrandStaff
968         iso. PianoStaff for piano styles.
969
970 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
971
972         * Documentation/user/music-glossary.tely: add segno after d.s.
973
974 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
975
976         * lily/include/audio-column.hh: remove unused variables.
977         (patch by Michael Welsh Duggan)
978
979         * flower/include/axes.hh (other_axis): inline Axes function
980         (thanks to David Brandon).
981
982 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
983
984         * cygwin/mknetrel: Install image links (backportme).
985
986         * Documentation/user/GNUmakefile (local-install-info): Activate
987         actual installing of image links (backportme).
988
989 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
990
991         * Documentation/user/notation.itely (Measure repeats): Removed
992         unnecessary (and confusing) \context Voice{.
993
994 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
995
996         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
997
998         * lily/page.cc (Page): Do not use ly_scheme_function for
999         volatile/configurable variables (FIXME: better name).
1000
1001         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1002         get_scmvar).
1003
1004 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1005
1006         * scripts/convert-ly.py (FatalConversionError.subst): use
1007         \transposition.
1008
1009 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1010
1011         * lily/include/page.hh (class Page): Declare left_margin ().
1012
1013         * lily/page.cc: Remove paper var caching.
1014
1015 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1016
1017         * Documentation/user/music-glossary.tely: Add name to @top node.
1018         Remove comment from @table definitions (workaround for makinfo
1019         bug).
1020
1021         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1022         ly:stencil-get-expr).  Update callers.
1023         (ly:stencil-align-to!):  Return stencil too.
1024
1025         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1026         stencil.  Remove looped line-based page output.
1027         (output_line): Use line stencil.  Remove looped stencil-based line
1028         output.
1029
1030         * lily/page.cc (ly:page-paper-lines): New function.
1031
1032         * input/test/markup-score.ly: New file.
1033
1034         * scm/define-markup-commands.scm (stencil): New markup.
1035
1036         * lily/book.cc (to_stencil): New method.
1037
1038         * lily/parser.yy (markup): Use it to grok \score.
1039
1040 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1041
1042         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1043
1044         * lily/paper-book.cc (pages): Change signature.  Update callers.
1045
1046         * lily/include/page.hh:
1047         * lily/page.cc: New file.
1048
1049         * lily/paper-line.cc (to_stencil): New method.
1050         
1051         * lily/paper-outputter.cc (output_stencil): New method.
1052
1053         * lily/paper-outputter.cc (output_line): Use them.
1054
1055         * lily/warn.cc: Remove.
1056
1057         * lily/my-lily-parser.cc (distill_inname): Remove.
1058
1059         * flower/include/file-name.hh: 
1060         * flower/file-name.cc: New file.  Update users.
1061
1062         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1063         (find): New method of same name.
1064
1065         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1066
1067         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1068         constant error message.
1069
1070 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1071
1072         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1073
1074 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1075
1076         * Documentation/user/music-glossary.tely: @table @strong' replaced
1077         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1078         (backportme).
1079
1080 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1081
1082         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1083
1084         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1085         #{ lily music expression #} that returns an equivalent scheme
1086         music expression by parsing the string.
1087
1088 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1089
1090         * lily/my-lily-parser.cc:
1091         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1092         SCM string (foo.ly/toto.scm support).
1093
1094 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1095
1096         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1097
1098 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1099
1100         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1101
1102         * scripts/lilypond-book.py: LY code that includes \header is
1103         not assumed to be a fragment.
1104
1105 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1106
1107         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1108         tremolo beams up.
1109
1110         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1111         (get_default_stem_end_position): No tremolo head juggling if no
1112         heads.  Fixes tremolo crash on rests (backportme).
1113
1114         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1115
1116 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1117
1118         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1119         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1120
1121         * lily/lexer.ll: Allow \encoding in NOTES mode.
1122
1123         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1124         for lyrics, not for commands.
1125
1126         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1127         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1128
1129         * input/regression/newaddlyrics.ly: New file.
1130
1131         * Documentation/topdocs/NEWS.texi: Update.
1132
1133         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1134         (Music_list): Allow embedded scm.
1135
1136         * lily/score.cc (ly:score-bookify): New function.
1137
1138         * lily/music.cc (ly:music-scorify): Idem.
1139
1140         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1141         (ly:parser-print-score): Idem.
1142
1143         * scm/lily.scm (default-toplevel-book-handler): Idem.
1144         (default-toplevel-music-handler): Idem.
1145         (default-toplevel-score-handler): Idem.
1146
1147         * ly/declarations-init.ly: Set default toplevel handlers.
1148
1149         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1150
1151         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1152         printer for score at toplevel.
1153
1154 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1155
1156         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1157         Fix for simple case: input/simple-song.ly, more complex stuff
1158         does not work yet.
1159
1160 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1161
1162         * lily/parser.yy (Prefix_composite_music): split Composite_music
1163         in Prefix_composite_music and Grouped_music_list.
1164         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1165
1166 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1167
1168         * scm/lily.scm (toplevel-expression): New define.
1169
1170         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1171
1172         * lily/parser.yy (toplevel_expression): Use it.
1173
1174         * lily/include/my-lily-parser.hh: Smobbify.
1175
1176         * lily/my-lily-parser.cc (parse_string): New method.
1177         
1178         * lily/my-lily-parser.cc (ly:parse-string): New function.
1179
1180         * Documentation/user/lilypond.tely: Add comment and workaround for
1181         gs-8.01 crash.  Fixes make web.
1182
1183         Simplification of toplevel music.
1184         
1185         * lily/lexer.ll, lily/parser.yy:
1186
1187         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1188         shift/reduce problem.
1189
1190         * Use NOTES mode at start of maininput.
1191
1192         * Grok toplevel composite music expression, put in score and book.
1193
1194         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1195
1196         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1197
1198         * input/simple.ly: New file.
1199         
1200         * input/simple-song.ly: Idem.
1201
1202 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1205         Sandberg.
1206
1207 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1208
1209         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1210
1211 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1212
1213         * input/regression/accidental-octave.ly: doc automatic showing
1214         of note names.
1215
1216 2004-04-16  Heikki Junes <janneke@gnu.org>
1217
1218         * po/fi.po: do "make po && make -C po po-update" at top-level,
1219         then "cp po/out/fi.po po/fi.po" and update fields.
1220
1221         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1222
1223 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1224
1225         * Documentation/user/introduction.itely (About this manual): Fix
1226         templates and regression urls (backportme).
1227
1228 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1229
1230         * ly/engraver-init.ly (Score:graceSettings): Increase
1231         beamed-lengths, especially for 32nd notes.
1232
1233         * Documentation/user/notation.itely (Grace notes): Correct the
1234         syntax for add-grace-property example.
1235
1236 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1237
1238         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1239         `Generated' tag.
1240
1241         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1242         Severely broken (the Debian package, at least).
1243
1244 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1245
1246         * lily/context.cc (find_create_context): assign to lvalue.
1247
1248 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1249
1250         * lily/include/translator.hh (class Translator): rename
1251         get_parent_context() to context () to avoid confusion.
1252
1253         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1254
1255         * lily/lexer.ll: change is_string -> ly_c_string_p 
1256
1257         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1258
1259         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1260
1261         * VERSION: release 2.3.0
1262
1263         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1264
1265         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1266         if nonempty.
1267
1268         * lily/include/context.hh (class Context): make members protected.
1269         (children_contexts): new accessor function.
1270
1271         * lily/include/translator.hh (class Translator): make
1272         daddy_context_ protected.
1273         (class Translator): clean up. 
1274
1275         * lily/include/context.hh (class Context): make daddy_context_
1276         private.
1277
1278         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1279         higher for finding Voice. (backportme)  
1280
1281         * lily/include/context.hh (class Context): remove
1282         find_context_below() as a method.
1283
1284         * Documentation/user/notation.itely (The Lyrics context): add note
1285         about manual durations
1286
1287         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1288         encoding.
1289
1290         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1291
1292 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1293
1294         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1295         \usepackage{inputenc}
1296
1297         * lily/paper-book.cc (classic_output): don't advance Offset for
1298         TeX output.
1299
1300         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1301         ec-sauter.map in rules
1302
1303         * mf/ecb.mf (font_identifier): new file, based on ecbx
1304
1305         * mf/ecb10.mf (gensize): new file.
1306
1307         * Documentation/topdocs/NEWS.texi (Top): document some more new
1308         features.
1309
1310         * ly/declarations-init.ly: run convert-ly
1311
1312         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1313         from input-file-results. Remove input-file-results.* 
1314
1315 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1316
1317         * scm/output-ps.scm (font-command): Fix, again.
1318
1319         * input/test/title-markup.ly: Add \noPagebreak test.
1320
1321         * lily/score-engraver.cc (try_music): Bugfix.
1322
1323 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1324
1325         * lily/main.cc (main_with_guile): excise dependency options -M and
1326         --dep-prefix
1327
1328         * lily/input-file-results.cc: excise Makefile dependency code
1329
1330         * Documentation/user/invoking.itexi (Invoking the lilypond
1331         binary): remove dep doco
1332         
1333         * lily/main.cc (main_with_guile): call lilypond-main
1334         
1335         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1336
1337         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1338         exception.
1339
1340         * lily/my-lily-parser.cc: remove paper_description function
1341
1342         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1343         new function.
1344
1345         * lily/main.cc: remove global_score_count.
1346
1347         * lily/book.cc (process): don't take header from global_input_file.
1348
1349         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1350
1351         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1352
1353         * lily/music-output-def.cc (LY_DEFINE): new function
1354         ly_output_description. This function does the bulk for  setting,
1355         parsing and breaking down of an input file.
1356
1357         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1358         anonymous modules globally. Let's hope they get GCd
1359
1360         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1361
1362 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1363
1364         * scm/output-ps.scm (header): Papersize from paper.
1365
1366         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1367         for classic output.
1368
1369         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1370         lilypondclassic is defined.
1371         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1372
1373         * input/regression/between-systems.ly: Remove.
1374
1375         * python/lilylib.py (get_bbox): Fix regular expression
1376         for bounding box.
1377
1378         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1379
1380         * scm/output-tex.scm (stop-page): Use it.
1381
1382         * scm/output-ps.scm (define-fonts): Bugfix.
1383
1384         * lily/grob.cc: Add penalty to interface.
1385
1386         * lily/include/paper-line.hh (class Paper_line): New member
1387         var penalty_.
1388
1389         * lily/system.cc (get_line): Initialise Paper_line with
1390         page-penalty's from original grobs.
1391
1392         * scm/define-music-properties.scm (all-music-properties): Add
1393         page-penalty.
1394
1395         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1396
1397         * lily/score-engraver.cc (try_music): Handle page-penalty.
1398
1399         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1400
1401 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1402
1403         * ly/declarations-init.ly (melismaEnd): typo
1404
1405         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1406
1407         * scm/output-ps.scm (text): split string into spaces, use moveto
1408         for setting space. 
1409         
1410 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1411
1412         * po/nl.po: Update.
1413
1414         * scm/font.scm (add-cmr-fonts): Typo.
1415
1416 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1417
1418         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1419         font-encoding.
1420
1421         * scm/define-grobs.scm (all-grob-descriptions): idem.
1422
1423         * lily/time-signature.cc (numbered_time_signature): idem.
1424
1425         * scm/font.scm (add-cmr-fonts): use real encoding names for
1426         font-encoding.
1427
1428 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1429
1430         * lily/paper-book.cc (classic_output): 
1431         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1432         Fixes classic output.
1433         (lilypondstart):
1434         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1435         kludge.
1436
1437         * scripts/old-lilypond-book.py: Remove.
1438
1439         Page layout for SCOREs enclosed in a BOOK:
1440
1441         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1442         layout tweaking.
1443
1444         * input/les-nereides.ly (theScore): Add \book.
1445         
1446         * input/test/title-markup.ly: Add \book.
1447
1448         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1449         only if 'verbose.
1450
1451         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1452
1453         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1454
1455         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1456         * scm/output-tex.scm (start-system): Update for page layout by
1457         LilyPond.
1458
1459         * scm/output-ps.scm (start-system): Previously (new-start-system).
1460
1461         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1462         passed to define-fonts.
1463
1464         * lily/paper-column.cc: 
1465         * lily/system.cc (get_line):
1466         * ly/property-init.ly (newpage): 
1467         * scm/define-grob-properties.scm:
1468         * scm/output-ps.scm: 
1469         * scm/output-tex.scm: Remove between-system-string kludge.
1470
1471         * scm/output-ps.scm (define-fonts, font-command,
1472         font-load-encoding): Handle ENCODING = #f.
1473
1474         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1475
1476         * scm/define-markup-commands.scm (fill-line): Use
1477         make-simple-markup (WAS: unexisting make-word-markup).
1478
1479         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1480         ENCODING, MARKUP parameters for interpret_string.
1481
1482         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1483
1484         * lily/score.cc (book_rendering): New method.
1485         (default_rendering): Create Paper_book helper locally, dump
1486         output.
1487
1488         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1489
1490         * lily/parser.yy: Handle \book.
1491
1492         * lily/include/book.hh: 
1493         * lily/book.cc: New file.
1494
1495 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1496
1497         * lily/text-item.cc (interpret_string): new file, select font with
1498         encoding.
1499
1500         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1501
1502         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1503
1504         * lily/parser.yy (markup): take encoding from lexer.
1505
1506 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1507
1508         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1509
1510         * scm/output-ps.scm: Remove some cruft.
1511
1512 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1513
1514         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1515
1516         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1517
1518 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * scm/font.scm (add-century-schoolbook-fonts):
1521         (make-century-schoolbook-tree): New function.
1522
1523         * input/test/title-markup.ly: Use Century Schoolbook font.
1524
1525 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1526
1527         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1528         to Erik Sandberg) 
1529
1530         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1531
1532         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1533
1534         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1535
1536         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1537
1538 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1539
1540         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1541         solo-state (at end of solo), we can set the solo status
1542         too. (backportme.)
1543
1544         * input/regression/part-combine-solo-end.ly: new file.
1545
1546 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1547
1548         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1549         flavour abc files.  Really ignore unknown keys (backportme).
1550
1551 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1554         magnification_ when looking up in orig_.
1555
1556         * scm/output-tex.scm (text): switch off char-mapping.
1557
1558         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1559         because AFM's encoding field cannot have spaces.
1560
1561 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1562
1563         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1564
1565 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1566
1567         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1568
1569         * mf/cmr.enc: new file, without hi-bit ascii info. 
1570
1571         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1572         width. This removes the 'hook' at the end of a long slur.
1573
1574         * buildscripts/mf-to-table.py (parse_logfile): don't append
1575         encoding to fontname.
1576
1577 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1578
1579         * scm/output-ps.scm (define-fonts): Load .enc only once.
1580
1581         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1582         too.
1583
1584 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1585
1586         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1587         encoding field.
1588
1589         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1590
1591         * ly/portuges.ly (pitchnames): new file.
1592
1593         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1594         Michael Welsh Duggan
1595
1596         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1597
1598         * ly/nederlands.ly: add comment about digits.
1599
1600         * lily/scaled-font-metric.cc (derived_mark): idem.
1601
1602         * scm/encoding.scm (make-encoding-mapping): change permutation to
1603         mapping.
1604
1605         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1606         (Modified_font_metric): make alist for coding_description_
1607         (LY_DEFINE): remove coding-name.
1608
1609         * scm/output-tex.scm (text): remove debugging code.
1610
1611         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1612
1613         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1614         from infile.
1615
1616         * mf/feta-generic.mf: move fet_beginfont into generic code.
1617         use fetaMusic (without space) as encoding
1618
1619         * mf/feta-autometric.mf: take encoding argument
1620
1621         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1622
1623         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1624         use.
1625
1626         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1627         name.
1628
1629 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1630
1631         * input/test/title-markup.ly: Set inputencoding.
1632
1633         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1634
1635         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1636
1637         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1638         function.
1639         (coding-alist): Also hold filename, command.
1640         (read-encoding-file): Return symbols.
1641
1642 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1643
1644         * scm/output-tex.scm: remove fontify; text and char take a font
1645         argument.
1646
1647         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1648
1649         * lily/scaled-font-metric.cc (text_dimension): init
1650         coding_{permutation,table}_ too 
1651         (LY_DEFINE): ly:font-encoding, new function return
1652
1653         * lily/paper-def.cc (find_scaled_font): take input coding from
1654         inputcoding paper var.
1655
1656         * lily/performance.cc (output): remap modulo 16.
1657
1658         * lily/text-item.cc (interpret_markup): whoops, variable
1659         shadowing fixed.
1660
1661 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1662
1663         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1664         symbols, not symbols to strings.
1665         
1666         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1667         symbols, not symbols to strings.
1668
1669 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1670
1671         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1672         (ly:kpathsea-gulp-file): New function.
1673
1674         * scm/encoding.scm (read-encoding-file): Use it.
1675
1676 2004-04-06  Werner Lemberg  <wl@gnu.org>
1677
1678         * scm/encoding.scm (coding-alist): Fix typo.
1679
1680 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1681
1682         * lily/scaled-font-metric.cc (text_dimension): move function from
1683         Font_metric
1684         (make_scaled_font_metric): init coding_scheme_ to TeX
1685         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1686
1687         * lily/include/scaled-font-metric.hh (struct
1688         Modified_font_metric): rename from Scaled_font_metric
1689
1690         * scm/encoding.scm (read-encoding-file): split up large function,
1691         leave caching to (delay)
1692
1693         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1694
1695 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1696
1697         * lily/my-lily-lexer.cc (set_encoding): New method.
1698
1699         * lily/lexer.ll: Grok \encoding.
1700
1701         * lily/font-metric.cc (get_encoded_index): New function.
1702
1703         * lily/include/font-metric.hh (coding_scheme): New method.
1704
1705         * scm/encoding.scm: New file.
1706
1707         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1708
1709 2004-04-05  Werner Lemberg  <wl@gnu.org>
1710
1711         * Documentation/user/tutorial.itely: Revised (finished).
1712
1713         * Documentation/user/macros.itexi (@separate): Removed.
1714
1715 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1716
1717         * scm/output-ps.scm (define-fonts): fix scaling.
1718
1719         * lily/scaled-font-metric.cc (design_size): add function.
1720
1721         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1722         partial cut&paste of ly:font-magnification.
1723
1724 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1725
1726         * scm/output-ps.scm (define-fonts):
1727         (fontify): Update.
1728
1729 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1730
1731         * po/fr.po: update. (backportme).
1732
1733         * po/nl.po: update. (backportme). 
1734
1735         * mf/feta-beugel.mf: document why design size is not fixed.
1736
1737         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1738
1739 2004-04-04  Werner Lemberg  <wl@gnu.org>
1740
1741         * Documentation/user/tutorial.itely: Revised (continued).
1742
1743 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1744
1745         * po/nl.po: Update (backportme).
1746
1747 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1748
1749         * po/de.po: update. (backportme).
1750
1751         * scm/output-tex.scm (font-command): use ly: functions to
1752         construct name.
1753         (define-fonts): don't use alist, just dump \font definitions.
1754         (font-load-command): calculate proper scaling by taking
1755         outputscale from paper argument.
1756
1757         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1758         expression.
1759
1760         * lily/paper-outputter.cc (output_header): pass paper arg to
1761         define-fonts
1762
1763         * lily/paper-def.cc (font_descriptions): dump list of
1764         Scaled_font_metrics
1765         (find_scaled_font): take Font_metric argument, store
1766         Scaled_font_metrics in hash-table containing (size ->
1767         Scaled_font_metrics) alist.
1768         (get_dimension): rename from get_realvar
1769
1770         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1771         ly:font-magnification, ly:font-name: new functions
1772
1773 2004-04-03  Werner Lemberg  <wl@gnu.org>
1774
1775         * Documentation/user/dedication.itely,
1776         Documentation/user/preface.itely,
1777         Documentation/user/introduction.itely,
1778         Documentation/user/tutorial.itely: Revised.
1779         Removing leading spaces which distorts output if info files are read
1780         with stand-alone info.
1781         Removing superfluous inter-word spaces which also distorts output
1782         for stand-alone info.
1783         Using ` and ' instead of `` and '' everywhere to improve
1784         legilibility with stand-alone info
1785         Using @samp for single-letter input items and data which contains
1786         spaces, @code for other things.
1787
1788         * lily/grob-interface.cc: Adding copyright.
1789         (check_interfaces_for_property): Improve format of warning message.
1790
1791 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1792
1793         * lily/include/font-metric.hh (struct Font_metric): add
1794         design_size () method.
1795
1796         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1797
1798         * lily/afm.cc (read_afm_file): read design size.
1799
1800         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1801
1802         * scm/music-functions.scm (unfold-repeats): handle dots too.
1803
1804 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1805
1806         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1807         (backportme)
1808
1809 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1810
1811         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1812         lyric indent.  Revert melismaBusyProperties using \unset.
1813
1814 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1815
1816         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1817
1818         * lily/parser.yy (command_element): allow redefinition of |
1819         meaning.
1820
1821         * lily/break-align-engraver.cc (acknowledge_grob): construct
1822         LeftEdge where the first cause for alignment is coming from.
1823         This makes \override Staff.LeftEdge work as expected.
1824
1825         
1826         * lily/slur-performer.cc (Slur_performer): add inits
1827
1828         * lily/beam-performer.cc (Beam_performer): add inits
1829
1830 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1831
1832         * VERSION (PACKAGE_NAME): release 2.2.0
1833
1834         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1835
1836 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1837
1838         * lily/cluster.cc (height): Fix warning.
1839
1840         * lily/parser.yy: Janitorial cleanups.
1841
1842         * Documentation/user/tutorial.itely (Tutorial): Typo.
1843
1844 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1845
1846         * lily/change-iterator.cc (process): search at multiple context
1847         levels. This fixes 
1848
1849         
1850         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1851         not voice-state index for tie state. This fixes a partcombine
1852         problem with ties.
1853
1854         * Documentation/user/tutorial.itely (Commenting input files): add
1855         note about convert-ly.
1856
1857         * input/test/cadenza-skip.ly:  new file.
1858
1859 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1860
1861         * po/nl.po: Spelling fixes.
1862
1863         * autogen.sh (srcdir): Regenerate.
1864
1865         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1866         autogen.sh.
1867
1868         * configure.in: Use C++ to check for C++ header.
1869
1870         * po/nl.po: Update.
1871
1872         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1873
1874         * lily/event.cc (to_relative_octave): Translatable sentence should
1875         be one string.
1876
1877         * python/lilylib.py (warranty): Year range is not translatable.
1878         It's 2004 already!
1879
1880         * flower/warn.cc (non_fatal_error, warning, programming_error):
1881         Remove whitespace from translated string.
1882
1883 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1884
1885         * VERSION: release 2.1.37.
1886
1887 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1888
1889         * configure.in: check for C language.
1890
1891         * lily/source-file.cc: include strstream without h.
1892
1893         * scm/documentation-generate.scm (string-append): use name without
1894         .texi.
1895
1896         * autogen.sh (srcdir): SUSE fix.
1897
1898         * Documentation/user/notation.itely (Ancient clefs): idem.
1899
1900         * Documentation/user/lilypond-book.itely (Integrating HTML and
1901         music): idem.
1902
1903         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1904
1905         * lily/change-iterator.cc (process): use find_existing_context().
1906
1907         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1908
1909         * input/regression/repeat-unfold-tremolo.ly: new file.
1910
1911         * scm/music-functions.scm (unfold-repeats): undo music compression
1912         too.
1913
1914         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1915         (LY_DEFINE): ly:music-compress new function.
1916
1917         * scm/part-combiner.scm (determine-split-list): split for voice
1918         crossings
1919
1920         * input/regression/part-combine-cross.ly: new file.
1921
1922         * scm/part-combiner.scm (make-part-combine-music): don't do
1923         relative inside partcombine arguments.
1924
1925         * scm/music-functions.scm (make-non-relative-music): new function.
1926
1927         * Documentation/user/notation.itely (Automatic part combining):
1928         add note about \relative.
1929
1930         * lily/part-combine-iterator.cc (construct_children): add
1931         start_moment_ member.
1932
1933         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1934         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1935
1936         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1937
1938         * Documentation/user/changing-defaults.itely (Which properties to
1939         change): fixes.
1940
1941 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1942
1943         * po/fr.po: update.
1944
1945 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1946
1947         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1948
1949         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1950         Reinstate old code that issues warning.  Fixes --srcdir build.
1951
1952 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1953
1954         * input/wilhelmus.ly: New file.
1955
1956         * Documentation/user/notation.itely: 
1957         * Documentation/user/introduction.itely:
1958         * Documentation/user/tutorial.itely: Use quote ly-option instead
1959         of explicit @quotation.  This fixes too long lilypond linewidths
1960         resulting in overful hboxes.
1961
1962         * scripts/lilypond-book.py: Add ly-option: `quote'.
1963
1964 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1965
1966         * tex/titledefs.tex: Avoid that the first score line is extra
1967         indented if instrument is defined but not piece.
1968
1969 2004-03-30  Werner Lemberg  <wl@gnu.org>
1970
1971         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1972         `lilypond/' to info file name.
1973         (@usermanref) [info]: New variant.
1974
1975         * scm/documentation-generate.scm: Fix definition of @usermanref
1976         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1977         to info file name.
1978
1979 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1980
1981         * VERSION: release 2.1.36
1982         
1983         * Documentation/user/changing-defaults.itely (Interpretation
1984         contexts): rewrite introduction.
1985
1986 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1987
1988         * scm/define-markup-commands.scm: Use TeX accents instead of
1989         straight iso-8859-1 encoding in the doc string.
1990
1991 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1992
1993         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1994         space after dotted duration.
1995
1996 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1997
1998         * Documentation/user/introduction.itely: 
1999         * Documentation/user/notation.itely:
2000         * Documentation/user/tutorial.itely: Up all relative examples.
2001         Enclose @lilypond displays in @quotation.  Typos and corrections.
2002
2003         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2004
2005 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2006
2007         * scm/music-functions.scm (make-voice-props-revert): Revert also
2008         MultiMeasureRest staff-position in oneVoice.
2009
2010 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2011
2012         * Documentation/user/changing-defaults.itely, 
2013         Documentation/user/lilypond.tely: few fixes. Place no comma between
2014         two options: a and b, but commas between three options: a, b, and c.
2015         By this manner, grouping is possible: a and b, and c and d.
2016
2017 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2018
2019         * Documentation/user/GNUmakefile: add rule for .nexi
2020
2021 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2022
2023         * Documentation/user/music-glossary.tely: move glossary direntry
2024
2025         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2026         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2027
2028 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2029
2030         * stepmake/aclocal.m4: Verify that gettext configure check with
2031         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2032
2033 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2034
2035         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2036         glob.glob for .png filenames. This catches multipage pngs.  
2037
2038         * Documentation/user/changing-defaults.itely (Determining the grob
2039         property): fix references.
2040
2041         * lily/staff-symbol.cc (print): only add extent if non empty.
2042         This fixes staff-container.ly.
2043
2044         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2045         starting with a mmrest also works.
2046
2047         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2048         PNG for texinfo too.
2049
2050         * po/lilypond.pot: update translation strings.
2051
2052         * VERSION: 2.1.35 released
2053         
2054         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2055         context argument too.
2056
2057         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2058
2059         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2060
2061         * python/lilylib.py (command_name): don't return 1st path
2062         component.
2063
2064         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2065         .png case separately.
2066
2067         * python/lilylib.py (system): typo.
2068         
2069 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2070
2071         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2072         run indent-region.
2073
2074         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2075         Fixes compile.
2076
2077         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2078         Add header.
2079
2080 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2081
2082         * vim/lilypond-indent.vim: small fixes.
2083
2084 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2085
2086         * Documentation/user/notation.itely (Entering lyrics): Add example
2087         with correct english double quotes (at least for LaTeX output,
2088         maybe not a good idea if we switch to PS as the default output
2089         format).
2090
2091 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2092
2093         * lily/staff-performer.cc (create_audio_elements): play instrument
2094         changes before notes arrive. This fixes instrument of the first
2095         note in a score.
2096
2097         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2098         to 1.9.0 conversion.
2099
2100         * lily/mark-engraver.cc: doc string.
2101
2102         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2103
2104         * Documentation/user/introduction.itely (Introduction): new node.
2105
2106 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2107
2108         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2109
2110         * input/regression/spacing-ragged-last.ly: new file.
2111
2112         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2113         spacing.
2114
2115         * scm/font.scm: rewrite using GOOPS.
2116         
2117         * lily/context-def.cc (filter_engravers): derefence pointer.
2118
2119         * lily/lily-guile.cc (type_check_assignment): use
2120         ly_scheme_function iso. scm_primitive_eval where possible.
2121
2122         * lily/performance.cc (output): limit channels at 15. This fixes
2123         percussion inadvertently showing up in large scores.
2124
2125 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2126
2127         * input/regression/tuplet-gap.ly: new file.
2128
2129         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2130         (print): compute gap length from number size, include italic
2131         correction.
2132
2133         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2134         tuplet-bracket
2135
2136         * scm/paper.scm (set-default-paper-size): new function, to be
2137         called at toplevel.
2138         (set-paper-size): new function, to be called inside \paper {}
2139         (set-default-paper-size): new function, to be called at toplevel.
2140
2141         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2142
2143         * lily/beam-performer.cc (process_music): idem.
2144
2145         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2146         
2147         * tex/titledefs.tex: remove scshape for piece.
2148
2149         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2150         font-family
2151
2152         * lily/time-signature.cc (special_time_signature): font-encoding
2153         not family.
2154
2155         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2156         dynamic to head. This fixes p placement in morgenlied.
2157
2158 2004-03-23  Werner Lemberg  <wl@gnu.org>
2159
2160         * stepmake/stepmake/generic-targets.make (help): Improve text.
2161
2162 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2163
2164         * VERSION: 2.1.34 released
2165         
2166         * lily/main.cc (main_with_guile): switch debugging.
2167
2168         * lily/system.cc (get_line): plug leak.
2169
2170         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2171         and contents.
2172         (stencil2line): plug leak.
2173
2174         * Documentation/user/changing-defaults.itely (Determining a grob
2175         property):  new node.
2176         (Layout interfaces): new node.
2177         (Navigating the program reference): new node.
2178
2179         * lily/accidental-engraver.cc (acknowledge_grob): add property
2180         harmonicAccidentals
2181
2182         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2183         general cleanups.
2184         
2185         * input/les-nereides.ly (middleDynamics): resurrect Les
2186         nereides. Remove pedal hack.
2187
2188 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2189
2190         * input/regression/property-grace-polyphony.ly: new file.
2191
2192         * lily/translator-property.cc (execute_pushpop_property): only pop
2193         one instance of the property. This fixes << \\ >> together with
2194         \grace.
2195
2196         * lily/break-align-interface.cc (ordered_elements): we cannot
2197         modify the #'elements property, so return reordered array.
2198
2199 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2200
2201         * buildscripts/lilypond.words.py: remove.
2202         * buildscripts/lilypond-words.py: add new, renamed file. 
2203         Give generated targets and dirs explicitly in arguments.
2204
2205         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2206         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2207         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2208         
2209         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2210
2211         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2212
2213         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2214         orders.
2215
2216         * vim/GNUmakefile: add local-uninstall target.
2217
2218         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2219         
2220         * vim/vimrc: add a one-liner file.
2221
2222         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2223         vimrc in EXTRA_DIST_FILES.
2224
2225         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2226
2227 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2228
2229         * config.make.in: add vimdir.
2230
2231         * vim/GNUmakefile: add local-install.
2232
2233 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2234
2235         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2236         with \lilypondifundefined{blabla}. Solves problem with multiple
2237         titles in the same lilypond-book document.
2238
2239 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2240
2241         * scm/document-backend.scm (interface-doc): sort grob list for
2242         interface.
2243
2244         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2245         pre/post break align-order.
2246
2247         * spelling patch courtesy Edward Sutton.
2248
2249         * Documentation/user/changing-defaults.itely (Changing context
2250         default settings): new node.
2251         (Defining new  contexts): new node.
2252
2253         * scripts/lilypond-book.py (is_derived_class): use numbers
2254         iso. booleans.
2255
2256         * python/lilylib.py (make_ps_images): add margin to PS images.
2257
2258         * scripts/lilypond-book.py (is_derived_class): new function. Take
2259         class arg iso. object.
2260         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2261         for bug in GS/dvips.
2262
2263         * lily/text-item.cc (interpret_markup): idem.
2264
2265         * scm/define-markup-commands.scm: remove split around-space hack.
2266
2267         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2268         function, fold WL's fixes into one function.
2269
2270 2004-03-22  Werner Lemberg  <wl@gnu.org>
2271
2272         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2273         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2274         (Note_column::head_position_interval): Do proper rounding for
2275         calls to Staff_symbol_referencer::get_position.
2276
2277 2004-03-21  Werner Lemberg  <wl@gnu.org>
2278
2279         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2280         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2281         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2282         (My_lily_parser::parse_file): Improve formatting progress indication
2283         sent to stdout.
2284
2285 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2286
2287         * VERSION: 2.1.33 released.
2288
2289         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2290
2291         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2292
2293         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2294         warning is issued about dummy.dep.
2295
2296         * scm/new-font.scm: fix design sizes of nummer
2297
2298 2004-03-21  Werner Lemberg  <wl@gnu.org>
2299
2300         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2301         some annoying warnings from mkdir during `make install'.
2302
2303 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2304
2305         * lily/performer-group-performer.cc (do_announces): call
2306         Performer_group_performer::create_audio_elements () too.
2307
2308         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2309
2310         * scm/define-grobs.scm (all-grob-descriptions): add property
2311         break-align-orders
2312
2313         * lily/global-context.cc (get_default_interpreter): new
2314         function. Override from base class, so no new Score contexts are
2315         created.
2316
2317         * lily/include/stencil.hh (class Stencil): document origin field.
2318
2319         * lily/staff-symbol.cc (print): span staff-symbol on column
2320         extents for non-broken columns. 
2321
2322         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2323         key-signature.
2324
2325         * tex/titledefs.tex: don't use smallcaps for piece.
2326
2327         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2328         translated stencils in the output.
2329
2330         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2331
2332 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2333
2334         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2335         and init ties_created_
2336
2337         * VERSION: release 2.1.32
2338
2339         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2340         doc string from IMPLEMENT_CTOR_CALLBACK().
2341
2342         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2343         that engraver is in a performer hierarchy.
2344
2345 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2346
2347         * vim/lilypond-ftdetect.vim: new file.
2348
2349 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2350
2351         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2352         (compose_ly): default octave should be middle C.
2353
2354         * Documentation/user/changing-defaults.itely (Layout tunings
2355         within contexts): new node.
2356
2357         * lily/include/smobs.hh: document C++ smob interface.
2358
2359         * lily/function-documentation.cc: don't doc functions without
2360         docstring.
2361
2362 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2363
2364         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2365         direntry, so that `info lilypond' goes to Top.
2366
2367         * scm/output-ps.scm (polygon): Fix: add spaces.
2368
2369         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2370         solutions are now optimal too.
2371
2372         * input/test/page-breaks.ly: New file.
2373
2374         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2375         functions into safe module.
2376
2377         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2378         end, prepend zeros.
2379
2380         * scm/output-*.scm: Use ly:number->string rather than
2381         number->string.  Makes for saner output.
2382
2383         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2384         Fixes feta-nummer, feta-din scaling.
2385
2386 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2387
2388         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2389
2390         * scm/music-functions.scm (descend-to-context): new
2391         function. Similar to context-spec-music.
2392         (make-time-signature-set): specify Score as descend-only. This
2393         fixes the polymetric.ly example.
2394
2395         * lily/context-specced-music-iterator.cc (construct_children): add
2396         support for descend-only context spec.
2397
2398         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2399         determine ez-notation letter. 
2400
2401         * lily/system.cc (get_line): start with dumping layer 3. This
2402         fixes ez notation.
2403
2404 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2405
2406         * input/test/title-markup.ly: Stress breaking harder.
2407
2408         * scm/page-layout.scm (height-score): Overfull page scores twice
2409         as bad as underfull (was: by a power).
2410         (walk-lines): Omit first walk-path round (breaking after new node,
2411         without lines).
2412
2413         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2414         diff values are negative.
2415         (output): Bugfix: treat negative vfill differently.
2416
2417         * Documentation/user/lilypond.tely (direntry): Add note about why
2418         `info lilypond' brings up `Invoking LilyPond' node.
2419
2420 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2421
2422         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2423
2424         * lily/paper-book.cc: Remove cruft.
2425         (output): Bugfix: put vfill between lines.
2426         (pages): Bugfix: set page vars needed for filling.
2427
2428         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2429         (was: @ar).
2430
2431         * scm/page-layout.scm: Further development.
2432
2433         * ly/declarations-init.ly (paper): Define page-breaking.
2434
2435 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2436
2437         * lily/note-head.cc (brew_ez_stencil): add note-names
2438         property. Provides internationalization for note names.
2439
2440         * Documentation/user/changing-defaults.itely (Creating contexts):
2441         new node.
2442
2443         * lily/grace-iterator.cc (process): descend to child for \grace.
2444
2445         * lily/timing-translator.cc (initialize): Timing_translator adds
2446         Timing alias by itself.
2447
2448         * lily/context.cc (add_alias): new function.
2449
2450         * scm/lily.scm (tex-output-expression): new function, eval within
2451         drawing API. Guards against eval vulnerabilities.
2452
2453         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2454
2455         * scm/output-ps.scm (scm): export lily drawing API.
2456
2457         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2458         throughout.
2459
2460 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2461
2462         * scm/page-layout.scm (optimal-page-breaking): New function.
2463         
2464         * lily/paper-book.cc (pages): Use it.
2465
2466 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2467
2468         * lily/include/paper-line.hh (class Paper_line): Full smob.
2469
2470 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * lily/global-context.cc (run_iterator_on_me): fix grace note
2473         nesting by initting measurePosition.
2474
2475         * lily/timing-translator.cc (initialize): do no init
2476         measurePosition
2477         
2478         * lily/include/music-output-def.hh (class Music_output_def): add
2479         input_origin_ field.
2480
2481         * Documentation/user/changing-defaults.itely (Changing context
2482         properties on the fly): new node.
2483
2484         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2485         function. Only have smobbed_copy (), and do not provide
2486         smobbed_copy() for non-simple smobs. Changes throughout.
2487
2488 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2489
2490         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2491         start_moment_. Fix by Doug A. Linhardt.
2492
2493 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2494
2495         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2496         accidentals for harmonic notes.
2497
2498         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2499         of different style. (Thanks to Doug Linhardt).
2500
2501         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2502         new node.
2503
2504 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2505
2506         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2507
2508         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2509         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2510         vim/lilypond-indent.vim: doc targets and deps in comments.
2511
2512 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2513
2514         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2515
2516         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2517
2518         * lily/include/paper-line.hh:
2519         * lily/include/paper-line.cc: New file.
2520
2521 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2522
2523         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2524
2525         * GNUmakefile.in: remove stray make out=www
2526
2527         * input/test/bagpipe.ly (gcdg): octave fixes.
2528
2529         * scm/define-markup-commands.scm (number): use font-encoding
2530         iso. font-family
2531
2532         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2533         font-encoding.
2534         
2535 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2536
2537         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2538         `output_format_global' and `PAGE_LAYOUT'.
2539
2540 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2541
2542         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2543         lily functions in safe mode.
2544
2545         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2546         Print filename for HTML, LATEX, before texidoc.
2547
2548         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2549         instructions in output-ps module.
2550
2551         * scm/lily.scm: Do not load output-ps module.
2552
2553         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2554         safe mode.
2555
2556 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2557
2558         * lily/span-dynamic-performer.cc (process_music): remove spurious
2559         warning.
2560
2561         * lily/context-def.cc (Context_def): init name to ""
2562
2563         * lily/font-interface.cc: add font-encoding property.
2564
2565         * scm/lily.scm (chain-assoc-get): bugfix.
2566
2567         * lily/paper-book.cc (stencil2line): protect static SCM.
2568
2569         * lily/font-interface.cc (text_font_alist_chain): rename function,
2570         and use text-font-defaults. 
2571
2572         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2573
2574         * scm/paper.scm (paper-set-staff-size): use new function.
2575
2576         * scm/new-font.scm (make-font-tree): new function.
2577
2578 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2579
2580         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2581
2582         * scm/lily.scm (get-output-module): New function.
2583         (output-alist): Remove ,ps-output-expression.
2584
2585         * scm/output-tex.scm (ps-output-expression): New function.
2586
2587         * scm/output-ps.scm (ps-output-expression): Remove.
2588         (header, start-page): Output page metadata.
2589
2590         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2591         initialise output_module_.  Do not write part of header.
2592         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2593         (output_header): Output full header.
2594
2595         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2596         FIXME.
2597
2598 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2599
2600         * scm/new-font.scm: new file. Tree based font lookup.
2601
2602         * scm/lily.scm (assoc-get): take default argument. Remove
2603         assoc-get-default.
2604         (chain-assoc-get): use chain-assoc-get everywhere.
2605
2606         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2607         autobeamsettings conversion bug.
2608
2609         * lily/include/global-context.hh (Context): clean-up data hiding.
2610
2611         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2612         data hiding.
2613
2614         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2615
2616         * input/regression/stem-shorten.ly: add chord case.
2617
2618         * lily/stem.cc (get_default_stem_end_position): shorten stems
2619         triggered by note-head positions, not by forced-direction. This
2620         fixes a bug with too short stems.  
2621  
2622 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2623
2624         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2625         Lilypond_snippet.output_latex): Always call output_print_filename.
2626
2627         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2628         expand pages.
2629
2630 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2631
2632         * scm/part-combiner.scm (make-autochange-music): switch rests
2633         before switched notes too.
2634
2635         * lily/figured-bass-engraver.cc (process_music): change calling
2636         convention.
2637
2638         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2639
2640         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2641         command.
2642
2643         * lily/include/stencil.hh (class Stencil): add origin field.
2644
2645         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2646         function.
2647
2648         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2649
2650         * lily/lexer.ll: remove support for \$ and $ in identifiers
2651
2652         * lily/sequential-iterator.cc: remove copy_grace_fixups
2653         (get_grace_fixup): slight abstraction of fixup code.
2654
2655         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2656
2657 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2658
2659         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2660         in insert-mode. add indenting rules.
2661
2662 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2663
2664         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2665         protect hack.
2666
2667         * scm/page-layout.scm:
2668         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2669         layout and titling should now match external latex based version.
2670
2671         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2672         header fields.
2673
2674         * ps/lilyponddefs.ps: Remove automatic page layout.
2675
2676         * scm/output-ps.scm (new-start-system): New interface function.
2677
2678         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2679
2680         * lily/paper-book.cc (output): Bugfix.
2681
2682 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2683
2684         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2685         
2686 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2687
2688         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2689         direntries.
2690
2691         * ps/lilyponddefs.ps: Bugfix.
2692
2693         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2694
2695 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2696
2697         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2698         cause. This should fix warnings.
2699
2700         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2701
2702         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2703         prevent aligned 6ths.
2704
2705         * lily/custos.cc (print): remove adjust-if-on-staffline.
2706
2707 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2708
2709         * lily/paper-book.cc: Do header and footer.
2710
2711 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2712
2713         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2714
2715         * scm/paper.scm (lineheight): Remove
2716         (head-sep, foot-sep): Add.
2717
2718 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2719
2720         * mf/feta-schrift.mf: reduce portato thickness.
2721
2722         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2723
2724         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2725         programming_error ().
2726
2727         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2728         bracket to last command column.
2729
2730         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2731         continues on next/prev system.
2732
2733         * input/regression/pedal-end.ly: new file.
2734
2735 2004-03-10  Werner Lemberg  <wl@gnu.org>
2736
2737         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2738         Remove pmx2ly stuff.
2739         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2740
2741 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2742
2743         * scm/page-layout.scm: New file.
2744
2745         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2746         settings.
2747         (Lilypond_snippet.is_outdated): Also check for PNG file.
2748         Workaround for interrupted (web) builds.
2749
2750         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2751
2752         * ps/lilyponddefs.ps: Use only very small top-marging.
2753         (init-paper): Also pop page size string.
2754         (start-page, stop-page): New function.
2755
2756         * scm/output-ps.scm (header-end): Remove stray exec commands.
2757
2758 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2759
2760         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2761
2762         * lily/score.cc (default_rendering): clean protection.
2763
2764         * lily/paper-book.cc (mark_smob): implement smob marking.
2765
2766         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2767
2768         * Documentation/user/*.itely: user manual edits. 
2769
2770 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2771
2772         * Documentation/user/converters.itely (Invoking musedata2ly):
2773         remove pmx2ly.
2774
2775         * scripts/pmx2ly: remove script.
2776         
2777 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2778
2779         * lily/score.cc (default_rendering): Protect paper-book members.
2780
2781         * lily/paper-def.cc (smobbed_copy): New method.
2782
2783         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2784         switch runtime.
2785
2786         * lily/include/music-output.hh (process): Change signature to
2787         return SCM.
2788
2789         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2790         method.
2791
2792         * lily/paper-score.cc (process): Return stencils rather than
2793         outputting directly.  Remove paper-book kludge.  Delete grobs.
2794         (output): Remove.
2795
2796         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2797
2798         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2799
2800         * lily/score.cc (default_rendering)
2801         (ly_render_output): Move adding paper-score two levels up.
2802
2803         * lily/system.cc (get_line):
2804         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2805
2806 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2807
2808         * scm/font.scm (paper20-font-vector): add more design sizes for
2809         number.
2810
2811         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2812         feta-nummber{5,7,11,13}.
2813
2814         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2815         for 12pt design size. 
2816
2817 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2818
2819         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2820
2821 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2822
2823         * lily/font-select.cc (properties_to_font_size_family): Fix
2824         warning message.
2825
2826         * Experimental PostScript latin1 encoding:
2827         
2828         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2829
2830         * scm/output-ps.scm: Experimental encoding using reencode-font.
2831         * scm/font.scm: Add latin1 `font-shape'.
2832         
2833         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2834
2835         * ps/lilyponddefs.ps (reencode-font): New function.
2836
2837         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2838
2839         * scm/output-tex.scm (start-page):
2840         (stop-page): New interface function.
2841
2842 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2843
2844         * lily/paper-outputter.cc (output_expr):
2845         (output_header):
2846         (output_line): New method.
2847
2848         * lily/system.cc (get_line):
2849         (get_lines): New method.
2850         (output_scheme):
2851         (output_line): Remove.
2852
2853         * scm/lily.scm (make-title): New function.
2854
2855         * lily/paper-book.cc: 
2856         * lily/include/paper-book.hh: New file.
2857
2858         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2859         ly-modules.hh).
2860
2861         * lily/ly-module.cc (ly_modules_lookup): New function.
2862
2863         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2864
2865         * scm/output-ps.scm (make-title): Remove.
2866         (output-scopes): Junk header-title test.
2867
2868 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2869
2870         * mf/feta-schrift.mf: thicker dot for portato.
2871
2872         * lily/accidental-placement.cc (position_accidentals): bugfix in
2873         offset, this fixes right-padding of AccidentalPlacement.
2874
2875         * lily/[h-z]*.cc: () formatting.
2876
2877         * Documentation/user/tutorial.itely (An orchestral part): more
2878         fixes for the tutorial.
2879
2880         * scm/translation-functions.scm (fraction-tuplet-formatter):
2881         reverse fraction.
2882
2883         * lily/parser.yy (context_def_spec_block): use \context instead of
2884         \translator.
2885
2886         * lily/[a-g].cc: () style cleanup.
2887
2888         * Documentation/user/tutorial.itely (Automatic and manual beams):
2889         editing of tutorial.
2890
2891 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2892
2893         * buildscripts/mf-to-table.py (base): write encoding name.
2894
2895 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2896
2897         * Documentation/user/GNUmakefile (local-install-info): Issue
2898         warning (for packager, ie, if not installing in /usr or /usr/local).
2899
2900         * lily/stencil-scheme.cc: 
2901         * lily/staff-symbol-referencer.cc: 
2902         * lily/script-column.cc: 
2903         * lily/pitch.cc: 
2904         * lily/music.cc: 
2905         * lily/grob-pq-engraver.cc: 
2906         * lily/font-interface.cc: 
2907         * lily/music-output-def.cc: 
2908         * lily/duration.cc: 
2909         * lily/grob-scheme.cc:
2910         * lily/context-scheme.cc: Put scheme name on first line in
2911         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2912         style cleanups.
2913
2914         * stepmake/stepmake/scm-vars.make: 
2915         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2916         Rename and split TAGS_FILES.
2917
2918         * GNUmakefile.in (ALL-TAGS): Remove.
2919         
2920         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2921         deeper TAGS files.  Fixes regexp tags in TOP dir.
2922
2923 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2924
2925         * VERSION: 2.1.29 released.
2926         
2927         * Documentation/user/changing-defaults.itely (Changing defaults):
2928         new file.
2929
2930         * Documentation/user/notation.itely (Notation manual): rename from 
2931         refman.itely
2932
2933         * Documentation/user/notation-appendices.itely (The Feta font):
2934         new file.
2935
2936         * Documentation/user/advanced.itely: add aborted attempt for
2937         advanced topics manual.
2938
2939 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2940
2941         * scm/new-markup.scm: display Markups in sane format. Patch by
2942         Nicolas Sceaux.
2943
2944 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2945
2946         * lily/main.cc: Cleanups.
2947         (setup_localisation): New function.
2948         (sane_putenv): Remove.
2949         (main_with_guile): New name (Was: main_prog).  Remove musings
2950         about possible preparation for GUILE heavy memory usage and
2951         practical uselessness.  Do not set environment variables
2952         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2953         name juggling.
2954         (parse_argv): New function.
2955         (copyright): New function.  It's 2004 already.
2956
2957         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2958         (distill_inname): Move from main.
2959
2960 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2961
2962         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2963
2964         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2965
2966         * Documentation/user/running.itely: new file.
2967
2968         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2969
2970         * lily/score-performer.cc (finish): call Translator::finalize ().
2971
2972 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2973
2974         * lilypond-ftpplugin.vim: renamed to the following file.
2975         * lilypond-ftplugin.vim: new file.
2976
2977         * GNUmakefile.in: update VIM_FILES.
2978
2979 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2980
2981         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2982         props.
2983
2984         * input/test/tie-sparse.ly: remove.
2985
2986         * lily/tie-performer.cc (try_music): copy & paste from
2987         Tie_engraver.
2988
2989         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2990         variable_ref twice.
2991
2992         * lily/key-performer.cc (create_audio_elements): use
2993         alterations-in-key.
2994
2995         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2996
2997 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2998
2999         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3000         handle also quarter tones (not shown as tests). test also flats.
3001
3002         * Documentation/index.html.in: small fixes.
3003
3004 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3005
3006         * input/regression/new-markup-scheme.ly: Typo.
3007
3008         * scm/define-markup-commands.scm (fill-line): New markup.
3009
3010         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3011         (output-paper-def): Fix alignment.
3012         (make-title): Fix height/width scaling.
3013
3014         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3015
3016         * input/test/title-markup.ly: Add remaining titles.  Layout and
3017         font size fixes.  Add simplistic latin1 test.
3018
3019 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3020
3021         * input/test/nested-groups.ly: remove. move content (to next). 
3022         * input/test/staff-bracket.ly: replace content (from prev), this 
3023         has been already in templates.
3024
3025 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3026
3027         * stepmake/autogen.sh: Only issue warning about running configure
3028         without arguments when autogen.sh will actually be running
3029         configure.
3030
3031 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3032
3033         * scm/new-markup.scm (stack-stencil-line): robustness.
3034
3035         * scm/define-markup-commands.scm (simple): robustification of
3036         simple-markup.
3037
3038         * Documentation/user/music-glossary.tely (Top): change central C
3039         to middle C.
3040
3041         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3042
3043 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3044
3045         * input/test/title-markup.ly (spaceTest): Add.
3046
3047         * lily/text-item.cc (interpret_markup): Make line markup from
3048         multi word markup.
3049
3050         * scm/define-markup-commands.scm (word): New markup command.
3051         (simple): Use it.
3052
3053         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3054
3055 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3056
3057         * vim/ftplugin/lilypond.vim:
3058         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3059         show matching paren in insert mode.
3060
3061 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3062
3063         * scm/output-ps.scm (make-title, output-scopes): Further
3064         development.
3065
3066         * input/test/title-markup.ly: New file.
3067
3068         * ps/lilyponddefs.ps: Disable PostScript titling.
3069
3070         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3071
3072 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3073
3074         * lily/arpeggio.cc (width_callback): remove padding.
3075  
3076         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3077
3078         * scm/define-music-types.scm: remove make-music-by-name.
3079
3080         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3081
3082 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3083
3084         * lily/paper-score.cc (process): Output titles using make-title.
3085
3086         * scm/output-ps.scm (output-stencil): Display directly instead of
3087         constructing string.
3088         (make-title): New function.
3089
3090 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3091
3092         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3093         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3094         Move documentation of LaTeX packages for latin1 characters to the
3095         lilypond-book manual.
3096
3097 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3098
3099         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3100
3101         * vimrc: add menu in console and shortcut <F10> for it.
3102
3103         * vim/:
3104         * vim/compiler/:
3105         * vim/syntax/:
3106         * vim/indent/:
3107         * vim/ftplugin/: new directories.
3108         
3109         * vim/filetype.vim: new file.
3110
3111         * lilypond.vim: remove files (see next).
3112         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3113
3114         * vimrc: remove file (see next).
3115         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3116
3117         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3118         add header. apply bindings only locally.
3119
3120         * vim/indent/lilypond.vim: new file.
3121
3122         * vim/ftplugin/lilypond.vim: remove errorformat.
3123         * vim/compiler/lilypond.vim: new file for errorformats.
3124
3125         * Documentation/topdocs/INSTALL.texi: give easier orders.
3126
3127         * ROADMAP: add vim/
3128
3129 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3130
3131         * Documentation/user/introduction.itely (Introduction): Use @image
3132         iso @html <img...>.  Add workaround for images in columns in info.
3133
3134         * stepmake/aclocal.m4: Store computed version in variable.
3135
3136         * configure.in: Export MAKEINFO_VERSION.
3137
3138         * config.make.in (MAKEINFO_VERSION): Add.
3139
3140         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3141
3142         * Documentation/user/GNUmakefile: Only build info with images when
3143         building web.
3144
3145         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3146
3147         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3148         stuff from documentation-targets.make
3149
3150 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3151
3152         * VERSION: 2.1.28 released
3153         
3154         * scripts/convert-ly.py (conv): 
3155
3156 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3157
3158         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3159         \arpeggioBoth. redefine \arpeggioBracket.
3160
3161         * Documentation/user/refman.itely: document new arpeggio
3162         functions.
3163
3164         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3165
3166         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3167
3168         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3169
3170 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3171
3172         * Documentation/user/introduction.itely (Automated engraving):
3173         rewrite introduction using website text.
3174
3175 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3176
3177         * scm/*.scm: make-music-by-name is replaced by make-music, which
3178         also accept music property settings, eg:
3179           (make-music 'TextScriptEvent 'direction DOWN 'text
3180               (make-simple-markup x))
3181
3182         Patch courtesy Nicolas Sceaux
3183
3184         * lily/beam-quanting.cc: cleanup, separate counts for left and
3185         right beam ends.
3186
3187         * lily/side-position-interface.cc (quantised_position): also
3188         quantize staccato position for forced stem directions. 
3189
3190 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3191
3192         * scm/*.scm: Patch by Nicolas Sceaux: 
3193
3194         * scm/music-functions.scm: ly:grob-property and ly:music-property
3195         are made procedure with setters.
3196
3197         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3198         
3199 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3200
3201         * input/test/[t-v]*.ly: finish rewriting texidocs.
3202
3203         * input/test/vaticana.ly: remove.
3204         * input/test/ligature-vaticana.ly: new, renamed file name.
3205
3206         * input/test/stem-centered.ly: remove.
3207         * input/test/mensural-note-heads.ly: new file. take content from
3208         removed file stem-centered.ly.
3209
3210         * input/test/scales-greek.ly: simplify.
3211
3212         * input/test/s*.ly: reformulate texidocs.
3213         
3214         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3215         of missing features.
3216
3217 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3218
3219         * input/test/[j-o]*.ly: update texidocs.
3220
3221 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3222
3223         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3224
3225         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3226         images.
3227
3228         * Documentation/user/lilypond.tely (@direntry): Update.
3229
3230         * stepmake/stepmake/documentation-targets.make
3231         (install-info,uninstall-info): Install into $(package_infodir).
3232         Install images.  Run install-info to update dir.
3233
3234         * config.make.in (package_infodir): Add.
3235
3236         * Documentation/user/GNUmakefile (info-with-images,
3237         local-install-info, local-uninstall-info): New target.
3238
3239 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3240
3241         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3242         gap/threshold.
3243
3244         * lily/beam-quanting.cc (score_slopes_dy): remove
3245         ROUND_TO_ZERO_SLOPE kludge.
3246
3247         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3248
3249         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3250
3251         * lily/global-context.cc (Global_context): alway accept Score
3252         (run_iterator_on_me): cast Context to Score_context, not
3253         Context_def.
3254
3255         * Documentation/user/refman.itely: documentation patch by Edward
3256         Sanford Sutton.
3257
3258         * mf/GNUmakefile: unset sauter-fonts.
3259
3260 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3261
3262         * scripts/lilypond-book.py (output_texinfo): Output @image
3263         descriptions for info too.
3264
3265         * input/test/chord-names-jazz.ly: 
3266         * input/test/embedded-scm.ly: Clarify.
3267
3268         * input/test/cautionaries.ly: Typo.
3269
3270         * lily/input-smob.cc (ly_input_location): Compile fix.
3271
3272 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3273
3274         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3275
3276         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3277         fixes problems with system defaults being reverted with \override
3278         on Score level.
3279
3280         * lily/global-context.cc (Global_context): apply property-ops to
3281         Global_context too. 
3282
3283 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3284
3285         * scm/output-ps.scm (stencil->string): Rewrite.
3286
3287 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3288
3289         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3290         impersonal style.
3291
3292 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3293
3294         * lily/input-smob.cc (ly_input_location: New function.
3295
3296         * scm/define-markup-commands.scm (upright): New markup command.
3297
3298         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3299
3300         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3301
3302         * scm/output-ps.scm (output-stencil): New function.
3303
3304         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3305         of snippet types; fixes @ignore and @verbatim blocks.
3306
3307 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3308
3309         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3310         to a file in printed documentation, instead, refer either to a 
3311         syntax or to an output.
3312
3313 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3314
3315         * input/regression/beam-center-slope.ly: Add test.
3316
3317 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3318
3319         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3320         (SAUTER_FONTS): Reinstate.
3321
3322         * scm/define-markup-commands.scm (caps): New markup command.
3323
3324         * scm/output-ps.scm (output-scopes): Experimental markup output.
3325
3326         * scm/: Add missing headers.
3327
3328         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3329
3330         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3331
3332 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3333
3334         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3335         Stray style cleanups.
3336
3337 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3338
3339         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3340         no dot combination.
3341
3342         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3343         substitute \override Staff.autoBeamSettings too
3344
3345         * Documentation/user/tutorial.itely: proofreading fixes by David
3346         Bobroff
3347
3348 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3349
3350         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3351
3352         * ps/music-drawing-routines.ps: 
3353         * ps/lilyponddefs.ps: Add end markers.
3354
3355 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3356
3357         * VERSION: 2.1.27 released.
3358         
3359         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3360
3361         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3362         obey documentation.
3363
3364 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3365
3366         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3367
3368         * scm/output-ps.scm: Resurrect.
3369         
3370         * scm/output-tex.scm: Minimal cleanups.
3371
3372         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3373
3374         * make/ly-rules.make: Remove any broken lily-*.tex files before
3375         lilypond-book run.
3376
3377         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3378         comment.
3379
3380         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3381         Enabled by default, may save 10% compile time.
3382
3383 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3384
3385         * lily/lyric-phrasing-engraver.cc: remove
3386         
3387         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3388         longer necessary. 
3389
3390         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3391         so lyric-phrasing-engraver is no longer necessary.
3392
3393         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3394         Grob_pq_engraver from Staff.
3395
3396         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3397         busyGrobs directly.
3398
3399         * input/regression/quote-transposition.ly: new file.
3400
3401         * lily/recording-group-engraver.cc (stop_translation_timestep):
3402         store instrumentTuning too. 
3403
3404         * lily/quote-iterator.cc (process): transpose events using
3405         instrumentTuning.
3406
3407         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3408         -> \tuning <pitch>
3409
3410         * lily/parser.yy (command_req): add \tuning command for setting
3411         instrument tuning of staff.
3412
3413         * Documentation/user/GNUmakefile
3414         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3415
3416         * Documentation/user/refman.itely (Customized accidental rules):
3417         typo.
3418
3419 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3420
3421         * Documentation/user/music-glossary.tely: remove the missing norwegian
3422         translation; they can be put in later properly.
3423
3424 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3425
3426         * lily/recording-group-engraver.cc (start_translation_timestep):
3427         init Recording_group_engraver twice.
3428
3429 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3430
3431         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3432         stray style cleanups:
3433
3434         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3435         -Wmissing-prototypes.
3436
3437         * flower/include/killing-cons.tcc (Killing_cons): Add template
3438         specifier for car_.
3439
3440         * flower/include/parray.hh (binsearchs): Add template specifier
3441         for maxkey.
3442
3443         * flower/include/interval.hh: Declare elem () with template specfier.
3444
3445 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3446
3447         * elisp/lilypond-indent.el (get-buffer-size): add customization
3448         groups for several variables (Reuben Thomas).
3449
3450 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3451
3452         * Documentation/user/invoking.itexi (Point and click): add index
3453         entry.
3454
3455         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3456         go under beam.
3457
3458         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3459         sarabande beam. 
3460
3461         * flower/warn.cc (programming_error): cross fingers not thumbs.
3462
3463         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3464         staff-position is set.
3465
3466         * VERSION: release 2.1.26 
3467         
3468         * scm/chord-entry.scm (construct-chord): process transposition
3469         after processing explicit-11.  
3470
3471 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3472
3473         * lily/parser.yy (add_quote): add syntax for adding quotes:
3474         \addquote "id-string" Music
3475
3476         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3477
3478         * scripts/convert-ly.py (conv): add rules for name changes.
3479
3480         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3481         music/context/grob property functions. Internally, use
3482         get_property() and set_property() for both.
3483
3484 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3485
3486         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3487         for Emacs <= 20 (Laurent Martelli).
3488
3489 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3490
3491         * lily/parser.yy (command_element): extract quoted vector in
3492         parser.
3493
3494         * input/regression/quote.ly: new file.
3495
3496         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3497
3498         * lily/parser.yy (command_element): \quote DURATION NAME: support
3499         cue notes. 
3500
3501         * lily/quote-iterator.cc (class Quote_iterator): new file.
3502
3503 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3504
3505         * lily/auto-beam-engraver.cc (try_music): accept and process
3506         beam-forbid-event.
3507
3508         * input/regression/auto-beam-no-beam.ly: new file.
3509
3510 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3511
3512         * lily/accidental.cc (print): Change font-relative-size ->
3513         font-size. Fixes cautionary-style = smaller.
3514
3515 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3516
3517         * lily/system-start-delimiter.cc (staff_brace): remove
3518         font-relative-size
3519
3520         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3521         forgotten with scm_list_n. Fixes spurious coredumps.
3522
3523         * lily/accidental-engraver.cc (stop_translation_timestep): move
3524         update of localKeySignature to stop_translation_timestep (). This
3525         makes sure that all ties are noticed at the right moment.
3526         (stop_translation_timestep): clear tie only when right-side
3527         notehead was seen.
3528         (number_accidentals_from_sig): cleanup. 
3529
3530         * input/regression/accidental-tie.ly (mus): new file
3531
3532         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3533         these longish tests.
3534
3535 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3536
3537         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3538
3539         * THANKS: update bugreporter list.
3540
3541         * lily/beam.cc (print): broken beams last until end of staff.
3542         (print): broken beams start from prefatory matter.
3543
3544         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3545
3546         * lily/paper-score.cc (process): dump header only once.
3547
3548         * lily/paper-outputter.cc (Paper_outputter): move logic into
3549         Scheme.
3550
3551         * scm/output-tex.scm (output-scopes): new function.
3552         (output-paper-def): new function
3553         (tex-string-def): new function
3554         (symbol->tex-key): new function
3555
3556         * scripts/convert-ly.py (conv): add rule for | ~
3557
3558 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3559
3560         * input/regression/{many}.ly: refresh, trying to guess how
3561         it was designed.
3562
3563 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3564
3565         * VERSION: release 2.1.25
3566
3567         * scm/define-translator-properties.scm
3568         (all-user-translation-properties): add printOctaveNames
3569
3570         * ly/engraver-init.ly: remove Note_event_swallower from
3571         NoteNamesContext.
3572
3573         * lily/note-name-engraver.cc (process_music): new property
3574         printOctaveNames
3575
3576         * lily/context.cc (find_existing_context): remove support for
3577         Current.
3578
3579         * scm/music-functions.scm (set-accidental-style): new function;
3580         duplicate accidental macros.
3581
3582         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3583
3584         * lily/note-name-engraver.cc (process_music):
3585         process_acknowledged_grobs () -> process_music ()
3586
3587         * scm/part-combiner.scm (determine-split-list): robustification.
3588
3589 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3590
3591         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3592         lines for falling into beam-gap.
3593         (score_forbidden_quants): check all staff lines for falling in
3594         beam gaps.
3595
3596         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3597         key/clef/time signatures. 
3598
3599         * input/test/ossia.ly: revise example.
3600
3601         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3602         cleanup.
3603         
3604         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3605         comply to Scheme standard.  Remove ly:get-paper-variable
3606
3607 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3608
3609         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3610
3611 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3612
3613         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3614         properties from Voice context. This fixes accidental size for
3615         staff-switches during grace contexts.
3616
3617         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3618         if necessary. Else, simply wipe dots.
3619
3620         * input/test/beam-alternate.ly: new file
3621
3622         * input/test/piano-staff-distance.ly: new file.
3623
3624         * lily/translator-group.cc (recurse_down_translators): use
3625         Direction for bottom-up/top-down.
3626
3627         * lily/include/translator.hh (class Translator): add
3628         process_music() and do_announces(). This obviates
3629         recurse_down_{engravers,performers}.
3630
3631         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3632         \melisma and \melismaEnd
3633
3634         * lily/melisma-engraver.cc (process_music): change to
3635         Melisma_translator, unify with performer. Accept
3636         ManualMelismaEvent.
3637
3638         * ly/engraver-init.ly: add Font_size_engraver.
3639
3640 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3641
3642         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3643         it hara-kiri.
3644
3645         * input/regression/{many}.ly: improve descriptions trying to figure
3646         out what is tested.
3647
3648 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3649
3650         * lily/slur.cc (broken_trend_offset): robustness fix.
3651
3652         * VERSION: release 2.1.24
3653
3654         * lily/context.cc (find_create_context): go to Score if it exists.
3655
3656         * lily/context-scheme.cc: new file.
3657
3658         * lily/score-translator.cc (get_output): new file.
3659
3660         * lily/include/grob-info.hh: origin_contexts() now does not
3661         include the originating engraver
3662
3663         * lily/translator-group.cc (translator_each): clean up contents,
3664         remove superfluous stubs. Engraver_group_engraver and
3665         Performer_group_performer are the only classes using multiple
3666         inheritance.
3667
3668         * lily/include/score-context.hh (class Score_context): interface
3669         between Score_{engraver,performer} and Global_context.
3670
3671         * lily/include/global-context.hh (Context): change from
3672         global-translator. This is the entry point for contexts; it is not
3673         tweakable using \translator{}. Score is no longer the top context,
3674         but sits underneath Global.
3675
3676         * lily/include/context.hh (class Context): brain surgery: split
3677         out Context functionality from Translator_group. Context is now a
3678         separate type from Translator.
3679
3680 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3681
3682         * lily/include/translator.hh (class Translator): make
3683         get_score_context() and get_global_translator (), and use the one
3684         which is appropriate.
3685
3686         * lily/context.cc: partially put functionality of Translator_group
3687         into Context.
3688
3689         * lily/include/context.hh (Translator): new class: put between
3690         Translator and Translator_group. 
3691
3692         * lily/new-accidental-engraver.cc: remove file.
3693
3694 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3695
3696         * input/regression/{many}.ly: improve descriptions: use complete 
3697         sentences, try to describe what is tested, avoid `we´, do not use 
3698         don't, ... 
3699
3700 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3701
3702         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3703         is at EOL.
3704
3705         * Documentation/user/lilypond.tely: declare the topmost node only
3706         once; removes empty line in @contents.
3707
3708         * Documentation/user/music-glossary.tely: really add Finnish author.
3709         Draw more beatiful `->´ arrow in html: &rarr;
3710
3711 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3712
3713         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3714
3715         * scripts/convert-ly.py (conv): add ly:music-list  change.
3716
3717         * lily/grob.cc: edit doc string.
3718
3719         * scm/define-grob-properties.scm (all-user-grob-properties):
3720         proofreading, editing of doc strings.
3721
3722         * input/regression/tablature-string-tunings.ly: new file.
3723
3724         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3725         listen to stringTunings
3726
3727         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3728         for self-alignment-[XY] code.
3729  
3730 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3731
3732         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3733         cond) into function. Cleanup.
3734
3735         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3736         
3737         * VERSION (PACKAGE_NAME): 2.1.23 released
3738
3739 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3740
3741         * Documentation/user/{refman,internals}.itely: small fixes.
3742
3743 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3744
3745         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3746         accidentals for harmonic notes
3747
3748         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3749         for harmonic notes.
3750
3751         * scm/document-backend.scm (interface-doc): prune Grob
3752         documentation: don't duplicate interface information.
3753
3754         * lily/*.cc: lots of updates of doc strings.
3755
3756 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3757
3758         * input/test/ac-extra-voice.ly (accompany): remove file.
3759
3760         * input/test/maximum-rest-count.ly: remove file.
3761
3762         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3763         conversion rule for \translator { }. Apply everywhere.  
3764
3765         * lily/parser.yy (music_property_def): set property for \once in
3766         the PropertyMusic itself, not the ContextSpec.
3767         (property_operation): change syntax within \translator { }
3768
3769         * scm/define-music-properties.scm (all-music-properties): clean up.
3770
3771         * lily/auto-beam-engraver.cc (test_moment): use
3772         updated_grob_properties() to retrieve autoBeam settings.
3773
3774         * lily/spacing-spanner.cc: bound shortest_playing_len by
3775         measure_length
3776
3777         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3778         multi-measure events for spacing computation.
3779
3780         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3781         elliptical, to 1.49.
3782
3783         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3784         vertical positioning for polyphony, without RestCollision object.
3785
3786         * lily/note-column.cc (add_head): prevent rests & note heads on
3787         one stem.
3788
3789         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3790         (do_shift): rewrite only-rests case: use common refpoints: the
3791         routine will have sensible results when other rest-translations
3792         have taken place.
3793
3794         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3795         < 0 case. 
3796
3797         * VERSION: 2.1.22 released
3798         
3799         * input/GNUmakefile (SUBDIRS): remove ascii-art
3800
3801 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3802
3803         * input/: Convert ly files that still had \property.  Fixes make
3804         web.  Remove exta spaces around '='. 
3805
3806         * scripts/convert-ly.py (conv): Redundant space fixes.
3807
3808         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3809
3810 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3811
3812         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3813         create scalable PS and PDFs  for input/{test,template,regression}.
3814
3815         * lily/context.cc (is_alias): move function.
3816         (is_alias): add Bottom as context alias. 
3817         (find_create_translator): add Bottom as a context alias for creation.
3818
3819         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3820
3821         * lily/parser.yy (music_property_def): new syntax for property
3822         assignments:
3823
3824         \set A.B = #C , \unset A.B
3825         \override A.B #C = #D, \revert A.B #C 
3826
3827         * lily/my-lily-lexer.cc: remove \property
3828
3829 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3830
3831         * Documentation/user/refman.itely: add dots after seealso refs.
3832
3833         * input/template/{many}.ly: harmonise descriptions.
3834
3835         * Documentation/user/music-glossary.itely: add Finnish author.
3836
3837 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3838
3839         * VERSION (PACKAGE_NAME): release 2.1.21
3840
3841 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3842
3843         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3844
3845         * scripts/lilypond-book.py (snippet_res): @include filename must
3846         not be empty.
3847
3848 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3849
3850         * scm/documentation-generate.scm (markup-doc-string): dump
3851         markup-commands.tely
3852
3853         * scm/define-markup-commands.scm (override): new file.
3854         Move documentation from refman into doc-strings. 
3855
3856         * input/test/staff-container.ly: fix example.
3857
3858         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3859         StaffContainer
3860
3861         * lily/grob.cc: remove point_dimension_callback
3862         (Grob): read forced dimensions from X-extent and Y-extent.
3863         (get_paper): remove preset_extent.
3864
3865         * scm/define-grobs.scm (all-grob-descriptions): remove
3866         point_dimension_callback. 
3867
3868         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3869         textscript to head. This makes no-spacing-rods work on
3870         DynamicText.
3871
3872         * lily/chord-name.cc: remove props chord, bass, inversion.
3873
3874         * Documentation/user/appendices.itely: add Scheme functions,
3875         context-properties and layout properties to manual.
3876
3877         * scm/part-combiner.scm (determine-split-list): include rests in a
3878         solo1/2 sequence.
3879
3880         * lily/new-part-combine-iterator.cc (substitute_both): new
3881         function.
3882         (class New_pc_iterator): add separate Voice=solo context, fixes
3883         autobeams going from chords to solo.
3884
3885 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3886
3887         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3888
3889         * Documentation/user/tutorial.itely:
3890         * Documentation/user/refman.itely: Add short note about being part
3891         of lilypond.tely.
3892
3893         * COPYING: Make note more clear with respect to files that are
3894         explicitely licenced otherwise (Documention/user/ comes to mind).
3895         
3896         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3897         comment about barfing of @c,{}.
3898
3899         * Documentation/user/music-glossary.tely: Add list of authors.
3900
3901         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3902         source (was: also in build log).
3903
3904 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3905
3906         * lily/side-position-interface.cc (general_side_position): if
3907         staff-padding is set, then include staff in support too.
3908
3909         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3910         module workbook
3911
3912         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3913
3914         * lily/tuplet-engraver.cc: remove tupletInvisible
3915
3916         * scm/define-translator-properties.scm: cleanup, separate in
3917         internal and user props. 
3918
3919         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3920         LyricsVoice -> Lyrics
3921
3922         * lily/new-part-combine-iterator.cc (process): only print warning
3923         for symbols.
3924
3925 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3926
3927         * scm/part-combiner.scm: Add proper header.
3928
3929         * All but lily/*: The great --2003 --2004 replace; the missing
3930         `bits'.
3931
3932         * TODO: Fix outline mode.  Add book notes.
3933
3934         * ROADMAP: Update.
3935
3936 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3937
3938         * scm/part-combiner.scm (make-autochange-music): use
3939         accumulator. Fixes stack overflow.
3940
3941         * lily/*: rename brew_molecule -> print , molecule-callback ->
3942         print-function
3943
3944         * scm/define-grob-properties.scm: cleanup. Separate into internal
3945         and user properties.
3946
3947         * lily/translator-property.cc (updated_grob_properties): new
3948         function
3949         (execute_pushpop_property): change to new convention:
3950         object property inits are stored as (cons ALIST BASED-ON). This
3951         storage format allows concurrent tweaks in different contexts.
3952
3953 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3954
3955         * TODO: new file.
3956
3957 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3958
3959         * debian/: Late Debian update (sorry Anthony).
3960
3961         * scripts/lilypond-book.py (do_file): Look for input_file in
3962         include path, or ask kpathsea if LATEX.
3963
3964         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3965         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3966         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3967         --header=texidoc.
3968
3969         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3970         relative.
3971
3972         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3973         only when filtering, default to input_base otherwise.  Coding
3974         style fixes.
3975
3976 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3977
3978         * lily/include/translator.hh (class Translator): add virtual
3979         qualifier.
3980
3981 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3982
3983         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3984
3985 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3986
3987         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3988
3989         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3990         (fixes make web).
3991
3992         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3993         live in $(out)-www).
3994
3995         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3996         dependencies.  Add link to .ly source in HTML output.
3997         (Lilypond_snippet.output_html): Handle multiple page picture
3998         output.
3999         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4000         Make usable for output_texinfo again.
4001
4002         * Documentation/user/GNUmakefile: Add static dependency for
4003         lilypond.tely includes.
4004
4005         * Documentation/user/tutorial.itely: Add some lost `relative'
4006         ly-options.
4007
4008 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4009
4010         * lily/include/translator-group.hh: move Music_output_def member
4011         to Global_translator.
4012
4013         * scripts/lilypond-book.py (do_file):  fix latex output.
4014
4015         * VERSION: release 2.1.20
4016         
4017         * scm/part-combiner.scm (determine-split-list): robustness fix 
4018
4019         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4020
4021         * lily/parser.yy (music_output_def_body): plug memory leak.
4022
4023         * lily/translator-group.cc (add_fresh_group_translator): plug
4024         memory leak: unprotect Translator_group once added.   
4025
4026         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4027
4028         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4029         write .dep file.
4030         (Lilypond_snippet.ly): add \renameinput.
4031
4032 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4033
4034         * Documentation/user/refman.itely (Markup command definition): Doc
4035         by Nicolas Sceaux. Rewrite by Han-Wen
4036
4037         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4038         thing of the line.
4039         (brew_molecule): only remove if hyphen is not at the end of line.
4040         (set_spacing_rods): new function: minimum-length specifies
4041         distance between syllables.
4042
4043         * scm/define-grobs.scm (all-grob-descriptions): add
4044         Hyphen_spanner::set_spacing_rods to LyricHyphen
4045
4046         * input/regression/lyric-hyphen-break.ly: new file.
4047
4048         * input/test/lyric-hyphen-retain.ly: new file.
4049
4050         * lily/new-part-combine-iterator.cc (construct_children):
4051         add Rest direction.
4052
4053 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4054
4055         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4056
4057         * Documentation/bibliography/engraving.bib (donemus1982):
4058         update entry.
4059
4060 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4061
4062         * scripts/lilypond-book.py (Substring.__init__): new class.
4063         (Snippet.output_texinfo): add texidoc option.
4064         (Include_snippet.replacement_text): new class.
4065         (Lilypond_snippet.__init__): new class
4066         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4067
4068         * Documentation/user/refman.itely (Sound): 
4069         note about number of channels.
4070
4071         * scm/music-functions.scm (voicify-music): add \context Staff for
4072         << \\ >> polyphony.
4073
4074         * lily/parser.yy (verbose_command_req): \skip now creates
4075         SkipMusic, and does not lead to spurious staves.
4076
4077         * scm/define-music-types.scm (music-descriptions): rename
4078         NonEventSkip to SkipMusic
4079
4080         * input/no-notation/midi-lyric-barcheck.ly: new file.
4081
4082         * input/regression/collision-dots-invert.ly: new file.
4083
4084         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4085         case.
4086
4087         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4088         die if melody died too.
4089
4090 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4091
4092         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4093         with reading from stdin.
4094
4095         * lily/slur-performer.cc (try_music): new file.
4096
4097         * lily/melisma-performer.cc (try_music): new file. Handle
4098         melismata to help lyrics.
4099
4100         * lily/beam-performer.cc (try_music): new file. Handle beam events
4101         to help lyrics.
4102
4103         * lily/score-performer.cc (one_time_step): reinstate
4104         process_music().
4105
4106         * lily/performer.cc (process_music): add to interface.
4107
4108         * lily/performer-group-performer.cc (process_music): new function.
4109
4110         * lily/dot-column.cc (do_shifts): do collision resolution before
4111         dot positioning.
4112         
4113         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4114         file, process printfilename option.
4115         (Snippet.__init__): rewrite: do not use global variables h or
4116         index.
4117         (main): really support -I option.
4118         (find_toplevel_snippets): new code.
4119         (find_toplevel_snippets): reinstate old version, without global
4120         variables.
4121
4122         * tex/texinfo.tex: really add file.
4123         
4124 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4127         compatibility.
4128
4129 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4130
4131         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4132
4133         * scm/define-translator-properties.scm (drumPitchTable): add
4134         property.
4135
4136         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4137         function.
4138         (help_summary): docstrings.
4139         (do_file): strip the dir of input_base too.
4140
4141 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4142
4143         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4144
4145         * Documentation/user/lilypond-book.itely: Update.
4146
4147         * make/ly-rules.make: Update lilypond-book commands.
4148
4149         * Documentation/user/GNUmakefile: Update makeinfo commands,
4150         lilypond-book flags.
4151
4152         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4153         
4154         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4155
4156         * scripts/filter-lilypond-book.py: Remove.
4157
4158         * Documentation/user/*tely: Update options for new lilypond-book.
4159
4160         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4161         with @macros in @includes.
4162
4163 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4164
4165         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4166         make rest-collision only.
4167
4168         * lily/break-substitution.cc (substitute_one_mutable_property):
4169         clear all-elements using scm_assq_remove_x(). 
4170
4171         * lily/rest-collision.cc (do_shift): shift single rests
4172
4173         * flower/include/array.hh (class Array): rename to is_empty ()
4174
4175         * lily/drum-note-performer.cc: new file: perform drum notes.
4176
4177         * VERSION (PACKAGE_NAME): release 2.1.19.
4178         
4179 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * scripts/filter-lilypond-book.py
4182         (classic_lilypond_book_compatibility): New function.
4183
4184 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4185
4186         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4187
4188         * Grand 2003 -> 2004 search replace. 
4189
4190         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4191         (i.e. < > )
4192
4193         * ly/performer-init.ly: add DrumStaff
4194
4195         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4196         lyric-interface; this prevents lines with only extender lines from
4197         being junked.
4198  
4199         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4200
4201         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4202         extenders right, for once and for all (hopefully).
4203         
4204         * lily/break-substitution.cc (substitute_one_mutable_property):
4205         clear old 'all-elements for System grobs.
4206
4207         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4208         that associatedVoiceContext is always assigned when music & lyrics
4209         are found. 
4210
4211         * ly/engraver-init.ly: remove Lyrics context.
4212         (TabVoice): add noteheads engraver
4213
4214         * input/test/improv.ly: update: do not use Thread switching. 
4215
4216         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4217         squashedPosition is a number  
4218
4219         * Documentation/user/refman.itely (Automatic note splitting):
4220         remove Thread references.
4221
4222         * input/no-notation/pc-direction.ly: remove file.
4223
4224         * ly/engraver-init.ly: remove Thread
4225
4226         * input/regression/tie-chord-partial.ly: remove file.
4227
4228         * scripts/convert-ly.py (conv): \harmonic rule
4229
4230         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4231         notation for harmonic notes: <c' g''\harmonic>
4232
4233         * lily/lily-guile.cc (alist_to_hashq): new function
4234
4235         * scm/lily.scm (alist->hash-table): new function.
4236
4237         * Documentation/user/refman.itely (Percussion staves): update doco.
4238
4239         * input/regression/drums.ly (timb): updates
4240
4241         * lily/note-performer.cc (create_audio_elements): robustness fix.
4242
4243         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4244
4245 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4246
4247         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4248         discard valid matches.
4249
4250 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4251
4252         * lily/drum-note-engraver.cc: new file.
4253
4254         * ly/drumpitch-init.ly: move drum definitions
4255
4256         * scm/drums.scm: remove file.
4257
4258         * lily/*.cc: remove abort-event everywhere.
4259
4260         * lily/note-heads-engraver.cc (process_music): robustification.
4261
4262         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4263         robustification.
4264
4265         * lily/parser.yy (simple_element): add \drums mode.
4266         (simple_element): remove \pitchnames , \chordmodifiers. Use
4267         variables to store this. 
4268
4269         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4270         outside \notes.
4271
4272         * VERSION: release 2.1.18.
4273         
4274         * input/test: remove octave-duplicate.ly
4275
4276 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4279
4280 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4281
4282         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4283         constructor from Music_iterator. Changes throughout.
4284
4285         * lily/include/music-iterator.hh (class Music_iterator): remove
4286         Music_iterator::skip and Music_iterator::get_pending_events from
4287         interface. Rename report_to -> get_outlet 
4288
4289         * lily/auto-change-iterator.cc: move contents from
4290         new-auto-change-iterator.cc from
4291
4292         * scm/part-combiner.scm: determine split-list from Scheme. 
4293
4294         * lily/new-auto-change-iterator.cc (process): new file.
4295
4296         * lily/parser.yy (part_combined_music): remove old PC cruft.
4297
4298         * ly/engraver-init.ly: remove old
4299         PC cruft.
4300
4301         * Documentation/user/refman.itely (The Lyrics context): note about
4302         extender lines.
4303
4304         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4305         to allow 0-length mmrest events.
4306
4307         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4308
4309         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4310
4311         * lily/spacing-engraver.cc (finalize): robustifications.
4312
4313         * input/regression/new-part-combine-solo-global.ly: new file.
4314
4315         * scm/part-combiner.scm: rewrite.
4316
4317 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4318
4319         * Documentation/user/refman.itely, input/puer-fragment.ly,
4320         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4321         updated for proper use of lyricsto; replaced "(" and ")" ->
4322         "\melisma" and "\melismaEnd"
4323
4324         * input/test/ancient-font.ly: small updates to reduce compile
4325         warnings (TODO: junk this file)
4326
4327         * input/test/gregorian-scripts.ly: added comment about bug
4328
4329         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4330         tiny robustness fix
4331
4332         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4333         recent changes in the feta code); temporarily mapped mensural g
4334         clef to a copy of petrucci g clef until mensural g clef will have
4335         been rewritten
4336
4337         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4338         between mensural and neo-mensural heads (this broke quite a while
4339         ago)
4340
4341         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4342
4343 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4344
4345         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4346         indication.  Fixes for verbatim, multi line comments.
4347
4348 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4349
4350         * input/regression/new-part-combine-solo.ly: more cases.
4351
4352         * lily/slur.cc (height): robustness fix.
4353
4354         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4355
4356         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4357         stemUp/stemDown.
4358
4359         * scm/music-functions.scm (determine-split-list): further analysis.
4360
4361         * lily/script-engraver.cc (try_music): discard duplicate
4362         articulations.
4363
4364         * input/regression/new-part-combine-solo.ly: new file
4365
4366         * input/regression/new-part-combine-a2.ly: new file.
4367
4368         * ly/performer-init.ly: add Devnull
4369
4370         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4371         for \musicglyph #"accidental-*"
4372         (conv): \newpartcombine rule.
4373
4374 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4375
4376         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4377
4378 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4379
4380         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4381         textwidth, --output.
4382
4383 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4384
4385         * scm/new-markup.scm (doubleflat): add accidental markups.
4386
4387         * VERSION: release 2.1.17
4388         
4389         * Documentation/user/refman.itely (Automatic part combining):
4390         revise documentation of the part-combiner.
4391
4392         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4393         
4394         * input/test/part-combine-{moment,staff}.ly: remove file.
4395
4396         * input/regression/pc-mmrest.ly (two): remove file.
4397
4398         * scm/define-music-types.scm (music-descriptions): add
4399         Solo{One,Two}Event and UnisonoEvent
4400
4401         * lily/new-part-combine-iterator.cc (unisono): add state_
4402         variable, signal changes with part-combine-event.
4403
4404         * input/regression/new-part-combine-text.ly: new file.
4405
4406         * lily/part-combine-engraver.cc: new file.
4407
4408 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4409
4410         * scripts/filter-lilypond-book.py: Handle snippet options.
4411
4412 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4413
4414         * scm/music-functions.scm (determine-split-list): detect solo1/2
4415         and unisono.
4416
4417         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4418         revert fix, document why.
4419
4420         * lily/tie-performer.cc (process_music): new function. Set melisma
4421         property.
4422
4423         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4424         always smaller than bracket size.
4425         (make_bracket): oops. Size of the gap was off by factor 2
4426
4427         * input/test/text-rotate.ly: new file.
4428
4429         * scm/new-markup.scm (markup): a macro that provides a
4430         LilyPond-like syntax in scheme for building markups, in order to
4431         help markup command definition. (Nicolas Sceaux)
4432
4433         * input/test/lyrics-skip-notes.ly: new example.
4434
4435         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4436
4437         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4438         use is_alias() iso. == . This fixes lyrics on
4439         GregorianTranscriptions. 
4440
4441 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4442
4443         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4444         \thispagestyle{lastpage} to avoid that it's printed on the second
4445         last page when there's only a single score line on the last page.
4446         (The page breaking mechanism in TeX played some ugly tricks to us.)
4447
4448 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4449
4450         * scripts/filter-lilypond-book.py: Further development.
4451
4452         * input/regression/collision-dots-move.ly: New test.
4453
4454         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4455         hand side note head of non-merged collision to the right.
4456
4457         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4458         Construct children before accessing property from emtpy
4459         lyrics_context_.
4460         (construct_children): Find thread before finding LyricsVoice.
4461         Create LyricsVoice one if none found, fixes crash (thanks Erik
4462         Sandberg).
4463
4464 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4465
4466         * cygwin/: Forward port.
4467
4468 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4469
4470         * buildscripts/install-info-html.sh: Use Bash.
4471
4472         * cygwin/mknetrel: Patch from Bert.
4473
4474 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4475
4476         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4477
4478         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4479         try to copy *png, index.html (Bertalan Fodor).
4480
4481         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4482
4483 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4484
4485         * lily/note-collision.cc (check_meshing_chords): Do not remove
4486         dots (from down head) when merging similar heads (thanks Matthias
4487         Kilian).  Simplify merge_possible tests and other cleanups
4488
4489         * input/regression/collision-merge-differently-dotted.ly: Add test
4490         for disappearing dots on similar heads for both voices.
4491
4492 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4493
4494         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4495         that tagline overrides copyright for single page scores. Correct
4496         the default tagline value.
4497
4498 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4499
4500         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4501
4502 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4503
4504         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4505         TEXMF if it's previously unset.
4506
4507 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4508
4509         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4510
4511         * input/test/trills.ly: fix the unfolding of lineprall.
4512
4513         * input/test/figured-bass-alternative.ly: fix accidental.
4514
4515 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4516
4517         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4518         
4519         * input/no-notation/dos-guile.ly: 
4520         * input/no-notation/dos-ps.ly: 
4521         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4522         
4523         * input/no-notation/safe-include.ly:
4524         * input/no-notation/safe-guile.ly:
4525         * input/no-notation/safe-ps.ly: 
4526         * input/no-notation/safe-tex.ly: New file.
4527
4528         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4529         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4530         options now.
4531         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4532         When in --safe-mode, set environment openout_any=p[aranoid].
4533
4534         * tex/ltest.tex: 
4535         * tex/lilyponddefs.tex: Add \nofiles.
4536
4537         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4538         options.
4539
4540         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4541         This allows building the user manual using a binary installation
4542         and a matching unpacked source tree.
4543
4544         * scm/lily.scm (safe-module): New variable. 
4545
4546         * lily/includable-lexer.cc (new_input): Fix error messages.
4547
4548         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4549         If SAFE, evaluate in safe-module.  Change callers.
4550
4551         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4552
4553         * lily/lexer.ll (embedded_scm): While processing main-input,
4554         invoke ly_parse_scm with safe mode if running in safe-mode.
4555         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4556         in init.ly for safe-mode.
4557
4558 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4559
4560         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4561         compatibility with old versions of geometry.sty (compat2
4562         already implied includehead).
4563         Change the page layout slightly so bottom + footskip = top +
4564         headheight + headsep = 16mm, the remaining paperheight-32mm
4565         are used for the music. Increase footskip to 5mm, so the top of
4566         the footer text doesn't touch the music.
4567
4568 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4569
4570         * VERSION: release 2.1.16
4571         
4572         * scm/music-functions.scm (determine-split-list): bugfix: only use
4573         new-active for both voices if both indexes advance. This fixes the
4574         biggest outstanding problem with new-pc. 
4575
4576         * lily/new-part-combine-iterator.cc (construct_children): set more
4577         directions.
4578
4579 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4580
4581         * scripts/convert-ly.py (conv): add instrument rule.
4582
4583         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4584
4585         * lily/side-position-interface.cc: remove add_staff_support ()
4586         Change all callers to use staff-padding.
4587
4588         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4589         make_spanner().
4590
4591         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4592
4593         * lily/text-engraver.cc: remove scriptHorizontal property.
4594
4595         * lily/beam.cc (least_squares): also set least-squares-dy for
4596         special case of slanted 2-stem beam to center.
4597
4598         * lily/side-position-interface.cc (out_of_staff): move contents of
4599         out_of_staff into aligned_side.
4600         remove out_of_staff().
4601
4602         * input/regression/measure-grouping.ly: fix warning.
4603
4604         * lily/side-position-interface.cc: add staff-padding support to
4605         Side_position_interface::aligned_side.
4606
4607         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4608         one get_property too many.
4609
4610         * flower/include/drul-array.hh (linear_combination): new function
4611         (scale_drul): new function
4612
4613         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4614         operations on empty intervals are silly.
4615
4616 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4617
4618         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4619         (iso gh_scm2int), fixes crash in new part-combiner.
4620
4621         * configure.in: Up mftrace to 1.0.27.
4622
4623 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4624
4625         * VERSION: release 2.1.15
4626         
4627         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4628         align all stanza numbers.
4629
4630 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4631
4632         * Documentation/user/{introduction.itely,refman.itely,
4633         converters.itely}: fix some text inside parentheses; text should
4634         be readable (even) if parentheses are either replaced with commas 
4635         or dropped out.
4636
4637 2004-01-25  Werner Lemberg  <wl@gnu.org>
4638
4639         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4640         input/test/vaticana.ly, input/test/ancient-font.ly,
4641         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4642         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4643         ly/params-as-init.ly, scm/define-grobs.scm,
4644         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4645
4646         * ly/params-as-init.ly: Removed.  Obsolete.
4647         * buildscripts/lilypond.words.py: Updated.
4648
4649 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4650
4651         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4652
4653         * mf/feta-din{4,5,7,9}.mf: remove.
4654         
4655         * lily/engraver.cc (internal_make_item): centralize item/spanner
4656         factory.
4657
4658         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4659         do correct chord conversion for ^"sim."  (backportme)
4660         (FatalConversionError.sub_articulations): substitute ^"foo" in
4661         chords too. (backportme)
4662
4663         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4664         for Fingering.
4665
4666         * lily/side-position-interface.cc (out_of_staff): don't do
4667         anything if staff-padding not defined. 
4668
4669         * mf/feta-params.mf (stafflines): introduce linethickness as
4670         general blackness of the font.
4671
4672         * lily/stem.cc (position_noteheads): rounding error robustness.
4673
4674         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4675         from beam-collision.ly 
4676
4677         * lily/beam.cc (rest_collision_callback): remove direction.
4678
4679         * scm/define-grobs.scm (all-grob-descriptions): remove
4680         enclose-bounds in OttavaBracket and PianoPedalBracket
4681
4682         * scm/new-markup.scm (def-markup-command) new macro, which takes
4683         care of defining the COMMAND-markup and make-COMMAND-markup
4684         procedures, setting markup-signature and keyword-signature object
4685         properties, and pushing the markup command in
4686         markup-function-list.
4687
4688         All markup commands are defined thanks to it.  Users may also use
4689         it to define their own markup commands. (Nicolas Sceaux)
4690
4691         * scm/new-markup.scm: Scheme style clean-up: there should be no
4692         parenthesis alone on a line; LET* should not be used where LET is
4693         enough. (Nicolas Sceaux)
4694
4695 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4696
4697         * scripts/filter-lilypond-book.py: Add script.
4698
4699 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4700
4701         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4702
4703 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4704
4705         * Documentation/user/refman.itely (Fingering instructions): add
4706         single note chords. 
4707
4708         * lily/multi-measure-rest-engraver.cc: use a single
4709         MultiMeasureEvent for mm rests. This prevents problems with the
4710         new part combiner.
4711
4712         * scm/music-functions.scm (determine-split-list): analysis has
4713         global effect: a difference halfway a phrase makes the entire
4714         phrase be typeset as apart.
4715         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4716
4717 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4718
4719         * ly/performer-init.ly: add Devnull.
4720
4721         * Documentation/user/refman.itely (Font selection): remove paper20
4722         ref.
4723         
4724 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4725
4726         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4727
4728 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4729
4730         * scm/music-functions.scm (determine-split-list): bugfixes.
4731
4732         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4733
4734         * input/test/scales-greek.ly: use C as base, results in different
4735         alterations at the clef.
4736
4737         * input/regression/pedal-ped.ly: new file.
4738
4739         * input/regression/pedal-bracket.ly: new file.
4740
4741         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4742         replace after_line_breaking()
4743
4744         * lily/line-interface.cc (line): read thickness.
4745         (line): dash-fraction = 0 always for dotted-line style.
4746
4747         * input/test/staff-lines.ly (lower): bugfix.
4748
4749         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4750         \accepts Devnull into Score.
4751
4752         * scm/lily.scm: remove bla.scm load.
4753
4754 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4755
4756         * VERSION: release 2.1.14
4757         
4758         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4759
4760         * lily/side-position-interface.cc (general_side_position): add
4761         Staff_symbol_referencer::staff_space ().
4762
4763         * lily/include/context-def.hh: rename from translator-def.hh
4764
4765 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4766
4767         * input/template/piano-dynamics.ly (pedal): Updated definition of
4768         Dynamics such that \cresc works, for example.
4769
4770 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4771
4772         * lily/stem.cc (calc_stem_info): use
4773         Staff_symbol_referencer::staff_space
4774
4775         * lily/beam-quanting.cc (quanting): scale Stem_info 
4776
4777         * lily/beam.cc (rest_collision_callback): use minimum-distance
4778         property for rest/beam collisions.
4779         (rest_collision_callback): bugfixes.
4780
4781         * lily/system.cc (post_processing): extra-offset is now relative
4782         to the size of the current staff.
4783
4784         * scm/music-functions.scm (notice-the-events-for-pc): record all
4785         voices, only analyze "one" and "two".
4786
4787         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4788         not parent. 
4789
4790         * lily/new-part-combine-iterator.cc (construct_children): create
4791         Devnull from Voice context
4792
4793         * scm/music-functions.scm (determine-split-list): bugfixes.
4794
4795         * lily/lily-guile.cc (robust_scm2int): new function
4796
4797         * lily/staff-symbol-referencer.cc (line_thickness): new
4798         function. Use throughout.
4799
4800         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4801         in its own context.  Add to preset font-size.
4802
4803         * lily/stem.cc (thickness): new function.
4804
4805         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4806         compute thickness from ledger-line-thickness.
4807
4808         * lily/note-head.cc (brew_ledger_lines): use
4809         Staff_symbol::get_ledger_line_thickness ().
4810
4811         * lily/beam.cc (rest_collision_callback): use
4812         Staff_symbol_referencer::staff_space().
4813
4814         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4815         Mus1 Mus2
4816
4817         * lily/include/translator.hh (class Translator): add accepts_list_
4818         so  \with { \denies / \accepts } also works.
4819
4820         * scm/music-functions.scm (determine-split-list): determine split
4821         list from music events.
4822
4823         * lily/new-part-combine-iterator.cc: more states.
4824
4825         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4826
4827 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4828
4829         * lily/system.cc (set_loose_columns): use the right prebroken cols
4830         for interpolating loose column position.
4831
4832         * lily/text-spanner.cc (brew_molecule): default to no vertical
4833         lines.
4834
4835         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4836         take space.
4837
4838         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4839
4840 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4841
4842         * scripts/convert-ly.py: Do not test filename when processing
4843         stdin.
4844
4845         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4846
4847 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4848
4849         * lily/axis-group-engraver.cc (finalize): extra check; if
4850         process_music () is never called, then staffline_ == 0.
4851
4852         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4853         check run_always ().
4854         
4855         * VERSION: release 2.1.13
4856
4857         * input/regression/note-head-style.ly (pattern): cleanup.
4858
4859         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4860         downloading.
4861
4862         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4863         kludge rehearsalmark placement.
4864
4865         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4866         , ly:spanner?
4867
4868         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4869         close to note head for accidentals.
4870
4871         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4872         tuplet direction.
4873
4874         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4875
4876 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4877
4878         * lily/include/music-iterator.hh (class Music_iterator): add
4879         substitute_outlet() to iterator API.
4880
4881         * lily/new-part-combine-iterator.cc (construct_children):
4882         New_pc_iterator: new class, better part combining.
4883
4884         * lily/tie-column.cc (werner_directions): new function
4885
4886         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4887
4888         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4889         empty objects group spanner as parent
4890
4891         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4892         slope against graphical slope.
4893
4894         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4895         for ottava bracket.
4896
4897         * lily/side-position-interface.cc (general_side_position):
4898         opps. reinstate *dir.
4899
4900         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4901         parser run.
4902
4903         * lily/tuplet-bracket.cc: remove calc_dy ().
4904
4905         * Documentation/user/refman.itely (Balloon help): document balloon
4906         help
4907
4908 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4909
4910         * scm/document-backend.scm (check-dangling-properties): Grob
4911         properties are defined define-grob-properties.scm.
4912         
4913 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4914         
4915         * VERSION: release 2.1.12
4916
4917         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4918         ChordName
4919
4920         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4921         relation to surroundings.
4922
4923         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4924         Y-extent to the note-extents: stay clear of the staff.
4925
4926 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4927
4928         * Documentation/user/GNUmakefile
4929         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4930         iso. copy.
4931
4932         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4933
4934         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4935
4936         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4937
4938         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4939
4940         * lily/line-interface.cc (line): remove thickness from calling interface.
4941
4942         * lily/hairpin.cc: use Line_interface
4943
4944         * lily/line-interface.cc: new file. Line_interface for everything
4945         with dotted/dashed lines.
4946         
4947
4948         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4949
4950         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4951         for constructing ottava brackets.
4952         
4953         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4954         the note heads.
4955
4956         * Documentation/user/internals.itely (Engravers and performers):
4957         fix broken link.
4958
4959         * scm/music-functions.scm (make-mark-set): new function.
4960
4961         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4962         functionally identical to beam.
4963
4964         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4965         () with beam (). 
4966
4967         * Documentation/user/refman.itely (Rehearsal marks): document new
4968         functionality.
4969
4970         * input/regression/rehearsal-mark-number.ly: new file.
4971
4972         * input/regression/rehearsal-mark-letter.ly: new file.
4973
4974         * scm/translation-functions.scm (number->mark-string): new function
4975         (format-mark-letters): new function
4976         (format-mark-numbers): new function
4977
4978         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4979         integer; formatting is done through markFormatter property.
4980         
4981         * scm/define-translator-properties.scm: fold all *-done properties
4982         into positioning-done.
4983
4984         * lily/beam.cc (position_beam): new function
4985         (brew_molecule): make sure that positions are calced before making
4986         the molecule.
4987
4988         * scm/output*.scm (beam):  take 4th argument for function.
4989
4990         * ps/music-drawing-routines.ps: take blot as 4th argument.
4991
4992         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4993         stem to avoid small dents.
4994         
4995 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4996
4997         * VERSION: release 2.1.11
4998
4999         * input/regression/balloon.ly: new file.
5000
5001         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5002         objects, and make help texts. 
5003
5004         * scm/new-markup.scm (parse-simple-duration): parse duration
5005         string to log & dots. (Thanks Nicolas!)
5006
5007         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5008         rule.
5009
5010 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5011
5012         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5013         Lemberg).
5014
5015         * THANKS: alphabetic order.
5016
5017 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5018
5019         * input/regression/note-head-harmonic.ly: new file.
5020
5021         * Documentation/user/internals.itely (Technical manual): explain
5022         difference between music, translation, layout.
5023
5024         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5025
5026         * scm/output-ascii-script.scm (bracket): rounding bfs.
5027
5028         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5029
5030         * ly/paper*.ly: remove files. 
5031         
5032         * scm/paper.scm (set-staff-size): new function: set default
5033         staff-size.
5034
5035         * scripts/convert-ly.py (conv): add conversion rule.
5036
5037         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5038         function.
5039
5040         * scm/paper.scm: new file.
5041         (set-staff-size): new function 
5042         (set-paper-size): new function
5043
5044         * lily/parser.yy (music_output_def_body): restructure definition,
5045         so first Scheme statement in \paper also happens in new scope. 
5046
5047         * lily/system.cc (post_processing): move uniquify_list () to
5048         dumping molecule stage.
5049
5050         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5051         this will mess up scores that use barchecks to shorten measures.
5052
5053         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5054         at 20pt too.
5055
5056         * Documentation/user/tutorial.itely (Printing lyrics): document
5057         \lyricsto
5058
5059         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5060
5061         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5062
5063         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5064         if Voice is not found.
5065
5066         * VERSION: release 2.1.10
5067         
5068         * input/{test,regression}/: remove old-relative 
5069
5070         * lily/lexer.ll: add empty markup signature. 
5071
5072         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5073         strut markup
5074
5075         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5076
5077         * scm/define-translator-properties.scm: update melismata property
5078         doco.
5079
5080         * lily/system.cc (output_lines): revert uniquify_list() patch,
5081         strange side effects seen.
5082         
5083         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5084         dash-period < 0.
5085
5086         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5087         for flute. 
5088
5089 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5090
5091         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5092
5093         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5094
5095         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5096         of line breaks.
5097         (brew_molecule): add padding to left, not right.
5098
5099         * lily/system.cc (uniquify_list): new function
5100         (output_lines): uniquify_list () on all-elements. This fixes
5101         double symbols in the output.
5102
5103         * lily/beam.cc (rest_collision_callback): don't move anything if
5104         staff-position is set.
5105
5106         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5107
5108         * lily/system.cc (typeset_grob): warn if adding twice.
5109
5110         * lily/sequential-iterator.cc (run_always): implement run_always().
5111         (also in other files.)
5112         
5113         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5114
5115         * lily/event.cc (to_relative_octave): add octave-check.
5116
5117         * Documentation/user/refman.itely (Line breaking): add noBreak.
5118
5119         * scm/new-markup.scm (normalsize-markup): add function.
5120         (sans-markup): new function.
5121
5122         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5123         come earlier nowadays.  This fixes beams on grace notes.
5124         
5125         * scm/music-functions.scm (direction-polyphonic-grobs): new
5126         variable, share between override and revert. This fixes script
5127         directions in polyphonic sections. (backportme)
5128
5129 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5130
5131         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5132         breakpoints.
5133
5134         * lily/break-align-interface.cc: add doco
5135
5136         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5137
5138 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5139
5140         * VERSION: release 2.1.9
5141
5142         * scm/document-markup.scm (markup-doc-node): add note about naming.
5143
5144         * scm/new-markup.scm (left-align-markup): bugfix. 
5145
5146         * Documentation/user/refman.itely (Ottava brackets): more doco for
5147         ottava.
5148
5149         * lily/side-position-interface.cc (out_of_staff): also do
5150         out_of_staff() correctly for d == DOWN.
5151
5152         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5153         horizontal line if they move to the right.
5154         
5155         * scm/define-grobs.scm (all-grob-descriptions): set
5156         text-repeat-if-broken for ottava spanner
5157
5158         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5159         property.
5160
5161         * mf/feta18.mf: design size is 18 not 22.5
5162
5163         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5164         Add a single LyricsVoice to a melody. Melismata may be set
5165         individually.
5166
5167         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5168
5169         * lily/dot-column.cc: add stdio.h
5170
5171 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5172
5173         * lily/item.cc: documentation for break-visibility (Thanks, John).
5174
5175 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5176
5177         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5178
5179         * lily/translator-def.cc: rename Translator_def to Context_def.
5180
5181         * Documentation/user/internals.itely (Lexical details): clarify
5182         string def.
5183
5184         * Documentation/user/refman.itely (Rhythmic music): add link to
5185         RhythmicStaff 
5186
5187 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5188
5189         * lily/translator.cc: document start_translation_timestep()
5190
5191         * scm/output-tex.scm (tex-encoded-fontswitch): use
5192         round for rounding (inexact->exact yields rationals)
5193
5194         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5195
5196         * lily/translator-group.cc (get_simple_trans_list): 
5197         new function; construct simple_trans_list_ lazily.
5198         
5199 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5200
5201         * lily/paper-outputter.cc (output_scope): Check if number before
5202         checking exact (guile cvs).
5203
5204         * scm/*: Escape backslashes in scheme strings (guile cvs).
5205
5206 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5207
5208         * Documentation/user/refman.itely (Tablatures basic): annotate
5209         seealso sections.
5210
5211         * lily/*.cc: cleanup of engraver initialize() functions.
5212
5213         * lily/repeat-acknowledge-engraver.cc
5214         (start_translation_timestep): remove first_b_
5215
5216         * lily/tab-note-heads-engraver.cc: listen to string number events
5217         inside < > too. (backportme).
5218
5219         * Documentation/user/refman.itely (Text scripts): add fatText to
5220         index.
5221
5222 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5223
5224         * VERSION: 2.1.8
5225
5226         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5227         footer.
5228
5229         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5230
5231         * lily/bar-check-iterator.cc (process): only warn if
5232         barCheckLastFail was changed.
5233
5234         * scm/define-translator-properties.scm (barCheckLastFail): add
5235         property.
5236
5237         * lily/main.cc (main_prog): print summary of failed files.
5238
5239         * lily/axis-group-engraver.cc: move all spanner creation to
5240         process_music (). Now staffs can be adjusted with \override too.
5241         (Jan, you are a brilliant programmer!)
5242         
5243         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5244
5245 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5246
5247         * Documentation/user/tutorial.itely (Integrating text and music):
5248         Show the commands to produce a PDF as well.
5249
5250 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5251
5252         * lily/translator-def.cc (get_translator_names): accept user
5253         tweaks too. 
5254
5255         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5256         as big as normal heads. 
5257
5258         * input/*ly: run convert-ly
5259         
5260         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5261         () if dependencies are fluked.
5262
5263         * scm/document-translation.scm (engraver-doc-string): update on
5264         latest string/symbol conventions.
5265
5266         * lily/translator-ctors.cc: use Scheme_hash_table.
5267
5268         * lily/translator-def.cc (get_translator_names): new function
5269         (add_context_mod): new function
5270         (get_accepted): new function
5271
5272         * lily/parser.yy (context_mod): put all modifications of
5273         \translator { } in a single production, encode as SCM.
5274
5275         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5276         to use read-only lists, so additions to the definition can be
5277         prepended easily.  
5278
5279         * Documentation/user/invoking.itexi (Editor support): add node on
5280         editor support.
5281
5282         * Documentation/user/refman.itely (Bar check): add lyrics example
5283         of bar checks. 
5284
5285         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5286
5287         * scripts/convert-ly.py (conv): add conversion rule.
5288
5289         * lily/parser.yy: use \change iso. \translator for staff switch.
5290
5291         * lily/my-lily-lexer.cc: add \change.
5292
5293         * scm/define-translator-properties.scm
5294         (default-melisma-properties): add definition.
5295
5296 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5297
5298         * Documentation/user/refman.itely (Bar lines): clarification of
5299         systemStartDelimiter. 
5300
5301         * input/test/slur-shape.ly (x): remove file.
5302
5303         * lily/translator-group.cc (apply_property_operations): new function.
5304
5305 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5306
5307         * lily/parser.yy (optional_prop_ops): allow \with {
5308         PROPERTYSETTINGS } following \context or \new.
5309
5310         * lily/my-lily-lexer.cc: add \with.
5311
5312         * lily/parser.yy (property_operation): clean up definition of
5313         property operations.
5314         (property_op_to_music): new function.
5315         (context_spec_music): new function
5316
5317         * VERSION: 2.1.7 released.
5318         
5319         * input/regression/collision-merge-dots.ly: new file.
5320
5321         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5322         then kill the dots too. 
5323
5324         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5325         set/unset breakableSeparationItem
5326
5327         * lily/separation-item.cc (relative_width): add function.
5328
5329         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5330         only-prebreak-interface
5331
5332         * lily/system.cc (output_lines): only junk only-prebreak-interface
5333         grobs.
5334
5335         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5336         read breakableSeparationItem
5337
5338         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5339
5340         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5341
5342         * lily/dot-column.cc (dot_config_badness): new function:
5343         select the best scoring dot configuration: dots should go close to
5344         the note heads, but be shifted up or down according to conventions.
5345         (print_dot_configuration): idem.
5346         (shift_one): idem
5347         (remove_collision): idem.
5348
5349         * input/regression/dots.ly: add more test cases.
5350
5351 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5352
5353         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5354
5355         * flower/include/interval.hh: rename elem_b to contains 
5356
5357         * lily/tie.cc: change 'heads to 'head-pair.
5358
5359         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5360         fill in 'heads field.
5361
5362         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5363         minimum-length for short ones, and shorten so collisions with the
5364         next syllable are avoided.
5365
5366         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5367         near-zero slopes.
5368         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5369
5370         * lily/dots.cc: remove quantized_position callback. All Y
5371         positioning is done by dot-column.cc
5372
5373         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5374         exhaustive test of all dot positions. This fixes disappearing dots
5375         in dotted chords.
5376
5377 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5378
5379         * mf/feta-klef.mf (test_staff): fatten up G clef
5380         (test_staff): fatten up f clef.
5381         
5382
5383 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5384
5385         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5386         * input/les-nereides.ly: Use latin1 characters for title, like
5387         Morgenlied.
5388
5389 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5390
5391         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5392         cmb10).
5393
5394         * lily/lyric-extender.cc (brew_molecule): add little space before
5395         extender line.
5396
5397         * lily/beam-quanting.cc (score_forbidden_quants): check if
5398         outer stafflines fall in any beam gaps.
5399
5400         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5401         for lyric texts.
5402
5403 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5404
5405         * VERSION: 2.1.6 released.
5406
5407         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5408         this shows the demerits of a user-defined beam position pair.
5409
5410         * scm/define-grobs.scm (all-grob-descriptions): set
5411         beamed-extreme-minimum-free-lengths to a different value.
5412
5413         * lily/scm-option.cc: add debug-beam scm-option
5414
5415         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5416
5417 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5418
5419         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5420
5421         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5422         space after barline.
5423
5424         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5425
5426         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5427         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5428         the other case, take standard column-breakable spacing. Do not
5429         warn about "no spacing wishes".
5430
5431         This fixes wide spaces after barlines in very loose lines.
5432
5433         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5434
5435 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5436
5437         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5438         acknowledge_grob lyric-syllable, not lyric-text.
5439
5440         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5441         dashes of length #'length separated by #'dash-period. 
5442
5443         * lily/lyric-extender.cc (brew_molecule): idem
5444
5445         * lily/multi-measure-rest.cc (big_rest): idem
5446
5447         * lily/system-start-delimiter.cc (simple_bar): idem
5448
5449         * lily/bar-line.cc (simple_barline): use rounded box
5450
5451         * VERSION: release 2.1.5
5452
5453         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5454         music): move note about dvips to more visible place.
5455
5456         * lily/lyric-phrasing-engraver.cc: move from
5457         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5458         lyric-phrasing-engraver.hh)
5459         
5460         * lyric-align.ly: remove file
5461         
5462         * scripts/convert-ly.py (FatalConversionError.func): add removal
5463         rule for automaticMelismata
5464
5465         * ly/engraver-init.ly (ScoreContext): switch on
5466         New_phrasing_engraver by default.
5467
5468         * lily/slur-engraver.cc (class Slur_engraver):
5469         process_acknowledged_grobs -> process_music.
5470         (try_music): signal melismata correctly.
5471
5472         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5473         word-space, right-trim-amount, and extend past right bound only
5474         for note heads.
5475
5476         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5477         lyric-extender support: add note-heads to the extender
5478         automatically.
5479
5480         * lily/parser.yy: extender is now post_event. 
5481
5482         * lily/accidental-engraver.cc (number_accidentals): remove
5483         spurious warning about non-parent contexts.
5484
5485         * lily/music-output-def.cc (assign_translator): \translator { }
5486         for a Foo context implicitly redefines \FooContext.
5487
5488         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5489         fixes.
5490
5491         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5492         doubly in slur weight. 
5493
5494         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5495         combination.
5496
5497         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5498         staffbar distance.
5499
5500         * scripts/lilypond.py (global_latex_preamble): crank down size of
5501         the margins. Now there is a 12 mm top and bottom margin, which
5502         should correspond with the printable area of modern printers.
5503
5504         This enlarges the music height of the printable page a little.
5505
5506         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5507         signs. Use \markup instead.
5508         (accreg_pen): tweak for accordeon asterisk.
5509
5510 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5511
5512         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5513
5514         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5515
5516         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5517
5518         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5519
5520         * scm/define-grobs.scm (all-grob-descriptions): change
5521         StanzaNumber description: make side support, i.s.o. breakable.
5522         use Instrument_name_engraver for texts in the margin.
5523
5524         * scm/define-translator-properties.scm: remove
5525         melismaEngraverBusy, stz property.
5526
5527         * *.cc: naming: change empty_b () into is_empty ()
5528
5529         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5530
5531         * input/regression/lyric-phrasing-new.ly: new file.
5532
5533         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5534         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5535         melismata are now left-aligned.
5536
5537 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5538
5539         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5540
5541         * mf/feta19.mf: remove.
5542         
5543         * mf/feta-klef.mf (test_staff): more tweaks
5544
5545         * mf/feta-toevallig.mf: more small size tweaks.
5546
5547         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5548         rests for smaller sizes.
5549
5550         * mf/feta-bolletjes.mf: fix cross heads.
5551
5552         * VERSION: release 2.1.4
5553         
5554         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5555         deprecated #'ancient font family
5556
5557         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5558         it is a string or number.
5559
5560         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5561         change calling convention of stem-attachment function. 
5562
5563         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5564
5565         * mf/feta-autometric.mf: dump WX/WY fields too
5566         
5567         * mf/parmesan-heads.mf: idem.
5568
5569         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5570         attachment coordinates.
5571
5572         * lily/note-head.cc (stem_attachment_coordinate): read stem
5573         attachment from the notehead glyphs WX/WY fields.
5574
5575         * lily/include/font-metric.hh (struct Font_metric): add methods
5576         get_indexed_wxwy (), make a distinction between looking up by
5577         index and ASCII  
5578
5579         * mf/feta-bolletjes.mf: rewrite note head MF code.
5580         (test_outlines): make heads more rotund for smaller sizes. 
5581
5582 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5583
5584         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5585         throughout. Font scaling fixes throughout.
5586
5587         * mf/feta-sleur,slur.mf: remove. 
5588
5589         * mf/feta-slag.mf: rewrite.
5590
5591 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5592
5593         * VERSION: release 2.1.3
5594
5595         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5596
5597         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5598
5599         * lily/mark-engraver.cc (process_music): fix mark
5600         \default. (backportme)
5601
5602         * stepmake/stepmake/automatically-generated.sub.make (default):
5603         use -n for head/tail commands. 
5604
5605         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5606         heads with the same pitch.
5607
5608 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5609
5610         * lily/recording-group-engraver.cc (finalize): set protected_scm
5611         member to '() before finalizing.
5612
5613         * lily/translator-group.cc (finalize): remove removal_processing () 
5614
5615         * lily/recording-group-engraver.cc: new engraver: record
5616         synchronized start & end times for each music object.
5617
5618         * lily/parser.yy (toplevel_expression): execute score rendering
5619         during parsing. Cleanup output-filename handling; this is no
5620         longer done with global variables.
5621         (translator_spec_body): allow \type modification too.
5622
5623         * lily/score.cc:  ly:run-translator: new function
5624         (LY_DEFINE): ly:render-output new function.
5625
5626         Separate interpreting and rendering, and make available as
5627         functions at Scheme level.
5628
5629 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5630
5631         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5632         (musicxml-node->string):
5633         (xml-node->string):
5634         (music-to-musicxml): New function.
5635
5636 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5637
5638         * VERSION: 2.1.2 released
5639
5640         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5641
5642         * scm/font.scm (paper20-font-vector): discouple font design sizes
5643         from sizes specified in .ly file: store all design sizes of a font
5644         in a single vector.
5645
5646         * lily/font-select.cc (get_font_by_design_size): new function
5647
5648         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5649         add parmesan,feta in sizes 14 and 18.
5650         
5651         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5652
5653         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5654         of fontSize: this now sets font-size
5655
5656 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5657
5658         * VERSION: 2.1.1 released
5659         
5660         * Documentation/user/refman.itely (Tuning objects): add note about
5661         concurrent tweaks in different contexts. 
5662
5663         * lily/tie-engraver.cc (acknowledge_grob): use
5664         Staff_symbol_referencer::get_position iso. reading staff-position
5665         directly.
5666
5667         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5668         currentMusicalColumn as left span-point for bracket. The bracket
5669         is too long when there are accidentals.
5670
5671 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5672
5673         * buildscripts/lilypond-profile.sh,
5674         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5675         Thanks to Reuben Thomas <rrt@mupsych.org>
5676
5677 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5678
5679         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5680         Wurbel <wurbel@univ-tln.fr>.
5681
5682 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5683
5684         * scripts/midi2ly.py: Add space after chords.
5685
5686 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5687
5688         * input/regression/{many}: add few @code{ ... }.
5689
5690 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5691
5692         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5693         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5694         Removed cmbx5, cmbx6 (which are included in teTeX)
5695         and cmbxti14 which is not used in fonts.scm.
5696
5697 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5698
5699         * lily/midi-item.cc: fine tune quarter tones.
5700
5701 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5702
5703         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5704         new function, warn how many cents are missing in fine tuning.
5705
5706 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5707
5708         * input/bugs/rhytmicstaff-tie.ly: add file.
5709
5710         * THANKS: Create skeleton for 2.1.
5711
5712 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5713
5714         * input/test/bar-lines.ly (TODO): dashed "|".
5715
5716 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5717
5718         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5719         input/regression/tie-chord.ly: Fix spell for tying.
5720
5721         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5722
5723         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5724         new file (renamed, see above).
5725
5726         * Documentation/user/lilypond-book.itely
5727         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5728         * input/example-1.ly input/example-2.ly input/example-3.ly
5729         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5730         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5731         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5732         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5733         * scripts/lilypond-book.py scripts/lilypond.py
5734         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5735         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5736
5737         * Documentation/user/lilypond.tely: update version.
5738
5739         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5740         Remove extra spaces in each @node, fixes spaces.
5741
5742 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5743
5744         * scripts/lilypond-book.py (output_dict): Add definition of
5745         \lilypondbook also for LaTeX output. Solves several bug reports.
5746
5747 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5748
5749         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5750
5751 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5752
5753         * input/test/transposition.ly: Fix key signatures, given in comments.
5754
5755 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5756
5757         * scm/midi.scm (instrument-names-alist),
5758         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5759
5760 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5761
5762         * input/test/temporary-stave.ly (texidoc): New example based on an
5763         email question from Ralph Little.
5764
5765 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5766
5767         * VERSION: release 2.1.0
5768         
5769         * lily/note-performer.cc (try_music): accept busy-playing-event.
5770
5771         * lily/swallow-perf.cc (try_music): return false for
5772         busy-playing-event and melisma-playing-event.
5773
5774 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5775
5776         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5777         >> in \score.
5778
5779 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5780
5781         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5782         that articulation_substitute will not move beam start again.
5783         (articulation_substitute): Bugfix: remove stray space so that new
5784         old chords ending '>>' does not get broken up.
5785         (sub_chord): Use TAB for indentation (not spaces).
5786         
5787         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5788         Bugfix for startup: Use ?^ instead of ?\^.
5789
5790 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5791
5792         * lily/lyric-combine-music-iterator.cc
5793         (Lyric_combine_music_iterator): change init order, to prevent GC
5794         segfaults.
5795
5796         * lily/context-specced-music-iterator.cc (construct_children): 
5797         only change  translator if found. This fixes a core dump problem.
5798
5799 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5800
5801         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5802         comparison.
5803
5804         * mf/feta-bolletjes.mf: make hole in half note little
5805         smaller for stem attachment.
5806
5807         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5808
5809         * mf/feta-banier.mf: don't draw stem with flag, just small square
5810         attachment.
5811
5812         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5813
5814         * mf/feta-banier.mf: remove upstem/downstem characters.
5815
5816         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5817
5818         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5819         stafflinethickness (in the default)
5820
5821         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5822
5823         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5824
5825         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5826
5827         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5828
5829         * lily/include/directional-element-interface.hh:
5830         junk class, make {get,set}_grob_direction functions.
5831
5832         * lily/slur.cc (get_attachment): do something sensible when
5833         attaching to stem without heads (eg. a rest).
5834
5835         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5836         forcing up to staff.  remove #'support-head property
5837         (brew_molecule): small cleanup.
5838         (flag): remove #'grace property.
5839
5840 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5841
5842         * cygwin/postinstall-lilypond.sh: 
5843         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5844         (Volker Zell).
5845
5846 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5847
5848         * scripts/lilypond-book.py: resurrect 'eps' option. 
5849         (TexiPaper.to_eps): use -Ppdf for EPS files.
5850
5851         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5852
5853         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5854
5855         * VERSION: release 2.0.1
5856
5857         * lily/bezier.cc (get_other_coordinate): change assert into
5858         warning.
5859
5860         * lily/note-head.cc (internal_brew_molecule): make left protusion
5861         smaller, to accomodate for natural sign.
5862         (internal_brew_molecule): only do this when the accidental is
5863         close enough.
5864         (extent): new function
5865
5866         * lily/skyline.cc (merge_skyline): new function
5867         (heighten_skyline): new function
5868
5869         * lily/accidental-placement.cc (position_accidentals) 
5870         (position_accidentals): fix todo.
5871
5872 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5873
5874         * input/test/+.ly (texidoc): put version number inline.
5875
5876         * GNUmakefile.in: remove rsync-web target.
5877         
5878         * input/regression/bar-scripts.ly (onestaff): raggedright
5879
5880 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5881
5882         * lily/*.cc: remove #if 0'd code in couple of places.
5883
5884         * lily/midi-stream.cc (operator <<): rewrite.
5885
5886         * lily/note-head.cc (internal_brew_molecule): 
5887         only make ledgers when the Staff symbol has lines.
5888
5889         * ly/property-init.ly (arpeggioBracket): simplify
5890
5891         * lily/translator-group.cc (execute_pushpop_property): use
5892         SCM_EQ_P for comparing keys. This fixes reverting
5893         auto-beam-settings.
5894
5895 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5896 *
5897         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5898         midi_debug_global_b.
5899         (operator <<): Normalise loop.
5900
5901 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5902
5903         * scripts/lilypond.py (escape_path): revise.
5904
5905         * scm/music-functions.scm (set-output-property): new function.
5906         
5907 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5908
5909         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5910         use addmakeflags again.
5911
5912         * cygwin/lily-wins.py (escape_shell): New function; use it.
5913
5914         * scripts/lilypond.py (escape_shell): Escape quotes and other
5915         spaces too.  Do not escape escaping backslashes.
5916
5917         * make/srcdir.make.in (web-install): Must call install-WWW now.
5918
5919         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5920         dependency
5921
5922 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5923
5924         * scripts/lilypond.py (escape_path): escape quotes too. 
5925
5926         * Documentation/user/lilypond.tely (Unified index): rename Index
5927         to accomodate Windows breakage.
5928
5929         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5930
5931         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5932         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5933         target not a source.
5934
5935 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5936
5937         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5938         addmakeflags.  Build and install doc and web also when building on
5939         Cygwin.
5940
5941         * mf/GNUmakefile: Bugfix.
5942
5943         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5944         target web.
5945
5946         * cygwin/lily-wins.py: Quote filename.
5947
5948 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5949
5950         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5951
5952 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5953
5954         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5955         settings.
5956
5957         * configure.in: Require g++ > 3.0.4.
5958
5959         * mf/GNUmakefile: Bugfix: Add list.ly target.
5960         
5961         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5962
5963         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5964         make omf directory, add uninstall targets.
5965
5966 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5967
5968         * lily/tie-performer.cc (initialize): init prev_event
5969
5970         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5971
5972         * lily/script-engraver.cc (make_script_from_event): don't crash on
5973         non-string articulation-type.
5974
5975         * lily/new-fingering-engraver.cc (add_script): don't crash on
5976         0 scripts 
5977         (acknowledge_grob): warn about text script events.
5978
5979 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5980
5981         * buildscript/lilypond.words: fix path for drums.scm.
5982
5983 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5984
5985         * lily/spacing-spanner.cc (note_spacing): don't make longer
5986         durations than measure-length.
5987
5988         * VERSION: release 2.0.0
5989
5990         * GNUmakefile.in (rsync-web): version independent rsync target.
5991
5992         * input/test/+.ly (texidoc): idem.
5993
5994         * input/regression/+.ly: print version number.
5995
5996         * input/regression/accidentals.ly (mel): shorten.
5997
5998         * input/regression/accidental-octave.ly (texidoc): shorten.
5999
6000         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6001
6002         * input/regression/completion-heads-polyphony.ly: octave
6003
6004         * input/regression/beam-manual.ly: remove
6005
6006         * input/regression/beam-chord.ly: remove
6007
6008         * input/regression/grace-dynamic.ly: remove
6009         
6010         * input/regression/grace-volta-repeat.ly: octave fixes.
6011
6012         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6013
6014         * lily/parser.yy (step_number): semitones for chord entry too.
6015         (make_chord_step): more robust code, semitones. 
6016
6017         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6018
6019         * input/regression/breathing-sign.ly (texidoc): split ancient and
6020         normal breathing signs.
6021
6022         * scm/define-grobs.scm (all-grob-descriptions): swap
6023         beamed-extreme-minimum-free-lengths and
6024         beamed-minimum-free-lengths; the 'extreme' case should allow
6025         shorter stems. This fixes forced directions on beamed 32nd and
6026         shorter notes.
6027
6028         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6029         quartertones, not semitones.
6030         (NoteNamesContext): swallow more event types
6031
6032         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6033
6034         * VERSION (PACKAGE_NAME): release 1.9.10
6035
6036 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6037
6038         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6039         set note head as cause of note-column.  This gives a better error
6040         message.
6041
6042 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6043
6044         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6045
6046 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6047
6048         * mf/GNUmakefile (pfa_warning): instruct 
6049
6050         * stepmake/aclocal.m4: typo.
6051
6052         * Documentation/user/cheatsheet.itely: more verbose examples.
6053
6054         * input/regression/clefs.ly: remove bogus docstring.
6055
6056 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6057
6058         * GNUmakefile.in (SUBDIRS): Add elisp.
6059
6060         * elisp/lilypond-mode.el: 
6061         * elisp/lilypond-init.el: 
6062         * elisp/lilypond-indent.el: 
6063         * elisp/lilypond-font-lock.el: Move from top dir.
6064
6065         * stepmake/stepmake/elisp-vars.make: New file.
6066
6067         * config.make.in (elispdir): Add.
6068
6069         * Documentation/topdocs/INSTALL.texi: Typo.
6070
6071         * make/ly-rules.make: Test for files instead of touching void and
6072         ignoring errors.
6073
6074         * GNUmakefile.in:
6075         * make/lilypond.redhat.spec.in:
6076         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6077         <builddir>, adding
6078         
6079              (push "<builddir>/share/lilypond/elisp" load-path)
6080
6081         to your ~/.emacs.el should give you LilyPond-mode again.
6082
6083         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6084         regexp for DOS/Windows, we are too paranoid to fix others.
6085
6086 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6087
6088         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6089
6090         * input/test/chord-names-jazz.ly (banterProperties): fix
6091
6092         * lily/parser.yy (bass_mod): bass figure alterations are semi
6093         tones, not quarter tones
6094
6095         * lily/beam.cc (set_stem_lengths): only lengthen stems
6096         for gapped beams.
6097
6098         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6099         by beamcount.
6100
6101         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6102         a warning that the warning may erroneous.
6103
6104         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6105         target.
6106
6107         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6108         targets.
6109
6110         * GNUmakefile.in ($(config_h)): config.h should depend on
6111         config.hh.in .
6112         (lilypond.words): remove fontball stuff.
6113
6114         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6115
6116         * configure.in: remove pktrace reference.
6117
6118         * GNUmakefile.in (rsync-web): permissions and ownership for
6119         website.
6120
6121         * lily/volta-engraver.cc (staff_eligible): new function.
6122         (stop_translation_timestep): kill off spanners if not eligible.
6123
6124         * VERSION (PATCH_LEVEL): release 1.9.9
6125
6126         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6127
6128         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6129         length is more important than forbidden quants.
6130         
6131 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6132
6133         * buildscripts/lilypond.words: order words in search order,
6134         add lilypond.words.vim to be generated.
6135
6136         * lilypond.vim: use lilypond.words.vim for keyword matching.
6137
6138         * lilypond-mode.el: use search order. fix word selection rules.
6139
6140         * lilypond-font-lock.el: fix fontifying long durations.
6141
6142         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6143
6144 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6145
6146         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6147
6148         * stepmake/stepmake/generic-targets.make:
6149         * stepmake/stepmake/bin/make-version.py: 
6150         * stepmake/aclocal.m4:
6151         * make/stepmake.make:
6152         * make/toplevel-version.make: Build fixes: remove last traces of
6153           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6154
6155         * lily/beam.cc: Add gap-count property.
6156
6157 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6158
6159         * scm/define-grob-properties.scm (gap-count): add gap-count
6160
6161         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6162
6163 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6164
6165         * cygwin/mknetrel.doc: Typo.
6166
6167         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6168
6169         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6170
6171 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6172
6173         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6174         sizes. Remove support for 'ledger'(=tabloid+landscape).
6175
6176 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6177
6178         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6179         sauter PFAs.
6180
6181         * configure.in: remove VERSION stuff once again.
6182
6183         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6184
6185         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6186         for chord names.
6187
6188         * mf/GNUmakefile: always trace pfa fonts.
6189         (SAUTER_FONTS): add cmss[567] too fonts
6190
6191         * configure.in: require mftrace. 
6192
6193         * lily/staff-performer.cc (new_instrument_string): don't look at
6194         instrument property.
6195
6196         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6197         is_direction is the C++ one. Similar for ly_axis_p and
6198         ly_number_pair_p
6199
6200 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6201
6202         * lily/beam.cc (brew_molecule): read gap-count to determine
6203         number of tremolo (gapped) beams.
6204
6205         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6206         shorter than 1/8
6207
6208         * flower/include/array.hh (default_compare): new function
6209
6210         * cygwin/mknetrel: Native fixes.
6211
6212         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6213
6214 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6215
6216         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6217         feature for Windows.
6218
6219         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6220
6221         * cygwin/mknetrel: Updates for native use on Cygwin.
6222
6223         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6224
6225         * stepmake/stepmake/help2man-rules.make: 
6226         * cygwin/mknetrel: Bugfix for manpages.
6227
6228         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6229         $(builddir).  Stepmake is a normal subdirectory now, that is not
6230         configured.  Another srcdir build fix.
6231
6232         * Documentation/topdocs/INSTALL.texi,
6233         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6234         lilypond-init.el, lilypond-mode.el, debian/rules,
6235         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6236         rename generated file lilypond.words to lilypond.words.el.
6237
6238 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6239
6240         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6241
6242         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6243         GNUmakefile.in.
6244
6245 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6246
6247         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6248         when cross building.
6249
6250         * configure.in: srcdir build fix.
6251
6252         * cygwin/GNUmakefile:
6253         * cygwin/lily-wins.py:
6254         * cygwin/postremove-lilypond.sh: 
6255         * cygwin/postinstall-lilypond.sh: Merge from stable.
6256
6257         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6258         s/ly2dvi/lilypond/.
6259
6260 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6261
6262         * lily/slur.cc (after_line_breaking): only set control points if
6263         none supplied yet.
6264
6265         * input/test/slur-manual.ly: new file.
6266
6267         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6268         <<  >> chords too.
6269
6270         * VERSION (PACKAGE_NAME): release 1.9.8
6271
6272         * scripts/lilypond.py (escape_path): escape spaces in directory names
6273
6274         * input/test/text-spanner.ly: fixes.
6275
6276 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6277
6278         * buildscripts/lilypond.words.py: add drum names as note names to
6279         Emacs-mode.
6280
6281 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6282
6283         * input/regression/hairpin-dashed.ly: new file.
6284
6285         * scripts/convert-ly.py (conv): warn about dash-length.
6286
6287         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6288         automatically if we get a new one.
6289
6290         * lily/lookup.cc (dashed_line): new function
6291
6292         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6293         dash-fraction.
6294
6295 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6296
6297         * buildscripts/lilypond.words.py: extract note names.
6298
6299         * lilypond-mode.el: take note names from lilypond.words -file.
6300         small fix in the use of string-match.
6301
6302         * lilypond-font-lock.el: use lilypond.words for note names, add 
6303         maxima to note a duration.
6304
6305 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6306
6307         * lily/breathing-sign.cc: remove railtracks() function. 
6308
6309         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6310
6311         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6312         (brew_molecule): bugfix don't make arpeggio shorter when
6313         arpeggio-direction is set.
6314
6315         *  debian/rules: small corrections in the (Pedro K)
6316
6317         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6318         examples.
6319
6320         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6321         special (repeat) bar comes along.
6322
6323         * input/regression/auto-beam-bar.ly: update.
6324
6325         * scripts/lilypond-book.py (output_dict): remove support for the
6326         EPS option.
6327
6328         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6329         VerticalAlignment and VerticalAxisGroup this fixes the size
6330         computations for the entire system.
6331  
6332         * input/les-nereides.ly (bass): remove superfluous fontSize.
6333
6334         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6335         causes directory of file to be added to include path.
6336
6337         * input/regression/beam-break.ly: test single stem beams.
6338
6339         * input/regression/system-start-bracket.ly: fix.
6340
6341         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6342
6343         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6344
6345         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6346         (score_stem_lengths): do something sensible for single stem beams.
6347
6348         * lily/beam.cc (least_squares): add kludge for single stem beams.
6349
6350         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6351         keySignature to list of broken things.
6352
6353         * input/regression/keys.ly: fix.
6354
6355         * VERSION (PACKAGE_NAME): release 1.9.7
6356
6357         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6358
6359         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6360
6361         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6362         (quartertone_pitch): new function
6363
6364         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6365         flat. WARNING: FONT CHANGED.
6366
6367         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6368
6369         * lily/accidental-placement.cc (add_accidental): support for
6370         quarter tones.
6371
6372         * ly/LANGUAGEs.ly: use symbols for alterations.
6373
6374         * mf/feta-toevallig.mf: change accidental codes. 
6375
6376         * scm/lily.scm (ly:get-option): switch on debugging only for
6377         --verbose.
6378
6379         * lily/lily-guile.cc: remove ly:verbose?
6380
6381         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6382
6383         * lily/parser.yy (TODO): only do gh_call() for apply with
6384         procedure argument.
6385
6386         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6387         stuff in accordance with new timing of tie-events.
6388
6389         * lily/my-lily-lexer.cc: remove \outputproperty
6390
6391         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6392
6393         * scm/define-translator-properties.scm (melismaBusyProperties):
6394         add melismaBusyProperties property.
6395
6396 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6397
6398         * input/test/ambitus-mixed.ly (texidoc): new file.
6399
6400         * buildscripts/mutopia-index.py (find): prune debugging
6401
6402         * lily/side-position-interface.cc: doc updates
6403
6404         * Documentation/user/refman.itely: updates, tweaks.
6405
6406         * lily/parser.yy (Simple_music): remove outputproperty
6407
6408         * make/stepmake.make: use VERSION again; importing VERSION via
6409         autoconf dependencies is too hairy.
6410
6411 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6412
6413         * lilypond-mode.el: allow `-' for keywords and identifiers.
6414
6415 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6416
6417         * VERSION: release 1.9.6
6418         
6419         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6420         iso. ly2dvi.
6421
6422         * Documentation/user/*.itely: fixes everywhere
6423
6424         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6425         produce ties from the engraver itself, do not broadcast TieEvent.
6426
6427         * lily/my-lily-lexer.cc: remove pitch & duration.
6428
6429         * lily/parser.yy (TODO): remove \pitch and \duration
6430
6431         * input/test/explicit.ly: remove file.
6432
6433         * Documentation/user/refman.itely (Pitches): remove \pitch 
6434         \duration command.
6435
6436 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6437
6438         * buildscripts/lilypond.words.py: add all slur types to Emacs
6439         insertion menu, suppose everything is postfixed by dropping 
6440         unnecessary `-' -marks.
6441
6442 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6443
6444         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6445         tremoloed stems.
6446
6447         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6448         head for flagged stems.
6449
6450         * lily/stem.cc (get_default_stem_end_position): futz with extra
6451         stem length if there is a stem tremolo.
6452
6453         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6454         it would be too small.
6455
6456         * lily/font-metric.cc: return #f for non-existent glyph.
6457         
6458         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6459         exported through config.make.
6460
6461         * input/regression/clef-oct.ly: new file.
6462
6463         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6464         transposition.
6465
6466         * input/template/*.ly: remove old relative.
6467
6468         * ly/english.ly: add X names for double sharp.
6469
6470 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6471
6472         * lily/font-select.cc: new file handle font selection routines.
6473
6474         * lily/parser.yy: add ; (Patrick Atamaniuk)
6475
6476         * input/test/time-signature-double.ly: use markups for double time
6477         sigs.
6478
6479         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6480         ChordNames.SeparationItem #'padding for adjusting space after chords.
6481         
6482         * lily/music-output-def.cc (LY_DEFINE): 
6483         new function ly:paper-lookup.
6484         
6485         * mf/parmesan-clefs.mf: use # quantities for char_box
6486         offsets. Fixes overflow errors in the PFA. 
6487
6488         * scm/new-markup.scm (strut-markup): change calling interface for
6489         markup. Pass paper-def, not grob. This would allow \markup to be
6490         used separately from grobs.
6491
6492         * lily/paper-def.cc: new function ly:paper-font; this function
6493         replaces ly:get-font.
6494
6495         * lily/include/font-interface.hh (struct Font_interface): take
6496         Paper_def iso. Grob for get_font().
6497
6498 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6499
6500         * Documentation/user/ tutorial.itely, refman.itely: add warning
6501         about \key and accidentals.
6502
6503 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6504
6505         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6506
6507         * Documentation/user/*.itely: manual tweaks
6508
6509 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6510
6511         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6512         cleanup; bugfix: exact_center
6513
6514         * Documentation/user/refman.itely: added more documentation on
6515         ambitus according to recent questions on lilypond-user list
6516
6517 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6518
6519         * input/regression/ottava.ly (texidoc): demo 15ma too.
6520
6521         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6522
6523         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6524         octave fixes.
6525
6526 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6527
6528         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6529         problems on older Mac editors.
6530
6531 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6532
6533         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6534
6535 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6536
6537         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6538         mf/parmesan-clefs.mf: added comments on character alignment and
6539         set_char_box() conventions
6540
6541         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6542         set_char_box()'s
6543
6544         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6545
6546 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6547
6548         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6549
6550 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6551
6552         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6553         shortened to avoid almost-collision with staff line; code cleanup;
6554         other custodes: fixed char boxes; code cleanup
6555
6556 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6557
6558         * configure.in: release 1.9.5
6559         
6560         * scripts/lilypond.py (global_latex_preamble): only set
6561         twosideshift if 'twoside' is in latexoptions 
6562
6563         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6564
6565         * VERSION: remove
6566
6567         * scripts/*2ly.py: update <> syntax
6568
6569 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6570
6571         * lily/chord-name-engraver.cc (process_music): add origin for
6572         chord name.
6573
6574         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6575
6576         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6577         bass notes for exceptions too.
6578
6579         * scm/define-grobs.scm (all-grob-descriptions): rename
6580         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6581
6582         * scm/define-grob-properties.scm (remove-first): add remove-first
6583         property for orchestral scores.
6584
6585         * Documentation/user/*.itely: switch <<>> and <> 
6586
6587         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6588         last_line only once. This fixes the two consecutive glissandi problem.
6589
6590 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6591
6592         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6593         error message "flexa-width undefined"
6594
6595         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6596         lily/include/gregorian-ligature.hh: print warning when ignoring
6597         head prefixes on flexa shapes
6598
6599         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6600         space before a series of inclinatum heads
6601
6602         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6603         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6604         cleanups
6605
6606         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6607         and char_box
6608
6609 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6610
6611         * input/regression/breathing-sign.ly: tiny fixes
6612
6613         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6614         semantical collision with vaticana ligatures
6615
6616         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6617         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6618         now consistent with mensural ligatures
6619
6620         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6621         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6622         context pitches and staff position; dto. for virga stem; removed
6623         obsolete virga and clivis characters from parmesan font (WARNING:
6624         font changed)
6625
6626         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6627         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6628
6629         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6630         scm/define-grob-properties.scm: consistency fix: renamed
6631         join_left->add_cauda
6632
6633         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6634         appendix length; bugfix: yoffs_bt for reverse direction punctum
6635         characters
6636
6637         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6638         small cleanups; added more docu
6639
6640         * lily/mensural-ligature-engraver.cc,
6641         lily/vaticana-ligature-engraver.cc,
6642         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6643         computation to CoherentLigatureEngraver
6644
6645         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6646         scm/define-grob-properties.scm: bugfix: added missing linea and
6647         cavum properties; bugfix: removed dead semivocalis property
6648
6649         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6650         length; redesigned quilisma, stropha and auctum
6651
6652         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6653         line thickness
6654
6655         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6656         Documentation/user/refman.itely: bugfix: introduced shifted
6657         epiphonus head to avoid collision with adjacent plica
6658
6659 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6660
6661         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6662
6663         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6664
6665 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6666
6667         * Documentation/user/tutorial.itely (A lead sheet): remove
6668         duplicate chords.
6669
6670         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6671
6672 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6673
6674         * Documentation/bibliography/computer-notation.bib (isbn): add
6675         xivcim publication.
6676
6677 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6678
6679         * GNUmakefile.in: drop lilypond.words for generation.
6680
6681 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6682
6683         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6684
6685         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6686
6687 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6688
6689         * input/test/figured-bass-alternate.ly (fl): new file.
6690
6691         * Documentation/topdocs/README.texi (Top): clarifications.
6692
6693         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6694         theses of Gieseking and Renz.
6695
6696         * GNUmakefile.in (README_FILES): remove README.mandrake.
6697
6698 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6699
6700         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6701         from source files and search patterns listed in the script.
6702
6703         * GNUmakefile.in: add target `lilypond.words'.
6704
6705         * lilypond.words: remove file, generated by `make lilypond.words'.
6706
6707         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6708
6709 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6710
6711         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6712
6713 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6714
6715         * VERSION: 1.9.4 released
6716
6717         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6718         rule for < > <-> << >> substitution
6719
6720         * lily/lexer.ll: exchange meaning of << >> and < > 
6721
6722         * VERSION (PACKAGE_NAME): 1.9.3 released
6723
6724         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6725         pages unconditionally.
6726
6727 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6728
6729         * Documentation/user/music-glossary.tely (Top): small syntax
6730         fixes.
6731
6732         * scm/music-functions.scm (remove-tag): filter \tagged music
6733         expressions.
6734
6735         * input/regression/tag-filter.ly (texidoc): new file.
6736
6737         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6738         symbol2 .. ) etc. 
6739
6740         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6741         convert rule.
6742
6743         * Documentation/user/refman.itely (Fingering instructions): adjust
6744         manual.
6745
6746         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6747         for borderline cases (e.g. 1 fingering.)
6748         (position_scripts): revise interface, use fingerOrientations to
6749         set fingering positions.
6750
6751         * scm/document-translation.scm (context-doc): add aliases to
6752         automated documentation.
6753
6754         * make/lilypond-vars.make: remove stepmake compat glue.
6755
6756         * make/generic-vars.make: remove cruft.
6757
6758         * lily/main.cc (main): don't identify binary.
6759
6760 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6761
6762         * lily/include/translator.hh (class Translator): remove
6763         type_string_ , use symbol for context name throughout.
6764         Changes through whole source tree.
6765
6766         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6767         set PDF as default, and always make PDF.
6768
6769         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6770
6771 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6772
6773         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6774         Documentation/user/refman.itely input/regression/allfontstyle.ly
6775         input/regression/grace-types.ly:
6776         fix spelling for acciaccatura (Webster's 1913).
6777
6778 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6779
6780         * lily/main.cc (usage): adjust blurb, include url.
6781
6782         * input/regression/breathing-sign.ly (texidoc): transpose up
6783
6784 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6785
6786         * input/regression/breathing-sign.ly: changed ancient examples to
6787         be relevant (by request of Han-Wen); updated BreathingSign text
6788         property according to new syntax.
6789
6790         * ly/gregorian-init.ly: updated BreathingSign text property
6791         according to new syntax
6792
6793 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6794
6795         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6796         (Clef): index entries for clefs.
6797
6798         * python/lilylib.py (system): remove errorlog files.
6799         
6800 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6801
6802         * lilypond.words: add \new and new graces. Add dynamics to menus
6803         keeping 1.8.x compatibility; after all the engraving relating to 
6804         notes becomes postfixed `-' marks will be removed.
6805
6806 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6807
6808         * lily/molecule.cc (align_to): idem.
6809
6810         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6811         
6812         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6813         accacciatura everywhere.
6814
6815         * VERSION (PACKAGE_NAME): released 1.9.2
6816
6817         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6818
6819         * scm/document-markup.scm (markup-doc-node): sort markup function
6820         list.
6821
6822         * lily/paper-outputter.cc (output_version): change "Lily was here"
6823         into  "Engraved by LilyPond"
6824
6825         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6826         on unquoted strings before \notenames.
6827
6828         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6829         increases the number of s/r reductions to 4.
6830
6831         * scm/new-markup.scm (fraction-markup): \fraction command.
6832
6833         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6834         mode
6835
6836         * lily/lookup.cc (round_filled_box): rename function.
6837         (LY_DEFINE): round-filled-box: change signature.
6838
6839         * Documentation/user/refman.itely: revise section explaining grace
6840         notes.
6841
6842         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6843         ly:set-context-property
6844
6845         * input/*/*.ly (vmus): use \new everywhere.
6846
6847         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6848
6849         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6850         default
6851
6852         * scm/music-functions.scm (set-stop-grace-properties)
6853         (set-start-grace-properties, add-grace-property): new functions
6854         for modular grace tweak control.
6855
6856         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6857         
6858 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6859
6860         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6861
6862         * GNUmakefile.in (install-pfa-fonts):
6863         (get-pfa-fonts): New target.
6864
6865         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6866         install-pfa-fonts help.
6867
6868 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6869
6870         * lily/translator-scheme.cc (LY_DEFINE):
6871         ly:context-pushpop-property new function.
6872         (LY_DEFINE): new function ly:translator-find  
6873         new function ly:translator?
6874         (LY_DEFINE): new function ly:context?
6875
6876         * lily/translator-def.cc: remove
6877         Translator_def::apply_pushpop_property().
6878
6879         * python/lilylib.py (read_pipe): only store and display error log
6880         if verbose not set.
6881         (read_pipe): only display log if it contains something.
6882
6883 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6884
6885         * Documentation/misc/GNUmakefile: Re-add.
6886         (TEXTS): Add CHANGES.
6887
6888 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6889
6890         * lilypond.words: add \newcontext.
6891
6892 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6893
6894         * lily/tie-performer.cc (stop_translation_timestep): only flush
6895         tied_notes when we have actually made a tie. Fixes bugs with ties
6896         in polyphonic scores.
6897
6898 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6899
6900         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6901         they do not exist.
6902
6903 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6904
6905         * VERSION (PACKAGE_NAME): released 1.9.1 
6906
6907         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6908         Instrument_name_engraver
6909
6910         * lily/tie-performer.cc (create_audio_elements): bugfix
6911
6912         * Documentation/user/music-glossary.tely (Top): comment out
6913         font-style statements.
6914
6915         * input/test/force-hshift.ly: revise example.
6916
6917         * Documentation/bibliography/engraving.bib (note): typos.
6918
6919         * configure.in: bump GCC requirements to 3.x
6920
6921         * lily/include/audio-item.hh (class Audio_tie): rename
6922         note_l_drul_ to note_drul_
6923
6924         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6925
6926         * lily/parser.yy (relative_music): whoops. All \relative were off
6927         by ...  a lot .... Ahem.
6928
6929         * scm/define-music-types.scm (music-descriptions): idem.
6930
6931         * lily/beam-engraver.cc: move new-beam-event to beam-event
6932
6933         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6934         to Tie_engraver
6935
6936         * input/regression/bar-number.ly: remove unnecessary old-relative
6937         options.
6938         
6939         * Documentation/user/internals.itely (Creating contexts): document
6940         \newcontext
6941
6942         * lily/parser.yy (Composite_music): add \newcontext
6943
6944         * Documentation/user/refman.itely (MIDI block): add note about
6945         dotted tempos.
6946
6947         * scm/font.scm: remove old markup legacy
6948
6949         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6950
6951         * lily/breathing-sign.cc (brew_molecule): remove function
6952
6953         * lily/text-item.cc: remove old-style markups.
6954         (interpret_markup): C++ version of markup function
6955         (brew_molecule): idem.
6956
6957         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6958         as Scheme variable.
6959
6960         * scripts/convert-ly.py (conv): dashes rule.
6961         Apply rule.
6962
6963         * Documentation/user/lilypond-book.itely: syntax fixes. 
6964
6965 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6966
6967         * VERSION (PACKAGE_NAME): release 1.9.0
6968
6969         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6970         note about dvips. (Should backport.)
6971
6972         * scripts/convert-ly.py
6973         (FatalConversionError.articulation_substitute): add
6974         convert-new-chords code. Remove convert-new-chords.py
6975
6976         * Documentation/user/refman.itely (Octave check): document
6977         \octave.
6978
6979         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6980         \relative changes.
6981
6982         * lily/parser.yy (command_element): octave check:
6983
6984            \octave PITCH
6985
6986         checks that PITCH (without octave) yields PITCH (with octave) in
6987         \relative
6988
6989         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6990
6991         * lily/scm-option.cc: ly:set-option now has the default argument
6992         #t.
6993
6994         * lily/lexer.ll: add \renameinput
6995
6996         * python/lilylib.py (command_name): robustifications.
6997
6998         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6999         /dev/stderr. This is ash compatible.
7000
7001         * ly/init.ly: add warning if compatibility was not necessary.
7002
7003         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7004
7005         * flower/include/string-handle.icc: formatting cleanups, rename
7006         references by ref_count_.
7007
7008 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7009
7010         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7011         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7012         package libs separately, fix conflicting php variable out=/dev/vc/
7013         invoking `unset out', declare menus, use only one icon-file, fix
7014         doc-path in menu.
7015
7016 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7017
7018         * scripts/convert-ly.py (FatalConversionError.conv): typo
7019
7020         * Documentation/misc/GNUmakefile: restore misc directory.
7021
7022         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7023
7024         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7025         Petites-Preludes 
7026
7027         * input/test/partial-blank.ly (quickmeasure): syntax
7028
7029         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7030         attachment property.
7031
7032         * Documentation/user/refman.itely: remove superfluous -'s 
7033         (Grace notes): ) fixes.
7034
7035         * lily/music.cc: generic compress(), transpose() functions. Remove
7036         others.
7037
7038         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7039         style markup entry.
7040
7041         * lily/parser.yy: all articulations postfix; remove obligatory -
7042         for [,  ) and \!
7043         
7044         * lily/music.cc (to_relative_octave): write generic
7045         to_relative_octave function; various relative cleanups.
7046         Hmmm.
7047
7048         * lily/scm-option.cc: add options new-relative and old-relative
7049
7050         * po/sv.po: new po file.
7051
7052         * Documentation/user/refman.itely (Dynamics): website
7053         fixes. (should backport!)
7054
7055 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7056
7057         * make/lilypond.mandrake.spec.in: declare version only once.
7058
7059 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7060
7061         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7062         meaning for now.
7063
7064 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7065
7066         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7067
7068         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7069
7070         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7071
7072         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7073
7074         * lily/music.cc (var): add ly:music-transpose function.
7075
7076         * lily/parser.yy (pre_events): remove prefix articulations.
7077
7078         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7079
7080         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7081
7082         * Documentation/user/refman.itely (Text markup): add comment about
7083         markup in header.
7084
7085 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7086
7087         * lily/paper-outputter.cc (write_header_fields_to_file): 
7088         only dump value if it is a string.
7089
7090         * flower/include/dictionary.hh: remove.
7091         
7092         * Documentation/ChangeLog-1.5: add back old log.
7093
7094         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7095         .pfas from a .deb.
7096
7097 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7098
7099         * Documentation/bibliography/engraving.bib: add entry for
7100         Jaschinski's Notation
7101
7102 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7103
7104         * Documentation/user/refman.itely (Beaming): add note about
7105         allowBeamBreak
7106
7107 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7108
7109         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7110         GregorianTranscription contexts
7111
7112         * ly/engraver-init.ly: vaticana contexts: minor fixes
7113
7114         * Documentation/user/refman.itely (Ancient notation): added note
7115         on appendix length bug
7116
7117         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7118         input/test/vaticana.ly: use vaticana contexts; small fixes
7119
7120 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7121
7122         * flower/hash.cc: Remove.
7123
7124         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7125         to (nonexistent?) hash_func_ identifier.
7126
7127         * python/midi.c (midi_error, midi_warning): Use char const* for
7128         __FUNCTION__ argument.
7129
7130         * python/gettext.py: Remove.  We already require python 2.1, which
7131         includes gettext.py.
7132
7133         * configure.in: Require python 2.1, as INSTALL.texi says.
7134         it.
7135
7136         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7137         versions 1.50 and 1.75.  Remove note about lexer patch.
7138
7139 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7140
7141         * Documentation/topdocs/INSTALL.texi: Update type1 font
7142         description to actual situation.  Add comment about new font ball
7143         layout.
7144
7145         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7146         in $LILYPONDPREFIX suffices for installation.
7147
7148 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7149
7150         * debian/control (Build-Depends): Add flex-old as alternative to
7151         flex.  Deprecate bison 1.75.
7152
7153 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7154
7155         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7156         Vaticana contexts
7157
7158         * Documentation/user/refman.itely (Ancient notation): documented
7159         some bugs; tiny fixes; added docu on Vaticana contexts
7160
7161         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7162         scripts
7163
7164 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7165
7166         * Documentation/user/refman.itely (Ancient notation): added some
7167         introductory words; added section on ancient time signatures;
7168         added some @seealso and @refcommands; small fixes and
7169         beautifications
7170
7171 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7172
7173         * input/regression/note-head-style.ly: many fixes and updates
7174
7175         * Documentation/user/refman.itely: added small sections on ancient
7176         accidentals, rests and flags; revised ancient note head section;
7177         small wording/spelling fixes
7178
7179         * input/test/rests.ly: layout fixes
7180
7181 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7182
7183         * input/puer-fragment.ly: bugfix: central C position of do clef
7184
7185         * ly/gregorian-init.ly: workaround: add small padding space before
7186         divisiones (the correct fix would be the spacing engine to handle
7187         this)
7188
7189 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7190
7191         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7192         cue-notes.ly: minor fixes.
7193
7194 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7195
7196         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7197         input/test/custos-style.ly
7198
7199         * Documentation/index.html.in: bugfix: link to Tutorial.html
7200
7201         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7202         to neumes; bugfix: "et": epiphonus, not just a simple pes
7203
7204 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7205
7206         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7207
7208         * lilypond.words: add new features: markup, column, center, \[ \].
7209         
7210 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7211
7212         * Documentation/topdocs/NEWS.texi, DEDICATION,
7213         stepmake/bin/add-html-footer.py
7214         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7215         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7216         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7217         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7218         added (only) after a sentence which is complete; if the sentence is 
7219         not ended a comma `,' or nothing is used. fix also spaces.
7220
7221 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7222
7223         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7224         requirements to plain 1.6.
7225
7226         * buildscripts/mutopia-index.py (read_lilypond_header): update
7227         mutopia-index.py to 1.4 syntax [sic]
7228
7229 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7230
7231         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7232
7233 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7234
7235         * Documentation/index.html.in: url for regression pdf
7236
7237         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7238
7239         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7240
7241         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7242
7243         * VERSION: 1.8.0 released
7244         
7245         * GNUmakefile.in (local-WWW-post): footify build fix.
7246
7247         * configure.in: require GUILE 1.6.4
7248
7249         * Documentation/user/GNUmakefile: don't copy *.png for
7250         lilypond-internals
7251
7252         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7253         local-WWW-post target.
7254         (rsync-web): add rsync-web target
7255
7256         * Documentation/user/introduction.itely (Music notation and
7257         engraving): add neume example
7258
7259         * input/puer-fragment.ly (cantus): add puer-fragment
7260
7261 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7262
7263         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7264         to notes, so that equalizer is actualy being used.
7265
7266         * scm/midi.scm (instrument-equalizer-alist):
7267         (absolute-volume-alist): Define public, so that user can copy or
7268         override.
7269
7270         * lily/key-performer.cc (create_audio_elements): Check for minor
7271         key.  Only if key is minor, set MIDI key to minor.
7272
7273 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7274
7275         * Documentation/user/refman.itely (Hiding staffs): fixes.
7276
7277         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7278
7279         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7280         vertical extents to deal with Hara kiri correctly.
7281
7282         * input/regression/hara-kiri-short.ly: remove
7283
7284         * input/regression/hara-kiri-pianostaff.ly: update test.
7285
7286         * Documentation/user/*.tely: remove WEBTITLE
7287
7288         * scm/output-tex.scm (comment): idem.
7289
7290         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7291
7292         * scm/music-functions.scm (make-lyric-event): new function
7293
7294         * scm/lily.scm (lilypond-version): new function
7295
7296         * input/test/version-output.ly: new file.
7297
7298         * Documentation/user/lilypond.tely: add version number to
7299         front-page.
7300
7301 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7302
7303         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7304
7305 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7306
7307         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7308
7309         * Documentation/user/refman.itely (Hiding staffs): rename node.
7310
7311 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * input/regression/new-markup-syntax.ly (texidoc): remove
7314         molecule-callback override.
7315
7316 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7317
7318         * input/les-nereides.ly: Mark tweaks with %tweak.
7319
7320         * Debian patch, see debian/changelog (Anthony Fok).
7321
7322 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7323
7324         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7325         problem.
7326
7327 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7328
7329         * Documentation/user/refman.itely (Text markup): Fix language bug.
7330
7331 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7332
7333         * input/* : postfix syntax fixes.
7334
7335         * Documentation/user/refman.itely (Text markup): add note about
7336         raise/lower with ^ or _ .
7337         
7338         * po/fi.po: fix \\apply strings.
7339
7340         * lily/parser.yy (open_event): warn for prefix articulations.
7341
7342 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7343
7344         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7345         fix also on parmesan font.
7346
7347 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7348
7349         * VERSION 1.7.30 released
7350         
7351         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7352
7353         * buildscripts/mutopia-index.py (headertext): rewording
7354
7355 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7356
7357         * scm/new-markup.scm (strut-markup): new markup function.
7358
7359         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7360         space also when no accidental is there.
7361
7362 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7363
7364         * input/les-nereides.ly: Updates.
7365
7366 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7367
7368         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7369         which repeats the tag insertion selected from "Insert tag" menu.
7370
7371 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7372
7373         * lily/all-font-metrics.cc (find_font): load AFM files first only
7374         for feta fonts. This fixes problems with TeXlive and other TeX
7375         distros that include AFM files for the CM fonts. 
7376
7377         * scm/font.scm (qualifiers-to-font-name): remove.
7378
7379         * lily/paper-def.cc: remove get_var.
7380
7381         * input/trip.ly: remove file.
7382         
7383         * input/regression/spacing-note-flags.ly (raggedright): remove
7384         stafflinethickness
7385
7386         * input/les-nereides.ly: update to new syntax, cleanups.
7387
7388 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7389
7390         * Documentation/user/refman.itely: Clarify shortest-note problem
7391         of autobeamer.
7392
7393 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7394
7395         * lilypond-mode.el: Add each word to regexps only once.
7396
7397         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7398         is based on the syntax definitions in lilypond.words. Remove all 
7399         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7400         LilyPond->Insert menu is generated by the entries in lilypond.words 
7401         to which have been given a syntax definition.
7402
7403         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7404         \notes, \relative, \score, \simultaneous, \transpose.
7405
7406         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7407
7408         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7409         
7410         * lilypond-mode.el: add menu keywords separately.
7411
7412         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7413
7414 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7415
7416         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7417         current ugly installation method for PFA fonts.
7418
7419 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7420
7421         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7422         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7423
7424         * Documentation/user/music-glossary.tely: update legato.
7425
7426 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7427
7428         * lexer-gcc-3.0.patch: Remove.
7429
7430         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7431
7432 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7433
7434         * debian/rules (binary-arch): remove NEWS.
7435
7436 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7437
7438         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7439         stepmake/bin{ many }: polish the `--help's of different scripts;
7440         model taken from the core-utils of Linux.
7441
7442         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7443
7444 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7445
7446         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7447
7448         * flower/libc-extension.cc: idem.
7449
7450         * flower/include/libc-extension.hh: protect against isinf macros.
7451
7452 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7453
7454         * { many }: Use two uppercase letters in LilyPond.
7455
7456         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7457
7458         * VERSION: 1.7.29 released.
7459         
7460 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7461
7462         * lily/tie.cc: add TODO comment.
7463
7464         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7465
7466         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7467         linejoins and linecaps. This fixes problems with occasional spikes
7468         on slur/tie endings.
7469         
7470         * input/regression/font-name.ly: don't use PS fonts for
7471         compatibility reasons. 
7472
7473         * mutopia/claop.py (accents): update to 1.8
7474
7475         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7476
7477         * Documentation/user/macros.itexi: don't color glossary links.
7478
7479         * Documentation/user/invoking.itexi (Error messages): new section
7480
7481 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7482
7483         * input/regression/font-name.ly: add file.
7484
7485         * scm/document-backend.scm (grob-doc): remove <hr> from
7486         lilypond-internals
7487
7488         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7489         reqd version to 1.6.4 
7490
7491         * lily/font-interface.cc (get_font): bugfix: take font-name from
7492         alist chain too. This fixes font-name override for \markup.
7493
7494 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7495
7496         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7497
7498         * input/test/polymetric-differing-notes.ly: Compile fix.
7499
7500 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7501
7502         * Documentation/user/refman.itely: fixed typo
7503
7504         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7505         before flexa
7506
7507 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7508
7509         * input/test/{ many }: search & fix some typos.
7510
7511 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7512
7513         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7514         images.
7515
7516         * scm/music-functions.scm (make-voice-props-set): set Script /
7517         TextScript dir for polyphony too.
7518
7519         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7520         before clef.
7521
7522         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7523
7524 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7525
7526         * Documentation/user/refman.itely (Percussion): Small
7527         clarifications and fixes.
7528
7529         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7530         threads. This fixes different heads playing simultaneously.
7531
7532 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7533
7534         * Documentation/user/{ many }: increase readability (read through 
7535         User manual from `one big page').
7536
7537 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7538
7539         * input/test/polymetric-differing-notes.ly: add example with
7540         disparate note values.
7541
7542         * input/test/polymetric.ly: rename from poly-metric
7543
7544         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7545         iso. outname.
7546
7547         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7548         G-clef bbox to real char extents. This fixes the G-clef being
7549         offset too much to the right.
7550         document perc clef offset.
7551
7552         WARNING: FONT CHANGED.
7553
7554         * Documentation/user/tutorial.itely (Tutorial): move menu.
7555
7556 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7557
7558         * buildscripts/lilypond-profile.sh (Error): trim error message.
7559
7560         * Documentation/user/invoking.itexi (Invoking the lilypond
7561         binary): add note about path.
7562
7563         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7564         suppresses superfluous spaces.
7565
7566 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7567
7568         * buildscripts/lilypond-profile.sh: Add documentation to error
7569         message.
7570
7571         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7572
7573 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7574
7575         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7576         <mike@ossmann.com>)
7577
7578         * Documentation/bibliography/computer-notation.bib (pages): prune
7579         unscientific language.
7580
7581         * Documentation/user/GNUmakefile: copy unsplit file to
7582         lilypond.html (idem for lilypond-internals).
7583
7584         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7585
7586         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7587
7588         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7589
7590         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7591         fix.
7592         
7593 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7594
7595         * Documentation/user/{ various }: bind text snippets with their
7596         examples, e.g. by punctuation: This is an example.
7597
7598 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7599
7600         * ly/performer-init.ly (VoiceContext): Typos.
7601
7602         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7603         builds, leave final-install to toplevel srcdir makefile.
7604
7605         * make/srcdir.make.in (install): New target.
7606
7607 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7608
7609         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7610         This fixes core dump on MIDI output (Simon Weatherill).
7611
7612         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7613         on local-WWW-post.
7614
7615 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7616
7617         * make/lilypond.redhat.spec.in: add dvips to reqs.
7618
7619 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7620
7621         * make/srcdir.make.in (web): Add special web target.
7622
7623         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7624         from inner $(LOOP).
7625
7626         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7627
7628         * stepmake/stepmake/generic-targets.make (www-targets-help):
7629         * GNUmakefile.in (web-install): Install in $(webdir).
7630
7631         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7632
7633         * cygwin/changelog: 
7634         * cygwin/mknetrel: Update.
7635
7636         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7637         (html-doc): Remove (use: web).
7638
7639         * stepmake/stepmake/script-rules.make: 
7640         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7641         Fix $(config_make) dependencies for srcdir build.
7642
7643         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7644         target for srcdir build.
7645
7646         * stepmake/make/stepmake.make: 
7647         * make/srcdir.make.in: 
7648         * GNUmakefile.in:
7649         * make/stepmake.make (config_make): Rename variable (was:
7650         configuration).
7651
7652 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7653
7654         * Documentation/user/internals.itely (Manipulating music
7655         expressions): run lilypond on example too.
7656
7657         * flower/include/libc-extension.hh: move lrint define to
7658         header. bugfix.
7659         
7660 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7661
7662         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7663         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7664         do we recurse whole tree?).
7665
7666         * GNUmakefile.in (html-doc): Resurrect.
7667
7668         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7669         obsolete $(package-icon) dependency.
7670
7671 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7672
7673         * Documentation/user/refman.itely (Automatic staff changes):
7674         add seealso 
7675
7676         * Documentation/index.html.in: link to bigpage.
7677
7678         * Documentation/user/tutorial.itely (Tutorial): streamline.
7679
7680         * Documentation/index.html.in: url typo.
7681
7682         * VERSION (PACKAGE_NAME): release 1.7.28
7683
7684         * python/lilylib.py (error_log): remove '/' from name.
7685
7686         * input/regression/pedal.ly: remove; dups input/test/
7687         
7688         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7689
7690         * Documentation/index.html.in: python style doco index.
7691
7692         * Documentation/{footer,header}.html.in (src): remove, 
7693
7694         * Documentation/pictures: remove all but lelie-logo.xpm.
7695
7696         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7697         before running makeinfo.
7698
7699         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7700         @code{}
7701
7702 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7703
7704         * input/test/bar-number-regular-interval.ly: rename.
7705
7706         * Documentation/user/*: various fixes. 
7707
7708 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7709
7710         * Documentation/{ many }: polish for update-all-menus. typos.
7711
7712         * po/fi.po: fixes.
7713
7714         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7715
7716         * buildscripts/mutopia-index.py: polish.
7717
7718         * input/regression/{ many }, input/test{ many }: polish texidocs.
7719
7720 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7721
7722         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7723         pedal-style
7724
7725         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7726         iso. edge-widen.
7727
7728         * lily/piano-pedal-engraver.cc (process_music): change from
7729         process_acknowledged ()
7730
7731         * lily/piano-pedal-bracket.cc: new file. Change
7732         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7733         cleaned up.
7734
7735         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7736
7737         * input/regression/tuplets.ly (texidoc): rename file.
7738
7739         * po/fr.po: update
7740
7741         * buildscripts/lilypond-profile.sh: error message if script is not
7742         sourced.
7743
7744         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7745         bracket-flare
7746         (make_bracket): simplify code.
7747
7748         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7749         argument.
7750
7751         * python/lilylib.py (lilypond_version_check): new function
7752
7753         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7754
7755         * scripts/ly2dvi.py (run_lilypond): add version check.
7756
7757         * scripts/lilypond-book.py (option_definitions): typo
7758
7759         * scripts/ly2dvi.py (include_path): typo
7760
7761         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7762
7763         * lily/parse-scm.cc (parse_handler): typo
7764
7765         * Documentation/user/macros.itexi: use @heading for headings.
7766
7767         * Documentation/user/refman.itely: updates, fixes.
7768
7769 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7770
7771         * po/fi.po: add Finnish translations. fixes.
7772
7773         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7774
7775         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7776         from lily/glissando-engraver.cc.
7777
7778 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7779
7780         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7781         for non-first _broken_ bracket.
7782
7783         * Documentation/user/refman.itely: corrections.
7784
7785 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7786
7787         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7788         support of the fingerings.
7789
7790         * po/fr.po: French translation update.
7791
7792         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7793         strings.
7794
7795 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7796
7797         * Documentation/user/introduction.itely: Small fixes.
7798
7799 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7800
7801         * Documentation/topdocs/AUTHORS.texi: polish.
7802
7803 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7804
7805         * Documentation/user/introduction.itely: revise
7806
7807         * Documentation/user/tutorial.itely: reorganise.
7808
7809         * Documentation/topdocs/index.tely: remove.
7810
7811         * Documentation/header.html.in: prune.
7812
7813         * GNUmakefile.in: clean up web building.
7814
7815         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7816         target.
7817
7818 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7819
7820         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7821
7822         * lilypond-mode.el: turn on blink-matching-paren.
7823
7824 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7825
7826         * scm/output-sodipodi.scm (svg-header): Fix typo.
7827
7828 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7831         fixes a security hole.
7832
7833         * scripts/lilypond-book.py (original_dir): remove temp_dir
7834
7835         * scm/document-translation.scm: use @code tags.
7836
7837 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7838
7839         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7840
7841         * lilypond-mode.el: add a buffer-local post-command-hook to set
7842         context dependent syntax-table after each cursor event. Remove old
7843         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7844
7845         * lilypond-indent.el: update comments.
7846
7847         * Documentation/footer.html.in: add period.
7848
7849 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7850
7851         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7852
7853         * scm/document-translation.scm (document-property-operation): add
7854         @code{} tags.
7855
7856         * VERSION (PACKAGE_NAME): release 1.7.27
7857
7858         * config.make.in: add PAPER variable
7859
7860         * buildscripts/new-chords.py (help): add help text
7861
7862         * Documentation/user/introduction.itely (Typography and program
7863         architecture):  fixes.
7864
7865         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7866         for texinfo and dvips. This fixes problems with PDF output of the
7867         wrong size.
7868
7869         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7870         DVIPS_PAPERSIZE variable
7871
7872         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7873         TEXINFO_PAPERSIZE variable 
7874
7875 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7876
7877         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7878
7879         * mf/feta-toevallig.mf: lowres fixes.
7880
7881 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7882
7883         * NEWS: Typo and fill-paragraph fixes.
7884
7885         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7886         cast #define.
7887
7888         * configure.in: 
7889         * config.hh.in: Check for lrint.
7890
7891 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7892
7893         * VERSION: 1.7.26 released
7894
7895         * lily/separation-item.cc: add padding property.
7896
7897         * input/test/*.ly: various fixes, remove solo-a2.ly
7898
7899         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7900         bugfix. Fixes old-style markup compatibility.
7901
7902         * Documentation/user/introduction.itely (Introduction): historical
7903         elucidations
7904
7905         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7906
7907         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7908
7909         * Documentation/index.texi (Top): cleanup.
7910
7911         * Documentation/user/introduction.itely (Introduction): rewrite
7912         introduction, 
7913         (Music notation and  engraving): about notation. Add flat-picture
7914
7915 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7916
7917         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7918         separation items. This keeps lyrics from bumping into each other.
7919
7920 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7921
7922         * GNUmakefile.in (topdocs-web): New target.
7923         (local-web): Depend on topdocs-web; fixes html-doc.
7924
7925 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7926
7927         * po/lilypond.pot: run po-replace
7928
7929         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7930
7931         * scm/drums.scm (reset-drum-kit): new function.
7932
7933         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7934
7935         * scripts/update-lily.py: remove
7936         
7937         * VERSION: release 1.7.25
7938         
7939         * Documentation/user/introduction.itely (Introduction): rewrite
7940         start of introduction.
7941
7942 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7943
7944         * lily/all-font-metrics.cc: fixed typo
7945
7946 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7947
7948         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7949         LilyPond-mode-context-set-syntax-table): new functions to define
7950         the syntax table according to context.
7951
7952         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7953
7954 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7955
7956         * Documentation/user/refman.itely (Figured bass): 
7957         language nit courtesy http://www.vocabula.com
7958
7959         * GNUmakefile.in: remove no kpathsea hack.
7960
7961         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7962         doco.
7963
7964         * GNUmakefile.in: remove web-doc target.
7965
7966         * lily/all-font-metrics.cc (find_afm): add message about
7967         buildscripts/clean-fonts.sh 
7968
7969         * scm/define-music-properties.scm (figure): use string for 'figure
7970
7971         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7972
7973         * input/regression/ : add raggedright = ##t where applicable. 
7974         
7975         * scm/bass-figure.scm (make-bass-figure-markup): add
7976         alignBassFigureAccidentals property.
7977
7978         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7979         bracket.
7980
7981         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7982         syllables widths into account for minimum-length.
7983
7984         * input/test/staff-container.ly: update file
7985
7986         * input/test/stem.ly: remove
7987
7988         * lily/event.cc (LY_DEFINE): add ly: prefix.
7989
7990         * input/test/clef-manual-control.ly: from manual-clef
7991
7992         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7993
7994         * input/test/different-time-signatures.ly: move to poly-metric.ly
7995
7996         * input/test/hara-kiri*,scales.ly: remove
7997         
7998         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7999         with chord-names-jazz.ly)
8000
8001         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8002         get scalable cm fonts too.
8003
8004         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8005         --encoding for mftrace if present.
8006
8007         * input/regression/slur-area.ly: move from test/
8008
8009         * input/test/: remove simple-slur-endings slur-attachment
8010         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8011         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8012         slur-symmetry slur-symmetry tie-broken.ly
8013
8014         * scm/drums.scm (set-drum-kit): add function.
8015
8016         * Documentation/user/refman.itely (Percussion staves): use
8017         set-drum-kit
8018
8019         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8020         too
8021         (Global_measure.set_timesig): handle 3/8 time sig too.
8022
8023         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8024         note about triangle note heads.
8025
8026         * scm/drums.scm: use alist for instrument-settings. This fixes the
8027         bug with assigning to drums in the .ly file.
8028
8029         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8030         CHANGED.
8031
8032         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8033         cluster-beacon-interface
8034
8035         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8036
8037         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8038
8039         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8040
8041         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8042         to get positions.
8043
8044         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8045         make ClusterSpannerBeacon to record Y positions. This removes the
8046         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8047         make cluster-note-events.
8048
8049 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8050
8051         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8052
8053         * configure.in: Use lily/main.cc as identifying source file.
8054
8055         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8056
8057         * config.hh.in: 
8058         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8059
8060         * configure.in: Require PYTHON >= 2.0.
8061
8062         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8063           $PYTHON for include dir location.
8064         (STEPMAKE_PYTHON): New function.  Use
8065         
8066             PYTHON=foo ./configure
8067
8068           to override.
8069
8070 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8071
8072         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8073         something.
8074
8075         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8076         ftp.lilypond.org everywhere.
8077
8078 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8079
8080         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8081         detected.
8082
8083         * Documentation/user/refman.itely (Grace notes): note on explicit
8084         contexts
8085
8086 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8087
8088         * lilypond-font-lock.el: add a comment about LilyPond specific
8089         escape characters: ^, - and _, in the syntax table.
8090
8091         * Documentation/user/appendices.itely: a majuscule fix.
8092
8093 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8094
8095         * input/test/trills.ly (endHorizScript): fixes.
8096
8097         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8098         notation, move from regression.
8099
8100         * input/test/script-stack.ly: change name from stacked-scripts
8101
8102         * input/test/ossia.ly: octave errors.
8103
8104         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8105         for midi-volume-equaliser
8106
8107 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8108
8109         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8110         cm fonts.
8111
8112         * mf/feta-beugel.mf: don't multiply font_count by 10.
8113
8114         * lily/lookup.cc (horizontal_line): new function. Use
8115         horizontal-line in output backends.
8116
8117         * Documentation/user/tutorial.itely (An orchestral part): new
8118         section on orchestral stuff and identifiers.
8119
8120 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8121
8122         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8123         some interference to other modes.
8124
8125 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8126
8127         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8128         not maximum of spacing wishes in polyphonic situations.
8129
8130         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8131         number
8132
8133         * lilypond-indent.el: remove paren matching. 
8134
8135         * lily/text-item.cc (interpret_new_markup): new function
8136         use iso. text2molecule.
8137
8138         * lily/main.cc (notice): change FSF address 
8139
8140         * po/de.po: update PO file to 1.6.
8141
8142 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8143
8144         * Documentation/user/ {many}: Add periods and remove spaces.
8145         
8146 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8147
8148         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8149         Disable buffer-locally default paren hook and make a new one. 
8150
8151         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8152         locally LilyPond-paren-mode. Add todo for mouse double-click.
8153
8154 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8155
8156         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8157         Disable buffer-locally default paren idle timer and make a new one. 
8158
8159         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8160         locally LilyPond-show-paren-mode. Add to menu a toggle for
8161         LilyPond-show-paren-function.
8162
8163 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8164
8165         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8166
8167 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8168
8169         * Documentation/user/refman.itely: spelling fix.
8170
8171         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8172         paren highlight function definitions. add todo for
8173         LilyPond-show-paren-mode.
8174
8175 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8176
8177         * input/template/jazz-combo.ly: new file.
8178
8179 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8180
8181         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8182         lo-res fixes.
8183
8184         * mf/feta-schrift.mf: bugfix in varcoda sign.
8185         WARNING: FONT CHANGED
8186
8187         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8188         in accordance with lexer.ll.   
8189
8190 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8191
8192         * Documentation/user/tutorial.itely: Edit introduction.
8193
8194 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8195
8196         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8197         ly:grob-staff-position
8198
8199 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8200
8201         * scm/to-xml.scm: import srfi-1
8202
8203         * VERSION (MAJOR_VERSION):  release 1.7.24
8204
8205         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8206
8207         * scripts/lilypond-book.py (do_file): put texidoc before image.
8208         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8209
8210         * input/regression/*.ly: fix snippet octaves 
8211
8212         * input/test/spanner-after-break-tweak.ly: import
8213         broken-spanner-adjustment
8214
8215         * input/no-notation/midi-transposing.ly: move from input/test/
8216
8217         * input/test/: remove chord-markup
8218
8219         * input/regression/instrument-name-partial.ly: move from input/test.
8220
8221         * input/test/vertical-text.ly: remove
8222
8223         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8224         space above lyrics lines.
8225
8226         * input/test/uniform-breaking.ly: remove file.
8227
8228         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8229         uniform spacing density. 
8230
8231         * input/test/chords.ly (keys): remove file.
8232
8233         * scm/documentation-lib.scm (oop): use srfi-1 too.
8234
8235         * input/regression/*.ly: add \version
8236
8237         * Documentation/user/*.itely: various fixes.
8238
8239         * buildscripts/mf-to-table.py (base): break table every three
8240         symbols.
8241
8242         * input/:  remove %% new-chords-done %% .
8243
8244         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8245         os-music.ly
8246         
8247 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8248
8249         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8250
8251         * scm/new-markup.scm (box-markup): new function.
8252         (box-markup): new function. Contributed by Dick Schoeller
8253         <schoeller@attbi.com>
8254
8255         * scm/lily.scm: remove reduce-no-unit 
8256         (list-insert-separator): use fold-right
8257
8258         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8259         of arguments. 
8260
8261         * NEWS: more neutral language for ancient notation 
8262
8263         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8264         inside pointing beaming for chord tremolo.
8265
8266         * Documentation/user/lilypond-book.itely: minor editing
8267
8268 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8269
8270         * NEWS: added news for 1.8 regarding ancient notation
8271
8272         * Documentation/user/refman.itely (Gregorian square neumes
8273         ligatures): fixed typo
8274
8275         * lily/vaticana-ligature-engraver.cc,
8276         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8277         lower/upper head of Pes only when heads are stacked
8278
8279         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8280         scm/define-grob-properties.scm: cleanup: make "join-left" a
8281         boolean grob property and save delta pitch in grob property
8282         "delta-pitch" instead
8283
8284         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8285
8286 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8287
8288         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8289         completely borked
8290
8291         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8292         (try_music): bug fix: beam multiplicity was completely borked.
8293
8294         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8295         first-n, butfirst-n in favor of srfi-1 functions.
8296         remove string-join, string-pad in favor of srfi-13 functions.
8297
8298         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8299
8300         * NEWS: use complete sentences.
8301
8302         * Documentation/user/introduction.itely (Example applications):
8303         add note about databases and lilypond-book.
8304
8305         * input/test/volta.ly: remove file
8306
8307         * input/regression/volta-broken-left-edge.ly: simplify file
8308
8309 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8310
8311         * Documentation/user/refman.itely (Constructing a tweak): new
8312         subsection.
8313
8314         * Documentation/user/tutorial.itely (Fine tuning layout): add
8315         common tweaks.
8316
8317         * scm/define-grobs.scm (TextScript): use new brewer.
8318
8319 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8320
8321         * VERSION: release 1.7.23
8322
8323         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8324
8325         * python/lilylib.py (make_ps_images): bugfixes.
8326
8327         * input/regression/volta-multi-staff.ly: new file.
8328
8329         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8330
8331         * Documentation/user/tutorial.itely (Piano staffs): new section.
8332         (Setting variables): new section
8333         (Fine tuning layout): new section
8334
8335         * input/just-friends.ly: remove file. Superseeded by
8336         input/test/chords-without-melody.ly
8337
8338         * ly/property-init.ly: add all commands to refman.
8339
8340         * scm/define-translator-properties.scm: remove
8341         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8342
8343         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8344         name. Underscores botch up PS output.
8345
8346         * scm/define-translator-properties.scm: remove
8347         textNonEmpty, oneBeat, regularSpacingDelta
8348
8349         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8350         rule for automaticBars.
8351
8352         * lily/timing-engraver.cc (start_translation_timestep): change
8353         barNonAuto to automaticBars
8354
8355 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8356
8357         * input/test/perform-tie.ly: delete file.
8358
8359 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8360
8361         * Documentation/user/refman.itely (Gregorian square neumes
8362         ligatures): bugfix: do not show ledger lines in neumes table
8363         (fixed by setting staff symbol to transparent rather than removing
8364         it from staff context)
8365
8366 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8367
8368         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8369         glue into brew-new-markup-molecule.
8370
8371         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8372
8373         * Documentation/user/introduction.itely (Computerized typography):
8374         new section
8375
8376         * Documentation/user/tutorial.itely (An orchestral part): remove
8377         pc example from tutorial.
8378
8379         * input/tutorial/lilbook.tex: use screech-boink
8380
8381         * scripts/lilypond-book.py (compile_all_files): split formatting
8382         output body and scheduling lilypond compilation.
8383         (format_lilypond_output_bodies): new function
8384         (format_lilypond_block): new function
8385         (html_pages): allow multi-page images in HTML
8386
8387         * python/lilylib.py (make_ps_images): rename function from
8388         make_preview, merge with make_page_images
8389
8390 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8391
8392         * input/test/key-clefs.ly: moved to regression.
8393
8394         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8395
8396         * input/no-notation/README: added note about midi-*.ly files.
8397
8398         * input/test/two-key.ly: moved to no-notation/parse5.ly
8399
8400         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8401         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8402
8403         * input/test/ {various}: modified comments, marked some for deletion.
8404
8405         * input/test/lines.ly: deleted file; duplicate of
8406         embedded-postscript.ly
8407
8408         * input/test/mmrest-collision: moved to regression.
8409
8410 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8411
8412         * scm/chord-name.scm (note-name->markup): don't superscript root
8413         alterations in chordnames.
8414
8415 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8416
8417         * Documentation/user/refman.itely (Multi measure rests): more
8418         index/cross-referencing.
8419
8420         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8421
8422         * scm/font.scm: remove properties-to-font-name code.
8423
8424         * scm/define-grob-properties.scm: remove 'type
8425
8426         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8427         conversion
8428
8429         * lily/text-spanner.cc: change 'type grob prop to 'style 
8430
8431         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8432         "first" flag to decide whether to make a start-repeat
8433
8434         * input/regression/grace-volta-repeat-2.ly: new file.
8435
8436 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8437
8438         * lilypond-indent.el: rename generic functions to LilyPond-*
8439
8440 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8441
8442         * input/test/thumb.ly: delete, merged into refman.
8443
8444         * Documentation/user/refman.itely: added thumb info to Fingering.
8445
8446         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8447         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8448         vertical-align.ly : deleted files.
8449
8450 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8451
8452         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8453
8454         * lily/line-spanner.cc (broken_trend_offset): remove function.
8455         (get_broken_offset): idem.
8456         (brew_molecule): rewrite the line-break case.
8457
8458         * input/regression/follow-voice-break.ly:  new file.
8459
8460         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8461         start of a system.
8462
8463 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8464
8465         * input/test/tuplet-rest.ly: moved to regression.
8466
8467         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8468         deleted file.
8469
8470         * input/test/ {many} : marked file for possible deletion.
8471
8472 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8473
8474         * input/regression/beam-funky.ly: add note about (disputed)
8475         correct beaming.
8476
8477         * ly/engraver-init.ly (ScoreContext): put key-signature after
8478         staff-bar
8479         
8480 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8481
8482         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8483
8484         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8485
8486         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8487
8488         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8489         stem-extend was deleted (it was duplicate example, and not as
8490         good).
8491
8492         * input/test/[s-z]*.ly: add texidoc index.
8493
8494 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8495
8496         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8497         get_first_notecolumn_y
8498
8499         * lily/spanner.cc (broken_spanner_index): new function.
8500
8501 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8502
8503         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8504         lyric-hyphen.ly : moved to regression.
8505
8506         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8507         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8508
8509         * input/test/instrument-name-mmrest.ly: moved to
8510         ../regression/multi-measure-rest-instr-name.ly
8511
8512         * input/test/knee-sym.ly: moved to
8513         ../regression/beam-knee-symmetry.ly.
8514
8515         * input/test/hymn.ly: change comments.
8516
8517         * input/test/[p-r]*.ly: add texidoc index.
8518
8519 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8520
8521         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8522         to postfix syntax
8523         
8524         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8525         syntax.
8526
8527         * VERSION: release 1.7.22
8528
8529 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8530
8531         * input/test/[h-k]*.ly: added texidoc index.
8532
8533         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8534
8535         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8536
8537         * input/test/ various : mark files for deletion or moving to
8538         regression.
8539
8540         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8541
8542         * input/test/[l-o]*.ly: added texidoc index.
8543
8544 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8545
8546         * scm/music-functions.scm (make-ottava-set): 
8547         only do ottavation if centralCPosition is set.
8548
8549         * lily/translator-scheme.cc (ly:context-property-where-defined):
8550         return '() if not found.
8551
8552 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8553
8554         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8555         Use one command for both commenting and uncommenting.
8556
8557         * lilypond-indent.el (LilyPond-comment-region): new function,
8558         (un)comments each line separately.
8559
8560         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8561         
8562         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8563         imenu is not added by default; adapted from f90.el,
8564         makes Help-menu, which does not fit, visible in XEmacs.
8565         
8566 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8567
8568         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8569         show-paren-mode sets blink-matching-paren-on-screen local.
8570         Try to make show-paren-function to paren-highlight local.
8571
8572         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8573         Copy definitions of Emacs' show-paren-function and
8574         XEmacs' paren-highlight and make minimal changes;
8575         add comments about locality. 
8576         Fix matching first open-paren-char in '<< .. >>'.
8577
8578 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8579
8580         * input/test/g*: added texidoc index.
8581
8582         * input/test/[a-g]*: added raggedright==#t when it
8583          seemed appropiate.
8584
8585         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8586
8587         * Documentation/topdoc/INSTALL.texi: removed false warnings
8588         about gcc 3.3.
8589
8590 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8591
8592         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8593
8594         * input/test/chords-without-melody.ly (texidoc): add from
8595         input/just-friends.ly
8596
8597         * input/regression/size{13--26}.ly: move from input/
8598
8599         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8600         input/{star-spangled-banner,twinkle}.ly: remove 
8601         
8602         * lily/slur.cc: remove slur over rest warnings.
8603
8604         * lily/note-spacing.cc (get_spacing): include left part of right
8605         object in fixed space. This fixes stretched space before
8606         accidentals.
8607
8608         * input/regression/spacing-accidental-stretch.ly: new file.
8609
8610 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8611
8612         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8613         Reduce to 16pt.
8614
8615 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8616
8617         * input/regression/spacing-knee.ly: docstring
8618
8619         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8620
8621         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8622         input/tutorial/{test,solar,flowing}.ly: remove
8623
8624         * input/rhythm.ly: remove
8625
8626         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8627
8628         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8629         update syntax. 
8630
8631         * scm/define-grobs.scm (all-grob-descriptions): set
8632         knee-spacing-correction to 1.0
8633
8634         * lily/note-spacing.cc (stem_dir_correction): compute knee
8635         correction using stem-thickness and head width.
8636
8637         * input/regression/beam-quanting-horizontal.ly: update texidoc
8638
8639         * scm/define-grobs.scm (all-grob-descriptions): set
8640         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8641         This fixes 32nd beams for noteheads in spaces quants.
8642
8643         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8644
8645 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8646
8647         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8648
8649 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8650
8651         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8652
8653         * VERSION (PACKAGE_NAME): release 1.7.21
8654
8655         * input/regression/stem-shorten.ly: new file.
8656
8657         * lily/stem.cc (get_default_stem_end_position): revise stem
8658         shortening code.
8659
8660         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8661
8662         * input/test/{scripts,volta-start,sleur}.ly: remove
8663         
8664         * input/regression/span-bar.ly: smaller file.
8665
8666         * input/regression/spacing-{natural,tight,loose}.ly: remove
8667
8668         * input/test/markup.ly: remove
8669
8670         * scripts/lilypond-book.py: put printfilename in separate chunk,
8671         so texidoc is printed after the filename.  
8672
8673 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8674
8675         * make/lilypond.mandrake.spec.in: fix docdirs.
8676
8677 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8678
8679         * input/regression/beam-french.ly: bugfix.
8680
8681         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8682
8683         * input/regression/(various).ly: add raggedright = #t.
8684
8685         * input/regression/auto-beam.ly: move from abe.ly
8686
8687 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8688
8689         * input/test/f*.ly: added texinfo index.
8690         
8691         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8692
8693 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8694
8695         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8696         quant penalty for beam just outside staff.
8697
8698         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8699         from beam-pos.ly,  remove non-horizontal tests. 
8700
8701         * input/test/(various): cleanup header info. 
8702
8703         * input/test/tchaikovsky.ly: remove file.
8704
8705         * scm/chord-generic-names.scm: move from
8706         double-plus-new-chord-name.scm
8707
8708         * input/test/orchestscore.ly: remove file
8709
8710         * Documentation/user/refman.itely (Vocal music): update documentation.
8711
8712         * scm/define-translator-properties.scm (chordNoteNamer): remove
8713         chordNameStyle, use chordNameFunction
8714
8715         * scm/chord-name.scm (set-chord-name-style): remove
8716         set-chord-name-style. Use \property chordNameFunction.
8717
8718 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8719
8720         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8721         music): remove @TeX{} command.
8722
8723 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8724
8725         * lilypond-indent.el (scan-sexps): Renamed to
8726         aargh-this-breaks-other-emacs-modes-scan-sexps.
8727
8728 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8729
8730         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8731         closing slurs: '()', etc. Add comments.
8732
8733         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8734
8735         * lilypond-font-lock.el: match unending string at eof.
8736
8737         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8738         
8739 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8740
8741         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8742         input/test/beam-dir.ly input/test/beam-position.ly    
8743         input/test/beam-suspect.ly input/test/beam-trend.ly    
8744         input/test/beams.ly input/test/crescendo-text.ly : deleted
8745         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8746         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8747         * input/test/default-bars.ly: moved to bar-always.ly
8748         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8749
8750 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8751
8752         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8753
8754 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8755
8756         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8757
8758 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8759
8760         * lilypond-indent.el: Match better slurs in scheme expressions.
8761         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8762
8763         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8764
8765 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8766
8767         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8768
8769         * input/ac-extra-voice.ly: Add texidoc.
8770
8771         * ly/chord-modifiers-init.ly: 
8772         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8773         and chordNameExceptionsPartial for new chord names.
8774
8775         * input/test/chord-names-dpnj.ly: 
8776         * input/test/dpncnt.ly: Update.
8777
8778         * scm/chord-name.scm: 
8779         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8780         chord selection and options.
8781
8782         * ly/chord-modifiers-init.ly: Add exceptions 
8783
8784         * scm/define-translator-properties.scm (chordNameStyle) 
8785         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8786
8787 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8788
8789         * ly/property-init.ly (germanChords): Added.
8790         (semiGermanChords): Added.
8791         
8792         * input/test/chord-names-german.ly: Use new macros
8793         
8794 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8795
8796         * lilypond-indent.el: Use similar parenthesis highlighting for 
8797         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8798         functions; removed LilyPond-show-paren-function. Fix indenting.
8799         Turn paren-matching on also in XEmacs.
8800
8801         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8802         as needed by parenthesis highlighting functions (in scan-sexp).
8803
8804 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8805
8806         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8807         function.
8808         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8809
8810 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8811
8812         * lilypond-indent.el: tune regexp for show-paren-function.
8813
8814 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8815
8816         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8817         for all LilyPond-produced tex snippets.
8818
8819         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8820         fixes one line --preview output of ly2dvi.
8821
8822 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8823
8824         * lilypond-indent.el: match only one type of slurs in
8825         LilyPond-show-paren-function.
8826
8827 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8828
8829         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8830         * debian/lilypond1.7.dirs: 
8831         * debian/lilypond1.7-doc.dirs: New file.
8832
8833         * input/regression/chord-name-exceptions.ly: Add parameter for
8834         ignatzekExceptions.  Quote hash in docstring.
8835
8836 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8837
8838         * lilypond-indent.el (show-paren-function): define show-paren-function
8839         as LilyPond-blink-matching-open and use it for closing parens.
8840         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8841
8842         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8843         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8844         LilyPond-blink-matching-paren in order to match both open and close
8845         brackets.
8846         
8847 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8848
8849         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8850         testing by modifying the code from FSF Emacs paren.el. Add comments.
8851
8852 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8853
8854         * input/test/dpncnt.ly: Transpose example to match new
8855         default \chords octave.  Add comment.
8856         
8857         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8858         comment about octave change.
8859
8860 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8861
8862         * input/test/[d,e]: added texinfo index tags.
8863         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8864
8865 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8866
8867         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8868
8869 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8870
8871         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8872         as in blink-matching-open.
8873
8874 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8875
8876         * input/test/[a-c]: more comments in files.
8877         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8878         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8879         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8880         mark file for proposed deletion.
8881         * input/test: renaming files:
8882         auto-beam-4-8.ly to beam-auto-4-8.ly
8883         auto-beam-override.ly to beam-auto-override.ly
8884         auto-beam.ly to beam-auto.ly
8885         blank.ly to blank-paper.ly
8886         absolute-volume.ly to dynamic-absolute-volume.ly
8887
8888 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8889
8890         * input/test/dpncnt.ly: 
8891         * input/test/chord-names-dpnj.ly: Resurrect.
8892
8893         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8894
8895         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8896
8897         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8898         Better docstring, add parameter OMIT-ROOT, tidy up.
8899
8900 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8901
8902         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8903
8904 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8905
8906         * scm/output-ascii-script.scm (as-font-alist-alist):
8907         (as-properties-to-font-name):
8908         (as-make-style-sheet): Remove.
8909
8910         * scm/font.scm (as-make-font-list): New function.
8911         (as-font-sheet-alist): New variable.
8912
8913         * ly/paper-as9-init.ly: 
8914         * ly/paper-as5-init.ly: Update.
8915
8916         * ly/paper-as5.ly:
8917         * ly/paper-as9.ly: New file.
8918
8919 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8920
8921         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8922
8923 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8924         * input/sondag-morgen/*: removed due to copyright concerns.
8925         * input/[a,b]*.ly: added a newline at the end of the texinfo
8926         doc string (produces better output in HTML version).
8927         * input/c*.ly: added texinfo index and added comments to
8928         aid in future changes to input/test/ files.
8929
8930 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8931         
8932         * Documentation/user/refman.itely: fixed build problem (missing
8933         file) caused by previous renaming.
8934
8935 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8936         
8937         * input/test/[a,b]*.ly: added texinfo index and added comments to
8938         aid in future changes to input/test/ files.
8939         * input/test/bar-number-every-5-reset.ly: renamed to
8940         bar-number-every-five-reset.ly
8941         * input/test/bar-script-visibility.ly: renamed to
8942         bar-number-show-all.ly
8943
8944 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8945
8946         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8947         to Voice.
8948
8949         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8950         out note-line and glissando functionality.
8951         
8952         * lily/line-spanner.cc (brew_molecule): cleanup.
8953
8954 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8955
8956         * scripts/as2text.scm: Use rdelim module.
8957         (start-system): Rename from start-line.
8958         (stop-system): Rename from stop-line.
8959         (af-gulp-file): Use string iso symbol for getenv.
8960
8961         * scm/output-ascii-script.scm: Add guile and lily modules.
8962         (font-name-alist): New variable.
8963         (draw-line): New function.
8964
8965         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8966         (Were these silently removed, without ChangeLog entry?)
8967
8968 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8969
8970         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8971         process 2nd ottava correctly.
8972
8973 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8974
8975         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8976
8977 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8978
8979         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8980
8981 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8982
8983         * VERSION: release 1.7.20
8984         
8985         * lily/text-spanner.cc (brew_molecule): clean up function. This
8986         fixes bugs with broken 8va spanners.
8987
8988         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8989         This prevents spurious line-breaks with raggedright
8990         
8991 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8992
8993         * lily/key-performer.cc (create_audio_elements): always use major
8994         key
8995
8996         * Documentation/user/internals.itely: updates
8997
8998         * input/regression/beam-break.ly: new file.
8999
9000         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9001         beams if starting or terminating stems have 'beaming set.)
9002
9003         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9004         property.
9005
9006         * lily/parser.yy (verbose_command_req): add comment about scales.
9007
9008 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9009
9010         * lilypond-indent.el: adjust regexps in bracket-matching.
9011
9012 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9013
9014         * Documentation/user/refman.itely: more tiny fixes
9015
9016         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9017         "Chord names"; added table with input syntax for solesmes neumes
9018         table; added some words about rationale on input syntax design
9019
9020         * lily/gregorian-ligature-engraver.cc,
9021         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9022         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9023         alignment of Pes Initio Debilis
9024
9025         * Documentation/user/refman.itely,
9026         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9027         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9028         bugs in the solesmes neumes table
9029
9030 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9031
9032         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9033         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9034
9035         * lilypond-mode.el: fix tag-score. small improvements.
9036
9037 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9038
9039         * .cvsignore: Add aclocal.m4.
9040
9041         * lily/music-constructor.cc: Include <assert.h>.
9042
9043 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9044
9045         * ly/engraver-init.ly (HaraKiriStaffContext): use
9046         RemoveEmptyStaffContext instead.
9047
9048         * Documentation/user/refman.itely: updates
9049
9050 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9051
9052         * Documentation/user/refman.itely: added solesmes neumes table;
9053         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9054         bugfix: "Ornaments" -> "Articulations"
9055
9056         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9057
9058 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9059
9060         * lilypond-indent.el: Add a message about trying to match \] or \).
9061         
9062 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9063         
9064         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9065         obsolete "arithmetic_*"
9066
9067         * input/bugs/ligatures.ly: removed (will be put into a different
9068         directory later)
9069
9070 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9071
9072         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9073         libkpathsea (Maurizio Tomasi).
9074
9075 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9076
9077         * input/regression/repeat-slash.ly (texidoc): new file
9078
9079         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9080         slash repeats separately. Slash repeats and %
9081         repeats can now be nested.
9082
9083 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9084
9085         * lilypond-indent.el: Add preliminary test for closing \] and \).
9086         
9087 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9088
9089         * lily/gregorian-ligature-engraver.cc,
9090         lily/vaticana-ligature-engraver.cc,
9091         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9092         mf/parmesan-heads.mf: various semivocalis related bugfixes
9093
9094         * input/bugs/ligatures.ly: new file demonstrating problems with
9095         ligatures
9096         
9097 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9098
9099         * lilypond-mode.el,
9100         lilypond-font-lock.el,
9101         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9102
9103 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9104
9105         * lilypond-mode.el: Remove outdated code. Stress the difference 
9106         between Emacs and XEmacs definitions.
9107
9108         * lilypond-mode.el,
9109         lilypond-indent.el: Define a function interactive only when necessary.
9110
9111 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9112
9113         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9114         Use inactive regions also in XEmacs.
9115
9116 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9117
9118         * Documentation/user/refman.itely (Repeat syntax): more updates
9119
9120         * lily/simple-spacer.cc (solve): move solution process into
9121         solve(). This fixes a bug with collisions and raggedright = ##t.
9122  
9123         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9124
9125         * ly/engraver-init.ly: remove GraceContext. Update examples.
9126
9127 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9128
9129         * GNUmakefile.in (fonts): Also make fontball.
9130
9131         * Website fixes:
9132
9133         * ly/engraver-init.ly (GraceContext): Add.
9134
9135         * run:
9136
9137             convert-ly $(find . -name *.ly)
9138
9139         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9140         new chords.
9141
9142 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9143
9144         * VERSION: 1.7.19 released
9145         
9146         * scm/music-functions.scm (set-octavation): new function.
9147
9148         * input/regression/ottava.ly: new file
9149
9150         * lily/translator-scheme.cc (LY_DEFINE): new function
9151         ly:unset-context-property
9152         (LY_DEFINE) new function ly:context-property-where-defined: 
9153
9154 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9155
9156         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9157
9158         * lilypond.words: add few.
9159
9160         * input/test/script-chart.ly: fix typo.
9161
9162 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9163
9164         * scm/define-grobs.scm: uniform naming for definitions and output
9165         routine files. 
9166
9167         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9168         scm/context-description.scm
9169
9170         * lily/parser.yy (translator_spec_body): add \description to the
9171         \translator{} body syntax.
9172
9173         * lily/ottava-engraver.cc: new file.
9174
9175         * scm/chord-name.scm (natural-chord-alteration): replace old
9176         chord stuff. 
9177
9178         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9179
9180         * Documentation/user/refman.itely (Metronome marks): update doco.
9181
9182         * input/regression/markup-note.ly: new file
9183
9184         * input/regression/metronome-marking.ly: new file
9185
9186         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9187
9188         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9189         metronome marks.
9190
9191 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9192
9193         * Documentation/user/GNUmakefile: Compatibility fix for new
9194         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9195         for making binary packages; info splitting bug has been fixed.
9196
9197         * Documentation/user/refman.itely: Compile fixes.
9198
9199 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9200
9201         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9202         Count \midi -keywords also for a region.
9203
9204 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9205
9206         * lily/lookup.cc (LY_DEFINE): new function
9207
9208         * Documentation/user/tutorial.itely: updates
9209
9210 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9211
9212         * lilypond-mode.el: Allow Midi on buffer.
9213         Use only '.ly'-extension, remove '.sly' and '.fly'.
9214         Allow use of inactive regions. Invoke next Command on Master file, 
9215         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9216
9217 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9218
9219         * Documentation/user/tutorial.itely: updates.
9220
9221 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9222
9223         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9224
9225 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9226
9227         * lily/coherent-ligature-engraver.cc: fixed typo
9228
9229         * lily/coherent-ligature-engraver.cc,
9230         lily/gregorian-ligature-engraver.cc,
9231         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9232         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9233         lily/vaticana-ligature-engraver.cc,
9234         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9235         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9236         removed all ligature specific stuff from NoteHead code
9237
9238         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9239         ligatures now use regular noteheads
9240
9241         * lily/vaticana-ligature.cc: tiny code cleanups
9242
9243         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9244         space between two adjacent noteheads of the same pitch
9245
9246         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9247         description; cleanup: removed obsolete font-family settings
9248
9249 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9250
9251         * lily/coherent-ligature-engraver.cc,
9252         lily/gregorian-ligature-engraver.cc,
9253         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9254         lily/mensural-ligature-engraver.cc,
9255         lily/vaticana-ligature-engraver.cc,
9256         lily/include/gregorian-ligature-engraver.hh: updated for new
9257         Coherent_ligature_engraver; added comments that describe the basic
9258         design ideas of the ligature implementation
9259
9260         * lily/coherent-ligature-engraver.cc,
9261         lily/include/coherent-ligature-engraver.hh: new file: shared code
9262         between mensural ligatures and Gregorian chant notation ligatures
9263
9264 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9265
9266         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9267         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9268         use only two arguments in sit-for, use no arguments in
9269         read-char-exclusive, backspace is not a character (127) in XEmacs.
9270
9271         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9272
9273 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9274
9275         * lilypond-mode.el: un-commenting works after syntax-table fix.
9276
9277         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9278         group, verbose commenting for syntax table.
9279
9280         * lilypond-indent.el: add TODO for ligature slurs.
9281
9282 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9283
9284         * lilypond-mode.el: Move comments of parenthesis matching away,
9285         (blink-matching-paren-on-screen) fix blinking in Emacs.
9286
9287         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9288         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9289
9290         * lilypond-indent.el: Add TODO for parenthesis matching.
9291
9292 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9293
9294         * lilypond-mode.el: Fix XEmacs: 
9295         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9296         invoke explicitly easy-menu-add (in Emacs done automatically).
9297         
9298         * lilypond.words: Add few words from input/*/*.ly.
9299
9300 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9301
9302         * VERSION (PATCH_LEVEL): release 1.7.18
9303
9304         * scripts/lilypond-book.py: only print basename for printfilename
9305         option
9306
9307         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9308         and syntax updates.
9309
9310 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9311
9312         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9313         better parametrisation. Move fatness of bulb downward.
9314
9315         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9316         glyph names. Underscores are not allowed .ps encoding files.
9317
9318 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9319
9320         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9321         variable "packed" for packed right-ragged mode
9322
9323         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9324         unused variable ragged; fixed indentation
9325
9326         * Documentation/user/refman.itely: tiny cleanups in ancient
9327         clef and custos section
9328
9329 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9330
9331         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9332         \applyoutput PROCEDURE
9333
9334         * lily/my-lily-lexer.cc: add \applyoutput.
9335
9336         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9337
9338         * lily/text-item.cc: clean text-interface description
9339
9340 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9341
9342         * input/{regression,test}/: use postfix for slur endings and beam
9343         begins.
9344
9345         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9346         style beams too. 
9347
9348         * input/regression/lyrics-melisma-beam.ly: new file.
9349
9350         * lily/lyric-engraver.cc (process_music): change from
9351         process_acknowledged_grobs()
9352
9353         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9354         functions to set and revert auto-beam settings.
9355
9356 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9357
9358         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9359
9360 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9361
9362         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9363         Documentation/user/lilypond.tely: fixed some typos; updated author
9364         info
9365
9366         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9367         #"" -> #'flag-style = #'()
9368
9369         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9370         cleanup: removed dead #includes
9371
9372         * lily/gregorian-ligature-engraver.cc,
9373         lily/include/gregorian-ligature.hh,
9374         scm/grob-property-description.scm: small cleanups, small spacing
9375         fixes
9376
9377         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9378         lily/vaticana-ligature.cc,
9379         lily/include/gregorian-ligature-engraver.hh,
9380         scm/grob-property-description.scm, scm/music-types.scm:
9381         "porrectus" -> "pes or flexa"
9382
9383         * ly/engraver-init.ly, scm/grob-description.scm,
9384         scm/grob-property-description.scm: junked porrectus, now handled
9385         by ligature code
9386
9387         * scm/grob-description.scm: bugfix: added space-alist entry for
9388         breathing sign/custos
9389
9390 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9391
9392         * Another grand 2003 update.
9393         
9394         * Remove mentioning of `mudela'; There's no such thing.
9395
9396 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9397
9398         * Documentation/user/preface.itely (Preface to version 1.8): update
9399
9400         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9401
9402         * Documentation/user/converters.itely (Invoking convert-ly): revise
9403
9404         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9405
9406         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9407
9408 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9409
9410         * Documentation/user/internals.itely: more updates.
9411
9412 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9413
9414         * Documentation/user/refman.itely: revise 
9415
9416         * Documentation/user/internals.itely: revise
9417
9418         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9419
9420 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9421
9422         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9423         beautification: reformatted ancient clefs section; cleanup: small
9424         wording fixes
9425
9426 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9427
9428         * lilypond.words: added words for chant notation, sorted
9429         alphabetically through "sort lilypond.words"
9430
9431 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9432
9433         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9434         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9435         chant notation
9436
9437 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9438
9439         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9440         prevent TeX from interpreting them as long dash
9441
9442         * input/test/vaticana.ly: updated
9443
9444         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9445         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9446         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9447         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9448         fixes
9449
9450         * mf/parmesan-heads.mf: ledger endings: removed dead code
9451
9452 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9453
9454         * VERSION: 1.7.17 released
9455         
9456         * Documentation/user/GNUmakefile
9457         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9458         files too.
9459
9460         * scm/document-markup.scm: new file: document all markup
9461         functions.
9462
9463         * scm/documentation-generate.scm: rename all documentation modules
9464         to document-*.scm
9465
9466         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9467         .png
9468
9469         * input/test/divisiones.ly: added
9470
9471         * input/regression/output-property.ly: new file
9472
9473         * lily/cluster.cc: change cluster-interface to use style property
9474
9475 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9476
9477         * input/test/chord-names-german.ly: modified.
9478
9479         * scm/chords-ignatzek.scm:
9480           chord-name->german-markup: Added
9481           note-name->german-markup: Changed (now producing lowercase notenames)
9482
9483         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9484         
9485 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9486
9487         * scripts/convert-ly.py (FatalConversionError.conv):
9488         divisiominima -> divisioMinima, etc.
9489
9490         * ly/engraver-init.ly (FiguredBassContext): add
9491         Separating_line_group_engraver to Figured bass context.
9492
9493         * ly/german-chords-init.ly: remove file
9494
9495         * input/test/chord-names-german.ly (scm): new file.
9496
9497         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9498
9499         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9500         Chord_name_engraver
9501
9502         * Documentation/user/refman.itely: lots of updates.
9503
9504         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9505         new file
9506
9507         * input/test/bar-number-every-5-reset.ly: new file.
9508
9509 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9510
9511         * input/regression/chord-name-major7.ly: new file
9512
9513         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9514         if specced explicitly.
9515
9516         * input/regression/chord-name-entry-11.ly: new file.
9517
9518         * input/test/slur-beautiful.ly: new file.
9519
9520         * Documentation/user/refman.itely: updates.
9521
9522         * input/regression/collisions.ly (threevoice): cleanup.
9523
9524         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9525
9526 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9527
9528         * Documentation/user/*.itely: various updates.
9529
9530         * ly/spanners-init.ly: enddecr/ endcr.
9531
9532         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9533         of tutorial
9534
9535 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9536
9537         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9538
9539         * lily/new-chord-name-engraver.cc (process_music): use octavation
9540         (a number) instead of original-pitch to store inversions. This
9541         fixes a problem with transposed chords with inversions.  
9542
9543 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9544
9545         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9546         used in includable-lexer.hh.
9547
9548         * lily/includable-lexer.cc: Bugfix: include config.h.
9549
9550         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9551         circumvention of Debian packaging bug.
9552
9553 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9554
9555         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9556         
9557         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9558
9559         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9560         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9561
9562         * lily/include/includable-lexer.hh: 
9563         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9564
9565         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9566
9567         * aclocal.m4: Regenerate.
9568
9569         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9570         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9571
9572         * scm/pdf.scm (use-modules): Include lily.
9573
9574         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9575         Noordkamp).
9576         (use-modules): Include lily.
9577         (lily-def): Bugfix: include tex-val in let.
9578
9579 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9580
9581         * lilypond-mode.el: sensible error if lilypond.words not found.
9582
9583         * lilypond.words: add few words.
9584
9585 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9586
9587         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9588
9589         * mf/parmesan-scripts.mf: fixed typo in char name
9590
9591 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592
9593         * VERSION: 1.7.16 released
9594
9595         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9596         (this is a security vulnerability).
9597
9598         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9599
9600         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9601         add staff support.
9602
9603 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9604
9605         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9606         ly/script-init.ly, scm/script.scm: bugfix: renamed
9607         fermata->signumcongruentiae to fix naming clash with feta font
9608
9609 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9610
9611         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9612
9613         * lily/multi-measure-rest-engraver.cc
9614         (start_translation_timestep): use grace timing too for determining
9615         when to make mmrest.
9616         (start_translation_timestep): clear numbers too.
9617
9618 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9619
9620         * scm/music-types.scm: compile fix: escape braces
9621
9622         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9623         work around font selection problem
9624
9625         * Documentation/user/refman.itely: BreathingSign: added docu for
9626         property "text"
9627
9628 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9629
9630         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9631         information.
9632
9633 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9634
9635         * lily/multi-measure-rest-engraver.cc (class
9636         Multi_measure_rest_engraver): make multiple Number objects, one
9637         for each MultiMeasureTextEvent.
9638
9639         * scm/music-functions.scm (glue-mm-rest-texts): use
9640         MultiMeasureTextEvent
9641
9642         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9643
9644         * Documentation/user/refman.itely (Multi measure rests): update.
9645
9646 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9647
9648         * lily/ly-module.cc (ly_copy_module_variables): use
9649         scm_internal_hash_fold() for iterating modules.
9650
9651 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9652
9653         * Documentation/user/refman.itely: Section Custodes: added more
9654         example code
9655
9656         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9657         neo-mensural rests to parmesan font
9658
9659         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9660         header
9661
9662 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9663
9664         * Documentation/user/macros.itexi: @fileref macro.
9665
9666         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9667         each file. 
9668
9669 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9670
9671         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9672         Documentation/topdocs/AUTHORS.texi: updated my email address
9673
9674         * Documentation/user/refman.itely: updated custos documentation;
9675         beautified divisiones example; beautified articulations table
9676
9677         * lily/breathing-sign.cc: bugfix: finalis molecule
9678
9679 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9680
9681         * Documentation/user/refman.itely: added docu for
9682         contemporary fermata symbols, gregorian breathing signs; small fixes
9683
9684         * ly/gregorian-init.ly: removed obsolete #'type props
9685
9686 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9687
9688         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9689         minimum-length property correctly.
9690
9691 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9692
9693         * scm/music-functions.scm (make-multi-measure-rest): set input
9694         locations for multimeasure rests.
9695
9696 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9697
9698         * input/regression/breathing-sign.ly: updated to for ancient
9699         notation
9700
9701 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9702
9703         * scripts/ly2dvi.py: Add newline.
9704
9705 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9706
9707         * scripts/ly2dvi.py (dependency_files): Compile fix.
9708
9709 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9710
9711         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9712         (make_html_menu_file): --html menu. 
9713
9714 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9715
9716         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9717
9718 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9719
9720         * input/screech-boink.ly: new file.
9721
9722 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9723
9724         * scripts/lilypond-book.py (make_lilypond_file): convert
9725         lilypond-file to lilypond block directly, without going through
9726         begin/end lilypond text.
9727         
9728
9729 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9730
9731         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9732         scm/grob-description.scm: moved Michael's original breathing sign
9733         code in brew_molecule() to divisio_minima(); provided new
9734         brew_molecule() that effectively replaces the
9735         Text_item::brew_molecule callback (with additional fallback to
9736         Michael's original code); added callbacks for brewing divisio
9737         maior/maxima and finalis
9738
9739         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9740         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9741
9742         * script-init.ly: added shortfermata, longfermata,
9743         verylongfermata, varcoda
9744
9745         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9746         longfermata, verylongfermata, varcomma, varcoda
9747
9748 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9749
9750         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9751           Remove all noquote and insert a few quote.
9752         
9753         * Documentation/user/lilypond-book.itely (Music fragment options),
9754           scripts/lilypond-book.py: Don't include quotation blocks by
9755           default. Introduce option quote instead of noquote
9756
9757 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9758
9759         * VERSION: 1.7.15 released
9760         
9761         * Documentation/user/lilypond.tely: omf updates.
9762
9763         * buildscripts/texi2omf.py (omf_vars): include version.date
9764
9765         * make/lilypond.redhat.spec.in: fixes for spec file. 
9766
9767         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9768         by function definition: lily now requires a recent GNU Make.
9769
9770         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9771         writing.
9772
9773         * make/ly-rules.make: remove .ly -> .tex rule
9774
9775         * Documentation/user/refman.itely (Figured bass): revised figured
9776         bass example.
9777
9778 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9779
9780         * stepmake/stepmake/omf-targets.make (local-install): add
9781         scrollkeeper-update message.
9782
9783         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9784         to binary.
9785         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9786
9787         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9788
9789         * Documentation/user/converters.itely (Invoking midi2ly): add
9790         track/channel notice.
9791
9792 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9793
9794         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9795
9796         * lily/parser.yy (scalar): DIGIT is also a scalar.
9797
9798         * Documentation/user/music-glossary.tely: add @omf tags
9799
9800         * Documentation/user/lilypond.tely: add @omf tags
9801
9802         * scm/generate-documentation.scm (string-append): add @omf tags.
9803
9804         * stepmake/stepmake/omf-*: new files 
9805
9806         * input/regression/multi-measure-rest.ly (texidoc): add doco
9807
9808         * GNUmakefile.in (web-doc-install): add web-doc-install target
9809
9810         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9811         fixes crashes while dumping MIDI.
9812
9813         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9814         midi
9815
9816 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9817
9818         * buildscripts/texi2omf.py: new file.
9819
9820         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9821         font-name
9822
9823 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9824
9825         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9826
9827         * lily/sequential-iterator.cc (descend_to_child): call
9828         descend_to_child() for all types of music.
9829
9830 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9831
9832         * scm/translator-property-description.scm: Add
9833         bassFigureFormatFunction.  Replace some entries.
9834
9835 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9836
9837         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9838         clean out.
9839
9840 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9841
9842         * scripts/midi2ly.py (Note.dump): never dump duration for
9843         dump_dur=0.
9844
9845         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9846         new function
9847
9848         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9849         figures using new markups. Much simpler, and should improve layout
9850         a little.
9851
9852         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9853
9854 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9855
9856         * ly/engraver-init.ly: use Hara kiri by default for 
9857         ChordNames, FiguredBass and Lyrics(Voice) context. 
9858
9859         * lily/axis-group-engraver.cc (acknowledge_grob): use
9860         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9861
9862         * scm/new-markup.scm (markup-function-list): add bracket,
9863         vbracket.
9864
9865         * ly/engraver-init.ly (ChordNamesContext): set
9866         minimumVerticalExtent
9867
9868 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9869
9870         * input/test/time-signature-double.ly: new file 
9871
9872         * input/regression/collision-head-chords.ly (texidoc): new file.
9873
9874         * lily/type-swallow-translator.cc: add note swallow translator 
9875
9876         * input/test/time-signature-double.ly: new file.
9877
9878         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9879
9880         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9881         (FiguredBassContext): idem.
9882
9883         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9884
9885         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9886
9887         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9888
9889         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9890         .afm dependency
9891
9892         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9893
9894         * python/lilylib.py (make_page_images): add function.
9895
9896         * scripts/ly2dvi.py (run_latex): include title in preview image.
9897
9898         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9899         from lilypond-book for <ly2dvifile> tags in HTML.
9900
9901         * scripts/ly2dvi.py (option_definitions): add --debug option to
9902         print out environment.
9903
9904         * input/regression/tie-chord-partial.ly: new file.
9905
9906 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9907
9908         * lilypond.words: add 3
9909
9910 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9911
9912         * scm/new-markup.scm (markup-function-list): add finger-markup
9913
9914         * input/tutorial/brahms-tweaked.ly: new markup 
9915
9916         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9917
9918         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9919         crash when processing '() markup
9920
9921         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9922
9923         * lily/breathing-sign.cc (railtracks): another caesura.
9924
9925         * mf/feta-schrift.mf: caesura symbol. 
9926
9927 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9928
9929         * scripts/convert-ly.py (FatalConversionError.conv): add
9930         ly:molecule-XXX conversions.
9931
9932         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9933
9934         * input/regression/multi-measure-rest-text.ly: new file.
9935
9936         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9937         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9938
9939         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9940         ScoreContext
9941
9942         * scm/new-markup.scm (center-markup): \center markup.
9943
9944         * scm/music-functions.scm: remove pitchify scripts.
9945
9946         * lily/music.cc (print_smob): display music name if available 
9947
9948 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9949
9950         * Documentation/user/refman.itely (Instrument names): remove
9951         \turnOff doco.
9952
9953 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9954
9955         * lily/score.cc (mark_smob): bugfix.
9956
9957         * input/regression/rehearsal-mark.ly: new file.
9958
9959         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9960         report error at the current token again.
9961
9962 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9963
9964         * cygwin/mknetrel: Exit if doc build fails.
9965
9966         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9967
9968 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9969
9970         * scm/music-types.scm (music-descriptions): add doc strings
9971
9972 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9973
9974         * lily/lexer.ll: 
9975         * lily/include/my-lily-lexer.hh: 
9976         * lily/include/includable-lexer.hh: Add flex kludge.
9977
9978         * config.hh.in: 
9979         * config.make.in: 
9980         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9981         cruft.
9982         
9983         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9984         code.
9985
9986 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9987
9988         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9989
9990         * lily/parser.yy (new_chord): Compile fix.
9991
9992 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9993
9994         * Documentation/user/refman.itely (Tuning groups of objects):
9995         remove documentation for \turnOff. 
9996
9997         * lily/percent-repeat-engraver.cc (try_music): add correct
9998         processing moments for double-measure percents as well.
9999
10000         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10001
10002         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10003         grob prop type. 
10004
10005         * Documentation/user/refman.itely (Printing named chords): add
10006         chord name tweak doco.
10007
10008         * input/template/gregorian-transcription.ly: new file.
10009
10010 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10011
10012         * VERSION: 1.7.13 released
10013         
10014         * input/test/*: lots of cleanups/comment-outs/removals in chord
10015         examples
10016         
10017         * input/regression/*: lots of cleanups/comment-outs/removals in
10018         chord examples
10019         
10020         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10021         options
10022
10023         * lily/new-chord-name-engraver.cc (process_music): give original
10024         inversion pitch to chord name routine.
10025
10026         * input/tutorial/os-score.ly: update to new markup
10027
10028         * Documentation/user/appendices.itely: simply include
10029         chords-ignatzek. 
10030
10031         * Documentation/user/refman.itely (Chords mode): add documentation
10032         for chord mode.
10033
10034         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10035         not present in chord.
10036         (construct-chord): add inversion and bass support.
10037
10038         * lily/chord.cc: junk contents.
10039
10040 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10041
10042         * Documentation/user/refman.itely:
10043         * Documentation/user/music-glossary.tely: fix. 
10044
10045 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10046
10047         * scm/chord-entry.scm (construct-chord): move chord construction
10048         to Scheme.
10049
10050         * lily/parser.yy (new_chord): new setup for chord entry.
10051
10052 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10053
10054         * lilypond.words:
10055         * Documentation/user/music-glossary.tely: add ambitus.
10056
10057 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10058
10059         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10060
10061         * lily/include/*.hh: string() -> to_string()
10062
10063         * scm/chords-ignatzek.scm: new file.
10064
10065         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10066         standard chord name exceptions.
10067
10068         * scm/translator-property-description.scm (chordNameSeparator):
10069         add property.
10070         (majorSevenSymbol): add property
10071
10072         * lily/translator-scheme.cc (ly:context-properties): new function
10073         (ly:context-parent): new function.
10074         (print_smob): print context name.
10075
10076         * lily/music.cc (ly:get-music-length): new function
10077         (print_smob): don't print properties.
10078
10079         * lily/duration.cc (duration<?): new function
10080
10081         * input/regression/chords-funky-ignatzek.ly: new file.
10082
10083         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10084         jazz chords.
10085
10086         * lily/pitch.cc (ly:pitch-diff): new function.
10087
10088         * input/regression/chords-ignatzek.ly: new file.
10089
10090 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10091
10092         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10093         pitches for jazz chords.
10094
10095 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10096
10097         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10098
10099 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10100
10101         * lilypond.words: add 1
10102
10103 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10104
10105         * Documentation/topdocs/AUTHORS.texi: refine.
10106
10107 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10108
10109         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10110         
10111         * lilypond.words: add one.
10112
10113 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10114
10115         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10116         Fontify bass note in chords, e.g., e in c1/e.
10117         
10118 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10119
10120         * Documentation/user/music-glossary.tely: Dutch updates and
10121         additions (Arent Storm).
10122
10123 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10124
10125         * input/regression/ambitus.ly:  move file.      
10126
10127         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10128
10129         * lily/event.cc (transpose): add tonic property to Key_change_req
10130         and to Key_engraver.
10131
10132 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10133
10134         * Documentation/user/refman.itely: fix typo.
10135
10136         * lilypond.words: removed wrong identifiers.
10137
10138 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10139
10140         * mf/feta-toevallig.mf: make flat stem shorter 
10141
10142 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10143
10144         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10145
10146         * lilypond.words: add from Phrasing slur.
10147         
10148 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10149
10150         * lilypond-mode.el: allow launching multiple ViewPS processes.
10151         
10152         * lilypond.words: add from Text markup.
10153
10154 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10155
10156         * input/test/ossia.ly (texidoc): add comment.
10157
10158         * input/regression/voice-follower.ly: new file.
10159
10160         * mf/feta-toevallig.mf: make flat heavier.
10161
10162         * lily/cluster-engraver.cc: clean up Cluster engraver
10163
10164         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10165         Engraver. Use Note_column to compute Y positions and deal with
10166         line break stuff.
10167
10168 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10169
10170         * lily/stem.cc: move french-beaming to stem.
10171
10172 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10173
10174         * lilypond-font-lock.el: fontify all durations in chords.
10175
10176         * lilypond.words: add from lily/my-lily-lexer.cc
10177
10178 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10179
10180         * VERSION: release 1.7.12
10181
10182         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10183
10184         * lily/gregorian-ligature.cc: new file
10185
10186         * lily/*: the Great 2003 search & replace.
10187
10188         * Documentation/user/refman.itely (Manual repeat commands): add
10189         note about font selection.
10190
10191 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10192
10193         * lilypond-mode.el: propose recompiling midi while invoking playing,
10194         not while stopping playing.
10195
10196 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10197
10198         * lilypond.words: add one.
10199
10200         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10201         and expressional note grouping. Fontify chord modes.
10202
10203 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10204
10205         * Documentation/user/music-glossary.tely (Top): translate melisma.
10206
10207 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10208
10209         * Documentation/user/music-glossary.tely (Top): add melisma.
10210
10211 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10212
10213         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10214         interfaces for (abstract) grob GregorianLigature
10215
10216         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10217         renamed head* -> glyph_name*, x-shift* -> x-offset*
10218
10219         * scm/grob-property-description.scm: bugfix: added missing descriptions
10220
10221 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10222
10223         * input/test/chord-names-dpnj.ly: New file.
10224
10225         * scm/double-plus-new-chord-name.scm: Implement full and partial
10226         exceptions.
10227
10228         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10229
10230         * scm/double-plus-new-chord-name.scm
10231         (double-plus-new-chord->markup): Fix sub->markup.
10232
10233
10234 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10235
10236         * lily/custos-engraver.cc: added TODO; editorial changes
10237
10238         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10239         consistency with other ligature engravers; removed access on (now)
10240         private variable _ligature of Ligature_engraver
10241
10242         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10243         renamed last_bound -> last_bound_; issue programming_error on
10244         abstract method calls; moved primitives code from
10245         Mensural_bracket_engraver to here (because almost ligature
10246         engravers will need it); renamed try_stop_ligature () ->
10247         typeset_ligature (); bugfix: store primitives of finished ligature
10248         in separate variable finished_primitives_ to avoid clash on input
10249         like "\] \["; added current_ligature () to enable access on
10250         private variable _ligature
10251
10252         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10253         (now in super class); renamed try_stop_ligature () ->
10254         typeset_ligature ()
10255
10256         * lily/mensural-ligature.cc: issue programming_error on abstract
10257         method calls
10258
10259         * lily/note-heads-engraver.cc: added TODO comment upon bool
10260         in_ligature
10261
10262         * mf/parmesan-heads.mf: fixed some of set_char_box()
10263
10264         * scm/grob-description.scm: added VaticanaLigature
10265
10266         * scm/grob-property-description.scm: added neume prefix properties
10267
10268         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10269         lily/include/gregorian-ligature-engraver.hh,
10270         lily/include/gregorian-ligature.hh: new files; framework for
10271         gregorian ligature engravers such as vaticana
10272
10273         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10274         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10275         vaticana style ligature implementation (still somewhat uncomplete)
10276
10277 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10278
10279         * VERSION: release 1.7.11
10280
10281         * scripts/convert-ly.py: add ly:pitch-transpose rule
10282
10283 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10284
10285         * input/test/dpncnt.ly: New file.
10286
10287         * lily/my-lily-lexer.cc: Add chordnames keyword.
10288
10289         * lily/parser.yy (chordnames_block): Parse chord name exception
10290         lists, see input/test/dpncnt.ly.
10291
10292         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10293         function.
10294
10295         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10296         filter-out too.
10297
10298         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10299         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10300         pitch functions (except for ly:make-pitch, but that's apparently
10301         some sort of scheme naming standard?).
10302
10303         * scm/lily.scm (!=): define-public.
10304
10305         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10306
10307 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10308
10309         * scm/double-plus-new-chord-name.scm
10310         (double-plus-new-chord-name->markup): New file.
10311
10312 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10313
10314         * python/lilylib.py (make_preview): don't suppress progress for
10315         bbox extraction.
10316
10317 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * Documentation/user/appendices.itely (scheme): update for new syntax.
10320
10321         * input/regression/chord-name-styles.ly: new file
10322
10323         * lily/instrument-name-engraver.cc: create instrument names
10324         without barline too.  Allows instrument name on ChordNames  
10325
10326         * scm/new-markup.scm (interpret-markup): allow simple strings as
10327         markup too.
10328
10329 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10330
10331         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10332         (step->markup-accidental): Fix: add accidental.
10333         (chord::inner-name-american): 
10334         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10335         append stray '/' if last superscript addition was 'o'.
10336
10337         * scm/new-markup.scm (normal-size-sub-markup) 
10338         (normal-size-super-markup): New function.
10339
10340         * lily/source-file.cc (Source_file): Add warning for possibly
10341         intentional but suspicious initialization.
10342
10343         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10344         add comments about cut-and-paste programming.
10345
10346         * flower/rational.cc (lcm): Not used; comment out.
10347
10348 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10349
10350         * lily/new-fingering-engraver.cc (position_scripts): use
10351         fingerHorizontalDirection to determine fingering horizontal
10352         directions.
10353  
10354         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10355         fingering support.
10356
10357         * scripts/convert-ly.py (FatalConversionError.conv): add style
10358         conversion rule. 
10359
10360         * scm/chord-name.scm (set-chord-name-style): new function.
10361         (new-chord-name-brew-molecule): revise to interpret markup only
10362         (new-chord->markup): cleanuppish rewrite. To be called from the
10363         new engraver.
10364
10365         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10366         Markup earlier, during interpreting.
10367
10368         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10369         style settings. Rename to chord-names-*.ly
10370
10371 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10372
10373         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10374         markup code and update to new markup.  Most probably broke some of
10375         it.
10376         
10377 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10378
10379         * Documentation/user/refman.itely: added docu for ambitus and
10380         clusters
10381
10382         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10383         ly_quote_scm() in lookup.cc
10384
10385         * mf/parmesan-clefs.mf: set_char_box fix
10386
10387         * lily/cluster-engraver.cc: junk implicit protection; use
10388         Protected_scm instead
10389
10390 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10391
10392         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10393         throughout.
10394
10395         * scm/new-markup.scm: Turn-off error-triggering test code.
10396
10397 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10398
10399         * scm/new-markup.scm (markup-thrower-typecheck) 
10400         (markup-typecheck?):  add full typechecking functions.
10401         (make-markup-maker): add make-FOO-markup functions.
10402         (markup-argument-list-error): nice error checking messages.
10403         (make-markup): better function: less quoting escapades.
10404
10405 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10406
10407         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10408
10409 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10410
10411         * cygwin/lilypond.hint (requires): Add cygwin.
10412
10413         * .cvsignore: Remove stepmake (huh!?!), add lib.
10414
10415         * GNUmakefile.in: Add libdir links for builddir runs.
10416
10417         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10418         instead of datadir.
10419
10420         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10421         local_lilypond_libdir.
10422
10423         * config.make.in (lilypond_libdir): Add.
10424
10425         * stepmake/stepmake/substitute-rules.make: 
10426         * stepmake/stepmake/script-rules.make: 
10427         * stepmake/stepmake/python-module-rules.make:
10428         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10429         lilypond-python-module patch.
10430
10431 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10432
10433         * Documentation/user/refman.itely (Graphical interfaces): add note
10434         about xml2ly.
10435
10436 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10437
10438         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10439
10440 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10441
10442         * VERSION: released 1.7.10
10443
10444         * scripts/musedata2ly.py (): idem
10445
10446         * scripts/midi2ly.py (dump_chord): idem
10447
10448         * scripts/etf2ly.py (version): idem 
10449
10450         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10451
10452         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10453
10454         * scm/tex.scm (tex-output-expression): remove eval compat
10455         glut. Other output files too.
10456
10457         * scm/chord-name.scm: don't export anything from chord module.
10458
10459         * input/test/american-chords.ly: idem
10460
10461         * input/test/banter-chords.ly (texidoc): idem
10462
10463         * input/test/Cc-chords.ly: add breakage notes.
10464
10465         * Documentation/user/refman.itely (Text markup): rewrite manual
10466         section.
10467
10468         * lily/parser.yy (scalar): allow \markup { } as property value. 
10469
10470         * scm/chord-name.scm: complete new markup usage
10471
10472         * scm/grob-description.scm (all-grob-descriptions): use new markup
10473         texts by default
10474
10475 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10476
10477         * scm/chord-name.scm: partial move to new markup texts.
10478
10479 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10480
10481         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10482
10483         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10484         settable.
10485
10486 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10487
10488         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10489         invoked for old midi, wait for killing.
10490
10491 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10492
10493         * Documentation/user/music-glossary.tely: Finnishing.
10494
10495 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10496
10497         * mf/feta-nummer-code.mf: some kerning pairs.
10498
10499 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10500
10501         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10502         Added.
10503
10504         * Documentation/user/refman.itely (Bar numbers):
10505         set-bar-number-visibility added, modulo-bar-number removed again
10506         (sorry).
10507
10508 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10509
10510         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10511
10512         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10513
10514         * Documentation/user/music-glossary.tely: translate into Finnish.
10515
10516 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10517
10518         * lilypond-mode.el: add shortcut for 2midi
10519
10520         * lilypond-font-lock.el: fontify lyrics
10521
10522 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10523
10524         * scm/drums.scm : use 1.7.x names.
10525
10526         * input/regression/drums.ly : Don't use << chords >>
10527
10528 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10529
10530         * lilypond-mode.el: tidy, add TODO
10531
10532         * make/lilypond.mandrake.spec.in: install-info quietly.
10533
10534 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10535
10536         * input/test/markup.ly: use new syntax.
10537
10538 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10539
10540         * ly/params-init.ly (interscoreline): add word-space
10541
10542         * input/test/metronome.ly (eighthNote): idem.
10543
10544         * input/test/script-priority.ly: use new markup
10545
10546         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10547
10548         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10549
10550         * lily/parser.yy (gen_text_def): bugfix.
10551         (full_markup): allow markup identifier.
10552
10553 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10554
10555         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10556         jobs at the same time. Add horizontal lines to Command menu.
10557         Allow one compiling job -- propose killing others before a new one.
10558
10559         * lilypond.words: add markup, teeny, etc.
10560
10561 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10562
10563         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10564         Allow only one type of midi process; launching Midi either stops
10565         midis or plays the current midi and launching MidiAll stops midis
10566         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10567         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10568
10569 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10570
10571         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10572         markup  for new markup texts.
10573
10574         * lily/mark-engraver.cc (process_music): idem
10575         
10576         * lily/instrument-name-engraver.cc (create_text): idem
10577
10578         * scm/new-markup.scm (magnify-markup): new function.
10579
10580         * scm/molecule.scm (stack-lines): bugfix.
10581
10582         * lily/font-interface.cc (get_font): take font-magnification from
10583         alist chain.
10584
10585 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10586
10587         * lily/molecule-scheme.cc: move scheme functions to separate file.
10588
10589         * lily/font-metric.cc  (ly_get_glyph): new function. 
10590         
10591         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10592         (italic-markup, dynamic-markup): new functions
10593         (font-markup): new function
10594
10595         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10596         padding and minimum
10597
10598 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10599
10600         * lily/accidental-engraver.cc:
10601         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10602
10603 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10604
10605         * lilypond.vim:
10606         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10607         [a-zA-Z] for user defined identifiers. Separate note cases 
10608         with and without a duration (allow cis\longaX).
10609
10610         * lilypond.words: Add words from Info.
10611
10612 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10613
10614         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10615
10616 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10617
10618         * lilypond-mode.el: Propose reverting buffer before a command if
10619         it was edited with an another editor.
10620
10621 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10622
10623         * lily/molecule.cc (ly_translate_molecule): new function
10624
10625         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10626         into libdir
10627
10628         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10629
10630         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10631
10632 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10633
10634         * lilypond.words: take \words from Info-index.
10635
10636 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10637
10638         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10639
10640 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10641
10642         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10643
10644 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10645
10646         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10647         and lilypond-documentation.
10648
10649 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10650
10651         * lily/parser.yy: Compile fix (bison 1.75).
10652
10653 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10654
10655         * VERSION: 1.7.9 released
10656
10657         * scm/music-functions.scm (shift-one-duration-log): refactor.
10658         Use music-map.
10659
10660         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10661
10662         * NEWS: update.
10663
10664         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10665         argument
10666         
10667         * scm/music-functions.scm (display-music): new function
10668         (music-map): change arg order.
10669
10670         * input/regression/new-markup-syntax.scm: new file
10671
10672         * lily/parser.yy (markup): add \markup { .. } syntax.
10673
10674         * scm/new-markup.scm (override-markup): new function
10675         (lookup-markup): new function
10676         (music-markup): new function
10677         (lookup-markup-command): use markup-signature to store argument
10678         format for parser.
10679
10680         * lily/lexer.ll: preliminary \markup syntax. 
10681
10682 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10683
10684         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10685         add pre/post-dependencies and menus with icons from source.
10686
10687         * Documentation/pictures/lilypond-48x48.xpm:
10688         * Documentation/pictures/lilypond-32x32.xpm:
10689         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10690         transparent.
10691
10692         * stepmake/stepmake/generic-targets.make:
10693         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10694
10695 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10696
10697         * input/regression/music-map.ly (texidoc): new file.
10698
10699         * scm/music-functions.scm (music-map): new function
10700
10701 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10702
10703         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10704
10705 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10706
10707         * input/test/to-xml.ly:
10708         * lily/ligature-engraver.cc: Fixes documentation.
10709
10710         * lilypond.mandrake.spec.in:
10711         * lilypond.redhat.spec.in: Add lilypond.words.
10712
10713         * Documentation/user/refman.itely: Mention Info inside emacs.
10714         
10715         * lilypond.suse.spec.in:
10716         * lilypond.redhat.spec.in:
10717         * lilypond.mandrake.spec.in: Set root-owner for doc
10718         (tobbe@nyvalls.se).
10719
10720 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10721
10722         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10723         os.popen.read ().
10724
10725 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10726
10727         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10728
10729         * python/lilylib.py (error): add space
10730
10731 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10732
10733         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10734         distribution.
10735
10736 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10737
10738         * lily/paper-outputter.cc (Paper_outputter): close port when
10739         finishing score.
10740
10741 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10742
10743         * scm/sodipodi.scm: Fixes.
10744
10745 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10746
10747         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10748
10749         * buildscripts/make-font-dir.py: Fix. 
10750
10751 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10752
10753         * lilypond-mode.el: Add support for Info inside Emacs.
10754
10755 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10756
10757         * buildscripts/make-font-dir.py: 
10758         * mf/GNUmakefile: Make sodipodi font map.
10759
10760         * scm/sodipodi.scm: Add more output functions.
10761
10762         * mf/feta-nummer.mf: 
10763         * mf/feta-beugel.mf: Add font_coding_scheme.
10764
10765         * lily/paper-outputter.cc (output_header): Fix creator string.
10766
10767 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10768
10769         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10770         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10771
10772         * lilypond.words: add two (Everybody can add/remove words now!).
10773
10774         * debian/rules:
10775         * make/lilypond.suse.spec.in:
10776         * make/lilypond.mandrake.spec.in:
10777         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10778
10779         * Documentation/user/refman.itely: Mention autocompletion.
10780
10781 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10782
10783         * scripts/ly2dvi.py: Add paper sizes.
10784
10785         * lily/timing-engraver.cc: 
10786         * lily/time-signature.cc: 
10787         * lily/span-bar.cc: 
10788         * lily/grob-scheme.cc: Code formatting fixes.
10789
10790         * scm/sodipodi.scm: 
10791         * scm/sketch.scm:
10792         * buildscripts/mf-to-table.py: 
10793         * buildscripts/make-font-dir.py: Font testing.
10794
10795 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10796
10797         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10798         inserts try-completion and shows all-completions.
10799
10800         * lilypond.words: '\' -> '\\'
10801
10802         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10803         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10804         
10805         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10806         and LilyPond-reserved-words.
10807         
10808 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10809
10810         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10811         from load-path.
10812         
10813         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10814         the mini-buffer with Control-Shift-c.
10815         
10816 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10817
10818         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10819         duration. This fixes \tempo taking time.
10820
10821 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10822
10823         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10824         Allow for text markup in repeatCommands. 
10825
10826 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10827
10828         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10829         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10830         Get rid of skeleton.el-dependency.
10831
10832         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10833
10834 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10835
10836         * lily/beam-engraver.cc (stop_translation_timestep): reset
10837         now_stop_ev_
10838
10839         * lily/scm-option.cc: add parse-protect to ly:set-option
10840
10841         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10842
10843 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10844
10845         * lily/include/ligature-bracket.hh: removed
10846         * lily/ligature-bracket.cc: removed
10847
10848         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10849         .tex
10850
10851         * lily/beam.cc (set_beaming): don't change beam count on rests.
10852         (brew_molecule): always set flag-width > 0.
10853
10854 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10855
10856         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10857         chars, remove instructions; instead, refer to lilypond-init.el and
10858         Documentation/topdocs/INSTALL.texi.
10859
10860         * lilypond.words: add identifiers and reserved words.
10861
10862         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10863         files and adding a load-path.
10864
10865         * lilypond-init.el: Instructions, extracted from 
10866         Documentation/topdocs/INSTALL.texi. 
10867         
10868 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10869
10870         * VERSION: 1.7.8 released 
10871
10872         * lily/grob.cc (warning): better robustness fix.
10873
10874 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10875
10876         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10877
10878         * lily/cluster-engraver.cc: stick better to variable naming
10879         conventions
10880
10881         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10882         until stop_translation_timestep()
10883
10884         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10885         min/max coordinates to backend, but no musical info such as
10886         pitches
10887
10888         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10889
10890         * lily/grob.cc: robustness fix: warning(): do not crash if
10891         cause is not set
10892
10893         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10894         the much more elaborated tuplet brackets than the very naive and
10895         simple ligature bracket grob
10896
10897 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10898
10899         * Documentation/user/refman.itely (Analysis brackets): add
10900         horizontal bracket doco.
10901
10902         * ly/property-init.ly (setMmRestFermata): added.
10903
10904         * Documentation/user/refman.itely (Multi measure rests): fermatas
10905         on mm rests.
10906
10907         * input/regression/apply-context.ly (texidoc): new file
10908
10909         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10910         code to be executed during interpretation. Possible applications:
10911         smart octavation, more advanced bar checks. 
10912
10913         * lily/apply-context-iterator.cc: new file.
10914
10915 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10916
10917         * input/test/new-markup.ly: new file.
10918
10919         * lily/text-item.cc (text_to_molecule): new function
10920
10921         * scm/new-markup.scm (lambda): new file
10922
10923         * lily/function-documentation.cc (ly_add_function_documentation):
10924         add proc property as well
10925
10926 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10927
10928         * Documentation/user/music-glossary.tely (Top): add custos.
10929
10930 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10931
10932         * Documentation/topdocs/INSTALL.texi: advise how to include source
10933         path to Emacs load-path and improve language.
10934
10935 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10936
10937         * GNUmakefile.in: config.h message fix.
10938
10939         * autogen.sh:
10940         * aclocal.m4: Regenerate.
10941
10942         * configure.in: 
10943         * config.make.in: 
10944         * stepmake/config.make.in: 
10945         * stepmake/configure.in: 
10946         * stepmake/autogen.sh: 
10947         * stepmake/aclocal.m4: Update for autoconf 2.56.
10948
10949 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10950
10951         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10952         to install Emacs-mode. Instructions how to use vim-mode.
10953
10954 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10955
10956         * scm/music-types.scm (music-descriptions): no length for tempo event.
10957
10958         * input/*.ly: add \version everywhere.
10959         
10960         * input/*.ly: update syntax to 1.7 + new-chords.
10961
10962         * VERSION: 1.7.7 released.
10963         
10964         * Documentation/user/*.tely: new chord syntax.
10965
10966         * input/regression/[bc]*.ly (texidoc): syntax updates.
10967         
10968 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10969
10970         * lilypond.words: add vocabulary to be used in auto-completion
10971
10972         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10973
10974         * lilypond.vim: allow note name at EOF
10975
10976 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10977
10978         * buildscripts/new-chords.py (edit): -e option: inline editing.
10979
10980         * input/regression/a*.ly (texidoc): syntax updates.
10981
10982         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10983         music): elucidations. 
10984
10985 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10986
10987         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10988         ly/spanners-init.ly, scm/grob-description.scm,
10989         scm/grob-property-description.scm, scm/music-types.scm,
10990         lily/cluster-engraver.cc, lily/cluster.cc,
10991         lily/include/cluster.hh, input/test/cluster.ly: cluster
10992         implementation
10993
10994         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10995         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10996         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10997
10998         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10999
11000         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11001
11002         * scm/grob-description.scm: bugfix: by default, use default note
11003         head style when engraving ligatures
11004
11005         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11006
11007         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11008         events
11009
11010         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11011
11012         * input/test/ancient-font.ly: bugfix: style -> flag-style
11013
11014         * lily/ligature-engraver.cc: indentation fix
11015
11016         * lily/parser.yy: indentation fixes
11017         
11018 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11019
11020         * input/regression/measure-grouping.ly: more elaborate example.
11021
11022         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11023         ly:div-moment. New functions 
11024
11025         * scm/music-functions.scm (set-time-signature): new function,
11026         allow inline time sig settings with measure grouping.
11027
11028         * lily/parser.yy (command_element): move time sig construction
11029         into Scheme.
11030
11031         * lily/side-position-interface.cc (out_of_staff): new function,
11032         like padding, but keep minimum distance from staff. Easier than
11033         linespanners (dynamics, pedals), but roughly the same effect.
11034
11035 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11036
11037         * emacs-mode.el: Added spanish-note-replacements 
11038         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11039
11040         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11041
11042 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11043
11044         * lilypond.vim: Do not fontify cises, desis, etc.
11045
11046         * vimrc: view dvi with <S-F6>
11047
11048 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11049
11050         * lily/lookup.cc (triangle): new function.
11051
11052         * input/regression/measure-grouping.ly (texidoc): new file: show
11053         triangles and brackets for beat groups of 3 and 2.
11054
11055         * lily/include/measure-grouping-spanner.hh (class
11056         Measure_grouping): new file.
11057
11058         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11059
11060         * lily/measure-grouping-engraver.cc (class
11061         Measure_grouping_engraver): new file.
11062
11063 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11064
11065         * Merge from stable:
11066
11067             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11068         
11069         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11070         stylesheet.
11071
11072         * ly/paper19.ly: Include paper19-init.ly.
11073
11074         * ly/paper19-init.ly: New file.
11075
11076         * Documentation/user/tutorial.itely (First steps): Fix first
11077         example for font test.
11078
11079         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11080
11081         * ChangeLog: Add 1.7.6 release marker (see below).
11082
11083         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11084         Add .py files.
11085
11086 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11087
11088         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11089
11090         * input/tutorial/*.ly: update to new syntax.
11091
11092         * lily/parser.yy (Composite_music): new transpose syntax,
11093         \transpose FROM TO MUSIC. 
11094
11095 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11096
11097         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11098         latex progress/error output to stderr (by default this goes to
11099         stdout).  Show lilypond progress, even when not verbose.
11100
11101         * python/lilylib.py (system): New optional parameter to control
11102         showing of progress.
11103
11104         * scm/backend-documentation-lib.scm (check-dangling-properties):
11105         Fix error message.
11106
11107         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11108         axis, extent.
11109
11110         * scm/grob-property-description.scm (magnify): Remove.
11111         (extent, axis): Add.
11112
11113 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11114
11115         * VERSION: Release 1.7.6.
11116
11117         * scripts/convert-ly.py: more uniformization substitutions.
11118
11119         * buildscripts/new-chords.py (sub_chords): new file.
11120
11121 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11122
11123         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11124         lilypond.map.  Include sauter fonts too.  Cleanups.
11125
11126 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11127
11128         * Documentation/user/tutorial.itely (First steps): change to new
11129         chord/tie/slur/beam notation.
11130
11131         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11132         ties.
11133
11134         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11135         engraver. Process ties in postfix notation, i.e. c8-~ c
11136
11137         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11138
11139         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11140
11141         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11142
11143         * lily/beam-engraver.cc (try_music): accept new-beam-events
11144
11145         * input/regression/chord-scripts.ly (texidoc): new file
11146
11147         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11148         script-events.
11149
11150         * scm/script.scm (default-script-alist): cleanup.
11151
11152         * lily/script-engraver.cc (make_script_from_event): cleanup.
11153
11154         * lily/lyric-combine-music-iterator.cc
11155         (Lyric_combine_music_iterator): remove superfluous events.
11156         (melisma_busy): new function. Fix broken melismas.
11157
11158 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11159
11160         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11161         Remove nonvalid settings. Use descriptive key names.
11162         Use <Return> to indicate the pressing of that key.
11163
11164 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11165
11166         * scripts/lilypond-book.py (option_definitions): Typo.
11167
11168         * scripts/ly2dvi.py: Updates.
11169
11170         * python/lilylib.py (setup_environment, print_environment)
11171         (get_bbox, make_preview): Merge and remove from ly2dvi and
11172         lilypond-book.
11173
11174         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11175
11176         * .cvsignore: Remove some cruft.
11177
11178         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11179         path.
11180
11181         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11182         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11183         throughout.
11184
11185         * python/lilylib.py (quiet_system): Junk
11186         (system): Display error log upon failure.
11187         (read_pipe): New function.  Cleanups and fixes.
11188
11189         * python/*.py: Rename from *.py.in.
11190         
11191         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11192
11193         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11194
11195 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11196
11197         * python/GNUmakefile: Bugfix: handle modules.
11198
11199         * stepmake/stepmake/python-module-targets.make (default): Add
11200         compiled modules. 
11201
11202         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11203         compiling modules.
11204
11205         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11206         Bugfix.  (OUT_PYC_MODULES): Add.
11207
11208 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11209
11210         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11211         Use default paths. Refresh description.
11212
11213 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11214
11215         * VERSION: 1.7.5 released
11216
11217         * input/regression/finger-chords.ly (texidoc): new file.
11218
11219         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11220         support
11221
11222         * lily/fingering-engraver.cc (process_music): remove kludgy
11223         scriptHorizontal stuff.
11224
11225         * lily/script.cc: remove staff-support property.
11226
11227         * lily/new-fingering-engraver.cc (add_fingering): new
11228         file. Fingering engraver for new style chords.
11229
11230 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11231
11232         * lily/parser.yy (bare_number): allow 4 \cm (without
11233         decimal dot). (should backport to 1.6?)
11234
11235         * ly/declarations-init.ly: use Scheme for dimension defs.
11236
11237         * lily/parser.yy (TODO): remove hard coded dimensions, add
11238         REAL NUMBER_IDENTIFIER production.
11239
11240         * lily/rest-collision.cc (force_shift_callback): rewrite using
11241         -done property.
11242
11243         * scm/grob-property-description.scm (rest-collision-done): add
11244         property.
11245         
11246         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11247
11248 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11249
11250         * input/regression/multi-measure-rest-center.ly: new file.
11251
11252         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11253         off horizontally by 0.05 ss. Fixed.
11254
11255 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11256
11257         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11258
11259         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11260
11261 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11262
11263         * lily/tie.cc (get_control_points): also avoid staff lines on the
11264         just outside the outer staff lines
11265
11266 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11267
11268         * ly/params-init.ly: Just define style-alist, no need to
11269         define-public.
11270
11271         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11272         (thanks Han-Wen).
11273
11274         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11275         (FET_FILES): = FONT_FILES.
11276
11277         * Merge from stable:
11278
11279             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11280
11281 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11282
11283         * VERSION: 1.7.4 released.  
11284         
11285         * scm/generate-documentation.scm (string-append): add macro
11286         definitions.
11287
11288         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11289         normal texts.
11290
11291         * lily/multi-measure-rest-engraver.cc: make separate
11292         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11293
11294         * lily/multi-measure-rest.cc: remove text handling. Remove
11295         number-threshold.
11296
11297 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11298
11299         * scm/music-types.scm: doc patch by Graham Percival
11300
11301 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11302
11303         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11304         encoding part.
11305         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11306         (sketch_p): Sketch wants only first four elements of X11 font spec.
11307
11308         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11309
11310         * mf/feta-autometric.mf: Write foundry and family to log.
11311
11312         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11313         font translation table.
11314
11315         * buildscripts/mf-to-table.py: Better font info into afm.
11316
11317         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11318         1.0.9 required.
11319
11320         * configure.in: Whine for mftrace 1.0.9.
11321
11322 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11325
11326         * lily/main.cc (main_prog): don't try to load init.EXT when
11327         processing foo.EXT.
11328
11329 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11330
11331         * scm/tex.scm (zigzig-line): added.
11332
11333         * scm/ps.scm (zigzag-line): added.
11334
11335         * ps/music-drawing-routines.ps (subvec): added.
11336         (draw_zigzag_line): added.
11337         
11338         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11339         grob properties zigzag-width and zigzag-length.
11340
11341         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11342
11343 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11346         svg output, including font.
11347
11348 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11349
11350         * scm/lily.scm: Register sodipodi output module.
11351
11352         * scm/sodipodi.scm: New file.
11353
11354         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11355
11356         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11357         comment, after header.
11358         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11359         FullName.  Fix FontName key.
11360
11361 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11362
11363         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11364         and breve rests.
11365         
11366         * input/test/blank-notes.ly: bugfix
11367
11368         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11369         rests. (Kim Shrier)
11370
11371         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11372         
11373 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * scm/tex.scm: 
11376         * scm/ps.scm: Cleanup and remove obsolete junk.
11377
11378         * Documentation/user/internals.itely:
11379         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11380
11381         * lily/parser.yy: Identify shift/reduce problems.
11382
11383         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11384         make-style-sheet.  Too specific for convert-ly?
11385
11386 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11387
11388         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11389
11390         * input/test/*.ly: various fixes.
11391
11392         * lily/music.cc (name): bugfix
11393
11394         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11395
11396         * lily/input-file-results.cc (code): set-point-and-click! ->
11397         set-point-and-click
11398         
11399 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11400
11401         * Use uniform ly: prefix for exported scheme primitive functions.
11402
11403         * scm/music-types.scm: junk compat glue
11404
11405         * scripts/convert-ly.py: add rules for stuff below, junk
11406         compatibility glue for spanrequest.
11407
11408         * lily/parser.yy (verbose_event): remove \spanrequest,
11409         \commandspanrequest, \script. 
11410         
11411         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11412
11413         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11414         for \penalty, \glissando.
11415
11416         * VERSION: release 1.7.3
11417         
11418 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11419
11420         * lily/accidental-engraver.cc: Fix
11421         grace-in-the-beginning-of-measure bug caused by the resent
11422         partial-measure fix.
11423
11424         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11425         overlap looks too crowded)
11426         
11427 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11428
11429         * lily/parser.yy (assignment): allow SCM expression as assignment.
11430
11431         * lily/include/music-output-def.hh (class Music_output_def):
11432         * lily/music-output-def.cc: 
11433         * lily/paper-def.cc: 
11434         * scm/font.scm (markup-to-properties):
11435         * lily/parser.yy (music_output_def_body): 
11436         remove style_sheet_
11437
11438 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11439
11440         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11441         length.
11442
11443         * input/regression/spacing-to-grace.ly: new file.
11444
11445         * input/regression/spacing-end-of-line.ly: new file.
11446
11447         * lily/note-spacing.cc (get_spacing): take into account breakable
11448         stuff sticking out at the left (time sig change at line break).
11449
11450         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11451         raggedright code.
11452
11453         * scm/music-functions.scm (make-voice-props-set): add
11454         staff-position for mm rests.
11455  
11456         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11457         before grace notes a little.
11458
11459         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11460
11461         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11462         key adds space at the end of line. 
11463
11464 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11465
11466         * scm/sketch.scm: Fix beams.
11467
11468         * buildscripts/mf-to-table.py: Add EncodingScheme.
11469
11470         * scm/sketch.scm: Resurrect.
11471
11472 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11473
11474         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11475         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11476
11477 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11478
11479         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11480
11481         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11482
11483 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11484
11485         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11486         token for origin information.
11487
11488         * lily/parser.yy (My_lily_lexer): do identifier location and
11489         cloning from lexer.
11490
11491         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11492         logic out of the parser. Add bar checks on both ends.
11493
11494         * Documentation/user/refman.itely (Multi measure rests): add more
11495         notes about mm rests.
11496
11497 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11498
11499         * input/regression/bar-scripts.ly: Re-enable.
11500
11501         * lily/parser.yy:
11502         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11503         released rsn.  Bison 1.50 has a crucial bug and won't work.
11504
11505         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11506
11507
11508 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11509
11510         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11511
11512 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11513
11514         * Actually merge changes since 1.6.4 besides ChangeLog, and
11515         resolve conflicts.  Lots of updates, hope all is well.
11516         
11517         * cygwin/lilypond.hint (requires): Add ghostscript.
11518
11519         * scm: Update some (c).
11520         
11521 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11522
11523         * input/test/{various}.ly: add \header fields and texidoc strings.
11524
11525 2002-10-05  Werner Lemberg  <wl@gnu.org>
11526
11527         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11528         renamed to `output_latex_quoted'.
11529         Added `output_latex_noquote'.
11530         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11531         mode.
11532
11533 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11534
11535         * ChangeLog: Add 1.6.6 release marker.  See below.
11536
11537         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11538
11539         * scripts/midi2ly.py: Fix global syntax warnings.
11540
11541         * GNUmakefile.in: Generate builddir locale tree too.
11542
11543         * scripts/ly2dvi.py:
11544         * scripts/midi2ly.py: 
11545         * scripts/mup2ly.py: 
11546         * scripts/update-lily.py:
11547         * lily/main.cc (setup_paths): Fix for locales setup.
11548
11549 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11550
11551         * Documentation/windows/installing.texi: Soften wording about
11552         necessity of becoming Administrator.  tommie@iae.nl reports this
11553         does not seem to be necessary for his flavour of Windows 2000.
11554         Explicitely discourage text mode mounts.
11555
11556 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11557
11558         * lily/rest.cc (after_line_breaking): backport dot position fix.
11559
11560         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11561         rests. Thanks to Klaus Zimmermann for finding this bug.
11562
11563 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11566
11567 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11568
11569         * Documentation/user/music-glossary.tely: fix links.
11570
11571 2002-10-21  Werner Lemberg  <wl@gnu.org>
11572
11573         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11574         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11575         scaling factor) only once and use them in the definition of
11576         \embeddedps.
11577         * ps/music-drawing-routines.ps (skeel): Removed.
11578
11579 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11580
11581         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11582         Solaris7, as we don't use nested $( ) constructs.
11583
11584 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11585
11586         * VERSION: Release 1.6.6.
11587         
11588 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11589
11590         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11591         as workaround for /bin/sh problems on Solaris7.
11592
11593 2002-10-19  Werner Lemberg  <wl@gnu.org>
11594
11595         * GNUmakefile.in (web-doc): Fix typos.
11596         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11597         `music-drawing-routines.ps' but emit \special{header=...} once.
11598         * scm/tex.scm (header-end): Updated.
11599
11600 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11601
11602         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11603         undefined tremolo. 
11604
11605 2002-10-15  Werner Lemberg  <wl@gnu.org>
11606
11607         * scripts/lilypond-book.py (g_make_html): New global variable.
11608         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11609         if `g_make_html' isn't set.
11610         [main]: Add format `texi-html'.
11611         (option_definitions): Updated.
11612         * Documentation/user/lilypond-book.itely: Updated.
11613
11614         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11615         * make/ly-rules.make (%.texi, %.nexi): Use it.
11616         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11617         format to lilypond-book.
11618         * GNUmakefile.in (web-doc): Ditto.
11619
11620 2002-10-14  Werner Lemberg  <wl@gnu.org>
11621
11622         Further improve TeX output.  The produced files are about 40%
11623         smaller.  `lilyponddefs.tex' is now read only once.
11624
11625         * tex/lilyponddefs.tex: Remove footer stuff.
11626         (\ifundefined): Renamed to...
11627         (\lilypondundefined): This.  Use LaTeX's definition to
11628         make it nestable and make it global.
11629         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11630         output.
11631         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11632         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11633         them global.
11634         (\placebox): Renamed to...
11635         (\lyitem): This.
11636         Make it global and call \outputscale by itself.
11637         (\lybox, \lyvrule): New macros to reduce input data.
11638         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11639         New auxiliary macros.
11640         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11641         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11642         to...
11643         (\lilypondspace): This and made it global.
11644         (\turnOnPostScript): Renamed to...
11645         (\lilypondpostscript): This and made it global.
11646         (\turnOnExperimentalFeatures): Renamed to...
11647         (\lilypondexperimentalfeatures): This and made it global.
11648         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11649         (\lilypondsetdimen): This and made it global.
11650         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11651         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11652         (all, $(outdir)/music-drawing-routines.ps): New rules.
11653         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11654         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11655         start-system, stop-system, stop-last-system, filledbox): Updated to
11656         use the changed macros from lilyponddefs.tex.
11657         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11658
11659 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11660
11661         * Documentation/windows/installing.texi: Update.
11662
11663 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11664
11665         * VERSION: 1.6.5 released
11666
11667         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11668
11669 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11670
11671         * scm/translator-property-description.scm (voltaOnThisStaff): add
11672         property.
11673
11674 2002-09-28  Werner Lemberg  <wl@gnu.org>
11675
11676         * scm/tex.scm (header-end): Suppress page numbering.
11677
11678         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11679         Fix quotation for HTML output.
11680
11681 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11682         
11683         * Documentation/user/refman.itely: grammar and phrasing
11684           fixes to "Note Entry" section.  Also adds a few new examples.
11685
11686 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11687
11688         * flower/include/string-data.icc: include string.h
11689
11690 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11691
11692         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11693
11694 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11695
11696         * Documentation/user/GNUmakefile (extra-local-help): Add.
11697
11698         * stepmake/stepmake/www-targets.make (local-help): Add.
11699
11700 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11701
11702         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11703         packages.
11704
11705         * Documentation/topdocs/README.texi (Top): building documentation
11706         (not website.)
11707
11708 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11709
11710         * Documentation/user/refman.itely: 
11711         * Documentation/user/tutorial.itely: 
11712         * Documentation/user/music-glossary.tely: Merge changes.
11713
11714         * Documentation/user/glossary.html.in: 
11715         * Documentation/index.texi: 
11716         * Documentation/header.html.in: Accomodate renaming of glossary.
11717         
11718         * Documentation/user/tutorial.itely: Add some glossary references.
11719         
11720         * Documentation/user/refman.itely: Minor fixes.
11721         
11722         * Documentation/user/lilypond.tely: Add glossary do direntry.
11723
11724         * Documentation/user/music-glossary.tely: Rename (previously:
11725         glossary.tely).  Fix anchor placement.
11726
11727         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11728
11729 2002-09-23  Werner Lemberg  <wl@gnu.org>
11730
11731         * scripts/lilypond-book.py (output_dict): Fix handling of
11732         various environments by avoid extraneous newlines.
11733         Rename `output-all' regexp for html to `output-html'.
11734         Replace `output-all' regexp for texi with `output-texi-quote'
11735         and `output-texi-noquote'.
11736         (compose_full_body): Don't override `linewidth' user option
11737         for `singleline'.
11738         (schedule_lilypond_block): Don't indent text specified with
11739         `intertext' option.
11740         Add new option `noquote'.
11741         (compile_all_files): Use latex instead of tex to compile ly
11742         files directly.
11743
11744         * Documentation/user/lilypond-book.itely: Updated and revised.
11745         Improve layout.
11746
11747         * Documentation/user/glossary.tely,
11748         Documentation/user/introduction.itely,
11749         Documentation/user/tutorial.itely,
11750         Documentation/user/refman.itely,
11751         Documentation/user/appendices.itely: Fix overfull LilyPond
11752         boxes caused by the new lilypond-book code.  Other minor
11753         fixes.
11754
11755         * Documentation/user/macros.itexi (@texiflat): Don't emit
11756         trailing space.
11757
11758         * scm/tex.scm (end-output, header-end): Add preamble and
11759         postamble to make lilypond output directly compilable with
11760         latex.
11761
11762         
11763 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11764
11765         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11766         instructions.
11767
11768 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11769
11770         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11771
11772 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11773
11774         * lily/beam.cc (connect_beams): don't crash if there are quarter
11775         notes in beams.
11776
11777 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11778
11779         * Documentation/user/refman.itely: corrected ancient clef
11780         docu; added docu on ligatures
11781
11782 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11783
11784         * Documentation/user/glossary.tely,
11785         Documentation/user/refman.itely, input/les-nereides.ly,
11786         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11787         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11788         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11789         Stem properties: flag-style -> stroke-style, style -> flag-style.
11790
11791
11792 2002-09-22  Werner Lemberg  <wl@gnu.org>
11793
11794         * scripts/lilypond-book.py: Add option `notime' to suppress
11795         printing of a time signature.  Specify default indentation of 0pt
11796         if single line fragment.  Don't emit redundant `\paper{ }'.
11797
11798         * Documentation/user/lilypond-book.itely: Updated.
11799
11800         * Documentation/user/glossary.tely: Completely reformatting.
11801
11802 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11803
11804         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11805
11806 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11807
11808         * Documentation/user/tutorial.itely: Fix links.
11809         
11810         * Documentation/topdocs/index.tely:
11811         * Documentation/index.texi:
11812         * Documentation/header.html.in: Small website fixes and updates.
11813
11814         * debian/: Debian patch by Anthony Fok.
11815
11816 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11817
11818         * Documentation/footer.html.in: How time flies: It's already 2002!
11819
11820         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11821         more descriptive link names than 'here'.
11822
11823 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11824
11825         * VERSION: 1.7.2 released
11826         * VERSION: 1.6.4 released
11827         
11828         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11829
11830         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11831         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11832
11833         * mf/feta-din.mf (test): add x-height and space.
11834
11835         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11836         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11837
11838         * ly/grace-init.ly: add-to-grace-init: function to portably add
11839         settings to \grace. 
11840
11841         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11842         if we get an absolute dynamic event.
11843  
11844         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11845
11846         * lily/source-file.cc (get_line): oops. All line numbers were off
11847         by 2. Fix that. 
11848
11849         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11850         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11851
11852         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11853
11854         * lily/parser.yy (number_factor): remove (number) as number
11855         expression. ("Let them eat Lisp").
11856
11857 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11858
11859         * lily/horizontal-bracket.cc: new file.
11860
11861         * lily/horizontal-bracket-engraver.cc: new file.
11862
11863         * input/regression/note-group-bracket.ly: new file. Support
11864         horizontal note brackets for music analysis.
11865
11866         * lily/stem.cc (flag): new flag-style: no-flag.
11867
11868         * input/test/stem-cross-staff.ly: new file
11869         
11870         * Documentation/user/internals.itely: Improved formatting, fixing
11871         typos.  Added a section `Output details' to describe how the TeX
11872         code looks like.
11873
11874         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11875
11876         * lily/parser.yy: remove \dynamicscript.
11877
11878         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11879         definitions. 
11880
11881         * python/midi.c (midi_error): take two arguments.
11882
11883         * Merge 1.6.5 changes:
11884         
11885 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11886
11887         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11888         staff-space.  Previous 1.5 was probably meant as half-spaces.
11889         (cautionary-style): parentheses (was: smaller).  This is what doco
11890         says, and it seems more logical.
11891
11892         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11893         for 2nd sentence.
11894
11895 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11896
11897         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11898
11899 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11900
11901         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11902
11903 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11904
11905         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11906
11907 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11908
11909         * scm/translator-property-description.scm (voltaOnThisStaff): add
11910         property.
11911
11912 2002-09-28  Werner Lemberg  <wl@gnu.org>
11913
11914         * scm/tex.scm (header-end): Suppress page numbering.
11915
11916         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11917         Fix quotation for HTML output.
11918
11919 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11920         
11921         * Documentation/user/refman.itely: grammar and phrasing
11922           fixes to "Note Entry" section.  Also adds a few new examples.
11923
11924 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11925
11926         * flower/include/string-data.icc: include string.h
11927
11928 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11929
11930         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11931
11932 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11933
11934         * Documentation/user/GNUmakefile (extra-local-help): Add.
11935
11936         * stepmake/stepmake/www-targets.make (local-help): Add.
11937
11938 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11939
11940         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11941         packages.
11942
11943         * Documentation/topdocs/README.texi (Top): building documentation
11944         (not website.)
11945
11946 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11947
11948         * Documentation/user/refman.itely: 
11949         * Documentation/user/tutorial.itely: 
11950         * Documentation/user/music-glossary.tely: Merge changes.
11951
11952         * Documentation/user/glossary.html.in: 
11953         * Documentation/index.texi: 
11954         * Documentation/header.html.in: Accomodate renaming of glossary.
11955         
11956         * Documentation/user/tutorial.itely: Add some glossary references.
11957         
11958         * Documentation/user/refman.itely: Minor fixes.
11959         
11960         * Documentation/user/lilypond.tely: Add glossary do direntry.
11961
11962         * Documentation/user/music-glossary.tely: Rename (previously:
11963         glossary.tely).  Fix anchor placement.
11964
11965         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11966
11967 2002-09-23  Werner Lemberg  <wl@gnu.org>
11968
11969         * scripts/lilypond-book.py (output_dict): Fix handling of
11970         various environments by avoid extraneous newlines.
11971         Rename `output-all' regexp for html to `output-html'.
11972         Replace `output-all' regexp for texi with `output-texi-quote'
11973         and `output-texi-noquote'.
11974         (compose_full_body): Don't override `linewidth' user option
11975         for `singleline'.
11976         (schedule_lilypond_block): Don't indent text specified with
11977         `intertext' option.
11978         Add new option `noquote'.
11979         (compile_all_files): Use latex instead of tex to compile ly
11980         files directly.
11981
11982         * Documentation/user/lilypond-book.itely: Updated and revised.
11983         Improve layout.
11984
11985         * Documentation/user/glossary.tely,
11986         Documentation/user/introduction.itely,
11987         Documentation/user/tutorial.itely,
11988         Documentation/user/refman.itely,
11989         Documentation/user/appendices.itely: Fix overfull LilyPond
11990         boxes caused by the new lilypond-book code.  Other minor
11991         fixes.
11992
11993         * Documentation/user/macros.itexi (@texiflat): Don't emit
11994         trailing space.
11995
11996         * scm/tex.scm (end-output, header-end): Add preamble and
11997         postamble to make lilypond output directly compilable with
11998         latex.
11999
12000         
12001 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12002
12003         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12004         instructions.
12005
12006 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12009
12010 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12011
12012         * lily/beam.cc (connect_beams): don't crash if there are quarter
12013         notes in beams.
12014
12015 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12016
12017         * Documentation/user/refman.itely: corrected ancient clef
12018         docu; added docu on ligatures
12019
12020 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12021
12022         * Documentation/user/glossary.tely,
12023         Documentation/user/refman.itely, input/les-nereides.ly,
12024         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12025         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12026         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12027         Stem properties: flag-style -> stroke-style, style -> flag-style.
12028
12029 2002-09-22  Werner Lemberg  <wl@gnu.org>
12030
12031         * scripts/lilypond-book.py: Add option `notime' to suppress
12032         printing of a time signature.  Specify default indentation of 0pt
12033         if single line fragment.  Don't emit redundant `\paper{ }'.
12034
12035         * Documentation/user/lilypond-book.itely: Updated.
12036
12037         * Documentation/user/glossary.tely: Completely reformatting.
12038
12039 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12040
12041         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12042
12043 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12044
12045         * Documentation/user/tutorial.itely: Fix links.
12046         
12047         * Documentation/topdocs/index.tely:
12048         * Documentation/index.texi:
12049         * Documentation/header.html.in: Small website fixes and updates.
12050
12051         * debian/: Debian patch by Anthony Fok.
12052
12053 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12054
12055         * Documentation/footer.html.in: How time flies: It's already 2002!
12056
12057         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12058         more descriptive link names than 'here'.
12059
12060 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12061
12062         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12063
12064 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12065
12066         * lily/part-combine-music-iterator.cc (get_state): cleanup
12067         (get_music_info): cleanup.
12068
12069 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12070
12071         * scm/backend-documentation-lib.scm (interface-doc-string):
12072         crosslinks between interfaces and grobs. Headings for interfaces
12073         in grob explanation.
12074
12075 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12076
12077         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12078         dtd).  Add preliminary dtd.
12079         (re-sub-alist): Robustify.
12080
12081 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12082
12083         * lily/include/event-chord-iterator.hh,
12084         lily/context-specced-music-iterator.cc,
12085         lily/event.cc, lily/event-chord-iterator.cc: add
12086
12087 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12088
12089         * lily/: some (c) header fixes.
12090         
12091         * lily/request-chord.cc: Remove.
12092         
12093         * lily/include/event-chord-iterator.hh:
12094         * lily/include/event.hh:
12095         * lily/event-chord.cc: New file.
12096         
12097         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12098         requested.
12099
12100 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12101
12102         * lily/ : rename Request to Event
12103
12104         * lily/parser.yy (command_element): move clef stuff into Scheme.
12105
12106         * lily/:  rename length_mom () to get_length()
12107
12108         * lily/part-combine-music.cc: removed file and class.
12109
12110         * lily/context-specced-music-iterator.cc (class
12111         Context_specced_music_iterator): new file. Obsoletes the
12112         Context_specced_music type.
12113
12114         * scm/music-types.scm (make-repeated-music): put different kinds
12115         of repeated music into music-type table.
12116
12117         * VERSION: 1.7.1 released.
12118
12119         * scm/to-xml.scm: new file.
12120
12121         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12122         new Input representation: dump music as XML.
12123
12124         * scm/engraver-documentation-lib.scm
12125         (engraver-accepts-music-types?): add links from music to engraver,
12126         from music-type to engraver.
12127
12128         * lily/include/command-request.hh: removed
12129         lily/include/musical-request.hh: removed. Removed all _req classes
12130         except Key_change_req. Changes throughout.
12131
12132 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12133
12134         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12135
12136 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12137
12138         * lily/*.cc: specify accepts for many engravers.
12139
12140         * scm/music-documentation-lib.scm: dump music expressions and
12141         music subtypes.
12142
12143         * scm/documentation-lib.scm: complete revision.
12144         Use GOOPS objects to store document tree explicitly. Cleaned up and
12145         sped up doco generation a lot.
12146
12147 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12148
12149         * input/trip.ly (fugaIILeft): add arpeggio
12150
12151         * lily/translator-group.cc (try_music_on_nongroup_children):
12152         oops. The name symbol is in the cdr of the assoc handle.
12153
12154         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12155         Hyphen_req, Glissando_req, Break_req, Mark_req 
12156
12157 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12158
12159         * lily/musical-request.cc (music-duration-length,
12160         music-duration-compress): new functions.
12161
12162         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12163         throughout. Warning doesn't work yet.
12164
12165         * lily/translator-group.cc (try_music_on_nongroup_children):
12166         new implementation: store candidate acceptors in a hashTable.
12167
12168 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12169
12170         * scm/music-types.scm (music-descriptions): change name to
12171         internal-class-name
12172
12173         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12174
12175 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12176
12177         * lily/beam.cc (connect_beams): don't crash if there are quarter
12178         notes in beams.
12179
12180 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12181
12182         * Documentation/user/refman.itely: corrected ancient clef
12183         docu; added docu on ligatures
12184
12185 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12186
12187         * Documentation/user/glossary.tely,
12188         Documentation/user/refman.itely, input/les-nereides.ly,
12189         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12190         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12191         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12192         Stem properties: flag-style -> stroke-style, style -> flag-style.
12193
12194 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12195
12196         * scm/music-functions.scm (music-separator?): don't use name music
12197         property.
12198
12199 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12200
12201         * stepmake/stepmake/generic-targets.make (help): Document check
12202         target.
12203
12204         * lily/new-accidental-engraver.cc: Compile fix.
12205
12206 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12207
12208         * scripts/convert-ly.py: Add rule.
12209
12210         * input/test/music-creation.ly:
12211         * input/test/add-staccato.ly:
12212         * input/test/add-text-script.ly: ly-make-music.
12213
12214         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12215         More ly-make-music renamings.
12216
12217         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12218
12219         * lily/music-constructor.cc (make_music): Add debugging info.
12220
12221         * scm/music-functions.scm (make-simultaneous-music,
12222         (make-sequential-music, context-spec-music):
12223         * scm/music-types.scm (music-descriptions): Get lily to run.
12224
12225 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12226
12227         * lily/command-request.cc (transpose_key_alist): new function.
12228
12229         * lily/key-performer.cc (create_audio_elements): cleanup. 
12230
12231 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12232
12233         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12234
12235         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12236         events-accepted field.
12237
12238         * scm/music-types.scm: new file.
12239
12240         * lily/parser.yy: put music type initialization into scheme,
12241         similar to grob initialization.  Changes throughout.
12242
12243 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12244
12245         * Documentation/user/tutorial.itely: Fix links.
12246         
12247         * Documentation/index.texi: 
12248         * Documentation/header.html.in: 
12249         * Documentation/topdocs/index.tely: Small website fixes and updates.
12250
12251         * debian/: Debian patch by Anthony Fok.
12252
12253 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12254
12255         * Documentation/footer.html.in: How time flies: It's already 2002!
12256
12257         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12258         more descriptive link names than 'here'.
12259
12260         * ROADMAP: Remove test stuff.
12261
12262         * scripts/update-lily.py: Allow auto-building of stable and
12263         development versions.  Bugfixes.
12264
12265 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12266
12267         * VERSION: released 1.7.0
12268
12269         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12270
12271         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12272         positive line widths.
12273
12274 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12275
12276         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12277         go.  Fix comments.
12278
12279         * cygwin: Cygwin updates.
12280
12281 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12282
12283         * Documentation/windows/installing.texi (Top): version for python,
12284         urls for ghostscript (thanks to John Potelle)
12285         
12286         * lily/simultaneous-music-iterator.cc
12287         (Simultaneous_music_iterator): init children_list_ before
12288         triggering GC.
12289
12290         * lily/*-iterator.cc: be even more careful with smobbed copy
12291         constructors. 
12292
12293         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12294         LeftEdge item.
12295
12296 2002-09-15  Werner Lemberg  <wl@gnu.org>
12297
12298         Improving LilyPond's output to make them ordinary TeX boxes with
12299         predictable dimensions.  System boxes are now vertically centered on
12300         the baseline; this offset can be further controlled with
12301         \lilypondscoreshift.
12302
12303         * lily/system.cc (System::post_processing): Pass length of current
12304         system to `start-system' (including any horizontal indentation).
12305
12306         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12307         prettier.
12308         (lily-def): Append `%'.
12309         (start-system): Add parameter `wd'.  Output more TeX code to specify
12310         box dimensions.
12311         (stop-system, stop-last-system): Complement changes in
12312         `start-system'.
12313         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12314         Updated.
12315
12316         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12317         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12318         Write final `\endinput'.
12319
12320         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12321         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12322         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12323         files and macro definitions don't produce spurious spaces and
12324         paragraphs (using \endlinechar).
12325         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12326
12327         * Documentation/user/internals.itely: Improved formatting, fixing
12328         typos.  Added a section `Output details' to describe how the TeX
12329         code looks like.
12330
12331 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12332
12333         * lily/accidental-engraver.cc: Also work with partial measures.
12334
12335 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12336
12337         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12338         spanner.
12339
12340 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12341
12342         * lily/identifier-smob.cc (unpack_identifier): new file.
12343
12344         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12345         pass off scheme expressions as music identifiers.
12346
12347         * scm/lily.scm: reorganisation, cleanups.
12348
12349         * lily/main.cc: small cleanups.
12350
12351 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12352
12353         * lily/ly-module.{cc,hh}: new file.
12354
12355 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12356
12357         * lily/accidental-engraver.cc: Also work with partial measures.
12358
12359 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12360
12361         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12362
12363 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12364
12365         * lily/my-lily-lexer.cc: use SCM module in stead of
12366         Scheme_hash_table. Changes throughout.  
12367
12368 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12369
12370         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12371