]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * debian/: Remove cruft (requested Anthony Fok.)
4
5         * buildscripts/guile-gnome.sh: Build without gcc libtool version
6         juggling.
7
8         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
9         Add popup menu with grob properties.
10
11         * lily/grob-scheme.cc (ly:grob-properties):
12         (ly:grob-basic-properties): New function.
13
14         * lily/stencil.cc (interpret_stencil_expression): Comment-out
15         "no-origin" call.  Fixes -fps output.
16
17         * scm/output-ps.scm (no-origin): Add dummy implementation.
18
19         * scm/output-gnome.scm (define-origin): Remove
20         (grob-cause): Add.
21
22         * scm/output-ps.scm (scm):
23         * scm/output-tex.scm (scm): Remove define-origin from exports list.
24         (define-origin): Remove.
25
26         * scm/output-gnome.scm (define-origin): 
27
28         * scm/lily.scm (ly:all-output-backend-commands): Remove
29         define-origin.  Add grob-cause.
30
31 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
32
33         * buildscripts/lilypond-words.py: add ly/portugues.ly.
34
35 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
36  
37         * Documentation/user/GNUmakefile:
38         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
39         --include-css=.../texinfo.css; command includes css into the html.
40
41         * Documentation/texinfo.css: add file.
42         define <hr> as black and thin.            
43  
44 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
45
46         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
47         stencil expression. Junk define-origin.
48
49         * lily/my-lily-parser.cc (parse_string): init parser variable when
50         lexer_ is set, ie. in parse_string and parse_file.
51
52         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
53         ly:score-bookify.
54
55         * scm/lily.scm (collect-scores-for-book): new function.
56
57         * ly/init.ly: print collected scores/musics.
58
59         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
60         scope, not in lily module.
61
62         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
63
64         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
65         encapsulate gtk/pango tests.
66  
67         * po/tr.po: Turkish translation.
68
69 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
70
71         * input/regression/lily-in-scheme.ly: regression test for #{
72         ... #} syntax
73
74         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
75         was causing an error.
76
77         * Documentation/user/programming-interface.itely (Using LilyPond
78         syntax inside Scheme): documentation for #{ ... #} syntax.
79
80 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
81
82         * Documentation/index.html.in: use black thin <hr>.
83
84         * buildscripts/mutopia-index.py: use thin black <hr>.
85
86 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
87
88         * scm/fret-diagrams.scm: Use UNIX style line endings.
89         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
90         typo.  Fixes compile.
91
92         * scm/output-ps.scm (white-dot): Remove second incarnation.
93
94         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
95
96 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
97
98         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
99         single file error.
100
101         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
102
103 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
104
105         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
106         remove size as argument to fret-diagram interface;
107         improved white-circle dots for fret;
108         improved top-fret thick line/
109
110         * scm/output-ps.scm: added white-dot function
111
112         * scm/output-tex.scm: added white-dot function
113
114         * tex/music-drawing-routines.ps: added draw_white_dot function
115
116         * ps/music-drawing-routines.ps: added draw_white_dot function
117
118         * input/test/fret-diagram.ly: examples to show multiple
119         functions and multiple interfaces
120
121 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
124         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
125
126         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
127         conflict.  Have I told you lately how much I love autotools?
128
129 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
130
131         * lily/lily-guile.cc: 
132         * lily/pangofc-afm-decoder.cc:
133         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
134         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
135
136         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
137         developers.
138
139         * lily/paper-outputter.cc (file): New method.
140         (dump_string): Use it.
141
142         * scm/output-gnome.scm: Update with pango CVS info, lilylib
143         musing.
144         
145         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
146         of them has a comma :-).
147
148         * scm/framework-gnome.scm: Add pango decoders.
149
150         * lily/include/pangofc-afm-decoder.hh: 
151         * lily/pangofc-afm-decoder.cc: New file.
152
153         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
154
155         * configure.in: Check for pango.
156
157         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
158         autoconf).
159         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
160
161         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
162
163 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
164
165         * Documentation/user/tutorial.itely (Integrating text and music):
166         fix grammar & punctuation.
167
168 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
169
170         * lily/: Stray janitorial cleanups.
171
172         * scm/lily.scm (ly:all-stencil-expressions):
173         * scm/lily.scm (ly:all-output-backend-commands): New function.
174
175         * scm/safe-lily.scm (safe-objects): Add them.
176
177         * scm/framework-gnome.scm (<gnome-outputter>): New class.
178
179         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
180
181 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
182
183         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
184
185 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
186
187         * scm/page-layout.scm (default-page-make-stencil): add
188         raggedbottom, raggedlastbottom.
189
190         * Documentation/user/changing-defaults.itely (Page layout): add doc.
191
192         * scm/framework-tex.scm (define-fonts): fix export of
193         papersize.
194
195         * lily/paper-book.cc (classic_output): strip suffixes from
196         framework functions.
197
198         * lily/tuplet-bracket.cc (before_line_breaking): do not return
199         SCM_UNDEFINED to Scheme.
200
201 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
202
203         * lily/book.cc: remove Book::to_stencil().
204         (process): whoops. Score::book_rendering returns vector, not list.
205
206         * scripts/convert-ly.py (conv): remove \notes.
207         apply to input examples.
208         
209         * lily/paper-outputter.cc (output_stencil): don't use
210         smobify_self() but self_scm()
211
212         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
213         from smobify_self().
214
215         * lily/paper-book.cc (output): load framework module
216         scm_c_resolve_module().
217
218         * python/lilylib.py (exit): exit with argument i.
219
220 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
221
222         * scm/framework-gnome.scm (output-framework-gnome): Try loading
223         gnome modules from non-toplevel.
224
225         * lily/ly-module.cc (ly:import-module): Export to ly:.
226
227         * lily/paper-score.cc (process): Do not show progress newline.
228
229         * lily/paper-book.cc (output, classic_output): Show progess
230         newline after score.
231
232 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
233
234         * buildscripts/lilypond-words.py: add ly/vlaams.ly
235
236 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
237
238         * lily/score.cc (ly:run-translator): Do not crash on empty music
239         list.
240
241         * lily/book.cc (process): Do not render score when systems is empty.
242
243         * input/simple-song.ly: Down one octave.
244
245         * scm/output-gnome.scm: Remove script again; re-add modules fix
246         (CVS conflict resolve?)
247
248         * lily/stencil.cc (ly:interpret-stencil): Was:
249         interpret_stencil_expression.
250
251 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
252
253         * buildscripts/guile-gnome.sh: New file.
254
255         * scm/output-gnome.scm: White background, better window size, sane
256         canvas size.  Cleanups.
257
258 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
259
260         * VERSION: release 2.3.4
261
262         * Documentation/user/invoking.itexi (Invoking the lilypond
263         binary): document --safe.
264
265         * scm/output-gnome.scm: set PATH in script.
266
267         * scm/page-layout.scm (default-page-make-stencil): don't stretch
268         if there is too few systems on a page.
269
270         * lily/parser.yy (relative_music): start at middle C without pitch
271         argument.
272
273         * Documentation/user/changing-defaults.itely (Page layout): new node.
274         (Paper size): rename node
275         (Page breaking): new node.
276         (Titling): move from invoking.
277         (File structure): new node.
278
279         * lily/parser.yy (score_body): allow \header and music anywhere in
280         \score body.
281
282 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
283
284         * scm/lily.scm (ly:load): Remove page-breaking.scm.
285
286 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
287
288         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
289
290         * lily/include/paper-line.hh: rename to Paper_system.
291
292         * lily/include/paper-book.hh: doc class.
293
294         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
295
296         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
297         (plain-header): add instrument-name.
298         (default-page-make-stencil): bugfixes.
299
300         * lily/parser.yy (book_body): allow \header anywhere in \book{}
301
302         * lily/paper-book.cc: remove copyright & tagline. Remove
303         interactions with Page
304
305         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
306         here, 
307         (default-page-make-stencil): new function
308         (default-page-music-height): new function
309         (page-headfoot): new function
310         (ly:optimal-page-breaks): generate stencils directly from here
311
312         * scm/titling.scm: new file, group titling functions
313
314 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
315
316         * scm/output-gnome.scm: Handle multiple pages.
317
318         * scm/framework-gnome.scm: Do not load output-gnome.
319         (framework-gnome): Invoke output-gnome::header and
320         output-gnome::end-output as faked stencils.  Fixes experimental
321         gnome output.
322
323 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
324
325         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
326         octavation compatibility fixes. Backportme. 
327
328         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
329         pages.
330         (ly:optimal-page-breaks): combine-penalties: no shortcut for
331         negative. Now we handle negative penalties (ie. \pageBreak)
332         correctly.
333
334         * lily/system.cc (get_line): extract page-penalty from the left
335         bound.
336
337         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
338
339 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
340
341         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
342
343 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
344
345         * scm/output-gnome.scm: Update script.  Move development to
346         lilypond_2_3_2 branch for now.
347
348 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
349
350         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
351         negative penalties.
352         cleanups.
353
354         * Documentation/user/changing-defaults.itely (Creating contexts):
355         index entries
356
357         * scm/page-breaking.scm (ly:optimal-page-breaks): new
358         file. Rewrite function. 
359
360         * lily/paper-book.cc (pages): new interface: page-breaking returns
361         list of line-list.
362
363         * lily/page.cc (Page): take lines argument.
364
365         * scm/document-translation.scm (all-engravers-doc): link to user man
366
367         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
368
369         * Documentation/user/notation.itely (Relative octaves): typo.
370
371         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
372
373 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
374
375         * scm/output-gnome.scm: Update build script.
376
377 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
378
379         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
380         gnome backend.
381
382         * scm/framework-gnome.scm: New file.
383
384         * scm/lily.scm: Use it.
385
386         * lily/paper-outputter.cc: Janitorial cleanups.
387         (ly:outputter-dump-string): Remove unreachable statement.
388
389         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
390         (ice-9): Bugfix: Add srfi-1.
391
392         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
393
394 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
395
396         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
397         in do_quit()
398         
399 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
400
401         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
402
403 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
404
405         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
406         override of Beam::position-callbacks. Why would grace beams not be
407         quantized? Fixes: weird-stem-size-grace. 
408
409         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
410         warning only once. Backportme.
411
412         * lily/accidental-engraver.cc (number_accidentals_from_sig):
413         bugfix, 2nd try. Backportme.
414
415         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
416
417 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
418
419         * Documentation/user/notation.itely (Instrument transpositions):
420         Correct the name of the instrumentTransposition property.
421
422 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
423
424         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
425
426 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
427
428         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
429         and postLilyPondExample are called when defined.
430
431 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
432
433         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
434         This fixes setting notenames with `\include "nederlands.ly" '
435
436         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
437         new function.
438
439 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
440
441         * scm/page-layout.scm: don't do piece, it should be in score-title
442         only.
443
444         * lily/lexer.ll: lex \score separately.
445
446         * lily/paper-book.cc: junk stencil2line.
447
448         * lily/paper-line.cc (Paper_line): construct from Stencil
449         directly. No futzing with the dimensions.
450
451         * lily/include/paper-line.hh (class Paper_line): 
452
453         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
454         takes arbitrary number of arguments.
455
456         * input/test/markup-score.ly (tuning): simplify example. 
457
458 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
459
460         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
461
462         * scm/define-markup-commands.scm (score): define score-markup
463
464         * lily/parser.yy (markup): use score-markup.
465
466         * lily/score.cc: add ly:score? 
467
468 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
469
470         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
471         fret-parse-string so it prepares for calls to fret-diagram-verbose
472         Changed display constants to props so they are available for
473         \override.
474         
475 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
476
477         * VERSION: release 2.3.3
478
479         * stepmake/stepmake/generic-vars.make: unset LANG.
480
481         * input/regression/tuplet-nest.ly: bugfix.
482
483         * lily/tie-performer.cc (stop_translation_timestep): reset
484         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
485
486         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
487         clear repeat_ directly after setting stem_tremolo_. Fixes:
488         tremolo-repeat.ly
489
490         * input/regression/span-bar-break.ly: new file.
491
492         * scm/define-grobs.scm (all-grob-descriptions): remove
493         break-visibility from SpanBar. Fixes: piano-repeat.ly
494
495 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
496
497         * python/lilylib.py (make_ps_images): only compute bbox when needed.
498
499         * scripts/lilypond-book.py (process_snippets): use lily -f ps
500         files for generating pngs. (failed experiment)
501
502         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
503         file with PFA fonts included.
504
505         * lily/score.cc (default_rendering): put header in too.
506
507         * lily/paper-line.cc (LY_DEFINE): change function to
508         ly:paper-line-extent
509
510         * scm/page-layout.scm (default-book-title): only add lines for
511         non-nil fields.
512         (default-score-title): idem.
513
514         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
515
516         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
517
518         * lily/include/paper-book.hh (class Paper_book): remove height_
519         member.
520
521         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
522
523         * lily/ly-module.cc (LY_DEFINE): bugfix.
524
525         * lily/paper-book.cc (book_title): separate function for the book
526         title.
527
528         * scm/page-layout.scm (default-book-title): only account for
529         markup fields.
530
531         * scm/framework-ps.scm: new file. Move high level interface from
532         output-ps.scm
533
534         * scm/music-functions.scm (def-grace-function): move macros from
535         ly/music-functions-init.ly
536
537         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
538         framework-tex.scm
539
540         * scm/framework-tex.scm (dump-line): new file. High level
541         interface for output (pages, systems, header). 
542
543         * lily/include/page.hh (class Page): add is_last_ field.
544
545         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
546
547         * lily/paper-book.cc (split_string): new function
548         (output): output multiple formats, i.e. --format=ps,tex
549
550         * scm/output-ps.scm (output-scopes): dump variables directly.
551         (define-fonts): rewrite for new interface
552
553         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
554
555         * lily/paper-outputter.cc (Paper_outputter): take format argument.
556
557         * lily/main.cc (parse_argv): don't set extension for output.
558
559         * lily/clef-engraver.cc (create_clef): remove
560         Staff_symbol_referencer::set_position() call. 
561
562 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
563
564         * ly/music-functions-init.ly (addlyrics): set the 'origin property
565         with the location argument in music function definitions.
566
567 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
568
569         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
570         staffsymbol dependency.
571
572         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
573         cleanups.
574
575         * lily/book.cc (process): return Paper_book
576         (to_stencil): use Book::process().
577
578         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
579         header_ field. Store in $globalheader
580
581         * lily/parser.yy (book_body): book header is initted to
582         $globalheader.
583         
584
585 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
586
587         * input/test/fill-a4.ly: removed.
588
589         * lily/parser.yy (output_def): push scope of parent_ Output_def
590         too.
591
592 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
593
594         * scm/output-gnome.scm: Update info.
595
596 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
597
598         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
599
600         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
601         than 1 module.
602
603         * lily/include/ly-module.hh (ly_use_module): rename is_module to
604         ly_c_module_p.
605
606         * scm/page-layout.scm (default-book-title): move Scheme titling
607         functions to here.
608
609         * lily/parser.yy (book_paper_block): remove scope too.
610
611         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
612
613         * lily/rest.cc: add direction to rest properties.
614
615         * lily/include/output-def.hh: new file, move from
616         music-output-def.hh
617
618 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
619
620         * scm/output-gnome.scm: Describe feta-cork hack.
621
622 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
623
624         * lily/include/book-paper-def.hh: derive from Output_def 
625
626         * lily/include/paper-def.hh: move all functionality out of class.
627         Junk header.
628
629         * lily/include/music-output-def.hh: rename Music_output_def to
630         Output_def.
631
632         * input/wilhelmus.ly: only set space for Paper formatting. 
633
634         * lily/include/midi-def.hh: remove file, remove class.
635         Move functions to Music-output-def.
636
637         * lily/music-output-def.cc (Music_output_def): remove separate
638         translator table. Lookup translators in scope directly. This
639         obviates Context suffix for context identifiers, i.e.
640
641         \context {
642           \Staff
643           .. 
644           }
645
646
647         will work.
648         
649
650         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
651
652         * Documentation/user/changing-defaults.itely (Horizontal spacing):
653         document spacing override hack.
654
655 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
656
657         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
658         installation info.  Support point-and-click.  Add +/- zoom
659         keybindings.
660
661 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
662
663         * VERSION: 2.3.2 released
664         
665         * lily/parser.yy (book_body): set default bookpaper.
666
667         * scm/output-tex.scm (header): kludge: hard code linewidth. 
668
669         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
670
671 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
672
673         * lily/score.cc (default_rendering): scale outputdef before
674         starting.
675
676 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
677
678         * scm/fret-diagrams.scm: Add header.
679
680         * scm/output-gnome.scm: Hello world :-)
681
682 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * scripts/lilypond.py (run_dvips): only add papersize if present.
685
686         * lily/accidental-engraver.cc (update_local_key_signature): new
687         function, fold code from initialize() and process_music().
688         (update_local_key_signature): use deep copy. This fixes one
689         problem from custom-key-signatures.ly.
690         (number_accidentals_from_sig): tighter check for
691         accidental-too-old.
692
693         * ly/engraver-init.ly: remove localKeySignature
694         definition from ChoirStaff, StaffGroup, Score.
695         
696         * lily/percent-repeat-engraver.cc (try_music): add moments for
697         barlines too. Fixes: skipbars-percent-repeat.ly.
698
699 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
700
701         * lily/context-def.cc (filter_performers): don't go to cdrloc if
702         skipping last pair. Fixes: crash-bar-number.
703
704         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
705         D. Sorensen)
706
707         * input/test/fret-diagram.ly: new file.
708
709         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
710         (scale-paper): divide by scale.
711
712 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
713
714         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
715         case.
716
717 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
718
719         * scm/stencil.scm (fontify-text): reinstate function
720
721         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
722
723         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
724
725         * lily/parser.yy (book_paper_head): \bookpaper {} 
726
727         * python/midi.c: remove config.h
728
729 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
730
731         * scm/output-gnome.scm: Update.
732
733 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
734
735         * scm/output-gnome.scm: New file.
736
737         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
738
739 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
740
741         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
742         (find_scaled_font): move from Paper_def
743
744 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
745
746         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
747         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
748
749         * po/fr.po: update po.
750
751         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
752
753         * lily/book-paper-def.cc (print_smob): new file.
754
755 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
756
757         * buildscripts/lilypond-words.py: search words also from
758         music-functions-init.ly.
759
760 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
761
762         * ly/music-functions-init.ly (def-music-function): new helper
763         macro for defining music functions. \addlyrics \appoggiatura
764         \acciaccatura \grace \partcombine \autochange \applycontext
765         \applyoutput and \breathe are now defined here thanks to it.
766
767         * lily/parser.yy: 
768         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
769         \grace \partcombine \autochange \applycontext \applyoutput and
770         \breathe keywords removed from the parser.
771
772         * lily/parser.yy: 
773         * lily/music-function.cc (ly_make_music_function): 
774         * lily/lexer.ll (music_function_type): added a case for 0-arg
775         music functions.
776
777 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
778
779         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
780         refering to a music expression can be used in lily-inside-scheme:
781         #{ $music #}
782
783         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
784         and ly:parser-define, and change ly:parser-parse-string in order
785         to make #{ $music #} work.
786
787         * scm/new-markup.scm (compile-markup-expression): when an argument
788         is a string, use `make-simple-markup'.
789
790 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
791
792         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
793
794 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
795
796         * scripts/convert-ly.py (FatalConversionError.func): handle + in
797         font-size. (backportme)
798
799 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
800
801         * lily/paper-outputter.cc (output_stencil): dump font definitions
802         before each stencil.
803
804         * lily/include/paper-book.hh (struct Score_lines): new
805         struct. Collect info per Paper-score.
806
807         * lily/include/page.hh (class Page): to_stencil() returns Stencil
808         everywhere.
809
810         * lily/stencil.cc (find_expression_fonts): new function
811
812         * lily/paper-outputter.cc (output_stencil): use
813         interpret_stencil_expr
814
815         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
816         (interpret_stencil_expr): new function. Generic stencil
817         interpretation.
818
819         * lily/paper-def.cc (find_scaled_font): divide lookup
820         magnification by outpuscale for non-virtual fontmetrics. This
821         fixes ludicrously long font definitions for text
822         fonts. (backportme)
823
824         * lily/score-engraver.cc: remove
825         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
826
827 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
828
829         * input/test/markup-score.ly: Remove \notes.
830
831         * lily/parser.yy (book_body): Grok Composite_music and \header.
832         (markup): Push NOTES mode before score_block.
833
834         * VERSION: release 2.3.1
835         
836         * mf/feta-klef.mf: 
837         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
838
839         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
840
841         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
842
843 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
844
845         * scm/output-tex.scm (output-tex-string): tighten safe security.
846
847         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
848
849         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
850         allowed ly functions.
851
852         * lily/ly-module.cc (ly_module_define): only define variable if
853         bound.
854         (ly_make_anonymous_module): take safe option.
855
856 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
857
858         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
859
860 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
861
862         * input/regression/newaddlyrics.ly: Fix.
863
864         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
865         \score \notes.
866
867 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
868
869         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
870
871 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
872
873         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
874
875         * lily/paper-line.cc (Paper_line): don't store list of stencils,
876         but convert to single Stencil immediately.
877
878         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
879
880 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
881
882         * scm/output-sodipodi.scm: Resurrect sodipodi output.
883
884 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
885
886         * elisp/lilypond-mode.el: Changed the way defaults are created for
887         LilyPond-command-master.  LilyPond-mode will now check the
888         timestamps of the files to see which command has to run next.
889
890 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
891
892         * scm/bass-figure.scm (format-bass-figure): don't set
893         number-markup for strings. This fixes string in bass
894         figure. (backportme)
895
896         * lily/parser.yy (bass_number): insert number-markup into figure
897         definition.
898
899         * scm/define-music-properties.scm (all-music-properties): make
900         'figure a markup.
901
902         * scripts/convert-ly.py (conv): \apply -> \applymusic
903
904 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
905
906         * elisp/lilypond-mode.el: changed the order of some commands
907         ("Midi" after "2Midi"), use the user-defined
908         LilyPond-command-default as default instead of "LilyPond"
909
910         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
911         to set the master file for the next command.
912
913         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
914         with font-lock-reference-face.
915
916 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
917
918         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
919
920         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
921
922 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
923
924         * ly/music-functions-init.ly (TODO): new file.
925
926         * lily/parser.yy (Generic_prefix_music_scm): add more
927         music_function symbols.
928         (Prefix_composite_music): change \apply to music-function   
929
930         * lily/include/music-function.hh: rename to music-function
931
932 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
933
934         * lily/music-head.cc (LY_DEFINE): change order of args.
935
936         * input/regression/music-head.ly (texidoc): new file.
937
938         * lily/parser.yy (Generic_prefix_music): allow generic
939         music-transformation functions. 
940
941         * lily/include/music-head.hh (is_music_head): new file.
942
943         * lily/music-head.cc (get_music_head_transform): new file.
944
945 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
946
947         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
948         empty extent. This fixes ottava brackets on rests. (backportme)
949
950         * make/lilypond.redhat.spec.in (Group): ln png files for info.
951
952         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
953
954         * cygwin/lily-wins.py: update for the lily-wins.py script.
955
956 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
957
958         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
959         code. This will obviate typeset_grob () in the future.  The effect
960         of this is that improperly written spanner handling will result in
961         invalid spanner bounds.
962         (announce_grob): add to elems_ from here
963         (typeset_grob): comment out.  
964
965         * lily/include/engraver.hh (make_spanner): new calling interface
966         for make_{item,spanner}. This obviates most calls to
967         announce_grob().
968                 
969         * scm/music-functions.scm (set-accidental-style): use GrandStaff
970         iso. PianoStaff for piano styles.
971
972 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
973
974         * Documentation/user/music-glossary.tely: add segno after d.s.
975
976 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
977
978         * lily/include/audio-column.hh: remove unused variables.
979         (patch by Michael Welsh Duggan)
980
981         * flower/include/axes.hh (other_axis): inline Axes function
982         (thanks to David Brandon).
983
984 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
985
986         * cygwin/mknetrel: Install image links (backportme).
987
988         * Documentation/user/GNUmakefile (local-install-info): Activate
989         actual installing of image links (backportme).
990
991 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
992
993         * Documentation/user/notation.itely (Measure repeats): Removed
994         unnecessary (and confusing) \context Voice{.
995
996 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
997
998         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
999
1000         * lily/page.cc (Page): Do not use ly_scheme_function for
1001         volatile/configurable variables (FIXME: better name).
1002
1003         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1004         get_scmvar).
1005
1006 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1007
1008         * scripts/convert-ly.py (FatalConversionError.subst): use
1009         \transposition.
1010
1011 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1012
1013         * lily/include/page.hh (class Page): Declare left_margin ().
1014
1015         * lily/page.cc: Remove paper var caching.
1016
1017 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1018
1019         * Documentation/user/music-glossary.tely: Add name to @top node.
1020         Remove comment from @table definitions (workaround for makinfo
1021         bug).
1022
1023         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1024         ly:stencil-get-expr).  Update callers.
1025         (ly:stencil-align-to!):  Return stencil too.
1026
1027         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1028         stencil.  Remove looped line-based page output.
1029         (output_line): Use line stencil.  Remove looped stencil-based line
1030         output.
1031
1032         * lily/page.cc (ly:page-paper-lines): New function.
1033
1034         * input/test/markup-score.ly: New file.
1035
1036         * scm/define-markup-commands.scm (stencil): New markup.
1037
1038         * lily/book.cc (to_stencil): New method.
1039
1040         * lily/parser.yy (markup): Use it to grok \score.
1041
1042 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1043
1044         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1045
1046         * lily/paper-book.cc (pages): Change signature.  Update callers.
1047
1048         * lily/include/page.hh:
1049         * lily/page.cc: New file.
1050
1051         * lily/paper-line.cc (to_stencil): New method.
1052         
1053         * lily/paper-outputter.cc (output_stencil): New method.
1054
1055         * lily/paper-outputter.cc (output_line): Use them.
1056
1057         * lily/warn.cc: Remove.
1058
1059         * lily/my-lily-parser.cc (distill_inname): Remove.
1060
1061         * flower/include/file-name.hh: 
1062         * flower/file-name.cc: New file.  Update users.
1063
1064         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1065         (find): New method of same name.
1066
1067         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1068
1069         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1070         constant error message.
1071
1072 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1073
1074         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1075
1076 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1077
1078         * Documentation/user/music-glossary.tely: @table @strong' replaced
1079         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1080         (backportme).
1081
1082 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1083
1084         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1085
1086         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1087         #{ lily music expression #} that returns an equivalent scheme
1088         music expression by parsing the string.
1089
1090 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1091
1092         * lily/my-lily-parser.cc:
1093         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1094         SCM string (foo.ly/toto.scm support).
1095
1096 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1097
1098         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1099
1100 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1101
1102         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1103
1104         * scripts/lilypond-book.py: LY code that includes \header is
1105         not assumed to be a fragment.
1106
1107 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1108
1109         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1110         tremolo beams up.
1111
1112         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1113         (get_default_stem_end_position): No tremolo head juggling if no
1114         heads.  Fixes tremolo crash on rests (backportme).
1115
1116         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1117
1118 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1119
1120         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1121         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1122
1123         * lily/lexer.ll: Allow \encoding in NOTES mode.
1124
1125         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1126         for lyrics, not for commands.
1127
1128         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1129         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1130
1131         * input/regression/newaddlyrics.ly: New file.
1132
1133         * Documentation/topdocs/NEWS.texi: Update.
1134
1135         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1136         (Music_list): Allow embedded scm.
1137
1138         * lily/score.cc (ly:score-bookify): New function.
1139
1140         * lily/music.cc (ly:music-scorify): Idem.
1141
1142         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1143         (ly:parser-print-score): Idem.
1144
1145         * scm/lily.scm (default-toplevel-book-handler): Idem.
1146         (default-toplevel-music-handler): Idem.
1147         (default-toplevel-score-handler): Idem.
1148
1149         * ly/declarations-init.ly: Set default toplevel handlers.
1150
1151         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1152
1153         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1154         printer for score at toplevel.
1155
1156 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1157
1158         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1159         Fix for simple case: input/simple-song.ly, more complex stuff
1160         does not work yet.
1161
1162 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1163
1164         * lily/parser.yy (Prefix_composite_music): split Composite_music
1165         in Prefix_composite_music and Grouped_music_list.
1166         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1167
1168 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1169
1170         * scm/lily.scm (toplevel-expression): New define.
1171
1172         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1173
1174         * lily/parser.yy (toplevel_expression): Use it.
1175
1176         * lily/include/my-lily-parser.hh: Smobbify.
1177
1178         * lily/my-lily-parser.cc (parse_string): New method.
1179         
1180         * lily/my-lily-parser.cc (ly:parse-string): New function.
1181
1182         * Documentation/user/lilypond.tely: Add comment and workaround for
1183         gs-8.01 crash.  Fixes make web.
1184
1185         Simplification of toplevel music.
1186         
1187         * lily/lexer.ll, lily/parser.yy:
1188
1189         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1190         shift/reduce problem.
1191
1192         * Use NOTES mode at start of maininput.
1193
1194         * Grok toplevel composite music expression, put in score and book.
1195
1196         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1197
1198         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1199
1200         * input/simple.ly: New file.
1201         
1202         * input/simple-song.ly: Idem.
1203
1204 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1205
1206         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1207         Sandberg.
1208
1209 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1210
1211         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1212
1213 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1214
1215         * input/regression/accidental-octave.ly: doc automatic showing
1216         of note names.
1217
1218 2004-04-16  Heikki Junes <janneke@gnu.org>
1219
1220         * po/fi.po: do "make po && make -C po po-update" at top-level,
1221         then "cp po/out/fi.po po/fi.po" and update fields.
1222
1223         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1224
1225 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1226
1227         * Documentation/user/introduction.itely (About this manual): Fix
1228         templates and regression urls (backportme).
1229
1230 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1231
1232         * ly/engraver-init.ly (Score:graceSettings): Increase
1233         beamed-lengths, especially for 32nd notes.
1234
1235         * Documentation/user/notation.itely (Grace notes): Correct the
1236         syntax for add-grace-property example.
1237
1238 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1239
1240         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1241         `Generated' tag.
1242
1243         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1244         Severely broken (the Debian package, at least).
1245
1246 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1247
1248         * lily/context.cc (find_create_context): assign to lvalue.
1249
1250 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1251
1252         * lily/include/translator.hh (class Translator): rename
1253         get_parent_context() to context () to avoid confusion.
1254
1255         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1256
1257         * lily/lexer.ll: change is_string -> ly_c_string_p 
1258
1259         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1260
1261         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1262
1263         * VERSION: release 2.3.0
1264
1265         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1266
1267         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1268         if nonempty.
1269
1270         * lily/include/context.hh (class Context): make members protected.
1271         (children_contexts): new accessor function.
1272
1273         * lily/include/translator.hh (class Translator): make
1274         daddy_context_ protected.
1275         (class Translator): clean up. 
1276
1277         * lily/include/context.hh (class Context): make daddy_context_
1278         private.
1279
1280         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1281         higher for finding Voice. (backportme)  
1282
1283         * lily/include/context.hh (class Context): remove
1284         find_context_below() as a method.
1285
1286         * Documentation/user/notation.itely (The Lyrics context): add note
1287         about manual durations
1288
1289         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1290         encoding.
1291
1292         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1293
1294 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1295
1296         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1297         \usepackage{inputenc}
1298
1299         * lily/paper-book.cc (classic_output): don't advance Offset for
1300         TeX output.
1301
1302         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1303         ec-sauter.map in rules
1304
1305         * mf/ecb.mf (font_identifier): new file, based on ecbx
1306
1307         * mf/ecb10.mf (gensize): new file.
1308
1309         * Documentation/topdocs/NEWS.texi (Top): document some more new
1310         features.
1311
1312         * ly/declarations-init.ly: run convert-ly
1313
1314         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1315         from input-file-results. Remove input-file-results.* 
1316
1317 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1318
1319         * scm/output-ps.scm (font-command): Fix, again.
1320
1321         * input/test/title-markup.ly: Add \noPagebreak test.
1322
1323         * lily/score-engraver.cc (try_music): Bugfix.
1324
1325 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1326
1327         * lily/main.cc (main_with_guile): excise dependency options -M and
1328         --dep-prefix
1329
1330         * lily/input-file-results.cc: excise Makefile dependency code
1331
1332         * Documentation/user/invoking.itexi (Invoking the lilypond
1333         binary): remove dep doco
1334         
1335         * lily/main.cc (main_with_guile): call lilypond-main
1336         
1337         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1338
1339         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1340         exception.
1341
1342         * lily/my-lily-parser.cc: remove paper_description function
1343
1344         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1345         new function.
1346
1347         * lily/main.cc: remove global_score_count.
1348
1349         * lily/book.cc (process): don't take header from global_input_file.
1350
1351         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1352
1353         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1354
1355         * lily/music-output-def.cc (LY_DEFINE): new function
1356         ly_output_description. This function does the bulk for  setting,
1357         parsing and breaking down of an input file.
1358
1359         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1360         anonymous modules globally. Let's hope they get GCd
1361
1362         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1363
1364 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1365
1366         * scm/output-ps.scm (header): Papersize from paper.
1367
1368         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1369         for classic output.
1370
1371         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1372         lilypondclassic is defined.
1373         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1374
1375         * input/regression/between-systems.ly: Remove.
1376
1377         * python/lilylib.py (get_bbox): Fix regular expression
1378         for bounding box.
1379
1380         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1381
1382         * scm/output-tex.scm (stop-page): Use it.
1383
1384         * scm/output-ps.scm (define-fonts): Bugfix.
1385
1386         * lily/grob.cc: Add penalty to interface.
1387
1388         * lily/include/paper-line.hh (class Paper_line): New member
1389         var penalty_.
1390
1391         * lily/system.cc (get_line): Initialise Paper_line with
1392         page-penalty's from original grobs.
1393
1394         * scm/define-music-properties.scm (all-music-properties): Add
1395         page-penalty.
1396
1397         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1398
1399         * lily/score-engraver.cc (try_music): Handle page-penalty.
1400
1401         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1402
1403 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1404
1405         * ly/declarations-init.ly (melismaEnd): typo
1406
1407         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1408
1409         * scm/output-ps.scm (text): split string into spaces, use moveto
1410         for setting space. 
1411         
1412 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1413
1414         * po/nl.po: Update.
1415
1416         * scm/font.scm (add-cmr-fonts): Typo.
1417
1418 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1419
1420         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1421         font-encoding.
1422
1423         * scm/define-grobs.scm (all-grob-descriptions): idem.
1424
1425         * lily/time-signature.cc (numbered_time_signature): idem.
1426
1427         * scm/font.scm (add-cmr-fonts): use real encoding names for
1428         font-encoding.
1429
1430 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1431
1432         * lily/paper-book.cc (classic_output): 
1433         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1434         Fixes classic output.
1435         (lilypondstart):
1436         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1437         kludge.
1438
1439         * scripts/old-lilypond-book.py: Remove.
1440
1441         Page layout for SCOREs enclosed in a BOOK:
1442
1443         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1444         layout tweaking.
1445
1446         * input/les-nereides.ly (theScore): Add \book.
1447         
1448         * input/test/title-markup.ly: Add \book.
1449
1450         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1451         only if 'verbose.
1452
1453         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1454
1455         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1456
1457         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1458         * scm/output-tex.scm (start-system): Update for page layout by
1459         LilyPond.
1460
1461         * scm/output-ps.scm (start-system): Previously (new-start-system).
1462
1463         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1464         passed to define-fonts.
1465
1466         * lily/paper-column.cc: 
1467         * lily/system.cc (get_line):
1468         * ly/property-init.ly (newpage): 
1469         * scm/define-grob-properties.scm:
1470         * scm/output-ps.scm: 
1471         * scm/output-tex.scm: Remove between-system-string kludge.
1472
1473         * scm/output-ps.scm (define-fonts, font-command,
1474         font-load-encoding): Handle ENCODING = #f.
1475
1476         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1477
1478         * scm/define-markup-commands.scm (fill-line): Use
1479         make-simple-markup (WAS: unexisting make-word-markup).
1480
1481         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1482         ENCODING, MARKUP parameters for interpret_string.
1483
1484         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1485
1486         * lily/score.cc (book_rendering): New method.
1487         (default_rendering): Create Paper_book helper locally, dump
1488         output.
1489
1490         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1491
1492         * lily/parser.yy: Handle \book.
1493
1494         * lily/include/book.hh: 
1495         * lily/book.cc: New file.
1496
1497 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1498
1499         * lily/text-item.cc (interpret_string): new file, select font with
1500         encoding.
1501
1502         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1503
1504         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1505
1506         * lily/parser.yy (markup): take encoding from lexer.
1507
1508 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1509
1510         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1511
1512         * scm/output-ps.scm: Remove some cruft.
1513
1514 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1515
1516         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1517
1518         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1519
1520 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1521
1522         * scm/font.scm (add-century-schoolbook-fonts):
1523         (make-century-schoolbook-tree): New function.
1524
1525         * input/test/title-markup.ly: Use Century Schoolbook font.
1526
1527 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1528
1529         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1530         to Erik Sandberg) 
1531
1532         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1533
1534         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1535
1536         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1537
1538         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1539
1540 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1541
1542         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1543         solo-state (at end of solo), we can set the solo status
1544         too. (backportme.)
1545
1546         * input/regression/part-combine-solo-end.ly: new file.
1547
1548 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1549
1550         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1551         flavour abc files.  Really ignore unknown keys (backportme).
1552
1553 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1554
1555         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1556         magnification_ when looking up in orig_.
1557
1558         * scm/output-tex.scm (text): switch off char-mapping.
1559
1560         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1561         because AFM's encoding field cannot have spaces.
1562
1563 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1564
1565         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1566
1567 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1568
1569         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1570
1571         * mf/cmr.enc: new file, without hi-bit ascii info. 
1572
1573         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1574         width. This removes the 'hook' at the end of a long slur.
1575
1576         * buildscripts/mf-to-table.py (parse_logfile): don't append
1577         encoding to fontname.
1578
1579 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1580
1581         * scm/output-ps.scm (define-fonts): Load .enc only once.
1582
1583         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1584         too.
1585
1586 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1587
1588         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1589         encoding field.
1590
1591         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1592
1593         * ly/portuges.ly (pitchnames): new file.
1594
1595         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1596         Michael Welsh Duggan
1597
1598         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1599
1600         * ly/nederlands.ly: add comment about digits.
1601
1602         * lily/scaled-font-metric.cc (derived_mark): idem.
1603
1604         * scm/encoding.scm (make-encoding-mapping): change permutation to
1605         mapping.
1606
1607         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1608         (Modified_font_metric): make alist for coding_description_
1609         (LY_DEFINE): remove coding-name.
1610
1611         * scm/output-tex.scm (text): remove debugging code.
1612
1613         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1614
1615         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1616         from infile.
1617
1618         * mf/feta-generic.mf: move fet_beginfont into generic code.
1619         use fetaMusic (without space) as encoding
1620
1621         * mf/feta-autometric.mf: take encoding argument
1622
1623         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1624
1625         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1626         use.
1627
1628         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1629         name.
1630
1631 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1632
1633         * input/test/title-markup.ly: Set inputencoding.
1634
1635         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1636
1637         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1638
1639         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1640         function.
1641         (coding-alist): Also hold filename, command.
1642         (read-encoding-file): Return symbols.
1643
1644 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1645
1646         * scm/output-tex.scm: remove fontify; text and char take a font
1647         argument.
1648
1649         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1650
1651         * lily/scaled-font-metric.cc (text_dimension): init
1652         coding_{permutation,table}_ too 
1653         (LY_DEFINE): ly:font-encoding, new function return
1654
1655         * lily/paper-def.cc (find_scaled_font): take input coding from
1656         inputcoding paper var.
1657
1658         * lily/performance.cc (output): remap modulo 16.
1659
1660         * lily/text-item.cc (interpret_markup): whoops, variable
1661         shadowing fixed.
1662
1663 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1664
1665         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1666         symbols, not symbols to strings.
1667         
1668         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1669         symbols, not symbols to strings.
1670
1671 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1672
1673         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1674         (ly:kpathsea-gulp-file): New function.
1675
1676         * scm/encoding.scm (read-encoding-file): Use it.
1677
1678 2004-04-06  Werner Lemberg  <wl@gnu.org>
1679
1680         * scm/encoding.scm (coding-alist): Fix typo.
1681
1682 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1683
1684         * lily/scaled-font-metric.cc (text_dimension): move function from
1685         Font_metric
1686         (make_scaled_font_metric): init coding_scheme_ to TeX
1687         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1688
1689         * lily/include/scaled-font-metric.hh (struct
1690         Modified_font_metric): rename from Scaled_font_metric
1691
1692         * scm/encoding.scm (read-encoding-file): split up large function,
1693         leave caching to (delay)
1694
1695         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1696
1697 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1698
1699         * lily/my-lily-lexer.cc (set_encoding): New method.
1700
1701         * lily/lexer.ll: Grok \encoding.
1702
1703         * lily/font-metric.cc (get_encoded_index): New function.
1704
1705         * lily/include/font-metric.hh (coding_scheme): New method.
1706
1707         * scm/encoding.scm: New file.
1708
1709         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1710
1711 2004-04-05  Werner Lemberg  <wl@gnu.org>
1712
1713         * Documentation/user/tutorial.itely: Revised (finished).
1714
1715         * Documentation/user/macros.itexi (@separate): Removed.
1716
1717 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1718
1719         * scm/output-ps.scm (define-fonts): fix scaling.
1720
1721         * lily/scaled-font-metric.cc (design_size): add function.
1722
1723         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1724         partial cut&paste of ly:font-magnification.
1725
1726 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1727
1728         * scm/output-ps.scm (define-fonts):
1729         (fontify): Update.
1730
1731 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1732
1733         * po/fr.po: update. (backportme).
1734
1735         * po/nl.po: update. (backportme). 
1736
1737         * mf/feta-beugel.mf: document why design size is not fixed.
1738
1739         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1740
1741 2004-04-04  Werner Lemberg  <wl@gnu.org>
1742
1743         * Documentation/user/tutorial.itely: Revised (continued).
1744
1745 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1746
1747         * po/nl.po: Update (backportme).
1748
1749 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1750
1751         * po/de.po: update. (backportme).
1752
1753         * scm/output-tex.scm (font-command): use ly: functions to
1754         construct name.
1755         (define-fonts): don't use alist, just dump \font definitions.
1756         (font-load-command): calculate proper scaling by taking
1757         outputscale from paper argument.
1758
1759         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1760         expression.
1761
1762         * lily/paper-outputter.cc (output_header): pass paper arg to
1763         define-fonts
1764
1765         * lily/paper-def.cc (font_descriptions): dump list of
1766         Scaled_font_metrics
1767         (find_scaled_font): take Font_metric argument, store
1768         Scaled_font_metrics in hash-table containing (size ->
1769         Scaled_font_metrics) alist.
1770         (get_dimension): rename from get_realvar
1771
1772         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1773         ly:font-magnification, ly:font-name: new functions
1774
1775 2004-04-03  Werner Lemberg  <wl@gnu.org>
1776
1777         * Documentation/user/dedication.itely,
1778         Documentation/user/preface.itely,
1779         Documentation/user/introduction.itely,
1780         Documentation/user/tutorial.itely: Revised.
1781         Removing leading spaces which distorts output if info files are read
1782         with stand-alone info.
1783         Removing superfluous inter-word spaces which also distorts output
1784         for stand-alone info.
1785         Using ` and ' instead of `` and '' everywhere to improve
1786         legilibility with stand-alone info
1787         Using @samp for single-letter input items and data which contains
1788         spaces, @code for other things.
1789
1790         * lily/grob-interface.cc: Adding copyright.
1791         (check_interfaces_for_property): Improve format of warning message.
1792
1793 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1794
1795         * lily/include/font-metric.hh (struct Font_metric): add
1796         design_size () method.
1797
1798         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1799
1800         * lily/afm.cc (read_afm_file): read design size.
1801
1802         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1803
1804         * scm/music-functions.scm (unfold-repeats): handle dots too.
1805
1806 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1807
1808         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1809         (backportme)
1810
1811 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1812
1813         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1814         lyric indent.  Revert melismaBusyProperties using \unset.
1815
1816 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1817
1818         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1819
1820         * lily/parser.yy (command_element): allow redefinition of |
1821         meaning.
1822
1823         * lily/break-align-engraver.cc (acknowledge_grob): construct
1824         LeftEdge where the first cause for alignment is coming from.
1825         This makes \override Staff.LeftEdge work as expected.
1826
1827         
1828         * lily/slur-performer.cc (Slur_performer): add inits
1829
1830         * lily/beam-performer.cc (Beam_performer): add inits
1831
1832 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1833
1834         * VERSION (PACKAGE_NAME): release 2.2.0
1835
1836         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1837
1838 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1839
1840         * lily/cluster.cc (height): Fix warning.
1841
1842         * lily/parser.yy: Janitorial cleanups.
1843
1844         * Documentation/user/tutorial.itely (Tutorial): Typo.
1845
1846 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1847
1848         * lily/change-iterator.cc (process): search at multiple context
1849         levels. This fixes 
1850
1851         
1852         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1853         not voice-state index for tie state. This fixes a partcombine
1854         problem with ties.
1855
1856         * Documentation/user/tutorial.itely (Commenting input files): add
1857         note about convert-ly.
1858
1859         * input/test/cadenza-skip.ly:  new file.
1860
1861 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1862
1863         * po/nl.po: Spelling fixes.
1864
1865         * autogen.sh (srcdir): Regenerate.
1866
1867         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1868         autogen.sh.
1869
1870         * configure.in: Use C++ to check for C++ header.
1871
1872         * po/nl.po: Update.
1873
1874         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1875
1876         * lily/event.cc (to_relative_octave): Translatable sentence should
1877         be one string.
1878
1879         * python/lilylib.py (warranty): Year range is not translatable.
1880         It's 2004 already!
1881
1882         * flower/warn.cc (non_fatal_error, warning, programming_error):
1883         Remove whitespace from translated string.
1884
1885 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1886
1887         * VERSION: release 2.1.37.
1888
1889 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1890
1891         * configure.in: check for C language.
1892
1893         * lily/source-file.cc: include strstream without h.
1894
1895         * scm/documentation-generate.scm (string-append): use name without
1896         .texi.
1897
1898         * autogen.sh (srcdir): SUSE fix.
1899
1900         * Documentation/user/notation.itely (Ancient clefs): idem.
1901
1902         * Documentation/user/lilypond-book.itely (Integrating HTML and
1903         music): idem.
1904
1905         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1906
1907         * lily/change-iterator.cc (process): use find_existing_context().
1908
1909         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1910
1911         * input/regression/repeat-unfold-tremolo.ly: new file.
1912
1913         * scm/music-functions.scm (unfold-repeats): undo music compression
1914         too.
1915
1916         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1917         (LY_DEFINE): ly:music-compress new function.
1918
1919         * scm/part-combiner.scm (determine-split-list): split for voice
1920         crossings
1921
1922         * input/regression/part-combine-cross.ly: new file.
1923
1924         * scm/part-combiner.scm (make-part-combine-music): don't do
1925         relative inside partcombine arguments.
1926
1927         * scm/music-functions.scm (make-non-relative-music): new function.
1928
1929         * Documentation/user/notation.itely (Automatic part combining):
1930         add note about \relative.
1931
1932         * lily/part-combine-iterator.cc (construct_children): add
1933         start_moment_ member.
1934
1935         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1936         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1937
1938         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1939
1940         * Documentation/user/changing-defaults.itely (Which properties to
1941         change): fixes.
1942
1943 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1944
1945         * po/fr.po: update.
1946
1947 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1948
1949         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1950
1951         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1952         Reinstate old code that issues warning.  Fixes --srcdir build.
1953
1954 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1955
1956         * input/wilhelmus.ly: New file.
1957
1958         * Documentation/user/notation.itely: 
1959         * Documentation/user/introduction.itely:
1960         * Documentation/user/tutorial.itely: Use quote ly-option instead
1961         of explicit @quotation.  This fixes too long lilypond linewidths
1962         resulting in overful hboxes.
1963
1964         * scripts/lilypond-book.py: Add ly-option: `quote'.
1965
1966 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1967
1968         * tex/titledefs.tex: Avoid that the first score line is extra
1969         indented if instrument is defined but not piece.
1970
1971 2004-03-30  Werner Lemberg  <wl@gnu.org>
1972
1973         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1974         `lilypond/' to info file name.
1975         (@usermanref) [info]: New variant.
1976
1977         * scm/documentation-generate.scm: Fix definition of @usermanref
1978         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1979         to info file name.
1980
1981 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1982
1983         * VERSION: release 2.1.36
1984         
1985         * Documentation/user/changing-defaults.itely (Interpretation
1986         contexts): rewrite introduction.
1987
1988 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1989
1990         * scm/define-markup-commands.scm: Use TeX accents instead of
1991         straight iso-8859-1 encoding in the doc string.
1992
1993 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1994
1995         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1996         space after dotted duration.
1997
1998 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1999
2000         * Documentation/user/introduction.itely: 
2001         * Documentation/user/notation.itely:
2002         * Documentation/user/tutorial.itely: Up all relative examples.
2003         Enclose @lilypond displays in @quotation.  Typos and corrections.
2004
2005         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2006
2007 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2008
2009         * scm/music-functions.scm (make-voice-props-revert): Revert also
2010         MultiMeasureRest staff-position in oneVoice.
2011
2012 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2013
2014         * Documentation/user/changing-defaults.itely, 
2015         Documentation/user/lilypond.tely: few fixes. Place no comma between
2016         two options: a and b, but commas between three options: a, b, and c.
2017         By this manner, grouping is possible: a and b, and c and d.
2018
2019 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2020
2021         * Documentation/user/GNUmakefile: add rule for .nexi
2022
2023 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2024
2025         * Documentation/user/music-glossary.tely: move glossary direntry
2026
2027         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2028         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2029
2030 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2031
2032         * stepmake/aclocal.m4: Verify that gettext configure check with
2033         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2034
2035 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2036
2037         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2038         glob.glob for .png filenames. This catches multipage pngs.  
2039
2040         * Documentation/user/changing-defaults.itely (Determining the grob
2041         property): fix references.
2042
2043         * lily/staff-symbol.cc (print): only add extent if non empty.
2044         This fixes staff-container.ly.
2045
2046         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2047         starting with a mmrest also works.
2048
2049         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2050         PNG for texinfo too.
2051
2052         * po/lilypond.pot: update translation strings.
2053
2054         * VERSION: 2.1.35 released
2055         
2056         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2057         context argument too.
2058
2059         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2060
2061         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2062
2063         * python/lilylib.py (command_name): don't return 1st path
2064         component.
2065
2066         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2067         .png case separately.
2068
2069         * python/lilylib.py (system): typo.
2070         
2071 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2072
2073         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2074         run indent-region.
2075
2076         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2077         Fixes compile.
2078
2079         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2080         Add header.
2081
2082 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2083
2084         * vim/lilypond-indent.vim: small fixes.
2085
2086 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2087
2088         * Documentation/user/notation.itely (Entering lyrics): Add example
2089         with correct english double quotes (at least for LaTeX output,
2090         maybe not a good idea if we switch to PS as the default output
2091         format).
2092
2093 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2094
2095         * lily/staff-performer.cc (create_audio_elements): play instrument
2096         changes before notes arrive. This fixes instrument of the first
2097         note in a score.
2098
2099         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2100         to 1.9.0 conversion.
2101
2102         * lily/mark-engraver.cc: doc string.
2103
2104         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2105
2106         * Documentation/user/introduction.itely (Introduction): new node.
2107
2108 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2109
2110         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2111
2112         * input/regression/spacing-ragged-last.ly: new file.
2113
2114         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2115         spacing.
2116
2117         * scm/font.scm: rewrite using GOOPS.
2118         
2119         * lily/context-def.cc (filter_engravers): derefence pointer.
2120
2121         * lily/lily-guile.cc (type_check_assignment): use
2122         ly_scheme_function iso. scm_primitive_eval where possible.
2123
2124         * lily/performance.cc (output): limit channels at 15. This fixes
2125         percussion inadvertently showing up in large scores.
2126
2127 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2128
2129         * input/regression/tuplet-gap.ly: new file.
2130
2131         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2132         (print): compute gap length from number size, include italic
2133         correction.
2134
2135         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2136         tuplet-bracket
2137
2138         * scm/paper.scm (set-default-paper-size): new function, to be
2139         called at toplevel.
2140         (set-paper-size): new function, to be called inside \paper {}
2141         (set-default-paper-size): new function, to be called at toplevel.
2142
2143         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2144
2145         * lily/beam-performer.cc (process_music): idem.
2146
2147         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2148         
2149         * tex/titledefs.tex: remove scshape for piece.
2150
2151         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2152         font-family
2153
2154         * lily/time-signature.cc (special_time_signature): font-encoding
2155         not family.
2156
2157         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2158         dynamic to head. This fixes p placement in morgenlied.
2159
2160 2004-03-23  Werner Lemberg  <wl@gnu.org>
2161
2162         * stepmake/stepmake/generic-targets.make (help): Improve text.
2163
2164 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2165
2166         * VERSION: 2.1.34 released
2167         
2168         * lily/main.cc (main_with_guile): switch debugging.
2169
2170         * lily/system.cc (get_line): plug leak.
2171
2172         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2173         and contents.
2174         (stencil2line): plug leak.
2175
2176         * Documentation/user/changing-defaults.itely (Determining a grob
2177         property):  new node.
2178         (Layout interfaces): new node.
2179         (Navigating the program reference): new node.
2180
2181         * lily/accidental-engraver.cc (acknowledge_grob): add property
2182         harmonicAccidentals
2183
2184         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2185         general cleanups.
2186         
2187         * input/les-nereides.ly (middleDynamics): resurrect Les
2188         nereides. Remove pedal hack.
2189
2190 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2191
2192         * input/regression/property-grace-polyphony.ly: new file.
2193
2194         * lily/translator-property.cc (execute_pushpop_property): only pop
2195         one instance of the property. This fixes << \\ >> together with
2196         \grace.
2197
2198         * lily/break-align-interface.cc (ordered_elements): we cannot
2199         modify the #'elements property, so return reordered array.
2200
2201 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2202
2203         * buildscripts/lilypond.words.py: remove.
2204         * buildscripts/lilypond-words.py: add new, renamed file. 
2205         Give generated targets and dirs explicitly in arguments.
2206
2207         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2208         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2209         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2210         
2211         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2212
2213         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2214
2215         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2216         orders.
2217
2218         * vim/GNUmakefile: add local-uninstall target.
2219
2220         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2221         
2222         * vim/vimrc: add a one-liner file.
2223
2224         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2225         vimrc in EXTRA_DIST_FILES.
2226
2227         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2228
2229 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2230
2231         * config.make.in: add vimdir.
2232
2233         * vim/GNUmakefile: add local-install.
2234
2235 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2236
2237         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2238         with \lilypondifundefined{blabla}. Solves problem with multiple
2239         titles in the same lilypond-book document.
2240
2241 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2242
2243         * scm/document-backend.scm (interface-doc): sort grob list for
2244         interface.
2245
2246         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2247         pre/post break align-order.
2248
2249         * spelling patch courtesy Edward Sutton.
2250
2251         * Documentation/user/changing-defaults.itely (Changing context
2252         default settings): new node.
2253         (Defining new  contexts): new node.
2254
2255         * scripts/lilypond-book.py (is_derived_class): use numbers
2256         iso. booleans.
2257
2258         * python/lilylib.py (make_ps_images): add margin to PS images.
2259
2260         * scripts/lilypond-book.py (is_derived_class): new function. Take
2261         class arg iso. object.
2262         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2263         for bug in GS/dvips.
2264
2265         * lily/text-item.cc (interpret_markup): idem.
2266
2267         * scm/define-markup-commands.scm: remove split around-space hack.
2268
2269         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2270         function, fold WL's fixes into one function.
2271
2272 2004-03-22  Werner Lemberg  <wl@gnu.org>
2273
2274         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2275         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2276         (Note_column::head_position_interval): Do proper rounding for
2277         calls to Staff_symbol_referencer::get_position.
2278
2279 2004-03-21  Werner Lemberg  <wl@gnu.org>
2280
2281         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2282         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2283         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2284         (My_lily_parser::parse_file): Improve formatting progress indication
2285         sent to stdout.
2286
2287 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2288
2289         * VERSION: 2.1.33 released.
2290
2291         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2292
2293         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2294
2295         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2296         warning is issued about dummy.dep.
2297
2298         * scm/new-font.scm: fix design sizes of nummer
2299
2300 2004-03-21  Werner Lemberg  <wl@gnu.org>
2301
2302         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2303         some annoying warnings from mkdir during `make install'.
2304
2305 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2306
2307         * lily/performer-group-performer.cc (do_announces): call
2308         Performer_group_performer::create_audio_elements () too.
2309
2310         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2311
2312         * scm/define-grobs.scm (all-grob-descriptions): add property
2313         break-align-orders
2314
2315         * lily/global-context.cc (get_default_interpreter): new
2316         function. Override from base class, so no new Score contexts are
2317         created.
2318
2319         * lily/include/stencil.hh (class Stencil): document origin field.
2320
2321         * lily/staff-symbol.cc (print): span staff-symbol on column
2322         extents for non-broken columns. 
2323
2324         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2325         key-signature.
2326
2327         * tex/titledefs.tex: don't use smallcaps for piece.
2328
2329         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2330         translated stencils in the output.
2331
2332         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2333
2334 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2335
2336         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2337         and init ties_created_
2338
2339         * VERSION: release 2.1.32
2340
2341         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2342         doc string from IMPLEMENT_CTOR_CALLBACK().
2343
2344         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2345         that engraver is in a performer hierarchy.
2346
2347 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2348
2349         * vim/lilypond-ftdetect.vim: new file.
2350
2351 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2352
2353         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2354         (compose_ly): default octave should be middle C.
2355
2356         * Documentation/user/changing-defaults.itely (Layout tunings
2357         within contexts): new node.
2358
2359         * lily/include/smobs.hh: document C++ smob interface.
2360
2361         * lily/function-documentation.cc: don't doc functions without
2362         docstring.
2363
2364 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2365
2366         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2367         direntry, so that `info lilypond' goes to Top.
2368
2369         * scm/output-ps.scm (polygon): Fix: add spaces.
2370
2371         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2372         solutions are now optimal too.
2373
2374         * input/test/page-breaks.ly: New file.
2375
2376         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2377         functions into safe module.
2378
2379         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2380         end, prepend zeros.
2381
2382         * scm/output-*.scm: Use ly:number->string rather than
2383         number->string.  Makes for saner output.
2384
2385         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2386         Fixes feta-nummer, feta-din scaling.
2387
2388 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2389
2390         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2391
2392         * scm/music-functions.scm (descend-to-context): new
2393         function. Similar to context-spec-music.
2394         (make-time-signature-set): specify Score as descend-only. This
2395         fixes the polymetric.ly example.
2396
2397         * lily/context-specced-music-iterator.cc (construct_children): add
2398         support for descend-only context spec.
2399
2400         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2401         determine ez-notation letter. 
2402
2403         * lily/system.cc (get_line): start with dumping layer 3. This
2404         fixes ez notation.
2405
2406 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2407
2408         * input/test/title-markup.ly: Stress breaking harder.
2409
2410         * scm/page-layout.scm (height-score): Overfull page scores twice
2411         as bad as underfull (was: by a power).
2412         (walk-lines): Omit first walk-path round (breaking after new node,
2413         without lines).
2414
2415         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2416         diff values are negative.
2417         (output): Bugfix: treat negative vfill differently.
2418
2419         * Documentation/user/lilypond.tely (direntry): Add note about why
2420         `info lilypond' brings up `Invoking LilyPond' node.
2421
2422 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2423
2424         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2425
2426         * lily/paper-book.cc: Remove cruft.
2427         (output): Bugfix: put vfill between lines.
2428         (pages): Bugfix: set page vars needed for filling.
2429
2430         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2431         (was: @ar).
2432
2433         * scm/page-layout.scm: Further development.
2434
2435         * ly/declarations-init.ly (paper): Define page-breaking.
2436
2437 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2438
2439         * lily/note-head.cc (brew_ez_stencil): add note-names
2440         property. Provides internationalization for note names.
2441
2442         * Documentation/user/changing-defaults.itely (Creating contexts):
2443         new node.
2444
2445         * lily/grace-iterator.cc (process): descend to child for \grace.
2446
2447         * lily/timing-translator.cc (initialize): Timing_translator adds
2448         Timing alias by itself.
2449
2450         * lily/context.cc (add_alias): new function.
2451
2452         * scm/lily.scm (tex-output-expression): new function, eval within
2453         drawing API. Guards against eval vulnerabilities.
2454
2455         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2456
2457         * scm/output-ps.scm (scm): export lily drawing API.
2458
2459         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2460         throughout.
2461
2462 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2463
2464         * scm/page-layout.scm (optimal-page-breaking): New function.
2465         
2466         * lily/paper-book.cc (pages): Use it.
2467
2468 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2469
2470         * lily/include/paper-line.hh (class Paper_line): Full smob.
2471
2472 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2473
2474         * lily/global-context.cc (run_iterator_on_me): fix grace note
2475         nesting by initting measurePosition.
2476
2477         * lily/timing-translator.cc (initialize): do no init
2478         measurePosition
2479         
2480         * lily/include/music-output-def.hh (class Music_output_def): add
2481         input_origin_ field.
2482
2483         * Documentation/user/changing-defaults.itely (Changing context
2484         properties on the fly): new node.
2485
2486         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2487         function. Only have smobbed_copy (), and do not provide
2488         smobbed_copy() for non-simple smobs. Changes throughout.
2489
2490 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2491
2492         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2493         start_moment_. Fix by Doug A. Linhardt.
2494
2495 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2496
2497         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2498         accidentals for harmonic notes.
2499
2500         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2501         of different style. (Thanks to Doug Linhardt).
2502
2503         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2504         new node.
2505
2506 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2507
2508         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2509
2510         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2511         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2512         vim/lilypond-indent.vim: doc targets and deps in comments.
2513
2514 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2515
2516         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2517
2518         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2519
2520         * lily/include/paper-line.hh:
2521         * lily/include/paper-line.cc: New file.
2522
2523 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2524
2525         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2526
2527         * GNUmakefile.in: remove stray make out=www
2528
2529         * input/test/bagpipe.ly (gcdg): octave fixes.
2530
2531         * scm/define-markup-commands.scm (number): use font-encoding
2532         iso. font-family
2533
2534         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2535         font-encoding.
2536         
2537 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2538
2539         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2540         `output_format_global' and `PAGE_LAYOUT'.
2541
2542 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2543
2544         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2545         lily functions in safe mode.
2546
2547         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2548         Print filename for HTML, LATEX, before texidoc.
2549
2550         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2551         instructions in output-ps module.
2552
2553         * scm/lily.scm: Do not load output-ps module.
2554
2555         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2556         safe mode.
2557
2558 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2559
2560         * lily/span-dynamic-performer.cc (process_music): remove spurious
2561         warning.
2562
2563         * lily/context-def.cc (Context_def): init name to ""
2564
2565         * lily/font-interface.cc: add font-encoding property.
2566
2567         * scm/lily.scm (chain-assoc-get): bugfix.
2568
2569         * lily/paper-book.cc (stencil2line): protect static SCM.
2570
2571         * lily/font-interface.cc (text_font_alist_chain): rename function,
2572         and use text-font-defaults. 
2573
2574         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2575
2576         * scm/paper.scm (paper-set-staff-size): use new function.
2577
2578         * scm/new-font.scm (make-font-tree): new function.
2579
2580 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2581
2582         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2583
2584         * scm/lily.scm (get-output-module): New function.
2585         (output-alist): Remove ,ps-output-expression.
2586
2587         * scm/output-tex.scm (ps-output-expression): New function.
2588
2589         * scm/output-ps.scm (ps-output-expression): Remove.
2590         (header, start-page): Output page metadata.
2591
2592         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2593         initialise output_module_.  Do not write part of header.
2594         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2595         (output_header): Output full header.
2596
2597         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2598         FIXME.
2599
2600 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2601
2602         * scm/new-font.scm: new file. Tree based font lookup.
2603
2604         * scm/lily.scm (assoc-get): take default argument. Remove
2605         assoc-get-default.
2606         (chain-assoc-get): use chain-assoc-get everywhere.
2607
2608         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2609         autobeamsettings conversion bug.
2610
2611         * lily/include/global-context.hh (Context): clean-up data hiding.
2612
2613         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2614         data hiding.
2615
2616         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2617
2618         * input/regression/stem-shorten.ly: add chord case.
2619
2620         * lily/stem.cc (get_default_stem_end_position): shorten stems
2621         triggered by note-head positions, not by forced-direction. This
2622         fixes a bug with too short stems.  
2623  
2624 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2625
2626         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2627         Lilypond_snippet.output_latex): Always call output_print_filename.
2628
2629         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2630         expand pages.
2631
2632 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2633
2634         * scm/part-combiner.scm (make-autochange-music): switch rests
2635         before switched notes too.
2636
2637         * lily/figured-bass-engraver.cc (process_music): change calling
2638         convention.
2639
2640         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2641
2642         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2643         command.
2644
2645         * lily/include/stencil.hh (class Stencil): add origin field.
2646
2647         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2648         function.
2649
2650         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2651
2652         * lily/lexer.ll: remove support for \$ and $ in identifiers
2653
2654         * lily/sequential-iterator.cc: remove copy_grace_fixups
2655         (get_grace_fixup): slight abstraction of fixup code.
2656
2657         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2658
2659 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2660
2661         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2662         in insert-mode. add indenting rules.
2663
2664 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2665
2666         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2667         protect hack.
2668
2669         * scm/page-layout.scm:
2670         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2671         layout and titling should now match external latex based version.
2672
2673         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2674         header fields.
2675
2676         * ps/lilyponddefs.ps: Remove automatic page layout.
2677
2678         * scm/output-ps.scm (new-start-system): New interface function.
2679
2680         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2681
2682         * lily/paper-book.cc (output): Bugfix.
2683
2684 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2685
2686         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2687         
2688 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2689
2690         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2691         direntries.
2692
2693         * ps/lilyponddefs.ps: Bugfix.
2694
2695         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2696
2697 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2698
2699         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2700         cause. This should fix warnings.
2701
2702         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2703
2704         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2705         prevent aligned 6ths.
2706
2707         * lily/custos.cc (print): remove adjust-if-on-staffline.
2708
2709 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2710
2711         * lily/paper-book.cc: Do header and footer.
2712
2713 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2714
2715         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2716
2717         * scm/paper.scm (lineheight): Remove
2718         (head-sep, foot-sep): Add.
2719
2720 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2721
2722         * mf/feta-schrift.mf: reduce portato thickness.
2723
2724         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2725
2726         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2727         programming_error ().
2728
2729         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2730         bracket to last command column.
2731
2732         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2733         continues on next/prev system.
2734
2735         * input/regression/pedal-end.ly: new file.
2736
2737 2004-03-10  Werner Lemberg  <wl@gnu.org>
2738
2739         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2740         Remove pmx2ly stuff.
2741         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2742
2743 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2744
2745         * scm/page-layout.scm: New file.
2746
2747         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2748         settings.
2749         (Lilypond_snippet.is_outdated): Also check for PNG file.
2750         Workaround for interrupted (web) builds.
2751
2752         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2753
2754         * ps/lilyponddefs.ps: Use only very small top-marging.
2755         (init-paper): Also pop page size string.
2756         (start-page, stop-page): New function.
2757
2758         * scm/output-ps.scm (header-end): Remove stray exec commands.
2759
2760 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2761
2762         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2763
2764         * lily/score.cc (default_rendering): clean protection.
2765
2766         * lily/paper-book.cc (mark_smob): implement smob marking.
2767
2768         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2769
2770         * Documentation/user/*.itely: user manual edits. 
2771
2772 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2773
2774         * Documentation/user/converters.itely (Invoking musedata2ly):
2775         remove pmx2ly.
2776
2777         * scripts/pmx2ly: remove script.
2778         
2779 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2780
2781         * lily/score.cc (default_rendering): Protect paper-book members.
2782
2783         * lily/paper-def.cc (smobbed_copy): New method.
2784
2785         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2786         switch runtime.
2787
2788         * lily/include/music-output.hh (process): Change signature to
2789         return SCM.
2790
2791         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2792         method.
2793
2794         * lily/paper-score.cc (process): Return stencils rather than
2795         outputting directly.  Remove paper-book kludge.  Delete grobs.
2796         (output): Remove.
2797
2798         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2799
2800         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2801
2802         * lily/score.cc (default_rendering)
2803         (ly_render_output): Move adding paper-score two levels up.
2804
2805         * lily/system.cc (get_line):
2806         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2807
2808 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2809
2810         * scm/font.scm (paper20-font-vector): add more design sizes for
2811         number.
2812
2813         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2814         feta-nummber{5,7,11,13}.
2815
2816         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2817         for 12pt design size. 
2818
2819 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2820
2821         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2822
2823 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2824
2825         * lily/font-select.cc (properties_to_font_size_family): Fix
2826         warning message.
2827
2828         * Experimental PostScript latin1 encoding:
2829         
2830         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2831
2832         * scm/output-ps.scm: Experimental encoding using reencode-font.
2833         * scm/font.scm: Add latin1 `font-shape'.
2834         
2835         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2836
2837         * ps/lilyponddefs.ps (reencode-font): New function.
2838
2839         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2840
2841         * scm/output-tex.scm (start-page):
2842         (stop-page): New interface function.
2843
2844 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * lily/paper-outputter.cc (output_expr):
2847         (output_header):
2848         (output_line): New method.
2849
2850         * lily/system.cc (get_line):
2851         (get_lines): New method.
2852         (output_scheme):
2853         (output_line): Remove.
2854
2855         * scm/lily.scm (make-title): New function.
2856
2857         * lily/paper-book.cc: 
2858         * lily/include/paper-book.hh: New file.
2859
2860         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2861         ly-modules.hh).
2862
2863         * lily/ly-module.cc (ly_modules_lookup): New function.
2864
2865         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2866
2867         * scm/output-ps.scm (make-title): Remove.
2868         (output-scopes): Junk header-title test.
2869
2870 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2871
2872         * mf/feta-schrift.mf: thicker dot for portato.
2873
2874         * lily/accidental-placement.cc (position_accidentals): bugfix in
2875         offset, this fixes right-padding of AccidentalPlacement.
2876
2877         * lily/[h-z]*.cc: () formatting.
2878
2879         * Documentation/user/tutorial.itely (An orchestral part): more
2880         fixes for the tutorial.
2881
2882         * scm/translation-functions.scm (fraction-tuplet-formatter):
2883         reverse fraction.
2884
2885         * lily/parser.yy (context_def_spec_block): use \context instead of
2886         \translator.
2887
2888         * lily/[a-g].cc: () style cleanup.
2889
2890         * Documentation/user/tutorial.itely (Automatic and manual beams):
2891         editing of tutorial.
2892
2893 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2894
2895         * buildscripts/mf-to-table.py (base): write encoding name.
2896
2897 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2898
2899         * Documentation/user/GNUmakefile (local-install-info): Issue
2900         warning (for packager, ie, if not installing in /usr or /usr/local).
2901
2902         * lily/stencil-scheme.cc: 
2903         * lily/staff-symbol-referencer.cc: 
2904         * lily/script-column.cc: 
2905         * lily/pitch.cc: 
2906         * lily/music.cc: 
2907         * lily/grob-pq-engraver.cc: 
2908         * lily/font-interface.cc: 
2909         * lily/music-output-def.cc: 
2910         * lily/duration.cc: 
2911         * lily/grob-scheme.cc:
2912         * lily/context-scheme.cc: Put scheme name on first line in
2913         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2914         style cleanups.
2915
2916         * stepmake/stepmake/scm-vars.make: 
2917         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2918         Rename and split TAGS_FILES.
2919
2920         * GNUmakefile.in (ALL-TAGS): Remove.
2921         
2922         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2923         deeper TAGS files.  Fixes regexp tags in TOP dir.
2924
2925 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * VERSION: 2.1.29 released.
2928         
2929         * Documentation/user/changing-defaults.itely (Changing defaults):
2930         new file.
2931
2932         * Documentation/user/notation.itely (Notation manual): rename from 
2933         refman.itely
2934
2935         * Documentation/user/notation-appendices.itely (The Feta font):
2936         new file.
2937
2938         * Documentation/user/advanced.itely: add aborted attempt for
2939         advanced topics manual.
2940
2941 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2942
2943         * scm/new-markup.scm: display Markups in sane format. Patch by
2944         Nicolas Sceaux.
2945
2946 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2947
2948         * lily/main.cc: Cleanups.
2949         (setup_localisation): New function.
2950         (sane_putenv): Remove.
2951         (main_with_guile): New name (Was: main_prog).  Remove musings
2952         about possible preparation for GUILE heavy memory usage and
2953         practical uselessness.  Do not set environment variables
2954         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2955         name juggling.
2956         (parse_argv): New function.
2957         (copyright): New function.  It's 2004 already.
2958
2959         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2960         (distill_inname): Move from main.
2961
2962 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2963
2964         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2965
2966         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2967
2968         * Documentation/user/running.itely: new file.
2969
2970         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2971
2972         * lily/score-performer.cc (finish): call Translator::finalize ().
2973
2974 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2975
2976         * lilypond-ftpplugin.vim: renamed to the following file.
2977         * lilypond-ftplugin.vim: new file.
2978
2979         * GNUmakefile.in: update VIM_FILES.
2980
2981 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2982
2983         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2984         props.
2985
2986         * input/test/tie-sparse.ly: remove.
2987
2988         * lily/tie-performer.cc (try_music): copy & paste from
2989         Tie_engraver.
2990
2991         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2992         variable_ref twice.
2993
2994         * lily/key-performer.cc (create_audio_elements): use
2995         alterations-in-key.
2996
2997         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2998
2999 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3000
3001         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3002         handle also quarter tones (not shown as tests). test also flats.
3003
3004         * Documentation/index.html.in: small fixes.
3005
3006 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3007
3008         * input/regression/new-markup-scheme.ly: Typo.
3009
3010         * scm/define-markup-commands.scm (fill-line): New markup.
3011
3012         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3013         (output-paper-def): Fix alignment.
3014         (make-title): Fix height/width scaling.
3015
3016         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3017
3018         * input/test/title-markup.ly: Add remaining titles.  Layout and
3019         font size fixes.  Add simplistic latin1 test.
3020
3021 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3022
3023         * input/test/nested-groups.ly: remove. move content (to next). 
3024         * input/test/staff-bracket.ly: replace content (from prev), this 
3025         has been already in templates.
3026
3027 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3028
3029         * stepmake/autogen.sh: Only issue warning about running configure
3030         without arguments when autogen.sh will actually be running
3031         configure.
3032
3033 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3034
3035         * scm/new-markup.scm (stack-stencil-line): robustness.
3036
3037         * scm/define-markup-commands.scm (simple): robustification of
3038         simple-markup.
3039
3040         * Documentation/user/music-glossary.tely (Top): change central C
3041         to middle C.
3042
3043         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3044
3045 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3046
3047         * input/test/title-markup.ly (spaceTest): Add.
3048
3049         * lily/text-item.cc (interpret_markup): Make line markup from
3050         multi word markup.
3051
3052         * scm/define-markup-commands.scm (word): New markup command.
3053         (simple): Use it.
3054
3055         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3056
3057 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3058
3059         * vim/ftplugin/lilypond.vim:
3060         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3061         show matching paren in insert mode.
3062
3063 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3064
3065         * scm/output-ps.scm (make-title, output-scopes): Further
3066         development.
3067
3068         * input/test/title-markup.ly: New file.
3069
3070         * ps/lilyponddefs.ps: Disable PostScript titling.
3071
3072         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3073
3074 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3075
3076         * lily/arpeggio.cc (width_callback): remove padding.
3077  
3078         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3079
3080         * scm/define-music-types.scm: remove make-music-by-name.
3081
3082         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3083
3084 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3085
3086         * lily/paper-score.cc (process): Output titles using make-title.
3087
3088         * scm/output-ps.scm (output-stencil): Display directly instead of
3089         constructing string.
3090         (make-title): New function.
3091
3092 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3093
3094         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3095         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3096         Move documentation of LaTeX packages for latin1 characters to the
3097         lilypond-book manual.
3098
3099 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3100
3101         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3102
3103         * vimrc: add menu in console and shortcut <F10> for it.
3104
3105         * vim/:
3106         * vim/compiler/:
3107         * vim/syntax/:
3108         * vim/indent/:
3109         * vim/ftplugin/: new directories.
3110         
3111         * vim/filetype.vim: new file.
3112
3113         * lilypond.vim: remove files (see next).
3114         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3115
3116         * vimrc: remove file (see next).
3117         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3118
3119         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3120         add header. apply bindings only locally.
3121
3122         * vim/indent/lilypond.vim: new file.
3123
3124         * vim/ftplugin/lilypond.vim: remove errorformat.
3125         * vim/compiler/lilypond.vim: new file for errorformats.
3126
3127         * Documentation/topdocs/INSTALL.texi: give easier orders.
3128
3129         * ROADMAP: add vim/
3130
3131 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3132
3133         * Documentation/user/introduction.itely (Introduction): Use @image
3134         iso @html <img...>.  Add workaround for images in columns in info.
3135
3136         * stepmake/aclocal.m4: Store computed version in variable.
3137
3138         * configure.in: Export MAKEINFO_VERSION.
3139
3140         * config.make.in (MAKEINFO_VERSION): Add.
3141
3142         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3143
3144         * Documentation/user/GNUmakefile: Only build info with images when
3145         building web.
3146
3147         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3148
3149         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3150         stuff from documentation-targets.make
3151
3152 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3153
3154         * VERSION: 2.1.28 released
3155         
3156         * scripts/convert-ly.py (conv): 
3157
3158 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3159
3160         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3161         \arpeggioBoth. redefine \arpeggioBracket.
3162
3163         * Documentation/user/refman.itely: document new arpeggio
3164         functions.
3165
3166         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3167
3168         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3169
3170         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3171
3172 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3173
3174         * Documentation/user/introduction.itely (Automated engraving):
3175         rewrite introduction using website text.
3176
3177 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3178
3179         * scm/*.scm: make-music-by-name is replaced by make-music, which
3180         also accept music property settings, eg:
3181           (make-music 'TextScriptEvent 'direction DOWN 'text
3182               (make-simple-markup x))
3183
3184         Patch courtesy Nicolas Sceaux
3185
3186         * lily/beam-quanting.cc: cleanup, separate counts for left and
3187         right beam ends.
3188
3189         * lily/side-position-interface.cc (quantised_position): also
3190         quantize staccato position for forced stem directions. 
3191
3192 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3193
3194         * scm/*.scm: Patch by Nicolas Sceaux: 
3195
3196         * scm/music-functions.scm: ly:grob-property and ly:music-property
3197         are made procedure with setters.
3198
3199         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3200         
3201 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3202
3203         * input/test/[t-v]*.ly: finish rewriting texidocs.
3204
3205         * input/test/vaticana.ly: remove.
3206         * input/test/ligature-vaticana.ly: new, renamed file name.
3207
3208         * input/test/stem-centered.ly: remove.
3209         * input/test/mensural-note-heads.ly: new file. take content from
3210         removed file stem-centered.ly.
3211
3212         * input/test/scales-greek.ly: simplify.
3213
3214         * input/test/s*.ly: reformulate texidocs.
3215         
3216         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3217         of missing features.
3218
3219 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3220
3221         * input/test/[j-o]*.ly: update texidocs.
3222
3223 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3224
3225         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3226
3227         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3228         images.
3229
3230         * Documentation/user/lilypond.tely (@direntry): Update.
3231
3232         * stepmake/stepmake/documentation-targets.make
3233         (install-info,uninstall-info): Install into $(package_infodir).
3234         Install images.  Run install-info to update dir.
3235
3236         * config.make.in (package_infodir): Add.
3237
3238         * Documentation/user/GNUmakefile (info-with-images,
3239         local-install-info, local-uninstall-info): New target.
3240
3241 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3242
3243         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3244         gap/threshold.
3245
3246         * lily/beam-quanting.cc (score_slopes_dy): remove
3247         ROUND_TO_ZERO_SLOPE kludge.
3248
3249         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3250
3251         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3252
3253         * lily/global-context.cc (Global_context): alway accept Score
3254         (run_iterator_on_me): cast Context to Score_context, not
3255         Context_def.
3256
3257         * Documentation/user/refman.itely: documentation patch by Edward
3258         Sanford Sutton.
3259
3260         * mf/GNUmakefile: unset sauter-fonts.
3261
3262 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3263
3264         * scripts/lilypond-book.py (output_texinfo): Output @image
3265         descriptions for info too.
3266
3267         * input/test/chord-names-jazz.ly: 
3268         * input/test/embedded-scm.ly: Clarify.
3269
3270         * input/test/cautionaries.ly: Typo.
3271
3272         * lily/input-smob.cc (ly_input_location): Compile fix.
3273
3274 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3275
3276         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3277
3278         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3279         fixes problems with system defaults being reverted with \override
3280         on Score level.
3281
3282         * lily/global-context.cc (Global_context): apply property-ops to
3283         Global_context too. 
3284
3285 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3286
3287         * scm/output-ps.scm (stencil->string): Rewrite.
3288
3289 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3290
3291         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3292         impersonal style.
3293
3294 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3295
3296         * lily/input-smob.cc (ly_input_location: New function.
3297
3298         * scm/define-markup-commands.scm (upright): New markup command.
3299
3300         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3301
3302         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3303
3304         * scm/output-ps.scm (output-stencil): New function.
3305
3306         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3307         of snippet types; fixes @ignore and @verbatim blocks.
3308
3309 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3310
3311         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3312         to a file in printed documentation, instead, refer either to a 
3313         syntax or to an output.
3314
3315 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3316
3317         * input/regression/beam-center-slope.ly: Add test.
3318
3319 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3320
3321         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3322         (SAUTER_FONTS): Reinstate.
3323
3324         * scm/define-markup-commands.scm (caps): New markup command.
3325
3326         * scm/output-ps.scm (output-scopes): Experimental markup output.
3327
3328         * scm/: Add missing headers.
3329
3330         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3331
3332         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3333
3334 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3335
3336         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3337         Stray style cleanups.
3338
3339 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3340
3341         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3342         no dot combination.
3343
3344         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3345         substitute \override Staff.autoBeamSettings too
3346
3347         * Documentation/user/tutorial.itely: proofreading fixes by David
3348         Bobroff
3349
3350 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3351
3352         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3353
3354         * ps/music-drawing-routines.ps: 
3355         * ps/lilyponddefs.ps: Add end markers.
3356
3357 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3358
3359         * VERSION: 2.1.27 released.
3360         
3361         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3362
3363         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3364         obey documentation.
3365
3366 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3367
3368         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3369
3370         * scm/output-ps.scm: Resurrect.
3371         
3372         * scm/output-tex.scm: Minimal cleanups.
3373
3374         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3375
3376         * make/ly-rules.make: Remove any broken lily-*.tex files before
3377         lilypond-book run.
3378
3379         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3380         comment.
3381
3382         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3383         Enabled by default, may save 10% compile time.
3384
3385 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3386
3387         * lily/lyric-phrasing-engraver.cc: remove
3388         
3389         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3390         longer necessary. 
3391
3392         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3393         so lyric-phrasing-engraver is no longer necessary.
3394
3395         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3396         Grob_pq_engraver from Staff.
3397
3398         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3399         busyGrobs directly.
3400
3401         * input/regression/quote-transposition.ly: new file.
3402
3403         * lily/recording-group-engraver.cc (stop_translation_timestep):
3404         store instrumentTuning too. 
3405
3406         * lily/quote-iterator.cc (process): transpose events using
3407         instrumentTuning.
3408
3409         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3410         -> \tuning <pitch>
3411
3412         * lily/parser.yy (command_req): add \tuning command for setting
3413         instrument tuning of staff.
3414
3415         * Documentation/user/GNUmakefile
3416         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3417
3418         * Documentation/user/refman.itely (Customized accidental rules):
3419         typo.
3420
3421 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3422
3423         * Documentation/user/music-glossary.tely: remove the missing norwegian
3424         translation; they can be put in later properly.
3425
3426 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3427
3428         * lily/recording-group-engraver.cc (start_translation_timestep):
3429         init Recording_group_engraver twice.
3430
3431 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3432
3433         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3434         stray style cleanups:
3435
3436         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3437         -Wmissing-prototypes.
3438
3439         * flower/include/killing-cons.tcc (Killing_cons): Add template
3440         specifier for car_.
3441
3442         * flower/include/parray.hh (binsearchs): Add template specifier
3443         for maxkey.
3444
3445         * flower/include/interval.hh: Declare elem () with template specfier.
3446
3447 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3448
3449         * elisp/lilypond-indent.el (get-buffer-size): add customization
3450         groups for several variables (Reuben Thomas).
3451
3452 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3453
3454         * Documentation/user/invoking.itexi (Point and click): add index
3455         entry.
3456
3457         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3458         go under beam.
3459
3460         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3461         sarabande beam. 
3462
3463         * flower/warn.cc (programming_error): cross fingers not thumbs.
3464
3465         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3466         staff-position is set.
3467
3468         * VERSION: release 2.1.26 
3469         
3470         * scm/chord-entry.scm (construct-chord): process transposition
3471         after processing explicit-11.  
3472
3473 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3474
3475         * lily/parser.yy (add_quote): add syntax for adding quotes:
3476         \addquote "id-string" Music
3477
3478         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3479
3480         * scripts/convert-ly.py (conv): add rules for name changes.
3481
3482         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3483         music/context/grob property functions. Internally, use
3484         get_property() and set_property() for both.
3485
3486 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3487
3488         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3489         for Emacs <= 20 (Laurent Martelli).
3490
3491 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3492
3493         * lily/parser.yy (command_element): extract quoted vector in
3494         parser.
3495
3496         * input/regression/quote.ly: new file.
3497
3498         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3499
3500         * lily/parser.yy (command_element): \quote DURATION NAME: support
3501         cue notes. 
3502
3503         * lily/quote-iterator.cc (class Quote_iterator): new file.
3504
3505 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3506
3507         * lily/auto-beam-engraver.cc (try_music): accept and process
3508         beam-forbid-event.
3509
3510         * input/regression/auto-beam-no-beam.ly: new file.
3511
3512 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3513
3514         * lily/accidental.cc (print): Change font-relative-size ->
3515         font-size. Fixes cautionary-style = smaller.
3516
3517 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3518
3519         * lily/system-start-delimiter.cc (staff_brace): remove
3520         font-relative-size
3521
3522         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3523         forgotten with scm_list_n. Fixes spurious coredumps.
3524
3525         * lily/accidental-engraver.cc (stop_translation_timestep): move
3526         update of localKeySignature to stop_translation_timestep (). This
3527         makes sure that all ties are noticed at the right moment.
3528         (stop_translation_timestep): clear tie only when right-side
3529         notehead was seen.
3530         (number_accidentals_from_sig): cleanup. 
3531
3532         * input/regression/accidental-tie.ly (mus): new file
3533
3534         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3535         these longish tests.
3536
3537 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3538
3539         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3540
3541         * THANKS: update bugreporter list.
3542
3543         * lily/beam.cc (print): broken beams last until end of staff.
3544         (print): broken beams start from prefatory matter.
3545
3546         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3547
3548         * lily/paper-score.cc (process): dump header only once.
3549
3550         * lily/paper-outputter.cc (Paper_outputter): move logic into
3551         Scheme.
3552
3553         * scm/output-tex.scm (output-scopes): new function.
3554         (output-paper-def): new function
3555         (tex-string-def): new function
3556         (symbol->tex-key): new function
3557
3558         * scripts/convert-ly.py (conv): add rule for | ~
3559
3560 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3561
3562         * input/regression/{many}.ly: refresh, trying to guess how
3563         it was designed.
3564
3565 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3566
3567         * VERSION: release 2.1.25
3568
3569         * scm/define-translator-properties.scm
3570         (all-user-translation-properties): add printOctaveNames
3571
3572         * ly/engraver-init.ly: remove Note_event_swallower from
3573         NoteNamesContext.
3574
3575         * lily/note-name-engraver.cc (process_music): new property
3576         printOctaveNames
3577
3578         * lily/context.cc (find_existing_context): remove support for
3579         Current.
3580
3581         * scm/music-functions.scm (set-accidental-style): new function;
3582         duplicate accidental macros.
3583
3584         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3585
3586         * lily/note-name-engraver.cc (process_music):
3587         process_acknowledged_grobs () -> process_music ()
3588
3589         * scm/part-combiner.scm (determine-split-list): robustification.
3590
3591 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3592
3593         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3594         lines for falling into beam-gap.
3595         (score_forbidden_quants): check all staff lines for falling in
3596         beam gaps.
3597
3598         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3599         key/clef/time signatures. 
3600
3601         * input/test/ossia.ly: revise example.
3602
3603         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3604         cleanup.
3605         
3606         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3607         comply to Scheme standard.  Remove ly:get-paper-variable
3608
3609 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3610
3611         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3612
3613 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3614
3615         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3616         properties from Voice context. This fixes accidental size for
3617         staff-switches during grace contexts.
3618
3619         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3620         if necessary. Else, simply wipe dots.
3621
3622         * input/test/beam-alternate.ly: new file
3623
3624         * input/test/piano-staff-distance.ly: new file.
3625
3626         * lily/translator-group.cc (recurse_down_translators): use
3627         Direction for bottom-up/top-down.
3628
3629         * lily/include/translator.hh (class Translator): add
3630         process_music() and do_announces(). This obviates
3631         recurse_down_{engravers,performers}.
3632
3633         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3634         \melisma and \melismaEnd
3635
3636         * lily/melisma-engraver.cc (process_music): change to
3637         Melisma_translator, unify with performer. Accept
3638         ManualMelismaEvent.
3639
3640         * ly/engraver-init.ly: add Font_size_engraver.
3641
3642 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3643
3644         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3645         it hara-kiri.
3646
3647         * input/regression/{many}.ly: improve descriptions trying to figure
3648         out what is tested.
3649
3650 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3651
3652         * lily/slur.cc (broken_trend_offset): robustness fix.
3653
3654         * VERSION: release 2.1.24
3655
3656         * lily/context.cc (find_create_context): go to Score if it exists.
3657
3658         * lily/context-scheme.cc: new file.
3659
3660         * lily/score-translator.cc (get_output): new file.
3661
3662         * lily/include/grob-info.hh: origin_contexts() now does not
3663         include the originating engraver
3664
3665         * lily/translator-group.cc (translator_each): clean up contents,
3666         remove superfluous stubs. Engraver_group_engraver and
3667         Performer_group_performer are the only classes using multiple
3668         inheritance.
3669
3670         * lily/include/score-context.hh (class Score_context): interface
3671         between Score_{engraver,performer} and Global_context.
3672
3673         * lily/include/global-context.hh (Context): change from
3674         global-translator. This is the entry point for contexts; it is not
3675         tweakable using \translator{}. Score is no longer the top context,
3676         but sits underneath Global.
3677
3678         * lily/include/context.hh (class Context): brain surgery: split
3679         out Context functionality from Translator_group. Context is now a
3680         separate type from Translator.
3681
3682 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3683
3684         * lily/include/translator.hh (class Translator): make
3685         get_score_context() and get_global_translator (), and use the one
3686         which is appropriate.
3687
3688         * lily/context.cc: partially put functionality of Translator_group
3689         into Context.
3690
3691         * lily/include/context.hh (Translator): new class: put between
3692         Translator and Translator_group. 
3693
3694         * lily/new-accidental-engraver.cc: remove file.
3695
3696 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3697
3698         * input/regression/{many}.ly: improve descriptions: use complete 
3699         sentences, try to describe what is tested, avoid `we´, do not use 
3700         don't, ... 
3701
3702 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3703
3704         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3705         is at EOL.
3706
3707         * Documentation/user/lilypond.tely: declare the topmost node only
3708         once; removes empty line in @contents.
3709
3710         * Documentation/user/music-glossary.tely: really add Finnish author.
3711         Draw more beatiful `->´ arrow in html: &rarr;
3712
3713 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3714
3715         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3716
3717         * scripts/convert-ly.py (conv): add ly:music-list  change.
3718
3719         * lily/grob.cc: edit doc string.
3720
3721         * scm/define-grob-properties.scm (all-user-grob-properties):
3722         proofreading, editing of doc strings.
3723
3724         * input/regression/tablature-string-tunings.ly: new file.
3725
3726         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3727         listen to stringTunings
3728
3729         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3730         for self-alignment-[XY] code.
3731  
3732 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3733
3734         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3735         cond) into function. Cleanup.
3736
3737         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3738         
3739         * VERSION (PACKAGE_NAME): 2.1.23 released
3740
3741 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3742
3743         * Documentation/user/{refman,internals}.itely: small fixes.
3744
3745 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3746
3747         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3748         accidentals for harmonic notes
3749
3750         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3751         for harmonic notes.
3752
3753         * scm/document-backend.scm (interface-doc): prune Grob
3754         documentation: don't duplicate interface information.
3755
3756         * lily/*.cc: lots of updates of doc strings.
3757
3758 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3759
3760         * input/test/ac-extra-voice.ly (accompany): remove file.
3761
3762         * input/test/maximum-rest-count.ly: remove file.
3763
3764         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3765         conversion rule for \translator { }. Apply everywhere.  
3766
3767         * lily/parser.yy (music_property_def): set property for \once in
3768         the PropertyMusic itself, not the ContextSpec.
3769         (property_operation): change syntax within \translator { }
3770
3771         * scm/define-music-properties.scm (all-music-properties): clean up.
3772
3773         * lily/auto-beam-engraver.cc (test_moment): use
3774         updated_grob_properties() to retrieve autoBeam settings.
3775
3776         * lily/spacing-spanner.cc: bound shortest_playing_len by
3777         measure_length
3778
3779         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3780         multi-measure events for spacing computation.
3781
3782         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3783         elliptical, to 1.49.
3784
3785         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3786         vertical positioning for polyphony, without RestCollision object.
3787
3788         * lily/note-column.cc (add_head): prevent rests & note heads on
3789         one stem.
3790
3791         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3792         (do_shift): rewrite only-rests case: use common refpoints: the
3793         routine will have sensible results when other rest-translations
3794         have taken place.
3795
3796         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3797         < 0 case. 
3798
3799         * VERSION: 2.1.22 released
3800         
3801         * input/GNUmakefile (SUBDIRS): remove ascii-art
3802
3803 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3804
3805         * input/: Convert ly files that still had \property.  Fixes make
3806         web.  Remove exta spaces around '='. 
3807
3808         * scripts/convert-ly.py (conv): Redundant space fixes.
3809
3810         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3811
3812 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3813
3814         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3815         create scalable PS and PDFs  for input/{test,template,regression}.
3816
3817         * lily/context.cc (is_alias): move function.
3818         (is_alias): add Bottom as context alias. 
3819         (find_create_translator): add Bottom as a context alias for creation.
3820
3821         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3822
3823         * lily/parser.yy (music_property_def): new syntax for property
3824         assignments:
3825
3826         \set A.B = #C , \unset A.B
3827         \override A.B #C = #D, \revert A.B #C 
3828
3829         * lily/my-lily-lexer.cc: remove \property
3830
3831 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3832
3833         * Documentation/user/refman.itely: add dots after seealso refs.
3834
3835         * input/template/{many}.ly: harmonise descriptions.
3836
3837         * Documentation/user/music-glossary.itely: add Finnish author.
3838
3839 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3840
3841         * VERSION (PACKAGE_NAME): release 2.1.21
3842
3843 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3844
3845         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3846
3847         * scripts/lilypond-book.py (snippet_res): @include filename must
3848         not be empty.
3849
3850 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3851
3852         * scm/documentation-generate.scm (markup-doc-string): dump
3853         markup-commands.tely
3854
3855         * scm/define-markup-commands.scm (override): new file.
3856         Move documentation from refman into doc-strings. 
3857
3858         * input/test/staff-container.ly: fix example.
3859
3860         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3861         StaffContainer
3862
3863         * lily/grob.cc: remove point_dimension_callback
3864         (Grob): read forced dimensions from X-extent and Y-extent.
3865         (get_paper): remove preset_extent.
3866
3867         * scm/define-grobs.scm (all-grob-descriptions): remove
3868         point_dimension_callback. 
3869
3870         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3871         textscript to head. This makes no-spacing-rods work on
3872         DynamicText.
3873
3874         * lily/chord-name.cc: remove props chord, bass, inversion.
3875
3876         * Documentation/user/appendices.itely: add Scheme functions,
3877         context-properties and layout properties to manual.
3878
3879         * scm/part-combiner.scm (determine-split-list): include rests in a
3880         solo1/2 sequence.
3881
3882         * lily/new-part-combine-iterator.cc (substitute_both): new
3883         function.
3884         (class New_pc_iterator): add separate Voice=solo context, fixes
3885         autobeams going from chords to solo.
3886
3887 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3888
3889         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3890
3891         * Documentation/user/tutorial.itely:
3892         * Documentation/user/refman.itely: Add short note about being part
3893         of lilypond.tely.
3894
3895         * COPYING: Make note more clear with respect to files that are
3896         explicitely licenced otherwise (Documention/user/ comes to mind).
3897         
3898         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3899         comment about barfing of @c,{}.
3900
3901         * Documentation/user/music-glossary.tely: Add list of authors.
3902
3903         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3904         source (was: also in build log).
3905
3906 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3907
3908         * lily/side-position-interface.cc (general_side_position): if
3909         staff-padding is set, then include staff in support too.
3910
3911         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3912         module workbook
3913
3914         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3915
3916         * lily/tuplet-engraver.cc: remove tupletInvisible
3917
3918         * scm/define-translator-properties.scm: cleanup, separate in
3919         internal and user props. 
3920
3921         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3922         LyricsVoice -> Lyrics
3923
3924         * lily/new-part-combine-iterator.cc (process): only print warning
3925         for symbols.
3926
3927 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3928
3929         * scm/part-combiner.scm: Add proper header.
3930
3931         * All but lily/*: The great --2003 --2004 replace; the missing
3932         `bits'.
3933
3934         * TODO: Fix outline mode.  Add book notes.
3935
3936         * ROADMAP: Update.
3937
3938 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3939
3940         * scm/part-combiner.scm (make-autochange-music): use
3941         accumulator. Fixes stack overflow.
3942
3943         * lily/*: rename brew_molecule -> print , molecule-callback ->
3944         print-function
3945
3946         * scm/define-grob-properties.scm: cleanup. Separate into internal
3947         and user properties.
3948
3949         * lily/translator-property.cc (updated_grob_properties): new
3950         function
3951         (execute_pushpop_property): change to new convention:
3952         object property inits are stored as (cons ALIST BASED-ON). This
3953         storage format allows concurrent tweaks in different contexts.
3954
3955 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3956
3957         * TODO: new file.
3958
3959 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * debian/: Late Debian update (sorry Anthony).
3962
3963         * scripts/lilypond-book.py (do_file): Look for input_file in
3964         include path, or ask kpathsea if LATEX.
3965
3966         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3967         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3968         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3969         --header=texidoc.
3970
3971         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3972         relative.
3973
3974         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3975         only when filtering, default to input_base otherwise.  Coding
3976         style fixes.
3977
3978 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3979
3980         * lily/include/translator.hh (class Translator): add virtual
3981         qualifier.
3982
3983 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3984
3985         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3986
3987 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3988
3989         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3990
3991         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3992         (fixes make web).
3993
3994         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3995         live in $(out)-www).
3996
3997         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3998         dependencies.  Add link to .ly source in HTML output.
3999         (Lilypond_snippet.output_html): Handle multiple page picture
4000         output.
4001         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4002         Make usable for output_texinfo again.
4003
4004         * Documentation/user/GNUmakefile: Add static dependency for
4005         lilypond.tely includes.
4006
4007         * Documentation/user/tutorial.itely: Add some lost `relative'
4008         ly-options.
4009
4010 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4011
4012         * lily/include/translator-group.hh: move Music_output_def member
4013         to Global_translator.
4014
4015         * scripts/lilypond-book.py (do_file):  fix latex output.
4016
4017         * VERSION: release 2.1.20
4018         
4019         * scm/part-combiner.scm (determine-split-list): robustness fix 
4020
4021         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4022
4023         * lily/parser.yy (music_output_def_body): plug memory leak.
4024
4025         * lily/translator-group.cc (add_fresh_group_translator): plug
4026         memory leak: unprotect Translator_group once added.   
4027
4028         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4029
4030         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4031         write .dep file.
4032         (Lilypond_snippet.ly): add \renameinput.
4033
4034 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4035
4036         * Documentation/user/refman.itely (Markup command definition): Doc
4037         by Nicolas Sceaux. Rewrite by Han-Wen
4038
4039         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4040         thing of the line.
4041         (brew_molecule): only remove if hyphen is not at the end of line.
4042         (set_spacing_rods): new function: minimum-length specifies
4043         distance between syllables.
4044
4045         * scm/define-grobs.scm (all-grob-descriptions): add
4046         Hyphen_spanner::set_spacing_rods to LyricHyphen
4047
4048         * input/regression/lyric-hyphen-break.ly: new file.
4049
4050         * input/test/lyric-hyphen-retain.ly: new file.
4051
4052         * lily/new-part-combine-iterator.cc (construct_children):
4053         add Rest direction.
4054
4055 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4056
4057         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4058
4059         * Documentation/bibliography/engraving.bib (donemus1982):
4060         update entry.
4061
4062 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4063
4064         * scripts/lilypond-book.py (Substring.__init__): new class.
4065         (Snippet.output_texinfo): add texidoc option.
4066         (Include_snippet.replacement_text): new class.
4067         (Lilypond_snippet.__init__): new class
4068         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4069
4070         * Documentation/user/refman.itely (Sound): 
4071         note about number of channels.
4072
4073         * scm/music-functions.scm (voicify-music): add \context Staff for
4074         << \\ >> polyphony.
4075
4076         * lily/parser.yy (verbose_command_req): \skip now creates
4077         SkipMusic, and does not lead to spurious staves.
4078
4079         * scm/define-music-types.scm (music-descriptions): rename
4080         NonEventSkip to SkipMusic
4081
4082         * input/no-notation/midi-lyric-barcheck.ly: new file.
4083
4084         * input/regression/collision-dots-invert.ly: new file.
4085
4086         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4087         case.
4088
4089         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4090         die if melody died too.
4091
4092 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4093
4094         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4095         with reading from stdin.
4096
4097         * lily/slur-performer.cc (try_music): new file.
4098
4099         * lily/melisma-performer.cc (try_music): new file. Handle
4100         melismata to help lyrics.
4101
4102         * lily/beam-performer.cc (try_music): new file. Handle beam events
4103         to help lyrics.
4104
4105         * lily/score-performer.cc (one_time_step): reinstate
4106         process_music().
4107
4108         * lily/performer.cc (process_music): add to interface.
4109
4110         * lily/performer-group-performer.cc (process_music): new function.
4111
4112         * lily/dot-column.cc (do_shifts): do collision resolution before
4113         dot positioning.
4114         
4115         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4116         file, process printfilename option.
4117         (Snippet.__init__): rewrite: do not use global variables h or
4118         index.
4119         (main): really support -I option.
4120         (find_toplevel_snippets): new code.
4121         (find_toplevel_snippets): reinstate old version, without global
4122         variables.
4123
4124         * tex/texinfo.tex: really add file.
4125         
4126 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4127
4128         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4129         compatibility.
4130
4131 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4132
4133         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4134
4135         * scm/define-translator-properties.scm (drumPitchTable): add
4136         property.
4137
4138         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4139         function.
4140         (help_summary): docstrings.
4141         (do_file): strip the dir of input_base too.
4142
4143 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4144
4145         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4146
4147         * Documentation/user/lilypond-book.itely: Update.
4148
4149         * make/ly-rules.make: Update lilypond-book commands.
4150
4151         * Documentation/user/GNUmakefile: Update makeinfo commands,
4152         lilypond-book flags.
4153
4154         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4155         
4156         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4157
4158         * scripts/filter-lilypond-book.py: Remove.
4159
4160         * Documentation/user/*tely: Update options for new lilypond-book.
4161
4162         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4163         with @macros in @includes.
4164
4165 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4166
4167         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4168         make rest-collision only.
4169
4170         * lily/break-substitution.cc (substitute_one_mutable_property):
4171         clear all-elements using scm_assq_remove_x(). 
4172
4173         * lily/rest-collision.cc (do_shift): shift single rests
4174
4175         * flower/include/array.hh (class Array): rename to is_empty ()
4176
4177         * lily/drum-note-performer.cc: new file: perform drum notes.
4178
4179         * VERSION (PACKAGE_NAME): release 2.1.19.
4180         
4181 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4182
4183         * scripts/filter-lilypond-book.py
4184         (classic_lilypond_book_compatibility): New function.
4185
4186 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4187
4188         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4189
4190         * Grand 2003 -> 2004 search replace. 
4191
4192         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4193         (i.e. < > )
4194
4195         * ly/performer-init.ly: add DrumStaff
4196
4197         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4198         lyric-interface; this prevents lines with only extender lines from
4199         being junked.
4200  
4201         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4202
4203         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4204         extenders right, for once and for all (hopefully).
4205         
4206         * lily/break-substitution.cc (substitute_one_mutable_property):
4207         clear old 'all-elements for System grobs.
4208
4209         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4210         that associatedVoiceContext is always assigned when music & lyrics
4211         are found. 
4212
4213         * ly/engraver-init.ly: remove Lyrics context.
4214         (TabVoice): add noteheads engraver
4215
4216         * input/test/improv.ly: update: do not use Thread switching. 
4217
4218         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4219         squashedPosition is a number  
4220
4221         * Documentation/user/refman.itely (Automatic note splitting):
4222         remove Thread references.
4223
4224         * input/no-notation/pc-direction.ly: remove file.
4225
4226         * ly/engraver-init.ly: remove Thread
4227
4228         * input/regression/tie-chord-partial.ly: remove file.
4229
4230         * scripts/convert-ly.py (conv): \harmonic rule
4231
4232         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4233         notation for harmonic notes: <c' g''\harmonic>
4234
4235         * lily/lily-guile.cc (alist_to_hashq): new function
4236
4237         * scm/lily.scm (alist->hash-table): new function.
4238
4239         * Documentation/user/refman.itely (Percussion staves): update doco.
4240
4241         * input/regression/drums.ly (timb): updates
4242
4243         * lily/note-performer.cc (create_audio_elements): robustness fix.
4244
4245         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4246
4247 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4248
4249         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4250         discard valid matches.
4251
4252 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4253
4254         * lily/drum-note-engraver.cc: new file.
4255
4256         * ly/drumpitch-init.ly: move drum definitions
4257
4258         * scm/drums.scm: remove file.
4259
4260         * lily/*.cc: remove abort-event everywhere.
4261
4262         * lily/note-heads-engraver.cc (process_music): robustification.
4263
4264         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4265         robustification.
4266
4267         * lily/parser.yy (simple_element): add \drums mode.
4268         (simple_element): remove \pitchnames , \chordmodifiers. Use
4269         variables to store this. 
4270
4271         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4272         outside \notes.
4273
4274         * VERSION: release 2.1.18.
4275         
4276         * input/test: remove octave-duplicate.ly
4277
4278 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4279
4280         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4281
4282 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4283
4284         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4285         constructor from Music_iterator. Changes throughout.
4286
4287         * lily/include/music-iterator.hh (class Music_iterator): remove
4288         Music_iterator::skip and Music_iterator::get_pending_events from
4289         interface. Rename report_to -> get_outlet 
4290
4291         * lily/auto-change-iterator.cc: move contents from
4292         new-auto-change-iterator.cc from
4293
4294         * scm/part-combiner.scm: determine split-list from Scheme. 
4295
4296         * lily/new-auto-change-iterator.cc (process): new file.
4297
4298         * lily/parser.yy (part_combined_music): remove old PC cruft.
4299
4300         * ly/engraver-init.ly: remove old
4301         PC cruft.
4302
4303         * Documentation/user/refman.itely (The Lyrics context): note about
4304         extender lines.
4305
4306         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4307         to allow 0-length mmrest events.
4308
4309         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4310
4311         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4312
4313         * lily/spacing-engraver.cc (finalize): robustifications.
4314
4315         * input/regression/new-part-combine-solo-global.ly: new file.
4316
4317         * scm/part-combiner.scm: rewrite.
4318
4319 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4320
4321         * Documentation/user/refman.itely, input/puer-fragment.ly,
4322         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4323         updated for proper use of lyricsto; replaced "(" and ")" ->
4324         "\melisma" and "\melismaEnd"
4325
4326         * input/test/ancient-font.ly: small updates to reduce compile
4327         warnings (TODO: junk this file)
4328
4329         * input/test/gregorian-scripts.ly: added comment about bug
4330
4331         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4332         tiny robustness fix
4333
4334         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4335         recent changes in the feta code); temporarily mapped mensural g
4336         clef to a copy of petrucci g clef until mensural g clef will have
4337         been rewritten
4338
4339         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4340         between mensural and neo-mensural heads (this broke quite a while
4341         ago)
4342
4343         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4344
4345 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4346
4347         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4348         indication.  Fixes for verbatim, multi line comments.
4349
4350 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4351
4352         * input/regression/new-part-combine-solo.ly: more cases.
4353
4354         * lily/slur.cc (height): robustness fix.
4355
4356         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4357
4358         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4359         stemUp/stemDown.
4360
4361         * scm/music-functions.scm (determine-split-list): further analysis.
4362
4363         * lily/script-engraver.cc (try_music): discard duplicate
4364         articulations.
4365
4366         * input/regression/new-part-combine-solo.ly: new file
4367
4368         * input/regression/new-part-combine-a2.ly: new file.
4369
4370         * ly/performer-init.ly: add Devnull
4371
4372         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4373         for \musicglyph #"accidental-*"
4374         (conv): \newpartcombine rule.
4375
4376 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4377
4378         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4379
4380 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4381
4382         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4383         textwidth, --output.
4384
4385 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4386
4387         * scm/new-markup.scm (doubleflat): add accidental markups.
4388
4389         * VERSION: release 2.1.17
4390         
4391         * Documentation/user/refman.itely (Automatic part combining):
4392         revise documentation of the part-combiner.
4393
4394         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4395         
4396         * input/test/part-combine-{moment,staff}.ly: remove file.
4397
4398         * input/regression/pc-mmrest.ly (two): remove file.
4399
4400         * scm/define-music-types.scm (music-descriptions): add
4401         Solo{One,Two}Event and UnisonoEvent
4402
4403         * lily/new-part-combine-iterator.cc (unisono): add state_
4404         variable, signal changes with part-combine-event.
4405
4406         * input/regression/new-part-combine-text.ly: new file.
4407
4408         * lily/part-combine-engraver.cc: new file.
4409
4410 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4411
4412         * scripts/filter-lilypond-book.py: Handle snippet options.
4413
4414 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4415
4416         * scm/music-functions.scm (determine-split-list): detect solo1/2
4417         and unisono.
4418
4419         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4420         revert fix, document why.
4421
4422         * lily/tie-performer.cc (process_music): new function. Set melisma
4423         property.
4424
4425         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4426         always smaller than bracket size.
4427         (make_bracket): oops. Size of the gap was off by factor 2
4428
4429         * input/test/text-rotate.ly: new file.
4430
4431         * scm/new-markup.scm (markup): a macro that provides a
4432         LilyPond-like syntax in scheme for building markups, in order to
4433         help markup command definition. (Nicolas Sceaux)
4434
4435         * input/test/lyrics-skip-notes.ly: new example.
4436
4437         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4438
4439         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4440         use is_alias() iso. == . This fixes lyrics on
4441         GregorianTranscriptions. 
4442
4443 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4444
4445         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4446         \thispagestyle{lastpage} to avoid that it's printed on the second
4447         last page when there's only a single score line on the last page.
4448         (The page breaking mechanism in TeX played some ugly tricks to us.)
4449
4450 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4451
4452         * scripts/filter-lilypond-book.py: Further development.
4453
4454         * input/regression/collision-dots-move.ly: New test.
4455
4456         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4457         hand side note head of non-merged collision to the right.
4458
4459         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4460         Construct children before accessing property from emtpy
4461         lyrics_context_.
4462         (construct_children): Find thread before finding LyricsVoice.
4463         Create LyricsVoice one if none found, fixes crash (thanks Erik
4464         Sandberg).
4465
4466 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4467
4468         * cygwin/: Forward port.
4469
4470 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4471
4472         * buildscripts/install-info-html.sh: Use Bash.
4473
4474         * cygwin/mknetrel: Patch from Bert.
4475
4476 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4477
4478         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4479
4480         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4481         try to copy *png, index.html (Bertalan Fodor).
4482
4483         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4484
4485 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4486
4487         * lily/note-collision.cc (check_meshing_chords): Do not remove
4488         dots (from down head) when merging similar heads (thanks Matthias
4489         Kilian).  Simplify merge_possible tests and other cleanups
4490
4491         * input/regression/collision-merge-differently-dotted.ly: Add test
4492         for disappearing dots on similar heads for both voices.
4493
4494 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4495
4496         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4497         that tagline overrides copyright for single page scores. Correct
4498         the default tagline value.
4499
4500 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4501
4502         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4503
4504 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4505
4506         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4507         TEXMF if it's previously unset.
4508
4509 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4510
4511         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4512
4513         * input/test/trills.ly: fix the unfolding of lineprall.
4514
4515         * input/test/figured-bass-alternative.ly: fix accidental.
4516
4517 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4518
4519         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4520         
4521         * input/no-notation/dos-guile.ly: 
4522         * input/no-notation/dos-ps.ly: 
4523         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4524         
4525         * input/no-notation/safe-include.ly:
4526         * input/no-notation/safe-guile.ly:
4527         * input/no-notation/safe-ps.ly: 
4528         * input/no-notation/safe-tex.ly: New file.
4529
4530         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4531         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4532         options now.
4533         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4534         When in --safe-mode, set environment openout_any=p[aranoid].
4535
4536         * tex/ltest.tex: 
4537         * tex/lilyponddefs.tex: Add \nofiles.
4538
4539         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4540         options.
4541
4542         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4543         This allows building the user manual using a binary installation
4544         and a matching unpacked source tree.
4545
4546         * scm/lily.scm (safe-module): New variable. 
4547
4548         * lily/includable-lexer.cc (new_input): Fix error messages.
4549
4550         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4551         If SAFE, evaluate in safe-module.  Change callers.
4552
4553         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4554
4555         * lily/lexer.ll (embedded_scm): While processing main-input,
4556         invoke ly_parse_scm with safe mode if running in safe-mode.
4557         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4558         in init.ly for safe-mode.
4559
4560 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4561
4562         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4563         compatibility with old versions of geometry.sty (compat2
4564         already implied includehead).
4565         Change the page layout slightly so bottom + footskip = top +
4566         headheight + headsep = 16mm, the remaining paperheight-32mm
4567         are used for the music. Increase footskip to 5mm, so the top of
4568         the footer text doesn't touch the music.
4569
4570 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4571
4572         * VERSION: release 2.1.16
4573         
4574         * scm/music-functions.scm (determine-split-list): bugfix: only use
4575         new-active for both voices if both indexes advance. This fixes the
4576         biggest outstanding problem with new-pc. 
4577
4578         * lily/new-part-combine-iterator.cc (construct_children): set more
4579         directions.
4580
4581 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4582
4583         * scripts/convert-ly.py (conv): add instrument rule.
4584
4585         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4586
4587         * lily/side-position-interface.cc: remove add_staff_support ()
4588         Change all callers to use staff-padding.
4589
4590         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4591         make_spanner().
4592
4593         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4594
4595         * lily/text-engraver.cc: remove scriptHorizontal property.
4596
4597         * lily/beam.cc (least_squares): also set least-squares-dy for
4598         special case of slanted 2-stem beam to center.
4599
4600         * lily/side-position-interface.cc (out_of_staff): move contents of
4601         out_of_staff into aligned_side.
4602         remove out_of_staff().
4603
4604         * input/regression/measure-grouping.ly: fix warning.
4605
4606         * lily/side-position-interface.cc: add staff-padding support to
4607         Side_position_interface::aligned_side.
4608
4609         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4610         one get_property too many.
4611
4612         * flower/include/drul-array.hh (linear_combination): new function
4613         (scale_drul): new function
4614
4615         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4616         operations on empty intervals are silly.
4617
4618 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4619
4620         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4621         (iso gh_scm2int), fixes crash in new part-combiner.
4622
4623         * configure.in: Up mftrace to 1.0.27.
4624
4625 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4626
4627         * VERSION: release 2.1.15
4628         
4629         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4630         align all stanza numbers.
4631
4632 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4633
4634         * Documentation/user/{introduction.itely,refman.itely,
4635         converters.itely}: fix some text inside parentheses; text should
4636         be readable (even) if parentheses are either replaced with commas 
4637         or dropped out.
4638
4639 2004-01-25  Werner Lemberg  <wl@gnu.org>
4640
4641         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4642         input/test/vaticana.ly, input/test/ancient-font.ly,
4643         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4644         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4645         ly/params-as-init.ly, scm/define-grobs.scm,
4646         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4647
4648         * ly/params-as-init.ly: Removed.  Obsolete.
4649         * buildscripts/lilypond.words.py: Updated.
4650
4651 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4652
4653         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4654
4655         * mf/feta-din{4,5,7,9}.mf: remove.
4656         
4657         * lily/engraver.cc (internal_make_item): centralize item/spanner
4658         factory.
4659
4660         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4661         do correct chord conversion for ^"sim."  (backportme)
4662         (FatalConversionError.sub_articulations): substitute ^"foo" in
4663         chords too. (backportme)
4664
4665         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4666         for Fingering.
4667
4668         * lily/side-position-interface.cc (out_of_staff): don't do
4669         anything if staff-padding not defined. 
4670
4671         * mf/feta-params.mf (stafflines): introduce linethickness as
4672         general blackness of the font.
4673
4674         * lily/stem.cc (position_noteheads): rounding error robustness.
4675
4676         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4677         from beam-collision.ly 
4678
4679         * lily/beam.cc (rest_collision_callback): remove direction.
4680
4681         * scm/define-grobs.scm (all-grob-descriptions): remove
4682         enclose-bounds in OttavaBracket and PianoPedalBracket
4683
4684         * scm/new-markup.scm (def-markup-command) new macro, which takes
4685         care of defining the COMMAND-markup and make-COMMAND-markup
4686         procedures, setting markup-signature and keyword-signature object
4687         properties, and pushing the markup command in
4688         markup-function-list.
4689
4690         All markup commands are defined thanks to it.  Users may also use
4691         it to define their own markup commands. (Nicolas Sceaux)
4692
4693         * scm/new-markup.scm: Scheme style clean-up: there should be no
4694         parenthesis alone on a line; LET* should not be used where LET is
4695         enough. (Nicolas Sceaux)
4696
4697 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4698
4699         * scripts/filter-lilypond-book.py: Add script.
4700
4701 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4702
4703         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4704
4705 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4706
4707         * Documentation/user/refman.itely (Fingering instructions): add
4708         single note chords. 
4709
4710         * lily/multi-measure-rest-engraver.cc: use a single
4711         MultiMeasureEvent for mm rests. This prevents problems with the
4712         new part combiner.
4713
4714         * scm/music-functions.scm (determine-split-list): analysis has
4715         global effect: a difference halfway a phrase makes the entire
4716         phrase be typeset as apart.
4717         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4718
4719 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4720
4721         * ly/performer-init.ly: add Devnull.
4722
4723         * Documentation/user/refman.itely (Font selection): remove paper20
4724         ref.
4725         
4726 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4727
4728         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4729
4730 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4731
4732         * scm/music-functions.scm (determine-split-list): bugfixes.
4733
4734         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4735
4736         * input/test/scales-greek.ly: use C as base, results in different
4737         alterations at the clef.
4738
4739         * input/regression/pedal-ped.ly: new file.
4740
4741         * input/regression/pedal-bracket.ly: new file.
4742
4743         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4744         replace after_line_breaking()
4745
4746         * lily/line-interface.cc (line): read thickness.
4747         (line): dash-fraction = 0 always for dotted-line style.
4748
4749         * input/test/staff-lines.ly (lower): bugfix.
4750
4751         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4752         \accepts Devnull into Score.
4753
4754         * scm/lily.scm: remove bla.scm load.
4755
4756 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4757
4758         * VERSION: release 2.1.14
4759         
4760         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4761
4762         * lily/side-position-interface.cc (general_side_position): add
4763         Staff_symbol_referencer::staff_space ().
4764
4765         * lily/include/context-def.hh: rename from translator-def.hh
4766
4767 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4768
4769         * input/template/piano-dynamics.ly (pedal): Updated definition of
4770         Dynamics such that \cresc works, for example.
4771
4772 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4773
4774         * lily/stem.cc (calc_stem_info): use
4775         Staff_symbol_referencer::staff_space
4776
4777         * lily/beam-quanting.cc (quanting): scale Stem_info 
4778
4779         * lily/beam.cc (rest_collision_callback): use minimum-distance
4780         property for rest/beam collisions.
4781         (rest_collision_callback): bugfixes.
4782
4783         * lily/system.cc (post_processing): extra-offset is now relative
4784         to the size of the current staff.
4785
4786         * scm/music-functions.scm (notice-the-events-for-pc): record all
4787         voices, only analyze "one" and "two".
4788
4789         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4790         not parent. 
4791
4792         * lily/new-part-combine-iterator.cc (construct_children): create
4793         Devnull from Voice context
4794
4795         * scm/music-functions.scm (determine-split-list): bugfixes.
4796
4797         * lily/lily-guile.cc (robust_scm2int): new function
4798
4799         * lily/staff-symbol-referencer.cc (line_thickness): new
4800         function. Use throughout.
4801
4802         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4803         in its own context.  Add to preset font-size.
4804
4805         * lily/stem.cc (thickness): new function.
4806
4807         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4808         compute thickness from ledger-line-thickness.
4809
4810         * lily/note-head.cc (brew_ledger_lines): use
4811         Staff_symbol::get_ledger_line_thickness ().
4812
4813         * lily/beam.cc (rest_collision_callback): use
4814         Staff_symbol_referencer::staff_space().
4815
4816         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4817         Mus1 Mus2
4818
4819         * lily/include/translator.hh (class Translator): add accepts_list_
4820         so  \with { \denies / \accepts } also works.
4821
4822         * scm/music-functions.scm (determine-split-list): determine split
4823         list from music events.
4824
4825         * lily/new-part-combine-iterator.cc: more states.
4826
4827         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4828
4829 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4830
4831         * lily/system.cc (set_loose_columns): use the right prebroken cols
4832         for interpolating loose column position.
4833
4834         * lily/text-spanner.cc (brew_molecule): default to no vertical
4835         lines.
4836
4837         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4838         take space.
4839
4840         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4841
4842 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4843
4844         * scripts/convert-ly.py: Do not test filename when processing
4845         stdin.
4846
4847         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4848
4849 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4850
4851         * lily/axis-group-engraver.cc (finalize): extra check; if
4852         process_music () is never called, then staffline_ == 0.
4853
4854         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4855         check run_always ().
4856         
4857         * VERSION: release 2.1.13
4858
4859         * input/regression/note-head-style.ly (pattern): cleanup.
4860
4861         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4862         downloading.
4863
4864         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4865         kludge rehearsalmark placement.
4866
4867         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4868         , ly:spanner?
4869
4870         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4871         close to note head for accidentals.
4872
4873         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4874         tuplet direction.
4875
4876         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4877
4878 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4879
4880         * lily/include/music-iterator.hh (class Music_iterator): add
4881         substitute_outlet() to iterator API.
4882
4883         * lily/new-part-combine-iterator.cc (construct_children):
4884         New_pc_iterator: new class, better part combining.
4885
4886         * lily/tie-column.cc (werner_directions): new function
4887
4888         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4889
4890         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4891         empty objects group spanner as parent
4892
4893         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4894         slope against graphical slope.
4895
4896         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4897         for ottava bracket.
4898
4899         * lily/side-position-interface.cc (general_side_position):
4900         opps. reinstate *dir.
4901
4902         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4903         parser run.
4904
4905         * lily/tuplet-bracket.cc: remove calc_dy ().
4906
4907         * Documentation/user/refman.itely (Balloon help): document balloon
4908         help
4909
4910 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4911
4912         * scm/document-backend.scm (check-dangling-properties): Grob
4913         properties are defined define-grob-properties.scm.
4914         
4915 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4916         
4917         * VERSION: release 2.1.12
4918
4919         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4920         ChordName
4921
4922         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4923         relation to surroundings.
4924
4925         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4926         Y-extent to the note-extents: stay clear of the staff.
4927
4928 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4929
4930         * Documentation/user/GNUmakefile
4931         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4932         iso. copy.
4933
4934         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4935
4936         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4937
4938         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4939
4940         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4941
4942         * lily/line-interface.cc (line): remove thickness from calling interface.
4943
4944         * lily/hairpin.cc: use Line_interface
4945
4946         * lily/line-interface.cc: new file. Line_interface for everything
4947         with dotted/dashed lines.
4948         
4949
4950         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4951
4952         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4953         for constructing ottava brackets.
4954         
4955         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4956         the note heads.
4957
4958         * Documentation/user/internals.itely (Engravers and performers):
4959         fix broken link.
4960
4961         * scm/music-functions.scm (make-mark-set): new function.
4962
4963         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4964         functionally identical to beam.
4965
4966         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4967         () with beam (). 
4968
4969         * Documentation/user/refman.itely (Rehearsal marks): document new
4970         functionality.
4971
4972         * input/regression/rehearsal-mark-number.ly: new file.
4973
4974         * input/regression/rehearsal-mark-letter.ly: new file.
4975
4976         * scm/translation-functions.scm (number->mark-string): new function
4977         (format-mark-letters): new function
4978         (format-mark-numbers): new function
4979
4980         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4981         integer; formatting is done through markFormatter property.
4982         
4983         * scm/define-translator-properties.scm: fold all *-done properties
4984         into positioning-done.
4985
4986         * lily/beam.cc (position_beam): new function
4987         (brew_molecule): make sure that positions are calced before making
4988         the molecule.
4989
4990         * scm/output*.scm (beam):  take 4th argument for function.
4991
4992         * ps/music-drawing-routines.ps: take blot as 4th argument.
4993
4994         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4995         stem to avoid small dents.
4996         
4997 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4998
4999         * VERSION: release 2.1.11
5000
5001         * input/regression/balloon.ly: new file.
5002
5003         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5004         objects, and make help texts. 
5005
5006         * scm/new-markup.scm (parse-simple-duration): parse duration
5007         string to log & dots. (Thanks Nicolas!)
5008
5009         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5010         rule.
5011
5012 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5013
5014         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5015         Lemberg).
5016
5017         * THANKS: alphabetic order.
5018
5019 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5020
5021         * input/regression/note-head-harmonic.ly: new file.
5022
5023         * Documentation/user/internals.itely (Technical manual): explain
5024         difference between music, translation, layout.
5025
5026         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5027
5028         * scm/output-ascii-script.scm (bracket): rounding bfs.
5029
5030         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5031
5032         * ly/paper*.ly: remove files. 
5033         
5034         * scm/paper.scm (set-staff-size): new function: set default
5035         staff-size.
5036
5037         * scripts/convert-ly.py (conv): add conversion rule.
5038
5039         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5040         function.
5041
5042         * scm/paper.scm: new file.
5043         (set-staff-size): new function 
5044         (set-paper-size): new function
5045
5046         * lily/parser.yy (music_output_def_body): restructure definition,
5047         so first Scheme statement in \paper also happens in new scope. 
5048
5049         * lily/system.cc (post_processing): move uniquify_list () to
5050         dumping molecule stage.
5051
5052         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5053         this will mess up scores that use barchecks to shorten measures.
5054
5055         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5056         at 20pt too.
5057
5058         * Documentation/user/tutorial.itely (Printing lyrics): document
5059         \lyricsto
5060
5061         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5062
5063         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5064
5065         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5066         if Voice is not found.
5067
5068         * VERSION: release 2.1.10
5069         
5070         * input/{test,regression}/: remove old-relative 
5071
5072         * lily/lexer.ll: add empty markup signature. 
5073
5074         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5075         strut markup
5076
5077         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5078
5079         * scm/define-translator-properties.scm: update melismata property
5080         doco.
5081
5082         * lily/system.cc (output_lines): revert uniquify_list() patch,
5083         strange side effects seen.
5084         
5085         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5086         dash-period < 0.
5087
5088         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5089         for flute. 
5090
5091 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5092
5093         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5094
5095         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5096
5097         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5098         of line breaks.
5099         (brew_molecule): add padding to left, not right.
5100
5101         * lily/system.cc (uniquify_list): new function
5102         (output_lines): uniquify_list () on all-elements. This fixes
5103         double symbols in the output.
5104
5105         * lily/beam.cc (rest_collision_callback): don't move anything if
5106         staff-position is set.
5107
5108         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5109
5110         * lily/system.cc (typeset_grob): warn if adding twice.
5111
5112         * lily/sequential-iterator.cc (run_always): implement run_always().
5113         (also in other files.)
5114         
5115         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5116
5117         * lily/event.cc (to_relative_octave): add octave-check.
5118
5119         * Documentation/user/refman.itely (Line breaking): add noBreak.
5120
5121         * scm/new-markup.scm (normalsize-markup): add function.
5122         (sans-markup): new function.
5123
5124         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5125         come earlier nowadays.  This fixes beams on grace notes.
5126         
5127         * scm/music-functions.scm (direction-polyphonic-grobs): new
5128         variable, share between override and revert. This fixes script
5129         directions in polyphonic sections. (backportme)
5130
5131 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5132
5133         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5134         breakpoints.
5135
5136         * lily/break-align-interface.cc: add doco
5137
5138         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5139
5140 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5141
5142         * VERSION: release 2.1.9
5143
5144         * scm/document-markup.scm (markup-doc-node): add note about naming.
5145
5146         * scm/new-markup.scm (left-align-markup): bugfix. 
5147
5148         * Documentation/user/refman.itely (Ottava brackets): more doco for
5149         ottava.
5150
5151         * lily/side-position-interface.cc (out_of_staff): also do
5152         out_of_staff() correctly for d == DOWN.
5153
5154         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5155         horizontal line if they move to the right.
5156         
5157         * scm/define-grobs.scm (all-grob-descriptions): set
5158         text-repeat-if-broken for ottava spanner
5159
5160         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5161         property.
5162
5163         * mf/feta18.mf: design size is 18 not 22.5
5164
5165         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5166         Add a single LyricsVoice to a melody. Melismata may be set
5167         individually.
5168
5169         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5170
5171         * lily/dot-column.cc: add stdio.h
5172
5173 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5174
5175         * lily/item.cc: documentation for break-visibility (Thanks, John).
5176
5177 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5178
5179         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5180
5181         * lily/translator-def.cc: rename Translator_def to Context_def.
5182
5183         * Documentation/user/internals.itely (Lexical details): clarify
5184         string def.
5185
5186         * Documentation/user/refman.itely (Rhythmic music): add link to
5187         RhythmicStaff 
5188
5189 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5190
5191         * lily/translator.cc: document start_translation_timestep()
5192
5193         * scm/output-tex.scm (tex-encoded-fontswitch): use
5194         round for rounding (inexact->exact yields rationals)
5195
5196         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5197
5198         * lily/translator-group.cc (get_simple_trans_list): 
5199         new function; construct simple_trans_list_ lazily.
5200         
5201 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5202
5203         * lily/paper-outputter.cc (output_scope): Check if number before
5204         checking exact (guile cvs).
5205
5206         * scm/*: Escape backslashes in scheme strings (guile cvs).
5207
5208 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5209
5210         * Documentation/user/refman.itely (Tablatures basic): annotate
5211         seealso sections.
5212
5213         * lily/*.cc: cleanup of engraver initialize() functions.
5214
5215         * lily/repeat-acknowledge-engraver.cc
5216         (start_translation_timestep): remove first_b_
5217
5218         * lily/tab-note-heads-engraver.cc: listen to string number events
5219         inside < > too. (backportme).
5220
5221         * Documentation/user/refman.itely (Text scripts): add fatText to
5222         index.
5223
5224 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5225
5226         * VERSION: 2.1.8
5227
5228         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5229         footer.
5230
5231         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5232
5233         * lily/bar-check-iterator.cc (process): only warn if
5234         barCheckLastFail was changed.
5235
5236         * scm/define-translator-properties.scm (barCheckLastFail): add
5237         property.
5238
5239         * lily/main.cc (main_prog): print summary of failed files.
5240
5241         * lily/axis-group-engraver.cc: move all spanner creation to
5242         process_music (). Now staffs can be adjusted with \override too.
5243         (Jan, you are a brilliant programmer!)
5244         
5245         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5246
5247 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5248
5249         * Documentation/user/tutorial.itely (Integrating text and music):
5250         Show the commands to produce a PDF as well.
5251
5252 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5253
5254         * lily/translator-def.cc (get_translator_names): accept user
5255         tweaks too. 
5256
5257         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5258         as big as normal heads. 
5259
5260         * input/*ly: run convert-ly
5261         
5262         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5263         () if dependencies are fluked.
5264
5265         * scm/document-translation.scm (engraver-doc-string): update on
5266         latest string/symbol conventions.
5267
5268         * lily/translator-ctors.cc: use Scheme_hash_table.
5269
5270         * lily/translator-def.cc (get_translator_names): new function
5271         (add_context_mod): new function
5272         (get_accepted): new function
5273
5274         * lily/parser.yy (context_mod): put all modifications of
5275         \translator { } in a single production, encode as SCM.
5276
5277         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5278         to use read-only lists, so additions to the definition can be
5279         prepended easily.  
5280
5281         * Documentation/user/invoking.itexi (Editor support): add node on
5282         editor support.
5283
5284         * Documentation/user/refman.itely (Bar check): add lyrics example
5285         of bar checks. 
5286
5287         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5288
5289         * scripts/convert-ly.py (conv): add conversion rule.
5290
5291         * lily/parser.yy: use \change iso. \translator for staff switch.
5292
5293         * lily/my-lily-lexer.cc: add \change.
5294
5295         * scm/define-translator-properties.scm
5296         (default-melisma-properties): add definition.
5297
5298 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5299
5300         * Documentation/user/refman.itely (Bar lines): clarification of
5301         systemStartDelimiter. 
5302
5303         * input/test/slur-shape.ly (x): remove file.
5304
5305         * lily/translator-group.cc (apply_property_operations): new function.
5306
5307 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5308
5309         * lily/parser.yy (optional_prop_ops): allow \with {
5310         PROPERTYSETTINGS } following \context or \new.
5311
5312         * lily/my-lily-lexer.cc: add \with.
5313
5314         * lily/parser.yy (property_operation): clean up definition of
5315         property operations.
5316         (property_op_to_music): new function.
5317         (context_spec_music): new function
5318
5319         * VERSION: 2.1.7 released.
5320         
5321         * input/regression/collision-merge-dots.ly: new file.
5322
5323         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5324         then kill the dots too. 
5325
5326         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5327         set/unset breakableSeparationItem
5328
5329         * lily/separation-item.cc (relative_width): add function.
5330
5331         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5332         only-prebreak-interface
5333
5334         * lily/system.cc (output_lines): only junk only-prebreak-interface
5335         grobs.
5336
5337         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5338         read breakableSeparationItem
5339
5340         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5341
5342         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5343
5344         * lily/dot-column.cc (dot_config_badness): new function:
5345         select the best scoring dot configuration: dots should go close to
5346         the note heads, but be shifted up or down according to conventions.
5347         (print_dot_configuration): idem.
5348         (shift_one): idem
5349         (remove_collision): idem.
5350
5351         * input/regression/dots.ly: add more test cases.
5352
5353 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5354
5355         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5356
5357         * flower/include/interval.hh: rename elem_b to contains 
5358
5359         * lily/tie.cc: change 'heads to 'head-pair.
5360
5361         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5362         fill in 'heads field.
5363
5364         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5365         minimum-length for short ones, and shorten so collisions with the
5366         next syllable are avoided.
5367
5368         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5369         near-zero slopes.
5370         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5371
5372         * lily/dots.cc: remove quantized_position callback. All Y
5373         positioning is done by dot-column.cc
5374
5375         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5376         exhaustive test of all dot positions. This fixes disappearing dots
5377         in dotted chords.
5378
5379 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5380
5381         * mf/feta-klef.mf (test_staff): fatten up G clef
5382         (test_staff): fatten up f clef.
5383         
5384
5385 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5386
5387         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5388         * input/les-nereides.ly: Use latin1 characters for title, like
5389         Morgenlied.
5390
5391 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5392
5393         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5394         cmb10).
5395
5396         * lily/lyric-extender.cc (brew_molecule): add little space before
5397         extender line.
5398
5399         * lily/beam-quanting.cc (score_forbidden_quants): check if
5400         outer stafflines fall in any beam gaps.
5401
5402         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5403         for lyric texts.
5404
5405 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5406
5407         * VERSION: 2.1.6 released.
5408
5409         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5410         this shows the demerits of a user-defined beam position pair.
5411
5412         * scm/define-grobs.scm (all-grob-descriptions): set
5413         beamed-extreme-minimum-free-lengths to a different value.
5414
5415         * lily/scm-option.cc: add debug-beam scm-option
5416
5417         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5418
5419 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5420
5421         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5422
5423         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5424         space after barline.
5425
5426         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5427
5428         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5429         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5430         the other case, take standard column-breakable spacing. Do not
5431         warn about "no spacing wishes".
5432
5433         This fixes wide spaces after barlines in very loose lines.
5434
5435         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5436
5437 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5438
5439         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5440         acknowledge_grob lyric-syllable, not lyric-text.
5441
5442         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5443         dashes of length #'length separated by #'dash-period. 
5444
5445         * lily/lyric-extender.cc (brew_molecule): idem
5446
5447         * lily/multi-measure-rest.cc (big_rest): idem
5448
5449         * lily/system-start-delimiter.cc (simple_bar): idem
5450
5451         * lily/bar-line.cc (simple_barline): use rounded box
5452
5453         * VERSION: release 2.1.5
5454
5455         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5456         music): move note about dvips to more visible place.
5457
5458         * lily/lyric-phrasing-engraver.cc: move from
5459         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5460         lyric-phrasing-engraver.hh)
5461         
5462         * lyric-align.ly: remove file
5463         
5464         * scripts/convert-ly.py (FatalConversionError.func): add removal
5465         rule for automaticMelismata
5466
5467         * ly/engraver-init.ly (ScoreContext): switch on
5468         New_phrasing_engraver by default.
5469
5470         * lily/slur-engraver.cc (class Slur_engraver):
5471         process_acknowledged_grobs -> process_music.
5472         (try_music): signal melismata correctly.
5473
5474         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5475         word-space, right-trim-amount, and extend past right bound only
5476         for note heads.
5477
5478         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5479         lyric-extender support: add note-heads to the extender
5480         automatically.
5481
5482         * lily/parser.yy: extender is now post_event. 
5483
5484         * lily/accidental-engraver.cc (number_accidentals): remove
5485         spurious warning about non-parent contexts.
5486
5487         * lily/music-output-def.cc (assign_translator): \translator { }
5488         for a Foo context implicitly redefines \FooContext.
5489
5490         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5491         fixes.
5492
5493         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5494         doubly in slur weight. 
5495
5496         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5497         combination.
5498
5499         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5500         staffbar distance.
5501
5502         * scripts/lilypond.py (global_latex_preamble): crank down size of
5503         the margins. Now there is a 12 mm top and bottom margin, which
5504         should correspond with the printable area of modern printers.
5505
5506         This enlarges the music height of the printable page a little.
5507
5508         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5509         signs. Use \markup instead.
5510         (accreg_pen): tweak for accordeon asterisk.
5511
5512 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5513
5514         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5515
5516         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5517
5518         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5519
5520         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5521
5522         * scm/define-grobs.scm (all-grob-descriptions): change
5523         StanzaNumber description: make side support, i.s.o. breakable.
5524         use Instrument_name_engraver for texts in the margin.
5525
5526         * scm/define-translator-properties.scm: remove
5527         melismaEngraverBusy, stz property.
5528
5529         * *.cc: naming: change empty_b () into is_empty ()
5530
5531         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5532
5533         * input/regression/lyric-phrasing-new.ly: new file.
5534
5535         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5536         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5537         melismata are now left-aligned.
5538
5539 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5540
5541         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5542
5543         * mf/feta19.mf: remove.
5544         
5545         * mf/feta-klef.mf (test_staff): more tweaks
5546
5547         * mf/feta-toevallig.mf: more small size tweaks.
5548
5549         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5550         rests for smaller sizes.
5551
5552         * mf/feta-bolletjes.mf: fix cross heads.
5553
5554         * VERSION: release 2.1.4
5555         
5556         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5557         deprecated #'ancient font family
5558
5559         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5560         it is a string or number.
5561
5562         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5563         change calling convention of stem-attachment function. 
5564
5565         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5566
5567         * mf/feta-autometric.mf: dump WX/WY fields too
5568         
5569         * mf/parmesan-heads.mf: idem.
5570
5571         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5572         attachment coordinates.
5573
5574         * lily/note-head.cc (stem_attachment_coordinate): read stem
5575         attachment from the notehead glyphs WX/WY fields.
5576
5577         * lily/include/font-metric.hh (struct Font_metric): add methods
5578         get_indexed_wxwy (), make a distinction between looking up by
5579         index and ASCII  
5580
5581         * mf/feta-bolletjes.mf: rewrite note head MF code.
5582         (test_outlines): make heads more rotund for smaller sizes. 
5583
5584 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5585
5586         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5587         throughout. Font scaling fixes throughout.
5588
5589         * mf/feta-sleur,slur.mf: remove. 
5590
5591         * mf/feta-slag.mf: rewrite.
5592
5593 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5594
5595         * VERSION: release 2.1.3
5596
5597         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5598
5599         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5600
5601         * lily/mark-engraver.cc (process_music): fix mark
5602         \default. (backportme)
5603
5604         * stepmake/stepmake/automatically-generated.sub.make (default):
5605         use -n for head/tail commands. 
5606
5607         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5608         heads with the same pitch.
5609
5610 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5611
5612         * lily/recording-group-engraver.cc (finalize): set protected_scm
5613         member to '() before finalizing.
5614
5615         * lily/translator-group.cc (finalize): remove removal_processing () 
5616
5617         * lily/recording-group-engraver.cc: new engraver: record
5618         synchronized start & end times for each music object.
5619
5620         * lily/parser.yy (toplevel_expression): execute score rendering
5621         during parsing. Cleanup output-filename handling; this is no
5622         longer done with global variables.
5623         (translator_spec_body): allow \type modification too.
5624
5625         * lily/score.cc:  ly:run-translator: new function
5626         (LY_DEFINE): ly:render-output new function.
5627
5628         Separate interpreting and rendering, and make available as
5629         functions at Scheme level.
5630
5631 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5632
5633         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5634         (musicxml-node->string):
5635         (xml-node->string):
5636         (music-to-musicxml): New function.
5637
5638 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5639
5640         * VERSION: 2.1.2 released
5641
5642         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5643
5644         * scm/font.scm (paper20-font-vector): discouple font design sizes
5645         from sizes specified in .ly file: store all design sizes of a font
5646         in a single vector.
5647
5648         * lily/font-select.cc (get_font_by_design_size): new function
5649
5650         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5651         add parmesan,feta in sizes 14 and 18.
5652         
5653         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5654
5655         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5656         of fontSize: this now sets font-size
5657
5658 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5659
5660         * VERSION: 2.1.1 released
5661         
5662         * Documentation/user/refman.itely (Tuning objects): add note about
5663         concurrent tweaks in different contexts. 
5664
5665         * lily/tie-engraver.cc (acknowledge_grob): use
5666         Staff_symbol_referencer::get_position iso. reading staff-position
5667         directly.
5668
5669         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5670         currentMusicalColumn as left span-point for bracket. The bracket
5671         is too long when there are accidentals.
5672
5673 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5674
5675         * buildscripts/lilypond-profile.sh,
5676         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5677         Thanks to Reuben Thomas <rrt@mupsych.org>
5678
5679 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5680
5681         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5682         Wurbel <wurbel@univ-tln.fr>.
5683
5684 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5685
5686         * scripts/midi2ly.py: Add space after chords.
5687
5688 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5689
5690         * input/regression/{many}: add few @code{ ... }.
5691
5692 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5693
5694         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5695         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5696         Removed cmbx5, cmbx6 (which are included in teTeX)
5697         and cmbxti14 which is not used in fonts.scm.
5698
5699 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5700
5701         * lily/midi-item.cc: fine tune quarter tones.
5702
5703 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5704
5705         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5706         new function, warn how many cents are missing in fine tuning.
5707
5708 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5709
5710         * input/bugs/rhytmicstaff-tie.ly: add file.
5711
5712         * THANKS: Create skeleton for 2.1.
5713
5714 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5715
5716         * input/test/bar-lines.ly (TODO): dashed "|".
5717
5718 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5719
5720         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5721         input/regression/tie-chord.ly: Fix spell for tying.
5722
5723         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5724
5725         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5726         new file (renamed, see above).
5727
5728         * Documentation/user/lilypond-book.itely
5729         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5730         * input/example-1.ly input/example-2.ly input/example-3.ly
5731         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5732         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5733         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5734         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5735         * scripts/lilypond-book.py scripts/lilypond.py
5736         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5737         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5738
5739         * Documentation/user/lilypond.tely: update version.
5740
5741         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5742         Remove extra spaces in each @node, fixes spaces.
5743
5744 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5745
5746         * scripts/lilypond-book.py (output_dict): Add definition of
5747         \lilypondbook also for LaTeX output. Solves several bug reports.
5748
5749 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5750
5751         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5752
5753 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5754
5755         * input/test/transposition.ly: Fix key signatures, given in comments.
5756
5757 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5758
5759         * scm/midi.scm (instrument-names-alist),
5760         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5761
5762 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5763
5764         * input/test/temporary-stave.ly (texidoc): New example based on an
5765         email question from Ralph Little.
5766
5767 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5768
5769         * VERSION: release 2.1.0
5770         
5771         * lily/note-performer.cc (try_music): accept busy-playing-event.
5772
5773         * lily/swallow-perf.cc (try_music): return false for
5774         busy-playing-event and melisma-playing-event.
5775
5776 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5777
5778         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5779         >> in \score.
5780
5781 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5782
5783         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5784         that articulation_substitute will not move beam start again.
5785         (articulation_substitute): Bugfix: remove stray space so that new
5786         old chords ending '>>' does not get broken up.
5787         (sub_chord): Use TAB for indentation (not spaces).
5788         
5789         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5790         Bugfix for startup: Use ?^ instead of ?\^.
5791
5792 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5793
5794         * lily/lyric-combine-music-iterator.cc
5795         (Lyric_combine_music_iterator): change init order, to prevent GC
5796         segfaults.
5797
5798         * lily/context-specced-music-iterator.cc (construct_children): 
5799         only change  translator if found. This fixes a core dump problem.
5800
5801 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5802
5803         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5804         comparison.
5805
5806         * mf/feta-bolletjes.mf: make hole in half note little
5807         smaller for stem attachment.
5808
5809         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5810
5811         * mf/feta-banier.mf: don't draw stem with flag, just small square
5812         attachment.
5813
5814         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5815
5816         * mf/feta-banier.mf: remove upstem/downstem characters.
5817
5818         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5819
5820         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5821         stafflinethickness (in the default)
5822
5823         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5824
5825         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5826
5827         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5828
5829         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5830
5831         * lily/include/directional-element-interface.hh:
5832         junk class, make {get,set}_grob_direction functions.
5833
5834         * lily/slur.cc (get_attachment): do something sensible when
5835         attaching to stem without heads (eg. a rest).
5836
5837         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5838         forcing up to staff.  remove #'support-head property
5839         (brew_molecule): small cleanup.
5840         (flag): remove #'grace property.
5841
5842 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5843
5844         * cygwin/postinstall-lilypond.sh: 
5845         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5846         (Volker Zell).
5847
5848 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5849
5850         * scripts/lilypond-book.py: resurrect 'eps' option. 
5851         (TexiPaper.to_eps): use -Ppdf for EPS files.
5852
5853         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5854
5855         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5856
5857         * VERSION: release 2.0.1
5858
5859         * lily/bezier.cc (get_other_coordinate): change assert into
5860         warning.
5861
5862         * lily/note-head.cc (internal_brew_molecule): make left protusion
5863         smaller, to accomodate for natural sign.
5864         (internal_brew_molecule): only do this when the accidental is
5865         close enough.
5866         (extent): new function
5867
5868         * lily/skyline.cc (merge_skyline): new function
5869         (heighten_skyline): new function
5870
5871         * lily/accidental-placement.cc (position_accidentals) 
5872         (position_accidentals): fix todo.
5873
5874 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5875
5876         * input/test/+.ly (texidoc): put version number inline.
5877
5878         * GNUmakefile.in: remove rsync-web target.
5879         
5880         * input/regression/bar-scripts.ly (onestaff): raggedright
5881
5882 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5883
5884         * lily/*.cc: remove #if 0'd code in couple of places.
5885
5886         * lily/midi-stream.cc (operator <<): rewrite.
5887
5888         * lily/note-head.cc (internal_brew_molecule): 
5889         only make ledgers when the Staff symbol has lines.
5890
5891         * ly/property-init.ly (arpeggioBracket): simplify
5892
5893         * lily/translator-group.cc (execute_pushpop_property): use
5894         SCM_EQ_P for comparing keys. This fixes reverting
5895         auto-beam-settings.
5896
5897 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5898 *
5899         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5900         midi_debug_global_b.
5901         (operator <<): Normalise loop.
5902
5903 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5904
5905         * scripts/lilypond.py (escape_path): revise.
5906
5907         * scm/music-functions.scm (set-output-property): new function.
5908         
5909 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5910
5911         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5912         use addmakeflags again.
5913
5914         * cygwin/lily-wins.py (escape_shell): New function; use it.
5915
5916         * scripts/lilypond.py (escape_shell): Escape quotes and other
5917         spaces too.  Do not escape escaping backslashes.
5918
5919         * make/srcdir.make.in (web-install): Must call install-WWW now.
5920
5921         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5922         dependency
5923
5924 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5925
5926         * scripts/lilypond.py (escape_path): escape quotes too. 
5927
5928         * Documentation/user/lilypond.tely (Unified index): rename Index
5929         to accomodate Windows breakage.
5930
5931         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5932
5933         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5934         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5935         target not a source.
5936
5937 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5938
5939         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5940         addmakeflags.  Build and install doc and web also when building on
5941         Cygwin.
5942
5943         * mf/GNUmakefile: Bugfix.
5944
5945         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5946         target web.
5947
5948         * cygwin/lily-wins.py: Quote filename.
5949
5950 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5951
5952         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5953
5954 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5955
5956         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5957         settings.
5958
5959         * configure.in: Require g++ > 3.0.4.
5960
5961         * mf/GNUmakefile: Bugfix: Add list.ly target.
5962         
5963         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5964
5965         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5966         make omf directory, add uninstall targets.
5967
5968 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5969
5970         * lily/tie-performer.cc (initialize): init prev_event
5971
5972         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5973
5974         * lily/script-engraver.cc (make_script_from_event): don't crash on
5975         non-string articulation-type.
5976
5977         * lily/new-fingering-engraver.cc (add_script): don't crash on
5978         0 scripts 
5979         (acknowledge_grob): warn about text script events.
5980
5981 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5982
5983         * buildscript/lilypond.words: fix path for drums.scm.
5984
5985 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5986
5987         * lily/spacing-spanner.cc (note_spacing): don't make longer
5988         durations than measure-length.
5989
5990         * VERSION: release 2.0.0
5991
5992         * GNUmakefile.in (rsync-web): version independent rsync target.
5993
5994         * input/test/+.ly (texidoc): idem.
5995
5996         * input/regression/+.ly: print version number.
5997
5998         * input/regression/accidentals.ly (mel): shorten.
5999
6000         * input/regression/accidental-octave.ly (texidoc): shorten.
6001
6002         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6003
6004         * input/regression/completion-heads-polyphony.ly: octave
6005
6006         * input/regression/beam-manual.ly: remove
6007
6008         * input/regression/beam-chord.ly: remove
6009
6010         * input/regression/grace-dynamic.ly: remove
6011         
6012         * input/regression/grace-volta-repeat.ly: octave fixes.
6013
6014         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6015
6016         * lily/parser.yy (step_number): semitones for chord entry too.
6017         (make_chord_step): more robust code, semitones. 
6018
6019         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6020
6021         * input/regression/breathing-sign.ly (texidoc): split ancient and
6022         normal breathing signs.
6023
6024         * scm/define-grobs.scm (all-grob-descriptions): swap
6025         beamed-extreme-minimum-free-lengths and
6026         beamed-minimum-free-lengths; the 'extreme' case should allow
6027         shorter stems. This fixes forced directions on beamed 32nd and
6028         shorter notes.
6029
6030         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6031         quartertones, not semitones.
6032         (NoteNamesContext): swallow more event types
6033
6034         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6035
6036         * VERSION (PACKAGE_NAME): release 1.9.10
6037
6038 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6039
6040         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6041         set note head as cause of note-column.  This gives a better error
6042         message.
6043
6044 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6045
6046         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6047
6048 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6049
6050         * mf/GNUmakefile (pfa_warning): instruct 
6051
6052         * stepmake/aclocal.m4: typo.
6053
6054         * Documentation/user/cheatsheet.itely: more verbose examples.
6055
6056         * input/regression/clefs.ly: remove bogus docstring.
6057
6058 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6059
6060         * GNUmakefile.in (SUBDIRS): Add elisp.
6061
6062         * elisp/lilypond-mode.el: 
6063         * elisp/lilypond-init.el: 
6064         * elisp/lilypond-indent.el: 
6065         * elisp/lilypond-font-lock.el: Move from top dir.
6066
6067         * stepmake/stepmake/elisp-vars.make: New file.
6068
6069         * config.make.in (elispdir): Add.
6070
6071         * Documentation/topdocs/INSTALL.texi: Typo.
6072
6073         * make/ly-rules.make: Test for files instead of touching void and
6074         ignoring errors.
6075
6076         * GNUmakefile.in:
6077         * make/lilypond.redhat.spec.in:
6078         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6079         <builddir>, adding
6080         
6081              (push "<builddir>/share/lilypond/elisp" load-path)
6082
6083         to your ~/.emacs.el should give you LilyPond-mode again.
6084
6085         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6086         regexp for DOS/Windows, we are too paranoid to fix others.
6087
6088 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6089
6090         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6091
6092         * input/test/chord-names-jazz.ly (banterProperties): fix
6093
6094         * lily/parser.yy (bass_mod): bass figure alterations are semi
6095         tones, not quarter tones
6096
6097         * lily/beam.cc (set_stem_lengths): only lengthen stems
6098         for gapped beams.
6099
6100         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6101         by beamcount.
6102
6103         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6104         a warning that the warning may erroneous.
6105
6106         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6107         target.
6108
6109         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6110         targets.
6111
6112         * GNUmakefile.in ($(config_h)): config.h should depend on
6113         config.hh.in .
6114         (lilypond.words): remove fontball stuff.
6115
6116         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6117
6118         * configure.in: remove pktrace reference.
6119
6120         * GNUmakefile.in (rsync-web): permissions and ownership for
6121         website.
6122
6123         * lily/volta-engraver.cc (staff_eligible): new function.
6124         (stop_translation_timestep): kill off spanners if not eligible.
6125
6126         * VERSION (PATCH_LEVEL): release 1.9.9
6127
6128         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6129
6130         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6131         length is more important than forbidden quants.
6132         
6133 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6134
6135         * buildscripts/lilypond.words: order words in search order,
6136         add lilypond.words.vim to be generated.
6137
6138         * lilypond.vim: use lilypond.words.vim for keyword matching.
6139
6140         * lilypond-mode.el: use search order. fix word selection rules.
6141
6142         * lilypond-font-lock.el: fix fontifying long durations.
6143
6144         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6145
6146 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6147
6148         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6149
6150         * stepmake/stepmake/generic-targets.make:
6151         * stepmake/stepmake/bin/make-version.py: 
6152         * stepmake/aclocal.m4:
6153         * make/stepmake.make:
6154         * make/toplevel-version.make: Build fixes: remove last traces of
6155           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6156
6157         * lily/beam.cc: Add gap-count property.
6158
6159 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6160
6161         * scm/define-grob-properties.scm (gap-count): add gap-count
6162
6163         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6164
6165 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6166
6167         * cygwin/mknetrel.doc: Typo.
6168
6169         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6170
6171         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6172
6173 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6174
6175         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6176         sizes. Remove support for 'ledger'(=tabloid+landscape).
6177
6178 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6179
6180         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6181         sauter PFAs.
6182
6183         * configure.in: remove VERSION stuff once again.
6184
6185         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6186
6187         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6188         for chord names.
6189
6190         * mf/GNUmakefile: always trace pfa fonts.
6191         (SAUTER_FONTS): add cmss[567] too fonts
6192
6193         * configure.in: require mftrace. 
6194
6195         * lily/staff-performer.cc (new_instrument_string): don't look at
6196         instrument property.
6197
6198         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6199         is_direction is the C++ one. Similar for ly_axis_p and
6200         ly_number_pair_p
6201
6202 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6203
6204         * lily/beam.cc (brew_molecule): read gap-count to determine
6205         number of tremolo (gapped) beams.
6206
6207         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6208         shorter than 1/8
6209
6210         * flower/include/array.hh (default_compare): new function
6211
6212         * cygwin/mknetrel: Native fixes.
6213
6214         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6215
6216 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6217
6218         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6219         feature for Windows.
6220
6221         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6222
6223         * cygwin/mknetrel: Updates for native use on Cygwin.
6224
6225         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6226
6227         * stepmake/stepmake/help2man-rules.make: 
6228         * cygwin/mknetrel: Bugfix for manpages.
6229
6230         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6231         $(builddir).  Stepmake is a normal subdirectory now, that is not
6232         configured.  Another srcdir build fix.
6233
6234         * Documentation/topdocs/INSTALL.texi,
6235         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6236         lilypond-init.el, lilypond-mode.el, debian/rules,
6237         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6238         rename generated file lilypond.words to lilypond.words.el.
6239
6240 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6241
6242         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6243
6244         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6245         GNUmakefile.in.
6246
6247 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6248
6249         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6250         when cross building.
6251
6252         * configure.in: srcdir build fix.
6253
6254         * cygwin/GNUmakefile:
6255         * cygwin/lily-wins.py:
6256         * cygwin/postremove-lilypond.sh: 
6257         * cygwin/postinstall-lilypond.sh: Merge from stable.
6258
6259         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6260         s/ly2dvi/lilypond/.
6261
6262 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6263
6264         * lily/slur.cc (after_line_breaking): only set control points if
6265         none supplied yet.
6266
6267         * input/test/slur-manual.ly: new file.
6268
6269         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6270         <<  >> chords too.
6271
6272         * VERSION (PACKAGE_NAME): release 1.9.8
6273
6274         * scripts/lilypond.py (escape_path): escape spaces in directory names
6275
6276         * input/test/text-spanner.ly: fixes.
6277
6278 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6279
6280         * buildscripts/lilypond.words.py: add drum names as note names to
6281         Emacs-mode.
6282
6283 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6284
6285         * input/regression/hairpin-dashed.ly: new file.
6286
6287         * scripts/convert-ly.py (conv): warn about dash-length.
6288
6289         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6290         automatically if we get a new one.
6291
6292         * lily/lookup.cc (dashed_line): new function
6293
6294         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6295         dash-fraction.
6296
6297 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6298
6299         * buildscripts/lilypond.words.py: extract note names.
6300
6301         * lilypond-mode.el: take note names from lilypond.words -file.
6302         small fix in the use of string-match.
6303
6304         * lilypond-font-lock.el: use lilypond.words for note names, add 
6305         maxima to note a duration.
6306
6307 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6308
6309         * lily/breathing-sign.cc: remove railtracks() function. 
6310
6311         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6312
6313         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6314         (brew_molecule): bugfix don't make arpeggio shorter when
6315         arpeggio-direction is set.
6316
6317         *  debian/rules: small corrections in the (Pedro K)
6318
6319         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6320         examples.
6321
6322         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6323         special (repeat) bar comes along.
6324
6325         * input/regression/auto-beam-bar.ly: update.
6326
6327         * scripts/lilypond-book.py (output_dict): remove support for the
6328         EPS option.
6329
6330         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6331         VerticalAlignment and VerticalAxisGroup this fixes the size
6332         computations for the entire system.
6333  
6334         * input/les-nereides.ly (bass): remove superfluous fontSize.
6335
6336         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6337         causes directory of file to be added to include path.
6338
6339         * input/regression/beam-break.ly: test single stem beams.
6340
6341         * input/regression/system-start-bracket.ly: fix.
6342
6343         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6344
6345         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6346
6347         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6348         (score_stem_lengths): do something sensible for single stem beams.
6349
6350         * lily/beam.cc (least_squares): add kludge for single stem beams.
6351
6352         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6353         keySignature to list of broken things.
6354
6355         * input/regression/keys.ly: fix.
6356
6357         * VERSION (PACKAGE_NAME): release 1.9.7
6358
6359         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6360
6361         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6362
6363         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6364         (quartertone_pitch): new function
6365
6366         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6367         flat. WARNING: FONT CHANGED.
6368
6369         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6370
6371         * lily/accidental-placement.cc (add_accidental): support for
6372         quarter tones.
6373
6374         * ly/LANGUAGEs.ly: use symbols for alterations.
6375
6376         * mf/feta-toevallig.mf: change accidental codes. 
6377
6378         * scm/lily.scm (ly:get-option): switch on debugging only for
6379         --verbose.
6380
6381         * lily/lily-guile.cc: remove ly:verbose?
6382
6383         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6384
6385         * lily/parser.yy (TODO): only do gh_call() for apply with
6386         procedure argument.
6387
6388         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6389         stuff in accordance with new timing of tie-events.
6390
6391         * lily/my-lily-lexer.cc: remove \outputproperty
6392
6393         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6394
6395         * scm/define-translator-properties.scm (melismaBusyProperties):
6396         add melismaBusyProperties property.
6397
6398 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6399
6400         * input/test/ambitus-mixed.ly (texidoc): new file.
6401
6402         * buildscripts/mutopia-index.py (find): prune debugging
6403
6404         * lily/side-position-interface.cc: doc updates
6405
6406         * Documentation/user/refman.itely: updates, tweaks.
6407
6408         * lily/parser.yy (Simple_music): remove outputproperty
6409
6410         * make/stepmake.make: use VERSION again; importing VERSION via
6411         autoconf dependencies is too hairy.
6412
6413 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6414
6415         * lilypond-mode.el: allow `-' for keywords and identifiers.
6416
6417 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6418
6419         * VERSION: release 1.9.6
6420         
6421         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6422         iso. ly2dvi.
6423
6424         * Documentation/user/*.itely: fixes everywhere
6425
6426         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6427         produce ties from the engraver itself, do not broadcast TieEvent.
6428
6429         * lily/my-lily-lexer.cc: remove pitch & duration.
6430
6431         * lily/parser.yy (TODO): remove \pitch and \duration
6432
6433         * input/test/explicit.ly: remove file.
6434
6435         * Documentation/user/refman.itely (Pitches): remove \pitch 
6436         \duration command.
6437
6438 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6439
6440         * buildscripts/lilypond.words.py: add all slur types to Emacs
6441         insertion menu, suppose everything is postfixed by dropping 
6442         unnecessary `-' -marks.
6443
6444 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6445
6446         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6447         tremoloed stems.
6448
6449         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6450         head for flagged stems.
6451
6452         * lily/stem.cc (get_default_stem_end_position): futz with extra
6453         stem length if there is a stem tremolo.
6454
6455         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6456         it would be too small.
6457
6458         * lily/font-metric.cc: return #f for non-existent glyph.
6459         
6460         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6461         exported through config.make.
6462
6463         * input/regression/clef-oct.ly: new file.
6464
6465         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6466         transposition.
6467
6468         * input/template/*.ly: remove old relative.
6469
6470         * ly/english.ly: add X names for double sharp.
6471
6472 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6473
6474         * lily/font-select.cc: new file handle font selection routines.
6475
6476         * lily/parser.yy: add ; (Patrick Atamaniuk)
6477
6478         * input/test/time-signature-double.ly: use markups for double time
6479         sigs.
6480
6481         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6482         ChordNames.SeparationItem #'padding for adjusting space after chords.
6483         
6484         * lily/music-output-def.cc (LY_DEFINE): 
6485         new function ly:paper-lookup.
6486         
6487         * mf/parmesan-clefs.mf: use # quantities for char_box
6488         offsets. Fixes overflow errors in the PFA. 
6489
6490         * scm/new-markup.scm (strut-markup): change calling interface for
6491         markup. Pass paper-def, not grob. This would allow \markup to be
6492         used separately from grobs.
6493
6494         * lily/paper-def.cc: new function ly:paper-font; this function
6495         replaces ly:get-font.
6496
6497         * lily/include/font-interface.hh (struct Font_interface): take
6498         Paper_def iso. Grob for get_font().
6499
6500 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6501
6502         * Documentation/user/ tutorial.itely, refman.itely: add warning
6503         about \key and accidentals.
6504
6505 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6506
6507         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6508
6509         * Documentation/user/*.itely: manual tweaks
6510
6511 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6512
6513         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6514         cleanup; bugfix: exact_center
6515
6516         * Documentation/user/refman.itely: added more documentation on
6517         ambitus according to recent questions on lilypond-user list
6518
6519 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6520
6521         * input/regression/ottava.ly (texidoc): demo 15ma too.
6522
6523         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6524
6525         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6526         octave fixes.
6527
6528 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6529
6530         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6531         problems on older Mac editors.
6532
6533 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6534
6535         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6536
6537 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6538
6539         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6540         mf/parmesan-clefs.mf: added comments on character alignment and
6541         set_char_box() conventions
6542
6543         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6544         set_char_box()'s
6545
6546         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6547
6548 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6549
6550         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6551
6552 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6553
6554         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6555         shortened to avoid almost-collision with staff line; code cleanup;
6556         other custodes: fixed char boxes; code cleanup
6557
6558 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6559
6560         * configure.in: release 1.9.5
6561         
6562         * scripts/lilypond.py (global_latex_preamble): only set
6563         twosideshift if 'twoside' is in latexoptions 
6564
6565         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6566
6567         * VERSION: remove
6568
6569         * scripts/*2ly.py: update <> syntax
6570
6571 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6572
6573         * lily/chord-name-engraver.cc (process_music): add origin for
6574         chord name.
6575
6576         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6577
6578         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6579         bass notes for exceptions too.
6580
6581         * scm/define-grobs.scm (all-grob-descriptions): rename
6582         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6583
6584         * scm/define-grob-properties.scm (remove-first): add remove-first
6585         property for orchestral scores.
6586
6587         * Documentation/user/*.itely: switch <<>> and <> 
6588
6589         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6590         last_line only once. This fixes the two consecutive glissandi problem.
6591
6592 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6593
6594         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6595         error message "flexa-width undefined"
6596
6597         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6598         lily/include/gregorian-ligature.hh: print warning when ignoring
6599         head prefixes on flexa shapes
6600
6601         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6602         space before a series of inclinatum heads
6603
6604         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6605         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6606         cleanups
6607
6608         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6609         and char_box
6610
6611 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6612
6613         * input/regression/breathing-sign.ly: tiny fixes
6614
6615         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6616         semantical collision with vaticana ligatures
6617
6618         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6619         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6620         now consistent with mensural ligatures
6621
6622         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6623         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6624         context pitches and staff position; dto. for virga stem; removed
6625         obsolete virga and clivis characters from parmesan font (WARNING:
6626         font changed)
6627
6628         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6629         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6630
6631         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6632         scm/define-grob-properties.scm: consistency fix: renamed
6633         join_left->add_cauda
6634
6635         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6636         appendix length; bugfix: yoffs_bt for reverse direction punctum
6637         characters
6638
6639         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6640         small cleanups; added more docu
6641
6642         * lily/mensural-ligature-engraver.cc,
6643         lily/vaticana-ligature-engraver.cc,
6644         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6645         computation to CoherentLigatureEngraver
6646
6647         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6648         scm/define-grob-properties.scm: bugfix: added missing linea and
6649         cavum properties; bugfix: removed dead semivocalis property
6650
6651         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6652         length; redesigned quilisma, stropha and auctum
6653
6654         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6655         line thickness
6656
6657         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6658         Documentation/user/refman.itely: bugfix: introduced shifted
6659         epiphonus head to avoid collision with adjacent plica
6660
6661 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6662
6663         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6664
6665         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6666
6667 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6668
6669         * Documentation/user/tutorial.itely (A lead sheet): remove
6670         duplicate chords.
6671
6672         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6673
6674 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6675
6676         * Documentation/bibliography/computer-notation.bib (isbn): add
6677         xivcim publication.
6678
6679 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6680
6681         * GNUmakefile.in: drop lilypond.words for generation.
6682
6683 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6684
6685         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6686
6687         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6688
6689 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6690
6691         * input/test/figured-bass-alternate.ly (fl): new file.
6692
6693         * Documentation/topdocs/README.texi (Top): clarifications.
6694
6695         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6696         theses of Gieseking and Renz.
6697
6698         * GNUmakefile.in (README_FILES): remove README.mandrake.
6699
6700 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6701
6702         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6703         from source files and search patterns listed in the script.
6704
6705         * GNUmakefile.in: add target `lilypond.words'.
6706
6707         * lilypond.words: remove file, generated by `make lilypond.words'.
6708
6709         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6710
6711 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6712
6713         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6714
6715 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6716
6717         * VERSION: 1.9.4 released
6718
6719         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6720         rule for < > <-> << >> substitution
6721
6722         * lily/lexer.ll: exchange meaning of << >> and < > 
6723
6724         * VERSION (PACKAGE_NAME): 1.9.3 released
6725
6726         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6727         pages unconditionally.
6728
6729 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6730
6731         * Documentation/user/music-glossary.tely (Top): small syntax
6732         fixes.
6733
6734         * scm/music-functions.scm (remove-tag): filter \tagged music
6735         expressions.
6736
6737         * input/regression/tag-filter.ly (texidoc): new file.
6738
6739         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6740         symbol2 .. ) etc. 
6741
6742         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6743         convert rule.
6744
6745         * Documentation/user/refman.itely (Fingering instructions): adjust
6746         manual.
6747
6748         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6749         for borderline cases (e.g. 1 fingering.)
6750         (position_scripts): revise interface, use fingerOrientations to
6751         set fingering positions.
6752
6753         * scm/document-translation.scm (context-doc): add aliases to
6754         automated documentation.
6755
6756         * make/lilypond-vars.make: remove stepmake compat glue.
6757
6758         * make/generic-vars.make: remove cruft.
6759
6760         * lily/main.cc (main): don't identify binary.
6761
6762 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6763
6764         * lily/include/translator.hh (class Translator): remove
6765         type_string_ , use symbol for context name throughout.
6766         Changes through whole source tree.
6767
6768         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6769         set PDF as default, and always make PDF.
6770
6771         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6772
6773 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6774
6775         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6776         Documentation/user/refman.itely input/regression/allfontstyle.ly
6777         input/regression/grace-types.ly:
6778         fix spelling for acciaccatura (Webster's 1913).
6779
6780 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6781
6782         * lily/main.cc (usage): adjust blurb, include url.
6783
6784         * input/regression/breathing-sign.ly (texidoc): transpose up
6785
6786 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6787
6788         * input/regression/breathing-sign.ly: changed ancient examples to
6789         be relevant (by request of Han-Wen); updated BreathingSign text
6790         property according to new syntax.
6791
6792         * ly/gregorian-init.ly: updated BreathingSign text property
6793         according to new syntax
6794
6795 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6796
6797         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6798         (Clef): index entries for clefs.
6799
6800         * python/lilylib.py (system): remove errorlog files.
6801         
6802 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6803
6804         * lilypond.words: add \new and new graces. Add dynamics to menus
6805         keeping 1.8.x compatibility; after all the engraving relating to 
6806         notes becomes postfixed `-' marks will be removed.
6807
6808 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6809
6810         * lily/molecule.cc (align_to): idem.
6811
6812         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6813         
6814         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6815         accacciatura everywhere.
6816
6817         * VERSION (PACKAGE_NAME): released 1.9.2
6818
6819         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6820
6821         * scm/document-markup.scm (markup-doc-node): sort markup function
6822         list.
6823
6824         * lily/paper-outputter.cc (output_version): change "Lily was here"
6825         into  "Engraved by LilyPond"
6826
6827         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6828         on unquoted strings before \notenames.
6829
6830         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6831         increases the number of s/r reductions to 4.
6832
6833         * scm/new-markup.scm (fraction-markup): \fraction command.
6834
6835         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6836         mode
6837
6838         * lily/lookup.cc (round_filled_box): rename function.
6839         (LY_DEFINE): round-filled-box: change signature.
6840
6841         * Documentation/user/refman.itely: revise section explaining grace
6842         notes.
6843
6844         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6845         ly:set-context-property
6846
6847         * input/*/*.ly (vmus): use \new everywhere.
6848
6849         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6850
6851         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6852         default
6853
6854         * scm/music-functions.scm (set-stop-grace-properties)
6855         (set-start-grace-properties, add-grace-property): new functions
6856         for modular grace tweak control.
6857
6858         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6859         
6860 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6861
6862         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6863
6864         * GNUmakefile.in (install-pfa-fonts):
6865         (get-pfa-fonts): New target.
6866
6867         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6868         install-pfa-fonts help.
6869
6870 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6871
6872         * lily/translator-scheme.cc (LY_DEFINE):
6873         ly:context-pushpop-property new function.
6874         (LY_DEFINE): new function ly:translator-find  
6875         new function ly:translator?
6876         (LY_DEFINE): new function ly:context?
6877
6878         * lily/translator-def.cc: remove
6879         Translator_def::apply_pushpop_property().
6880
6881         * python/lilylib.py (read_pipe): only store and display error log
6882         if verbose not set.
6883         (read_pipe): only display log if it contains something.
6884
6885 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6886
6887         * Documentation/misc/GNUmakefile: Re-add.
6888         (TEXTS): Add CHANGES.
6889
6890 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6891
6892         * lilypond.words: add \newcontext.
6893
6894 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6895
6896         * lily/tie-performer.cc (stop_translation_timestep): only flush
6897         tied_notes when we have actually made a tie. Fixes bugs with ties
6898         in polyphonic scores.
6899
6900 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6901
6902         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6903         they do not exist.
6904
6905 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6906
6907         * VERSION (PACKAGE_NAME): released 1.9.1 
6908
6909         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6910         Instrument_name_engraver
6911
6912         * lily/tie-performer.cc (create_audio_elements): bugfix
6913
6914         * Documentation/user/music-glossary.tely (Top): comment out
6915         font-style statements.
6916
6917         * input/test/force-hshift.ly: revise example.
6918
6919         * Documentation/bibliography/engraving.bib (note): typos.
6920
6921         * configure.in: bump GCC requirements to 3.x
6922
6923         * lily/include/audio-item.hh (class Audio_tie): rename
6924         note_l_drul_ to note_drul_
6925
6926         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6927
6928         * lily/parser.yy (relative_music): whoops. All \relative were off
6929         by ...  a lot .... Ahem.
6930
6931         * scm/define-music-types.scm (music-descriptions): idem.
6932
6933         * lily/beam-engraver.cc: move new-beam-event to beam-event
6934
6935         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6936         to Tie_engraver
6937
6938         * input/regression/bar-number.ly: remove unnecessary old-relative
6939         options.
6940         
6941         * Documentation/user/internals.itely (Creating contexts): document
6942         \newcontext
6943
6944         * lily/parser.yy (Composite_music): add \newcontext
6945
6946         * Documentation/user/refman.itely (MIDI block): add note about
6947         dotted tempos.
6948
6949         * scm/font.scm: remove old markup legacy
6950
6951         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6952
6953         * lily/breathing-sign.cc (brew_molecule): remove function
6954
6955         * lily/text-item.cc: remove old-style markups.
6956         (interpret_markup): C++ version of markup function
6957         (brew_molecule): idem.
6958
6959         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6960         as Scheme variable.
6961
6962         * scripts/convert-ly.py (conv): dashes rule.
6963         Apply rule.
6964
6965         * Documentation/user/lilypond-book.itely: syntax fixes. 
6966
6967 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6968
6969         * VERSION (PACKAGE_NAME): release 1.9.0
6970
6971         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6972         note about dvips. (Should backport.)
6973
6974         * scripts/convert-ly.py
6975         (FatalConversionError.articulation_substitute): add
6976         convert-new-chords code. Remove convert-new-chords.py
6977
6978         * Documentation/user/refman.itely (Octave check): document
6979         \octave.
6980
6981         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6982         \relative changes.
6983
6984         * lily/parser.yy (command_element): octave check:
6985
6986            \octave PITCH
6987
6988         checks that PITCH (without octave) yields PITCH (with octave) in
6989         \relative
6990
6991         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6992
6993         * lily/scm-option.cc: ly:set-option now has the default argument
6994         #t.
6995
6996         * lily/lexer.ll: add \renameinput
6997
6998         * python/lilylib.py (command_name): robustifications.
6999
7000         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7001         /dev/stderr. This is ash compatible.
7002
7003         * ly/init.ly: add warning if compatibility was not necessary.
7004
7005         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7006
7007         * flower/include/string-handle.icc: formatting cleanups, rename
7008         references by ref_count_.
7009
7010 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7011
7012         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7013         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7014         package libs separately, fix conflicting php variable out=/dev/vc/
7015         invoking `unset out', declare menus, use only one icon-file, fix
7016         doc-path in menu.
7017
7018 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7019
7020         * scripts/convert-ly.py (FatalConversionError.conv): typo
7021
7022         * Documentation/misc/GNUmakefile: restore misc directory.
7023
7024         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7025
7026         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7027         Petites-Preludes 
7028
7029         * input/test/partial-blank.ly (quickmeasure): syntax
7030
7031         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7032         attachment property.
7033
7034         * Documentation/user/refman.itely: remove superfluous -'s 
7035         (Grace notes): ) fixes.
7036
7037         * lily/music.cc: generic compress(), transpose() functions. Remove
7038         others.
7039
7040         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7041         style markup entry.
7042
7043         * lily/parser.yy: all articulations postfix; remove obligatory -
7044         for [,  ) and \!
7045         
7046         * lily/music.cc (to_relative_octave): write generic
7047         to_relative_octave function; various relative cleanups.
7048         Hmmm.
7049
7050         * lily/scm-option.cc: add options new-relative and old-relative
7051
7052         * po/sv.po: new po file.
7053
7054         * Documentation/user/refman.itely (Dynamics): website
7055         fixes. (should backport!)
7056
7057 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7058
7059         * make/lilypond.mandrake.spec.in: declare version only once.
7060
7061 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7062
7063         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7064         meaning for now.
7065
7066 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7067
7068         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7069
7070         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7071
7072         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7073
7074         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7075
7076         * lily/music.cc (var): add ly:music-transpose function.
7077
7078         * lily/parser.yy (pre_events): remove prefix articulations.
7079
7080         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7081
7082         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7083
7084         * Documentation/user/refman.itely (Text markup): add comment about
7085         markup in header.
7086
7087 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7088
7089         * lily/paper-outputter.cc (write_header_fields_to_file): 
7090         only dump value if it is a string.
7091
7092         * flower/include/dictionary.hh: remove.
7093         
7094         * Documentation/ChangeLog-1.5: add back old log.
7095
7096         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7097         .pfas from a .deb.
7098
7099 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7100
7101         * Documentation/bibliography/engraving.bib: add entry for
7102         Jaschinski's Notation
7103
7104 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7105
7106         * Documentation/user/refman.itely (Beaming): add note about
7107         allowBeamBreak
7108
7109 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7110
7111         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7112         GregorianTranscription contexts
7113
7114         * ly/engraver-init.ly: vaticana contexts: minor fixes
7115
7116         * Documentation/user/refman.itely (Ancient notation): added note
7117         on appendix length bug
7118
7119         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7120         input/test/vaticana.ly: use vaticana contexts; small fixes
7121
7122 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7123
7124         * flower/hash.cc: Remove.
7125
7126         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7127         to (nonexistent?) hash_func_ identifier.
7128
7129         * python/midi.c (midi_error, midi_warning): Use char const* for
7130         __FUNCTION__ argument.
7131
7132         * python/gettext.py: Remove.  We already require python 2.1, which
7133         includes gettext.py.
7134
7135         * configure.in: Require python 2.1, as INSTALL.texi says.
7136         it.
7137
7138         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7139         versions 1.50 and 1.75.  Remove note about lexer patch.
7140
7141 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7142
7143         * Documentation/topdocs/INSTALL.texi: Update type1 font
7144         description to actual situation.  Add comment about new font ball
7145         layout.
7146
7147         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7148         in $LILYPONDPREFIX suffices for installation.
7149
7150 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7151
7152         * debian/control (Build-Depends): Add flex-old as alternative to
7153         flex.  Deprecate bison 1.75.
7154
7155 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7156
7157         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7158         Vaticana contexts
7159
7160         * Documentation/user/refman.itely (Ancient notation): documented
7161         some bugs; tiny fixes; added docu on Vaticana contexts
7162
7163         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7164         scripts
7165
7166 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7167
7168         * Documentation/user/refman.itely (Ancient notation): added some
7169         introductory words; added section on ancient time signatures;
7170         added some @seealso and @refcommands; small fixes and
7171         beautifications
7172
7173 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7174
7175         * input/regression/note-head-style.ly: many fixes and updates
7176
7177         * Documentation/user/refman.itely: added small sections on ancient
7178         accidentals, rests and flags; revised ancient note head section;
7179         small wording/spelling fixes
7180
7181         * input/test/rests.ly: layout fixes
7182
7183 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7184
7185         * input/puer-fragment.ly: bugfix: central C position of do clef
7186
7187         * ly/gregorian-init.ly: workaround: add small padding space before
7188         divisiones (the correct fix would be the spacing engine to handle
7189         this)
7190
7191 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7192
7193         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7194         cue-notes.ly: minor fixes.
7195
7196 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7197
7198         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7199         input/test/custos-style.ly
7200
7201         * Documentation/index.html.in: bugfix: link to Tutorial.html
7202
7203         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7204         to neumes; bugfix: "et": epiphonus, not just a simple pes
7205
7206 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7207
7208         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7209
7210         * lilypond.words: add new features: markup, column, center, \[ \].
7211         
7212 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7213
7214         * Documentation/topdocs/NEWS.texi, DEDICATION,
7215         stepmake/bin/add-html-footer.py
7216         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7217         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7218         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7219         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7220         added (only) after a sentence which is complete; if the sentence is 
7221         not ended a comma `,' or nothing is used. fix also spaces.
7222
7223 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7224
7225         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7226         requirements to plain 1.6.
7227
7228         * buildscripts/mutopia-index.py (read_lilypond_header): update
7229         mutopia-index.py to 1.4 syntax [sic]
7230
7231 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7232
7233         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7234
7235 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7236
7237         * Documentation/index.html.in: url for regression pdf
7238
7239         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7240
7241         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7242
7243         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7244
7245         * VERSION: 1.8.0 released
7246         
7247         * GNUmakefile.in (local-WWW-post): footify build fix.
7248
7249         * configure.in: require GUILE 1.6.4
7250
7251         * Documentation/user/GNUmakefile: don't copy *.png for
7252         lilypond-internals
7253
7254         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7255         local-WWW-post target.
7256         (rsync-web): add rsync-web target
7257
7258         * Documentation/user/introduction.itely (Music notation and
7259         engraving): add neume example
7260
7261         * input/puer-fragment.ly (cantus): add puer-fragment
7262
7263 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7264
7265         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7266         to notes, so that equalizer is actualy being used.
7267
7268         * scm/midi.scm (instrument-equalizer-alist):
7269         (absolute-volume-alist): Define public, so that user can copy or
7270         override.
7271
7272         * lily/key-performer.cc (create_audio_elements): Check for minor
7273         key.  Only if key is minor, set MIDI key to minor.
7274
7275 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7276
7277         * Documentation/user/refman.itely (Hiding staffs): fixes.
7278
7279         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7280
7281         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7282         vertical extents to deal with Hara kiri correctly.
7283
7284         * input/regression/hara-kiri-short.ly: remove
7285
7286         * input/regression/hara-kiri-pianostaff.ly: update test.
7287
7288         * Documentation/user/*.tely: remove WEBTITLE
7289
7290         * scm/output-tex.scm (comment): idem.
7291
7292         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7293
7294         * scm/music-functions.scm (make-lyric-event): new function
7295
7296         * scm/lily.scm (lilypond-version): new function
7297
7298         * input/test/version-output.ly: new file.
7299
7300         * Documentation/user/lilypond.tely: add version number to
7301         front-page.
7302
7303 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7304
7305         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7306
7307 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7308
7309         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7310
7311         * Documentation/user/refman.itely (Hiding staffs): rename node.
7312
7313 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7314
7315         * input/regression/new-markup-syntax.ly (texidoc): remove
7316         molecule-callback override.
7317
7318 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7319
7320         * input/les-nereides.ly: Mark tweaks with %tweak.
7321
7322         * Debian patch, see debian/changelog (Anthony Fok).
7323
7324 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7325
7326         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7327         problem.
7328
7329 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7330
7331         * Documentation/user/refman.itely (Text markup): Fix language bug.
7332
7333 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7334
7335         * input/* : postfix syntax fixes.
7336
7337         * Documentation/user/refman.itely (Text markup): add note about
7338         raise/lower with ^ or _ .
7339         
7340         * po/fi.po: fix \\apply strings.
7341
7342         * lily/parser.yy (open_event): warn for prefix articulations.
7343
7344 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7345
7346         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7347         fix also on parmesan font.
7348
7349 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7350
7351         * VERSION 1.7.30 released
7352         
7353         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7354
7355         * buildscripts/mutopia-index.py (headertext): rewording
7356
7357 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7358
7359         * scm/new-markup.scm (strut-markup): new markup function.
7360
7361         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7362         space also when no accidental is there.
7363
7364 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7365
7366         * input/les-nereides.ly: Updates.
7367
7368 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7369
7370         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7371         which repeats the tag insertion selected from "Insert tag" menu.
7372
7373 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7374
7375         * lily/all-font-metrics.cc (find_font): load AFM files first only
7376         for feta fonts. This fixes problems with TeXlive and other TeX
7377         distros that include AFM files for the CM fonts. 
7378
7379         * scm/font.scm (qualifiers-to-font-name): remove.
7380
7381         * lily/paper-def.cc: remove get_var.
7382
7383         * input/trip.ly: remove file.
7384         
7385         * input/regression/spacing-note-flags.ly (raggedright): remove
7386         stafflinethickness
7387
7388         * input/les-nereides.ly: update to new syntax, cleanups.
7389
7390 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7391
7392         * Documentation/user/refman.itely: Clarify shortest-note problem
7393         of autobeamer.
7394
7395 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7396
7397         * lilypond-mode.el: Add each word to regexps only once.
7398
7399         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7400         is based on the syntax definitions in lilypond.words. Remove all 
7401         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7402         LilyPond->Insert menu is generated by the entries in lilypond.words 
7403         to which have been given a syntax definition.
7404
7405         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7406         \notes, \relative, \score, \simultaneous, \transpose.
7407
7408         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7409
7410         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7411         
7412         * lilypond-mode.el: add menu keywords separately.
7413
7414         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7415
7416 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7417
7418         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7419         current ugly installation method for PFA fonts.
7420
7421 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7422
7423         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7424         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7425
7426         * Documentation/user/music-glossary.tely: update legato.
7427
7428 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7429
7430         * lexer-gcc-3.0.patch: Remove.
7431
7432         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7433
7434 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7435
7436         * debian/rules (binary-arch): remove NEWS.
7437
7438 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7439
7440         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7441         stepmake/bin{ many }: polish the `--help's of different scripts;
7442         model taken from the core-utils of Linux.
7443
7444         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7445
7446 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7447
7448         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7449
7450         * flower/libc-extension.cc: idem.
7451
7452         * flower/include/libc-extension.hh: protect against isinf macros.
7453
7454 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7455
7456         * { many }: Use two uppercase letters in LilyPond.
7457
7458         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7459
7460         * VERSION: 1.7.29 released.
7461         
7462 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7463
7464         * lily/tie.cc: add TODO comment.
7465
7466         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7467
7468         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7469         linejoins and linecaps. This fixes problems with occasional spikes
7470         on slur/tie endings.
7471         
7472         * input/regression/font-name.ly: don't use PS fonts for
7473         compatibility reasons. 
7474
7475         * mutopia/claop.py (accents): update to 1.8
7476
7477         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7478
7479         * Documentation/user/macros.itexi: don't color glossary links.
7480
7481         * Documentation/user/invoking.itexi (Error messages): new section
7482
7483 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7484
7485         * input/regression/font-name.ly: add file.
7486
7487         * scm/document-backend.scm (grob-doc): remove <hr> from
7488         lilypond-internals
7489
7490         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7491         reqd version to 1.6.4 
7492
7493         * lily/font-interface.cc (get_font): bugfix: take font-name from
7494         alist chain too. This fixes font-name override for \markup.
7495
7496 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7497
7498         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7499
7500         * input/test/polymetric-differing-notes.ly: Compile fix.
7501
7502 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7503
7504         * Documentation/user/refman.itely: fixed typo
7505
7506         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7507         before flexa
7508
7509 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7510
7511         * input/test/{ many }: search & fix some typos.
7512
7513 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7514
7515         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7516         images.
7517
7518         * scm/music-functions.scm (make-voice-props-set): set Script /
7519         TextScript dir for polyphony too.
7520
7521         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7522         before clef.
7523
7524         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7525
7526 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7527
7528         * Documentation/user/refman.itely (Percussion): Small
7529         clarifications and fixes.
7530
7531         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7532         threads. This fixes different heads playing simultaneously.
7533
7534 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7535
7536         * Documentation/user/{ many }: increase readability (read through 
7537         User manual from `one big page').
7538
7539 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7540
7541         * input/test/polymetric-differing-notes.ly: add example with
7542         disparate note values.
7543
7544         * input/test/polymetric.ly: rename from poly-metric
7545
7546         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7547         iso. outname.
7548
7549         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7550         G-clef bbox to real char extents. This fixes the G-clef being
7551         offset too much to the right.
7552         document perc clef offset.
7553
7554         WARNING: FONT CHANGED.
7555
7556         * Documentation/user/tutorial.itely (Tutorial): move menu.
7557
7558 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7559
7560         * buildscripts/lilypond-profile.sh (Error): trim error message.
7561
7562         * Documentation/user/invoking.itexi (Invoking the lilypond
7563         binary): add note about path.
7564
7565         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7566         suppresses superfluous spaces.
7567
7568 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7569
7570         * buildscripts/lilypond-profile.sh: Add documentation to error
7571         message.
7572
7573         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7574
7575 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7576
7577         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7578         <mike@ossmann.com>)
7579
7580         * Documentation/bibliography/computer-notation.bib (pages): prune
7581         unscientific language.
7582
7583         * Documentation/user/GNUmakefile: copy unsplit file to
7584         lilypond.html (idem for lilypond-internals).
7585
7586         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7587
7588         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7589
7590         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7591
7592         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7593         fix.
7594         
7595 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7596
7597         * Documentation/user/{ various }: bind text snippets with their
7598         examples, e.g. by punctuation: This is an example.
7599
7600 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7601
7602         * ly/performer-init.ly (VoiceContext): Typos.
7603
7604         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7605         builds, leave final-install to toplevel srcdir makefile.
7606
7607         * make/srcdir.make.in (install): New target.
7608
7609 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7610
7611         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7612         This fixes core dump on MIDI output (Simon Weatherill).
7613
7614         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7615         on local-WWW-post.
7616
7617 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7618
7619         * make/lilypond.redhat.spec.in: add dvips to reqs.
7620
7621 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7622
7623         * make/srcdir.make.in (web): Add special web target.
7624
7625         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7626         from inner $(LOOP).
7627
7628         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7629
7630         * stepmake/stepmake/generic-targets.make (www-targets-help):
7631         * GNUmakefile.in (web-install): Install in $(webdir).
7632
7633         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7634
7635         * cygwin/changelog: 
7636         * cygwin/mknetrel: Update.
7637
7638         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7639         (html-doc): Remove (use: web).
7640
7641         * stepmake/stepmake/script-rules.make: 
7642         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7643         Fix $(config_make) dependencies for srcdir build.
7644
7645         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7646         target for srcdir build.
7647
7648         * stepmake/make/stepmake.make: 
7649         * make/srcdir.make.in: 
7650         * GNUmakefile.in:
7651         * make/stepmake.make (config_make): Rename variable (was:
7652         configuration).
7653
7654 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7655
7656         * Documentation/user/internals.itely (Manipulating music
7657         expressions): run lilypond on example too.
7658
7659         * flower/include/libc-extension.hh: move lrint define to
7660         header. bugfix.
7661         
7662 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7663
7664         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7665         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7666         do we recurse whole tree?).
7667
7668         * GNUmakefile.in (html-doc): Resurrect.
7669
7670         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7671         obsolete $(package-icon) dependency.
7672
7673 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7674
7675         * Documentation/user/refman.itely (Automatic staff changes):
7676         add seealso 
7677
7678         * Documentation/index.html.in: link to bigpage.
7679
7680         * Documentation/user/tutorial.itely (Tutorial): streamline.
7681
7682         * Documentation/index.html.in: url typo.
7683
7684         * VERSION (PACKAGE_NAME): release 1.7.28
7685
7686         * python/lilylib.py (error_log): remove '/' from name.
7687
7688         * input/regression/pedal.ly: remove; dups input/test/
7689         
7690         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7691
7692         * Documentation/index.html.in: python style doco index.
7693
7694         * Documentation/{footer,header}.html.in (src): remove, 
7695
7696         * Documentation/pictures: remove all but lelie-logo.xpm.
7697
7698         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7699         before running makeinfo.
7700
7701         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7702         @code{}
7703
7704 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7705
7706         * input/test/bar-number-regular-interval.ly: rename.
7707
7708         * Documentation/user/*: various fixes. 
7709
7710 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7711
7712         * Documentation/{ many }: polish for update-all-menus. typos.
7713
7714         * po/fi.po: fixes.
7715
7716         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7717
7718         * buildscripts/mutopia-index.py: polish.
7719
7720         * input/regression/{ many }, input/test{ many }: polish texidocs.
7721
7722 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7723
7724         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7725         pedal-style
7726
7727         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7728         iso. edge-widen.
7729
7730         * lily/piano-pedal-engraver.cc (process_music): change from
7731         process_acknowledged ()
7732
7733         * lily/piano-pedal-bracket.cc: new file. Change
7734         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7735         cleaned up.
7736
7737         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7738
7739         * input/regression/tuplets.ly (texidoc): rename file.
7740
7741         * po/fr.po: update
7742
7743         * buildscripts/lilypond-profile.sh: error message if script is not
7744         sourced.
7745
7746         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7747         bracket-flare
7748         (make_bracket): simplify code.
7749
7750         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7751         argument.
7752
7753         * python/lilylib.py (lilypond_version_check): new function
7754
7755         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7756
7757         * scripts/ly2dvi.py (run_lilypond): add version check.
7758
7759         * scripts/lilypond-book.py (option_definitions): typo
7760
7761         * scripts/ly2dvi.py (include_path): typo
7762
7763         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7764
7765         * lily/parse-scm.cc (parse_handler): typo
7766
7767         * Documentation/user/macros.itexi: use @heading for headings.
7768
7769         * Documentation/user/refman.itely: updates, fixes.
7770
7771 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7772
7773         * po/fi.po: add Finnish translations. fixes.
7774
7775         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7776
7777         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7778         from lily/glissando-engraver.cc.
7779
7780 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7781
7782         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7783         for non-first _broken_ bracket.
7784
7785         * Documentation/user/refman.itely: corrections.
7786
7787 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7788
7789         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7790         support of the fingerings.
7791
7792         * po/fr.po: French translation update.
7793
7794         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7795         strings.
7796
7797 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7798
7799         * Documentation/user/introduction.itely: Small fixes.
7800
7801 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7802
7803         * Documentation/topdocs/AUTHORS.texi: polish.
7804
7805 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7806
7807         * Documentation/user/introduction.itely: revise
7808
7809         * Documentation/user/tutorial.itely: reorganise.
7810
7811         * Documentation/topdocs/index.tely: remove.
7812
7813         * Documentation/header.html.in: prune.
7814
7815         * GNUmakefile.in: clean up web building.
7816
7817         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7818         target.
7819
7820 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7821
7822         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7823
7824         * lilypond-mode.el: turn on blink-matching-paren.
7825
7826 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7827
7828         * scm/output-sodipodi.scm (svg-header): Fix typo.
7829
7830 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7831
7832         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7833         fixes a security hole.
7834
7835         * scripts/lilypond-book.py (original_dir): remove temp_dir
7836
7837         * scm/document-translation.scm: use @code tags.
7838
7839 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7840
7841         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7842
7843         * lilypond-mode.el: add a buffer-local post-command-hook to set
7844         context dependent syntax-table after each cursor event. Remove old
7845         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7846
7847         * lilypond-indent.el: update comments.
7848
7849         * Documentation/footer.html.in: add period.
7850
7851 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7852
7853         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7854
7855         * scm/document-translation.scm (document-property-operation): add
7856         @code{} tags.
7857
7858         * VERSION (PACKAGE_NAME): release 1.7.27
7859
7860         * config.make.in: add PAPER variable
7861
7862         * buildscripts/new-chords.py (help): add help text
7863
7864         * Documentation/user/introduction.itely (Typography and program
7865         architecture):  fixes.
7866
7867         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7868         for texinfo and dvips. This fixes problems with PDF output of the
7869         wrong size.
7870
7871         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7872         DVIPS_PAPERSIZE variable
7873
7874         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7875         TEXINFO_PAPERSIZE variable 
7876
7877 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7878
7879         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7880
7881         * mf/feta-toevallig.mf: lowres fixes.
7882
7883 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7884
7885         * NEWS: Typo and fill-paragraph fixes.
7886
7887         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7888         cast #define.
7889
7890         * configure.in: 
7891         * config.hh.in: Check for lrint.
7892
7893 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7894
7895         * VERSION: 1.7.26 released
7896
7897         * lily/separation-item.cc: add padding property.
7898
7899         * input/test/*.ly: various fixes, remove solo-a2.ly
7900
7901         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7902         bugfix. Fixes old-style markup compatibility.
7903
7904         * Documentation/user/introduction.itely (Introduction): historical
7905         elucidations
7906
7907         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7908
7909         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7910
7911         * Documentation/index.texi (Top): cleanup.
7912
7913         * Documentation/user/introduction.itely (Introduction): rewrite
7914         introduction, 
7915         (Music notation and  engraving): about notation. Add flat-picture
7916
7917 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7918
7919         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7920         separation items. This keeps lyrics from bumping into each other.
7921
7922 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7923
7924         * GNUmakefile.in (topdocs-web): New target.
7925         (local-web): Depend on topdocs-web; fixes html-doc.
7926
7927 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7928
7929         * po/lilypond.pot: run po-replace
7930
7931         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7932
7933         * scm/drums.scm (reset-drum-kit): new function.
7934
7935         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7936
7937         * scripts/update-lily.py: remove
7938         
7939         * VERSION: release 1.7.25
7940         
7941         * Documentation/user/introduction.itely (Introduction): rewrite
7942         start of introduction.
7943
7944 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7945
7946         * lily/all-font-metrics.cc: fixed typo
7947
7948 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7949
7950         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7951         LilyPond-mode-context-set-syntax-table): new functions to define
7952         the syntax table according to context.
7953
7954         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7955
7956 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7957
7958         * Documentation/user/refman.itely (Figured bass): 
7959         language nit courtesy http://www.vocabula.com
7960
7961         * GNUmakefile.in: remove no kpathsea hack.
7962
7963         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7964         doco.
7965
7966         * GNUmakefile.in: remove web-doc target.
7967
7968         * lily/all-font-metrics.cc (find_afm): add message about
7969         buildscripts/clean-fonts.sh 
7970
7971         * scm/define-music-properties.scm (figure): use string for 'figure
7972
7973         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7974
7975         * input/regression/ : add raggedright = ##t where applicable. 
7976         
7977         * scm/bass-figure.scm (make-bass-figure-markup): add
7978         alignBassFigureAccidentals property.
7979
7980         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7981         bracket.
7982
7983         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7984         syllables widths into account for minimum-length.
7985
7986         * input/test/staff-container.ly: update file
7987
7988         * input/test/stem.ly: remove
7989
7990         * lily/event.cc (LY_DEFINE): add ly: prefix.
7991
7992         * input/test/clef-manual-control.ly: from manual-clef
7993
7994         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7995
7996         * input/test/different-time-signatures.ly: move to poly-metric.ly
7997
7998         * input/test/hara-kiri*,scales.ly: remove
7999         
8000         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8001         with chord-names-jazz.ly)
8002
8003         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8004         get scalable cm fonts too.
8005
8006         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8007         --encoding for mftrace if present.
8008
8009         * input/regression/slur-area.ly: move from test/
8010
8011         * input/test/: remove simple-slur-endings slur-attachment
8012         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8013         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8014         slur-symmetry slur-symmetry tie-broken.ly
8015
8016         * scm/drums.scm (set-drum-kit): add function.
8017
8018         * Documentation/user/refman.itely (Percussion staves): use
8019         set-drum-kit
8020
8021         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8022         too
8023         (Global_measure.set_timesig): handle 3/8 time sig too.
8024
8025         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8026         note about triangle note heads.
8027
8028         * scm/drums.scm: use alist for instrument-settings. This fixes the
8029         bug with assigning to drums in the .ly file.
8030
8031         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8032         CHANGED.
8033
8034         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8035         cluster-beacon-interface
8036
8037         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8038
8039         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8040
8041         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8042
8043         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8044         to get positions.
8045
8046         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8047         make ClusterSpannerBeacon to record Y positions. This removes the
8048         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8049         make cluster-note-events.
8050
8051 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8052
8053         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8054
8055         * configure.in: Use lily/main.cc as identifying source file.
8056
8057         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8058
8059         * config.hh.in: 
8060         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8061
8062         * configure.in: Require PYTHON >= 2.0.
8063
8064         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8065           $PYTHON for include dir location.
8066         (STEPMAKE_PYTHON): New function.  Use
8067         
8068             PYTHON=foo ./configure
8069
8070           to override.
8071
8072 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8073
8074         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8075         something.
8076
8077         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8078         ftp.lilypond.org everywhere.
8079
8080 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8081
8082         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8083         detected.
8084
8085         * Documentation/user/refman.itely (Grace notes): note on explicit
8086         contexts
8087
8088 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8089
8090         * lilypond-font-lock.el: add a comment about LilyPond specific
8091         escape characters: ^, - and _, in the syntax table.
8092
8093         * Documentation/user/appendices.itely: a majuscule fix.
8094
8095 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8096
8097         * input/test/trills.ly (endHorizScript): fixes.
8098
8099         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8100         notation, move from regression.
8101
8102         * input/test/script-stack.ly: change name from stacked-scripts
8103
8104         * input/test/ossia.ly: octave errors.
8105
8106         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8107         for midi-volume-equaliser
8108
8109 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8110
8111         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8112         cm fonts.
8113
8114         * mf/feta-beugel.mf: don't multiply font_count by 10.
8115
8116         * lily/lookup.cc (horizontal_line): new function. Use
8117         horizontal-line in output backends.
8118
8119         * Documentation/user/tutorial.itely (An orchestral part): new
8120         section on orchestral stuff and identifiers.
8121
8122 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8123
8124         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8125         some interference to other modes.
8126
8127 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8128
8129         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8130         not maximum of spacing wishes in polyphonic situations.
8131
8132         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8133         number
8134
8135         * lilypond-indent.el: remove paren matching. 
8136
8137         * lily/text-item.cc (interpret_new_markup): new function
8138         use iso. text2molecule.
8139
8140         * lily/main.cc (notice): change FSF address 
8141
8142         * po/de.po: update PO file to 1.6.
8143
8144 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8145
8146         * Documentation/user/ {many}: Add periods and remove spaces.
8147         
8148 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8149
8150         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8151         Disable buffer-locally default paren hook and make a new one. 
8152
8153         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8154         locally LilyPond-paren-mode. Add todo for mouse double-click.
8155
8156 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8157
8158         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8159         Disable buffer-locally default paren idle timer and make a new one. 
8160
8161         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8162         locally LilyPond-show-paren-mode. Add to menu a toggle for
8163         LilyPond-show-paren-function.
8164
8165 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8166
8167         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8168
8169 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8170
8171         * Documentation/user/refman.itely: spelling fix.
8172
8173         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8174         paren highlight function definitions. add todo for
8175         LilyPond-show-paren-mode.
8176
8177 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8178
8179         * input/template/jazz-combo.ly: new file.
8180
8181 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8182
8183         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8184         lo-res fixes.
8185
8186         * mf/feta-schrift.mf: bugfix in varcoda sign.
8187         WARNING: FONT CHANGED
8188
8189         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8190         in accordance with lexer.ll.   
8191
8192 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8193
8194         * Documentation/user/tutorial.itely: Edit introduction.
8195
8196 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8197
8198         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8199         ly:grob-staff-position
8200
8201 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8202
8203         * scm/to-xml.scm: import srfi-1
8204
8205         * VERSION (MAJOR_VERSION):  release 1.7.24
8206
8207         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8208
8209         * scripts/lilypond-book.py (do_file): put texidoc before image.
8210         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8211
8212         * input/regression/*.ly: fix snippet octaves 
8213
8214         * input/test/spanner-after-break-tweak.ly: import
8215         broken-spanner-adjustment
8216
8217         * input/no-notation/midi-transposing.ly: move from input/test/
8218
8219         * input/test/: remove chord-markup
8220
8221         * input/regression/instrument-name-partial.ly: move from input/test.
8222
8223         * input/test/vertical-text.ly: remove
8224
8225         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8226         space above lyrics lines.
8227
8228         * input/test/uniform-breaking.ly: remove file.
8229
8230         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8231         uniform spacing density. 
8232
8233         * input/test/chords.ly (keys): remove file.
8234
8235         * scm/documentation-lib.scm (oop): use srfi-1 too.
8236
8237         * input/regression/*.ly: add \version
8238
8239         * Documentation/user/*.itely: various fixes.
8240
8241         * buildscripts/mf-to-table.py (base): break table every three
8242         symbols.
8243
8244         * input/:  remove %% new-chords-done %% .
8245
8246         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8247         os-music.ly
8248         
8249 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8250
8251         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8252
8253         * scm/new-markup.scm (box-markup): new function.
8254         (box-markup): new function. Contributed by Dick Schoeller
8255         <schoeller@attbi.com>
8256
8257         * scm/lily.scm: remove reduce-no-unit 
8258         (list-insert-separator): use fold-right
8259
8260         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8261         of arguments. 
8262
8263         * NEWS: more neutral language for ancient notation 
8264
8265         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8266         inside pointing beaming for chord tremolo.
8267
8268         * Documentation/user/lilypond-book.itely: minor editing
8269
8270 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8271
8272         * NEWS: added news for 1.8 regarding ancient notation
8273
8274         * Documentation/user/refman.itely (Gregorian square neumes
8275         ligatures): fixed typo
8276
8277         * lily/vaticana-ligature-engraver.cc,
8278         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8279         lower/upper head of Pes only when heads are stacked
8280
8281         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8282         scm/define-grob-properties.scm: cleanup: make "join-left" a
8283         boolean grob property and save delta pitch in grob property
8284         "delta-pitch" instead
8285
8286         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8287
8288 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8289
8290         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8291         completely borked
8292
8293         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8294         (try_music): bug fix: beam multiplicity was completely borked.
8295
8296         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8297         first-n, butfirst-n in favor of srfi-1 functions.
8298         remove string-join, string-pad in favor of srfi-13 functions.
8299
8300         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8301
8302         * NEWS: use complete sentences.
8303
8304         * Documentation/user/introduction.itely (Example applications):
8305         add note about databases and lilypond-book.
8306
8307         * input/test/volta.ly: remove file
8308
8309         * input/regression/volta-broken-left-edge.ly: simplify file
8310
8311 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8312
8313         * Documentation/user/refman.itely (Constructing a tweak): new
8314         subsection.
8315
8316         * Documentation/user/tutorial.itely (Fine tuning layout): add
8317         common tweaks.
8318
8319         * scm/define-grobs.scm (TextScript): use new brewer.
8320
8321 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8322
8323         * VERSION: release 1.7.23
8324
8325         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8326
8327         * python/lilylib.py (make_ps_images): bugfixes.
8328
8329         * input/regression/volta-multi-staff.ly: new file.
8330
8331         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8332
8333         * Documentation/user/tutorial.itely (Piano staffs): new section.
8334         (Setting variables): new section
8335         (Fine tuning layout): new section
8336
8337         * input/just-friends.ly: remove file. Superseeded by
8338         input/test/chords-without-melody.ly
8339
8340         * ly/property-init.ly: add all commands to refman.
8341
8342         * scm/define-translator-properties.scm: remove
8343         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8344
8345         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8346         name. Underscores botch up PS output.
8347
8348         * scm/define-translator-properties.scm: remove
8349         textNonEmpty, oneBeat, regularSpacingDelta
8350
8351         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8352         rule for automaticBars.
8353
8354         * lily/timing-engraver.cc (start_translation_timestep): change
8355         barNonAuto to automaticBars
8356
8357 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8358
8359         * input/test/perform-tie.ly: delete file.
8360
8361 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8362
8363         * Documentation/user/refman.itely (Gregorian square neumes
8364         ligatures): bugfix: do not show ledger lines in neumes table
8365         (fixed by setting staff symbol to transparent rather than removing
8366         it from staff context)
8367
8368 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8369
8370         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8371         glue into brew-new-markup-molecule.
8372
8373         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8374
8375         * Documentation/user/introduction.itely (Computerized typography):
8376         new section
8377
8378         * Documentation/user/tutorial.itely (An orchestral part): remove
8379         pc example from tutorial.
8380
8381         * input/tutorial/lilbook.tex: use screech-boink
8382
8383         * scripts/lilypond-book.py (compile_all_files): split formatting
8384         output body and scheduling lilypond compilation.
8385         (format_lilypond_output_bodies): new function
8386         (format_lilypond_block): new function
8387         (html_pages): allow multi-page images in HTML
8388
8389         * python/lilylib.py (make_ps_images): rename function from
8390         make_preview, merge with make_page_images
8391
8392 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8393
8394         * input/test/key-clefs.ly: moved to regression.
8395
8396         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8397
8398         * input/no-notation/README: added note about midi-*.ly files.
8399
8400         * input/test/two-key.ly: moved to no-notation/parse5.ly
8401
8402         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8403         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8404
8405         * input/test/ {various}: modified comments, marked some for deletion.
8406
8407         * input/test/lines.ly: deleted file; duplicate of
8408         embedded-postscript.ly
8409
8410         * input/test/mmrest-collision: moved to regression.
8411
8412 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8413
8414         * scm/chord-name.scm (note-name->markup): don't superscript root
8415         alterations in chordnames.
8416
8417 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8418
8419         * Documentation/user/refman.itely (Multi measure rests): more
8420         index/cross-referencing.
8421
8422         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8423
8424         * scm/font.scm: remove properties-to-font-name code.
8425
8426         * scm/define-grob-properties.scm: remove 'type
8427
8428         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8429         conversion
8430
8431         * lily/text-spanner.cc: change 'type grob prop to 'style 
8432
8433         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8434         "first" flag to decide whether to make a start-repeat
8435
8436         * input/regression/grace-volta-repeat-2.ly: new file.
8437
8438 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8439
8440         * lilypond-indent.el: rename generic functions to LilyPond-*
8441
8442 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8443
8444         * input/test/thumb.ly: delete, merged into refman.
8445
8446         * Documentation/user/refman.itely: added thumb info to Fingering.
8447
8448         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8449         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8450         vertical-align.ly : deleted files.
8451
8452 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8453
8454         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8455
8456         * lily/line-spanner.cc (broken_trend_offset): remove function.
8457         (get_broken_offset): idem.
8458         (brew_molecule): rewrite the line-break case.
8459
8460         * input/regression/follow-voice-break.ly:  new file.
8461
8462         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8463         start of a system.
8464
8465 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8466
8467         * input/test/tuplet-rest.ly: moved to regression.
8468
8469         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8470         deleted file.
8471
8472         * input/test/ {many} : marked file for possible deletion.
8473
8474 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8475
8476         * input/regression/beam-funky.ly: add note about (disputed)
8477         correct beaming.
8478
8479         * ly/engraver-init.ly (ScoreContext): put key-signature after
8480         staff-bar
8481         
8482 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8483
8484         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8485
8486         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8487
8488         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8489
8490         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8491         stem-extend was deleted (it was duplicate example, and not as
8492         good).
8493
8494         * input/test/[s-z]*.ly: add texidoc index.
8495
8496 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8497
8498         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8499         get_first_notecolumn_y
8500
8501         * lily/spanner.cc (broken_spanner_index): new function.
8502
8503 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8504
8505         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8506         lyric-hyphen.ly : moved to regression.
8507
8508         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8509         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8510
8511         * input/test/instrument-name-mmrest.ly: moved to
8512         ../regression/multi-measure-rest-instr-name.ly
8513
8514         * input/test/knee-sym.ly: moved to
8515         ../regression/beam-knee-symmetry.ly.
8516
8517         * input/test/hymn.ly: change comments.
8518
8519         * input/test/[p-r]*.ly: add texidoc index.
8520
8521 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8522
8523         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8524         to postfix syntax
8525         
8526         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8527         syntax.
8528
8529         * VERSION: release 1.7.22
8530
8531 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8532
8533         * input/test/[h-k]*.ly: added texidoc index.
8534
8535         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8536
8537         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8538
8539         * input/test/ various : mark files for deletion or moving to
8540         regression.
8541
8542         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8543
8544         * input/test/[l-o]*.ly: added texidoc index.
8545
8546 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8547
8548         * scm/music-functions.scm (make-ottava-set): 
8549         only do ottavation if centralCPosition is set.
8550
8551         * lily/translator-scheme.cc (ly:context-property-where-defined):
8552         return '() if not found.
8553
8554 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8555
8556         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8557         Use one command for both commenting and uncommenting.
8558
8559         * lilypond-indent.el (LilyPond-comment-region): new function,
8560         (un)comments each line separately.
8561
8562         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8563         
8564         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8565         imenu is not added by default; adapted from f90.el,
8566         makes Help-menu, which does not fit, visible in XEmacs.
8567         
8568 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8569
8570         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8571         show-paren-mode sets blink-matching-paren-on-screen local.
8572         Try to make show-paren-function to paren-highlight local.
8573
8574         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8575         Copy definitions of Emacs' show-paren-function and
8576         XEmacs' paren-highlight and make minimal changes;
8577         add comments about locality. 
8578         Fix matching first open-paren-char in '<< .. >>'.
8579
8580 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8581
8582         * input/test/g*: added texidoc index.
8583
8584         * input/test/[a-g]*: added raggedright==#t when it
8585          seemed appropiate.
8586
8587         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8588
8589         * Documentation/topdoc/INSTALL.texi: removed false warnings
8590         about gcc 3.3.
8591
8592 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8593
8594         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8595
8596         * input/test/chords-without-melody.ly (texidoc): add from
8597         input/just-friends.ly
8598
8599         * input/regression/size{13--26}.ly: move from input/
8600
8601         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8602         input/{star-spangled-banner,twinkle}.ly: remove 
8603         
8604         * lily/slur.cc: remove slur over rest warnings.
8605
8606         * lily/note-spacing.cc (get_spacing): include left part of right
8607         object in fixed space. This fixes stretched space before
8608         accidentals.
8609
8610         * input/regression/spacing-accidental-stretch.ly: new file.
8611
8612 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8613
8614         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8615         Reduce to 16pt.
8616
8617 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8618
8619         * input/regression/spacing-knee.ly: docstring
8620
8621         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8622
8623         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8624         input/tutorial/{test,solar,flowing}.ly: remove
8625
8626         * input/rhythm.ly: remove
8627
8628         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8629
8630         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8631         update syntax. 
8632
8633         * scm/define-grobs.scm (all-grob-descriptions): set
8634         knee-spacing-correction to 1.0
8635
8636         * lily/note-spacing.cc (stem_dir_correction): compute knee
8637         correction using stem-thickness and head width.
8638
8639         * input/regression/beam-quanting-horizontal.ly: update texidoc
8640
8641         * scm/define-grobs.scm (all-grob-descriptions): set
8642         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8643         This fixes 32nd beams for noteheads in spaces quants.
8644
8645         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8646
8647 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8648
8649         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8650
8651 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8652
8653         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8654
8655         * VERSION (PACKAGE_NAME): release 1.7.21
8656
8657         * input/regression/stem-shorten.ly: new file.
8658
8659         * lily/stem.cc (get_default_stem_end_position): revise stem
8660         shortening code.
8661
8662         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8663
8664         * input/test/{scripts,volta-start,sleur}.ly: remove
8665         
8666         * input/regression/span-bar.ly: smaller file.
8667
8668         * input/regression/spacing-{natural,tight,loose}.ly: remove
8669
8670         * input/test/markup.ly: remove
8671
8672         * scripts/lilypond-book.py: put printfilename in separate chunk,
8673         so texidoc is printed after the filename.  
8674
8675 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8676
8677         * make/lilypond.mandrake.spec.in: fix docdirs.
8678
8679 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8680
8681         * input/regression/beam-french.ly: bugfix.
8682
8683         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8684
8685         * input/regression/(various).ly: add raggedright = #t.
8686
8687         * input/regression/auto-beam.ly: move from abe.ly
8688
8689 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8690
8691         * input/test/f*.ly: added texinfo index.
8692         
8693         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8694
8695 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8696
8697         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8698         quant penalty for beam just outside staff.
8699
8700         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8701         from beam-pos.ly,  remove non-horizontal tests. 
8702
8703         * input/test/(various): cleanup header info. 
8704
8705         * input/test/tchaikovsky.ly: remove file.
8706
8707         * scm/chord-generic-names.scm: move from
8708         double-plus-new-chord-name.scm
8709
8710         * input/test/orchestscore.ly: remove file
8711
8712         * Documentation/user/refman.itely (Vocal music): update documentation.
8713
8714         * scm/define-translator-properties.scm (chordNoteNamer): remove
8715         chordNameStyle, use chordNameFunction
8716
8717         * scm/chord-name.scm (set-chord-name-style): remove
8718         set-chord-name-style. Use \property chordNameFunction.
8719
8720 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8721
8722         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8723         music): remove @TeX{} command.
8724
8725 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8726
8727         * lilypond-indent.el (scan-sexps): Renamed to
8728         aargh-this-breaks-other-emacs-modes-scan-sexps.
8729
8730 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8731
8732         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8733         closing slurs: '()', etc. Add comments.
8734
8735         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8736
8737         * lilypond-font-lock.el: match unending string at eof.
8738
8739         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8740         
8741 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8742
8743         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8744         input/test/beam-dir.ly input/test/beam-position.ly    
8745         input/test/beam-suspect.ly input/test/beam-trend.ly    
8746         input/test/beams.ly input/test/crescendo-text.ly : deleted
8747         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8748         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8749         * input/test/default-bars.ly: moved to bar-always.ly
8750         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8751
8752 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8753
8754         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8755
8756 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8757
8758         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8759
8760 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8761
8762         * lilypond-indent.el: Match better slurs in scheme expressions.
8763         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8764
8765         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8766
8767 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8768
8769         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8770
8771         * input/ac-extra-voice.ly: Add texidoc.
8772
8773         * ly/chord-modifiers-init.ly: 
8774         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8775         and chordNameExceptionsPartial for new chord names.
8776
8777         * input/test/chord-names-dpnj.ly: 
8778         * input/test/dpncnt.ly: Update.
8779
8780         * scm/chord-name.scm: 
8781         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8782         chord selection and options.
8783
8784         * ly/chord-modifiers-init.ly: Add exceptions 
8785
8786         * scm/define-translator-properties.scm (chordNameStyle) 
8787         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8788
8789 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8790
8791         * ly/property-init.ly (germanChords): Added.
8792         (semiGermanChords): Added.
8793         
8794         * input/test/chord-names-german.ly: Use new macros
8795         
8796 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8797
8798         * lilypond-indent.el: Use similar parenthesis highlighting for 
8799         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8800         functions; removed LilyPond-show-paren-function. Fix indenting.
8801         Turn paren-matching on also in XEmacs.
8802
8803         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8804         as needed by parenthesis highlighting functions (in scan-sexp).
8805
8806 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8807
8808         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8809         function.
8810         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8811
8812 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8813
8814         * lilypond-indent.el: tune regexp for show-paren-function.
8815
8816 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8817
8818         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8819         for all LilyPond-produced tex snippets.
8820
8821         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8822         fixes one line --preview output of ly2dvi.
8823
8824 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8825
8826         * lilypond-indent.el: match only one type of slurs in
8827         LilyPond-show-paren-function.
8828
8829 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8830
8831         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8832         * debian/lilypond1.7.dirs: 
8833         * debian/lilypond1.7-doc.dirs: New file.
8834
8835         * input/regression/chord-name-exceptions.ly: Add parameter for
8836         ignatzekExceptions.  Quote hash in docstring.
8837
8838 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8839
8840         * lilypond-indent.el (show-paren-function): define show-paren-function
8841         as LilyPond-blink-matching-open and use it for closing parens.
8842         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8843
8844         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8845         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8846         LilyPond-blink-matching-paren in order to match both open and close
8847         brackets.
8848         
8849 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8850
8851         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8852         testing by modifying the code from FSF Emacs paren.el. Add comments.
8853
8854 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8855
8856         * input/test/dpncnt.ly: Transpose example to match new
8857         default \chords octave.  Add comment.
8858         
8859         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8860         comment about octave change.
8861
8862 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8863
8864         * input/test/[d,e]: added texinfo index tags.
8865         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8866
8867 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8868
8869         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8870
8871 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8872
8873         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8874         as in blink-matching-open.
8875
8876 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8877
8878         * input/test/[a-c]: more comments in files.
8879         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8880         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8881         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8882         mark file for proposed deletion.
8883         * input/test: renaming files:
8884         auto-beam-4-8.ly to beam-auto-4-8.ly
8885         auto-beam-override.ly to beam-auto-override.ly
8886         auto-beam.ly to beam-auto.ly
8887         blank.ly to blank-paper.ly
8888         absolute-volume.ly to dynamic-absolute-volume.ly
8889
8890 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8891
8892         * input/test/dpncnt.ly: 
8893         * input/test/chord-names-dpnj.ly: Resurrect.
8894
8895         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8896
8897         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8898
8899         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8900         Better docstring, add parameter OMIT-ROOT, tidy up.
8901
8902 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8903
8904         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8905
8906 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8907
8908         * scm/output-ascii-script.scm (as-font-alist-alist):
8909         (as-properties-to-font-name):
8910         (as-make-style-sheet): Remove.
8911
8912         * scm/font.scm (as-make-font-list): New function.
8913         (as-font-sheet-alist): New variable.
8914
8915         * ly/paper-as9-init.ly: 
8916         * ly/paper-as5-init.ly: Update.
8917
8918         * ly/paper-as5.ly:
8919         * ly/paper-as9.ly: New file.
8920
8921 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8922
8923         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8924
8925 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8926         * input/sondag-morgen/*: removed due to copyright concerns.
8927         * input/[a,b]*.ly: added a newline at the end of the texinfo
8928         doc string (produces better output in HTML version).
8929         * input/c*.ly: added texinfo index and added comments to
8930         aid in future changes to input/test/ files.
8931
8932 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8933         
8934         * Documentation/user/refman.itely: fixed build problem (missing
8935         file) caused by previous renaming.
8936
8937 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8938         
8939         * input/test/[a,b]*.ly: added texinfo index and added comments to
8940         aid in future changes to input/test/ files.
8941         * input/test/bar-number-every-5-reset.ly: renamed to
8942         bar-number-every-five-reset.ly
8943         * input/test/bar-script-visibility.ly: renamed to
8944         bar-number-show-all.ly
8945
8946 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8947
8948         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8949         to Voice.
8950
8951         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8952         out note-line and glissando functionality.
8953         
8954         * lily/line-spanner.cc (brew_molecule): cleanup.
8955
8956 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8957
8958         * scripts/as2text.scm: Use rdelim module.
8959         (start-system): Rename from start-line.
8960         (stop-system): Rename from stop-line.
8961         (af-gulp-file): Use string iso symbol for getenv.
8962
8963         * scm/output-ascii-script.scm: Add guile and lily modules.
8964         (font-name-alist): New variable.
8965         (draw-line): New function.
8966
8967         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8968         (Were these silently removed, without ChangeLog entry?)
8969
8970 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8971
8972         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8973         process 2nd ottava correctly.
8974
8975 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8976
8977         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8978
8979 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8980
8981         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8982
8983 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8984
8985         * VERSION: release 1.7.20
8986         
8987         * lily/text-spanner.cc (brew_molecule): clean up function. This
8988         fixes bugs with broken 8va spanners.
8989
8990         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8991         This prevents spurious line-breaks with raggedright
8992         
8993 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8994
8995         * lily/key-performer.cc (create_audio_elements): always use major
8996         key
8997
8998         * Documentation/user/internals.itely: updates
8999
9000         * input/regression/beam-break.ly: new file.
9001
9002         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9003         beams if starting or terminating stems have 'beaming set.)
9004
9005         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9006         property.
9007
9008         * lily/parser.yy (verbose_command_req): add comment about scales.
9009
9010 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9011
9012         * lilypond-indent.el: adjust regexps in bracket-matching.
9013
9014 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9015
9016         * Documentation/user/refman.itely: more tiny fixes
9017
9018         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9019         "Chord names"; added table with input syntax for solesmes neumes
9020         table; added some words about rationale on input syntax design
9021
9022         * lily/gregorian-ligature-engraver.cc,
9023         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9024         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9025         alignment of Pes Initio Debilis
9026
9027         * Documentation/user/refman.itely,
9028         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9029         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9030         bugs in the solesmes neumes table
9031
9032 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9033
9034         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9035         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9036
9037         * lilypond-mode.el: fix tag-score. small improvements.
9038
9039 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9040
9041         * .cvsignore: Add aclocal.m4.
9042
9043         * lily/music-constructor.cc: Include <assert.h>.
9044
9045 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9046
9047         * ly/engraver-init.ly (HaraKiriStaffContext): use
9048         RemoveEmptyStaffContext instead.
9049
9050         * Documentation/user/refman.itely: updates
9051
9052 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9053
9054         * Documentation/user/refman.itely: added solesmes neumes table;
9055         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9056         bugfix: "Ornaments" -> "Articulations"
9057
9058         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9059
9060 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9061
9062         * lilypond-indent.el: Add a message about trying to match \] or \).
9063         
9064 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9065         
9066         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9067         obsolete "arithmetic_*"
9068
9069         * input/bugs/ligatures.ly: removed (will be put into a different
9070         directory later)
9071
9072 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9073
9074         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9075         libkpathsea (Maurizio Tomasi).
9076
9077 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9078
9079         * input/regression/repeat-slash.ly (texidoc): new file
9080
9081         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9082         slash repeats separately. Slash repeats and %
9083         repeats can now be nested.
9084
9085 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9086
9087         * lilypond-indent.el: Add preliminary test for closing \] and \).
9088         
9089 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9090
9091         * lily/gregorian-ligature-engraver.cc,
9092         lily/vaticana-ligature-engraver.cc,
9093         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9094         mf/parmesan-heads.mf: various semivocalis related bugfixes
9095
9096         * input/bugs/ligatures.ly: new file demonstrating problems with
9097         ligatures
9098         
9099 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9100
9101         * lilypond-mode.el,
9102         lilypond-font-lock.el,
9103         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9104
9105 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9106
9107         * lilypond-mode.el: Remove outdated code. Stress the difference 
9108         between Emacs and XEmacs definitions.
9109
9110         * lilypond-mode.el,
9111         lilypond-indent.el: Define a function interactive only when necessary.
9112
9113 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9114
9115         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9116         Use inactive regions also in XEmacs.
9117
9118 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9119
9120         * Documentation/user/refman.itely (Repeat syntax): more updates
9121
9122         * lily/simple-spacer.cc (solve): move solution process into
9123         solve(). This fixes a bug with collisions and raggedright = ##t.
9124  
9125         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9126
9127         * ly/engraver-init.ly: remove GraceContext. Update examples.
9128
9129 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9130
9131         * GNUmakefile.in (fonts): Also make fontball.
9132
9133         * Website fixes:
9134
9135         * ly/engraver-init.ly (GraceContext): Add.
9136
9137         * run:
9138
9139             convert-ly $(find . -name *.ly)
9140
9141         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9142         new chords.
9143
9144 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9145
9146         * VERSION: 1.7.19 released
9147         
9148         * scm/music-functions.scm (set-octavation): new function.
9149
9150         * input/regression/ottava.ly: new file
9151
9152         * lily/translator-scheme.cc (LY_DEFINE): new function
9153         ly:unset-context-property
9154         (LY_DEFINE) new function ly:context-property-where-defined: 
9155
9156 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9157
9158         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9159
9160         * lilypond.words: add few.
9161
9162         * input/test/script-chart.ly: fix typo.
9163
9164 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9165
9166         * scm/define-grobs.scm: uniform naming for definitions and output
9167         routine files. 
9168
9169         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9170         scm/context-description.scm
9171
9172         * lily/parser.yy (translator_spec_body): add \description to the
9173         \translator{} body syntax.
9174
9175         * lily/ottava-engraver.cc: new file.
9176
9177         * scm/chord-name.scm (natural-chord-alteration): replace old
9178         chord stuff. 
9179
9180         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9181
9182         * Documentation/user/refman.itely (Metronome marks): update doco.
9183
9184         * input/regression/markup-note.ly: new file
9185
9186         * input/regression/metronome-marking.ly: new file
9187
9188         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9189
9190         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9191         metronome marks.
9192
9193 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9194
9195         * Documentation/user/GNUmakefile: Compatibility fix for new
9196         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9197         for making binary packages; info splitting bug has been fixed.
9198
9199         * Documentation/user/refman.itely: Compile fixes.
9200
9201 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9202
9203         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9204         Count \midi -keywords also for a region.
9205
9206 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9207
9208         * lily/lookup.cc (LY_DEFINE): new function
9209
9210         * Documentation/user/tutorial.itely: updates
9211
9212 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9213
9214         * lilypond-mode.el: Allow Midi on buffer.
9215         Use only '.ly'-extension, remove '.sly' and '.fly'.
9216         Allow use of inactive regions. Invoke next Command on Master file, 
9217         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9218
9219 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9220
9221         * Documentation/user/tutorial.itely: updates.
9222
9223 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9224
9225         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9226
9227 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9228
9229         * lily/coherent-ligature-engraver.cc: fixed typo
9230
9231         * lily/coherent-ligature-engraver.cc,
9232         lily/gregorian-ligature-engraver.cc,
9233         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9234         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9235         lily/vaticana-ligature-engraver.cc,
9236         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9237         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9238         removed all ligature specific stuff from NoteHead code
9239
9240         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9241         ligatures now use regular noteheads
9242
9243         * lily/vaticana-ligature.cc: tiny code cleanups
9244
9245         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9246         space between two adjacent noteheads of the same pitch
9247
9248         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9249         description; cleanup: removed obsolete font-family settings
9250
9251 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9252
9253         * lily/coherent-ligature-engraver.cc,
9254         lily/gregorian-ligature-engraver.cc,
9255         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9256         lily/mensural-ligature-engraver.cc,
9257         lily/vaticana-ligature-engraver.cc,
9258         lily/include/gregorian-ligature-engraver.hh: updated for new
9259         Coherent_ligature_engraver; added comments that describe the basic
9260         design ideas of the ligature implementation
9261
9262         * lily/coherent-ligature-engraver.cc,
9263         lily/include/coherent-ligature-engraver.hh: new file: shared code
9264         between mensural ligatures and Gregorian chant notation ligatures
9265
9266 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9267
9268         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9269         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9270         use only two arguments in sit-for, use no arguments in
9271         read-char-exclusive, backspace is not a character (127) in XEmacs.
9272
9273         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9274
9275 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9276
9277         * lilypond-mode.el: un-commenting works after syntax-table fix.
9278
9279         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9280         group, verbose commenting for syntax table.
9281
9282         * lilypond-indent.el: add TODO for ligature slurs.
9283
9284 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9285
9286         * lilypond-mode.el: Move comments of parenthesis matching away,
9287         (blink-matching-paren-on-screen) fix blinking in Emacs.
9288
9289         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9290         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9291
9292         * lilypond-indent.el: Add TODO for parenthesis matching.
9293
9294 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9295
9296         * lilypond-mode.el: Fix XEmacs: 
9297         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9298         invoke explicitly easy-menu-add (in Emacs done automatically).
9299         
9300         * lilypond.words: Add few words from input/*/*.ly.
9301
9302 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9303
9304         * VERSION (PATCH_LEVEL): release 1.7.18
9305
9306         * scripts/lilypond-book.py: only print basename for printfilename
9307         option
9308
9309         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9310         and syntax updates.
9311
9312 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9313
9314         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9315         better parametrisation. Move fatness of bulb downward.
9316
9317         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9318         glyph names. Underscores are not allowed .ps encoding files.
9319
9320 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9321
9322         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9323         variable "packed" for packed right-ragged mode
9324
9325         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9326         unused variable ragged; fixed indentation
9327
9328         * Documentation/user/refman.itely: tiny cleanups in ancient
9329         clef and custos section
9330
9331 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9332
9333         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9334         \applyoutput PROCEDURE
9335
9336         * lily/my-lily-lexer.cc: add \applyoutput.
9337
9338         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9339
9340         * lily/text-item.cc: clean text-interface description
9341
9342 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * input/{regression,test}/: use postfix for slur endings and beam
9345         begins.
9346
9347         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9348         style beams too. 
9349
9350         * input/regression/lyrics-melisma-beam.ly: new file.
9351
9352         * lily/lyric-engraver.cc (process_music): change from
9353         process_acknowledged_grobs()
9354
9355         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9356         functions to set and revert auto-beam settings.
9357
9358 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9359
9360         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9361
9362 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9363
9364         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9365         Documentation/user/lilypond.tely: fixed some typos; updated author
9366         info
9367
9368         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9369         #"" -> #'flag-style = #'()
9370
9371         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9372         cleanup: removed dead #includes
9373
9374         * lily/gregorian-ligature-engraver.cc,
9375         lily/include/gregorian-ligature.hh,
9376         scm/grob-property-description.scm: small cleanups, small spacing
9377         fixes
9378
9379         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9380         lily/vaticana-ligature.cc,
9381         lily/include/gregorian-ligature-engraver.hh,
9382         scm/grob-property-description.scm, scm/music-types.scm:
9383         "porrectus" -> "pes or flexa"
9384
9385         * ly/engraver-init.ly, scm/grob-description.scm,
9386         scm/grob-property-description.scm: junked porrectus, now handled
9387         by ligature code
9388
9389         * scm/grob-description.scm: bugfix: added space-alist entry for
9390         breathing sign/custos
9391
9392 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9393
9394         * Another grand 2003 update.
9395         
9396         * Remove mentioning of `mudela'; There's no such thing.
9397
9398 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9399
9400         * Documentation/user/preface.itely (Preface to version 1.8): update
9401
9402         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9403
9404         * Documentation/user/converters.itely (Invoking convert-ly): revise
9405
9406         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9407
9408         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9409
9410 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9411
9412         * Documentation/user/internals.itely: more updates.
9413
9414 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9415
9416         * Documentation/user/refman.itely: revise 
9417
9418         * Documentation/user/internals.itely: revise
9419
9420         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9421
9422 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9423
9424         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9425         beautification: reformatted ancient clefs section; cleanup: small
9426         wording fixes
9427
9428 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9429
9430         * lilypond.words: added words for chant notation, sorted
9431         alphabetically through "sort lilypond.words"
9432
9433 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9434
9435         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9436         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9437         chant notation
9438
9439 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9440
9441         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9442         prevent TeX from interpreting them as long dash
9443
9444         * input/test/vaticana.ly: updated
9445
9446         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9447         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9448         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9449         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9450         fixes
9451
9452         * mf/parmesan-heads.mf: ledger endings: removed dead code
9453
9454 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9455
9456         * VERSION: 1.7.17 released
9457         
9458         * Documentation/user/GNUmakefile
9459         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9460         files too.
9461
9462         * scm/document-markup.scm: new file: document all markup
9463         functions.
9464
9465         * scm/documentation-generate.scm: rename all documentation modules
9466         to document-*.scm
9467
9468         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9469         .png
9470
9471         * input/test/divisiones.ly: added
9472
9473         * input/regression/output-property.ly: new file
9474
9475         * lily/cluster.cc: change cluster-interface to use style property
9476
9477 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9478
9479         * input/test/chord-names-german.ly: modified.
9480
9481         * scm/chords-ignatzek.scm:
9482           chord-name->german-markup: Added
9483           note-name->german-markup: Changed (now producing lowercase notenames)
9484
9485         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9486         
9487 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9488
9489         * scripts/convert-ly.py (FatalConversionError.conv):
9490         divisiominima -> divisioMinima, etc.
9491
9492         * ly/engraver-init.ly (FiguredBassContext): add
9493         Separating_line_group_engraver to Figured bass context.
9494
9495         * ly/german-chords-init.ly: remove file
9496
9497         * input/test/chord-names-german.ly (scm): new file.
9498
9499         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9500
9501         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9502         Chord_name_engraver
9503
9504         * Documentation/user/refman.itely: lots of updates.
9505
9506         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9507         new file
9508
9509         * input/test/bar-number-every-5-reset.ly: new file.
9510
9511 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9512
9513         * input/regression/chord-name-major7.ly: new file
9514
9515         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9516         if specced explicitly.
9517
9518         * input/regression/chord-name-entry-11.ly: new file.
9519
9520         * input/test/slur-beautiful.ly: new file.
9521
9522         * Documentation/user/refman.itely: updates.
9523
9524         * input/regression/collisions.ly (threevoice): cleanup.
9525
9526         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9527
9528 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9529
9530         * Documentation/user/*.itely: various updates.
9531
9532         * ly/spanners-init.ly: enddecr/ endcr.
9533
9534         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9535         of tutorial
9536
9537 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9538
9539         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9540
9541         * lily/new-chord-name-engraver.cc (process_music): use octavation
9542         (a number) instead of original-pitch to store inversions. This
9543         fixes a problem with transposed chords with inversions.  
9544
9545 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9546
9547         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9548         used in includable-lexer.hh.
9549
9550         * lily/includable-lexer.cc: Bugfix: include config.h.
9551
9552         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9553         circumvention of Debian packaging bug.
9554
9555 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9556
9557         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9558         
9559         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9560
9561         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9562         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9563
9564         * lily/include/includable-lexer.hh: 
9565         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9566
9567         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9568
9569         * aclocal.m4: Regenerate.
9570
9571         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9572         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9573
9574         * scm/pdf.scm (use-modules): Include lily.
9575
9576         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9577         Noordkamp).
9578         (use-modules): Include lily.
9579         (lily-def): Bugfix: include tex-val in let.
9580
9581 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9582
9583         * lilypond-mode.el: sensible error if lilypond.words not found.
9584
9585         * lilypond.words: add few words.
9586
9587 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9588
9589         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9590
9591         * mf/parmesan-scripts.mf: fixed typo in char name
9592
9593 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9594
9595         * VERSION: 1.7.16 released
9596
9597         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9598         (this is a security vulnerability).
9599
9600         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9601
9602         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9603         add staff support.
9604
9605 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9606
9607         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9608         ly/script-init.ly, scm/script.scm: bugfix: renamed
9609         fermata->signumcongruentiae to fix naming clash with feta font
9610
9611 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9612
9613         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9614
9615         * lily/multi-measure-rest-engraver.cc
9616         (start_translation_timestep): use grace timing too for determining
9617         when to make mmrest.
9618         (start_translation_timestep): clear numbers too.
9619
9620 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9621
9622         * scm/music-types.scm: compile fix: escape braces
9623
9624         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9625         work around font selection problem
9626
9627         * Documentation/user/refman.itely: BreathingSign: added docu for
9628         property "text"
9629
9630 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9631
9632         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9633         information.
9634
9635 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9636
9637         * lily/multi-measure-rest-engraver.cc (class
9638         Multi_measure_rest_engraver): make multiple Number objects, one
9639         for each MultiMeasureTextEvent.
9640
9641         * scm/music-functions.scm (glue-mm-rest-texts): use
9642         MultiMeasureTextEvent
9643
9644         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9645
9646         * Documentation/user/refman.itely (Multi measure rests): update.
9647
9648 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9649
9650         * lily/ly-module.cc (ly_copy_module_variables): use
9651         scm_internal_hash_fold() for iterating modules.
9652
9653 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9654
9655         * Documentation/user/refman.itely: Section Custodes: added more
9656         example code
9657
9658         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9659         neo-mensural rests to parmesan font
9660
9661         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9662         header
9663
9664 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9665
9666         * Documentation/user/macros.itexi: @fileref macro.
9667
9668         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9669         each file. 
9670
9671 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9672
9673         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9674         Documentation/topdocs/AUTHORS.texi: updated my email address
9675
9676         * Documentation/user/refman.itely: updated custos documentation;
9677         beautified divisiones example; beautified articulations table
9678
9679         * lily/breathing-sign.cc: bugfix: finalis molecule
9680
9681 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9682
9683         * Documentation/user/refman.itely: added docu for
9684         contemporary fermata symbols, gregorian breathing signs; small fixes
9685
9686         * ly/gregorian-init.ly: removed obsolete #'type props
9687
9688 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9689
9690         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9691         minimum-length property correctly.
9692
9693 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9694
9695         * scm/music-functions.scm (make-multi-measure-rest): set input
9696         locations for multimeasure rests.
9697
9698 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9699
9700         * input/regression/breathing-sign.ly: updated to for ancient
9701         notation
9702
9703 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9704
9705         * scripts/ly2dvi.py: Add newline.
9706
9707 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9708
9709         * scripts/ly2dvi.py (dependency_files): Compile fix.
9710
9711 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9712
9713         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9714         (make_html_menu_file): --html menu. 
9715
9716 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9717
9718         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9719
9720 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9721
9722         * input/screech-boink.ly: new file.
9723
9724 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9725
9726         * scripts/lilypond-book.py (make_lilypond_file): convert
9727         lilypond-file to lilypond block directly, without going through
9728         begin/end lilypond text.
9729         
9730
9731 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9732
9733         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9734         scm/grob-description.scm: moved Michael's original breathing sign
9735         code in brew_molecule() to divisio_minima(); provided new
9736         brew_molecule() that effectively replaces the
9737         Text_item::brew_molecule callback (with additional fallback to
9738         Michael's original code); added callbacks for brewing divisio
9739         maior/maxima and finalis
9740
9741         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9742         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9743
9744         * script-init.ly: added shortfermata, longfermata,
9745         verylongfermata, varcoda
9746
9747         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9748         longfermata, verylongfermata, varcomma, varcoda
9749
9750 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9751
9752         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9753           Remove all noquote and insert a few quote.
9754         
9755         * Documentation/user/lilypond-book.itely (Music fragment options),
9756           scripts/lilypond-book.py: Don't include quotation blocks by
9757           default. Introduce option quote instead of noquote
9758
9759 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9760
9761         * VERSION: 1.7.15 released
9762         
9763         * Documentation/user/lilypond.tely: omf updates.
9764
9765         * buildscripts/texi2omf.py (omf_vars): include version.date
9766
9767         * make/lilypond.redhat.spec.in: fixes for spec file. 
9768
9769         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9770         by function definition: lily now requires a recent GNU Make.
9771
9772         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9773         writing.
9774
9775         * make/ly-rules.make: remove .ly -> .tex rule
9776
9777         * Documentation/user/refman.itely (Figured bass): revised figured
9778         bass example.
9779
9780 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9781
9782         * stepmake/stepmake/omf-targets.make (local-install): add
9783         scrollkeeper-update message.
9784
9785         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9786         to binary.
9787         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9788
9789         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9790
9791         * Documentation/user/converters.itely (Invoking midi2ly): add
9792         track/channel notice.
9793
9794 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9795
9796         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9797
9798         * lily/parser.yy (scalar): DIGIT is also a scalar.
9799
9800         * Documentation/user/music-glossary.tely: add @omf tags
9801
9802         * Documentation/user/lilypond.tely: add @omf tags
9803
9804         * scm/generate-documentation.scm (string-append): add @omf tags.
9805
9806         * stepmake/stepmake/omf-*: new files 
9807
9808         * input/regression/multi-measure-rest.ly (texidoc): add doco
9809
9810         * GNUmakefile.in (web-doc-install): add web-doc-install target
9811
9812         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9813         fixes crashes while dumping MIDI.
9814
9815         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9816         midi
9817
9818 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9819
9820         * buildscripts/texi2omf.py: new file.
9821
9822         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9823         font-name
9824
9825 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9826
9827         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9828
9829         * lily/sequential-iterator.cc (descend_to_child): call
9830         descend_to_child() for all types of music.
9831
9832 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9833
9834         * scm/translator-property-description.scm: Add
9835         bassFigureFormatFunction.  Replace some entries.
9836
9837 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9838
9839         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9840         clean out.
9841
9842 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9843
9844         * scripts/midi2ly.py (Note.dump): never dump duration for
9845         dump_dur=0.
9846
9847         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9848         new function
9849
9850         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9851         figures using new markups. Much simpler, and should improve layout
9852         a little.
9853
9854         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9855
9856 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9857
9858         * ly/engraver-init.ly: use Hara kiri by default for 
9859         ChordNames, FiguredBass and Lyrics(Voice) context. 
9860
9861         * lily/axis-group-engraver.cc (acknowledge_grob): use
9862         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9863
9864         * scm/new-markup.scm (markup-function-list): add bracket,
9865         vbracket.
9866
9867         * ly/engraver-init.ly (ChordNamesContext): set
9868         minimumVerticalExtent
9869
9870 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9871
9872         * input/test/time-signature-double.ly: new file 
9873
9874         * input/regression/collision-head-chords.ly (texidoc): new file.
9875
9876         * lily/type-swallow-translator.cc: add note swallow translator 
9877
9878         * input/test/time-signature-double.ly: new file.
9879
9880         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9881
9882         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9883         (FiguredBassContext): idem.
9884
9885         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9886
9887         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9888
9889         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9890
9891         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9892         .afm dependency
9893
9894         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9895
9896         * python/lilylib.py (make_page_images): add function.
9897
9898         * scripts/ly2dvi.py (run_latex): include title in preview image.
9899
9900         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9901         from lilypond-book for <ly2dvifile> tags in HTML.
9902
9903         * scripts/ly2dvi.py (option_definitions): add --debug option to
9904         print out environment.
9905
9906         * input/regression/tie-chord-partial.ly: new file.
9907
9908 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9909
9910         * lilypond.words: add 3
9911
9912 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9913
9914         * scm/new-markup.scm (markup-function-list): add finger-markup
9915
9916         * input/tutorial/brahms-tweaked.ly: new markup 
9917
9918         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9919
9920         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9921         crash when processing '() markup
9922
9923         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9924
9925         * lily/breathing-sign.cc (railtracks): another caesura.
9926
9927         * mf/feta-schrift.mf: caesura symbol. 
9928
9929 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9930
9931         * scripts/convert-ly.py (FatalConversionError.conv): add
9932         ly:molecule-XXX conversions.
9933
9934         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9935
9936         * input/regression/multi-measure-rest-text.ly: new file.
9937
9938         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9939         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9940
9941         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9942         ScoreContext
9943
9944         * scm/new-markup.scm (center-markup): \center markup.
9945
9946         * scm/music-functions.scm: remove pitchify scripts.
9947
9948         * lily/music.cc (print_smob): display music name if available 
9949
9950 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9951
9952         * Documentation/user/refman.itely (Instrument names): remove
9953         \turnOff doco.
9954
9955 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9956
9957         * lily/score.cc (mark_smob): bugfix.
9958
9959         * input/regression/rehearsal-mark.ly: new file.
9960
9961         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9962         report error at the current token again.
9963
9964 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9965
9966         * cygwin/mknetrel: Exit if doc build fails.
9967
9968         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9969
9970 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9971
9972         * scm/music-types.scm (music-descriptions): add doc strings
9973
9974 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9975
9976         * lily/lexer.ll: 
9977         * lily/include/my-lily-lexer.hh: 
9978         * lily/include/includable-lexer.hh: Add flex kludge.
9979
9980         * config.hh.in: 
9981         * config.make.in: 
9982         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9983         cruft.
9984         
9985         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9986         code.
9987
9988 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9989
9990         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9991
9992         * lily/parser.yy (new_chord): Compile fix.
9993
9994 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9995
9996         * Documentation/user/refman.itely (Tuning groups of objects):
9997         remove documentation for \turnOff. 
9998
9999         * lily/percent-repeat-engraver.cc (try_music): add correct
10000         processing moments for double-measure percents as well.
10001
10002         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10003
10004         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10005         grob prop type. 
10006
10007         * Documentation/user/refman.itely (Printing named chords): add
10008         chord name tweak doco.
10009
10010         * input/template/gregorian-transcription.ly: new file.
10011
10012 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10013
10014         * VERSION: 1.7.13 released
10015         
10016         * input/test/*: lots of cleanups/comment-outs/removals in chord
10017         examples
10018         
10019         * input/regression/*: lots of cleanups/comment-outs/removals in
10020         chord examples
10021         
10022         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10023         options
10024
10025         * lily/new-chord-name-engraver.cc (process_music): give original
10026         inversion pitch to chord name routine.
10027
10028         * input/tutorial/os-score.ly: update to new markup
10029
10030         * Documentation/user/appendices.itely: simply include
10031         chords-ignatzek. 
10032
10033         * Documentation/user/refman.itely (Chords mode): add documentation
10034         for chord mode.
10035
10036         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10037         not present in chord.
10038         (construct-chord): add inversion and bass support.
10039
10040         * lily/chord.cc: junk contents.
10041
10042 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10043
10044         * Documentation/user/refman.itely:
10045         * Documentation/user/music-glossary.tely: fix. 
10046
10047 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10048
10049         * scm/chord-entry.scm (construct-chord): move chord construction
10050         to Scheme.
10051
10052         * lily/parser.yy (new_chord): new setup for chord entry.
10053
10054 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10055
10056         * lilypond.words:
10057         * Documentation/user/music-glossary.tely: add ambitus.
10058
10059 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10060
10061         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10062
10063         * lily/include/*.hh: string() -> to_string()
10064
10065         * scm/chords-ignatzek.scm: new file.
10066
10067         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10068         standard chord name exceptions.
10069
10070         * scm/translator-property-description.scm (chordNameSeparator):
10071         add property.
10072         (majorSevenSymbol): add property
10073
10074         * lily/translator-scheme.cc (ly:context-properties): new function
10075         (ly:context-parent): new function.
10076         (print_smob): print context name.
10077
10078         * lily/music.cc (ly:get-music-length): new function
10079         (print_smob): don't print properties.
10080
10081         * lily/duration.cc (duration<?): new function
10082
10083         * input/regression/chords-funky-ignatzek.ly: new file.
10084
10085         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10086         jazz chords.
10087
10088         * lily/pitch.cc (ly:pitch-diff): new function.
10089
10090         * input/regression/chords-ignatzek.ly: new file.
10091
10092 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10093
10094         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10095         pitches for jazz chords.
10096
10097 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10098
10099         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10100
10101 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10102
10103         * lilypond.words: add 1
10104
10105 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10106
10107         * Documentation/topdocs/AUTHORS.texi: refine.
10108
10109 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10110
10111         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10112         
10113         * lilypond.words: add one.
10114
10115 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10116
10117         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10118         Fontify bass note in chords, e.g., e in c1/e.
10119         
10120 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10121
10122         * Documentation/user/music-glossary.tely: Dutch updates and
10123         additions (Arent Storm).
10124
10125 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10126
10127         * input/regression/ambitus.ly:  move file.      
10128
10129         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10130
10131         * lily/event.cc (transpose): add tonic property to Key_change_req
10132         and to Key_engraver.
10133
10134 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10135
10136         * Documentation/user/refman.itely: fix typo.
10137
10138         * lilypond.words: removed wrong identifiers.
10139
10140 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10141
10142         * mf/feta-toevallig.mf: make flat stem shorter 
10143
10144 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10145
10146         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10147
10148         * lilypond.words: add from Phrasing slur.
10149         
10150 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10151
10152         * lilypond-mode.el: allow launching multiple ViewPS processes.
10153         
10154         * lilypond.words: add from Text markup.
10155
10156 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10157
10158         * input/test/ossia.ly (texidoc): add comment.
10159
10160         * input/regression/voice-follower.ly: new file.
10161
10162         * mf/feta-toevallig.mf: make flat heavier.
10163
10164         * lily/cluster-engraver.cc: clean up Cluster engraver
10165
10166         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10167         Engraver. Use Note_column to compute Y positions and deal with
10168         line break stuff.
10169
10170 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10171
10172         * lily/stem.cc: move french-beaming to stem.
10173
10174 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10175
10176         * lilypond-font-lock.el: fontify all durations in chords.
10177
10178         * lilypond.words: add from lily/my-lily-lexer.cc
10179
10180 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10181
10182         * VERSION: release 1.7.12
10183
10184         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10185
10186         * lily/gregorian-ligature.cc: new file
10187
10188         * lily/*: the Great 2003 search & replace.
10189
10190         * Documentation/user/refman.itely (Manual repeat commands): add
10191         note about font selection.
10192
10193 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10194
10195         * lilypond-mode.el: propose recompiling midi while invoking playing,
10196         not while stopping playing.
10197
10198 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10199
10200         * lilypond.words: add one.
10201
10202         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10203         and expressional note grouping. Fontify chord modes.
10204
10205 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10206
10207         * Documentation/user/music-glossary.tely (Top): translate melisma.
10208
10209 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10210
10211         * Documentation/user/music-glossary.tely (Top): add melisma.
10212
10213 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10214
10215         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10216         interfaces for (abstract) grob GregorianLigature
10217
10218         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10219         renamed head* -> glyph_name*, x-shift* -> x-offset*
10220
10221         * scm/grob-property-description.scm: bugfix: added missing descriptions
10222
10223 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10224
10225         * input/test/chord-names-dpnj.ly: New file.
10226
10227         * scm/double-plus-new-chord-name.scm: Implement full and partial
10228         exceptions.
10229
10230         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10231
10232         * scm/double-plus-new-chord-name.scm
10233         (double-plus-new-chord->markup): Fix sub->markup.
10234
10235
10236 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10237
10238         * lily/custos-engraver.cc: added TODO; editorial changes
10239
10240         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10241         consistency with other ligature engravers; removed access on (now)
10242         private variable _ligature of Ligature_engraver
10243
10244         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10245         renamed last_bound -> last_bound_; issue programming_error on
10246         abstract method calls; moved primitives code from
10247         Mensural_bracket_engraver to here (because almost ligature
10248         engravers will need it); renamed try_stop_ligature () ->
10249         typeset_ligature (); bugfix: store primitives of finished ligature
10250         in separate variable finished_primitives_ to avoid clash on input
10251         like "\] \["; added current_ligature () to enable access on
10252         private variable _ligature
10253
10254         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10255         (now in super class); renamed try_stop_ligature () ->
10256         typeset_ligature ()
10257
10258         * lily/mensural-ligature.cc: issue programming_error on abstract
10259         method calls
10260
10261         * lily/note-heads-engraver.cc: added TODO comment upon bool
10262         in_ligature
10263
10264         * mf/parmesan-heads.mf: fixed some of set_char_box()
10265
10266         * scm/grob-description.scm: added VaticanaLigature
10267
10268         * scm/grob-property-description.scm: added neume prefix properties
10269
10270         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10271         lily/include/gregorian-ligature-engraver.hh,
10272         lily/include/gregorian-ligature.hh: new files; framework for
10273         gregorian ligature engravers such as vaticana
10274
10275         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10276         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10277         vaticana style ligature implementation (still somewhat uncomplete)
10278
10279 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10280
10281         * VERSION: release 1.7.11
10282
10283         * scripts/convert-ly.py: add ly:pitch-transpose rule
10284
10285 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10286
10287         * input/test/dpncnt.ly: New file.
10288
10289         * lily/my-lily-lexer.cc: Add chordnames keyword.
10290
10291         * lily/parser.yy (chordnames_block): Parse chord name exception
10292         lists, see input/test/dpncnt.ly.
10293
10294         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10295         function.
10296
10297         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10298         filter-out too.
10299
10300         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10301         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10302         pitch functions (except for ly:make-pitch, but that's apparently
10303         some sort of scheme naming standard?).
10304
10305         * scm/lily.scm (!=): define-public.
10306
10307         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10308
10309 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10310
10311         * scm/double-plus-new-chord-name.scm
10312         (double-plus-new-chord-name->markup): New file.
10313
10314 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10315
10316         * python/lilylib.py (make_preview): don't suppress progress for
10317         bbox extraction.
10318
10319 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10320
10321         * Documentation/user/appendices.itely (scheme): update for new syntax.
10322
10323         * input/regression/chord-name-styles.ly: new file
10324
10325         * lily/instrument-name-engraver.cc: create instrument names
10326         without barline too.  Allows instrument name on ChordNames  
10327
10328         * scm/new-markup.scm (interpret-markup): allow simple strings as
10329         markup too.
10330
10331 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10332
10333         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10334         (step->markup-accidental): Fix: add accidental.
10335         (chord::inner-name-american): 
10336         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10337         append stray '/' if last superscript addition was 'o'.
10338
10339         * scm/new-markup.scm (normal-size-sub-markup) 
10340         (normal-size-super-markup): New function.
10341
10342         * lily/source-file.cc (Source_file): Add warning for possibly
10343         intentional but suspicious initialization.
10344
10345         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10346         add comments about cut-and-paste programming.
10347
10348         * flower/rational.cc (lcm): Not used; comment out.
10349
10350 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10351
10352         * lily/new-fingering-engraver.cc (position_scripts): use
10353         fingerHorizontalDirection to determine fingering horizontal
10354         directions.
10355  
10356         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10357         fingering support.
10358
10359         * scripts/convert-ly.py (FatalConversionError.conv): add style
10360         conversion rule. 
10361
10362         * scm/chord-name.scm (set-chord-name-style): new function.
10363         (new-chord-name-brew-molecule): revise to interpret markup only
10364         (new-chord->markup): cleanuppish rewrite. To be called from the
10365         new engraver.
10366
10367         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10368         Markup earlier, during interpreting.
10369
10370         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10371         style settings. Rename to chord-names-*.ly
10372
10373 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10374
10375         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10376         markup code and update to new markup.  Most probably broke some of
10377         it.
10378         
10379 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10380
10381         * Documentation/user/refman.itely: added docu for ambitus and
10382         clusters
10383
10384         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10385         ly_quote_scm() in lookup.cc
10386
10387         * mf/parmesan-clefs.mf: set_char_box fix
10388
10389         * lily/cluster-engraver.cc: junk implicit protection; use
10390         Protected_scm instead
10391
10392 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10393
10394         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10395         throughout.
10396
10397         * scm/new-markup.scm: Turn-off error-triggering test code.
10398
10399 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10400
10401         * scm/new-markup.scm (markup-thrower-typecheck) 
10402         (markup-typecheck?):  add full typechecking functions.
10403         (make-markup-maker): add make-FOO-markup functions.
10404         (markup-argument-list-error): nice error checking messages.
10405         (make-markup): better function: less quoting escapades.
10406
10407 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10408
10409         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10410
10411 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10412
10413         * cygwin/lilypond.hint (requires): Add cygwin.
10414
10415         * .cvsignore: Remove stepmake (huh!?!), add lib.
10416
10417         * GNUmakefile.in: Add libdir links for builddir runs.
10418
10419         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10420         instead of datadir.
10421
10422         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10423         local_lilypond_libdir.
10424
10425         * config.make.in (lilypond_libdir): Add.
10426
10427         * stepmake/stepmake/substitute-rules.make: 
10428         * stepmake/stepmake/script-rules.make: 
10429         * stepmake/stepmake/python-module-rules.make:
10430         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10431         lilypond-python-module patch.
10432
10433 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10434
10435         * Documentation/user/refman.itely (Graphical interfaces): add note
10436         about xml2ly.
10437
10438 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10439
10440         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10441
10442 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10443
10444         * VERSION: released 1.7.10
10445
10446         * scripts/musedata2ly.py (): idem
10447
10448         * scripts/midi2ly.py (dump_chord): idem
10449
10450         * scripts/etf2ly.py (version): idem 
10451
10452         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10453
10454         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10455
10456         * scm/tex.scm (tex-output-expression): remove eval compat
10457         glut. Other output files too.
10458
10459         * scm/chord-name.scm: don't export anything from chord module.
10460
10461         * input/test/american-chords.ly: idem
10462
10463         * input/test/banter-chords.ly (texidoc): idem
10464
10465         * input/test/Cc-chords.ly: add breakage notes.
10466
10467         * Documentation/user/refman.itely (Text markup): rewrite manual
10468         section.
10469
10470         * lily/parser.yy (scalar): allow \markup { } as property value. 
10471
10472         * scm/chord-name.scm: complete new markup usage
10473
10474         * scm/grob-description.scm (all-grob-descriptions): use new markup
10475         texts by default
10476
10477 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10478
10479         * scm/chord-name.scm: partial move to new markup texts.
10480
10481 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10482
10483         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10484
10485         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10486         settable.
10487
10488 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10489
10490         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10491         invoked for old midi, wait for killing.
10492
10493 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10494
10495         * Documentation/user/music-glossary.tely: Finnishing.
10496
10497 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10498
10499         * mf/feta-nummer-code.mf: some kerning pairs.
10500
10501 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10502
10503         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10504         Added.
10505
10506         * Documentation/user/refman.itely (Bar numbers):
10507         set-bar-number-visibility added, modulo-bar-number removed again
10508         (sorry).
10509
10510 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10511
10512         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10513
10514         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10515
10516         * Documentation/user/music-glossary.tely: translate into Finnish.
10517
10518 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10519
10520         * lilypond-mode.el: add shortcut for 2midi
10521
10522         * lilypond-font-lock.el: fontify lyrics
10523
10524 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10525
10526         * scm/drums.scm : use 1.7.x names.
10527
10528         * input/regression/drums.ly : Don't use << chords >>
10529
10530 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10531
10532         * lilypond-mode.el: tidy, add TODO
10533
10534         * make/lilypond.mandrake.spec.in: install-info quietly.
10535
10536 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10537
10538         * input/test/markup.ly: use new syntax.
10539
10540 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10541
10542         * ly/params-init.ly (interscoreline): add word-space
10543
10544         * input/test/metronome.ly (eighthNote): idem.
10545
10546         * input/test/script-priority.ly: use new markup
10547
10548         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10549
10550         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10551
10552         * lily/parser.yy (gen_text_def): bugfix.
10553         (full_markup): allow markup identifier.
10554
10555 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10556
10557         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10558         jobs at the same time. Add horizontal lines to Command menu.
10559         Allow one compiling job -- propose killing others before a new one.
10560
10561         * lilypond.words: add markup, teeny, etc.
10562
10563 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10564
10565         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10566         Allow only one type of midi process; launching Midi either stops
10567         midis or plays the current midi and launching MidiAll stops midis
10568         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10569         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10570
10571 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10572
10573         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10574         markup  for new markup texts.
10575
10576         * lily/mark-engraver.cc (process_music): idem
10577         
10578         * lily/instrument-name-engraver.cc (create_text): idem
10579
10580         * scm/new-markup.scm (magnify-markup): new function.
10581
10582         * scm/molecule.scm (stack-lines): bugfix.
10583
10584         * lily/font-interface.cc (get_font): take font-magnification from
10585         alist chain.
10586
10587 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10588
10589         * lily/molecule-scheme.cc: move scheme functions to separate file.
10590
10591         * lily/font-metric.cc  (ly_get_glyph): new function. 
10592         
10593         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10594         (italic-markup, dynamic-markup): new functions
10595         (font-markup): new function
10596
10597         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10598         padding and minimum
10599
10600 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10601
10602         * lily/accidental-engraver.cc:
10603         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10604
10605 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10606
10607         * lilypond.vim:
10608         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10609         [a-zA-Z] for user defined identifiers. Separate note cases 
10610         with and without a duration (allow cis\longaX).
10611
10612         * lilypond.words: Add words from Info.
10613
10614 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10615
10616         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10617
10618 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10619
10620         * lilypond-mode.el: Propose reverting buffer before a command if
10621         it was edited with an another editor.
10622
10623 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10624
10625         * lily/molecule.cc (ly_translate_molecule): new function
10626
10627         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10628         into libdir
10629
10630         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10631
10632         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10633
10634 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10635
10636         * lilypond.words: take \words from Info-index.
10637
10638 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10639
10640         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10641
10642 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10643
10644         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10645
10646 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10647
10648         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10649         and lilypond-documentation.
10650
10651 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10652
10653         * lily/parser.yy: Compile fix (bison 1.75).
10654
10655 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10656
10657         * VERSION: 1.7.9 released
10658
10659         * scm/music-functions.scm (shift-one-duration-log): refactor.
10660         Use music-map.
10661
10662         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10663
10664         * NEWS: update.
10665
10666         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10667         argument
10668         
10669         * scm/music-functions.scm (display-music): new function
10670         (music-map): change arg order.
10671
10672         * input/regression/new-markup-syntax.scm: new file
10673
10674         * lily/parser.yy (markup): add \markup { .. } syntax.
10675
10676         * scm/new-markup.scm (override-markup): new function
10677         (lookup-markup): new function
10678         (music-markup): new function
10679         (lookup-markup-command): use markup-signature to store argument
10680         format for parser.
10681
10682         * lily/lexer.ll: preliminary \markup syntax. 
10683
10684 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10685
10686         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10687         add pre/post-dependencies and menus with icons from source.
10688
10689         * Documentation/pictures/lilypond-48x48.xpm:
10690         * Documentation/pictures/lilypond-32x32.xpm:
10691         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10692         transparent.
10693
10694         * stepmake/stepmake/generic-targets.make:
10695         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10696
10697 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10698
10699         * input/regression/music-map.ly (texidoc): new file.
10700
10701         * scm/music-functions.scm (music-map): new function
10702
10703 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10704
10705         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10706
10707 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10708
10709         * input/test/to-xml.ly:
10710         * lily/ligature-engraver.cc: Fixes documentation.
10711
10712         * lilypond.mandrake.spec.in:
10713         * lilypond.redhat.spec.in: Add lilypond.words.
10714
10715         * Documentation/user/refman.itely: Mention Info inside emacs.
10716         
10717         * lilypond.suse.spec.in:
10718         * lilypond.redhat.spec.in:
10719         * lilypond.mandrake.spec.in: Set root-owner for doc
10720         (tobbe@nyvalls.se).
10721
10722 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10723
10724         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10725         os.popen.read ().
10726
10727 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10728
10729         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10730
10731         * python/lilylib.py (error): add space
10732
10733 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10734
10735         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10736         distribution.
10737
10738 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10739
10740         * lily/paper-outputter.cc (Paper_outputter): close port when
10741         finishing score.
10742
10743 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10744
10745         * scm/sodipodi.scm: Fixes.
10746
10747 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10748
10749         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10750
10751         * buildscripts/make-font-dir.py: Fix. 
10752
10753 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10754
10755         * lilypond-mode.el: Add support for Info inside Emacs.
10756
10757 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10758
10759         * buildscripts/make-font-dir.py: 
10760         * mf/GNUmakefile: Make sodipodi font map.
10761
10762         * scm/sodipodi.scm: Add more output functions.
10763
10764         * mf/feta-nummer.mf: 
10765         * mf/feta-beugel.mf: Add font_coding_scheme.
10766
10767         * lily/paper-outputter.cc (output_header): Fix creator string.
10768
10769 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10770
10771         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10772         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10773
10774         * lilypond.words: add two (Everybody can add/remove words now!).
10775
10776         * debian/rules:
10777         * make/lilypond.suse.spec.in:
10778         * make/lilypond.mandrake.spec.in:
10779         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10780
10781         * Documentation/user/refman.itely: Mention autocompletion.
10782
10783 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10784
10785         * scripts/ly2dvi.py: Add paper sizes.
10786
10787         * lily/timing-engraver.cc: 
10788         * lily/time-signature.cc: 
10789         * lily/span-bar.cc: 
10790         * lily/grob-scheme.cc: Code formatting fixes.
10791
10792         * scm/sodipodi.scm: 
10793         * scm/sketch.scm:
10794         * buildscripts/mf-to-table.py: 
10795         * buildscripts/make-font-dir.py: Font testing.
10796
10797 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10798
10799         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10800         inserts try-completion and shows all-completions.
10801
10802         * lilypond.words: '\' -> '\\'
10803
10804         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10805         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10806         
10807         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10808         and LilyPond-reserved-words.
10809         
10810 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10811
10812         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10813         from load-path.
10814         
10815         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10816         the mini-buffer with Control-Shift-c.
10817         
10818 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10819
10820         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10821         duration. This fixes \tempo taking time.
10822
10823 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10824
10825         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10826         Allow for text markup in repeatCommands. 
10827
10828 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10829
10830         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10831         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10832         Get rid of skeleton.el-dependency.
10833
10834         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10835
10836 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10837
10838         * lily/beam-engraver.cc (stop_translation_timestep): reset
10839         now_stop_ev_
10840
10841         * lily/scm-option.cc: add parse-protect to ly:set-option
10842
10843         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10844
10845 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10846
10847         * lily/include/ligature-bracket.hh: removed
10848         * lily/ligature-bracket.cc: removed
10849
10850         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10851         .tex
10852
10853         * lily/beam.cc (set_beaming): don't change beam count on rests.
10854         (brew_molecule): always set flag-width > 0.
10855
10856 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10857
10858         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10859         chars, remove instructions; instead, refer to lilypond-init.el and
10860         Documentation/topdocs/INSTALL.texi.
10861
10862         * lilypond.words: add identifiers and reserved words.
10863
10864         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10865         files and adding a load-path.
10866
10867         * lilypond-init.el: Instructions, extracted from 
10868         Documentation/topdocs/INSTALL.texi. 
10869         
10870 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10871
10872         * VERSION: 1.7.8 released 
10873
10874         * lily/grob.cc (warning): better robustness fix.
10875
10876 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10877
10878         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10879
10880         * lily/cluster-engraver.cc: stick better to variable naming
10881         conventions
10882
10883         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10884         until stop_translation_timestep()
10885
10886         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10887         min/max coordinates to backend, but no musical info such as
10888         pitches
10889
10890         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10891
10892         * lily/grob.cc: robustness fix: warning(): do not crash if
10893         cause is not set
10894
10895         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10896         the much more elaborated tuplet brackets than the very naive and
10897         simple ligature bracket grob
10898
10899 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10900
10901         * Documentation/user/refman.itely (Analysis brackets): add
10902         horizontal bracket doco.
10903
10904         * ly/property-init.ly (setMmRestFermata): added.
10905
10906         * Documentation/user/refman.itely (Multi measure rests): fermatas
10907         on mm rests.
10908
10909         * input/regression/apply-context.ly (texidoc): new file
10910
10911         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10912         code to be executed during interpretation. Possible applications:
10913         smart octavation, more advanced bar checks. 
10914
10915         * lily/apply-context-iterator.cc: new file.
10916
10917 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10918
10919         * input/test/new-markup.ly: new file.
10920
10921         * lily/text-item.cc (text_to_molecule): new function
10922
10923         * scm/new-markup.scm (lambda): new file
10924
10925         * lily/function-documentation.cc (ly_add_function_documentation):
10926         add proc property as well
10927
10928 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10929
10930         * Documentation/user/music-glossary.tely (Top): add custos.
10931
10932 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10933
10934         * Documentation/topdocs/INSTALL.texi: advise how to include source
10935         path to Emacs load-path and improve language.
10936
10937 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * GNUmakefile.in: config.h message fix.
10940
10941         * autogen.sh:
10942         * aclocal.m4: Regenerate.
10943
10944         * configure.in: 
10945         * config.make.in: 
10946         * stepmake/config.make.in: 
10947         * stepmake/configure.in: 
10948         * stepmake/autogen.sh: 
10949         * stepmake/aclocal.m4: Update for autoconf 2.56.
10950
10951 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10952
10953         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10954         to install Emacs-mode. Instructions how to use vim-mode.
10955
10956 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10957
10958         * scm/music-types.scm (music-descriptions): no length for tempo event.
10959
10960         * input/*.ly: add \version everywhere.
10961         
10962         * input/*.ly: update syntax to 1.7 + new-chords.
10963
10964         * VERSION: 1.7.7 released.
10965         
10966         * Documentation/user/*.tely: new chord syntax.
10967
10968         * input/regression/[bc]*.ly (texidoc): syntax updates.
10969         
10970 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10971
10972         * lilypond.words: add vocabulary to be used in auto-completion
10973
10974         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10975
10976         * lilypond.vim: allow note name at EOF
10977
10978 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10979
10980         * buildscripts/new-chords.py (edit): -e option: inline editing.
10981
10982         * input/regression/a*.ly (texidoc): syntax updates.
10983
10984         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10985         music): elucidations. 
10986
10987 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10988
10989         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10990         ly/spanners-init.ly, scm/grob-description.scm,
10991         scm/grob-property-description.scm, scm/music-types.scm,
10992         lily/cluster-engraver.cc, lily/cluster.cc,
10993         lily/include/cluster.hh, input/test/cluster.ly: cluster
10994         implementation
10995
10996         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10997         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10998         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10999
11000         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11001
11002         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11003
11004         * scm/grob-description.scm: bugfix: by default, use default note
11005         head style when engraving ligatures
11006
11007         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11008
11009         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11010         events
11011
11012         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11013
11014         * input/test/ancient-font.ly: bugfix: style -> flag-style
11015
11016         * lily/ligature-engraver.cc: indentation fix
11017
11018         * lily/parser.yy: indentation fixes
11019         
11020 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11021
11022         * input/regression/measure-grouping.ly: more elaborate example.
11023
11024         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11025         ly:div-moment. New functions 
11026
11027         * scm/music-functions.scm (set-time-signature): new function,
11028         allow inline time sig settings with measure grouping.
11029
11030         * lily/parser.yy (command_element): move time sig construction
11031         into Scheme.
11032
11033         * lily/side-position-interface.cc (out_of_staff): new function,
11034         like padding, but keep minimum distance from staff. Easier than
11035         linespanners (dynamics, pedals), but roughly the same effect.
11036
11037 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11038
11039         * emacs-mode.el: Added spanish-note-replacements 
11040         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11041
11042         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11043
11044 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11045
11046         * lilypond.vim: Do not fontify cises, desis, etc.
11047
11048         * vimrc: view dvi with <S-F6>
11049
11050 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11051
11052         * lily/lookup.cc (triangle): new function.
11053
11054         * input/regression/measure-grouping.ly (texidoc): new file: show
11055         triangles and brackets for beat groups of 3 and 2.
11056
11057         * lily/include/measure-grouping-spanner.hh (class
11058         Measure_grouping): new file.
11059
11060         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11061
11062         * lily/measure-grouping-engraver.cc (class
11063         Measure_grouping_engraver): new file.
11064
11065 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11066
11067         * Merge from stable:
11068
11069             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11070         
11071         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11072         stylesheet.
11073
11074         * ly/paper19.ly: Include paper19-init.ly.
11075
11076         * ly/paper19-init.ly: New file.
11077
11078         * Documentation/user/tutorial.itely (First steps): Fix first
11079         example for font test.
11080
11081         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11082
11083         * ChangeLog: Add 1.7.6 release marker (see below).
11084
11085         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11086         Add .py files.
11087
11088 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11089
11090         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11091
11092         * input/tutorial/*.ly: update to new syntax.
11093
11094         * lily/parser.yy (Composite_music): new transpose syntax,
11095         \transpose FROM TO MUSIC. 
11096
11097 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11098
11099         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11100         latex progress/error output to stderr (by default this goes to
11101         stdout).  Show lilypond progress, even when not verbose.
11102
11103         * python/lilylib.py (system): New optional parameter to control
11104         showing of progress.
11105
11106         * scm/backend-documentation-lib.scm (check-dangling-properties):
11107         Fix error message.
11108
11109         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11110         axis, extent.
11111
11112         * scm/grob-property-description.scm (magnify): Remove.
11113         (extent, axis): Add.
11114
11115 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11116
11117         * VERSION: Release 1.7.6.
11118
11119         * scripts/convert-ly.py: more uniformization substitutions.
11120
11121         * buildscripts/new-chords.py (sub_chords): new file.
11122
11123 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11124
11125         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11126         lilypond.map.  Include sauter fonts too.  Cleanups.
11127
11128 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11129
11130         * Documentation/user/tutorial.itely (First steps): change to new
11131         chord/tie/slur/beam notation.
11132
11133         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11134         ties.
11135
11136         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11137         engraver. Process ties in postfix notation, i.e. c8-~ c
11138
11139         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11140
11141         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11142
11143         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11144
11145         * lily/beam-engraver.cc (try_music): accept new-beam-events
11146
11147         * input/regression/chord-scripts.ly (texidoc): new file
11148
11149         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11150         script-events.
11151
11152         * scm/script.scm (default-script-alist): cleanup.
11153
11154         * lily/script-engraver.cc (make_script_from_event): cleanup.
11155
11156         * lily/lyric-combine-music-iterator.cc
11157         (Lyric_combine_music_iterator): remove superfluous events.
11158         (melisma_busy): new function. Fix broken melismas.
11159
11160 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11161
11162         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11163         Remove nonvalid settings. Use descriptive key names.
11164         Use <Return> to indicate the pressing of that key.
11165
11166 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11167
11168         * scripts/lilypond-book.py (option_definitions): Typo.
11169
11170         * scripts/ly2dvi.py: Updates.
11171
11172         * python/lilylib.py (setup_environment, print_environment)
11173         (get_bbox, make_preview): Merge and remove from ly2dvi and
11174         lilypond-book.
11175
11176         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11177
11178         * .cvsignore: Remove some cruft.
11179
11180         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11181         path.
11182
11183         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11184         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11185         throughout.
11186
11187         * python/lilylib.py (quiet_system): Junk
11188         (system): Display error log upon failure.
11189         (read_pipe): New function.  Cleanups and fixes.
11190
11191         * python/*.py: Rename from *.py.in.
11192         
11193         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11194
11195         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11196
11197 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11198
11199         * python/GNUmakefile: Bugfix: handle modules.
11200
11201         * stepmake/stepmake/python-module-targets.make (default): Add
11202         compiled modules. 
11203
11204         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11205         compiling modules.
11206
11207         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11208         Bugfix.  (OUT_PYC_MODULES): Add.
11209
11210 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11211
11212         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11213         Use default paths. Refresh description.
11214
11215 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11216
11217         * VERSION: 1.7.5 released
11218
11219         * input/regression/finger-chords.ly (texidoc): new file.
11220
11221         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11222         support
11223
11224         * lily/fingering-engraver.cc (process_music): remove kludgy
11225         scriptHorizontal stuff.
11226
11227         * lily/script.cc: remove staff-support property.
11228
11229         * lily/new-fingering-engraver.cc (add_fingering): new
11230         file. Fingering engraver for new style chords.
11231
11232 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11233
11234         * lily/parser.yy (bare_number): allow 4 \cm (without
11235         decimal dot). (should backport to 1.6?)
11236
11237         * ly/declarations-init.ly: use Scheme for dimension defs.
11238
11239         * lily/parser.yy (TODO): remove hard coded dimensions, add
11240         REAL NUMBER_IDENTIFIER production.
11241
11242         * lily/rest-collision.cc (force_shift_callback): rewrite using
11243         -done property.
11244
11245         * scm/grob-property-description.scm (rest-collision-done): add
11246         property.
11247         
11248         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11249
11250 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11251
11252         * input/regression/multi-measure-rest-center.ly: new file.
11253
11254         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11255         off horizontally by 0.05 ss. Fixed.
11256
11257 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11260
11261         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11262
11263 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11264
11265         * lily/tie.cc (get_control_points): also avoid staff lines on the
11266         just outside the outer staff lines
11267
11268 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11269
11270         * ly/params-init.ly: Just define style-alist, no need to
11271         define-public.
11272
11273         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11274         (thanks Han-Wen).
11275
11276         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11277         (FET_FILES): = FONT_FILES.
11278
11279         * Merge from stable:
11280
11281             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11282
11283 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11284
11285         * VERSION: 1.7.4 released.  
11286         
11287         * scm/generate-documentation.scm (string-append): add macro
11288         definitions.
11289
11290         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11291         normal texts.
11292
11293         * lily/multi-measure-rest-engraver.cc: make separate
11294         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11295
11296         * lily/multi-measure-rest.cc: remove text handling. Remove
11297         number-threshold.
11298
11299 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11300
11301         * scm/music-types.scm: doc patch by Graham Percival
11302
11303 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11304
11305         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11306         encoding part.
11307         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11308         (sketch_p): Sketch wants only first four elements of X11 font spec.
11309
11310         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11311
11312         * mf/feta-autometric.mf: Write foundry and family to log.
11313
11314         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11315         font translation table.
11316
11317         * buildscripts/mf-to-table.py: Better font info into afm.
11318
11319         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11320         1.0.9 required.
11321
11322         * configure.in: Whine for mftrace 1.0.9.
11323
11324 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11325
11326         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11327
11328         * lily/main.cc (main_prog): don't try to load init.EXT when
11329         processing foo.EXT.
11330
11331 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11332
11333         * scm/tex.scm (zigzig-line): added.
11334
11335         * scm/ps.scm (zigzag-line): added.
11336
11337         * ps/music-drawing-routines.ps (subvec): added.
11338         (draw_zigzag_line): added.
11339         
11340         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11341         grob properties zigzag-width and zigzag-length.
11342
11343         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11344
11345 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11346
11347         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11348         svg output, including font.
11349
11350 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11351
11352         * scm/lily.scm: Register sodipodi output module.
11353
11354         * scm/sodipodi.scm: New file.
11355
11356         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11357
11358         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11359         comment, after header.
11360         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11361         FullName.  Fix FontName key.
11362
11363 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11364
11365         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11366         and breve rests.
11367         
11368         * input/test/blank-notes.ly: bugfix
11369
11370         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11371         rests. (Kim Shrier)
11372
11373         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11374         
11375 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11376
11377         * scm/tex.scm: 
11378         * scm/ps.scm: Cleanup and remove obsolete junk.
11379
11380         * Documentation/user/internals.itely:
11381         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11382
11383         * lily/parser.yy: Identify shift/reduce problems.
11384
11385         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11386         make-style-sheet.  Too specific for convert-ly?
11387
11388 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11389
11390         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11391
11392         * input/test/*.ly: various fixes.
11393
11394         * lily/music.cc (name): bugfix
11395
11396         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11397
11398         * lily/input-file-results.cc (code): set-point-and-click! ->
11399         set-point-and-click
11400         
11401 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11402
11403         * Use uniform ly: prefix for exported scheme primitive functions.
11404
11405         * scm/music-types.scm: junk compat glue
11406
11407         * scripts/convert-ly.py: add rules for stuff below, junk
11408         compatibility glue for spanrequest.
11409
11410         * lily/parser.yy (verbose_event): remove \spanrequest,
11411         \commandspanrequest, \script. 
11412         
11413         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11414
11415         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11416         for \penalty, \glissando.
11417
11418         * VERSION: release 1.7.3
11419         
11420 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11421
11422         * lily/accidental-engraver.cc: Fix
11423         grace-in-the-beginning-of-measure bug caused by the resent
11424         partial-measure fix.
11425
11426         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11427         overlap looks too crowded)
11428         
11429 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11430
11431         * lily/parser.yy (assignment): allow SCM expression as assignment.
11432
11433         * lily/include/music-output-def.hh (class Music_output_def):
11434         * lily/music-output-def.cc: 
11435         * lily/paper-def.cc: 
11436         * scm/font.scm (markup-to-properties):
11437         * lily/parser.yy (music_output_def_body): 
11438         remove style_sheet_
11439
11440 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11443         length.
11444
11445         * input/regression/spacing-to-grace.ly: new file.
11446
11447         * input/regression/spacing-end-of-line.ly: new file.
11448
11449         * lily/note-spacing.cc (get_spacing): take into account breakable
11450         stuff sticking out at the left (time sig change at line break).
11451
11452         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11453         raggedright code.
11454
11455         * scm/music-functions.scm (make-voice-props-set): add
11456         staff-position for mm rests.
11457  
11458         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11459         before grace notes a little.
11460
11461         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11462
11463         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11464         key adds space at the end of line. 
11465
11466 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * scm/sketch.scm: Fix beams.
11469
11470         * buildscripts/mf-to-table.py: Add EncodingScheme.
11471
11472         * scm/sketch.scm: Resurrect.
11473
11474 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11475
11476         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11477         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11478
11479 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11480
11481         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11482
11483         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11484
11485 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11486
11487         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11488         token for origin information.
11489
11490         * lily/parser.yy (My_lily_lexer): do identifier location and
11491         cloning from lexer.
11492
11493         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11494         logic out of the parser. Add bar checks on both ends.
11495
11496         * Documentation/user/refman.itely (Multi measure rests): add more
11497         notes about mm rests.
11498
11499 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11500
11501         * input/regression/bar-scripts.ly: Re-enable.
11502
11503         * lily/parser.yy:
11504         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11505         released rsn.  Bison 1.50 has a crucial bug and won't work.
11506
11507         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11508
11509
11510 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11511
11512         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11513
11514 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11515
11516         * Actually merge changes since 1.6.4 besides ChangeLog, and
11517         resolve conflicts.  Lots of updates, hope all is well.
11518         
11519         * cygwin/lilypond.hint (requires): Add ghostscript.
11520
11521         * scm: Update some (c).
11522         
11523 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11524
11525         * input/test/{various}.ly: add \header fields and texidoc strings.
11526
11527 2002-10-05  Werner Lemberg  <wl@gnu.org>
11528
11529         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11530         renamed to `output_latex_quoted'.
11531         Added `output_latex_noquote'.
11532         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11533         mode.
11534
11535 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11536
11537         * ChangeLog: Add 1.6.6 release marker.  See below.
11538
11539         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11540
11541         * scripts/midi2ly.py: Fix global syntax warnings.
11542
11543         * GNUmakefile.in: Generate builddir locale tree too.
11544
11545         * scripts/ly2dvi.py:
11546         * scripts/midi2ly.py: 
11547         * scripts/mup2ly.py: 
11548         * scripts/update-lily.py:
11549         * lily/main.cc (setup_paths): Fix for locales setup.
11550
11551 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11552
11553         * Documentation/windows/installing.texi: Soften wording about
11554         necessity of becoming Administrator.  tommie@iae.nl reports this
11555         does not seem to be necessary for his flavour of Windows 2000.
11556         Explicitely discourage text mode mounts.
11557
11558 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11559
11560         * lily/rest.cc (after_line_breaking): backport dot position fix.
11561
11562         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11563         rests. Thanks to Klaus Zimmermann for finding this bug.
11564
11565 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11566
11567         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11568
11569 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11570
11571         * Documentation/user/music-glossary.tely: fix links.
11572
11573 2002-10-21  Werner Lemberg  <wl@gnu.org>
11574
11575         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11576         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11577         scaling factor) only once and use them in the definition of
11578         \embeddedps.
11579         * ps/music-drawing-routines.ps (skeel): Removed.
11580
11581 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11582
11583         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11584         Solaris7, as we don't use nested $( ) constructs.
11585
11586 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11587
11588         * VERSION: Release 1.6.6.
11589         
11590 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11591
11592         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11593         as workaround for /bin/sh problems on Solaris7.
11594
11595 2002-10-19  Werner Lemberg  <wl@gnu.org>
11596
11597         * GNUmakefile.in (web-doc): Fix typos.
11598         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11599         `music-drawing-routines.ps' but emit \special{header=...} once.
11600         * scm/tex.scm (header-end): Updated.
11601
11602 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11603
11604         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11605         undefined tremolo. 
11606
11607 2002-10-15  Werner Lemberg  <wl@gnu.org>
11608
11609         * scripts/lilypond-book.py (g_make_html): New global variable.
11610         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11611         if `g_make_html' isn't set.
11612         [main]: Add format `texi-html'.
11613         (option_definitions): Updated.
11614         * Documentation/user/lilypond-book.itely: Updated.
11615
11616         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11617         * make/ly-rules.make (%.texi, %.nexi): Use it.
11618         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11619         format to lilypond-book.
11620         * GNUmakefile.in (web-doc): Ditto.
11621
11622 2002-10-14  Werner Lemberg  <wl@gnu.org>
11623
11624         Further improve TeX output.  The produced files are about 40%
11625         smaller.  `lilyponddefs.tex' is now read only once.
11626
11627         * tex/lilyponddefs.tex: Remove footer stuff.
11628         (\ifundefined): Renamed to...
11629         (\lilypondundefined): This.  Use LaTeX's definition to
11630         make it nestable and make it global.
11631         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11632         output.
11633         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11634         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11635         them global.
11636         (\placebox): Renamed to...
11637         (\lyitem): This.
11638         Make it global and call \outputscale by itself.
11639         (\lybox, \lyvrule): New macros to reduce input data.
11640         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11641         New auxiliary macros.
11642         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11643         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11644         to...
11645         (\lilypondspace): This and made it global.
11646         (\turnOnPostScript): Renamed to...
11647         (\lilypondpostscript): This and made it global.
11648         (\turnOnExperimentalFeatures): Renamed to...
11649         (\lilypondexperimentalfeatures): This and made it global.
11650         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11651         (\lilypondsetdimen): This and made it global.
11652         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11653         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11654         (all, $(outdir)/music-drawing-routines.ps): New rules.
11655         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11656         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11657         start-system, stop-system, stop-last-system, filledbox): Updated to
11658         use the changed macros from lilyponddefs.tex.
11659         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11660
11661 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11662
11663         * Documentation/windows/installing.texi: Update.
11664
11665 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11666
11667         * VERSION: 1.6.5 released
11668
11669         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11670
11671 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11672
11673         * scm/translator-property-description.scm (voltaOnThisStaff): add
11674         property.
11675
11676 2002-09-28  Werner Lemberg  <wl@gnu.org>
11677
11678         * scm/tex.scm (header-end): Suppress page numbering.
11679
11680         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11681         Fix quotation for HTML output.
11682
11683 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11684         
11685         * Documentation/user/refman.itely: grammar and phrasing
11686           fixes to "Note Entry" section.  Also adds a few new examples.
11687
11688 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11689
11690         * flower/include/string-data.icc: include string.h
11691
11692 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11693
11694         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11695
11696 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11697
11698         * Documentation/user/GNUmakefile (extra-local-help): Add.
11699
11700         * stepmake/stepmake/www-targets.make (local-help): Add.
11701
11702 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11703
11704         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11705         packages.
11706
11707         * Documentation/topdocs/README.texi (Top): building documentation
11708         (not website.)
11709
11710 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11711
11712         * Documentation/user/refman.itely: 
11713         * Documentation/user/tutorial.itely: 
11714         * Documentation/user/music-glossary.tely: Merge changes.
11715
11716         * Documentation/user/glossary.html.in: 
11717         * Documentation/index.texi: 
11718         * Documentation/header.html.in: Accomodate renaming of glossary.
11719         
11720         * Documentation/user/tutorial.itely: Add some glossary references.
11721         
11722         * Documentation/user/refman.itely: Minor fixes.
11723         
11724         * Documentation/user/lilypond.tely: Add glossary do direntry.
11725
11726         * Documentation/user/music-glossary.tely: Rename (previously:
11727         glossary.tely).  Fix anchor placement.
11728
11729         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11730
11731 2002-09-23  Werner Lemberg  <wl@gnu.org>
11732
11733         * scripts/lilypond-book.py (output_dict): Fix handling of
11734         various environments by avoid extraneous newlines.
11735         Rename `output-all' regexp for html to `output-html'.
11736         Replace `output-all' regexp for texi with `output-texi-quote'
11737         and `output-texi-noquote'.
11738         (compose_full_body): Don't override `linewidth' user option
11739         for `singleline'.
11740         (schedule_lilypond_block): Don't indent text specified with
11741         `intertext' option.
11742         Add new option `noquote'.
11743         (compile_all_files): Use latex instead of tex to compile ly
11744         files directly.
11745
11746         * Documentation/user/lilypond-book.itely: Updated and revised.
11747         Improve layout.
11748
11749         * Documentation/user/glossary.tely,
11750         Documentation/user/introduction.itely,
11751         Documentation/user/tutorial.itely,
11752         Documentation/user/refman.itely,
11753         Documentation/user/appendices.itely: Fix overfull LilyPond
11754         boxes caused by the new lilypond-book code.  Other minor
11755         fixes.
11756
11757         * Documentation/user/macros.itexi (@texiflat): Don't emit
11758         trailing space.
11759
11760         * scm/tex.scm (end-output, header-end): Add preamble and
11761         postamble to make lilypond output directly compilable with
11762         latex.
11763
11764         
11765 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11766
11767         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11768         instructions.
11769
11770 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11771
11772         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11773
11774 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11775
11776         * lily/beam.cc (connect_beams): don't crash if there are quarter
11777         notes in beams.
11778
11779 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11780
11781         * Documentation/user/refman.itely: corrected ancient clef
11782         docu; added docu on ligatures
11783
11784 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11785
11786         * Documentation/user/glossary.tely,
11787         Documentation/user/refman.itely, input/les-nereides.ly,
11788         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11789         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11790         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11791         Stem properties: flag-style -> stroke-style, style -> flag-style.
11792
11793
11794 2002-09-22  Werner Lemberg  <wl@gnu.org>
11795
11796         * scripts/lilypond-book.py: Add option `notime' to suppress
11797         printing of a time signature.  Specify default indentation of 0pt
11798         if single line fragment.  Don't emit redundant `\paper{ }'.
11799
11800         * Documentation/user/lilypond-book.itely: Updated.
11801
11802         * Documentation/user/glossary.tely: Completely reformatting.
11803
11804 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11805
11806         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11807
11808 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11809
11810         * Documentation/user/tutorial.itely: Fix links.
11811         
11812         * Documentation/topdocs/index.tely:
11813         * Documentation/index.texi:
11814         * Documentation/header.html.in: Small website fixes and updates.
11815
11816         * debian/: Debian patch by Anthony Fok.
11817
11818 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11819
11820         * Documentation/footer.html.in: How time flies: It's already 2002!
11821
11822         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11823         more descriptive link names than 'here'.
11824
11825 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11826
11827         * VERSION: 1.7.2 released
11828         * VERSION: 1.6.4 released
11829         
11830         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11831
11832         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11833         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11834
11835         * mf/feta-din.mf (test): add x-height and space.
11836
11837         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11838         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11839
11840         * ly/grace-init.ly: add-to-grace-init: function to portably add
11841         settings to \grace. 
11842
11843         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11844         if we get an absolute dynamic event.
11845  
11846         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11847
11848         * lily/source-file.cc (get_line): oops. All line numbers were off
11849         by 2. Fix that. 
11850
11851         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11852         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11853
11854         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11855
11856         * lily/parser.yy (number_factor): remove (number) as number
11857         expression. ("Let them eat Lisp").
11858
11859 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11860
11861         * lily/horizontal-bracket.cc: new file.
11862
11863         * lily/horizontal-bracket-engraver.cc: new file.
11864
11865         * input/regression/note-group-bracket.ly: new file. Support
11866         horizontal note brackets for music analysis.
11867
11868         * lily/stem.cc (flag): new flag-style: no-flag.
11869
11870         * input/test/stem-cross-staff.ly: new file
11871         
11872         * Documentation/user/internals.itely: Improved formatting, fixing
11873         typos.  Added a section `Output details' to describe how the TeX
11874         code looks like.
11875
11876         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11877
11878         * lily/parser.yy: remove \dynamicscript.
11879
11880         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11881         definitions. 
11882
11883         * python/midi.c (midi_error): take two arguments.
11884
11885         * Merge 1.6.5 changes:
11886         
11887 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11888
11889         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11890         staff-space.  Previous 1.5 was probably meant as half-spaces.
11891         (cautionary-style): parentheses (was: smaller).  This is what doco
11892         says, and it seems more logical.
11893
11894         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11895         for 2nd sentence.
11896
11897 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11898
11899         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11900
11901 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11902
11903         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11904
11905 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11906
11907         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11908
11909 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11910
11911         * scm/translator-property-description.scm (voltaOnThisStaff): add
11912         property.
11913
11914 2002-09-28  Werner Lemberg  <wl@gnu.org>
11915
11916         * scm/tex.scm (header-end): Suppress page numbering.
11917
11918         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11919         Fix quotation for HTML output.
11920
11921 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11922         
11923         * Documentation/user/refman.itely: grammar and phrasing
11924           fixes to "Note Entry" section.  Also adds a few new examples.
11925
11926 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11927
11928         * flower/include/string-data.icc: include string.h
11929
11930 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11931
11932         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11933
11934 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11935
11936         * Documentation/user/GNUmakefile (extra-local-help): Add.
11937
11938         * stepmake/stepmake/www-targets.make (local-help): Add.
11939
11940 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11941
11942         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11943         packages.
11944
11945         * Documentation/topdocs/README.texi (Top): building documentation
11946         (not website.)
11947
11948 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11949
11950         * Documentation/user/refman.itely: 
11951         * Documentation/user/tutorial.itely: 
11952         * Documentation/user/music-glossary.tely: Merge changes.
11953
11954         * Documentation/user/glossary.html.in: 
11955         * Documentation/index.texi: 
11956         * Documentation/header.html.in: Accomodate renaming of glossary.
11957         
11958         * Documentation/user/tutorial.itely: Add some glossary references.
11959         
11960         * Documentation/user/refman.itely: Minor fixes.
11961         
11962         * Documentation/user/lilypond.tely: Add glossary do direntry.
11963
11964         * Documentation/user/music-glossary.tely: Rename (previously:
11965         glossary.tely).  Fix anchor placement.
11966
11967         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11968
11969 2002-09-23  Werner Lemberg  <wl@gnu.org>
11970
11971         * scripts/lilypond-book.py (output_dict): Fix handling of
11972         various environments by avoid extraneous newlines.
11973         Rename `output-all' regexp for html to `output-html'.
11974         Replace `output-all' regexp for texi with `output-texi-quote'
11975         and `output-texi-noquote'.
11976         (compose_full_body): Don't override `linewidth' user option
11977         for `singleline'.
11978         (schedule_lilypond_block): Don't indent text specified with
11979         `intertext' option.
11980         Add new option `noquote'.
11981         (compile_all_files): Use latex instead of tex to compile ly
11982         files directly.
11983
11984         * Documentation/user/lilypond-book.itely: Updated and revised.
11985         Improve layout.
11986
11987         * Documentation/user/glossary.tely,
11988         Documentation/user/introduction.itely,
11989         Documentation/user/tutorial.itely,
11990         Documentation/user/refman.itely,
11991         Documentation/user/appendices.itely: Fix overfull LilyPond
11992         boxes caused by the new lilypond-book code.  Other minor
11993         fixes.
11994
11995         * Documentation/user/macros.itexi (@texiflat): Don't emit
11996         trailing space.
11997
11998         * scm/tex.scm (end-output, header-end): Add preamble and
11999         postamble to make lilypond output directly compilable with
12000         latex.
12001
12002         
12003 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12004
12005         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12006         instructions.
12007
12008 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12009
12010         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12011
12012 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12013
12014         * lily/beam.cc (connect_beams): don't crash if there are quarter
12015         notes in beams.
12016
12017 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12018
12019         * Documentation/user/refman.itely: corrected ancient clef
12020         docu; added docu on ligatures
12021
12022 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12023
12024         * Documentation/user/glossary.tely,
12025         Documentation/user/refman.itely, input/les-nereides.ly,
12026         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12027         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12028         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12029         Stem properties: flag-style -> stroke-style, style -> flag-style.
12030
12031 2002-09-22  Werner Lemberg  <wl@gnu.org>
12032
12033         * scripts/lilypond-book.py: Add option `notime' to suppress
12034         printing of a time signature.  Specify default indentation of 0pt
12035         if single line fragment.  Don't emit redundant `\paper{ }'.
12036
12037         * Documentation/user/lilypond-book.itely: Updated.
12038
12039         * Documentation/user/glossary.tely: Completely reformatting.
12040
12041 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12042
12043         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12044
12045 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12046
12047         * Documentation/user/tutorial.itely: Fix links.
12048         
12049         * Documentation/topdocs/index.tely:
12050         * Documentation/index.texi:
12051         * Documentation/header.html.in: Small website fixes and updates.
12052
12053         * debian/: Debian patch by Anthony Fok.
12054
12055 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12056
12057         * Documentation/footer.html.in: How time flies: It's already 2002!
12058
12059         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12060         more descriptive link names than 'here'.
12061
12062 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12063
12064         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12065
12066 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12067
12068         * lily/part-combine-music-iterator.cc (get_state): cleanup
12069         (get_music_info): cleanup.
12070
12071 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12072
12073         * scm/backend-documentation-lib.scm (interface-doc-string):
12074         crosslinks between interfaces and grobs. Headings for interfaces
12075         in grob explanation.
12076
12077 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12078
12079         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12080         dtd).  Add preliminary dtd.
12081         (re-sub-alist): Robustify.
12082
12083 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12084
12085         * lily/include/event-chord-iterator.hh,
12086         lily/context-specced-music-iterator.cc,
12087         lily/event.cc, lily/event-chord-iterator.cc: add
12088
12089 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12090
12091         * lily/: some (c) header fixes.
12092         
12093         * lily/request-chord.cc: Remove.
12094         
12095         * lily/include/event-chord-iterator.hh:
12096         * lily/include/event.hh:
12097         * lily/event-chord.cc: New file.
12098         
12099         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12100         requested.
12101
12102 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12103
12104         * lily/ : rename Request to Event
12105
12106         * lily/parser.yy (command_element): move clef stuff into Scheme.
12107
12108         * lily/:  rename length_mom () to get_length()
12109
12110         * lily/part-combine-music.cc: removed file and class.
12111
12112         * lily/context-specced-music-iterator.cc (class
12113         Context_specced_music_iterator): new file. Obsoletes the
12114         Context_specced_music type.
12115
12116         * scm/music-types.scm (make-repeated-music): put different kinds
12117         of repeated music into music-type table.
12118
12119         * VERSION: 1.7.1 released.
12120
12121         * scm/to-xml.scm: new file.
12122
12123         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12124         new Input representation: dump music as XML.
12125
12126         * scm/engraver-documentation-lib.scm
12127         (engraver-accepts-music-types?): add links from music to engraver,
12128         from music-type to engraver.
12129
12130         * lily/include/command-request.hh: removed
12131         lily/include/musical-request.hh: removed. Removed all _req classes
12132         except Key_change_req. Changes throughout.
12133
12134 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12135
12136         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12137
12138 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12139
12140         * lily/*.cc: specify accepts for many engravers.
12141
12142         * scm/music-documentation-lib.scm: dump music expressions and
12143         music subtypes.
12144
12145         * scm/documentation-lib.scm: complete revision.
12146         Use GOOPS objects to store document tree explicitly. Cleaned up and
12147         sped up doco generation a lot.
12148
12149 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12150
12151         * input/trip.ly (fugaIILeft): add arpeggio
12152
12153         * lily/translator-group.cc (try_music_on_nongroup_children):
12154         oops. The name symbol is in the cdr of the assoc handle.
12155
12156         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12157         Hyphen_req, Glissando_req, Break_req, Mark_req 
12158
12159 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12160
12161         * lily/musical-request.cc (music-duration-length,
12162         music-duration-compress): new functions.
12163
12164         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12165         throughout. Warning doesn't work yet.
12166
12167         * lily/translator-group.cc (try_music_on_nongroup_children):
12168         new implementation: store candidate acceptors in a hashTable.
12169
12170 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12171
12172         * scm/music-types.scm (music-descriptions): change name to
12173         internal-class-name
12174
12175         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12176
12177 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12178
12179         * lily/beam.cc (connect_beams): don't crash if there are quarter
12180         notes in beams.
12181
12182 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12183
12184         * Documentation/user/refman.itely: corrected ancient clef
12185         docu; added docu on ligatures
12186
12187 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12188
12189         * Documentation/user/glossary.tely,
12190         Documentation/user/refman.itely, input/les-nereides.ly,
12191         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12192         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12193         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12194         Stem properties: flag-style -> stroke-style, style -> flag-style.
12195
12196 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12197
12198         * scm/music-functions.scm (music-separator?): don't use name music
12199         property.
12200
12201 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12202
12203         * stepmake/stepmake/generic-targets.make (help): Document check
12204         target.
12205
12206         * lily/new-accidental-engraver.cc: Compile fix.
12207
12208 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12209
12210         * scripts/convert-ly.py: Add rule.
12211
12212         * input/test/music-creation.ly:
12213         * input/test/add-staccato.ly:
12214         * input/test/add-text-script.ly: ly-make-music.
12215
12216         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12217         More ly-make-music renamings.
12218
12219         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12220
12221         * lily/music-constructor.cc (make_music): Add debugging info.
12222
12223         * scm/music-functions.scm (make-simultaneous-music,
12224         (make-sequential-music, context-spec-music):
12225         * scm/music-types.scm (music-descriptions): Get lily to run.
12226
12227 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12228
12229         * lily/command-request.cc (transpose_key_alist): new function.
12230
12231         * lily/key-performer.cc (create_audio_elements): cleanup. 
12232
12233 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12234
12235         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12236
12237         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12238         events-accepted field.
12239
12240         * scm/music-types.scm: new file.
12241
12242         * lily/parser.yy: put music type initialization into scheme,
12243         similar to grob initialization.  Changes throughout.
12244
12245 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12246
12247         * Documentation/user/tutorial.itely: Fix links.
12248         
12249         * Documentation/index.texi: 
12250         * Documentation/header.html.in: 
12251         * Documentation/topdocs/index.tely: Small website fixes and updates.
12252
12253         * debian/: Debian patch by Anthony Fok.
12254
12255 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12256
12257         * Documentation/footer.html.in: How time flies: It's already 2002!
12258
12259         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12260         more descriptive link names than 'here'.
12261
12262         * ROADMAP: Remove test stuff.
12263
12264         * scripts/update-lily.py: Allow auto-building of stable and
12265         development versions.  Bugfixes.
12266
12267 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12268
12269         * VERSION: released 1.7.0
12270
12271         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12272
12273         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12274         positive line widths.
12275
12276 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12277
12278         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12279         go.  Fix comments.
12280
12281         * cygwin: Cygwin updates.
12282
12283 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12284
12285         * Documentation/windows/installing.texi (Top): version for python,
12286         urls for ghostscript (thanks to John Potelle)
12287         
12288         * lily/simultaneous-music-iterator.cc
12289         (Simultaneous_music_iterator): init children_list_ before
12290         triggering GC.
12291
12292         * lily/*-iterator.cc: be even more careful with smobbed copy
12293         constructors. 
12294
12295         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12296         LeftEdge item.
12297
12298 2002-09-15  Werner Lemberg  <wl@gnu.org>
12299
12300         Improving LilyPond's output to make them ordinary TeX boxes with
12301         predictable dimensions.  System boxes are now vertically centered on
12302         the baseline; this offset can be further controlled with
12303         \lilypondscoreshift.
12304
12305         * lily/system.cc (System::post_processing): Pass length of current
12306         system to `start-system' (including any horizontal indentation).
12307
12308         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12309         prettier.
12310         (lily-def): Append `%'.
12311         (start-system): Add parameter `wd'.  Output more TeX code to specify
12312         box dimensions.
12313         (stop-system, stop-last-system): Complement changes in
12314         `start-system'.
12315         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12316         Updated.
12317
12318         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12319         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12320         Write final `\endinput'.
12321
12322         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12323         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12324         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12325         files and macro definitions don't produce spurious spaces and
12326         paragraphs (using \endlinechar).
12327         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12328
12329         * Documentation/user/internals.itely: Improved formatting, fixing
12330         typos.  Added a section `Output details' to describe how the TeX
12331         code looks like.
12332
12333 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12334
12335         * lily/accidental-engraver.cc: Also work with partial measures.
12336
12337 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12338
12339         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12340         spanner.
12341
12342 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12343
12344         * lily/identifier-smob.cc (unpack_identifier): new file.
12345
12346         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12347         pass off scheme expressions as music identifiers.
12348
12349         * scm/lily.scm: reorganisation, cleanups.
12350
12351         * lily/main.cc: small cleanups.
12352
12353 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12354
12355         * lily/ly-module.{cc,hh}: new file.
12356
12357 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12358
12359         * lily/accidental-engraver.cc: Also work with partial measures.
12360
12361 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12362
12363         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12364
12365 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12366
12367         * lily/my-lily-lexer.cc: use SCM module in stead of
12368         Scheme_hash_table. Changes throughout.  
12369
12370 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12371
12372         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12373