]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(Top): Add guile, python and
[lilypond.git] / ChangeLog
1 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
4         ec-fonts-mftraced to running requirements.
5
6 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7
8         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
9         assignments don't reach the original file.
10
11         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
12         exists
13
14 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15
16         * scm/output-gnome.scm: 
17         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
18
19         * debian/: Apply Debian patch (Anthony Fok).
20
21 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
22
23         * Documentation/user/music-glossary.tely: fix titling; @top is already
24         an @unnumbered @chapter.
25  
26 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
27
28         * debian/GNUmakefile (EXTRA_DIST_FILES):
29         (CONF_FILES): update file list.
30
31         * lily/stencil.cc (interpret_stencil_expression): bugfix.
32
33 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
34
35         * debian/: Remove cruft (requested Anthony Fok.)
36
37         * buildscripts/guile-gnome.sh: Build without gcc libtool version
38         juggling.
39
40         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
41         Add popup menu with grob properties.
42
43         * lily/grob-scheme.cc (ly:grob-properties):
44         (ly:grob-basic-properties): New function.
45
46         * lily/stencil.cc (interpret_stencil_expression): Comment-out
47         "no-origin" call.  Fixes -fps output.
48
49         * scm/output-ps.scm (no-origin): Add dummy implementation.
50
51         * scm/output-gnome.scm (define-origin): Remove
52         (grob-cause): Add.
53
54         * scm/output-ps.scm (scm):
55         * scm/output-tex.scm (scm): Remove define-origin from exports list.
56         (define-origin): Remove.
57
58         * scm/output-gnome.scm (define-origin): 
59
60         * scm/lily.scm (ly:all-output-backend-commands): Remove
61         define-origin.  Add grob-cause.
62
63 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
64
65         * buildscripts/lilypond-words.py: add ly/portugues.ly.
66
67 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
68  
69         * Documentation/user/GNUmakefile:
70         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
71         --include-css=.../texinfo.css; command includes css into the html.
72
73         * Documentation/texinfo.css: add file.
74         define <hr> as black and thin.            
75  
76 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
77
78         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
79         stencil expression. Junk define-origin.
80
81         * lily/my-lily-parser.cc (parse_string): init parser variable when
82         lexer_ is set, ie. in parse_string and parse_file.
83
84         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
85         ly:score-bookify.
86
87         * scm/lily.scm (collect-scores-for-book): new function.
88
89         * ly/init.ly: print collected scores/musics.
90
91         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
92         scope, not in lily module.
93
94         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
95
96         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
97         encapsulate gtk/pango tests.
98  
99         * po/tr.po: Turkish translation.
100
101 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
102
103         * input/regression/lily-in-scheme.ly: regression test for #{
104         ... #} syntax
105
106         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
107         was causing an error.
108
109         * Documentation/user/programming-interface.itely (Using LilyPond
110         syntax inside Scheme): documentation for #{ ... #} syntax.
111
112 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
113
114         * Documentation/index.html.in: use black thin <hr>.
115
116         * buildscripts/mutopia-index.py: use thin black <hr>.
117
118 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
119
120         * scm/fret-diagrams.scm: Use UNIX style line endings.
121         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
122         typo.  Fixes compile.
123
124         * scm/output-ps.scm (white-dot): Remove second incarnation.
125
126         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
127
128 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
129
130         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
131         single file error.
132
133         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
134
135 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
136
137         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
138         remove size as argument to fret-diagram interface;
139         improved white-circle dots for fret;
140         improved top-fret thick line/
141
142         * scm/output-ps.scm: added white-dot function
143
144         * scm/output-tex.scm: added white-dot function
145
146         * tex/music-drawing-routines.ps: added draw_white_dot function
147
148         * ps/music-drawing-routines.ps: added draw_white_dot function
149
150         * input/test/fret-diagram.ly: examples to show multiple
151         functions and multiple interfaces
152
153 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
154
155         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
156         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
157
158         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
159         conflict.  Have I told you lately how much I love autotools?
160
161 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
162
163         * lily/lily-guile.cc: 
164         * lily/pangofc-afm-decoder.cc:
165         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
166         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
167
168         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
169         developers.
170
171         * lily/paper-outputter.cc (file): New method.
172         (dump_string): Use it.
173
174         * scm/output-gnome.scm: Update with pango CVS info, lilylib
175         musing.
176         
177         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
178         of them has a comma :-).
179
180         * scm/framework-gnome.scm: Add pango decoders.
181
182         * lily/include/pangofc-afm-decoder.hh: 
183         * lily/pangofc-afm-decoder.cc: New file.
184
185         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
186
187         * configure.in: Check for pango.
188
189         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
190         autoconf).
191         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
192
193         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
194
195 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
196
197         * Documentation/user/tutorial.itely (Integrating text and music):
198         fix grammar & punctuation.
199
200 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
201
202         * lily/: Stray janitorial cleanups.
203
204         * scm/lily.scm (ly:all-stencil-expressions):
205         * scm/lily.scm (ly:all-output-backend-commands): New function.
206
207         * scm/safe-lily.scm (safe-objects): Add them.
208
209         * scm/framework-gnome.scm (<gnome-outputter>): New class.
210
211         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
212
213 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
214
215         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
216
217 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
218
219         * scm/page-layout.scm (default-page-make-stencil): add
220         raggedbottom, raggedlastbottom.
221
222         * Documentation/user/changing-defaults.itely (Page layout): add doc.
223
224         * scm/framework-tex.scm (define-fonts): fix export of
225         papersize.
226
227         * lily/paper-book.cc (classic_output): strip suffixes from
228         framework functions.
229
230         * lily/tuplet-bracket.cc (before_line_breaking): do not return
231         SCM_UNDEFINED to Scheme.
232
233 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
234
235         * lily/book.cc: remove Book::to_stencil().
236         (process): whoops. Score::book_rendering returns vector, not list.
237
238         * scripts/convert-ly.py (conv): remove \notes.
239         apply to input examples.
240         
241         * lily/paper-outputter.cc (output_stencil): don't use
242         smobify_self() but self_scm()
243
244         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
245         from smobify_self().
246
247         * lily/paper-book.cc (output): load framework module
248         scm_c_resolve_module().
249
250         * python/lilylib.py (exit): exit with argument i.
251
252 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
253
254         * scm/framework-gnome.scm (output-framework-gnome): Try loading
255         gnome modules from non-toplevel.
256
257         * lily/ly-module.cc (ly:import-module): Export to ly:.
258
259         * lily/paper-score.cc (process): Do not show progress newline.
260
261         * lily/paper-book.cc (output, classic_output): Show progess
262         newline after score.
263
264 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
265
266         * buildscripts/lilypond-words.py: add ly/vlaams.ly
267
268 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
269
270         * lily/score.cc (ly:run-translator): Do not crash on empty music
271         list.
272
273         * lily/book.cc (process): Do not render score when systems is empty.
274
275         * input/simple-song.ly: Down one octave.
276
277         * scm/output-gnome.scm: Remove script again; re-add modules fix
278         (CVS conflict resolve?)
279
280         * lily/stencil.cc (ly:interpret-stencil): Was:
281         interpret_stencil_expression.
282
283 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
284
285         * buildscripts/guile-gnome.sh: New file.
286
287         * scm/output-gnome.scm: White background, better window size, sane
288         canvas size.  Cleanups.
289
290 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
291
292         * VERSION: release 2.3.4
293
294         * Documentation/user/invoking.itexi (Invoking the lilypond
295         binary): document --safe.
296
297         * scm/output-gnome.scm: set PATH in script.
298
299         * scm/page-layout.scm (default-page-make-stencil): don't stretch
300         if there is too few systems on a page.
301
302         * lily/parser.yy (relative_music): start at middle C without pitch
303         argument.
304
305         * Documentation/user/changing-defaults.itely (Page layout): new node.
306         (Paper size): rename node
307         (Page breaking): new node.
308         (Titling): move from invoking.
309         (File structure): new node.
310
311         * lily/parser.yy (score_body): allow \header and music anywhere in
312         \score body.
313
314 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
315
316         * scm/lily.scm (ly:load): Remove page-breaking.scm.
317
318 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
319
320         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
321
322         * lily/include/paper-line.hh: rename to Paper_system.
323
324         * lily/include/paper-book.hh: doc class.
325
326         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
327
328         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
329         (plain-header): add instrument-name.
330         (default-page-make-stencil): bugfixes.
331
332         * lily/parser.yy (book_body): allow \header anywhere in \book{}
333
334         * lily/paper-book.cc: remove copyright & tagline. Remove
335         interactions with Page
336
337         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
338         here, 
339         (default-page-make-stencil): new function
340         (default-page-music-height): new function
341         (page-headfoot): new function
342         (ly:optimal-page-breaks): generate stencils directly from here
343
344         * scm/titling.scm: new file, group titling functions
345
346 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
347
348         * scm/output-gnome.scm: Handle multiple pages.
349
350         * scm/framework-gnome.scm: Do not load output-gnome.
351         (framework-gnome): Invoke output-gnome::header and
352         output-gnome::end-output as faked stencils.  Fixes experimental
353         gnome output.
354
355 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
356
357         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
358         octavation compatibility fixes. Backportme. 
359
360         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
361         pages.
362         (ly:optimal-page-breaks): combine-penalties: no shortcut for
363         negative. Now we handle negative penalties (ie. \pageBreak)
364         correctly.
365
366         * lily/system.cc (get_line): extract page-penalty from the left
367         bound.
368
369         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
370
371 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
372
373         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
374
375 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
376
377         * scm/output-gnome.scm: Update script.  Move development to
378         lilypond_2_3_2 branch for now.
379
380 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
381
382         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
383         negative penalties.
384         cleanups.
385
386         * Documentation/user/changing-defaults.itely (Creating contexts):
387         index entries
388
389         * scm/page-breaking.scm (ly:optimal-page-breaks): new
390         file. Rewrite function. 
391
392         * lily/paper-book.cc (pages): new interface: page-breaking returns
393         list of line-list.
394
395         * lily/page.cc (Page): take lines argument.
396
397         * scm/document-translation.scm (all-engravers-doc): link to user man
398
399         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
400
401         * Documentation/user/notation.itely (Relative octaves): typo.
402
403         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
404
405 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
406
407         * scm/output-gnome.scm: Update build script.
408
409 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
410
411         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
412         gnome backend.
413
414         * scm/framework-gnome.scm: New file.
415
416         * scm/lily.scm: Use it.
417
418         * lily/paper-outputter.cc: Janitorial cleanups.
419         (ly:outputter-dump-string): Remove unreachable statement.
420
421         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
422         (ice-9): Bugfix: Add srfi-1.
423
424         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
425
426 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
427
428         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
429         in do_quit()
430         
431 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
432
433         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
434
435 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
436
437         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
438         override of Beam::position-callbacks. Why would grace beams not be
439         quantized? Fixes: weird-stem-size-grace. 
440
441         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
442         warning only once. Backportme.
443
444         * lily/accidental-engraver.cc (number_accidentals_from_sig):
445         bugfix, 2nd try. Backportme.
446
447         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
448
449 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
450
451         * Documentation/user/notation.itely (Instrument transpositions):
452         Correct the name of the instrumentTransposition property.
453
454 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
455
456         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
457
458 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
459
460         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
461         and postLilyPondExample are called when defined.
462
463 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
464
465         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
466         This fixes setting notenames with `\include "nederlands.ly" '
467
468         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
469         new function.
470
471 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
472
473         * scm/page-layout.scm: don't do piece, it should be in score-title
474         only.
475
476         * lily/lexer.ll: lex \score separately.
477
478         * lily/paper-book.cc: junk stencil2line.
479
480         * lily/paper-line.cc (Paper_line): construct from Stencil
481         directly. No futzing with the dimensions.
482
483         * lily/include/paper-line.hh (class Paper_line): 
484
485         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
486         takes arbitrary number of arguments.
487
488         * input/test/markup-score.ly (tuning): simplify example. 
489
490 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
491
492         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
493
494         * scm/define-markup-commands.scm (score): define score-markup
495
496         * lily/parser.yy (markup): use score-markup.
497
498         * lily/score.cc: add ly:score? 
499
500 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
501
502         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
503         fret-parse-string so it prepares for calls to fret-diagram-verbose
504         Changed display constants to props so they are available for
505         \override.
506         
507 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
508
509         * VERSION: release 2.3.3
510
511         * stepmake/stepmake/generic-vars.make: unset LANG.
512
513         * input/regression/tuplet-nest.ly: bugfix.
514
515         * lily/tie-performer.cc (stop_translation_timestep): reset
516         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
517
518         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
519         clear repeat_ directly after setting stem_tremolo_. Fixes:
520         tremolo-repeat.ly
521
522         * input/regression/span-bar-break.ly: new file.
523
524         * scm/define-grobs.scm (all-grob-descriptions): remove
525         break-visibility from SpanBar. Fixes: piano-repeat.ly
526
527 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
528
529         * python/lilylib.py (make_ps_images): only compute bbox when needed.
530
531         * scripts/lilypond-book.py (process_snippets): use lily -f ps
532         files for generating pngs. (failed experiment)
533
534         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
535         file with PFA fonts included.
536
537         * lily/score.cc (default_rendering): put header in too.
538
539         * lily/paper-line.cc (LY_DEFINE): change function to
540         ly:paper-line-extent
541
542         * scm/page-layout.scm (default-book-title): only add lines for
543         non-nil fields.
544         (default-score-title): idem.
545
546         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
547
548         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
549
550         * lily/include/paper-book.hh (class Paper_book): remove height_
551         member.
552
553         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
554
555         * lily/ly-module.cc (LY_DEFINE): bugfix.
556
557         * lily/paper-book.cc (book_title): separate function for the book
558         title.
559
560         * scm/page-layout.scm (default-book-title): only account for
561         markup fields.
562
563         * scm/framework-ps.scm: new file. Move high level interface from
564         output-ps.scm
565
566         * scm/music-functions.scm (def-grace-function): move macros from
567         ly/music-functions-init.ly
568
569         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
570         framework-tex.scm
571
572         * scm/framework-tex.scm (dump-line): new file. High level
573         interface for output (pages, systems, header). 
574
575         * lily/include/page.hh (class Page): add is_last_ field.
576
577         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
578
579         * lily/paper-book.cc (split_string): new function
580         (output): output multiple formats, i.e. --format=ps,tex
581
582         * scm/output-ps.scm (output-scopes): dump variables directly.
583         (define-fonts): rewrite for new interface
584
585         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
586
587         * lily/paper-outputter.cc (Paper_outputter): take format argument.
588
589         * lily/main.cc (parse_argv): don't set extension for output.
590
591         * lily/clef-engraver.cc (create_clef): remove
592         Staff_symbol_referencer::set_position() call. 
593
594 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
595
596         * ly/music-functions-init.ly (addlyrics): set the 'origin property
597         with the location argument in music function definitions.
598
599 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
600
601         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
602         staffsymbol dependency.
603
604         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
605         cleanups.
606
607         * lily/book.cc (process): return Paper_book
608         (to_stencil): use Book::process().
609
610         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
611         header_ field. Store in $globalheader
612
613         * lily/parser.yy (book_body): book header is initted to
614         $globalheader.
615         
616
617 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
618
619         * input/test/fill-a4.ly: removed.
620
621         * lily/parser.yy (output_def): push scope of parent_ Output_def
622         too.
623
624 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
625
626         * scm/output-gnome.scm: Update info.
627
628 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
629
630         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
631
632         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
633         than 1 module.
634
635         * lily/include/ly-module.hh (ly_use_module): rename is_module to
636         ly_c_module_p.
637
638         * scm/page-layout.scm (default-book-title): move Scheme titling
639         functions to here.
640
641         * lily/parser.yy (book_paper_block): remove scope too.
642
643         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
644
645         * lily/rest.cc: add direction to rest properties.
646
647         * lily/include/output-def.hh: new file, move from
648         music-output-def.hh
649
650 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
651
652         * scm/output-gnome.scm: Describe feta-cork hack.
653
654 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
655
656         * lily/include/book-paper-def.hh: derive from Output_def 
657
658         * lily/include/paper-def.hh: move all functionality out of class.
659         Junk header.
660
661         * lily/include/music-output-def.hh: rename Music_output_def to
662         Output_def.
663
664         * input/wilhelmus.ly: only set space for Paper formatting. 
665
666         * lily/include/midi-def.hh: remove file, remove class.
667         Move functions to Music-output-def.
668
669         * lily/music-output-def.cc (Music_output_def): remove separate
670         translator table. Lookup translators in scope directly. This
671         obviates Context suffix for context identifiers, i.e.
672
673         \context {
674           \Staff
675           .. 
676           }
677
678
679         will work.
680         
681
682         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
683
684         * Documentation/user/changing-defaults.itely (Horizontal spacing):
685         document spacing override hack.
686
687 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
690         installation info.  Support point-and-click.  Add +/- zoom
691         keybindings.
692
693 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
694
695         * VERSION: 2.3.2 released
696         
697         * lily/parser.yy (book_body): set default bookpaper.
698
699         * scm/output-tex.scm (header): kludge: hard code linewidth. 
700
701         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
702
703 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
704
705         * lily/score.cc (default_rendering): scale outputdef before
706         starting.
707
708 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
709
710         * scm/fret-diagrams.scm: Add header.
711
712         * scm/output-gnome.scm: Hello world :-)
713
714 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
715
716         * scripts/lilypond.py (run_dvips): only add papersize if present.
717
718         * lily/accidental-engraver.cc (update_local_key_signature): new
719         function, fold code from initialize() and process_music().
720         (update_local_key_signature): use deep copy. This fixes one
721         problem from custom-key-signatures.ly.
722         (number_accidentals_from_sig): tighter check for
723         accidental-too-old.
724
725         * ly/engraver-init.ly: remove localKeySignature
726         definition from ChoirStaff, StaffGroup, Score.
727         
728         * lily/percent-repeat-engraver.cc (try_music): add moments for
729         barlines too. Fixes: skipbars-percent-repeat.ly.
730
731 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
732
733         * lily/context-def.cc (filter_performers): don't go to cdrloc if
734         skipping last pair. Fixes: crash-bar-number.
735
736         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
737         D. Sorensen)
738
739         * input/test/fret-diagram.ly: new file.
740
741         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
742         (scale-paper): divide by scale.
743
744 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
745
746         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
747         case.
748
749 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
750
751         * scm/stencil.scm (fontify-text): reinstate function
752
753         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
754
755         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
756
757         * lily/parser.yy (book_paper_head): \bookpaper {} 
758
759         * python/midi.c: remove config.h
760
761 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
762
763         * scm/output-gnome.scm: Update.
764
765 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
766
767         * scm/output-gnome.scm: New file.
768
769         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
770
771 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
772
773         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
774         (find_scaled_font): move from Paper_def
775
776 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
777
778         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
779         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
780
781         * po/fr.po: update po.
782
783         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
784
785         * lily/book-paper-def.cc (print_smob): new file.
786
787 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
788
789         * buildscripts/lilypond-words.py: search words also from
790         music-functions-init.ly.
791
792 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
793
794         * ly/music-functions-init.ly (def-music-function): new helper
795         macro for defining music functions. \addlyrics \appoggiatura
796         \acciaccatura \grace \partcombine \autochange \applycontext
797         \applyoutput and \breathe are now defined here thanks to it.
798
799         * lily/parser.yy: 
800         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
801         \grace \partcombine \autochange \applycontext \applyoutput and
802         \breathe keywords removed from the parser.
803
804         * lily/parser.yy: 
805         * lily/music-function.cc (ly_make_music_function): 
806         * lily/lexer.ll (music_function_type): added a case for 0-arg
807         music functions.
808
809 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
810
811         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
812         refering to a music expression can be used in lily-inside-scheme:
813         #{ $music #}
814
815         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
816         and ly:parser-define, and change ly:parser-parse-string in order
817         to make #{ $music #} work.
818
819         * scm/new-markup.scm (compile-markup-expression): when an argument
820         is a string, use `make-simple-markup'.
821
822 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
823
824         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
825
826 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
827
828         * scripts/convert-ly.py (FatalConversionError.func): handle + in
829         font-size. (backportme)
830
831 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
832
833         * lily/paper-outputter.cc (output_stencil): dump font definitions
834         before each stencil.
835
836         * lily/include/paper-book.hh (struct Score_lines): new
837         struct. Collect info per Paper-score.
838
839         * lily/include/page.hh (class Page): to_stencil() returns Stencil
840         everywhere.
841
842         * lily/stencil.cc (find_expression_fonts): new function
843
844         * lily/paper-outputter.cc (output_stencil): use
845         interpret_stencil_expr
846
847         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
848         (interpret_stencil_expr): new function. Generic stencil
849         interpretation.
850
851         * lily/paper-def.cc (find_scaled_font): divide lookup
852         magnification by outpuscale for non-virtual fontmetrics. This
853         fixes ludicrously long font definitions for text
854         fonts. (backportme)
855
856         * lily/score-engraver.cc: remove
857         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
858
859 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
860
861         * input/test/markup-score.ly: Remove \notes.
862
863         * lily/parser.yy (book_body): Grok Composite_music and \header.
864         (markup): Push NOTES mode before score_block.
865
866         * VERSION: release 2.3.1
867         
868         * mf/feta-klef.mf: 
869         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
870
871         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
872
873         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
874
875 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
876
877         * scm/output-tex.scm (output-tex-string): tighten safe security.
878
879         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
880
881         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
882         allowed ly functions.
883
884         * lily/ly-module.cc (ly_module_define): only define variable if
885         bound.
886         (ly_make_anonymous_module): take safe option.
887
888 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
889
890         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
891
892 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * input/regression/newaddlyrics.ly: Fix.
895
896         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
897         \score \notes.
898
899 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
900
901         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
902
903 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
904
905         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
906
907         * lily/paper-line.cc (Paper_line): don't store list of stencils,
908         but convert to single Stencil immediately.
909
910         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
911
912 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * scm/output-sodipodi.scm: Resurrect sodipodi output.
915
916 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
917
918         * elisp/lilypond-mode.el: Changed the way defaults are created for
919         LilyPond-command-master.  LilyPond-mode will now check the
920         timestamps of the files to see which command has to run next.
921
922 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
923
924         * scm/bass-figure.scm (format-bass-figure): don't set
925         number-markup for strings. This fixes string in bass
926         figure. (backportme)
927
928         * lily/parser.yy (bass_number): insert number-markup into figure
929         definition.
930
931         * scm/define-music-properties.scm (all-music-properties): make
932         'figure a markup.
933
934         * scripts/convert-ly.py (conv): \apply -> \applymusic
935
936 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
937
938         * elisp/lilypond-mode.el: changed the order of some commands
939         ("Midi" after "2Midi"), use the user-defined
940         LilyPond-command-default as default instead of "LilyPond"
941
942         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
943         to set the master file for the next command.
944
945         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
946         with font-lock-reference-face.
947
948 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
949
950         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
951
952         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
953
954 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
955
956         * ly/music-functions-init.ly (TODO): new file.
957
958         * lily/parser.yy (Generic_prefix_music_scm): add more
959         music_function symbols.
960         (Prefix_composite_music): change \apply to music-function   
961
962         * lily/include/music-function.hh: rename to music-function
963
964 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
965
966         * lily/music-head.cc (LY_DEFINE): change order of args.
967
968         * input/regression/music-head.ly (texidoc): new file.
969
970         * lily/parser.yy (Generic_prefix_music): allow generic
971         music-transformation functions. 
972
973         * lily/include/music-head.hh (is_music_head): new file.
974
975         * lily/music-head.cc (get_music_head_transform): new file.
976
977 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
978
979         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
980         empty extent. This fixes ottava brackets on rests. (backportme)
981
982         * make/lilypond.redhat.spec.in (Group): ln png files for info.
983
984         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
985
986         * cygwin/lily-wins.py: update for the lily-wins.py script.
987
988 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
989
990         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
991         code. This will obviate typeset_grob () in the future.  The effect
992         of this is that improperly written spanner handling will result in
993         invalid spanner bounds.
994         (announce_grob): add to elems_ from here
995         (typeset_grob): comment out.  
996
997         * lily/include/engraver.hh (make_spanner): new calling interface
998         for make_{item,spanner}. This obviates most calls to
999         announce_grob().
1000                 
1001         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1002         iso. PianoStaff for piano styles.
1003
1004 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1005
1006         * Documentation/user/music-glossary.tely: add segno after d.s.
1007
1008 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1009
1010         * lily/include/audio-column.hh: remove unused variables.
1011         (patch by Michael Welsh Duggan)
1012
1013         * flower/include/axes.hh (other_axis): inline Axes function
1014         (thanks to David Brandon).
1015
1016 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1017
1018         * cygwin/mknetrel: Install image links (backportme).
1019
1020         * Documentation/user/GNUmakefile (local-install-info): Activate
1021         actual installing of image links (backportme).
1022
1023 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1024
1025         * Documentation/user/notation.itely (Measure repeats): Removed
1026         unnecessary (and confusing) \context Voice{.
1027
1028 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1031
1032         * lily/page.cc (Page): Do not use ly_scheme_function for
1033         volatile/configurable variables (FIXME: better name).
1034
1035         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1036         get_scmvar).
1037
1038 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1039
1040         * scripts/convert-ly.py (FatalConversionError.subst): use
1041         \transposition.
1042
1043 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1044
1045         * lily/include/page.hh (class Page): Declare left_margin ().
1046
1047         * lily/page.cc: Remove paper var caching.
1048
1049 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1050
1051         * Documentation/user/music-glossary.tely: Add name to @top node.
1052         Remove comment from @table definitions (workaround for makinfo
1053         bug).
1054
1055         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1056         ly:stencil-get-expr).  Update callers.
1057         (ly:stencil-align-to!):  Return stencil too.
1058
1059         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1060         stencil.  Remove looped line-based page output.
1061         (output_line): Use line stencil.  Remove looped stencil-based line
1062         output.
1063
1064         * lily/page.cc (ly:page-paper-lines): New function.
1065
1066         * input/test/markup-score.ly: New file.
1067
1068         * scm/define-markup-commands.scm (stencil): New markup.
1069
1070         * lily/book.cc (to_stencil): New method.
1071
1072         * lily/parser.yy (markup): Use it to grok \score.
1073
1074 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1075
1076         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1077
1078         * lily/paper-book.cc (pages): Change signature.  Update callers.
1079
1080         * lily/include/page.hh:
1081         * lily/page.cc: New file.
1082
1083         * lily/paper-line.cc (to_stencil): New method.
1084         
1085         * lily/paper-outputter.cc (output_stencil): New method.
1086
1087         * lily/paper-outputter.cc (output_line): Use them.
1088
1089         * lily/warn.cc: Remove.
1090
1091         * lily/my-lily-parser.cc (distill_inname): Remove.
1092
1093         * flower/include/file-name.hh: 
1094         * flower/file-name.cc: New file.  Update users.
1095
1096         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1097         (find): New method of same name.
1098
1099         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1100
1101         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1102         constant error message.
1103
1104 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1105
1106         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1107
1108 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1109
1110         * Documentation/user/music-glossary.tely: @table @strong' replaced
1111         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1112         (backportme).
1113
1114 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1115
1116         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1117
1118         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1119         #{ lily music expression #} that returns an equivalent scheme
1120         music expression by parsing the string.
1121
1122 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1123
1124         * lily/my-lily-parser.cc:
1125         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1126         SCM string (foo.ly/toto.scm support).
1127
1128 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1129
1130         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1131
1132 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1133
1134         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1135
1136         * scripts/lilypond-book.py: LY code that includes \header is
1137         not assumed to be a fragment.
1138
1139 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1140
1141         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1142         tremolo beams up.
1143
1144         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1145         (get_default_stem_end_position): No tremolo head juggling if no
1146         heads.  Fixes tremolo crash on rests (backportme).
1147
1148         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1149
1150 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1151
1152         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1153         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1154
1155         * lily/lexer.ll: Allow \encoding in NOTES mode.
1156
1157         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1158         for lyrics, not for commands.
1159
1160         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1161         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1162
1163         * input/regression/newaddlyrics.ly: New file.
1164
1165         * Documentation/topdocs/NEWS.texi: Update.
1166
1167         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1168         (Music_list): Allow embedded scm.
1169
1170         * lily/score.cc (ly:score-bookify): New function.
1171
1172         * lily/music.cc (ly:music-scorify): Idem.
1173
1174         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1175         (ly:parser-print-score): Idem.
1176
1177         * scm/lily.scm (default-toplevel-book-handler): Idem.
1178         (default-toplevel-music-handler): Idem.
1179         (default-toplevel-score-handler): Idem.
1180
1181         * ly/declarations-init.ly: Set default toplevel handlers.
1182
1183         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1184
1185         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1186         printer for score at toplevel.
1187
1188 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1189
1190         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1191         Fix for simple case: input/simple-song.ly, more complex stuff
1192         does not work yet.
1193
1194 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1195
1196         * lily/parser.yy (Prefix_composite_music): split Composite_music
1197         in Prefix_composite_music and Grouped_music_list.
1198         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1199
1200 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1201
1202         * scm/lily.scm (toplevel-expression): New define.
1203
1204         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1205
1206         * lily/parser.yy (toplevel_expression): Use it.
1207
1208         * lily/include/my-lily-parser.hh: Smobbify.
1209
1210         * lily/my-lily-parser.cc (parse_string): New method.
1211         
1212         * lily/my-lily-parser.cc (ly:parse-string): New function.
1213
1214         * Documentation/user/lilypond.tely: Add comment and workaround for
1215         gs-8.01 crash.  Fixes make web.
1216
1217         Simplification of toplevel music.
1218         
1219         * lily/lexer.ll, lily/parser.yy:
1220
1221         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1222         shift/reduce problem.
1223
1224         * Use NOTES mode at start of maininput.
1225
1226         * Grok toplevel composite music expression, put in score and book.
1227
1228         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1229
1230         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1231
1232         * input/simple.ly: New file.
1233         
1234         * input/simple-song.ly: Idem.
1235
1236 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1237
1238         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1239         Sandberg.
1240
1241 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1242
1243         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1244
1245 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1246
1247         * input/regression/accidental-octave.ly: doc automatic showing
1248         of note names.
1249
1250 2004-04-16  Heikki Junes <janneke@gnu.org>
1251
1252         * po/fi.po: do "make po && make -C po po-update" at top-level,
1253         then "cp po/out/fi.po po/fi.po" and update fields.
1254
1255         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1256
1257 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1258
1259         * Documentation/user/introduction.itely (About this manual): Fix
1260         templates and regression urls (backportme).
1261
1262 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1263
1264         * ly/engraver-init.ly (Score:graceSettings): Increase
1265         beamed-lengths, especially for 32nd notes.
1266
1267         * Documentation/user/notation.itely (Grace notes): Correct the
1268         syntax for add-grace-property example.
1269
1270 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1271
1272         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1273         `Generated' tag.
1274
1275         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1276         Severely broken (the Debian package, at least).
1277
1278 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1279
1280         * lily/context.cc (find_create_context): assign to lvalue.
1281
1282 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1283
1284         * lily/include/translator.hh (class Translator): rename
1285         get_parent_context() to context () to avoid confusion.
1286
1287         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1288
1289         * lily/lexer.ll: change is_string -> ly_c_string_p 
1290
1291         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1292
1293         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1294
1295         * VERSION: release 2.3.0
1296
1297         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1298
1299         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1300         if nonempty.
1301
1302         * lily/include/context.hh (class Context): make members protected.
1303         (children_contexts): new accessor function.
1304
1305         * lily/include/translator.hh (class Translator): make
1306         daddy_context_ protected.
1307         (class Translator): clean up. 
1308
1309         * lily/include/context.hh (class Context): make daddy_context_
1310         private.
1311
1312         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1313         higher for finding Voice. (backportme)  
1314
1315         * lily/include/context.hh (class Context): remove
1316         find_context_below() as a method.
1317
1318         * Documentation/user/notation.itely (The Lyrics context): add note
1319         about manual durations
1320
1321         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1322         encoding.
1323
1324         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1325
1326 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1327
1328         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1329         \usepackage{inputenc}
1330
1331         * lily/paper-book.cc (classic_output): don't advance Offset for
1332         TeX output.
1333
1334         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1335         ec-sauter.map in rules
1336
1337         * mf/ecb.mf (font_identifier): new file, based on ecbx
1338
1339         * mf/ecb10.mf (gensize): new file.
1340
1341         * Documentation/topdocs/NEWS.texi (Top): document some more new
1342         features.
1343
1344         * ly/declarations-init.ly: run convert-ly
1345
1346         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1347         from input-file-results. Remove input-file-results.* 
1348
1349 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1350
1351         * scm/output-ps.scm (font-command): Fix, again.
1352
1353         * input/test/title-markup.ly: Add \noPagebreak test.
1354
1355         * lily/score-engraver.cc (try_music): Bugfix.
1356
1357 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1358
1359         * lily/main.cc (main_with_guile): excise dependency options -M and
1360         --dep-prefix
1361
1362         * lily/input-file-results.cc: excise Makefile dependency code
1363
1364         * Documentation/user/invoking.itexi (Invoking the lilypond
1365         binary): remove dep doco
1366         
1367         * lily/main.cc (main_with_guile): call lilypond-main
1368         
1369         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1370
1371         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1372         exception.
1373
1374         * lily/my-lily-parser.cc: remove paper_description function
1375
1376         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1377         new function.
1378
1379         * lily/main.cc: remove global_score_count.
1380
1381         * lily/book.cc (process): don't take header from global_input_file.
1382
1383         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1384
1385         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1386
1387         * lily/music-output-def.cc (LY_DEFINE): new function
1388         ly_output_description. This function does the bulk for  setting,
1389         parsing and breaking down of an input file.
1390
1391         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1392         anonymous modules globally. Let's hope they get GCd
1393
1394         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1395
1396 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1397
1398         * scm/output-ps.scm (header): Papersize from paper.
1399
1400         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1401         for classic output.
1402
1403         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1404         lilypondclassic is defined.
1405         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1406
1407         * input/regression/between-systems.ly: Remove.
1408
1409         * python/lilylib.py (get_bbox): Fix regular expression
1410         for bounding box.
1411
1412         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1413
1414         * scm/output-tex.scm (stop-page): Use it.
1415
1416         * scm/output-ps.scm (define-fonts): Bugfix.
1417
1418         * lily/grob.cc: Add penalty to interface.
1419
1420         * lily/include/paper-line.hh (class Paper_line): New member
1421         var penalty_.
1422
1423         * lily/system.cc (get_line): Initialise Paper_line with
1424         page-penalty's from original grobs.
1425
1426         * scm/define-music-properties.scm (all-music-properties): Add
1427         page-penalty.
1428
1429         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1430
1431         * lily/score-engraver.cc (try_music): Handle page-penalty.
1432
1433         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1434
1435 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1436
1437         * ly/declarations-init.ly (melismaEnd): typo
1438
1439         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1440
1441         * scm/output-ps.scm (text): split string into spaces, use moveto
1442         for setting space. 
1443         
1444 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1445
1446         * po/nl.po: Update.
1447
1448         * scm/font.scm (add-cmr-fonts): Typo.
1449
1450 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1451
1452         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1453         font-encoding.
1454
1455         * scm/define-grobs.scm (all-grob-descriptions): idem.
1456
1457         * lily/time-signature.cc (numbered_time_signature): idem.
1458
1459         * scm/font.scm (add-cmr-fonts): use real encoding names for
1460         font-encoding.
1461
1462 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1463
1464         * lily/paper-book.cc (classic_output): 
1465         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1466         Fixes classic output.
1467         (lilypondstart):
1468         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1469         kludge.
1470
1471         * scripts/old-lilypond-book.py: Remove.
1472
1473         Page layout for SCOREs enclosed in a BOOK:
1474
1475         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1476         layout tweaking.
1477
1478         * input/les-nereides.ly (theScore): Add \book.
1479         
1480         * input/test/title-markup.ly: Add \book.
1481
1482         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1483         only if 'verbose.
1484
1485         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1486
1487         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1488
1489         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1490         * scm/output-tex.scm (start-system): Update for page layout by
1491         LilyPond.
1492
1493         * scm/output-ps.scm (start-system): Previously (new-start-system).
1494
1495         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1496         passed to define-fonts.
1497
1498         * lily/paper-column.cc: 
1499         * lily/system.cc (get_line):
1500         * ly/property-init.ly (newpage): 
1501         * scm/define-grob-properties.scm:
1502         * scm/output-ps.scm: 
1503         * scm/output-tex.scm: Remove between-system-string kludge.
1504
1505         * scm/output-ps.scm (define-fonts, font-command,
1506         font-load-encoding): Handle ENCODING = #f.
1507
1508         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1509
1510         * scm/define-markup-commands.scm (fill-line): Use
1511         make-simple-markup (WAS: unexisting make-word-markup).
1512
1513         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1514         ENCODING, MARKUP parameters for interpret_string.
1515
1516         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1517
1518         * lily/score.cc (book_rendering): New method.
1519         (default_rendering): Create Paper_book helper locally, dump
1520         output.
1521
1522         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1523
1524         * lily/parser.yy: Handle \book.
1525
1526         * lily/include/book.hh: 
1527         * lily/book.cc: New file.
1528
1529 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1530
1531         * lily/text-item.cc (interpret_string): new file, select font with
1532         encoding.
1533
1534         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1535
1536         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1537
1538         * lily/parser.yy (markup): take encoding from lexer.
1539
1540 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1541
1542         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1543
1544         * scm/output-ps.scm: Remove some cruft.
1545
1546 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1549
1550         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1551
1552 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1553
1554         * scm/font.scm (add-century-schoolbook-fonts):
1555         (make-century-schoolbook-tree): New function.
1556
1557         * input/test/title-markup.ly: Use Century Schoolbook font.
1558
1559 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1560
1561         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1562         to Erik Sandberg) 
1563
1564         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1565
1566         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1567
1568         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1569
1570         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1571
1572 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1573
1574         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1575         solo-state (at end of solo), we can set the solo status
1576         too. (backportme.)
1577
1578         * input/regression/part-combine-solo-end.ly: new file.
1579
1580 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1581
1582         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1583         flavour abc files.  Really ignore unknown keys (backportme).
1584
1585 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1586
1587         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1588         magnification_ when looking up in orig_.
1589
1590         * scm/output-tex.scm (text): switch off char-mapping.
1591
1592         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1593         because AFM's encoding field cannot have spaces.
1594
1595 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1596
1597         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1598
1599 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1600
1601         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1602
1603         * mf/cmr.enc: new file, without hi-bit ascii info. 
1604
1605         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1606         width. This removes the 'hook' at the end of a long slur.
1607
1608         * buildscripts/mf-to-table.py (parse_logfile): don't append
1609         encoding to fontname.
1610
1611 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1612
1613         * scm/output-ps.scm (define-fonts): Load .enc only once.
1614
1615         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1616         too.
1617
1618 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1619
1620         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1621         encoding field.
1622
1623         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1624
1625         * ly/portuges.ly (pitchnames): new file.
1626
1627         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1628         Michael Welsh Duggan
1629
1630         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1631
1632         * ly/nederlands.ly: add comment about digits.
1633
1634         * lily/scaled-font-metric.cc (derived_mark): idem.
1635
1636         * scm/encoding.scm (make-encoding-mapping): change permutation to
1637         mapping.
1638
1639         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1640         (Modified_font_metric): make alist for coding_description_
1641         (LY_DEFINE): remove coding-name.
1642
1643         * scm/output-tex.scm (text): remove debugging code.
1644
1645         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1646
1647         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1648         from infile.
1649
1650         * mf/feta-generic.mf: move fet_beginfont into generic code.
1651         use fetaMusic (without space) as encoding
1652
1653         * mf/feta-autometric.mf: take encoding argument
1654
1655         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1656
1657         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1658         use.
1659
1660         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1661         name.
1662
1663 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1664
1665         * input/test/title-markup.ly: Set inputencoding.
1666
1667         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1668
1669         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1670
1671         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1672         function.
1673         (coding-alist): Also hold filename, command.
1674         (read-encoding-file): Return symbols.
1675
1676 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1677
1678         * scm/output-tex.scm: remove fontify; text and char take a font
1679         argument.
1680
1681         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1682
1683         * lily/scaled-font-metric.cc (text_dimension): init
1684         coding_{permutation,table}_ too 
1685         (LY_DEFINE): ly:font-encoding, new function return
1686
1687         * lily/paper-def.cc (find_scaled_font): take input coding from
1688         inputcoding paper var.
1689
1690         * lily/performance.cc (output): remap modulo 16.
1691
1692         * lily/text-item.cc (interpret_markup): whoops, variable
1693         shadowing fixed.
1694
1695 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1696
1697         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1698         symbols, not symbols to strings.
1699         
1700         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1701         symbols, not symbols to strings.
1702
1703 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1704
1705         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1706         (ly:kpathsea-gulp-file): New function.
1707
1708         * scm/encoding.scm (read-encoding-file): Use it.
1709
1710 2004-04-06  Werner Lemberg  <wl@gnu.org>
1711
1712         * scm/encoding.scm (coding-alist): Fix typo.
1713
1714 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1715
1716         * lily/scaled-font-metric.cc (text_dimension): move function from
1717         Font_metric
1718         (make_scaled_font_metric): init coding_scheme_ to TeX
1719         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1720
1721         * lily/include/scaled-font-metric.hh (struct
1722         Modified_font_metric): rename from Scaled_font_metric
1723
1724         * scm/encoding.scm (read-encoding-file): split up large function,
1725         leave caching to (delay)
1726
1727         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1728
1729 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1730
1731         * lily/my-lily-lexer.cc (set_encoding): New method.
1732
1733         * lily/lexer.ll: Grok \encoding.
1734
1735         * lily/font-metric.cc (get_encoded_index): New function.
1736
1737         * lily/include/font-metric.hh (coding_scheme): New method.
1738
1739         * scm/encoding.scm: New file.
1740
1741         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1742
1743 2004-04-05  Werner Lemberg  <wl@gnu.org>
1744
1745         * Documentation/user/tutorial.itely: Revised (finished).
1746
1747         * Documentation/user/macros.itexi (@separate): Removed.
1748
1749 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1750
1751         * scm/output-ps.scm (define-fonts): fix scaling.
1752
1753         * lily/scaled-font-metric.cc (design_size): add function.
1754
1755         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1756         partial cut&paste of ly:font-magnification.
1757
1758 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1759
1760         * scm/output-ps.scm (define-fonts):
1761         (fontify): Update.
1762
1763 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1764
1765         * po/fr.po: update. (backportme).
1766
1767         * po/nl.po: update. (backportme). 
1768
1769         * mf/feta-beugel.mf: document why design size is not fixed.
1770
1771         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1772
1773 2004-04-04  Werner Lemberg  <wl@gnu.org>
1774
1775         * Documentation/user/tutorial.itely: Revised (continued).
1776
1777 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1778
1779         * po/nl.po: Update (backportme).
1780
1781 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1782
1783         * po/de.po: update. (backportme).
1784
1785         * scm/output-tex.scm (font-command): use ly: functions to
1786         construct name.
1787         (define-fonts): don't use alist, just dump \font definitions.
1788         (font-load-command): calculate proper scaling by taking
1789         outputscale from paper argument.
1790
1791         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1792         expression.
1793
1794         * lily/paper-outputter.cc (output_header): pass paper arg to
1795         define-fonts
1796
1797         * lily/paper-def.cc (font_descriptions): dump list of
1798         Scaled_font_metrics
1799         (find_scaled_font): take Font_metric argument, store
1800         Scaled_font_metrics in hash-table containing (size ->
1801         Scaled_font_metrics) alist.
1802         (get_dimension): rename from get_realvar
1803
1804         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1805         ly:font-magnification, ly:font-name: new functions
1806
1807 2004-04-03  Werner Lemberg  <wl@gnu.org>
1808
1809         * Documentation/user/dedication.itely,
1810         Documentation/user/preface.itely,
1811         Documentation/user/introduction.itely,
1812         Documentation/user/tutorial.itely: Revised.
1813         Removing leading spaces which distorts output if info files are read
1814         with stand-alone info.
1815         Removing superfluous inter-word spaces which also distorts output
1816         for stand-alone info.
1817         Using ` and ' instead of `` and '' everywhere to improve
1818         legilibility with stand-alone info
1819         Using @samp for single-letter input items and data which contains
1820         spaces, @code for other things.
1821
1822         * lily/grob-interface.cc: Adding copyright.
1823         (check_interfaces_for_property): Improve format of warning message.
1824
1825 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1826
1827         * lily/include/font-metric.hh (struct Font_metric): add
1828         design_size () method.
1829
1830         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1831
1832         * lily/afm.cc (read_afm_file): read design size.
1833
1834         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1835
1836         * scm/music-functions.scm (unfold-repeats): handle dots too.
1837
1838 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1839
1840         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1841         (backportme)
1842
1843 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1844
1845         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1846         lyric indent.  Revert melismaBusyProperties using \unset.
1847
1848 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1849
1850         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1851
1852         * lily/parser.yy (command_element): allow redefinition of |
1853         meaning.
1854
1855         * lily/break-align-engraver.cc (acknowledge_grob): construct
1856         LeftEdge where the first cause for alignment is coming from.
1857         This makes \override Staff.LeftEdge work as expected.
1858
1859         
1860         * lily/slur-performer.cc (Slur_performer): add inits
1861
1862         * lily/beam-performer.cc (Beam_performer): add inits
1863
1864 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1865
1866         * VERSION (PACKAGE_NAME): release 2.2.0
1867
1868         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1869
1870 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1871
1872         * lily/cluster.cc (height): Fix warning.
1873
1874         * lily/parser.yy: Janitorial cleanups.
1875
1876         * Documentation/user/tutorial.itely (Tutorial): Typo.
1877
1878 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1879
1880         * lily/change-iterator.cc (process): search at multiple context
1881         levels. This fixes 
1882
1883         
1884         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1885         not voice-state index for tie state. This fixes a partcombine
1886         problem with ties.
1887
1888         * Documentation/user/tutorial.itely (Commenting input files): add
1889         note about convert-ly.
1890
1891         * input/test/cadenza-skip.ly:  new file.
1892
1893 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1894
1895         * po/nl.po: Spelling fixes.
1896
1897         * autogen.sh (srcdir): Regenerate.
1898
1899         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1900         autogen.sh.
1901
1902         * configure.in: Use C++ to check for C++ header.
1903
1904         * po/nl.po: Update.
1905
1906         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1907
1908         * lily/event.cc (to_relative_octave): Translatable sentence should
1909         be one string.
1910
1911         * python/lilylib.py (warranty): Year range is not translatable.
1912         It's 2004 already!
1913
1914         * flower/warn.cc (non_fatal_error, warning, programming_error):
1915         Remove whitespace from translated string.
1916
1917 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1918
1919         * VERSION: release 2.1.37.
1920
1921 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1922
1923         * configure.in: check for C language.
1924
1925         * lily/source-file.cc: include strstream without h.
1926
1927         * scm/documentation-generate.scm (string-append): use name without
1928         .texi.
1929
1930         * autogen.sh (srcdir): SUSE fix.
1931
1932         * Documentation/user/notation.itely (Ancient clefs): idem.
1933
1934         * Documentation/user/lilypond-book.itely (Integrating HTML and
1935         music): idem.
1936
1937         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1938
1939         * lily/change-iterator.cc (process): use find_existing_context().
1940
1941         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1942
1943         * input/regression/repeat-unfold-tremolo.ly: new file.
1944
1945         * scm/music-functions.scm (unfold-repeats): undo music compression
1946         too.
1947
1948         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1949         (LY_DEFINE): ly:music-compress new function.
1950
1951         * scm/part-combiner.scm (determine-split-list): split for voice
1952         crossings
1953
1954         * input/regression/part-combine-cross.ly: new file.
1955
1956         * scm/part-combiner.scm (make-part-combine-music): don't do
1957         relative inside partcombine arguments.
1958
1959         * scm/music-functions.scm (make-non-relative-music): new function.
1960
1961         * Documentation/user/notation.itely (Automatic part combining):
1962         add note about \relative.
1963
1964         * lily/part-combine-iterator.cc (construct_children): add
1965         start_moment_ member.
1966
1967         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1968         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1969
1970         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1971
1972         * Documentation/user/changing-defaults.itely (Which properties to
1973         change): fixes.
1974
1975 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1976
1977         * po/fr.po: update.
1978
1979 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1980
1981         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1982
1983         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1984         Reinstate old code that issues warning.  Fixes --srcdir build.
1985
1986 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1987
1988         * input/wilhelmus.ly: New file.
1989
1990         * Documentation/user/notation.itely: 
1991         * Documentation/user/introduction.itely:
1992         * Documentation/user/tutorial.itely: Use quote ly-option instead
1993         of explicit @quotation.  This fixes too long lilypond linewidths
1994         resulting in overful hboxes.
1995
1996         * scripts/lilypond-book.py: Add ly-option: `quote'.
1997
1998 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1999
2000         * tex/titledefs.tex: Avoid that the first score line is extra
2001         indented if instrument is defined but not piece.
2002
2003 2004-03-30  Werner Lemberg  <wl@gnu.org>
2004
2005         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2006         `lilypond/' to info file name.
2007         (@usermanref) [info]: New variant.
2008
2009         * scm/documentation-generate.scm: Fix definition of @usermanref
2010         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2011         to info file name.
2012
2013 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2014
2015         * VERSION: release 2.1.36
2016         
2017         * Documentation/user/changing-defaults.itely (Interpretation
2018         contexts): rewrite introduction.
2019
2020 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2021
2022         * scm/define-markup-commands.scm: Use TeX accents instead of
2023         straight iso-8859-1 encoding in the doc string.
2024
2025 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2026
2027         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2028         space after dotted duration.
2029
2030 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2031
2032         * Documentation/user/introduction.itely: 
2033         * Documentation/user/notation.itely:
2034         * Documentation/user/tutorial.itely: Up all relative examples.
2035         Enclose @lilypond displays in @quotation.  Typos and corrections.
2036
2037         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2038
2039 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2040
2041         * scm/music-functions.scm (make-voice-props-revert): Revert also
2042         MultiMeasureRest staff-position in oneVoice.
2043
2044 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2045
2046         * Documentation/user/changing-defaults.itely, 
2047         Documentation/user/lilypond.tely: few fixes. Place no comma between
2048         two options: a and b, but commas between three options: a, b, and c.
2049         By this manner, grouping is possible: a and b, and c and d.
2050
2051 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2052
2053         * Documentation/user/GNUmakefile: add rule for .nexi
2054
2055 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2056
2057         * Documentation/user/music-glossary.tely: move glossary direntry
2058
2059         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2060         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2061
2062 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2063
2064         * stepmake/aclocal.m4: Verify that gettext configure check with
2065         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2066
2067 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2068
2069         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2070         glob.glob for .png filenames. This catches multipage pngs.  
2071
2072         * Documentation/user/changing-defaults.itely (Determining the grob
2073         property): fix references.
2074
2075         * lily/staff-symbol.cc (print): only add extent if non empty.
2076         This fixes staff-container.ly.
2077
2078         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2079         starting with a mmrest also works.
2080
2081         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2082         PNG for texinfo too.
2083
2084         * po/lilypond.pot: update translation strings.
2085
2086         * VERSION: 2.1.35 released
2087         
2088         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2089         context argument too.
2090
2091         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2092
2093         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2094
2095         * python/lilylib.py (command_name): don't return 1st path
2096         component.
2097
2098         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2099         .png case separately.
2100
2101         * python/lilylib.py (system): typo.
2102         
2103 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2104
2105         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2106         run indent-region.
2107
2108         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2109         Fixes compile.
2110
2111         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2112         Add header.
2113
2114 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2115
2116         * vim/lilypond-indent.vim: small fixes.
2117
2118 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2119
2120         * Documentation/user/notation.itely (Entering lyrics): Add example
2121         with correct english double quotes (at least for LaTeX output,
2122         maybe not a good idea if we switch to PS as the default output
2123         format).
2124
2125 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2126
2127         * lily/staff-performer.cc (create_audio_elements): play instrument
2128         changes before notes arrive. This fixes instrument of the first
2129         note in a score.
2130
2131         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2132         to 1.9.0 conversion.
2133
2134         * lily/mark-engraver.cc: doc string.
2135
2136         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2137
2138         * Documentation/user/introduction.itely (Introduction): new node.
2139
2140 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2141
2142         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2143
2144         * input/regression/spacing-ragged-last.ly: new file.
2145
2146         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2147         spacing.
2148
2149         * scm/font.scm: rewrite using GOOPS.
2150         
2151         * lily/context-def.cc (filter_engravers): derefence pointer.
2152
2153         * lily/lily-guile.cc (type_check_assignment): use
2154         ly_scheme_function iso. scm_primitive_eval where possible.
2155
2156         * lily/performance.cc (output): limit channels at 15. This fixes
2157         percussion inadvertently showing up in large scores.
2158
2159 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2160
2161         * input/regression/tuplet-gap.ly: new file.
2162
2163         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2164         (print): compute gap length from number size, include italic
2165         correction.
2166
2167         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2168         tuplet-bracket
2169
2170         * scm/paper.scm (set-default-paper-size): new function, to be
2171         called at toplevel.
2172         (set-paper-size): new function, to be called inside \paper {}
2173         (set-default-paper-size): new function, to be called at toplevel.
2174
2175         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2176
2177         * lily/beam-performer.cc (process_music): idem.
2178
2179         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2180         
2181         * tex/titledefs.tex: remove scshape for piece.
2182
2183         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2184         font-family
2185
2186         * lily/time-signature.cc (special_time_signature): font-encoding
2187         not family.
2188
2189         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2190         dynamic to head. This fixes p placement in morgenlied.
2191
2192 2004-03-23  Werner Lemberg  <wl@gnu.org>
2193
2194         * stepmake/stepmake/generic-targets.make (help): Improve text.
2195
2196 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2197
2198         * VERSION: 2.1.34 released
2199         
2200         * lily/main.cc (main_with_guile): switch debugging.
2201
2202         * lily/system.cc (get_line): plug leak.
2203
2204         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2205         and contents.
2206         (stencil2line): plug leak.
2207
2208         * Documentation/user/changing-defaults.itely (Determining a grob
2209         property):  new node.
2210         (Layout interfaces): new node.
2211         (Navigating the program reference): new node.
2212
2213         * lily/accidental-engraver.cc (acknowledge_grob): add property
2214         harmonicAccidentals
2215
2216         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2217         general cleanups.
2218         
2219         * input/les-nereides.ly (middleDynamics): resurrect Les
2220         nereides. Remove pedal hack.
2221
2222 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2223
2224         * input/regression/property-grace-polyphony.ly: new file.
2225
2226         * lily/translator-property.cc (execute_pushpop_property): only pop
2227         one instance of the property. This fixes << \\ >> together with
2228         \grace.
2229
2230         * lily/break-align-interface.cc (ordered_elements): we cannot
2231         modify the #'elements property, so return reordered array.
2232
2233 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2234
2235         * buildscripts/lilypond.words.py: remove.
2236         * buildscripts/lilypond-words.py: add new, renamed file. 
2237         Give generated targets and dirs explicitly in arguments.
2238
2239         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2240         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2241         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2242         
2243         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2244
2245         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2246
2247         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2248         orders.
2249
2250         * vim/GNUmakefile: add local-uninstall target.
2251
2252         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2253         
2254         * vim/vimrc: add a one-liner file.
2255
2256         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2257         vimrc in EXTRA_DIST_FILES.
2258
2259         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2260
2261 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2262
2263         * config.make.in: add vimdir.
2264
2265         * vim/GNUmakefile: add local-install.
2266
2267 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2268
2269         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2270         with \lilypondifundefined{blabla}. Solves problem with multiple
2271         titles in the same lilypond-book document.
2272
2273 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2274
2275         * scm/document-backend.scm (interface-doc): sort grob list for
2276         interface.
2277
2278         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2279         pre/post break align-order.
2280
2281         * spelling patch courtesy Edward Sutton.
2282
2283         * Documentation/user/changing-defaults.itely (Changing context
2284         default settings): new node.
2285         (Defining new  contexts): new node.
2286
2287         * scripts/lilypond-book.py (is_derived_class): use numbers
2288         iso. booleans.
2289
2290         * python/lilylib.py (make_ps_images): add margin to PS images.
2291
2292         * scripts/lilypond-book.py (is_derived_class): new function. Take
2293         class arg iso. object.
2294         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2295         for bug in GS/dvips.
2296
2297         * lily/text-item.cc (interpret_markup): idem.
2298
2299         * scm/define-markup-commands.scm: remove split around-space hack.
2300
2301         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2302         function, fold WL's fixes into one function.
2303
2304 2004-03-22  Werner Lemberg  <wl@gnu.org>
2305
2306         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2307         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2308         (Note_column::head_position_interval): Do proper rounding for
2309         calls to Staff_symbol_referencer::get_position.
2310
2311 2004-03-21  Werner Lemberg  <wl@gnu.org>
2312
2313         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2314         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2315         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2316         (My_lily_parser::parse_file): Improve formatting progress indication
2317         sent to stdout.
2318
2319 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2320
2321         * VERSION: 2.1.33 released.
2322
2323         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2324
2325         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2326
2327         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2328         warning is issued about dummy.dep.
2329
2330         * scm/new-font.scm: fix design sizes of nummer
2331
2332 2004-03-21  Werner Lemberg  <wl@gnu.org>
2333
2334         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2335         some annoying warnings from mkdir during `make install'.
2336
2337 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2338
2339         * lily/performer-group-performer.cc (do_announces): call
2340         Performer_group_performer::create_audio_elements () too.
2341
2342         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2343
2344         * scm/define-grobs.scm (all-grob-descriptions): add property
2345         break-align-orders
2346
2347         * lily/global-context.cc (get_default_interpreter): new
2348         function. Override from base class, so no new Score contexts are
2349         created.
2350
2351         * lily/include/stencil.hh (class Stencil): document origin field.
2352
2353         * lily/staff-symbol.cc (print): span staff-symbol on column
2354         extents for non-broken columns. 
2355
2356         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2357         key-signature.
2358
2359         * tex/titledefs.tex: don't use smallcaps for piece.
2360
2361         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2362         translated stencils in the output.
2363
2364         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2365
2366 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2367
2368         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2369         and init ties_created_
2370
2371         * VERSION: release 2.1.32
2372
2373         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2374         doc string from IMPLEMENT_CTOR_CALLBACK().
2375
2376         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2377         that engraver is in a performer hierarchy.
2378
2379 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2380
2381         * vim/lilypond-ftdetect.vim: new file.
2382
2383 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2384
2385         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2386         (compose_ly): default octave should be middle C.
2387
2388         * Documentation/user/changing-defaults.itely (Layout tunings
2389         within contexts): new node.
2390
2391         * lily/include/smobs.hh: document C++ smob interface.
2392
2393         * lily/function-documentation.cc: don't doc functions without
2394         docstring.
2395
2396 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2397
2398         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2399         direntry, so that `info lilypond' goes to Top.
2400
2401         * scm/output-ps.scm (polygon): Fix: add spaces.
2402
2403         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2404         solutions are now optimal too.
2405
2406         * input/test/page-breaks.ly: New file.
2407
2408         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2409         functions into safe module.
2410
2411         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2412         end, prepend zeros.
2413
2414         * scm/output-*.scm: Use ly:number->string rather than
2415         number->string.  Makes for saner output.
2416
2417         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2418         Fixes feta-nummer, feta-din scaling.
2419
2420 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2421
2422         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2423
2424         * scm/music-functions.scm (descend-to-context): new
2425         function. Similar to context-spec-music.
2426         (make-time-signature-set): specify Score as descend-only. This
2427         fixes the polymetric.ly example.
2428
2429         * lily/context-specced-music-iterator.cc (construct_children): add
2430         support for descend-only context spec.
2431
2432         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2433         determine ez-notation letter. 
2434
2435         * lily/system.cc (get_line): start with dumping layer 3. This
2436         fixes ez notation.
2437
2438 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2439
2440         * input/test/title-markup.ly: Stress breaking harder.
2441
2442         * scm/page-layout.scm (height-score): Overfull page scores twice
2443         as bad as underfull (was: by a power).
2444         (walk-lines): Omit first walk-path round (breaking after new node,
2445         without lines).
2446
2447         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2448         diff values are negative.
2449         (output): Bugfix: treat negative vfill differently.
2450
2451         * Documentation/user/lilypond.tely (direntry): Add note about why
2452         `info lilypond' brings up `Invoking LilyPond' node.
2453
2454 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2455
2456         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2457
2458         * lily/paper-book.cc: Remove cruft.
2459         (output): Bugfix: put vfill between lines.
2460         (pages): Bugfix: set page vars needed for filling.
2461
2462         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2463         (was: @ar).
2464
2465         * scm/page-layout.scm: Further development.
2466
2467         * ly/declarations-init.ly (paper): Define page-breaking.
2468
2469 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2470
2471         * lily/note-head.cc (brew_ez_stencil): add note-names
2472         property. Provides internationalization for note names.
2473
2474         * Documentation/user/changing-defaults.itely (Creating contexts):
2475         new node.
2476
2477         * lily/grace-iterator.cc (process): descend to child for \grace.
2478
2479         * lily/timing-translator.cc (initialize): Timing_translator adds
2480         Timing alias by itself.
2481
2482         * lily/context.cc (add_alias): new function.
2483
2484         * scm/lily.scm (tex-output-expression): new function, eval within
2485         drawing API. Guards against eval vulnerabilities.
2486
2487         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2488
2489         * scm/output-ps.scm (scm): export lily drawing API.
2490
2491         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2492         throughout.
2493
2494 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2495
2496         * scm/page-layout.scm (optimal-page-breaking): New function.
2497         
2498         * lily/paper-book.cc (pages): Use it.
2499
2500 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2501
2502         * lily/include/paper-line.hh (class Paper_line): Full smob.
2503
2504 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2505
2506         * lily/global-context.cc (run_iterator_on_me): fix grace note
2507         nesting by initting measurePosition.
2508
2509         * lily/timing-translator.cc (initialize): do no init
2510         measurePosition
2511         
2512         * lily/include/music-output-def.hh (class Music_output_def): add
2513         input_origin_ field.
2514
2515         * Documentation/user/changing-defaults.itely (Changing context
2516         properties on the fly): new node.
2517
2518         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2519         function. Only have smobbed_copy (), and do not provide
2520         smobbed_copy() for non-simple smobs. Changes throughout.
2521
2522 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2525         start_moment_. Fix by Doug A. Linhardt.
2526
2527 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2528
2529         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2530         accidentals for harmonic notes.
2531
2532         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2533         of different style. (Thanks to Doug Linhardt).
2534
2535         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2536         new node.
2537
2538 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2539
2540         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2541
2542         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2543         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2544         vim/lilypond-indent.vim: doc targets and deps in comments.
2545
2546 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2547
2548         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2549
2550         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2551
2552         * lily/include/paper-line.hh:
2553         * lily/include/paper-line.cc: New file.
2554
2555 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2556
2557         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2558
2559         * GNUmakefile.in: remove stray make out=www
2560
2561         * input/test/bagpipe.ly (gcdg): octave fixes.
2562
2563         * scm/define-markup-commands.scm (number): use font-encoding
2564         iso. font-family
2565
2566         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2567         font-encoding.
2568         
2569 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2570
2571         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2572         `output_format_global' and `PAGE_LAYOUT'.
2573
2574 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2575
2576         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2577         lily functions in safe mode.
2578
2579         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2580         Print filename for HTML, LATEX, before texidoc.
2581
2582         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2583         instructions in output-ps module.
2584
2585         * scm/lily.scm: Do not load output-ps module.
2586
2587         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2588         safe mode.
2589
2590 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2591
2592         * lily/span-dynamic-performer.cc (process_music): remove spurious
2593         warning.
2594
2595         * lily/context-def.cc (Context_def): init name to ""
2596
2597         * lily/font-interface.cc: add font-encoding property.
2598
2599         * scm/lily.scm (chain-assoc-get): bugfix.
2600
2601         * lily/paper-book.cc (stencil2line): protect static SCM.
2602
2603         * lily/font-interface.cc (text_font_alist_chain): rename function,
2604         and use text-font-defaults. 
2605
2606         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2607
2608         * scm/paper.scm (paper-set-staff-size): use new function.
2609
2610         * scm/new-font.scm (make-font-tree): new function.
2611
2612 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2613
2614         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2615
2616         * scm/lily.scm (get-output-module): New function.
2617         (output-alist): Remove ,ps-output-expression.
2618
2619         * scm/output-tex.scm (ps-output-expression): New function.
2620
2621         * scm/output-ps.scm (ps-output-expression): Remove.
2622         (header, start-page): Output page metadata.
2623
2624         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2625         initialise output_module_.  Do not write part of header.
2626         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2627         (output_header): Output full header.
2628
2629         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2630         FIXME.
2631
2632 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2633
2634         * scm/new-font.scm: new file. Tree based font lookup.
2635
2636         * scm/lily.scm (assoc-get): take default argument. Remove
2637         assoc-get-default.
2638         (chain-assoc-get): use chain-assoc-get everywhere.
2639
2640         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2641         autobeamsettings conversion bug.
2642
2643         * lily/include/global-context.hh (Context): clean-up data hiding.
2644
2645         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2646         data hiding.
2647
2648         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2649
2650         * input/regression/stem-shorten.ly: add chord case.
2651
2652         * lily/stem.cc (get_default_stem_end_position): shorten stems
2653         triggered by note-head positions, not by forced-direction. This
2654         fixes a bug with too short stems.  
2655  
2656 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2657
2658         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2659         Lilypond_snippet.output_latex): Always call output_print_filename.
2660
2661         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2662         expand pages.
2663
2664 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2665
2666         * scm/part-combiner.scm (make-autochange-music): switch rests
2667         before switched notes too.
2668
2669         * lily/figured-bass-engraver.cc (process_music): change calling
2670         convention.
2671
2672         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2673
2674         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2675         command.
2676
2677         * lily/include/stencil.hh (class Stencil): add origin field.
2678
2679         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2680         function.
2681
2682         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2683
2684         * lily/lexer.ll: remove support for \$ and $ in identifiers
2685
2686         * lily/sequential-iterator.cc: remove copy_grace_fixups
2687         (get_grace_fixup): slight abstraction of fixup code.
2688
2689         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2690
2691 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2692
2693         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2694         in insert-mode. add indenting rules.
2695
2696 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2697
2698         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2699         protect hack.
2700
2701         * scm/page-layout.scm:
2702         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2703         layout and titling should now match external latex based version.
2704
2705         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2706         header fields.
2707
2708         * ps/lilyponddefs.ps: Remove automatic page layout.
2709
2710         * scm/output-ps.scm (new-start-system): New interface function.
2711
2712         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2713
2714         * lily/paper-book.cc (output): Bugfix.
2715
2716 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2717
2718         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2719         
2720 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2721
2722         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2723         direntries.
2724
2725         * ps/lilyponddefs.ps: Bugfix.
2726
2727         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2728
2729 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2730
2731         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2732         cause. This should fix warnings.
2733
2734         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2735
2736         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2737         prevent aligned 6ths.
2738
2739         * lily/custos.cc (print): remove adjust-if-on-staffline.
2740
2741 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2742
2743         * lily/paper-book.cc: Do header and footer.
2744
2745 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2746
2747         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2748
2749         * scm/paper.scm (lineheight): Remove
2750         (head-sep, foot-sep): Add.
2751
2752 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2753
2754         * mf/feta-schrift.mf: reduce portato thickness.
2755
2756         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2757
2758         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2759         programming_error ().
2760
2761         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2762         bracket to last command column.
2763
2764         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2765         continues on next/prev system.
2766
2767         * input/regression/pedal-end.ly: new file.
2768
2769 2004-03-10  Werner Lemberg  <wl@gnu.org>
2770
2771         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2772         Remove pmx2ly stuff.
2773         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2774
2775 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2776
2777         * scm/page-layout.scm: New file.
2778
2779         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2780         settings.
2781         (Lilypond_snippet.is_outdated): Also check for PNG file.
2782         Workaround for interrupted (web) builds.
2783
2784         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2785
2786         * ps/lilyponddefs.ps: Use only very small top-marging.
2787         (init-paper): Also pop page size string.
2788         (start-page, stop-page): New function.
2789
2790         * scm/output-ps.scm (header-end): Remove stray exec commands.
2791
2792 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2793
2794         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2795
2796         * lily/score.cc (default_rendering): clean protection.
2797
2798         * lily/paper-book.cc (mark_smob): implement smob marking.
2799
2800         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2801
2802         * Documentation/user/*.itely: user manual edits. 
2803
2804 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2805
2806         * Documentation/user/converters.itely (Invoking musedata2ly):
2807         remove pmx2ly.
2808
2809         * scripts/pmx2ly: remove script.
2810         
2811 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2812
2813         * lily/score.cc (default_rendering): Protect paper-book members.
2814
2815         * lily/paper-def.cc (smobbed_copy): New method.
2816
2817         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2818         switch runtime.
2819
2820         * lily/include/music-output.hh (process): Change signature to
2821         return SCM.
2822
2823         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2824         method.
2825
2826         * lily/paper-score.cc (process): Return stencils rather than
2827         outputting directly.  Remove paper-book kludge.  Delete grobs.
2828         (output): Remove.
2829
2830         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2831
2832         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2833
2834         * lily/score.cc (default_rendering)
2835         (ly_render_output): Move adding paper-score two levels up.
2836
2837         * lily/system.cc (get_line):
2838         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2839
2840 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2841
2842         * scm/font.scm (paper20-font-vector): add more design sizes for
2843         number.
2844
2845         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2846         feta-nummber{5,7,11,13}.
2847
2848         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2849         for 12pt design size. 
2850
2851 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2852
2853         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2854
2855 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2856
2857         * lily/font-select.cc (properties_to_font_size_family): Fix
2858         warning message.
2859
2860         * Experimental PostScript latin1 encoding:
2861         
2862         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2863
2864         * scm/output-ps.scm: Experimental encoding using reencode-font.
2865         * scm/font.scm: Add latin1 `font-shape'.
2866         
2867         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2868
2869         * ps/lilyponddefs.ps (reencode-font): New function.
2870
2871         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2872
2873         * scm/output-tex.scm (start-page):
2874         (stop-page): New interface function.
2875
2876 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2877
2878         * lily/paper-outputter.cc (output_expr):
2879         (output_header):
2880         (output_line): New method.
2881
2882         * lily/system.cc (get_line):
2883         (get_lines): New method.
2884         (output_scheme):
2885         (output_line): Remove.
2886
2887         * scm/lily.scm (make-title): New function.
2888
2889         * lily/paper-book.cc: 
2890         * lily/include/paper-book.hh: New file.
2891
2892         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2893         ly-modules.hh).
2894
2895         * lily/ly-module.cc (ly_modules_lookup): New function.
2896
2897         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2898
2899         * scm/output-ps.scm (make-title): Remove.
2900         (output-scopes): Junk header-title test.
2901
2902 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2903
2904         * mf/feta-schrift.mf: thicker dot for portato.
2905
2906         * lily/accidental-placement.cc (position_accidentals): bugfix in
2907         offset, this fixes right-padding of AccidentalPlacement.
2908
2909         * lily/[h-z]*.cc: () formatting.
2910
2911         * Documentation/user/tutorial.itely (An orchestral part): more
2912         fixes for the tutorial.
2913
2914         * scm/translation-functions.scm (fraction-tuplet-formatter):
2915         reverse fraction.
2916
2917         * lily/parser.yy (context_def_spec_block): use \context instead of
2918         \translator.
2919
2920         * lily/[a-g].cc: () style cleanup.
2921
2922         * Documentation/user/tutorial.itely (Automatic and manual beams):
2923         editing of tutorial.
2924
2925 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * buildscripts/mf-to-table.py (base): write encoding name.
2928
2929 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2930
2931         * Documentation/user/GNUmakefile (local-install-info): Issue
2932         warning (for packager, ie, if not installing in /usr or /usr/local).
2933
2934         * lily/stencil-scheme.cc: 
2935         * lily/staff-symbol-referencer.cc: 
2936         * lily/script-column.cc: 
2937         * lily/pitch.cc: 
2938         * lily/music.cc: 
2939         * lily/grob-pq-engraver.cc: 
2940         * lily/font-interface.cc: 
2941         * lily/music-output-def.cc: 
2942         * lily/duration.cc: 
2943         * lily/grob-scheme.cc:
2944         * lily/context-scheme.cc: Put scheme name on first line in
2945         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2946         style cleanups.
2947
2948         * stepmake/stepmake/scm-vars.make: 
2949         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2950         Rename and split TAGS_FILES.
2951
2952         * GNUmakefile.in (ALL-TAGS): Remove.
2953         
2954         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2955         deeper TAGS files.  Fixes regexp tags in TOP dir.
2956
2957 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2958
2959         * VERSION: 2.1.29 released.
2960         
2961         * Documentation/user/changing-defaults.itely (Changing defaults):
2962         new file.
2963
2964         * Documentation/user/notation.itely (Notation manual): rename from 
2965         refman.itely
2966
2967         * Documentation/user/notation-appendices.itely (The Feta font):
2968         new file.
2969
2970         * Documentation/user/advanced.itely: add aborted attempt for
2971         advanced topics manual.
2972
2973 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2974
2975         * scm/new-markup.scm: display Markups in sane format. Patch by
2976         Nicolas Sceaux.
2977
2978 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2979
2980         * lily/main.cc: Cleanups.
2981         (setup_localisation): New function.
2982         (sane_putenv): Remove.
2983         (main_with_guile): New name (Was: main_prog).  Remove musings
2984         about possible preparation for GUILE heavy memory usage and
2985         practical uselessness.  Do not set environment variables
2986         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2987         name juggling.
2988         (parse_argv): New function.
2989         (copyright): New function.  It's 2004 already.
2990
2991         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2992         (distill_inname): Move from main.
2993
2994 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2995
2996         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2997
2998         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2999
3000         * Documentation/user/running.itely: new file.
3001
3002         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3003
3004         * lily/score-performer.cc (finish): call Translator::finalize ().
3005
3006 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3007
3008         * lilypond-ftpplugin.vim: renamed to the following file.
3009         * lilypond-ftplugin.vim: new file.
3010
3011         * GNUmakefile.in: update VIM_FILES.
3012
3013 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3014
3015         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3016         props.
3017
3018         * input/test/tie-sparse.ly: remove.
3019
3020         * lily/tie-performer.cc (try_music): copy & paste from
3021         Tie_engraver.
3022
3023         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3024         variable_ref twice.
3025
3026         * lily/key-performer.cc (create_audio_elements): use
3027         alterations-in-key.
3028
3029         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3030
3031 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3032
3033         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3034         handle also quarter tones (not shown as tests). test also flats.
3035
3036         * Documentation/index.html.in: small fixes.
3037
3038 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3039
3040         * input/regression/new-markup-scheme.ly: Typo.
3041
3042         * scm/define-markup-commands.scm (fill-line): New markup.
3043
3044         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3045         (output-paper-def): Fix alignment.
3046         (make-title): Fix height/width scaling.
3047
3048         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3049
3050         * input/test/title-markup.ly: Add remaining titles.  Layout and
3051         font size fixes.  Add simplistic latin1 test.
3052
3053 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3054
3055         * input/test/nested-groups.ly: remove. move content (to next). 
3056         * input/test/staff-bracket.ly: replace content (from prev), this 
3057         has been already in templates.
3058
3059 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3060
3061         * stepmake/autogen.sh: Only issue warning about running configure
3062         without arguments when autogen.sh will actually be running
3063         configure.
3064
3065 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3066
3067         * scm/new-markup.scm (stack-stencil-line): robustness.
3068
3069         * scm/define-markup-commands.scm (simple): robustification of
3070         simple-markup.
3071
3072         * Documentation/user/music-glossary.tely (Top): change central C
3073         to middle C.
3074
3075         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3076
3077 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3078
3079         * input/test/title-markup.ly (spaceTest): Add.
3080
3081         * lily/text-item.cc (interpret_markup): Make line markup from
3082         multi word markup.
3083
3084         * scm/define-markup-commands.scm (word): New markup command.
3085         (simple): Use it.
3086
3087         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3088
3089 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3090
3091         * vim/ftplugin/lilypond.vim:
3092         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3093         show matching paren in insert mode.
3094
3095 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3096
3097         * scm/output-ps.scm (make-title, output-scopes): Further
3098         development.
3099
3100         * input/test/title-markup.ly: New file.
3101
3102         * ps/lilyponddefs.ps: Disable PostScript titling.
3103
3104         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3105
3106 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3107
3108         * lily/arpeggio.cc (width_callback): remove padding.
3109  
3110         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3111
3112         * scm/define-music-types.scm: remove make-music-by-name.
3113
3114         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3115
3116 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3117
3118         * lily/paper-score.cc (process): Output titles using make-title.
3119
3120         * scm/output-ps.scm (output-stencil): Display directly instead of
3121         constructing string.
3122         (make-title): New function.
3123
3124 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3125
3126         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3127         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3128         Move documentation of LaTeX packages for latin1 characters to the
3129         lilypond-book manual.
3130
3131 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3132
3133         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3134
3135         * vimrc: add menu in console and shortcut <F10> for it.
3136
3137         * vim/:
3138         * vim/compiler/:
3139         * vim/syntax/:
3140         * vim/indent/:
3141         * vim/ftplugin/: new directories.
3142         
3143         * vim/filetype.vim: new file.
3144
3145         * lilypond.vim: remove files (see next).
3146         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3147
3148         * vimrc: remove file (see next).
3149         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3150
3151         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3152         add header. apply bindings only locally.
3153
3154         * vim/indent/lilypond.vim: new file.
3155
3156         * vim/ftplugin/lilypond.vim: remove errorformat.
3157         * vim/compiler/lilypond.vim: new file for errorformats.
3158
3159         * Documentation/topdocs/INSTALL.texi: give easier orders.
3160
3161         * ROADMAP: add vim/
3162
3163 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3164
3165         * Documentation/user/introduction.itely (Introduction): Use @image
3166         iso @html <img...>.  Add workaround for images in columns in info.
3167
3168         * stepmake/aclocal.m4: Store computed version in variable.
3169
3170         * configure.in: Export MAKEINFO_VERSION.
3171
3172         * config.make.in (MAKEINFO_VERSION): Add.
3173
3174         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3175
3176         * Documentation/user/GNUmakefile: Only build info with images when
3177         building web.
3178
3179         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3180
3181         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3182         stuff from documentation-targets.make
3183
3184 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3185
3186         * VERSION: 2.1.28 released
3187         
3188         * scripts/convert-ly.py (conv): 
3189
3190 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3191
3192         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3193         \arpeggioBoth. redefine \arpeggioBracket.
3194
3195         * Documentation/user/refman.itely: document new arpeggio
3196         functions.
3197
3198         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3199
3200         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3201
3202         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3203
3204 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3205
3206         * Documentation/user/introduction.itely (Automated engraving):
3207         rewrite introduction using website text.
3208
3209 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3210
3211         * scm/*.scm: make-music-by-name is replaced by make-music, which
3212         also accept music property settings, eg:
3213           (make-music 'TextScriptEvent 'direction DOWN 'text
3214               (make-simple-markup x))
3215
3216         Patch courtesy Nicolas Sceaux
3217
3218         * lily/beam-quanting.cc: cleanup, separate counts for left and
3219         right beam ends.
3220
3221         * lily/side-position-interface.cc (quantised_position): also
3222         quantize staccato position for forced stem directions. 
3223
3224 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3225
3226         * scm/*.scm: Patch by Nicolas Sceaux: 
3227
3228         * scm/music-functions.scm: ly:grob-property and ly:music-property
3229         are made procedure with setters.
3230
3231         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3232         
3233 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3234
3235         * input/test/[t-v]*.ly: finish rewriting texidocs.
3236
3237         * input/test/vaticana.ly: remove.
3238         * input/test/ligature-vaticana.ly: new, renamed file name.
3239
3240         * input/test/stem-centered.ly: remove.
3241         * input/test/mensural-note-heads.ly: new file. take content from
3242         removed file stem-centered.ly.
3243
3244         * input/test/scales-greek.ly: simplify.
3245
3246         * input/test/s*.ly: reformulate texidocs.
3247         
3248         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3249         of missing features.
3250
3251 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3252
3253         * input/test/[j-o]*.ly: update texidocs.
3254
3255 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3256
3257         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3258
3259         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3260         images.
3261
3262         * Documentation/user/lilypond.tely (@direntry): Update.
3263
3264         * stepmake/stepmake/documentation-targets.make
3265         (install-info,uninstall-info): Install into $(package_infodir).
3266         Install images.  Run install-info to update dir.
3267
3268         * config.make.in (package_infodir): Add.
3269
3270         * Documentation/user/GNUmakefile (info-with-images,
3271         local-install-info, local-uninstall-info): New target.
3272
3273 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3274
3275         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3276         gap/threshold.
3277
3278         * lily/beam-quanting.cc (score_slopes_dy): remove
3279         ROUND_TO_ZERO_SLOPE kludge.
3280
3281         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3282
3283         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3284
3285         * lily/global-context.cc (Global_context): alway accept Score
3286         (run_iterator_on_me): cast Context to Score_context, not
3287         Context_def.
3288
3289         * Documentation/user/refman.itely: documentation patch by Edward
3290         Sanford Sutton.
3291
3292         * mf/GNUmakefile: unset sauter-fonts.
3293
3294 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3295
3296         * scripts/lilypond-book.py (output_texinfo): Output @image
3297         descriptions for info too.
3298
3299         * input/test/chord-names-jazz.ly: 
3300         * input/test/embedded-scm.ly: Clarify.
3301
3302         * input/test/cautionaries.ly: Typo.
3303
3304         * lily/input-smob.cc (ly_input_location): Compile fix.
3305
3306 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3307
3308         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3309
3310         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3311         fixes problems with system defaults being reverted with \override
3312         on Score level.
3313
3314         * lily/global-context.cc (Global_context): apply property-ops to
3315         Global_context too. 
3316
3317 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3318
3319         * scm/output-ps.scm (stencil->string): Rewrite.
3320
3321 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3322
3323         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3324         impersonal style.
3325
3326 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3327
3328         * lily/input-smob.cc (ly_input_location: New function.
3329
3330         * scm/define-markup-commands.scm (upright): New markup command.
3331
3332         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3333
3334         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3335
3336         * scm/output-ps.scm (output-stencil): New function.
3337
3338         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3339         of snippet types; fixes @ignore and @verbatim blocks.
3340
3341 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3342
3343         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3344         to a file in printed documentation, instead, refer either to a 
3345         syntax or to an output.
3346
3347 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3348
3349         * input/regression/beam-center-slope.ly: Add test.
3350
3351 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3352
3353         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3354         (SAUTER_FONTS): Reinstate.
3355
3356         * scm/define-markup-commands.scm (caps): New markup command.
3357
3358         * scm/output-ps.scm (output-scopes): Experimental markup output.
3359
3360         * scm/: Add missing headers.
3361
3362         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3363
3364         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3365
3366 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3367
3368         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3369         Stray style cleanups.
3370
3371 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3372
3373         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3374         no dot combination.
3375
3376         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3377         substitute \override Staff.autoBeamSettings too
3378
3379         * Documentation/user/tutorial.itely: proofreading fixes by David
3380         Bobroff
3381
3382 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3383
3384         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3385
3386         * ps/music-drawing-routines.ps: 
3387         * ps/lilyponddefs.ps: Add end markers.
3388
3389 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3390
3391         * VERSION: 2.1.27 released.
3392         
3393         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3394
3395         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3396         obey documentation.
3397
3398 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3399
3400         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3401
3402         * scm/output-ps.scm: Resurrect.
3403         
3404         * scm/output-tex.scm: Minimal cleanups.
3405
3406         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3407
3408         * make/ly-rules.make: Remove any broken lily-*.tex files before
3409         lilypond-book run.
3410
3411         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3412         comment.
3413
3414         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3415         Enabled by default, may save 10% compile time.
3416
3417 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3418
3419         * lily/lyric-phrasing-engraver.cc: remove
3420         
3421         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3422         longer necessary. 
3423
3424         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3425         so lyric-phrasing-engraver is no longer necessary.
3426
3427         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3428         Grob_pq_engraver from Staff.
3429
3430         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3431         busyGrobs directly.
3432
3433         * input/regression/quote-transposition.ly: new file.
3434
3435         * lily/recording-group-engraver.cc (stop_translation_timestep):
3436         store instrumentTuning too. 
3437
3438         * lily/quote-iterator.cc (process): transpose events using
3439         instrumentTuning.
3440
3441         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3442         -> \tuning <pitch>
3443
3444         * lily/parser.yy (command_req): add \tuning command for setting
3445         instrument tuning of staff.
3446
3447         * Documentation/user/GNUmakefile
3448         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3449
3450         * Documentation/user/refman.itely (Customized accidental rules):
3451         typo.
3452
3453 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3454
3455         * Documentation/user/music-glossary.tely: remove the missing norwegian
3456         translation; they can be put in later properly.
3457
3458 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3459
3460         * lily/recording-group-engraver.cc (start_translation_timestep):
3461         init Recording_group_engraver twice.
3462
3463 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3464
3465         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3466         stray style cleanups:
3467
3468         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3469         -Wmissing-prototypes.
3470
3471         * flower/include/killing-cons.tcc (Killing_cons): Add template
3472         specifier for car_.
3473
3474         * flower/include/parray.hh (binsearchs): Add template specifier
3475         for maxkey.
3476
3477         * flower/include/interval.hh: Declare elem () with template specfier.
3478
3479 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3480
3481         * elisp/lilypond-indent.el (get-buffer-size): add customization
3482         groups for several variables (Reuben Thomas).
3483
3484 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3485
3486         * Documentation/user/invoking.itexi (Point and click): add index
3487         entry.
3488
3489         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3490         go under beam.
3491
3492         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3493         sarabande beam. 
3494
3495         * flower/warn.cc (programming_error): cross fingers not thumbs.
3496
3497         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3498         staff-position is set.
3499
3500         * VERSION: release 2.1.26 
3501         
3502         * scm/chord-entry.scm (construct-chord): process transposition
3503         after processing explicit-11.  
3504
3505 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3506
3507         * lily/parser.yy (add_quote): add syntax for adding quotes:
3508         \addquote "id-string" Music
3509
3510         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3511
3512         * scripts/convert-ly.py (conv): add rules for name changes.
3513
3514         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3515         music/context/grob property functions. Internally, use
3516         get_property() and set_property() for both.
3517
3518 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3519
3520         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3521         for Emacs <= 20 (Laurent Martelli).
3522
3523 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3524
3525         * lily/parser.yy (command_element): extract quoted vector in
3526         parser.
3527
3528         * input/regression/quote.ly: new file.
3529
3530         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3531
3532         * lily/parser.yy (command_element): \quote DURATION NAME: support
3533         cue notes. 
3534
3535         * lily/quote-iterator.cc (class Quote_iterator): new file.
3536
3537 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3538
3539         * lily/auto-beam-engraver.cc (try_music): accept and process
3540         beam-forbid-event.
3541
3542         * input/regression/auto-beam-no-beam.ly: new file.
3543
3544 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3545
3546         * lily/accidental.cc (print): Change font-relative-size ->
3547         font-size. Fixes cautionary-style = smaller.
3548
3549 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3550
3551         * lily/system-start-delimiter.cc (staff_brace): remove
3552         font-relative-size
3553
3554         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3555         forgotten with scm_list_n. Fixes spurious coredumps.
3556
3557         * lily/accidental-engraver.cc (stop_translation_timestep): move
3558         update of localKeySignature to stop_translation_timestep (). This
3559         makes sure that all ties are noticed at the right moment.
3560         (stop_translation_timestep): clear tie only when right-side
3561         notehead was seen.
3562         (number_accidentals_from_sig): cleanup. 
3563
3564         * input/regression/accidental-tie.ly (mus): new file
3565
3566         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3567         these longish tests.
3568
3569 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3570
3571         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3572
3573         * THANKS: update bugreporter list.
3574
3575         * lily/beam.cc (print): broken beams last until end of staff.
3576         (print): broken beams start from prefatory matter.
3577
3578         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3579
3580         * lily/paper-score.cc (process): dump header only once.
3581
3582         * lily/paper-outputter.cc (Paper_outputter): move logic into
3583         Scheme.
3584
3585         * scm/output-tex.scm (output-scopes): new function.
3586         (output-paper-def): new function
3587         (tex-string-def): new function
3588         (symbol->tex-key): new function
3589
3590         * scripts/convert-ly.py (conv): add rule for | ~
3591
3592 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3593
3594         * input/regression/{many}.ly: refresh, trying to guess how
3595         it was designed.
3596
3597 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3598
3599         * VERSION: release 2.1.25
3600
3601         * scm/define-translator-properties.scm
3602         (all-user-translation-properties): add printOctaveNames
3603
3604         * ly/engraver-init.ly: remove Note_event_swallower from
3605         NoteNamesContext.
3606
3607         * lily/note-name-engraver.cc (process_music): new property
3608         printOctaveNames
3609
3610         * lily/context.cc (find_existing_context): remove support for
3611         Current.
3612
3613         * scm/music-functions.scm (set-accidental-style): new function;
3614         duplicate accidental macros.
3615
3616         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3617
3618         * lily/note-name-engraver.cc (process_music):
3619         process_acknowledged_grobs () -> process_music ()
3620
3621         * scm/part-combiner.scm (determine-split-list): robustification.
3622
3623 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3624
3625         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3626         lines for falling into beam-gap.
3627         (score_forbidden_quants): check all staff lines for falling in
3628         beam gaps.
3629
3630         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3631         key/clef/time signatures. 
3632
3633         * input/test/ossia.ly: revise example.
3634
3635         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3636         cleanup.
3637         
3638         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3639         comply to Scheme standard.  Remove ly:get-paper-variable
3640
3641 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3642
3643         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3644
3645 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3646
3647         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3648         properties from Voice context. This fixes accidental size for
3649         staff-switches during grace contexts.
3650
3651         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3652         if necessary. Else, simply wipe dots.
3653
3654         * input/test/beam-alternate.ly: new file
3655
3656         * input/test/piano-staff-distance.ly: new file.
3657
3658         * lily/translator-group.cc (recurse_down_translators): use
3659         Direction for bottom-up/top-down.
3660
3661         * lily/include/translator.hh (class Translator): add
3662         process_music() and do_announces(). This obviates
3663         recurse_down_{engravers,performers}.
3664
3665         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3666         \melisma and \melismaEnd
3667
3668         * lily/melisma-engraver.cc (process_music): change to
3669         Melisma_translator, unify with performer. Accept
3670         ManualMelismaEvent.
3671
3672         * ly/engraver-init.ly: add Font_size_engraver.
3673
3674 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3675
3676         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3677         it hara-kiri.
3678
3679         * input/regression/{many}.ly: improve descriptions trying to figure
3680         out what is tested.
3681
3682 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3683
3684         * lily/slur.cc (broken_trend_offset): robustness fix.
3685
3686         * VERSION: release 2.1.24
3687
3688         * lily/context.cc (find_create_context): go to Score if it exists.
3689
3690         * lily/context-scheme.cc: new file.
3691
3692         * lily/score-translator.cc (get_output): new file.
3693
3694         * lily/include/grob-info.hh: origin_contexts() now does not
3695         include the originating engraver
3696
3697         * lily/translator-group.cc (translator_each): clean up contents,
3698         remove superfluous stubs. Engraver_group_engraver and
3699         Performer_group_performer are the only classes using multiple
3700         inheritance.
3701
3702         * lily/include/score-context.hh (class Score_context): interface
3703         between Score_{engraver,performer} and Global_context.
3704
3705         * lily/include/global-context.hh (Context): change from
3706         global-translator. This is the entry point for contexts; it is not
3707         tweakable using \translator{}. Score is no longer the top context,
3708         but sits underneath Global.
3709
3710         * lily/include/context.hh (class Context): brain surgery: split
3711         out Context functionality from Translator_group. Context is now a
3712         separate type from Translator.
3713
3714 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3715
3716         * lily/include/translator.hh (class Translator): make
3717         get_score_context() and get_global_translator (), and use the one
3718         which is appropriate.
3719
3720         * lily/context.cc: partially put functionality of Translator_group
3721         into Context.
3722
3723         * lily/include/context.hh (Translator): new class: put between
3724         Translator and Translator_group. 
3725
3726         * lily/new-accidental-engraver.cc: remove file.
3727
3728 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3729
3730         * input/regression/{many}.ly: improve descriptions: use complete 
3731         sentences, try to describe what is tested, avoid `we´, do not use 
3732         don't, ... 
3733
3734 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3735
3736         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3737         is at EOL.
3738
3739         * Documentation/user/lilypond.tely: declare the topmost node only
3740         once; removes empty line in @contents.
3741
3742         * Documentation/user/music-glossary.tely: really add Finnish author.
3743         Draw more beatiful `->´ arrow in html: &rarr;
3744
3745 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3746
3747         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3748
3749         * scripts/convert-ly.py (conv): add ly:music-list  change.
3750
3751         * lily/grob.cc: edit doc string.
3752
3753         * scm/define-grob-properties.scm (all-user-grob-properties):
3754         proofreading, editing of doc strings.
3755
3756         * input/regression/tablature-string-tunings.ly: new file.
3757
3758         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3759         listen to stringTunings
3760
3761         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3762         for self-alignment-[XY] code.
3763  
3764 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3765
3766         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3767         cond) into function. Cleanup.
3768
3769         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3770         
3771         * VERSION (PACKAGE_NAME): 2.1.23 released
3772
3773 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3774
3775         * Documentation/user/{refman,internals}.itely: small fixes.
3776
3777 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3778
3779         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3780         accidentals for harmonic notes
3781
3782         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3783         for harmonic notes.
3784
3785         * scm/document-backend.scm (interface-doc): prune Grob
3786         documentation: don't duplicate interface information.
3787
3788         * lily/*.cc: lots of updates of doc strings.
3789
3790 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3791
3792         * input/test/ac-extra-voice.ly (accompany): remove file.
3793
3794         * input/test/maximum-rest-count.ly: remove file.
3795
3796         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3797         conversion rule for \translator { }. Apply everywhere.  
3798
3799         * lily/parser.yy (music_property_def): set property for \once in
3800         the PropertyMusic itself, not the ContextSpec.
3801         (property_operation): change syntax within \translator { }
3802
3803         * scm/define-music-properties.scm (all-music-properties): clean up.
3804
3805         * lily/auto-beam-engraver.cc (test_moment): use
3806         updated_grob_properties() to retrieve autoBeam settings.
3807
3808         * lily/spacing-spanner.cc: bound shortest_playing_len by
3809         measure_length
3810
3811         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3812         multi-measure events for spacing computation.
3813
3814         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3815         elliptical, to 1.49.
3816
3817         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3818         vertical positioning for polyphony, without RestCollision object.
3819
3820         * lily/note-column.cc (add_head): prevent rests & note heads on
3821         one stem.
3822
3823         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3824         (do_shift): rewrite only-rests case: use common refpoints: the
3825         routine will have sensible results when other rest-translations
3826         have taken place.
3827
3828         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3829         < 0 case. 
3830
3831         * VERSION: 2.1.22 released
3832         
3833         * input/GNUmakefile (SUBDIRS): remove ascii-art
3834
3835 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3836
3837         * input/: Convert ly files that still had \property.  Fixes make
3838         web.  Remove exta spaces around '='. 
3839
3840         * scripts/convert-ly.py (conv): Redundant space fixes.
3841
3842         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3843
3844 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3845
3846         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3847         create scalable PS and PDFs  for input/{test,template,regression}.
3848
3849         * lily/context.cc (is_alias): move function.
3850         (is_alias): add Bottom as context alias. 
3851         (find_create_translator): add Bottom as a context alias for creation.
3852
3853         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3854
3855         * lily/parser.yy (music_property_def): new syntax for property
3856         assignments:
3857
3858         \set A.B = #C , \unset A.B
3859         \override A.B #C = #D, \revert A.B #C 
3860
3861         * lily/my-lily-lexer.cc: remove \property
3862
3863 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3864
3865         * Documentation/user/refman.itely: add dots after seealso refs.
3866
3867         * input/template/{many}.ly: harmonise descriptions.
3868
3869         * Documentation/user/music-glossary.itely: add Finnish author.
3870
3871 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3872
3873         * VERSION (PACKAGE_NAME): release 2.1.21
3874
3875 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3876
3877         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3878
3879         * scripts/lilypond-book.py (snippet_res): @include filename must
3880         not be empty.
3881
3882 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3883
3884         * scm/documentation-generate.scm (markup-doc-string): dump
3885         markup-commands.tely
3886
3887         * scm/define-markup-commands.scm (override): new file.
3888         Move documentation from refman into doc-strings. 
3889
3890         * input/test/staff-container.ly: fix example.
3891
3892         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3893         StaffContainer
3894
3895         * lily/grob.cc: remove point_dimension_callback
3896         (Grob): read forced dimensions from X-extent and Y-extent.
3897         (get_paper): remove preset_extent.
3898
3899         * scm/define-grobs.scm (all-grob-descriptions): remove
3900         point_dimension_callback. 
3901
3902         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3903         textscript to head. This makes no-spacing-rods work on
3904         DynamicText.
3905
3906         * lily/chord-name.cc: remove props chord, bass, inversion.
3907
3908         * Documentation/user/appendices.itely: add Scheme functions,
3909         context-properties and layout properties to manual.
3910
3911         * scm/part-combiner.scm (determine-split-list): include rests in a
3912         solo1/2 sequence.
3913
3914         * lily/new-part-combine-iterator.cc (substitute_both): new
3915         function.
3916         (class New_pc_iterator): add separate Voice=solo context, fixes
3917         autobeams going from chords to solo.
3918
3919 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3920
3921         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3922
3923         * Documentation/user/tutorial.itely:
3924         * Documentation/user/refman.itely: Add short note about being part
3925         of lilypond.tely.
3926
3927         * COPYING: Make note more clear with respect to files that are
3928         explicitely licenced otherwise (Documention/user/ comes to mind).
3929         
3930         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3931         comment about barfing of @c,{}.
3932
3933         * Documentation/user/music-glossary.tely: Add list of authors.
3934
3935         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3936         source (was: also in build log).
3937
3938 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3939
3940         * lily/side-position-interface.cc (general_side_position): if
3941         staff-padding is set, then include staff in support too.
3942
3943         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3944         module workbook
3945
3946         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3947
3948         * lily/tuplet-engraver.cc: remove tupletInvisible
3949
3950         * scm/define-translator-properties.scm: cleanup, separate in
3951         internal and user props. 
3952
3953         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3954         LyricsVoice -> Lyrics
3955
3956         * lily/new-part-combine-iterator.cc (process): only print warning
3957         for symbols.
3958
3959 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * scm/part-combiner.scm: Add proper header.
3962
3963         * All but lily/*: The great --2003 --2004 replace; the missing
3964         `bits'.
3965
3966         * TODO: Fix outline mode.  Add book notes.
3967
3968         * ROADMAP: Update.
3969
3970 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3971
3972         * scm/part-combiner.scm (make-autochange-music): use
3973         accumulator. Fixes stack overflow.
3974
3975         * lily/*: rename brew_molecule -> print , molecule-callback ->
3976         print-function
3977
3978         * scm/define-grob-properties.scm: cleanup. Separate into internal
3979         and user properties.
3980
3981         * lily/translator-property.cc (updated_grob_properties): new
3982         function
3983         (execute_pushpop_property): change to new convention:
3984         object property inits are stored as (cons ALIST BASED-ON). This
3985         storage format allows concurrent tweaks in different contexts.
3986
3987 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3988
3989         * TODO: new file.
3990
3991 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3992
3993         * debian/: Late Debian update (sorry Anthony).
3994
3995         * scripts/lilypond-book.py (do_file): Look for input_file in
3996         include path, or ask kpathsea if LATEX.
3997
3998         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3999         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4000         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4001         --header=texidoc.
4002
4003         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4004         relative.
4005
4006         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4007         only when filtering, default to input_base otherwise.  Coding
4008         style fixes.
4009
4010 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4011
4012         * lily/include/translator.hh (class Translator): add virtual
4013         qualifier.
4014
4015 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4016
4017         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4018
4019 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4020
4021         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4022
4023         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4024         (fixes make web).
4025
4026         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4027         live in $(out)-www).
4028
4029         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4030         dependencies.  Add link to .ly source in HTML output.
4031         (Lilypond_snippet.output_html): Handle multiple page picture
4032         output.
4033         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4034         Make usable for output_texinfo again.
4035
4036         * Documentation/user/GNUmakefile: Add static dependency for
4037         lilypond.tely includes.
4038
4039         * Documentation/user/tutorial.itely: Add some lost `relative'
4040         ly-options.
4041
4042 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4043
4044         * lily/include/translator-group.hh: move Music_output_def member
4045         to Global_translator.
4046
4047         * scripts/lilypond-book.py (do_file):  fix latex output.
4048
4049         * VERSION: release 2.1.20
4050         
4051         * scm/part-combiner.scm (determine-split-list): robustness fix 
4052
4053         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4054
4055         * lily/parser.yy (music_output_def_body): plug memory leak.
4056
4057         * lily/translator-group.cc (add_fresh_group_translator): plug
4058         memory leak: unprotect Translator_group once added.   
4059
4060         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4061
4062         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4063         write .dep file.
4064         (Lilypond_snippet.ly): add \renameinput.
4065
4066 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4067
4068         * Documentation/user/refman.itely (Markup command definition): Doc
4069         by Nicolas Sceaux. Rewrite by Han-Wen
4070
4071         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4072         thing of the line.
4073         (brew_molecule): only remove if hyphen is not at the end of line.
4074         (set_spacing_rods): new function: minimum-length specifies
4075         distance between syllables.
4076
4077         * scm/define-grobs.scm (all-grob-descriptions): add
4078         Hyphen_spanner::set_spacing_rods to LyricHyphen
4079
4080         * input/regression/lyric-hyphen-break.ly: new file.
4081
4082         * input/test/lyric-hyphen-retain.ly: new file.
4083
4084         * lily/new-part-combine-iterator.cc (construct_children):
4085         add Rest direction.
4086
4087 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4088
4089         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4090
4091         * Documentation/bibliography/engraving.bib (donemus1982):
4092         update entry.
4093
4094 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4095
4096         * scripts/lilypond-book.py (Substring.__init__): new class.
4097         (Snippet.output_texinfo): add texidoc option.
4098         (Include_snippet.replacement_text): new class.
4099         (Lilypond_snippet.__init__): new class
4100         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4101
4102         * Documentation/user/refman.itely (Sound): 
4103         note about number of channels.
4104
4105         * scm/music-functions.scm (voicify-music): add \context Staff for
4106         << \\ >> polyphony.
4107
4108         * lily/parser.yy (verbose_command_req): \skip now creates
4109         SkipMusic, and does not lead to spurious staves.
4110
4111         * scm/define-music-types.scm (music-descriptions): rename
4112         NonEventSkip to SkipMusic
4113
4114         * input/no-notation/midi-lyric-barcheck.ly: new file.
4115
4116         * input/regression/collision-dots-invert.ly: new file.
4117
4118         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4119         case.
4120
4121         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4122         die if melody died too.
4123
4124 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4125
4126         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4127         with reading from stdin.
4128
4129         * lily/slur-performer.cc (try_music): new file.
4130
4131         * lily/melisma-performer.cc (try_music): new file. Handle
4132         melismata to help lyrics.
4133
4134         * lily/beam-performer.cc (try_music): new file. Handle beam events
4135         to help lyrics.
4136
4137         * lily/score-performer.cc (one_time_step): reinstate
4138         process_music().
4139
4140         * lily/performer.cc (process_music): add to interface.
4141
4142         * lily/performer-group-performer.cc (process_music): new function.
4143
4144         * lily/dot-column.cc (do_shifts): do collision resolution before
4145         dot positioning.
4146         
4147         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4148         file, process printfilename option.
4149         (Snippet.__init__): rewrite: do not use global variables h or
4150         index.
4151         (main): really support -I option.
4152         (find_toplevel_snippets): new code.
4153         (find_toplevel_snippets): reinstate old version, without global
4154         variables.
4155
4156         * tex/texinfo.tex: really add file.
4157         
4158 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4159
4160         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4161         compatibility.
4162
4163 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4164
4165         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4166
4167         * scm/define-translator-properties.scm (drumPitchTable): add
4168         property.
4169
4170         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4171         function.
4172         (help_summary): docstrings.
4173         (do_file): strip the dir of input_base too.
4174
4175 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4176
4177         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4178
4179         * Documentation/user/lilypond-book.itely: Update.
4180
4181         * make/ly-rules.make: Update lilypond-book commands.
4182
4183         * Documentation/user/GNUmakefile: Update makeinfo commands,
4184         lilypond-book flags.
4185
4186         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4187         
4188         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4189
4190         * scripts/filter-lilypond-book.py: Remove.
4191
4192         * Documentation/user/*tely: Update options for new lilypond-book.
4193
4194         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4195         with @macros in @includes.
4196
4197 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4198
4199         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4200         make rest-collision only.
4201
4202         * lily/break-substitution.cc (substitute_one_mutable_property):
4203         clear all-elements using scm_assq_remove_x(). 
4204
4205         * lily/rest-collision.cc (do_shift): shift single rests
4206
4207         * flower/include/array.hh (class Array): rename to is_empty ()
4208
4209         * lily/drum-note-performer.cc: new file: perform drum notes.
4210
4211         * VERSION (PACKAGE_NAME): release 2.1.19.
4212         
4213 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4214
4215         * scripts/filter-lilypond-book.py
4216         (classic_lilypond_book_compatibility): New function.
4217
4218 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4219
4220         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4221
4222         * Grand 2003 -> 2004 search replace. 
4223
4224         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4225         (i.e. < > )
4226
4227         * ly/performer-init.ly: add DrumStaff
4228
4229         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4230         lyric-interface; this prevents lines with only extender lines from
4231         being junked.
4232  
4233         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4234
4235         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4236         extenders right, for once and for all (hopefully).
4237         
4238         * lily/break-substitution.cc (substitute_one_mutable_property):
4239         clear old 'all-elements for System grobs.
4240
4241         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4242         that associatedVoiceContext is always assigned when music & lyrics
4243         are found. 
4244
4245         * ly/engraver-init.ly: remove Lyrics context.
4246         (TabVoice): add noteheads engraver
4247
4248         * input/test/improv.ly: update: do not use Thread switching. 
4249
4250         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4251         squashedPosition is a number  
4252
4253         * Documentation/user/refman.itely (Automatic note splitting):
4254         remove Thread references.
4255
4256         * input/no-notation/pc-direction.ly: remove file.
4257
4258         * ly/engraver-init.ly: remove Thread
4259
4260         * input/regression/tie-chord-partial.ly: remove file.
4261
4262         * scripts/convert-ly.py (conv): \harmonic rule
4263
4264         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4265         notation for harmonic notes: <c' g''\harmonic>
4266
4267         * lily/lily-guile.cc (alist_to_hashq): new function
4268
4269         * scm/lily.scm (alist->hash-table): new function.
4270
4271         * Documentation/user/refman.itely (Percussion staves): update doco.
4272
4273         * input/regression/drums.ly (timb): updates
4274
4275         * lily/note-performer.cc (create_audio_elements): robustness fix.
4276
4277         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4278
4279 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4280
4281         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4282         discard valid matches.
4283
4284 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4285
4286         * lily/drum-note-engraver.cc: new file.
4287
4288         * ly/drumpitch-init.ly: move drum definitions
4289
4290         * scm/drums.scm: remove file.
4291
4292         * lily/*.cc: remove abort-event everywhere.
4293
4294         * lily/note-heads-engraver.cc (process_music): robustification.
4295
4296         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4297         robustification.
4298
4299         * lily/parser.yy (simple_element): add \drums mode.
4300         (simple_element): remove \pitchnames , \chordmodifiers. Use
4301         variables to store this. 
4302
4303         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4304         outside \notes.
4305
4306         * VERSION: release 2.1.18.
4307         
4308         * input/test: remove octave-duplicate.ly
4309
4310 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4311
4312         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4313
4314 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4315
4316         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4317         constructor from Music_iterator. Changes throughout.
4318
4319         * lily/include/music-iterator.hh (class Music_iterator): remove
4320         Music_iterator::skip and Music_iterator::get_pending_events from
4321         interface. Rename report_to -> get_outlet 
4322
4323         * lily/auto-change-iterator.cc: move contents from
4324         new-auto-change-iterator.cc from
4325
4326         * scm/part-combiner.scm: determine split-list from Scheme. 
4327
4328         * lily/new-auto-change-iterator.cc (process): new file.
4329
4330         * lily/parser.yy (part_combined_music): remove old PC cruft.
4331
4332         * ly/engraver-init.ly: remove old
4333         PC cruft.
4334
4335         * Documentation/user/refman.itely (The Lyrics context): note about
4336         extender lines.
4337
4338         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4339         to allow 0-length mmrest events.
4340
4341         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4342
4343         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4344
4345         * lily/spacing-engraver.cc (finalize): robustifications.
4346
4347         * input/regression/new-part-combine-solo-global.ly: new file.
4348
4349         * scm/part-combiner.scm: rewrite.
4350
4351 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4352
4353         * Documentation/user/refman.itely, input/puer-fragment.ly,
4354         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4355         updated for proper use of lyricsto; replaced "(" and ")" ->
4356         "\melisma" and "\melismaEnd"
4357
4358         * input/test/ancient-font.ly: small updates to reduce compile
4359         warnings (TODO: junk this file)
4360
4361         * input/test/gregorian-scripts.ly: added comment about bug
4362
4363         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4364         tiny robustness fix
4365
4366         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4367         recent changes in the feta code); temporarily mapped mensural g
4368         clef to a copy of petrucci g clef until mensural g clef will have
4369         been rewritten
4370
4371         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4372         between mensural and neo-mensural heads (this broke quite a while
4373         ago)
4374
4375         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4376
4377 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4378
4379         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4380         indication.  Fixes for verbatim, multi line comments.
4381
4382 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4383
4384         * input/regression/new-part-combine-solo.ly: more cases.
4385
4386         * lily/slur.cc (height): robustness fix.
4387
4388         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4389
4390         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4391         stemUp/stemDown.
4392
4393         * scm/music-functions.scm (determine-split-list): further analysis.
4394
4395         * lily/script-engraver.cc (try_music): discard duplicate
4396         articulations.
4397
4398         * input/regression/new-part-combine-solo.ly: new file
4399
4400         * input/regression/new-part-combine-a2.ly: new file.
4401
4402         * ly/performer-init.ly: add Devnull
4403
4404         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4405         for \musicglyph #"accidental-*"
4406         (conv): \newpartcombine rule.
4407
4408 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4409
4410         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4411
4412 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4413
4414         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4415         textwidth, --output.
4416
4417 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4418
4419         * scm/new-markup.scm (doubleflat): add accidental markups.
4420
4421         * VERSION: release 2.1.17
4422         
4423         * Documentation/user/refman.itely (Automatic part combining):
4424         revise documentation of the part-combiner.
4425
4426         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4427         
4428         * input/test/part-combine-{moment,staff}.ly: remove file.
4429
4430         * input/regression/pc-mmrest.ly (two): remove file.
4431
4432         * scm/define-music-types.scm (music-descriptions): add
4433         Solo{One,Two}Event and UnisonoEvent
4434
4435         * lily/new-part-combine-iterator.cc (unisono): add state_
4436         variable, signal changes with part-combine-event.
4437
4438         * input/regression/new-part-combine-text.ly: new file.
4439
4440         * lily/part-combine-engraver.cc: new file.
4441
4442 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4443
4444         * scripts/filter-lilypond-book.py: Handle snippet options.
4445
4446 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4447
4448         * scm/music-functions.scm (determine-split-list): detect solo1/2
4449         and unisono.
4450
4451         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4452         revert fix, document why.
4453
4454         * lily/tie-performer.cc (process_music): new function. Set melisma
4455         property.
4456
4457         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4458         always smaller than bracket size.
4459         (make_bracket): oops. Size of the gap was off by factor 2
4460
4461         * input/test/text-rotate.ly: new file.
4462
4463         * scm/new-markup.scm (markup): a macro that provides a
4464         LilyPond-like syntax in scheme for building markups, in order to
4465         help markup command definition. (Nicolas Sceaux)
4466
4467         * input/test/lyrics-skip-notes.ly: new example.
4468
4469         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4470
4471         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4472         use is_alias() iso. == . This fixes lyrics on
4473         GregorianTranscriptions. 
4474
4475 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4476
4477         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4478         \thispagestyle{lastpage} to avoid that it's printed on the second
4479         last page when there's only a single score line on the last page.
4480         (The page breaking mechanism in TeX played some ugly tricks to us.)
4481
4482 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4483
4484         * scripts/filter-lilypond-book.py: Further development.
4485
4486         * input/regression/collision-dots-move.ly: New test.
4487
4488         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4489         hand side note head of non-merged collision to the right.
4490
4491         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4492         Construct children before accessing property from emtpy
4493         lyrics_context_.
4494         (construct_children): Find thread before finding LyricsVoice.
4495         Create LyricsVoice one if none found, fixes crash (thanks Erik
4496         Sandberg).
4497
4498 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4499
4500         * cygwin/: Forward port.
4501
4502 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4503
4504         * buildscripts/install-info-html.sh: Use Bash.
4505
4506         * cygwin/mknetrel: Patch from Bert.
4507
4508 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4509
4510         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4511
4512         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4513         try to copy *png, index.html (Bertalan Fodor).
4514
4515         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4516
4517 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4518
4519         * lily/note-collision.cc (check_meshing_chords): Do not remove
4520         dots (from down head) when merging similar heads (thanks Matthias
4521         Kilian).  Simplify merge_possible tests and other cleanups
4522
4523         * input/regression/collision-merge-differently-dotted.ly: Add test
4524         for disappearing dots on similar heads for both voices.
4525
4526 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4527
4528         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4529         that tagline overrides copyright for single page scores. Correct
4530         the default tagline value.
4531
4532 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4533
4534         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4535
4536 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4537
4538         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4539         TEXMF if it's previously unset.
4540
4541 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4542
4543         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4544
4545         * input/test/trills.ly: fix the unfolding of lineprall.
4546
4547         * input/test/figured-bass-alternative.ly: fix accidental.
4548
4549 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4550
4551         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4552         
4553         * input/no-notation/dos-guile.ly: 
4554         * input/no-notation/dos-ps.ly: 
4555         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4556         
4557         * input/no-notation/safe-include.ly:
4558         * input/no-notation/safe-guile.ly:
4559         * input/no-notation/safe-ps.ly: 
4560         * input/no-notation/safe-tex.ly: New file.
4561
4562         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4563         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4564         options now.
4565         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4566         When in --safe-mode, set environment openout_any=p[aranoid].
4567
4568         * tex/ltest.tex: 
4569         * tex/lilyponddefs.tex: Add \nofiles.
4570
4571         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4572         options.
4573
4574         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4575         This allows building the user manual using a binary installation
4576         and a matching unpacked source tree.
4577
4578         * scm/lily.scm (safe-module): New variable. 
4579
4580         * lily/includable-lexer.cc (new_input): Fix error messages.
4581
4582         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4583         If SAFE, evaluate in safe-module.  Change callers.
4584
4585         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4586
4587         * lily/lexer.ll (embedded_scm): While processing main-input,
4588         invoke ly_parse_scm with safe mode if running in safe-mode.
4589         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4590         in init.ly for safe-mode.
4591
4592 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4593
4594         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4595         compatibility with old versions of geometry.sty (compat2
4596         already implied includehead).
4597         Change the page layout slightly so bottom + footskip = top +
4598         headheight + headsep = 16mm, the remaining paperheight-32mm
4599         are used for the music. Increase footskip to 5mm, so the top of
4600         the footer text doesn't touch the music.
4601
4602 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4603
4604         * VERSION: release 2.1.16
4605         
4606         * scm/music-functions.scm (determine-split-list): bugfix: only use
4607         new-active for both voices if both indexes advance. This fixes the
4608         biggest outstanding problem with new-pc. 
4609
4610         * lily/new-part-combine-iterator.cc (construct_children): set more
4611         directions.
4612
4613 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4614
4615         * scripts/convert-ly.py (conv): add instrument rule.
4616
4617         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4618
4619         * lily/side-position-interface.cc: remove add_staff_support ()
4620         Change all callers to use staff-padding.
4621
4622         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4623         make_spanner().
4624
4625         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4626
4627         * lily/text-engraver.cc: remove scriptHorizontal property.
4628
4629         * lily/beam.cc (least_squares): also set least-squares-dy for
4630         special case of slanted 2-stem beam to center.
4631
4632         * lily/side-position-interface.cc (out_of_staff): move contents of
4633         out_of_staff into aligned_side.
4634         remove out_of_staff().
4635
4636         * input/regression/measure-grouping.ly: fix warning.
4637
4638         * lily/side-position-interface.cc: add staff-padding support to
4639         Side_position_interface::aligned_side.
4640
4641         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4642         one get_property too many.
4643
4644         * flower/include/drul-array.hh (linear_combination): new function
4645         (scale_drul): new function
4646
4647         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4648         operations on empty intervals are silly.
4649
4650 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4651
4652         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4653         (iso gh_scm2int), fixes crash in new part-combiner.
4654
4655         * configure.in: Up mftrace to 1.0.27.
4656
4657 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4658
4659         * VERSION: release 2.1.15
4660         
4661         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4662         align all stanza numbers.
4663
4664 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4665
4666         * Documentation/user/{introduction.itely,refman.itely,
4667         converters.itely}: fix some text inside parentheses; text should
4668         be readable (even) if parentheses are either replaced with commas 
4669         or dropped out.
4670
4671 2004-01-25  Werner Lemberg  <wl@gnu.org>
4672
4673         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4674         input/test/vaticana.ly, input/test/ancient-font.ly,
4675         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4676         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4677         ly/params-as-init.ly, scm/define-grobs.scm,
4678         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4679
4680         * ly/params-as-init.ly: Removed.  Obsolete.
4681         * buildscripts/lilypond.words.py: Updated.
4682
4683 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4684
4685         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4686
4687         * mf/feta-din{4,5,7,9}.mf: remove.
4688         
4689         * lily/engraver.cc (internal_make_item): centralize item/spanner
4690         factory.
4691
4692         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4693         do correct chord conversion for ^"sim."  (backportme)
4694         (FatalConversionError.sub_articulations): substitute ^"foo" in
4695         chords too. (backportme)
4696
4697         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4698         for Fingering.
4699
4700         * lily/side-position-interface.cc (out_of_staff): don't do
4701         anything if staff-padding not defined. 
4702
4703         * mf/feta-params.mf (stafflines): introduce linethickness as
4704         general blackness of the font.
4705
4706         * lily/stem.cc (position_noteheads): rounding error robustness.
4707
4708         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4709         from beam-collision.ly 
4710
4711         * lily/beam.cc (rest_collision_callback): remove direction.
4712
4713         * scm/define-grobs.scm (all-grob-descriptions): remove
4714         enclose-bounds in OttavaBracket and PianoPedalBracket
4715
4716         * scm/new-markup.scm (def-markup-command) new macro, which takes
4717         care of defining the COMMAND-markup and make-COMMAND-markup
4718         procedures, setting markup-signature and keyword-signature object
4719         properties, and pushing the markup command in
4720         markup-function-list.
4721
4722         All markup commands are defined thanks to it.  Users may also use
4723         it to define their own markup commands. (Nicolas Sceaux)
4724
4725         * scm/new-markup.scm: Scheme style clean-up: there should be no
4726         parenthesis alone on a line; LET* should not be used where LET is
4727         enough. (Nicolas Sceaux)
4728
4729 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4730
4731         * scripts/filter-lilypond-book.py: Add script.
4732
4733 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4734
4735         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4736
4737 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4738
4739         * Documentation/user/refman.itely (Fingering instructions): add
4740         single note chords. 
4741
4742         * lily/multi-measure-rest-engraver.cc: use a single
4743         MultiMeasureEvent for mm rests. This prevents problems with the
4744         new part combiner.
4745
4746         * scm/music-functions.scm (determine-split-list): analysis has
4747         global effect: a difference halfway a phrase makes the entire
4748         phrase be typeset as apart.
4749         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4750
4751 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4752
4753         * ly/performer-init.ly: add Devnull.
4754
4755         * Documentation/user/refman.itely (Font selection): remove paper20
4756         ref.
4757         
4758 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4759
4760         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4761
4762 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4763
4764         * scm/music-functions.scm (determine-split-list): bugfixes.
4765
4766         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4767
4768         * input/test/scales-greek.ly: use C as base, results in different
4769         alterations at the clef.
4770
4771         * input/regression/pedal-ped.ly: new file.
4772
4773         * input/regression/pedal-bracket.ly: new file.
4774
4775         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4776         replace after_line_breaking()
4777
4778         * lily/line-interface.cc (line): read thickness.
4779         (line): dash-fraction = 0 always for dotted-line style.
4780
4781         * input/test/staff-lines.ly (lower): bugfix.
4782
4783         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4784         \accepts Devnull into Score.
4785
4786         * scm/lily.scm: remove bla.scm load.
4787
4788 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4789
4790         * VERSION: release 2.1.14
4791         
4792         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4793
4794         * lily/side-position-interface.cc (general_side_position): add
4795         Staff_symbol_referencer::staff_space ().
4796
4797         * lily/include/context-def.hh: rename from translator-def.hh
4798
4799 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4800
4801         * input/template/piano-dynamics.ly (pedal): Updated definition of
4802         Dynamics such that \cresc works, for example.
4803
4804 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4805
4806         * lily/stem.cc (calc_stem_info): use
4807         Staff_symbol_referencer::staff_space
4808
4809         * lily/beam-quanting.cc (quanting): scale Stem_info 
4810
4811         * lily/beam.cc (rest_collision_callback): use minimum-distance
4812         property for rest/beam collisions.
4813         (rest_collision_callback): bugfixes.
4814
4815         * lily/system.cc (post_processing): extra-offset is now relative
4816         to the size of the current staff.
4817
4818         * scm/music-functions.scm (notice-the-events-for-pc): record all
4819         voices, only analyze "one" and "two".
4820
4821         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4822         not parent. 
4823
4824         * lily/new-part-combine-iterator.cc (construct_children): create
4825         Devnull from Voice context
4826
4827         * scm/music-functions.scm (determine-split-list): bugfixes.
4828
4829         * lily/lily-guile.cc (robust_scm2int): new function
4830
4831         * lily/staff-symbol-referencer.cc (line_thickness): new
4832         function. Use throughout.
4833
4834         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4835         in its own context.  Add to preset font-size.
4836
4837         * lily/stem.cc (thickness): new function.
4838
4839         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4840         compute thickness from ledger-line-thickness.
4841
4842         * lily/note-head.cc (brew_ledger_lines): use
4843         Staff_symbol::get_ledger_line_thickness ().
4844
4845         * lily/beam.cc (rest_collision_callback): use
4846         Staff_symbol_referencer::staff_space().
4847
4848         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4849         Mus1 Mus2
4850
4851         * lily/include/translator.hh (class Translator): add accepts_list_
4852         so  \with { \denies / \accepts } also works.
4853
4854         * scm/music-functions.scm (determine-split-list): determine split
4855         list from music events.
4856
4857         * lily/new-part-combine-iterator.cc: more states.
4858
4859         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4860
4861 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4862
4863         * lily/system.cc (set_loose_columns): use the right prebroken cols
4864         for interpolating loose column position.
4865
4866         * lily/text-spanner.cc (brew_molecule): default to no vertical
4867         lines.
4868
4869         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4870         take space.
4871
4872         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4873
4874 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4875
4876         * scripts/convert-ly.py: Do not test filename when processing
4877         stdin.
4878
4879         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4880
4881 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4882
4883         * lily/axis-group-engraver.cc (finalize): extra check; if
4884         process_music () is never called, then staffline_ == 0.
4885
4886         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4887         check run_always ().
4888         
4889         * VERSION: release 2.1.13
4890
4891         * input/regression/note-head-style.ly (pattern): cleanup.
4892
4893         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4894         downloading.
4895
4896         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4897         kludge rehearsalmark placement.
4898
4899         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4900         , ly:spanner?
4901
4902         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4903         close to note head for accidentals.
4904
4905         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4906         tuplet direction.
4907
4908         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4909
4910 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4911
4912         * lily/include/music-iterator.hh (class Music_iterator): add
4913         substitute_outlet() to iterator API.
4914
4915         * lily/new-part-combine-iterator.cc (construct_children):
4916         New_pc_iterator: new class, better part combining.
4917
4918         * lily/tie-column.cc (werner_directions): new function
4919
4920         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4921
4922         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4923         empty objects group spanner as parent
4924
4925         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4926         slope against graphical slope.
4927
4928         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4929         for ottava bracket.
4930
4931         * lily/side-position-interface.cc (general_side_position):
4932         opps. reinstate *dir.
4933
4934         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4935         parser run.
4936
4937         * lily/tuplet-bracket.cc: remove calc_dy ().
4938
4939         * Documentation/user/refman.itely (Balloon help): document balloon
4940         help
4941
4942 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4943
4944         * scm/document-backend.scm (check-dangling-properties): Grob
4945         properties are defined define-grob-properties.scm.
4946         
4947 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4948         
4949         * VERSION: release 2.1.12
4950
4951         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4952         ChordName
4953
4954         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4955         relation to surroundings.
4956
4957         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4958         Y-extent to the note-extents: stay clear of the staff.
4959
4960 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4961
4962         * Documentation/user/GNUmakefile
4963         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4964         iso. copy.
4965
4966         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4967
4968         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4969
4970         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4971
4972         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4973
4974         * lily/line-interface.cc (line): remove thickness from calling interface.
4975
4976         * lily/hairpin.cc: use Line_interface
4977
4978         * lily/line-interface.cc: new file. Line_interface for everything
4979         with dotted/dashed lines.
4980         
4981
4982         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4983
4984         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4985         for constructing ottava brackets.
4986         
4987         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4988         the note heads.
4989
4990         * Documentation/user/internals.itely (Engravers and performers):
4991         fix broken link.
4992
4993         * scm/music-functions.scm (make-mark-set): new function.
4994
4995         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4996         functionally identical to beam.
4997
4998         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4999         () with beam (). 
5000
5001         * Documentation/user/refman.itely (Rehearsal marks): document new
5002         functionality.
5003
5004         * input/regression/rehearsal-mark-number.ly: new file.
5005
5006         * input/regression/rehearsal-mark-letter.ly: new file.
5007
5008         * scm/translation-functions.scm (number->mark-string): new function
5009         (format-mark-letters): new function
5010         (format-mark-numbers): new function
5011
5012         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5013         integer; formatting is done through markFormatter property.
5014         
5015         * scm/define-translator-properties.scm: fold all *-done properties
5016         into positioning-done.
5017
5018         * lily/beam.cc (position_beam): new function
5019         (brew_molecule): make sure that positions are calced before making
5020         the molecule.
5021
5022         * scm/output*.scm (beam):  take 4th argument for function.
5023
5024         * ps/music-drawing-routines.ps: take blot as 4th argument.
5025
5026         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5027         stem to avoid small dents.
5028         
5029 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5030
5031         * VERSION: release 2.1.11
5032
5033         * input/regression/balloon.ly: new file.
5034
5035         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5036         objects, and make help texts. 
5037
5038         * scm/new-markup.scm (parse-simple-duration): parse duration
5039         string to log & dots. (Thanks Nicolas!)
5040
5041         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5042         rule.
5043
5044 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5045
5046         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5047         Lemberg).
5048
5049         * THANKS: alphabetic order.
5050
5051 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5052
5053         * input/regression/note-head-harmonic.ly: new file.
5054
5055         * Documentation/user/internals.itely (Technical manual): explain
5056         difference between music, translation, layout.
5057
5058         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5059
5060         * scm/output-ascii-script.scm (bracket): rounding bfs.
5061
5062         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5063
5064         * ly/paper*.ly: remove files. 
5065         
5066         * scm/paper.scm (set-staff-size): new function: set default
5067         staff-size.
5068
5069         * scripts/convert-ly.py (conv): add conversion rule.
5070
5071         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5072         function.
5073
5074         * scm/paper.scm: new file.
5075         (set-staff-size): new function 
5076         (set-paper-size): new function
5077
5078         * lily/parser.yy (music_output_def_body): restructure definition,
5079         so first Scheme statement in \paper also happens in new scope. 
5080
5081         * lily/system.cc (post_processing): move uniquify_list () to
5082         dumping molecule stage.
5083
5084         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5085         this will mess up scores that use barchecks to shorten measures.
5086
5087         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5088         at 20pt too.
5089
5090         * Documentation/user/tutorial.itely (Printing lyrics): document
5091         \lyricsto
5092
5093         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5094
5095         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5096
5097         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5098         if Voice is not found.
5099
5100         * VERSION: release 2.1.10
5101         
5102         * input/{test,regression}/: remove old-relative 
5103
5104         * lily/lexer.ll: add empty markup signature. 
5105
5106         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5107         strut markup
5108
5109         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5110
5111         * scm/define-translator-properties.scm: update melismata property
5112         doco.
5113
5114         * lily/system.cc (output_lines): revert uniquify_list() patch,
5115         strange side effects seen.
5116         
5117         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5118         dash-period < 0.
5119
5120         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5121         for flute. 
5122
5123 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5124
5125         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5126
5127         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5128
5129         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5130         of line breaks.
5131         (brew_molecule): add padding to left, not right.
5132
5133         * lily/system.cc (uniquify_list): new function
5134         (output_lines): uniquify_list () on all-elements. This fixes
5135         double symbols in the output.
5136
5137         * lily/beam.cc (rest_collision_callback): don't move anything if
5138         staff-position is set.
5139
5140         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5141
5142         * lily/system.cc (typeset_grob): warn if adding twice.
5143
5144         * lily/sequential-iterator.cc (run_always): implement run_always().
5145         (also in other files.)
5146         
5147         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5148
5149         * lily/event.cc (to_relative_octave): add octave-check.
5150
5151         * Documentation/user/refman.itely (Line breaking): add noBreak.
5152
5153         * scm/new-markup.scm (normalsize-markup): add function.
5154         (sans-markup): new function.
5155
5156         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5157         come earlier nowadays.  This fixes beams on grace notes.
5158         
5159         * scm/music-functions.scm (direction-polyphonic-grobs): new
5160         variable, share between override and revert. This fixes script
5161         directions in polyphonic sections. (backportme)
5162
5163 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5164
5165         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5166         breakpoints.
5167
5168         * lily/break-align-interface.cc: add doco
5169
5170         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5171
5172 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5173
5174         * VERSION: release 2.1.9
5175
5176         * scm/document-markup.scm (markup-doc-node): add note about naming.
5177
5178         * scm/new-markup.scm (left-align-markup): bugfix. 
5179
5180         * Documentation/user/refman.itely (Ottava brackets): more doco for
5181         ottava.
5182
5183         * lily/side-position-interface.cc (out_of_staff): also do
5184         out_of_staff() correctly for d == DOWN.
5185
5186         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5187         horizontal line if they move to the right.
5188         
5189         * scm/define-grobs.scm (all-grob-descriptions): set
5190         text-repeat-if-broken for ottava spanner
5191
5192         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5193         property.
5194
5195         * mf/feta18.mf: design size is 18 not 22.5
5196
5197         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5198         Add a single LyricsVoice to a melody. Melismata may be set
5199         individually.
5200
5201         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5202
5203         * lily/dot-column.cc: add stdio.h
5204
5205 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5206
5207         * lily/item.cc: documentation for break-visibility (Thanks, John).
5208
5209 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5210
5211         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5212
5213         * lily/translator-def.cc: rename Translator_def to Context_def.
5214
5215         * Documentation/user/internals.itely (Lexical details): clarify
5216         string def.
5217
5218         * Documentation/user/refman.itely (Rhythmic music): add link to
5219         RhythmicStaff 
5220
5221 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5222
5223         * lily/translator.cc: document start_translation_timestep()
5224
5225         * scm/output-tex.scm (tex-encoded-fontswitch): use
5226         round for rounding (inexact->exact yields rationals)
5227
5228         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5229
5230         * lily/translator-group.cc (get_simple_trans_list): 
5231         new function; construct simple_trans_list_ lazily.
5232         
5233 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5234
5235         * lily/paper-outputter.cc (output_scope): Check if number before
5236         checking exact (guile cvs).
5237
5238         * scm/*: Escape backslashes in scheme strings (guile cvs).
5239
5240 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5241
5242         * Documentation/user/refman.itely (Tablatures basic): annotate
5243         seealso sections.
5244
5245         * lily/*.cc: cleanup of engraver initialize() functions.
5246
5247         * lily/repeat-acknowledge-engraver.cc
5248         (start_translation_timestep): remove first_b_
5249
5250         * lily/tab-note-heads-engraver.cc: listen to string number events
5251         inside < > too. (backportme).
5252
5253         * Documentation/user/refman.itely (Text scripts): add fatText to
5254         index.
5255
5256 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5257
5258         * VERSION: 2.1.8
5259
5260         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5261         footer.
5262
5263         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5264
5265         * lily/bar-check-iterator.cc (process): only warn if
5266         barCheckLastFail was changed.
5267
5268         * scm/define-translator-properties.scm (barCheckLastFail): add
5269         property.
5270
5271         * lily/main.cc (main_prog): print summary of failed files.
5272
5273         * lily/axis-group-engraver.cc: move all spanner creation to
5274         process_music (). Now staffs can be adjusted with \override too.
5275         (Jan, you are a brilliant programmer!)
5276         
5277         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5278
5279 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5280
5281         * Documentation/user/tutorial.itely (Integrating text and music):
5282         Show the commands to produce a PDF as well.
5283
5284 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5285
5286         * lily/translator-def.cc (get_translator_names): accept user
5287         tweaks too. 
5288
5289         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5290         as big as normal heads. 
5291
5292         * input/*ly: run convert-ly
5293         
5294         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5295         () if dependencies are fluked.
5296
5297         * scm/document-translation.scm (engraver-doc-string): update on
5298         latest string/symbol conventions.
5299
5300         * lily/translator-ctors.cc: use Scheme_hash_table.
5301
5302         * lily/translator-def.cc (get_translator_names): new function
5303         (add_context_mod): new function
5304         (get_accepted): new function
5305
5306         * lily/parser.yy (context_mod): put all modifications of
5307         \translator { } in a single production, encode as SCM.
5308
5309         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5310         to use read-only lists, so additions to the definition can be
5311         prepended easily.  
5312
5313         * Documentation/user/invoking.itexi (Editor support): add node on
5314         editor support.
5315
5316         * Documentation/user/refman.itely (Bar check): add lyrics example
5317         of bar checks. 
5318
5319         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5320
5321         * scripts/convert-ly.py (conv): add conversion rule.
5322
5323         * lily/parser.yy: use \change iso. \translator for staff switch.
5324
5325         * lily/my-lily-lexer.cc: add \change.
5326
5327         * scm/define-translator-properties.scm
5328         (default-melisma-properties): add definition.
5329
5330 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5331
5332         * Documentation/user/refman.itely (Bar lines): clarification of
5333         systemStartDelimiter. 
5334
5335         * input/test/slur-shape.ly (x): remove file.
5336
5337         * lily/translator-group.cc (apply_property_operations): new function.
5338
5339 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5340
5341         * lily/parser.yy (optional_prop_ops): allow \with {
5342         PROPERTYSETTINGS } following \context or \new.
5343
5344         * lily/my-lily-lexer.cc: add \with.
5345
5346         * lily/parser.yy (property_operation): clean up definition of
5347         property operations.
5348         (property_op_to_music): new function.
5349         (context_spec_music): new function
5350
5351         * VERSION: 2.1.7 released.
5352         
5353         * input/regression/collision-merge-dots.ly: new file.
5354
5355         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5356         then kill the dots too. 
5357
5358         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5359         set/unset breakableSeparationItem
5360
5361         * lily/separation-item.cc (relative_width): add function.
5362
5363         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5364         only-prebreak-interface
5365
5366         * lily/system.cc (output_lines): only junk only-prebreak-interface
5367         grobs.
5368
5369         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5370         read breakableSeparationItem
5371
5372         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5373
5374         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5375
5376         * lily/dot-column.cc (dot_config_badness): new function:
5377         select the best scoring dot configuration: dots should go close to
5378         the note heads, but be shifted up or down according to conventions.
5379         (print_dot_configuration): idem.
5380         (shift_one): idem
5381         (remove_collision): idem.
5382
5383         * input/regression/dots.ly: add more test cases.
5384
5385 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5386
5387         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5388
5389         * flower/include/interval.hh: rename elem_b to contains 
5390
5391         * lily/tie.cc: change 'heads to 'head-pair.
5392
5393         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5394         fill in 'heads field.
5395
5396         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5397         minimum-length for short ones, and shorten so collisions with the
5398         next syllable are avoided.
5399
5400         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5401         near-zero slopes.
5402         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5403
5404         * lily/dots.cc: remove quantized_position callback. All Y
5405         positioning is done by dot-column.cc
5406
5407         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5408         exhaustive test of all dot positions. This fixes disappearing dots
5409         in dotted chords.
5410
5411 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5412
5413         * mf/feta-klef.mf (test_staff): fatten up G clef
5414         (test_staff): fatten up f clef.
5415         
5416
5417 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5418
5419         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5420         * input/les-nereides.ly: Use latin1 characters for title, like
5421         Morgenlied.
5422
5423 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5424
5425         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5426         cmb10).
5427
5428         * lily/lyric-extender.cc (brew_molecule): add little space before
5429         extender line.
5430
5431         * lily/beam-quanting.cc (score_forbidden_quants): check if
5432         outer stafflines fall in any beam gaps.
5433
5434         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5435         for lyric texts.
5436
5437 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5438
5439         * VERSION: 2.1.6 released.
5440
5441         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5442         this shows the demerits of a user-defined beam position pair.
5443
5444         * scm/define-grobs.scm (all-grob-descriptions): set
5445         beamed-extreme-minimum-free-lengths to a different value.
5446
5447         * lily/scm-option.cc: add debug-beam scm-option
5448
5449         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5450
5451 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5452
5453         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5454
5455         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5456         space after barline.
5457
5458         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5459
5460         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5461         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5462         the other case, take standard column-breakable spacing. Do not
5463         warn about "no spacing wishes".
5464
5465         This fixes wide spaces after barlines in very loose lines.
5466
5467         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5468
5469 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5470
5471         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5472         acknowledge_grob lyric-syllable, not lyric-text.
5473
5474         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5475         dashes of length #'length separated by #'dash-period. 
5476
5477         * lily/lyric-extender.cc (brew_molecule): idem
5478
5479         * lily/multi-measure-rest.cc (big_rest): idem
5480
5481         * lily/system-start-delimiter.cc (simple_bar): idem
5482
5483         * lily/bar-line.cc (simple_barline): use rounded box
5484
5485         * VERSION: release 2.1.5
5486
5487         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5488         music): move note about dvips to more visible place.
5489
5490         * lily/lyric-phrasing-engraver.cc: move from
5491         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5492         lyric-phrasing-engraver.hh)
5493         
5494         * lyric-align.ly: remove file
5495         
5496         * scripts/convert-ly.py (FatalConversionError.func): add removal
5497         rule for automaticMelismata
5498
5499         * ly/engraver-init.ly (ScoreContext): switch on
5500         New_phrasing_engraver by default.
5501
5502         * lily/slur-engraver.cc (class Slur_engraver):
5503         process_acknowledged_grobs -> process_music.
5504         (try_music): signal melismata correctly.
5505
5506         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5507         word-space, right-trim-amount, and extend past right bound only
5508         for note heads.
5509
5510         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5511         lyric-extender support: add note-heads to the extender
5512         automatically.
5513
5514         * lily/parser.yy: extender is now post_event. 
5515
5516         * lily/accidental-engraver.cc (number_accidentals): remove
5517         spurious warning about non-parent contexts.
5518
5519         * lily/music-output-def.cc (assign_translator): \translator { }
5520         for a Foo context implicitly redefines \FooContext.
5521
5522         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5523         fixes.
5524
5525         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5526         doubly in slur weight. 
5527
5528         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5529         combination.
5530
5531         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5532         staffbar distance.
5533
5534         * scripts/lilypond.py (global_latex_preamble): crank down size of
5535         the margins. Now there is a 12 mm top and bottom margin, which
5536         should correspond with the printable area of modern printers.
5537
5538         This enlarges the music height of the printable page a little.
5539
5540         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5541         signs. Use \markup instead.
5542         (accreg_pen): tweak for accordeon asterisk.
5543
5544 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5545
5546         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5547
5548         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5549
5550         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5551
5552         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5553
5554         * scm/define-grobs.scm (all-grob-descriptions): change
5555         StanzaNumber description: make side support, i.s.o. breakable.
5556         use Instrument_name_engraver for texts in the margin.
5557
5558         * scm/define-translator-properties.scm: remove
5559         melismaEngraverBusy, stz property.
5560
5561         * *.cc: naming: change empty_b () into is_empty ()
5562
5563         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5564
5565         * input/regression/lyric-phrasing-new.ly: new file.
5566
5567         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5568         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5569         melismata are now left-aligned.
5570
5571 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5572
5573         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5574
5575         * mf/feta19.mf: remove.
5576         
5577         * mf/feta-klef.mf (test_staff): more tweaks
5578
5579         * mf/feta-toevallig.mf: more small size tweaks.
5580
5581         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5582         rests for smaller sizes.
5583
5584         * mf/feta-bolletjes.mf: fix cross heads.
5585
5586         * VERSION: release 2.1.4
5587         
5588         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5589         deprecated #'ancient font family
5590
5591         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5592         it is a string or number.
5593
5594         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5595         change calling convention of stem-attachment function. 
5596
5597         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5598
5599         * mf/feta-autometric.mf: dump WX/WY fields too
5600         
5601         * mf/parmesan-heads.mf: idem.
5602
5603         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5604         attachment coordinates.
5605
5606         * lily/note-head.cc (stem_attachment_coordinate): read stem
5607         attachment from the notehead glyphs WX/WY fields.
5608
5609         * lily/include/font-metric.hh (struct Font_metric): add methods
5610         get_indexed_wxwy (), make a distinction between looking up by
5611         index and ASCII  
5612
5613         * mf/feta-bolletjes.mf: rewrite note head MF code.
5614         (test_outlines): make heads more rotund for smaller sizes. 
5615
5616 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5617
5618         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5619         throughout. Font scaling fixes throughout.
5620
5621         * mf/feta-sleur,slur.mf: remove. 
5622
5623         * mf/feta-slag.mf: rewrite.
5624
5625 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5626
5627         * VERSION: release 2.1.3
5628
5629         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5630
5631         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5632
5633         * lily/mark-engraver.cc (process_music): fix mark
5634         \default. (backportme)
5635
5636         * stepmake/stepmake/automatically-generated.sub.make (default):
5637         use -n for head/tail commands. 
5638
5639         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5640         heads with the same pitch.
5641
5642 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5643
5644         * lily/recording-group-engraver.cc (finalize): set protected_scm
5645         member to '() before finalizing.
5646
5647         * lily/translator-group.cc (finalize): remove removal_processing () 
5648
5649         * lily/recording-group-engraver.cc: new engraver: record
5650         synchronized start & end times for each music object.
5651
5652         * lily/parser.yy (toplevel_expression): execute score rendering
5653         during parsing. Cleanup output-filename handling; this is no
5654         longer done with global variables.
5655         (translator_spec_body): allow \type modification too.
5656
5657         * lily/score.cc:  ly:run-translator: new function
5658         (LY_DEFINE): ly:render-output new function.
5659
5660         Separate interpreting and rendering, and make available as
5661         functions at Scheme level.
5662
5663 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5664
5665         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5666         (musicxml-node->string):
5667         (xml-node->string):
5668         (music-to-musicxml): New function.
5669
5670 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5671
5672         * VERSION: 2.1.2 released
5673
5674         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5675
5676         * scm/font.scm (paper20-font-vector): discouple font design sizes
5677         from sizes specified in .ly file: store all design sizes of a font
5678         in a single vector.
5679
5680         * lily/font-select.cc (get_font_by_design_size): new function
5681
5682         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5683         add parmesan,feta in sizes 14 and 18.
5684         
5685         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5686
5687         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5688         of fontSize: this now sets font-size
5689
5690 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5691
5692         * VERSION: 2.1.1 released
5693         
5694         * Documentation/user/refman.itely (Tuning objects): add note about
5695         concurrent tweaks in different contexts. 
5696
5697         * lily/tie-engraver.cc (acknowledge_grob): use
5698         Staff_symbol_referencer::get_position iso. reading staff-position
5699         directly.
5700
5701         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5702         currentMusicalColumn as left span-point for bracket. The bracket
5703         is too long when there are accidentals.
5704
5705 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5706
5707         * buildscripts/lilypond-profile.sh,
5708         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5709         Thanks to Reuben Thomas <rrt@mupsych.org>
5710
5711 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5712
5713         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5714         Wurbel <wurbel@univ-tln.fr>.
5715
5716 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5717
5718         * scripts/midi2ly.py: Add space after chords.
5719
5720 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5721
5722         * input/regression/{many}: add few @code{ ... }.
5723
5724 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5725
5726         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5727         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5728         Removed cmbx5, cmbx6 (which are included in teTeX)
5729         and cmbxti14 which is not used in fonts.scm.
5730
5731 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5732
5733         * lily/midi-item.cc: fine tune quarter tones.
5734
5735 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5736
5737         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5738         new function, warn how many cents are missing in fine tuning.
5739
5740 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5741
5742         * input/bugs/rhytmicstaff-tie.ly: add file.
5743
5744         * THANKS: Create skeleton for 2.1.
5745
5746 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5747
5748         * input/test/bar-lines.ly (TODO): dashed "|".
5749
5750 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5751
5752         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5753         input/regression/tie-chord.ly: Fix spell for tying.
5754
5755         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5756
5757         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5758         new file (renamed, see above).
5759
5760         * Documentation/user/lilypond-book.itely
5761         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5762         * input/example-1.ly input/example-2.ly input/example-3.ly
5763         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5764         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5765         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5766         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5767         * scripts/lilypond-book.py scripts/lilypond.py
5768         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5769         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5770
5771         * Documentation/user/lilypond.tely: update version.
5772
5773         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5774         Remove extra spaces in each @node, fixes spaces.
5775
5776 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5777
5778         * scripts/lilypond-book.py (output_dict): Add definition of
5779         \lilypondbook also for LaTeX output. Solves several bug reports.
5780
5781 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5782
5783         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5784
5785 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5786
5787         * input/test/transposition.ly: Fix key signatures, given in comments.
5788
5789 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5790
5791         * scm/midi.scm (instrument-names-alist),
5792         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5793
5794 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5795
5796         * input/test/temporary-stave.ly (texidoc): New example based on an
5797         email question from Ralph Little.
5798
5799 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5800
5801         * VERSION: release 2.1.0
5802         
5803         * lily/note-performer.cc (try_music): accept busy-playing-event.
5804
5805         * lily/swallow-perf.cc (try_music): return false for
5806         busy-playing-event and melisma-playing-event.
5807
5808 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5809
5810         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5811         >> in \score.
5812
5813 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5814
5815         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5816         that articulation_substitute will not move beam start again.
5817         (articulation_substitute): Bugfix: remove stray space so that new
5818         old chords ending '>>' does not get broken up.
5819         (sub_chord): Use TAB for indentation (not spaces).
5820         
5821         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5822         Bugfix for startup: Use ?^ instead of ?\^.
5823
5824 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5825
5826         * lily/lyric-combine-music-iterator.cc
5827         (Lyric_combine_music_iterator): change init order, to prevent GC
5828         segfaults.
5829
5830         * lily/context-specced-music-iterator.cc (construct_children): 
5831         only change  translator if found. This fixes a core dump problem.
5832
5833 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5834
5835         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5836         comparison.
5837
5838         * mf/feta-bolletjes.mf: make hole in half note little
5839         smaller for stem attachment.
5840
5841         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5842
5843         * mf/feta-banier.mf: don't draw stem with flag, just small square
5844         attachment.
5845
5846         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5847
5848         * mf/feta-banier.mf: remove upstem/downstem characters.
5849
5850         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5851
5852         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5853         stafflinethickness (in the default)
5854
5855         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5856
5857         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5858
5859         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5860
5861         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5862
5863         * lily/include/directional-element-interface.hh:
5864         junk class, make {get,set}_grob_direction functions.
5865
5866         * lily/slur.cc (get_attachment): do something sensible when
5867         attaching to stem without heads (eg. a rest).
5868
5869         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5870         forcing up to staff.  remove #'support-head property
5871         (brew_molecule): small cleanup.
5872         (flag): remove #'grace property.
5873
5874 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5875
5876         * cygwin/postinstall-lilypond.sh: 
5877         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5878         (Volker Zell).
5879
5880 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5881
5882         * scripts/lilypond-book.py: resurrect 'eps' option. 
5883         (TexiPaper.to_eps): use -Ppdf for EPS files.
5884
5885         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5886
5887         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5888
5889         * VERSION: release 2.0.1
5890
5891         * lily/bezier.cc (get_other_coordinate): change assert into
5892         warning.
5893
5894         * lily/note-head.cc (internal_brew_molecule): make left protusion
5895         smaller, to accomodate for natural sign.
5896         (internal_brew_molecule): only do this when the accidental is
5897         close enough.
5898         (extent): new function
5899
5900         * lily/skyline.cc (merge_skyline): new function
5901         (heighten_skyline): new function
5902
5903         * lily/accidental-placement.cc (position_accidentals) 
5904         (position_accidentals): fix todo.
5905
5906 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5907
5908         * input/test/+.ly (texidoc): put version number inline.
5909
5910         * GNUmakefile.in: remove rsync-web target.
5911         
5912         * input/regression/bar-scripts.ly (onestaff): raggedright
5913
5914 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5915
5916         * lily/*.cc: remove #if 0'd code in couple of places.
5917
5918         * lily/midi-stream.cc (operator <<): rewrite.
5919
5920         * lily/note-head.cc (internal_brew_molecule): 
5921         only make ledgers when the Staff symbol has lines.
5922
5923         * ly/property-init.ly (arpeggioBracket): simplify
5924
5925         * lily/translator-group.cc (execute_pushpop_property): use
5926         SCM_EQ_P for comparing keys. This fixes reverting
5927         auto-beam-settings.
5928
5929 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5930 *
5931         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5932         midi_debug_global_b.
5933         (operator <<): Normalise loop.
5934
5935 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5936
5937         * scripts/lilypond.py (escape_path): revise.
5938
5939         * scm/music-functions.scm (set-output-property): new function.
5940         
5941 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5942
5943         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5944         use addmakeflags again.
5945
5946         * cygwin/lily-wins.py (escape_shell): New function; use it.
5947
5948         * scripts/lilypond.py (escape_shell): Escape quotes and other
5949         spaces too.  Do not escape escaping backslashes.
5950
5951         * make/srcdir.make.in (web-install): Must call install-WWW now.
5952
5953         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5954         dependency
5955
5956 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5957
5958         * scripts/lilypond.py (escape_path): escape quotes too. 
5959
5960         * Documentation/user/lilypond.tely (Unified index): rename Index
5961         to accomodate Windows breakage.
5962
5963         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5964
5965         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5966         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5967         target not a source.
5968
5969 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5970
5971         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5972         addmakeflags.  Build and install doc and web also when building on
5973         Cygwin.
5974
5975         * mf/GNUmakefile: Bugfix.
5976
5977         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5978         target web.
5979
5980         * cygwin/lily-wins.py: Quote filename.
5981
5982 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5983
5984         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5985
5986 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5987
5988         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5989         settings.
5990
5991         * configure.in: Require g++ > 3.0.4.
5992
5993         * mf/GNUmakefile: Bugfix: Add list.ly target.
5994         
5995         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5996
5997         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5998         make omf directory, add uninstall targets.
5999
6000 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6001
6002         * lily/tie-performer.cc (initialize): init prev_event
6003
6004         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6005
6006         * lily/script-engraver.cc (make_script_from_event): don't crash on
6007         non-string articulation-type.
6008
6009         * lily/new-fingering-engraver.cc (add_script): don't crash on
6010         0 scripts 
6011         (acknowledge_grob): warn about text script events.
6012
6013 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6014
6015         * buildscript/lilypond.words: fix path for drums.scm.
6016
6017 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6018
6019         * lily/spacing-spanner.cc (note_spacing): don't make longer
6020         durations than measure-length.
6021
6022         * VERSION: release 2.0.0
6023
6024         * GNUmakefile.in (rsync-web): version independent rsync target.
6025
6026         * input/test/+.ly (texidoc): idem.
6027
6028         * input/regression/+.ly: print version number.
6029
6030         * input/regression/accidentals.ly (mel): shorten.
6031
6032         * input/regression/accidental-octave.ly (texidoc): shorten.
6033
6034         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6035
6036         * input/regression/completion-heads-polyphony.ly: octave
6037
6038         * input/regression/beam-manual.ly: remove
6039
6040         * input/regression/beam-chord.ly: remove
6041
6042         * input/regression/grace-dynamic.ly: remove
6043         
6044         * input/regression/grace-volta-repeat.ly: octave fixes.
6045
6046         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6047
6048         * lily/parser.yy (step_number): semitones for chord entry too.
6049         (make_chord_step): more robust code, semitones. 
6050
6051         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6052
6053         * input/regression/breathing-sign.ly (texidoc): split ancient and
6054         normal breathing signs.
6055
6056         * scm/define-grobs.scm (all-grob-descriptions): swap
6057         beamed-extreme-minimum-free-lengths and
6058         beamed-minimum-free-lengths; the 'extreme' case should allow
6059         shorter stems. This fixes forced directions on beamed 32nd and
6060         shorter notes.
6061
6062         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6063         quartertones, not semitones.
6064         (NoteNamesContext): swallow more event types
6065
6066         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6067
6068         * VERSION (PACKAGE_NAME): release 1.9.10
6069
6070 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6071
6072         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6073         set note head as cause of note-column.  This gives a better error
6074         message.
6075
6076 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6077
6078         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6079
6080 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6081
6082         * mf/GNUmakefile (pfa_warning): instruct 
6083
6084         * stepmake/aclocal.m4: typo.
6085
6086         * Documentation/user/cheatsheet.itely: more verbose examples.
6087
6088         * input/regression/clefs.ly: remove bogus docstring.
6089
6090 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6091
6092         * GNUmakefile.in (SUBDIRS): Add elisp.
6093
6094         * elisp/lilypond-mode.el: 
6095         * elisp/lilypond-init.el: 
6096         * elisp/lilypond-indent.el: 
6097         * elisp/lilypond-font-lock.el: Move from top dir.
6098
6099         * stepmake/stepmake/elisp-vars.make: New file.
6100
6101         * config.make.in (elispdir): Add.
6102
6103         * Documentation/topdocs/INSTALL.texi: Typo.
6104
6105         * make/ly-rules.make: Test for files instead of touching void and
6106         ignoring errors.
6107
6108         * GNUmakefile.in:
6109         * make/lilypond.redhat.spec.in:
6110         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6111         <builddir>, adding
6112         
6113              (push "<builddir>/share/lilypond/elisp" load-path)
6114
6115         to your ~/.emacs.el should give you LilyPond-mode again.
6116
6117         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6118         regexp for DOS/Windows, we are too paranoid to fix others.
6119
6120 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6121
6122         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6123
6124         * input/test/chord-names-jazz.ly (banterProperties): fix
6125
6126         * lily/parser.yy (bass_mod): bass figure alterations are semi
6127         tones, not quarter tones
6128
6129         * lily/beam.cc (set_stem_lengths): only lengthen stems
6130         for gapped beams.
6131
6132         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6133         by beamcount.
6134
6135         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6136         a warning that the warning may erroneous.
6137
6138         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6139         target.
6140
6141         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6142         targets.
6143
6144         * GNUmakefile.in ($(config_h)): config.h should depend on
6145         config.hh.in .
6146         (lilypond.words): remove fontball stuff.
6147
6148         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6149
6150         * configure.in: remove pktrace reference.
6151
6152         * GNUmakefile.in (rsync-web): permissions and ownership for
6153         website.
6154
6155         * lily/volta-engraver.cc (staff_eligible): new function.
6156         (stop_translation_timestep): kill off spanners if not eligible.
6157
6158         * VERSION (PATCH_LEVEL): release 1.9.9
6159
6160         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6161
6162         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6163         length is more important than forbidden quants.
6164         
6165 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6166
6167         * buildscripts/lilypond.words: order words in search order,
6168         add lilypond.words.vim to be generated.
6169
6170         * lilypond.vim: use lilypond.words.vim for keyword matching.
6171
6172         * lilypond-mode.el: use search order. fix word selection rules.
6173
6174         * lilypond-font-lock.el: fix fontifying long durations.
6175
6176         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6177
6178 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6179
6180         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6181
6182         * stepmake/stepmake/generic-targets.make:
6183         * stepmake/stepmake/bin/make-version.py: 
6184         * stepmake/aclocal.m4:
6185         * make/stepmake.make:
6186         * make/toplevel-version.make: Build fixes: remove last traces of
6187           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6188
6189         * lily/beam.cc: Add gap-count property.
6190
6191 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6192
6193         * scm/define-grob-properties.scm (gap-count): add gap-count
6194
6195         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6196
6197 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6198
6199         * cygwin/mknetrel.doc: Typo.
6200
6201         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6202
6203         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6204
6205 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6206
6207         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6208         sizes. Remove support for 'ledger'(=tabloid+landscape).
6209
6210 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6211
6212         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6213         sauter PFAs.
6214
6215         * configure.in: remove VERSION stuff once again.
6216
6217         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6218
6219         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6220         for chord names.
6221
6222         * mf/GNUmakefile: always trace pfa fonts.
6223         (SAUTER_FONTS): add cmss[567] too fonts
6224
6225         * configure.in: require mftrace. 
6226
6227         * lily/staff-performer.cc (new_instrument_string): don't look at
6228         instrument property.
6229
6230         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6231         is_direction is the C++ one. Similar for ly_axis_p and
6232         ly_number_pair_p
6233
6234 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6235
6236         * lily/beam.cc (brew_molecule): read gap-count to determine
6237         number of tremolo (gapped) beams.
6238
6239         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6240         shorter than 1/8
6241
6242         * flower/include/array.hh (default_compare): new function
6243
6244         * cygwin/mknetrel: Native fixes.
6245
6246         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6247
6248 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6249
6250         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6251         feature for Windows.
6252
6253         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6254
6255         * cygwin/mknetrel: Updates for native use on Cygwin.
6256
6257         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6258
6259         * stepmake/stepmake/help2man-rules.make: 
6260         * cygwin/mknetrel: Bugfix for manpages.
6261
6262         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6263         $(builddir).  Stepmake is a normal subdirectory now, that is not
6264         configured.  Another srcdir build fix.
6265
6266         * Documentation/topdocs/INSTALL.texi,
6267         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6268         lilypond-init.el, lilypond-mode.el, debian/rules,
6269         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6270         rename generated file lilypond.words to lilypond.words.el.
6271
6272 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6273
6274         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6275
6276         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6277         GNUmakefile.in.
6278
6279 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6280
6281         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6282         when cross building.
6283
6284         * configure.in: srcdir build fix.
6285
6286         * cygwin/GNUmakefile:
6287         * cygwin/lily-wins.py:
6288         * cygwin/postremove-lilypond.sh: 
6289         * cygwin/postinstall-lilypond.sh: Merge from stable.
6290
6291         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6292         s/ly2dvi/lilypond/.
6293
6294 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6295
6296         * lily/slur.cc (after_line_breaking): only set control points if
6297         none supplied yet.
6298
6299         * input/test/slur-manual.ly: new file.
6300
6301         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6302         <<  >> chords too.
6303
6304         * VERSION (PACKAGE_NAME): release 1.9.8
6305
6306         * scripts/lilypond.py (escape_path): escape spaces in directory names
6307
6308         * input/test/text-spanner.ly: fixes.
6309
6310 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6311
6312         * buildscripts/lilypond.words.py: add drum names as note names to
6313         Emacs-mode.
6314
6315 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6316
6317         * input/regression/hairpin-dashed.ly: new file.
6318
6319         * scripts/convert-ly.py (conv): warn about dash-length.
6320
6321         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6322         automatically if we get a new one.
6323
6324         * lily/lookup.cc (dashed_line): new function
6325
6326         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6327         dash-fraction.
6328
6329 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6330
6331         * buildscripts/lilypond.words.py: extract note names.
6332
6333         * lilypond-mode.el: take note names from lilypond.words -file.
6334         small fix in the use of string-match.
6335
6336         * lilypond-font-lock.el: use lilypond.words for note names, add 
6337         maxima to note a duration.
6338
6339 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6340
6341         * lily/breathing-sign.cc: remove railtracks() function. 
6342
6343         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6344
6345         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6346         (brew_molecule): bugfix don't make arpeggio shorter when
6347         arpeggio-direction is set.
6348
6349         *  debian/rules: small corrections in the (Pedro K)
6350
6351         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6352         examples.
6353
6354         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6355         special (repeat) bar comes along.
6356
6357         * input/regression/auto-beam-bar.ly: update.
6358
6359         * scripts/lilypond-book.py (output_dict): remove support for the
6360         EPS option.
6361
6362         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6363         VerticalAlignment and VerticalAxisGroup this fixes the size
6364         computations for the entire system.
6365  
6366         * input/les-nereides.ly (bass): remove superfluous fontSize.
6367
6368         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6369         causes directory of file to be added to include path.
6370
6371         * input/regression/beam-break.ly: test single stem beams.
6372
6373         * input/regression/system-start-bracket.ly: fix.
6374
6375         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6376
6377         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6378
6379         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6380         (score_stem_lengths): do something sensible for single stem beams.
6381
6382         * lily/beam.cc (least_squares): add kludge for single stem beams.
6383
6384         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6385         keySignature to list of broken things.
6386
6387         * input/regression/keys.ly: fix.
6388
6389         * VERSION (PACKAGE_NAME): release 1.9.7
6390
6391         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6392
6393         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6394
6395         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6396         (quartertone_pitch): new function
6397
6398         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6399         flat. WARNING: FONT CHANGED.
6400
6401         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6402
6403         * lily/accidental-placement.cc (add_accidental): support for
6404         quarter tones.
6405
6406         * ly/LANGUAGEs.ly: use symbols for alterations.
6407
6408         * mf/feta-toevallig.mf: change accidental codes. 
6409
6410         * scm/lily.scm (ly:get-option): switch on debugging only for
6411         --verbose.
6412
6413         * lily/lily-guile.cc: remove ly:verbose?
6414
6415         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6416
6417         * lily/parser.yy (TODO): only do gh_call() for apply with
6418         procedure argument.
6419
6420         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6421         stuff in accordance with new timing of tie-events.
6422
6423         * lily/my-lily-lexer.cc: remove \outputproperty
6424
6425         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6426
6427         * scm/define-translator-properties.scm (melismaBusyProperties):
6428         add melismaBusyProperties property.
6429
6430 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6431
6432         * input/test/ambitus-mixed.ly (texidoc): new file.
6433
6434         * buildscripts/mutopia-index.py (find): prune debugging
6435
6436         * lily/side-position-interface.cc: doc updates
6437
6438         * Documentation/user/refman.itely: updates, tweaks.
6439
6440         * lily/parser.yy (Simple_music): remove outputproperty
6441
6442         * make/stepmake.make: use VERSION again; importing VERSION via
6443         autoconf dependencies is too hairy.
6444
6445 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6446
6447         * lilypond-mode.el: allow `-' for keywords and identifiers.
6448
6449 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6450
6451         * VERSION: release 1.9.6
6452         
6453         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6454         iso. ly2dvi.
6455
6456         * Documentation/user/*.itely: fixes everywhere
6457
6458         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6459         produce ties from the engraver itself, do not broadcast TieEvent.
6460
6461         * lily/my-lily-lexer.cc: remove pitch & duration.
6462
6463         * lily/parser.yy (TODO): remove \pitch and \duration
6464
6465         * input/test/explicit.ly: remove file.
6466
6467         * Documentation/user/refman.itely (Pitches): remove \pitch 
6468         \duration command.
6469
6470 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6471
6472         * buildscripts/lilypond.words.py: add all slur types to Emacs
6473         insertion menu, suppose everything is postfixed by dropping 
6474         unnecessary `-' -marks.
6475
6476 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6477
6478         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6479         tremoloed stems.
6480
6481         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6482         head for flagged stems.
6483
6484         * lily/stem.cc (get_default_stem_end_position): futz with extra
6485         stem length if there is a stem tremolo.
6486
6487         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6488         it would be too small.
6489
6490         * lily/font-metric.cc: return #f for non-existent glyph.
6491         
6492         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6493         exported through config.make.
6494
6495         * input/regression/clef-oct.ly: new file.
6496
6497         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6498         transposition.
6499
6500         * input/template/*.ly: remove old relative.
6501
6502         * ly/english.ly: add X names for double sharp.
6503
6504 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6505
6506         * lily/font-select.cc: new file handle font selection routines.
6507
6508         * lily/parser.yy: add ; (Patrick Atamaniuk)
6509
6510         * input/test/time-signature-double.ly: use markups for double time
6511         sigs.
6512
6513         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6514         ChordNames.SeparationItem #'padding for adjusting space after chords.
6515         
6516         * lily/music-output-def.cc (LY_DEFINE): 
6517         new function ly:paper-lookup.
6518         
6519         * mf/parmesan-clefs.mf: use # quantities for char_box
6520         offsets. Fixes overflow errors in the PFA. 
6521
6522         * scm/new-markup.scm (strut-markup): change calling interface for
6523         markup. Pass paper-def, not grob. This would allow \markup to be
6524         used separately from grobs.
6525
6526         * lily/paper-def.cc: new function ly:paper-font; this function
6527         replaces ly:get-font.
6528
6529         * lily/include/font-interface.hh (struct Font_interface): take
6530         Paper_def iso. Grob for get_font().
6531
6532 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6533
6534         * Documentation/user/ tutorial.itely, refman.itely: add warning
6535         about \key and accidentals.
6536
6537 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6538
6539         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6540
6541         * Documentation/user/*.itely: manual tweaks
6542
6543 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6544
6545         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6546         cleanup; bugfix: exact_center
6547
6548         * Documentation/user/refman.itely: added more documentation on
6549         ambitus according to recent questions on lilypond-user list
6550
6551 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6552
6553         * input/regression/ottava.ly (texidoc): demo 15ma too.
6554
6555         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6556
6557         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6558         octave fixes.
6559
6560 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6561
6562         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6563         problems on older Mac editors.
6564
6565 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6566
6567         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6568
6569 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6570
6571         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6572         mf/parmesan-clefs.mf: added comments on character alignment and
6573         set_char_box() conventions
6574
6575         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6576         set_char_box()'s
6577
6578         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6579
6580 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6581
6582         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6583
6584 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6585
6586         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6587         shortened to avoid almost-collision with staff line; code cleanup;
6588         other custodes: fixed char boxes; code cleanup
6589
6590 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6591
6592         * configure.in: release 1.9.5
6593         
6594         * scripts/lilypond.py (global_latex_preamble): only set
6595         twosideshift if 'twoside' is in latexoptions 
6596
6597         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6598
6599         * VERSION: remove
6600
6601         * scripts/*2ly.py: update <> syntax
6602
6603 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6604
6605         * lily/chord-name-engraver.cc (process_music): add origin for
6606         chord name.
6607
6608         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6609
6610         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6611         bass notes for exceptions too.
6612
6613         * scm/define-grobs.scm (all-grob-descriptions): rename
6614         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6615
6616         * scm/define-grob-properties.scm (remove-first): add remove-first
6617         property for orchestral scores.
6618
6619         * Documentation/user/*.itely: switch <<>> and <> 
6620
6621         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6622         last_line only once. This fixes the two consecutive glissandi problem.
6623
6624 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6625
6626         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6627         error message "flexa-width undefined"
6628
6629         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6630         lily/include/gregorian-ligature.hh: print warning when ignoring
6631         head prefixes on flexa shapes
6632
6633         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6634         space before a series of inclinatum heads
6635
6636         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6637         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6638         cleanups
6639
6640         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6641         and char_box
6642
6643 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6644
6645         * input/regression/breathing-sign.ly: tiny fixes
6646
6647         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6648         semantical collision with vaticana ligatures
6649
6650         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6651         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6652         now consistent with mensural ligatures
6653
6654         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6655         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6656         context pitches and staff position; dto. for virga stem; removed
6657         obsolete virga and clivis characters from parmesan font (WARNING:
6658         font changed)
6659
6660         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6661         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6662
6663         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6664         scm/define-grob-properties.scm: consistency fix: renamed
6665         join_left->add_cauda
6666
6667         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6668         appendix length; bugfix: yoffs_bt for reverse direction punctum
6669         characters
6670
6671         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6672         small cleanups; added more docu
6673
6674         * lily/mensural-ligature-engraver.cc,
6675         lily/vaticana-ligature-engraver.cc,
6676         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6677         computation to CoherentLigatureEngraver
6678
6679         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6680         scm/define-grob-properties.scm: bugfix: added missing linea and
6681         cavum properties; bugfix: removed dead semivocalis property
6682
6683         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6684         length; redesigned quilisma, stropha and auctum
6685
6686         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6687         line thickness
6688
6689         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6690         Documentation/user/refman.itely: bugfix: introduced shifted
6691         epiphonus head to avoid collision with adjacent plica
6692
6693 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6694
6695         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6696
6697         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6698
6699 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6700
6701         * Documentation/user/tutorial.itely (A lead sheet): remove
6702         duplicate chords.
6703
6704         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6705
6706 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6707
6708         * Documentation/bibliography/computer-notation.bib (isbn): add
6709         xivcim publication.
6710
6711 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6712
6713         * GNUmakefile.in: drop lilypond.words for generation.
6714
6715 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6716
6717         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6718
6719         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6720
6721 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6722
6723         * input/test/figured-bass-alternate.ly (fl): new file.
6724
6725         * Documentation/topdocs/README.texi (Top): clarifications.
6726
6727         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6728         theses of Gieseking and Renz.
6729
6730         * GNUmakefile.in (README_FILES): remove README.mandrake.
6731
6732 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6733
6734         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6735         from source files and search patterns listed in the script.
6736
6737         * GNUmakefile.in: add target `lilypond.words'.
6738
6739         * lilypond.words: remove file, generated by `make lilypond.words'.
6740
6741         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6742
6743 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6744
6745         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6746
6747 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6748
6749         * VERSION: 1.9.4 released
6750
6751         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6752         rule for < > <-> << >> substitution
6753
6754         * lily/lexer.ll: exchange meaning of << >> and < > 
6755
6756         * VERSION (PACKAGE_NAME): 1.9.3 released
6757
6758         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6759         pages unconditionally.
6760
6761 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6762
6763         * Documentation/user/music-glossary.tely (Top): small syntax
6764         fixes.
6765
6766         * scm/music-functions.scm (remove-tag): filter \tagged music
6767         expressions.
6768
6769         * input/regression/tag-filter.ly (texidoc): new file.
6770
6771         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6772         symbol2 .. ) etc. 
6773
6774         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6775         convert rule.
6776
6777         * Documentation/user/refman.itely (Fingering instructions): adjust
6778         manual.
6779
6780         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6781         for borderline cases (e.g. 1 fingering.)
6782         (position_scripts): revise interface, use fingerOrientations to
6783         set fingering positions.
6784
6785         * scm/document-translation.scm (context-doc): add aliases to
6786         automated documentation.
6787
6788         * make/lilypond-vars.make: remove stepmake compat glue.
6789
6790         * make/generic-vars.make: remove cruft.
6791
6792         * lily/main.cc (main): don't identify binary.
6793
6794 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6795
6796         * lily/include/translator.hh (class Translator): remove
6797         type_string_ , use symbol for context name throughout.
6798         Changes through whole source tree.
6799
6800         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6801         set PDF as default, and always make PDF.
6802
6803         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6804
6805 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6806
6807         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6808         Documentation/user/refman.itely input/regression/allfontstyle.ly
6809         input/regression/grace-types.ly:
6810         fix spelling for acciaccatura (Webster's 1913).
6811
6812 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6813
6814         * lily/main.cc (usage): adjust blurb, include url.
6815
6816         * input/regression/breathing-sign.ly (texidoc): transpose up
6817
6818 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6819
6820         * input/regression/breathing-sign.ly: changed ancient examples to
6821         be relevant (by request of Han-Wen); updated BreathingSign text
6822         property according to new syntax.
6823
6824         * ly/gregorian-init.ly: updated BreathingSign text property
6825         according to new syntax
6826
6827 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6828
6829         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6830         (Clef): index entries for clefs.
6831
6832         * python/lilylib.py (system): remove errorlog files.
6833         
6834 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6835
6836         * lilypond.words: add \new and new graces. Add dynamics to menus
6837         keeping 1.8.x compatibility; after all the engraving relating to 
6838         notes becomes postfixed `-' marks will be removed.
6839
6840 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6841
6842         * lily/molecule.cc (align_to): idem.
6843
6844         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6845         
6846         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6847         accacciatura everywhere.
6848
6849         * VERSION (PACKAGE_NAME): released 1.9.2
6850
6851         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6852
6853         * scm/document-markup.scm (markup-doc-node): sort markup function
6854         list.
6855
6856         * lily/paper-outputter.cc (output_version): change "Lily was here"
6857         into  "Engraved by LilyPond"
6858
6859         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6860         on unquoted strings before \notenames.
6861
6862         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6863         increases the number of s/r reductions to 4.
6864
6865         * scm/new-markup.scm (fraction-markup): \fraction command.
6866
6867         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6868         mode
6869
6870         * lily/lookup.cc (round_filled_box): rename function.
6871         (LY_DEFINE): round-filled-box: change signature.
6872
6873         * Documentation/user/refman.itely: revise section explaining grace
6874         notes.
6875
6876         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6877         ly:set-context-property
6878
6879         * input/*/*.ly (vmus): use \new everywhere.
6880
6881         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6882
6883         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6884         default
6885
6886         * scm/music-functions.scm (set-stop-grace-properties)
6887         (set-start-grace-properties, add-grace-property): new functions
6888         for modular grace tweak control.
6889
6890         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6891         
6892 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6893
6894         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6895
6896         * GNUmakefile.in (install-pfa-fonts):
6897         (get-pfa-fonts): New target.
6898
6899         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6900         install-pfa-fonts help.
6901
6902 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6903
6904         * lily/translator-scheme.cc (LY_DEFINE):
6905         ly:context-pushpop-property new function.
6906         (LY_DEFINE): new function ly:translator-find  
6907         new function ly:translator?
6908         (LY_DEFINE): new function ly:context?
6909
6910         * lily/translator-def.cc: remove
6911         Translator_def::apply_pushpop_property().
6912
6913         * python/lilylib.py (read_pipe): only store and display error log
6914         if verbose not set.
6915         (read_pipe): only display log if it contains something.
6916
6917 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6918
6919         * Documentation/misc/GNUmakefile: Re-add.
6920         (TEXTS): Add CHANGES.
6921
6922 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6923
6924         * lilypond.words: add \newcontext.
6925
6926 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6927
6928         * lily/tie-performer.cc (stop_translation_timestep): only flush
6929         tied_notes when we have actually made a tie. Fixes bugs with ties
6930         in polyphonic scores.
6931
6932 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6933
6934         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6935         they do not exist.
6936
6937 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6938
6939         * VERSION (PACKAGE_NAME): released 1.9.1 
6940
6941         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6942         Instrument_name_engraver
6943
6944         * lily/tie-performer.cc (create_audio_elements): bugfix
6945
6946         * Documentation/user/music-glossary.tely (Top): comment out
6947         font-style statements.
6948
6949         * input/test/force-hshift.ly: revise example.
6950
6951         * Documentation/bibliography/engraving.bib (note): typos.
6952
6953         * configure.in: bump GCC requirements to 3.x
6954
6955         * lily/include/audio-item.hh (class Audio_tie): rename
6956         note_l_drul_ to note_drul_
6957
6958         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6959
6960         * lily/parser.yy (relative_music): whoops. All \relative were off
6961         by ...  a lot .... Ahem.
6962
6963         * scm/define-music-types.scm (music-descriptions): idem.
6964
6965         * lily/beam-engraver.cc: move new-beam-event to beam-event
6966
6967         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6968         to Tie_engraver
6969
6970         * input/regression/bar-number.ly: remove unnecessary old-relative
6971         options.
6972         
6973         * Documentation/user/internals.itely (Creating contexts): document
6974         \newcontext
6975
6976         * lily/parser.yy (Composite_music): add \newcontext
6977
6978         * Documentation/user/refman.itely (MIDI block): add note about
6979         dotted tempos.
6980
6981         * scm/font.scm: remove old markup legacy
6982
6983         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6984
6985         * lily/breathing-sign.cc (brew_molecule): remove function
6986
6987         * lily/text-item.cc: remove old-style markups.
6988         (interpret_markup): C++ version of markup function
6989         (brew_molecule): idem.
6990
6991         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6992         as Scheme variable.
6993
6994         * scripts/convert-ly.py (conv): dashes rule.
6995         Apply rule.
6996
6997         * Documentation/user/lilypond-book.itely: syntax fixes. 
6998
6999 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7000
7001         * VERSION (PACKAGE_NAME): release 1.9.0
7002
7003         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7004         note about dvips. (Should backport.)
7005
7006         * scripts/convert-ly.py
7007         (FatalConversionError.articulation_substitute): add
7008         convert-new-chords code. Remove convert-new-chords.py
7009
7010         * Documentation/user/refman.itely (Octave check): document
7011         \octave.
7012
7013         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7014         \relative changes.
7015
7016         * lily/parser.yy (command_element): octave check:
7017
7018            \octave PITCH
7019
7020         checks that PITCH (without octave) yields PITCH (with octave) in
7021         \relative
7022
7023         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7024
7025         * lily/scm-option.cc: ly:set-option now has the default argument
7026         #t.
7027
7028         * lily/lexer.ll: add \renameinput
7029
7030         * python/lilylib.py (command_name): robustifications.
7031
7032         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7033         /dev/stderr. This is ash compatible.
7034
7035         * ly/init.ly: add warning if compatibility was not necessary.
7036
7037         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7038
7039         * flower/include/string-handle.icc: formatting cleanups, rename
7040         references by ref_count_.
7041
7042 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7043
7044         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7045         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7046         package libs separately, fix conflicting php variable out=/dev/vc/
7047         invoking `unset out', declare menus, use only one icon-file, fix
7048         doc-path in menu.
7049
7050 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7051
7052         * scripts/convert-ly.py (FatalConversionError.conv): typo
7053
7054         * Documentation/misc/GNUmakefile: restore misc directory.
7055
7056         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7057
7058         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7059         Petites-Preludes 
7060
7061         * input/test/partial-blank.ly (quickmeasure): syntax
7062
7063         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7064         attachment property.
7065
7066         * Documentation/user/refman.itely: remove superfluous -'s 
7067         (Grace notes): ) fixes.
7068
7069         * lily/music.cc: generic compress(), transpose() functions. Remove
7070         others.
7071
7072         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7073         style markup entry.
7074
7075         * lily/parser.yy: all articulations postfix; remove obligatory -
7076         for [,  ) and \!
7077         
7078         * lily/music.cc (to_relative_octave): write generic
7079         to_relative_octave function; various relative cleanups.
7080         Hmmm.
7081
7082         * lily/scm-option.cc: add options new-relative and old-relative
7083
7084         * po/sv.po: new po file.
7085
7086         * Documentation/user/refman.itely (Dynamics): website
7087         fixes. (should backport!)
7088
7089 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7090
7091         * make/lilypond.mandrake.spec.in: declare version only once.
7092
7093 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7094
7095         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7096         meaning for now.
7097
7098 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7099
7100         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7101
7102         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7103
7104         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7105
7106         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7107
7108         * lily/music.cc (var): add ly:music-transpose function.
7109
7110         * lily/parser.yy (pre_events): remove prefix articulations.
7111
7112         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7113
7114         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7115
7116         * Documentation/user/refman.itely (Text markup): add comment about
7117         markup in header.
7118
7119 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7120
7121         * lily/paper-outputter.cc (write_header_fields_to_file): 
7122         only dump value if it is a string.
7123
7124         * flower/include/dictionary.hh: remove.
7125         
7126         * Documentation/ChangeLog-1.5: add back old log.
7127
7128         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7129         .pfas from a .deb.
7130
7131 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7132
7133         * Documentation/bibliography/engraving.bib: add entry for
7134         Jaschinski's Notation
7135
7136 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7137
7138         * Documentation/user/refman.itely (Beaming): add note about
7139         allowBeamBreak
7140
7141 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7142
7143         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7144         GregorianTranscription contexts
7145
7146         * ly/engraver-init.ly: vaticana contexts: minor fixes
7147
7148         * Documentation/user/refman.itely (Ancient notation): added note
7149         on appendix length bug
7150
7151         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7152         input/test/vaticana.ly: use vaticana contexts; small fixes
7153
7154 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7155
7156         * flower/hash.cc: Remove.
7157
7158         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7159         to (nonexistent?) hash_func_ identifier.
7160
7161         * python/midi.c (midi_error, midi_warning): Use char const* for
7162         __FUNCTION__ argument.
7163
7164         * python/gettext.py: Remove.  We already require python 2.1, which
7165         includes gettext.py.
7166
7167         * configure.in: Require python 2.1, as INSTALL.texi says.
7168         it.
7169
7170         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7171         versions 1.50 and 1.75.  Remove note about lexer patch.
7172
7173 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7174
7175         * Documentation/topdocs/INSTALL.texi: Update type1 font
7176         description to actual situation.  Add comment about new font ball
7177         layout.
7178
7179         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7180         in $LILYPONDPREFIX suffices for installation.
7181
7182 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7183
7184         * debian/control (Build-Depends): Add flex-old as alternative to
7185         flex.  Deprecate bison 1.75.
7186
7187 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7188
7189         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7190         Vaticana contexts
7191
7192         * Documentation/user/refman.itely (Ancient notation): documented
7193         some bugs; tiny fixes; added docu on Vaticana contexts
7194
7195         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7196         scripts
7197
7198 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7199
7200         * Documentation/user/refman.itely (Ancient notation): added some
7201         introductory words; added section on ancient time signatures;
7202         added some @seealso and @refcommands; small fixes and
7203         beautifications
7204
7205 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7206
7207         * input/regression/note-head-style.ly: many fixes and updates
7208
7209         * Documentation/user/refman.itely: added small sections on ancient
7210         accidentals, rests and flags; revised ancient note head section;
7211         small wording/spelling fixes
7212
7213         * input/test/rests.ly: layout fixes
7214
7215 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7216
7217         * input/puer-fragment.ly: bugfix: central C position of do clef
7218
7219         * ly/gregorian-init.ly: workaround: add small padding space before
7220         divisiones (the correct fix would be the spacing engine to handle
7221         this)
7222
7223 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7224
7225         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7226         cue-notes.ly: minor fixes.
7227
7228 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7229
7230         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7231         input/test/custos-style.ly
7232
7233         * Documentation/index.html.in: bugfix: link to Tutorial.html
7234
7235         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7236         to neumes; bugfix: "et": epiphonus, not just a simple pes
7237
7238 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7239
7240         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7241
7242         * lilypond.words: add new features: markup, column, center, \[ \].
7243         
7244 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7245
7246         * Documentation/topdocs/NEWS.texi, DEDICATION,
7247         stepmake/bin/add-html-footer.py
7248         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7249         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7250         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7251         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7252         added (only) after a sentence which is complete; if the sentence is 
7253         not ended a comma `,' or nothing is used. fix also spaces.
7254
7255 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7256
7257         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7258         requirements to plain 1.6.
7259
7260         * buildscripts/mutopia-index.py (read_lilypond_header): update
7261         mutopia-index.py to 1.4 syntax [sic]
7262
7263 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7264
7265         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7266
7267 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7268
7269         * Documentation/index.html.in: url for regression pdf
7270
7271         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7272
7273         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7274
7275         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7276
7277         * VERSION: 1.8.0 released
7278         
7279         * GNUmakefile.in (local-WWW-post): footify build fix.
7280
7281         * configure.in: require GUILE 1.6.4
7282
7283         * Documentation/user/GNUmakefile: don't copy *.png for
7284         lilypond-internals
7285
7286         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7287         local-WWW-post target.
7288         (rsync-web): add rsync-web target
7289
7290         * Documentation/user/introduction.itely (Music notation and
7291         engraving): add neume example
7292
7293         * input/puer-fragment.ly (cantus): add puer-fragment
7294
7295 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7296
7297         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7298         to notes, so that equalizer is actualy being used.
7299
7300         * scm/midi.scm (instrument-equalizer-alist):
7301         (absolute-volume-alist): Define public, so that user can copy or
7302         override.
7303
7304         * lily/key-performer.cc (create_audio_elements): Check for minor
7305         key.  Only if key is minor, set MIDI key to minor.
7306
7307 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7308
7309         * Documentation/user/refman.itely (Hiding staffs): fixes.
7310
7311         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7312
7313         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7314         vertical extents to deal with Hara kiri correctly.
7315
7316         * input/regression/hara-kiri-short.ly: remove
7317
7318         * input/regression/hara-kiri-pianostaff.ly: update test.
7319
7320         * Documentation/user/*.tely: remove WEBTITLE
7321
7322         * scm/output-tex.scm (comment): idem.
7323
7324         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7325
7326         * scm/music-functions.scm (make-lyric-event): new function
7327
7328         * scm/lily.scm (lilypond-version): new function
7329
7330         * input/test/version-output.ly: new file.
7331
7332         * Documentation/user/lilypond.tely: add version number to
7333         front-page.
7334
7335 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7336
7337         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7338
7339 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7340
7341         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7342
7343         * Documentation/user/refman.itely (Hiding staffs): rename node.
7344
7345 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7346
7347         * input/regression/new-markup-syntax.ly (texidoc): remove
7348         molecule-callback override.
7349
7350 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7351
7352         * input/les-nereides.ly: Mark tweaks with %tweak.
7353
7354         * Debian patch, see debian/changelog (Anthony Fok).
7355
7356 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7357
7358         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7359         problem.
7360
7361 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7362
7363         * Documentation/user/refman.itely (Text markup): Fix language bug.
7364
7365 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7366
7367         * input/* : postfix syntax fixes.
7368
7369         * Documentation/user/refman.itely (Text markup): add note about
7370         raise/lower with ^ or _ .
7371         
7372         * po/fi.po: fix \\apply strings.
7373
7374         * lily/parser.yy (open_event): warn for prefix articulations.
7375
7376 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7377
7378         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7379         fix also on parmesan font.
7380
7381 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7382
7383         * VERSION 1.7.30 released
7384         
7385         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7386
7387         * buildscripts/mutopia-index.py (headertext): rewording
7388
7389 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7390
7391         * scm/new-markup.scm (strut-markup): new markup function.
7392
7393         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7394         space also when no accidental is there.
7395
7396 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7397
7398         * input/les-nereides.ly: Updates.
7399
7400 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7401
7402         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7403         which repeats the tag insertion selected from "Insert tag" menu.
7404
7405 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7406
7407         * lily/all-font-metrics.cc (find_font): load AFM files first only
7408         for feta fonts. This fixes problems with TeXlive and other TeX
7409         distros that include AFM files for the CM fonts. 
7410
7411         * scm/font.scm (qualifiers-to-font-name): remove.
7412
7413         * lily/paper-def.cc: remove get_var.
7414
7415         * input/trip.ly: remove file.
7416         
7417         * input/regression/spacing-note-flags.ly (raggedright): remove
7418         stafflinethickness
7419
7420         * input/les-nereides.ly: update to new syntax, cleanups.
7421
7422 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7423
7424         * Documentation/user/refman.itely: Clarify shortest-note problem
7425         of autobeamer.
7426
7427 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7428
7429         * lilypond-mode.el: Add each word to regexps only once.
7430
7431         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7432         is based on the syntax definitions in lilypond.words. Remove all 
7433         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7434         LilyPond->Insert menu is generated by the entries in lilypond.words 
7435         to which have been given a syntax definition.
7436
7437         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7438         \notes, \relative, \score, \simultaneous, \transpose.
7439
7440         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7441
7442         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7443         
7444         * lilypond-mode.el: add menu keywords separately.
7445
7446         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7447
7448 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7449
7450         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7451         current ugly installation method for PFA fonts.
7452
7453 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7454
7455         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7456         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7457
7458         * Documentation/user/music-glossary.tely: update legato.
7459
7460 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7461
7462         * lexer-gcc-3.0.patch: Remove.
7463
7464         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7465
7466 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7467
7468         * debian/rules (binary-arch): remove NEWS.
7469
7470 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7471
7472         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7473         stepmake/bin{ many }: polish the `--help's of different scripts;
7474         model taken from the core-utils of Linux.
7475
7476         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7477
7478 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7479
7480         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7481
7482         * flower/libc-extension.cc: idem.
7483
7484         * flower/include/libc-extension.hh: protect against isinf macros.
7485
7486 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7487
7488         * { many }: Use two uppercase letters in LilyPond.
7489
7490         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7491
7492         * VERSION: 1.7.29 released.
7493         
7494 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7495
7496         * lily/tie.cc: add TODO comment.
7497
7498         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7499
7500         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7501         linejoins and linecaps. This fixes problems with occasional spikes
7502         on slur/tie endings.
7503         
7504         * input/regression/font-name.ly: don't use PS fonts for
7505         compatibility reasons. 
7506
7507         * mutopia/claop.py (accents): update to 1.8
7508
7509         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7510
7511         * Documentation/user/macros.itexi: don't color glossary links.
7512
7513         * Documentation/user/invoking.itexi (Error messages): new section
7514
7515 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7516
7517         * input/regression/font-name.ly: add file.
7518
7519         * scm/document-backend.scm (grob-doc): remove <hr> from
7520         lilypond-internals
7521
7522         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7523         reqd version to 1.6.4 
7524
7525         * lily/font-interface.cc (get_font): bugfix: take font-name from
7526         alist chain too. This fixes font-name override for \markup.
7527
7528 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7529
7530         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7531
7532         * input/test/polymetric-differing-notes.ly: Compile fix.
7533
7534 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7535
7536         * Documentation/user/refman.itely: fixed typo
7537
7538         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7539         before flexa
7540
7541 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7542
7543         * input/test/{ many }: search & fix some typos.
7544
7545 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7546
7547         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7548         images.
7549
7550         * scm/music-functions.scm (make-voice-props-set): set Script /
7551         TextScript dir for polyphony too.
7552
7553         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7554         before clef.
7555
7556         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7557
7558 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7559
7560         * Documentation/user/refman.itely (Percussion): Small
7561         clarifications and fixes.
7562
7563         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7564         threads. This fixes different heads playing simultaneously.
7565
7566 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7567
7568         * Documentation/user/{ many }: increase readability (read through 
7569         User manual from `one big page').
7570
7571 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7572
7573         * input/test/polymetric-differing-notes.ly: add example with
7574         disparate note values.
7575
7576         * input/test/polymetric.ly: rename from poly-metric
7577
7578         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7579         iso. outname.
7580
7581         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7582         G-clef bbox to real char extents. This fixes the G-clef being
7583         offset too much to the right.
7584         document perc clef offset.
7585
7586         WARNING: FONT CHANGED.
7587
7588         * Documentation/user/tutorial.itely (Tutorial): move menu.
7589
7590 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7591
7592         * buildscripts/lilypond-profile.sh (Error): trim error message.
7593
7594         * Documentation/user/invoking.itexi (Invoking the lilypond
7595         binary): add note about path.
7596
7597         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7598         suppresses superfluous spaces.
7599
7600 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7601
7602         * buildscripts/lilypond-profile.sh: Add documentation to error
7603         message.
7604
7605         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7606
7607 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7608
7609         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7610         <mike@ossmann.com>)
7611
7612         * Documentation/bibliography/computer-notation.bib (pages): prune
7613         unscientific language.
7614
7615         * Documentation/user/GNUmakefile: copy unsplit file to
7616         lilypond.html (idem for lilypond-internals).
7617
7618         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7619
7620         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7621
7622         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7623
7624         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7625         fix.
7626         
7627 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7628
7629         * Documentation/user/{ various }: bind text snippets with their
7630         examples, e.g. by punctuation: This is an example.
7631
7632 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7633
7634         * ly/performer-init.ly (VoiceContext): Typos.
7635
7636         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7637         builds, leave final-install to toplevel srcdir makefile.
7638
7639         * make/srcdir.make.in (install): New target.
7640
7641 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7642
7643         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7644         This fixes core dump on MIDI output (Simon Weatherill).
7645
7646         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7647         on local-WWW-post.
7648
7649 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7650
7651         * make/lilypond.redhat.spec.in: add dvips to reqs.
7652
7653 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7654
7655         * make/srcdir.make.in (web): Add special web target.
7656
7657         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7658         from inner $(LOOP).
7659
7660         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7661
7662         * stepmake/stepmake/generic-targets.make (www-targets-help):
7663         * GNUmakefile.in (web-install): Install in $(webdir).
7664
7665         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7666
7667         * cygwin/changelog: 
7668         * cygwin/mknetrel: Update.
7669
7670         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7671         (html-doc): Remove (use: web).
7672
7673         * stepmake/stepmake/script-rules.make: 
7674         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7675         Fix $(config_make) dependencies for srcdir build.
7676
7677         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7678         target for srcdir build.
7679
7680         * stepmake/make/stepmake.make: 
7681         * make/srcdir.make.in: 
7682         * GNUmakefile.in:
7683         * make/stepmake.make (config_make): Rename variable (was:
7684         configuration).
7685
7686 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7687
7688         * Documentation/user/internals.itely (Manipulating music
7689         expressions): run lilypond on example too.
7690
7691         * flower/include/libc-extension.hh: move lrint define to
7692         header. bugfix.
7693         
7694 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7695
7696         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7697         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7698         do we recurse whole tree?).
7699
7700         * GNUmakefile.in (html-doc): Resurrect.
7701
7702         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7703         obsolete $(package-icon) dependency.
7704
7705 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7706
7707         * Documentation/user/refman.itely (Automatic staff changes):
7708         add seealso 
7709
7710         * Documentation/index.html.in: link to bigpage.
7711
7712         * Documentation/user/tutorial.itely (Tutorial): streamline.
7713
7714         * Documentation/index.html.in: url typo.
7715
7716         * VERSION (PACKAGE_NAME): release 1.7.28
7717
7718         * python/lilylib.py (error_log): remove '/' from name.
7719
7720         * input/regression/pedal.ly: remove; dups input/test/
7721         
7722         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7723
7724         * Documentation/index.html.in: python style doco index.
7725
7726         * Documentation/{footer,header}.html.in (src): remove, 
7727
7728         * Documentation/pictures: remove all but lelie-logo.xpm.
7729
7730         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7731         before running makeinfo.
7732
7733         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7734         @code{}
7735
7736 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7737
7738         * input/test/bar-number-regular-interval.ly: rename.
7739
7740         * Documentation/user/*: various fixes. 
7741
7742 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7743
7744         * Documentation/{ many }: polish for update-all-menus. typos.
7745
7746         * po/fi.po: fixes.
7747
7748         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7749
7750         * buildscripts/mutopia-index.py: polish.
7751
7752         * input/regression/{ many }, input/test{ many }: polish texidocs.
7753
7754 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7755
7756         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7757         pedal-style
7758
7759         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7760         iso. edge-widen.
7761
7762         * lily/piano-pedal-engraver.cc (process_music): change from
7763         process_acknowledged ()
7764
7765         * lily/piano-pedal-bracket.cc: new file. Change
7766         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7767         cleaned up.
7768
7769         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7770
7771         * input/regression/tuplets.ly (texidoc): rename file.
7772
7773         * po/fr.po: update
7774
7775         * buildscripts/lilypond-profile.sh: error message if script is not
7776         sourced.
7777
7778         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7779         bracket-flare
7780         (make_bracket): simplify code.
7781
7782         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7783         argument.
7784
7785         * python/lilylib.py (lilypond_version_check): new function
7786
7787         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7788
7789         * scripts/ly2dvi.py (run_lilypond): add version check.
7790
7791         * scripts/lilypond-book.py (option_definitions): typo
7792
7793         * scripts/ly2dvi.py (include_path): typo
7794
7795         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7796
7797         * lily/parse-scm.cc (parse_handler): typo
7798
7799         * Documentation/user/macros.itexi: use @heading for headings.
7800
7801         * Documentation/user/refman.itely: updates, fixes.
7802
7803 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7804
7805         * po/fi.po: add Finnish translations. fixes.
7806
7807         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7808
7809         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7810         from lily/glissando-engraver.cc.
7811
7812 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7813
7814         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7815         for non-first _broken_ bracket.
7816
7817         * Documentation/user/refman.itely: corrections.
7818
7819 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7820
7821         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7822         support of the fingerings.
7823
7824         * po/fr.po: French translation update.
7825
7826         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7827         strings.
7828
7829 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7830
7831         * Documentation/user/introduction.itely: Small fixes.
7832
7833 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7834
7835         * Documentation/topdocs/AUTHORS.texi: polish.
7836
7837 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7838
7839         * Documentation/user/introduction.itely: revise
7840
7841         * Documentation/user/tutorial.itely: reorganise.
7842
7843         * Documentation/topdocs/index.tely: remove.
7844
7845         * Documentation/header.html.in: prune.
7846
7847         * GNUmakefile.in: clean up web building.
7848
7849         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7850         target.
7851
7852 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7853
7854         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7855
7856         * lilypond-mode.el: turn on blink-matching-paren.
7857
7858 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7859
7860         * scm/output-sodipodi.scm (svg-header): Fix typo.
7861
7862 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7863
7864         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7865         fixes a security hole.
7866
7867         * scripts/lilypond-book.py (original_dir): remove temp_dir
7868
7869         * scm/document-translation.scm: use @code tags.
7870
7871 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7872
7873         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7874
7875         * lilypond-mode.el: add a buffer-local post-command-hook to set
7876         context dependent syntax-table after each cursor event. Remove old
7877         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7878
7879         * lilypond-indent.el: update comments.
7880
7881         * Documentation/footer.html.in: add period.
7882
7883 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7884
7885         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7886
7887         * scm/document-translation.scm (document-property-operation): add
7888         @code{} tags.
7889
7890         * VERSION (PACKAGE_NAME): release 1.7.27
7891
7892         * config.make.in: add PAPER variable
7893
7894         * buildscripts/new-chords.py (help): add help text
7895
7896         * Documentation/user/introduction.itely (Typography and program
7897         architecture):  fixes.
7898
7899         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7900         for texinfo and dvips. This fixes problems with PDF output of the
7901         wrong size.
7902
7903         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7904         DVIPS_PAPERSIZE variable
7905
7906         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7907         TEXINFO_PAPERSIZE variable 
7908
7909 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7910
7911         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7912
7913         * mf/feta-toevallig.mf: lowres fixes.
7914
7915 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7916
7917         * NEWS: Typo and fill-paragraph fixes.
7918
7919         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7920         cast #define.
7921
7922         * configure.in: 
7923         * config.hh.in: Check for lrint.
7924
7925 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7926
7927         * VERSION: 1.7.26 released
7928
7929         * lily/separation-item.cc: add padding property.
7930
7931         * input/test/*.ly: various fixes, remove solo-a2.ly
7932
7933         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7934         bugfix. Fixes old-style markup compatibility.
7935
7936         * Documentation/user/introduction.itely (Introduction): historical
7937         elucidations
7938
7939         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7940
7941         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7942
7943         * Documentation/index.texi (Top): cleanup.
7944
7945         * Documentation/user/introduction.itely (Introduction): rewrite
7946         introduction, 
7947         (Music notation and  engraving): about notation. Add flat-picture
7948
7949 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7950
7951         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7952         separation items. This keeps lyrics from bumping into each other.
7953
7954 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7955
7956         * GNUmakefile.in (topdocs-web): New target.
7957         (local-web): Depend on topdocs-web; fixes html-doc.
7958
7959 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7960
7961         * po/lilypond.pot: run po-replace
7962
7963         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7964
7965         * scm/drums.scm (reset-drum-kit): new function.
7966
7967         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7968
7969         * scripts/update-lily.py: remove
7970         
7971         * VERSION: release 1.7.25
7972         
7973         * Documentation/user/introduction.itely (Introduction): rewrite
7974         start of introduction.
7975
7976 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7977
7978         * lily/all-font-metrics.cc: fixed typo
7979
7980 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7981
7982         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7983         LilyPond-mode-context-set-syntax-table): new functions to define
7984         the syntax table according to context.
7985
7986         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7987
7988 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7989
7990         * Documentation/user/refman.itely (Figured bass): 
7991         language nit courtesy http://www.vocabula.com
7992
7993         * GNUmakefile.in: remove no kpathsea hack.
7994
7995         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7996         doco.
7997
7998         * GNUmakefile.in: remove web-doc target.
7999
8000         * lily/all-font-metrics.cc (find_afm): add message about
8001         buildscripts/clean-fonts.sh 
8002
8003         * scm/define-music-properties.scm (figure): use string for 'figure
8004
8005         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8006
8007         * input/regression/ : add raggedright = ##t where applicable. 
8008         
8009         * scm/bass-figure.scm (make-bass-figure-markup): add
8010         alignBassFigureAccidentals property.
8011
8012         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8013         bracket.
8014
8015         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8016         syllables widths into account for minimum-length.
8017
8018         * input/test/staff-container.ly: update file
8019
8020         * input/test/stem.ly: remove
8021
8022         * lily/event.cc (LY_DEFINE): add ly: prefix.
8023
8024         * input/test/clef-manual-control.ly: from manual-clef
8025
8026         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8027
8028         * input/test/different-time-signatures.ly: move to poly-metric.ly
8029
8030         * input/test/hara-kiri*,scales.ly: remove
8031         
8032         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8033         with chord-names-jazz.ly)
8034
8035         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8036         get scalable cm fonts too.
8037
8038         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8039         --encoding for mftrace if present.
8040
8041         * input/regression/slur-area.ly: move from test/
8042
8043         * input/test/: remove simple-slur-endings slur-attachment
8044         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8045         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8046         slur-symmetry slur-symmetry tie-broken.ly
8047
8048         * scm/drums.scm (set-drum-kit): add function.
8049
8050         * Documentation/user/refman.itely (Percussion staves): use
8051         set-drum-kit
8052
8053         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8054         too
8055         (Global_measure.set_timesig): handle 3/8 time sig too.
8056
8057         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8058         note about triangle note heads.
8059
8060         * scm/drums.scm: use alist for instrument-settings. This fixes the
8061         bug with assigning to drums in the .ly file.
8062
8063         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8064         CHANGED.
8065
8066         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8067         cluster-beacon-interface
8068
8069         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8070
8071         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8072
8073         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8074
8075         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8076         to get positions.
8077
8078         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8079         make ClusterSpannerBeacon to record Y positions. This removes the
8080         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8081         make cluster-note-events.
8082
8083 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8084
8085         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8086
8087         * configure.in: Use lily/main.cc as identifying source file.
8088
8089         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8090
8091         * config.hh.in: 
8092         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8093
8094         * configure.in: Require PYTHON >= 2.0.
8095
8096         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8097           $PYTHON for include dir location.
8098         (STEPMAKE_PYTHON): New function.  Use
8099         
8100             PYTHON=foo ./configure
8101
8102           to override.
8103
8104 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8105
8106         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8107         something.
8108
8109         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8110         ftp.lilypond.org everywhere.
8111
8112 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8113
8114         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8115         detected.
8116
8117         * Documentation/user/refman.itely (Grace notes): note on explicit
8118         contexts
8119
8120 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8121
8122         * lilypond-font-lock.el: add a comment about LilyPond specific
8123         escape characters: ^, - and _, in the syntax table.
8124
8125         * Documentation/user/appendices.itely: a majuscule fix.
8126
8127 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8128
8129         * input/test/trills.ly (endHorizScript): fixes.
8130
8131         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8132         notation, move from regression.
8133
8134         * input/test/script-stack.ly: change name from stacked-scripts
8135
8136         * input/test/ossia.ly: octave errors.
8137
8138         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8139         for midi-volume-equaliser
8140
8141 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8142
8143         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8144         cm fonts.
8145
8146         * mf/feta-beugel.mf: don't multiply font_count by 10.
8147
8148         * lily/lookup.cc (horizontal_line): new function. Use
8149         horizontal-line in output backends.
8150
8151         * Documentation/user/tutorial.itely (An orchestral part): new
8152         section on orchestral stuff and identifiers.
8153
8154 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8155
8156         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8157         some interference to other modes.
8158
8159 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8160
8161         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8162         not maximum of spacing wishes in polyphonic situations.
8163
8164         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8165         number
8166
8167         * lilypond-indent.el: remove paren matching. 
8168
8169         * lily/text-item.cc (interpret_new_markup): new function
8170         use iso. text2molecule.
8171
8172         * lily/main.cc (notice): change FSF address 
8173
8174         * po/de.po: update PO file to 1.6.
8175
8176 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8177
8178         * Documentation/user/ {many}: Add periods and remove spaces.
8179         
8180 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8181
8182         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8183         Disable buffer-locally default paren hook and make a new one. 
8184
8185         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8186         locally LilyPond-paren-mode. Add todo for mouse double-click.
8187
8188 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8189
8190         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8191         Disable buffer-locally default paren idle timer and make a new one. 
8192
8193         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8194         locally LilyPond-show-paren-mode. Add to menu a toggle for
8195         LilyPond-show-paren-function.
8196
8197 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8198
8199         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8200
8201 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8202
8203         * Documentation/user/refman.itely: spelling fix.
8204
8205         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8206         paren highlight function definitions. add todo for
8207         LilyPond-show-paren-mode.
8208
8209 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8210
8211         * input/template/jazz-combo.ly: new file.
8212
8213 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8214
8215         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8216         lo-res fixes.
8217
8218         * mf/feta-schrift.mf: bugfix in varcoda sign.
8219         WARNING: FONT CHANGED
8220
8221         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8222         in accordance with lexer.ll.   
8223
8224 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8225
8226         * Documentation/user/tutorial.itely: Edit introduction.
8227
8228 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8229
8230         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8231         ly:grob-staff-position
8232
8233 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8234
8235         * scm/to-xml.scm: import srfi-1
8236
8237         * VERSION (MAJOR_VERSION):  release 1.7.24
8238
8239         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8240
8241         * scripts/lilypond-book.py (do_file): put texidoc before image.
8242         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8243
8244         * input/regression/*.ly: fix snippet octaves 
8245
8246         * input/test/spanner-after-break-tweak.ly: import
8247         broken-spanner-adjustment
8248
8249         * input/no-notation/midi-transposing.ly: move from input/test/
8250
8251         * input/test/: remove chord-markup
8252
8253         * input/regression/instrument-name-partial.ly: move from input/test.
8254
8255         * input/test/vertical-text.ly: remove
8256
8257         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8258         space above lyrics lines.
8259
8260         * input/test/uniform-breaking.ly: remove file.
8261
8262         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8263         uniform spacing density. 
8264
8265         * input/test/chords.ly (keys): remove file.
8266
8267         * scm/documentation-lib.scm (oop): use srfi-1 too.
8268
8269         * input/regression/*.ly: add \version
8270
8271         * Documentation/user/*.itely: various fixes.
8272
8273         * buildscripts/mf-to-table.py (base): break table every three
8274         symbols.
8275
8276         * input/:  remove %% new-chords-done %% .
8277
8278         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8279         os-music.ly
8280         
8281 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8282
8283         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8284
8285         * scm/new-markup.scm (box-markup): new function.
8286         (box-markup): new function. Contributed by Dick Schoeller
8287         <schoeller@attbi.com>
8288
8289         * scm/lily.scm: remove reduce-no-unit 
8290         (list-insert-separator): use fold-right
8291
8292         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8293         of arguments. 
8294
8295         * NEWS: more neutral language for ancient notation 
8296
8297         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8298         inside pointing beaming for chord tremolo.
8299
8300         * Documentation/user/lilypond-book.itely: minor editing
8301
8302 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8303
8304         * NEWS: added news for 1.8 regarding ancient notation
8305
8306         * Documentation/user/refman.itely (Gregorian square neumes
8307         ligatures): fixed typo
8308
8309         * lily/vaticana-ligature-engraver.cc,
8310         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8311         lower/upper head of Pes only when heads are stacked
8312
8313         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8314         scm/define-grob-properties.scm: cleanup: make "join-left" a
8315         boolean grob property and save delta pitch in grob property
8316         "delta-pitch" instead
8317
8318         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8319
8320 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8321
8322         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8323         completely borked
8324
8325         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8326         (try_music): bug fix: beam multiplicity was completely borked.
8327
8328         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8329         first-n, butfirst-n in favor of srfi-1 functions.
8330         remove string-join, string-pad in favor of srfi-13 functions.
8331
8332         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8333
8334         * NEWS: use complete sentences.
8335
8336         * Documentation/user/introduction.itely (Example applications):
8337         add note about databases and lilypond-book.
8338
8339         * input/test/volta.ly: remove file
8340
8341         * input/regression/volta-broken-left-edge.ly: simplify file
8342
8343 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8344
8345         * Documentation/user/refman.itely (Constructing a tweak): new
8346         subsection.
8347
8348         * Documentation/user/tutorial.itely (Fine tuning layout): add
8349         common tweaks.
8350
8351         * scm/define-grobs.scm (TextScript): use new brewer.
8352
8353 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8354
8355         * VERSION: release 1.7.23
8356
8357         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8358
8359         * python/lilylib.py (make_ps_images): bugfixes.
8360
8361         * input/regression/volta-multi-staff.ly: new file.
8362
8363         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8364
8365         * Documentation/user/tutorial.itely (Piano staffs): new section.
8366         (Setting variables): new section
8367         (Fine tuning layout): new section
8368
8369         * input/just-friends.ly: remove file. Superseeded by
8370         input/test/chords-without-melody.ly
8371
8372         * ly/property-init.ly: add all commands to refman.
8373
8374         * scm/define-translator-properties.scm: remove
8375         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8376
8377         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8378         name. Underscores botch up PS output.
8379
8380         * scm/define-translator-properties.scm: remove
8381         textNonEmpty, oneBeat, regularSpacingDelta
8382
8383         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8384         rule for automaticBars.
8385
8386         * lily/timing-engraver.cc (start_translation_timestep): change
8387         barNonAuto to automaticBars
8388
8389 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8390
8391         * input/test/perform-tie.ly: delete file.
8392
8393 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8394
8395         * Documentation/user/refman.itely (Gregorian square neumes
8396         ligatures): bugfix: do not show ledger lines in neumes table
8397         (fixed by setting staff symbol to transparent rather than removing
8398         it from staff context)
8399
8400 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8401
8402         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8403         glue into brew-new-markup-molecule.
8404
8405         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8406
8407         * Documentation/user/introduction.itely (Computerized typography):
8408         new section
8409
8410         * Documentation/user/tutorial.itely (An orchestral part): remove
8411         pc example from tutorial.
8412
8413         * input/tutorial/lilbook.tex: use screech-boink
8414
8415         * scripts/lilypond-book.py (compile_all_files): split formatting
8416         output body and scheduling lilypond compilation.
8417         (format_lilypond_output_bodies): new function
8418         (format_lilypond_block): new function
8419         (html_pages): allow multi-page images in HTML
8420
8421         * python/lilylib.py (make_ps_images): rename function from
8422         make_preview, merge with make_page_images
8423
8424 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8425
8426         * input/test/key-clefs.ly: moved to regression.
8427
8428         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8429
8430         * input/no-notation/README: added note about midi-*.ly files.
8431
8432         * input/test/two-key.ly: moved to no-notation/parse5.ly
8433
8434         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8435         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8436
8437         * input/test/ {various}: modified comments, marked some for deletion.
8438
8439         * input/test/lines.ly: deleted file; duplicate of
8440         embedded-postscript.ly
8441
8442         * input/test/mmrest-collision: moved to regression.
8443
8444 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8445
8446         * scm/chord-name.scm (note-name->markup): don't superscript root
8447         alterations in chordnames.
8448
8449 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8450
8451         * Documentation/user/refman.itely (Multi measure rests): more
8452         index/cross-referencing.
8453
8454         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8455
8456         * scm/font.scm: remove properties-to-font-name code.
8457
8458         * scm/define-grob-properties.scm: remove 'type
8459
8460         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8461         conversion
8462
8463         * lily/text-spanner.cc: change 'type grob prop to 'style 
8464
8465         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8466         "first" flag to decide whether to make a start-repeat
8467
8468         * input/regression/grace-volta-repeat-2.ly: new file.
8469
8470 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8471
8472         * lilypond-indent.el: rename generic functions to LilyPond-*
8473
8474 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8475
8476         * input/test/thumb.ly: delete, merged into refman.
8477
8478         * Documentation/user/refman.itely: added thumb info to Fingering.
8479
8480         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8481         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8482         vertical-align.ly : deleted files.
8483
8484 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8485
8486         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8487
8488         * lily/line-spanner.cc (broken_trend_offset): remove function.
8489         (get_broken_offset): idem.
8490         (brew_molecule): rewrite the line-break case.
8491
8492         * input/regression/follow-voice-break.ly:  new file.
8493
8494         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8495         start of a system.
8496
8497 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8498
8499         * input/test/tuplet-rest.ly: moved to regression.
8500
8501         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8502         deleted file.
8503
8504         * input/test/ {many} : marked file for possible deletion.
8505
8506 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8507
8508         * input/regression/beam-funky.ly: add note about (disputed)
8509         correct beaming.
8510
8511         * ly/engraver-init.ly (ScoreContext): put key-signature after
8512         staff-bar
8513         
8514 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8515
8516         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8517
8518         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8519
8520         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8521
8522         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8523         stem-extend was deleted (it was duplicate example, and not as
8524         good).
8525
8526         * input/test/[s-z]*.ly: add texidoc index.
8527
8528 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8529
8530         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8531         get_first_notecolumn_y
8532
8533         * lily/spanner.cc (broken_spanner_index): new function.
8534
8535 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8536
8537         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8538         lyric-hyphen.ly : moved to regression.
8539
8540         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8541         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8542
8543         * input/test/instrument-name-mmrest.ly: moved to
8544         ../regression/multi-measure-rest-instr-name.ly
8545
8546         * input/test/knee-sym.ly: moved to
8547         ../regression/beam-knee-symmetry.ly.
8548
8549         * input/test/hymn.ly: change comments.
8550
8551         * input/test/[p-r]*.ly: add texidoc index.
8552
8553 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8554
8555         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8556         to postfix syntax
8557         
8558         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8559         syntax.
8560
8561         * VERSION: release 1.7.22
8562
8563 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8564
8565         * input/test/[h-k]*.ly: added texidoc index.
8566
8567         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8568
8569         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8570
8571         * input/test/ various : mark files for deletion or moving to
8572         regression.
8573
8574         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8575
8576         * input/test/[l-o]*.ly: added texidoc index.
8577
8578 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8579
8580         * scm/music-functions.scm (make-ottava-set): 
8581         only do ottavation if centralCPosition is set.
8582
8583         * lily/translator-scheme.cc (ly:context-property-where-defined):
8584         return '() if not found.
8585
8586 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8587
8588         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8589         Use one command for both commenting and uncommenting.
8590
8591         * lilypond-indent.el (LilyPond-comment-region): new function,
8592         (un)comments each line separately.
8593
8594         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8595         
8596         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8597         imenu is not added by default; adapted from f90.el,
8598         makes Help-menu, which does not fit, visible in XEmacs.
8599         
8600 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8601
8602         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8603         show-paren-mode sets blink-matching-paren-on-screen local.
8604         Try to make show-paren-function to paren-highlight local.
8605
8606         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8607         Copy definitions of Emacs' show-paren-function and
8608         XEmacs' paren-highlight and make minimal changes;
8609         add comments about locality. 
8610         Fix matching first open-paren-char in '<< .. >>'.
8611
8612 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8613
8614         * input/test/g*: added texidoc index.
8615
8616         * input/test/[a-g]*: added raggedright==#t when it
8617          seemed appropiate.
8618
8619         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8620
8621         * Documentation/topdoc/INSTALL.texi: removed false warnings
8622         about gcc 3.3.
8623
8624 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8625
8626         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8627
8628         * input/test/chords-without-melody.ly (texidoc): add from
8629         input/just-friends.ly
8630
8631         * input/regression/size{13--26}.ly: move from input/
8632
8633         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8634         input/{star-spangled-banner,twinkle}.ly: remove 
8635         
8636         * lily/slur.cc: remove slur over rest warnings.
8637
8638         * lily/note-spacing.cc (get_spacing): include left part of right
8639         object in fixed space. This fixes stretched space before
8640         accidentals.
8641
8642         * input/regression/spacing-accidental-stretch.ly: new file.
8643
8644 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8645
8646         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8647         Reduce to 16pt.
8648
8649 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8650
8651         * input/regression/spacing-knee.ly: docstring
8652
8653         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8654
8655         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8656         input/tutorial/{test,solar,flowing}.ly: remove
8657
8658         * input/rhythm.ly: remove
8659
8660         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8661
8662         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8663         update syntax. 
8664
8665         * scm/define-grobs.scm (all-grob-descriptions): set
8666         knee-spacing-correction to 1.0
8667
8668         * lily/note-spacing.cc (stem_dir_correction): compute knee
8669         correction using stem-thickness and head width.
8670
8671         * input/regression/beam-quanting-horizontal.ly: update texidoc
8672
8673         * scm/define-grobs.scm (all-grob-descriptions): set
8674         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8675         This fixes 32nd beams for noteheads in spaces quants.
8676
8677         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8678
8679 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8680
8681         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8682
8683 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8684
8685         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8686
8687         * VERSION (PACKAGE_NAME): release 1.7.21
8688
8689         * input/regression/stem-shorten.ly: new file.
8690
8691         * lily/stem.cc (get_default_stem_end_position): revise stem
8692         shortening code.
8693
8694         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8695
8696         * input/test/{scripts,volta-start,sleur}.ly: remove
8697         
8698         * input/regression/span-bar.ly: smaller file.
8699
8700         * input/regression/spacing-{natural,tight,loose}.ly: remove
8701
8702         * input/test/markup.ly: remove
8703
8704         * scripts/lilypond-book.py: put printfilename in separate chunk,
8705         so texidoc is printed after the filename.  
8706
8707 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8708
8709         * make/lilypond.mandrake.spec.in: fix docdirs.
8710
8711 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8712
8713         * input/regression/beam-french.ly: bugfix.
8714
8715         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8716
8717         * input/regression/(various).ly: add raggedright = #t.
8718
8719         * input/regression/auto-beam.ly: move from abe.ly
8720
8721 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8722
8723         * input/test/f*.ly: added texinfo index.
8724         
8725         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8726
8727 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8728
8729         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8730         quant penalty for beam just outside staff.
8731
8732         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8733         from beam-pos.ly,  remove non-horizontal tests. 
8734
8735         * input/test/(various): cleanup header info. 
8736
8737         * input/test/tchaikovsky.ly: remove file.
8738
8739         * scm/chord-generic-names.scm: move from
8740         double-plus-new-chord-name.scm
8741
8742         * input/test/orchestscore.ly: remove file
8743
8744         * Documentation/user/refman.itely (Vocal music): update documentation.
8745
8746         * scm/define-translator-properties.scm (chordNoteNamer): remove
8747         chordNameStyle, use chordNameFunction
8748
8749         * scm/chord-name.scm (set-chord-name-style): remove
8750         set-chord-name-style. Use \property chordNameFunction.
8751
8752 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8753
8754         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8755         music): remove @TeX{} command.
8756
8757 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8758
8759         * lilypond-indent.el (scan-sexps): Renamed to
8760         aargh-this-breaks-other-emacs-modes-scan-sexps.
8761
8762 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8763
8764         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8765         closing slurs: '()', etc. Add comments.
8766
8767         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8768
8769         * lilypond-font-lock.el: match unending string at eof.
8770
8771         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8772         
8773 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8774
8775         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8776         input/test/beam-dir.ly input/test/beam-position.ly    
8777         input/test/beam-suspect.ly input/test/beam-trend.ly    
8778         input/test/beams.ly input/test/crescendo-text.ly : deleted
8779         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8780         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8781         * input/test/default-bars.ly: moved to bar-always.ly
8782         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8783
8784 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8785
8786         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8787
8788 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8789
8790         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8791
8792 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8793
8794         * lilypond-indent.el: Match better slurs in scheme expressions.
8795         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8796
8797         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8798
8799 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8800
8801         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8802
8803         * input/ac-extra-voice.ly: Add texidoc.
8804
8805         * ly/chord-modifiers-init.ly: 
8806         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8807         and chordNameExceptionsPartial for new chord names.
8808
8809         * input/test/chord-names-dpnj.ly: 
8810         * input/test/dpncnt.ly: Update.
8811
8812         * scm/chord-name.scm: 
8813         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8814         chord selection and options.
8815
8816         * ly/chord-modifiers-init.ly: Add exceptions 
8817
8818         * scm/define-translator-properties.scm (chordNameStyle) 
8819         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8820
8821 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8822
8823         * ly/property-init.ly (germanChords): Added.
8824         (semiGermanChords): Added.
8825         
8826         * input/test/chord-names-german.ly: Use new macros
8827         
8828 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8829
8830         * lilypond-indent.el: Use similar parenthesis highlighting for 
8831         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8832         functions; removed LilyPond-show-paren-function. Fix indenting.
8833         Turn paren-matching on also in XEmacs.
8834
8835         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8836         as needed by parenthesis highlighting functions (in scan-sexp).
8837
8838 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8839
8840         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8841         function.
8842         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8843
8844 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8845
8846         * lilypond-indent.el: tune regexp for show-paren-function.
8847
8848 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8849
8850         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8851         for all LilyPond-produced tex snippets.
8852
8853         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8854         fixes one line --preview output of ly2dvi.
8855
8856 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8857
8858         * lilypond-indent.el: match only one type of slurs in
8859         LilyPond-show-paren-function.
8860
8861 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8862
8863         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8864         * debian/lilypond1.7.dirs: 
8865         * debian/lilypond1.7-doc.dirs: New file.
8866
8867         * input/regression/chord-name-exceptions.ly: Add parameter for
8868         ignatzekExceptions.  Quote hash in docstring.
8869
8870 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8871
8872         * lilypond-indent.el (show-paren-function): define show-paren-function
8873         as LilyPond-blink-matching-open and use it for closing parens.
8874         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8875
8876         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8877         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8878         LilyPond-blink-matching-paren in order to match both open and close
8879         brackets.
8880         
8881 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8882
8883         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8884         testing by modifying the code from FSF Emacs paren.el. Add comments.
8885
8886 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8887
8888         * input/test/dpncnt.ly: Transpose example to match new
8889         default \chords octave.  Add comment.
8890         
8891         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8892         comment about octave change.
8893
8894 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8895
8896         * input/test/[d,e]: added texinfo index tags.
8897         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8898
8899 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8900
8901         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8902
8903 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8904
8905         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8906         as in blink-matching-open.
8907
8908 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8909
8910         * input/test/[a-c]: more comments in files.
8911         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8912         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8913         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8914         mark file for proposed deletion.
8915         * input/test: renaming files:
8916         auto-beam-4-8.ly to beam-auto-4-8.ly
8917         auto-beam-override.ly to beam-auto-override.ly
8918         auto-beam.ly to beam-auto.ly
8919         blank.ly to blank-paper.ly
8920         absolute-volume.ly to dynamic-absolute-volume.ly
8921
8922 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8923
8924         * input/test/dpncnt.ly: 
8925         * input/test/chord-names-dpnj.ly: Resurrect.
8926
8927         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8928
8929         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8930
8931         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8932         Better docstring, add parameter OMIT-ROOT, tidy up.
8933
8934 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8935
8936         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8937
8938 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8939
8940         * scm/output-ascii-script.scm (as-font-alist-alist):
8941         (as-properties-to-font-name):
8942         (as-make-style-sheet): Remove.
8943
8944         * scm/font.scm (as-make-font-list): New function.
8945         (as-font-sheet-alist): New variable.
8946
8947         * ly/paper-as9-init.ly: 
8948         * ly/paper-as5-init.ly: Update.
8949
8950         * ly/paper-as5.ly:
8951         * ly/paper-as9.ly: New file.
8952
8953 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8954
8955         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8956
8957 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8958         * input/sondag-morgen/*: removed due to copyright concerns.
8959         * input/[a,b]*.ly: added a newline at the end of the texinfo
8960         doc string (produces better output in HTML version).
8961         * input/c*.ly: added texinfo index and added comments to
8962         aid in future changes to input/test/ files.
8963
8964 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8965         
8966         * Documentation/user/refman.itely: fixed build problem (missing
8967         file) caused by previous renaming.
8968
8969 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8970         
8971         * input/test/[a,b]*.ly: added texinfo index and added comments to
8972         aid in future changes to input/test/ files.
8973         * input/test/bar-number-every-5-reset.ly: renamed to
8974         bar-number-every-five-reset.ly
8975         * input/test/bar-script-visibility.ly: renamed to
8976         bar-number-show-all.ly
8977
8978 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8979
8980         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8981         to Voice.
8982
8983         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8984         out note-line and glissando functionality.
8985         
8986         * lily/line-spanner.cc (brew_molecule): cleanup.
8987
8988 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8989
8990         * scripts/as2text.scm: Use rdelim module.
8991         (start-system): Rename from start-line.
8992         (stop-system): Rename from stop-line.
8993         (af-gulp-file): Use string iso symbol for getenv.
8994
8995         * scm/output-ascii-script.scm: Add guile and lily modules.
8996         (font-name-alist): New variable.
8997         (draw-line): New function.
8998
8999         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9000         (Were these silently removed, without ChangeLog entry?)
9001
9002 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9003
9004         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9005         process 2nd ottava correctly.
9006
9007 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9008
9009         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9010
9011 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9012
9013         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9014
9015 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9016
9017         * VERSION: release 1.7.20
9018         
9019         * lily/text-spanner.cc (brew_molecule): clean up function. This
9020         fixes bugs with broken 8va spanners.
9021
9022         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9023         This prevents spurious line-breaks with raggedright
9024         
9025 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9026
9027         * lily/key-performer.cc (create_audio_elements): always use major
9028         key
9029
9030         * Documentation/user/internals.itely: updates
9031
9032         * input/regression/beam-break.ly: new file.
9033
9034         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9035         beams if starting or terminating stems have 'beaming set.)
9036
9037         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9038         property.
9039
9040         * lily/parser.yy (verbose_command_req): add comment about scales.
9041
9042 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9043
9044         * lilypond-indent.el: adjust regexps in bracket-matching.
9045
9046 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9047
9048         * Documentation/user/refman.itely: more tiny fixes
9049
9050         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9051         "Chord names"; added table with input syntax for solesmes neumes
9052         table; added some words about rationale on input syntax design
9053
9054         * lily/gregorian-ligature-engraver.cc,
9055         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9056         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9057         alignment of Pes Initio Debilis
9058
9059         * Documentation/user/refman.itely,
9060         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9061         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9062         bugs in the solesmes neumes table
9063
9064 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9065
9066         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9067         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9068
9069         * lilypond-mode.el: fix tag-score. small improvements.
9070
9071 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9072
9073         * .cvsignore: Add aclocal.m4.
9074
9075         * lily/music-constructor.cc: Include <assert.h>.
9076
9077 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9078
9079         * ly/engraver-init.ly (HaraKiriStaffContext): use
9080         RemoveEmptyStaffContext instead.
9081
9082         * Documentation/user/refman.itely: updates
9083
9084 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9085
9086         * Documentation/user/refman.itely: added solesmes neumes table;
9087         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9088         bugfix: "Ornaments" -> "Articulations"
9089
9090         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9091
9092 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9093
9094         * lilypond-indent.el: Add a message about trying to match \] or \).
9095         
9096 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9097         
9098         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9099         obsolete "arithmetic_*"
9100
9101         * input/bugs/ligatures.ly: removed (will be put into a different
9102         directory later)
9103
9104 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9105
9106         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9107         libkpathsea (Maurizio Tomasi).
9108
9109 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9110
9111         * input/regression/repeat-slash.ly (texidoc): new file
9112
9113         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9114         slash repeats separately. Slash repeats and %
9115         repeats can now be nested.
9116
9117 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9118
9119         * lilypond-indent.el: Add preliminary test for closing \] and \).
9120         
9121 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9122
9123         * lily/gregorian-ligature-engraver.cc,
9124         lily/vaticana-ligature-engraver.cc,
9125         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9126         mf/parmesan-heads.mf: various semivocalis related bugfixes
9127
9128         * input/bugs/ligatures.ly: new file demonstrating problems with
9129         ligatures
9130         
9131 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9132
9133         * lilypond-mode.el,
9134         lilypond-font-lock.el,
9135         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9136
9137 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9138
9139         * lilypond-mode.el: Remove outdated code. Stress the difference 
9140         between Emacs and XEmacs definitions.
9141
9142         * lilypond-mode.el,
9143         lilypond-indent.el: Define a function interactive only when necessary.
9144
9145 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9146
9147         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9148         Use inactive regions also in XEmacs.
9149
9150 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9151
9152         * Documentation/user/refman.itely (Repeat syntax): more updates
9153
9154         * lily/simple-spacer.cc (solve): move solution process into
9155         solve(). This fixes a bug with collisions and raggedright = ##t.
9156  
9157         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9158
9159         * ly/engraver-init.ly: remove GraceContext. Update examples.
9160
9161 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9162
9163         * GNUmakefile.in (fonts): Also make fontball.
9164
9165         * Website fixes:
9166
9167         * ly/engraver-init.ly (GraceContext): Add.
9168
9169         * run:
9170
9171             convert-ly $(find . -name *.ly)
9172
9173         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9174         new chords.
9175
9176 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9177
9178         * VERSION: 1.7.19 released
9179         
9180         * scm/music-functions.scm (set-octavation): new function.
9181
9182         * input/regression/ottava.ly: new file
9183
9184         * lily/translator-scheme.cc (LY_DEFINE): new function
9185         ly:unset-context-property
9186         (LY_DEFINE) new function ly:context-property-where-defined: 
9187
9188 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9189
9190         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9191
9192         * lilypond.words: add few.
9193
9194         * input/test/script-chart.ly: fix typo.
9195
9196 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9197
9198         * scm/define-grobs.scm: uniform naming for definitions and output
9199         routine files. 
9200
9201         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9202         scm/context-description.scm
9203
9204         * lily/parser.yy (translator_spec_body): add \description to the
9205         \translator{} body syntax.
9206
9207         * lily/ottava-engraver.cc: new file.
9208
9209         * scm/chord-name.scm (natural-chord-alteration): replace old
9210         chord stuff. 
9211
9212         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9213
9214         * Documentation/user/refman.itely (Metronome marks): update doco.
9215
9216         * input/regression/markup-note.ly: new file
9217
9218         * input/regression/metronome-marking.ly: new file
9219
9220         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9221
9222         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9223         metronome marks.
9224
9225 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9226
9227         * Documentation/user/GNUmakefile: Compatibility fix for new
9228         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9229         for making binary packages; info splitting bug has been fixed.
9230
9231         * Documentation/user/refman.itely: Compile fixes.
9232
9233 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9234
9235         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9236         Count \midi -keywords also for a region.
9237
9238 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9239
9240         * lily/lookup.cc (LY_DEFINE): new function
9241
9242         * Documentation/user/tutorial.itely: updates
9243
9244 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9245
9246         * lilypond-mode.el: Allow Midi on buffer.
9247         Use only '.ly'-extension, remove '.sly' and '.fly'.
9248         Allow use of inactive regions. Invoke next Command on Master file, 
9249         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9250
9251 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9252
9253         * Documentation/user/tutorial.itely: updates.
9254
9255 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9256
9257         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9258
9259 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9260
9261         * lily/coherent-ligature-engraver.cc: fixed typo
9262
9263         * lily/coherent-ligature-engraver.cc,
9264         lily/gregorian-ligature-engraver.cc,
9265         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9266         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9267         lily/vaticana-ligature-engraver.cc,
9268         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9269         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9270         removed all ligature specific stuff from NoteHead code
9271
9272         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9273         ligatures now use regular noteheads
9274
9275         * lily/vaticana-ligature.cc: tiny code cleanups
9276
9277         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9278         space between two adjacent noteheads of the same pitch
9279
9280         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9281         description; cleanup: removed obsolete font-family settings
9282
9283 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9284
9285         * lily/coherent-ligature-engraver.cc,
9286         lily/gregorian-ligature-engraver.cc,
9287         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9288         lily/mensural-ligature-engraver.cc,
9289         lily/vaticana-ligature-engraver.cc,
9290         lily/include/gregorian-ligature-engraver.hh: updated for new
9291         Coherent_ligature_engraver; added comments that describe the basic
9292         design ideas of the ligature implementation
9293
9294         * lily/coherent-ligature-engraver.cc,
9295         lily/include/coherent-ligature-engraver.hh: new file: shared code
9296         between mensural ligatures and Gregorian chant notation ligatures
9297
9298 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9299
9300         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9301         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9302         use only two arguments in sit-for, use no arguments in
9303         read-char-exclusive, backspace is not a character (127) in XEmacs.
9304
9305         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9306
9307 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9308
9309         * lilypond-mode.el: un-commenting works after syntax-table fix.
9310
9311         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9312         group, verbose commenting for syntax table.
9313
9314         * lilypond-indent.el: add TODO for ligature slurs.
9315
9316 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9317
9318         * lilypond-mode.el: Move comments of parenthesis matching away,
9319         (blink-matching-paren-on-screen) fix blinking in Emacs.
9320
9321         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9322         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9323
9324         * lilypond-indent.el: Add TODO for parenthesis matching.
9325
9326 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9327
9328         * lilypond-mode.el: Fix XEmacs: 
9329         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9330         invoke explicitly easy-menu-add (in Emacs done automatically).
9331         
9332         * lilypond.words: Add few words from input/*/*.ly.
9333
9334 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9335
9336         * VERSION (PATCH_LEVEL): release 1.7.18
9337
9338         * scripts/lilypond-book.py: only print basename for printfilename
9339         option
9340
9341         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9342         and syntax updates.
9343
9344 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9345
9346         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9347         better parametrisation. Move fatness of bulb downward.
9348
9349         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9350         glyph names. Underscores are not allowed .ps encoding files.
9351
9352 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9353
9354         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9355         variable "packed" for packed right-ragged mode
9356
9357         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9358         unused variable ragged; fixed indentation
9359
9360         * Documentation/user/refman.itely: tiny cleanups in ancient
9361         clef and custos section
9362
9363 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9364
9365         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9366         \applyoutput PROCEDURE
9367
9368         * lily/my-lily-lexer.cc: add \applyoutput.
9369
9370         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9371
9372         * lily/text-item.cc: clean text-interface description
9373
9374 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9375
9376         * input/{regression,test}/: use postfix for slur endings and beam
9377         begins.
9378
9379         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9380         style beams too. 
9381
9382         * input/regression/lyrics-melisma-beam.ly: new file.
9383
9384         * lily/lyric-engraver.cc (process_music): change from
9385         process_acknowledged_grobs()
9386
9387         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9388         functions to set and revert auto-beam settings.
9389
9390 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9391
9392         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9393
9394 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9395
9396         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9397         Documentation/user/lilypond.tely: fixed some typos; updated author
9398         info
9399
9400         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9401         #"" -> #'flag-style = #'()
9402
9403         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9404         cleanup: removed dead #includes
9405
9406         * lily/gregorian-ligature-engraver.cc,
9407         lily/include/gregorian-ligature.hh,
9408         scm/grob-property-description.scm: small cleanups, small spacing
9409         fixes
9410
9411         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9412         lily/vaticana-ligature.cc,
9413         lily/include/gregorian-ligature-engraver.hh,
9414         scm/grob-property-description.scm, scm/music-types.scm:
9415         "porrectus" -> "pes or flexa"
9416
9417         * ly/engraver-init.ly, scm/grob-description.scm,
9418         scm/grob-property-description.scm: junked porrectus, now handled
9419         by ligature code
9420
9421         * scm/grob-description.scm: bugfix: added space-alist entry for
9422         breathing sign/custos
9423
9424 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9425
9426         * Another grand 2003 update.
9427         
9428         * Remove mentioning of `mudela'; There's no such thing.
9429
9430 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9431
9432         * Documentation/user/preface.itely (Preface to version 1.8): update
9433
9434         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9435
9436         * Documentation/user/converters.itely (Invoking convert-ly): revise
9437
9438         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9439
9440         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9441
9442 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9443
9444         * Documentation/user/internals.itely: more updates.
9445
9446 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9447
9448         * Documentation/user/refman.itely: revise 
9449
9450         * Documentation/user/internals.itely: revise
9451
9452         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9453
9454 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9455
9456         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9457         beautification: reformatted ancient clefs section; cleanup: small
9458         wording fixes
9459
9460 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9461
9462         * lilypond.words: added words for chant notation, sorted
9463         alphabetically through "sort lilypond.words"
9464
9465 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9466
9467         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9468         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9469         chant notation
9470
9471 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9472
9473         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9474         prevent TeX from interpreting them as long dash
9475
9476         * input/test/vaticana.ly: updated
9477
9478         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9479         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9480         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9481         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9482         fixes
9483
9484         * mf/parmesan-heads.mf: ledger endings: removed dead code
9485
9486 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9487
9488         * VERSION: 1.7.17 released
9489         
9490         * Documentation/user/GNUmakefile
9491         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9492         files too.
9493
9494         * scm/document-markup.scm: new file: document all markup
9495         functions.
9496
9497         * scm/documentation-generate.scm: rename all documentation modules
9498         to document-*.scm
9499
9500         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9501         .png
9502
9503         * input/test/divisiones.ly: added
9504
9505         * input/regression/output-property.ly: new file
9506
9507         * lily/cluster.cc: change cluster-interface to use style property
9508
9509 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9510
9511         * input/test/chord-names-german.ly: modified.
9512
9513         * scm/chords-ignatzek.scm:
9514           chord-name->german-markup: Added
9515           note-name->german-markup: Changed (now producing lowercase notenames)
9516
9517         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9518         
9519 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9520
9521         * scripts/convert-ly.py (FatalConversionError.conv):
9522         divisiominima -> divisioMinima, etc.
9523
9524         * ly/engraver-init.ly (FiguredBassContext): add
9525         Separating_line_group_engraver to Figured bass context.
9526
9527         * ly/german-chords-init.ly: remove file
9528
9529         * input/test/chord-names-german.ly (scm): new file.
9530
9531         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9532
9533         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9534         Chord_name_engraver
9535
9536         * Documentation/user/refman.itely: lots of updates.
9537
9538         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9539         new file
9540
9541         * input/test/bar-number-every-5-reset.ly: new file.
9542
9543 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9544
9545         * input/regression/chord-name-major7.ly: new file
9546
9547         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9548         if specced explicitly.
9549
9550         * input/regression/chord-name-entry-11.ly: new file.
9551
9552         * input/test/slur-beautiful.ly: new file.
9553
9554         * Documentation/user/refman.itely: updates.
9555
9556         * input/regression/collisions.ly (threevoice): cleanup.
9557
9558         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9559
9560 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9561
9562         * Documentation/user/*.itely: various updates.
9563
9564         * ly/spanners-init.ly: enddecr/ endcr.
9565
9566         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9567         of tutorial
9568
9569 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9570
9571         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9572
9573         * lily/new-chord-name-engraver.cc (process_music): use octavation
9574         (a number) instead of original-pitch to store inversions. This
9575         fixes a problem with transposed chords with inversions.  
9576
9577 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9578
9579         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9580         used in includable-lexer.hh.
9581
9582         * lily/includable-lexer.cc: Bugfix: include config.h.
9583
9584         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9585         circumvention of Debian packaging bug.
9586
9587 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9588
9589         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9590         
9591         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9592
9593         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9594         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9595
9596         * lily/include/includable-lexer.hh: 
9597         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9598
9599         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9600
9601         * aclocal.m4: Regenerate.
9602
9603         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9604         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9605
9606         * scm/pdf.scm (use-modules): Include lily.
9607
9608         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9609         Noordkamp).
9610         (use-modules): Include lily.
9611         (lily-def): Bugfix: include tex-val in let.
9612
9613 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9614
9615         * lilypond-mode.el: sensible error if lilypond.words not found.
9616
9617         * lilypond.words: add few words.
9618
9619 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9620
9621         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9622
9623         * mf/parmesan-scripts.mf: fixed typo in char name
9624
9625 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9626
9627         * VERSION: 1.7.16 released
9628
9629         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9630         (this is a security vulnerability).
9631
9632         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9633
9634         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9635         add staff support.
9636
9637 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9638
9639         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9640         ly/script-init.ly, scm/script.scm: bugfix: renamed
9641         fermata->signumcongruentiae to fix naming clash with feta font
9642
9643 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9644
9645         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9646
9647         * lily/multi-measure-rest-engraver.cc
9648         (start_translation_timestep): use grace timing too for determining
9649         when to make mmrest.
9650         (start_translation_timestep): clear numbers too.
9651
9652 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9653
9654         * scm/music-types.scm: compile fix: escape braces
9655
9656         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9657         work around font selection problem
9658
9659         * Documentation/user/refman.itely: BreathingSign: added docu for
9660         property "text"
9661
9662 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9663
9664         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9665         information.
9666
9667 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9668
9669         * lily/multi-measure-rest-engraver.cc (class
9670         Multi_measure_rest_engraver): make multiple Number objects, one
9671         for each MultiMeasureTextEvent.
9672
9673         * scm/music-functions.scm (glue-mm-rest-texts): use
9674         MultiMeasureTextEvent
9675
9676         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9677
9678         * Documentation/user/refman.itely (Multi measure rests): update.
9679
9680 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9681
9682         * lily/ly-module.cc (ly_copy_module_variables): use
9683         scm_internal_hash_fold() for iterating modules.
9684
9685 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9686
9687         * Documentation/user/refman.itely: Section Custodes: added more
9688         example code
9689
9690         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9691         neo-mensural rests to parmesan font
9692
9693         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9694         header
9695
9696 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9697
9698         * Documentation/user/macros.itexi: @fileref macro.
9699
9700         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9701         each file. 
9702
9703 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9704
9705         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9706         Documentation/topdocs/AUTHORS.texi: updated my email address
9707
9708         * Documentation/user/refman.itely: updated custos documentation;
9709         beautified divisiones example; beautified articulations table
9710
9711         * lily/breathing-sign.cc: bugfix: finalis molecule
9712
9713 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9714
9715         * Documentation/user/refman.itely: added docu for
9716         contemporary fermata symbols, gregorian breathing signs; small fixes
9717
9718         * ly/gregorian-init.ly: removed obsolete #'type props
9719
9720 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9721
9722         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9723         minimum-length property correctly.
9724
9725 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9726
9727         * scm/music-functions.scm (make-multi-measure-rest): set input
9728         locations for multimeasure rests.
9729
9730 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9731
9732         * input/regression/breathing-sign.ly: updated to for ancient
9733         notation
9734
9735 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9736
9737         * scripts/ly2dvi.py: Add newline.
9738
9739 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9740
9741         * scripts/ly2dvi.py (dependency_files): Compile fix.
9742
9743 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9744
9745         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9746         (make_html_menu_file): --html menu. 
9747
9748 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9749
9750         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9751
9752 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9753
9754         * input/screech-boink.ly: new file.
9755
9756 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9757
9758         * scripts/lilypond-book.py (make_lilypond_file): convert
9759         lilypond-file to lilypond block directly, without going through
9760         begin/end lilypond text.
9761         
9762
9763 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9764
9765         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9766         scm/grob-description.scm: moved Michael's original breathing sign
9767         code in brew_molecule() to divisio_minima(); provided new
9768         brew_molecule() that effectively replaces the
9769         Text_item::brew_molecule callback (with additional fallback to
9770         Michael's original code); added callbacks for brewing divisio
9771         maior/maxima and finalis
9772
9773         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9774         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9775
9776         * script-init.ly: added shortfermata, longfermata,
9777         verylongfermata, varcoda
9778
9779         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9780         longfermata, verylongfermata, varcomma, varcoda
9781
9782 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9783
9784         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9785           Remove all noquote and insert a few quote.
9786         
9787         * Documentation/user/lilypond-book.itely (Music fragment options),
9788           scripts/lilypond-book.py: Don't include quotation blocks by
9789           default. Introduce option quote instead of noquote
9790
9791 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9792
9793         * VERSION: 1.7.15 released
9794         
9795         * Documentation/user/lilypond.tely: omf updates.
9796
9797         * buildscripts/texi2omf.py (omf_vars): include version.date
9798
9799         * make/lilypond.redhat.spec.in: fixes for spec file. 
9800
9801         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9802         by function definition: lily now requires a recent GNU Make.
9803
9804         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9805         writing.
9806
9807         * make/ly-rules.make: remove .ly -> .tex rule
9808
9809         * Documentation/user/refman.itely (Figured bass): revised figured
9810         bass example.
9811
9812 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * stepmake/stepmake/omf-targets.make (local-install): add
9815         scrollkeeper-update message.
9816
9817         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9818         to binary.
9819         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9820
9821         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9822
9823         * Documentation/user/converters.itely (Invoking midi2ly): add
9824         track/channel notice.
9825
9826 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9827
9828         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9829
9830         * lily/parser.yy (scalar): DIGIT is also a scalar.
9831
9832         * Documentation/user/music-glossary.tely: add @omf tags
9833
9834         * Documentation/user/lilypond.tely: add @omf tags
9835
9836         * scm/generate-documentation.scm (string-append): add @omf tags.
9837
9838         * stepmake/stepmake/omf-*: new files 
9839
9840         * input/regression/multi-measure-rest.ly (texidoc): add doco
9841
9842         * GNUmakefile.in (web-doc-install): add web-doc-install target
9843
9844         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9845         fixes crashes while dumping MIDI.
9846
9847         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9848         midi
9849
9850 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9851
9852         * buildscripts/texi2omf.py: new file.
9853
9854         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9855         font-name
9856
9857 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9858
9859         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9860
9861         * lily/sequential-iterator.cc (descend_to_child): call
9862         descend_to_child() for all types of music.
9863
9864 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9865
9866         * scm/translator-property-description.scm: Add
9867         bassFigureFormatFunction.  Replace some entries.
9868
9869 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9870
9871         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9872         clean out.
9873
9874 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9875
9876         * scripts/midi2ly.py (Note.dump): never dump duration for
9877         dump_dur=0.
9878
9879         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9880         new function
9881
9882         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9883         figures using new markups. Much simpler, and should improve layout
9884         a little.
9885
9886         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9887
9888 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9889
9890         * ly/engraver-init.ly: use Hara kiri by default for 
9891         ChordNames, FiguredBass and Lyrics(Voice) context. 
9892
9893         * lily/axis-group-engraver.cc (acknowledge_grob): use
9894         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9895
9896         * scm/new-markup.scm (markup-function-list): add bracket,
9897         vbracket.
9898
9899         * ly/engraver-init.ly (ChordNamesContext): set
9900         minimumVerticalExtent
9901
9902 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9903
9904         * input/test/time-signature-double.ly: new file 
9905
9906         * input/regression/collision-head-chords.ly (texidoc): new file.
9907
9908         * lily/type-swallow-translator.cc: add note swallow translator 
9909
9910         * input/test/time-signature-double.ly: new file.
9911
9912         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9913
9914         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9915         (FiguredBassContext): idem.
9916
9917         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9918
9919         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9920
9921         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9922
9923         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9924         .afm dependency
9925
9926         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9927
9928         * python/lilylib.py (make_page_images): add function.
9929
9930         * scripts/ly2dvi.py (run_latex): include title in preview image.
9931
9932         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9933         from lilypond-book for <ly2dvifile> tags in HTML.
9934
9935         * scripts/ly2dvi.py (option_definitions): add --debug option to
9936         print out environment.
9937
9938         * input/regression/tie-chord-partial.ly: new file.
9939
9940 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9941
9942         * lilypond.words: add 3
9943
9944 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9945
9946         * scm/new-markup.scm (markup-function-list): add finger-markup
9947
9948         * input/tutorial/brahms-tweaked.ly: new markup 
9949
9950         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9951
9952         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9953         crash when processing '() markup
9954
9955         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9956
9957         * lily/breathing-sign.cc (railtracks): another caesura.
9958
9959         * mf/feta-schrift.mf: caesura symbol. 
9960
9961 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * scripts/convert-ly.py (FatalConversionError.conv): add
9964         ly:molecule-XXX conversions.
9965
9966         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9967
9968         * input/regression/multi-measure-rest-text.ly: new file.
9969
9970         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9971         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9972
9973         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9974         ScoreContext
9975
9976         * scm/new-markup.scm (center-markup): \center markup.
9977
9978         * scm/music-functions.scm: remove pitchify scripts.
9979
9980         * lily/music.cc (print_smob): display music name if available 
9981
9982 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9983
9984         * Documentation/user/refman.itely (Instrument names): remove
9985         \turnOff doco.
9986
9987 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9988
9989         * lily/score.cc (mark_smob): bugfix.
9990
9991         * input/regression/rehearsal-mark.ly: new file.
9992
9993         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9994         report error at the current token again.
9995
9996 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9997
9998         * cygwin/mknetrel: Exit if doc build fails.
9999
10000         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10001
10002 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10003
10004         * scm/music-types.scm (music-descriptions): add doc strings
10005
10006 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10007
10008         * lily/lexer.ll: 
10009         * lily/include/my-lily-lexer.hh: 
10010         * lily/include/includable-lexer.hh: Add flex kludge.
10011
10012         * config.hh.in: 
10013         * config.make.in: 
10014         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10015         cruft.
10016         
10017         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10018         code.
10019
10020 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10021
10022         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10023
10024         * lily/parser.yy (new_chord): Compile fix.
10025
10026 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10027
10028         * Documentation/user/refman.itely (Tuning groups of objects):
10029         remove documentation for \turnOff. 
10030
10031         * lily/percent-repeat-engraver.cc (try_music): add correct
10032         processing moments for double-measure percents as well.
10033
10034         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10035
10036         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10037         grob prop type. 
10038
10039         * Documentation/user/refman.itely (Printing named chords): add
10040         chord name tweak doco.
10041
10042         * input/template/gregorian-transcription.ly: new file.
10043
10044 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10045
10046         * VERSION: 1.7.13 released
10047         
10048         * input/test/*: lots of cleanups/comment-outs/removals in chord
10049         examples
10050         
10051         * input/regression/*: lots of cleanups/comment-outs/removals in
10052         chord examples
10053         
10054         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10055         options
10056
10057         * lily/new-chord-name-engraver.cc (process_music): give original
10058         inversion pitch to chord name routine.
10059
10060         * input/tutorial/os-score.ly: update to new markup
10061
10062         * Documentation/user/appendices.itely: simply include
10063         chords-ignatzek. 
10064
10065         * Documentation/user/refman.itely (Chords mode): add documentation
10066         for chord mode.
10067
10068         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10069         not present in chord.
10070         (construct-chord): add inversion and bass support.
10071
10072         * lily/chord.cc: junk contents.
10073
10074 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10075
10076         * Documentation/user/refman.itely:
10077         * Documentation/user/music-glossary.tely: fix. 
10078
10079 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10080
10081         * scm/chord-entry.scm (construct-chord): move chord construction
10082         to Scheme.
10083
10084         * lily/parser.yy (new_chord): new setup for chord entry.
10085
10086 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10087
10088         * lilypond.words:
10089         * Documentation/user/music-glossary.tely: add ambitus.
10090
10091 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10094
10095         * lily/include/*.hh: string() -> to_string()
10096
10097         * scm/chords-ignatzek.scm: new file.
10098
10099         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10100         standard chord name exceptions.
10101
10102         * scm/translator-property-description.scm (chordNameSeparator):
10103         add property.
10104         (majorSevenSymbol): add property
10105
10106         * lily/translator-scheme.cc (ly:context-properties): new function
10107         (ly:context-parent): new function.
10108         (print_smob): print context name.
10109
10110         * lily/music.cc (ly:get-music-length): new function
10111         (print_smob): don't print properties.
10112
10113         * lily/duration.cc (duration<?): new function
10114
10115         * input/regression/chords-funky-ignatzek.ly: new file.
10116
10117         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10118         jazz chords.
10119
10120         * lily/pitch.cc (ly:pitch-diff): new function.
10121
10122         * input/regression/chords-ignatzek.ly: new file.
10123
10124 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10125
10126         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10127         pitches for jazz chords.
10128
10129 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10130
10131         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10132
10133 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10134
10135         * lilypond.words: add 1
10136
10137 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10138
10139         * Documentation/topdocs/AUTHORS.texi: refine.
10140
10141 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10142
10143         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10144         
10145         * lilypond.words: add one.
10146
10147 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10148
10149         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10150         Fontify bass note in chords, e.g., e in c1/e.
10151         
10152 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10153
10154         * Documentation/user/music-glossary.tely: Dutch updates and
10155         additions (Arent Storm).
10156
10157 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10158
10159         * input/regression/ambitus.ly:  move file.      
10160
10161         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10162
10163         * lily/event.cc (transpose): add tonic property to Key_change_req
10164         and to Key_engraver.
10165
10166 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10167
10168         * Documentation/user/refman.itely: fix typo.
10169
10170         * lilypond.words: removed wrong identifiers.
10171
10172 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10173
10174         * mf/feta-toevallig.mf: make flat stem shorter 
10175
10176 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10177
10178         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10179
10180         * lilypond.words: add from Phrasing slur.
10181         
10182 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10183
10184         * lilypond-mode.el: allow launching multiple ViewPS processes.
10185         
10186         * lilypond.words: add from Text markup.
10187
10188 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10189
10190         * input/test/ossia.ly (texidoc): add comment.
10191
10192         * input/regression/voice-follower.ly: new file.
10193
10194         * mf/feta-toevallig.mf: make flat heavier.
10195
10196         * lily/cluster-engraver.cc: clean up Cluster engraver
10197
10198         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10199         Engraver. Use Note_column to compute Y positions and deal with
10200         line break stuff.
10201
10202 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10203
10204         * lily/stem.cc: move french-beaming to stem.
10205
10206 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10207
10208         * lilypond-font-lock.el: fontify all durations in chords.
10209
10210         * lilypond.words: add from lily/my-lily-lexer.cc
10211
10212 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10213
10214         * VERSION: release 1.7.12
10215
10216         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10217
10218         * lily/gregorian-ligature.cc: new file
10219
10220         * lily/*: the Great 2003 search & replace.
10221
10222         * Documentation/user/refman.itely (Manual repeat commands): add
10223         note about font selection.
10224
10225 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10226
10227         * lilypond-mode.el: propose recompiling midi while invoking playing,
10228         not while stopping playing.
10229
10230 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10231
10232         * lilypond.words: add one.
10233
10234         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10235         and expressional note grouping. Fontify chord modes.
10236
10237 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10238
10239         * Documentation/user/music-glossary.tely (Top): translate melisma.
10240
10241 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10242
10243         * Documentation/user/music-glossary.tely (Top): add melisma.
10244
10245 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10246
10247         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10248         interfaces for (abstract) grob GregorianLigature
10249
10250         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10251         renamed head* -> glyph_name*, x-shift* -> x-offset*
10252
10253         * scm/grob-property-description.scm: bugfix: added missing descriptions
10254
10255 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10256
10257         * input/test/chord-names-dpnj.ly: New file.
10258
10259         * scm/double-plus-new-chord-name.scm: Implement full and partial
10260         exceptions.
10261
10262         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10263
10264         * scm/double-plus-new-chord-name.scm
10265         (double-plus-new-chord->markup): Fix sub->markup.
10266
10267
10268 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10269
10270         * lily/custos-engraver.cc: added TODO; editorial changes
10271
10272         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10273         consistency with other ligature engravers; removed access on (now)
10274         private variable _ligature of Ligature_engraver
10275
10276         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10277         renamed last_bound -> last_bound_; issue programming_error on
10278         abstract method calls; moved primitives code from
10279         Mensural_bracket_engraver to here (because almost ligature
10280         engravers will need it); renamed try_stop_ligature () ->
10281         typeset_ligature (); bugfix: store primitives of finished ligature
10282         in separate variable finished_primitives_ to avoid clash on input
10283         like "\] \["; added current_ligature () to enable access on
10284         private variable _ligature
10285
10286         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10287         (now in super class); renamed try_stop_ligature () ->
10288         typeset_ligature ()
10289
10290         * lily/mensural-ligature.cc: issue programming_error on abstract
10291         method calls
10292
10293         * lily/note-heads-engraver.cc: added TODO comment upon bool
10294         in_ligature
10295
10296         * mf/parmesan-heads.mf: fixed some of set_char_box()
10297
10298         * scm/grob-description.scm: added VaticanaLigature
10299
10300         * scm/grob-property-description.scm: added neume prefix properties
10301
10302         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10303         lily/include/gregorian-ligature-engraver.hh,
10304         lily/include/gregorian-ligature.hh: new files; framework for
10305         gregorian ligature engravers such as vaticana
10306
10307         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10308         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10309         vaticana style ligature implementation (still somewhat uncomplete)
10310
10311 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10312
10313         * VERSION: release 1.7.11
10314
10315         * scripts/convert-ly.py: add ly:pitch-transpose rule
10316
10317 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10318
10319         * input/test/dpncnt.ly: New file.
10320
10321         * lily/my-lily-lexer.cc: Add chordnames keyword.
10322
10323         * lily/parser.yy (chordnames_block): Parse chord name exception
10324         lists, see input/test/dpncnt.ly.
10325
10326         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10327         function.
10328
10329         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10330         filter-out too.
10331
10332         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10333         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10334         pitch functions (except for ly:make-pitch, but that's apparently
10335         some sort of scheme naming standard?).
10336
10337         * scm/lily.scm (!=): define-public.
10338
10339         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10340
10341 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10342
10343         * scm/double-plus-new-chord-name.scm
10344         (double-plus-new-chord-name->markup): New file.
10345
10346 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10347
10348         * python/lilylib.py (make_preview): don't suppress progress for
10349         bbox extraction.
10350
10351 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10352
10353         * Documentation/user/appendices.itely (scheme): update for new syntax.
10354
10355         * input/regression/chord-name-styles.ly: new file
10356
10357         * lily/instrument-name-engraver.cc: create instrument names
10358         without barline too.  Allows instrument name on ChordNames  
10359
10360         * scm/new-markup.scm (interpret-markup): allow simple strings as
10361         markup too.
10362
10363 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10364
10365         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10366         (step->markup-accidental): Fix: add accidental.
10367         (chord::inner-name-american): 
10368         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10369         append stray '/' if last superscript addition was 'o'.
10370
10371         * scm/new-markup.scm (normal-size-sub-markup) 
10372         (normal-size-super-markup): New function.
10373
10374         * lily/source-file.cc (Source_file): Add warning for possibly
10375         intentional but suspicious initialization.
10376
10377         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10378         add comments about cut-and-paste programming.
10379
10380         * flower/rational.cc (lcm): Not used; comment out.
10381
10382 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10383
10384         * lily/new-fingering-engraver.cc (position_scripts): use
10385         fingerHorizontalDirection to determine fingering horizontal
10386         directions.
10387  
10388         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10389         fingering support.
10390
10391         * scripts/convert-ly.py (FatalConversionError.conv): add style
10392         conversion rule. 
10393
10394         * scm/chord-name.scm (set-chord-name-style): new function.
10395         (new-chord-name-brew-molecule): revise to interpret markup only
10396         (new-chord->markup): cleanuppish rewrite. To be called from the
10397         new engraver.
10398
10399         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10400         Markup earlier, during interpreting.
10401
10402         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10403         style settings. Rename to chord-names-*.ly
10404
10405 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10406
10407         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10408         markup code and update to new markup.  Most probably broke some of
10409         it.
10410         
10411 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10412
10413         * Documentation/user/refman.itely: added docu for ambitus and
10414         clusters
10415
10416         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10417         ly_quote_scm() in lookup.cc
10418
10419         * mf/parmesan-clefs.mf: set_char_box fix
10420
10421         * lily/cluster-engraver.cc: junk implicit protection; use
10422         Protected_scm instead
10423
10424 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10425
10426         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10427         throughout.
10428
10429         * scm/new-markup.scm: Turn-off error-triggering test code.
10430
10431 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10432
10433         * scm/new-markup.scm (markup-thrower-typecheck) 
10434         (markup-typecheck?):  add full typechecking functions.
10435         (make-markup-maker): add make-FOO-markup functions.
10436         (markup-argument-list-error): nice error checking messages.
10437         (make-markup): better function: less quoting escapades.
10438
10439 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10440
10441         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10442
10443 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10444
10445         * cygwin/lilypond.hint (requires): Add cygwin.
10446
10447         * .cvsignore: Remove stepmake (huh!?!), add lib.
10448
10449         * GNUmakefile.in: Add libdir links for builddir runs.
10450
10451         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10452         instead of datadir.
10453
10454         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10455         local_lilypond_libdir.
10456
10457         * config.make.in (lilypond_libdir): Add.
10458
10459         * stepmake/stepmake/substitute-rules.make: 
10460         * stepmake/stepmake/script-rules.make: 
10461         * stepmake/stepmake/python-module-rules.make:
10462         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10463         lilypond-python-module patch.
10464
10465 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10466
10467         * Documentation/user/refman.itely (Graphical interfaces): add note
10468         about xml2ly.
10469
10470 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10471
10472         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10473
10474 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10475
10476         * VERSION: released 1.7.10
10477
10478         * scripts/musedata2ly.py (): idem
10479
10480         * scripts/midi2ly.py (dump_chord): idem
10481
10482         * scripts/etf2ly.py (version): idem 
10483
10484         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10485
10486         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10487
10488         * scm/tex.scm (tex-output-expression): remove eval compat
10489         glut. Other output files too.
10490
10491         * scm/chord-name.scm: don't export anything from chord module.
10492
10493         * input/test/american-chords.ly: idem
10494
10495         * input/test/banter-chords.ly (texidoc): idem
10496
10497         * input/test/Cc-chords.ly: add breakage notes.
10498
10499         * Documentation/user/refman.itely (Text markup): rewrite manual
10500         section.
10501
10502         * lily/parser.yy (scalar): allow \markup { } as property value. 
10503
10504         * scm/chord-name.scm: complete new markup usage
10505
10506         * scm/grob-description.scm (all-grob-descriptions): use new markup
10507         texts by default
10508
10509 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10510
10511         * scm/chord-name.scm: partial move to new markup texts.
10512
10513 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10514
10515         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10516
10517         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10518         settable.
10519
10520 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10521
10522         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10523         invoked for old midi, wait for killing.
10524
10525 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10526
10527         * Documentation/user/music-glossary.tely: Finnishing.
10528
10529 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10530
10531         * mf/feta-nummer-code.mf: some kerning pairs.
10532
10533 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10534
10535         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10536         Added.
10537
10538         * Documentation/user/refman.itely (Bar numbers):
10539         set-bar-number-visibility added, modulo-bar-number removed again
10540         (sorry).
10541
10542 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10543
10544         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10545
10546         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10547
10548         * Documentation/user/music-glossary.tely: translate into Finnish.
10549
10550 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10551
10552         * lilypond-mode.el: add shortcut for 2midi
10553
10554         * lilypond-font-lock.el: fontify lyrics
10555
10556 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10557
10558         * scm/drums.scm : use 1.7.x names.
10559
10560         * input/regression/drums.ly : Don't use << chords >>
10561
10562 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10563
10564         * lilypond-mode.el: tidy, add TODO
10565
10566         * make/lilypond.mandrake.spec.in: install-info quietly.
10567
10568 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10569
10570         * input/test/markup.ly: use new syntax.
10571
10572 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10573
10574         * ly/params-init.ly (interscoreline): add word-space
10575
10576         * input/test/metronome.ly (eighthNote): idem.
10577
10578         * input/test/script-priority.ly: use new markup
10579
10580         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10581
10582         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10583
10584         * lily/parser.yy (gen_text_def): bugfix.
10585         (full_markup): allow markup identifier.
10586
10587 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10588
10589         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10590         jobs at the same time. Add horizontal lines to Command menu.
10591         Allow one compiling job -- propose killing others before a new one.
10592
10593         * lilypond.words: add markup, teeny, etc.
10594
10595 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10596
10597         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10598         Allow only one type of midi process; launching Midi either stops
10599         midis or plays the current midi and launching MidiAll stops midis
10600         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10601         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10602
10603 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10604
10605         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10606         markup  for new markup texts.
10607
10608         * lily/mark-engraver.cc (process_music): idem
10609         
10610         * lily/instrument-name-engraver.cc (create_text): idem
10611
10612         * scm/new-markup.scm (magnify-markup): new function.
10613
10614         * scm/molecule.scm (stack-lines): bugfix.
10615
10616         * lily/font-interface.cc (get_font): take font-magnification from
10617         alist chain.
10618
10619 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10620
10621         * lily/molecule-scheme.cc: move scheme functions to separate file.
10622
10623         * lily/font-metric.cc  (ly_get_glyph): new function. 
10624         
10625         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10626         (italic-markup, dynamic-markup): new functions
10627         (font-markup): new function
10628
10629         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10630         padding and minimum
10631
10632 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10633
10634         * lily/accidental-engraver.cc:
10635         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10636
10637 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10638
10639         * lilypond.vim:
10640         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10641         [a-zA-Z] for user defined identifiers. Separate note cases 
10642         with and without a duration (allow cis\longaX).
10643
10644         * lilypond.words: Add words from Info.
10645
10646 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10647
10648         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10649
10650 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10651
10652         * lilypond-mode.el: Propose reverting buffer before a command if
10653         it was edited with an another editor.
10654
10655 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10656
10657         * lily/molecule.cc (ly_translate_molecule): new function
10658
10659         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10660         into libdir
10661
10662         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10663
10664         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10665
10666 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10667
10668         * lilypond.words: take \words from Info-index.
10669
10670 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10671
10672         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10673
10674 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10675
10676         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10677
10678 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10679
10680         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10681         and lilypond-documentation.
10682
10683 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10684
10685         * lily/parser.yy: Compile fix (bison 1.75).
10686
10687 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10688
10689         * VERSION: 1.7.9 released
10690
10691         * scm/music-functions.scm (shift-one-duration-log): refactor.
10692         Use music-map.
10693
10694         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10695
10696         * NEWS: update.
10697
10698         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10699         argument
10700         
10701         * scm/music-functions.scm (display-music): new function
10702         (music-map): change arg order.
10703
10704         * input/regression/new-markup-syntax.scm: new file
10705
10706         * lily/parser.yy (markup): add \markup { .. } syntax.
10707
10708         * scm/new-markup.scm (override-markup): new function
10709         (lookup-markup): new function
10710         (music-markup): new function
10711         (lookup-markup-command): use markup-signature to store argument
10712         format for parser.
10713
10714         * lily/lexer.ll: preliminary \markup syntax. 
10715
10716 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10717
10718         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10719         add pre/post-dependencies and menus with icons from source.
10720
10721         * Documentation/pictures/lilypond-48x48.xpm:
10722         * Documentation/pictures/lilypond-32x32.xpm:
10723         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10724         transparent.
10725
10726         * stepmake/stepmake/generic-targets.make:
10727         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10728
10729 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10730
10731         * input/regression/music-map.ly (texidoc): new file.
10732
10733         * scm/music-functions.scm (music-map): new function
10734
10735 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10736
10737         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10738
10739 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10740
10741         * input/test/to-xml.ly:
10742         * lily/ligature-engraver.cc: Fixes documentation.
10743
10744         * lilypond.mandrake.spec.in:
10745         * lilypond.redhat.spec.in: Add lilypond.words.
10746
10747         * Documentation/user/refman.itely: Mention Info inside emacs.
10748         
10749         * lilypond.suse.spec.in:
10750         * lilypond.redhat.spec.in:
10751         * lilypond.mandrake.spec.in: Set root-owner for doc
10752         (tobbe@nyvalls.se).
10753
10754 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10755
10756         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10757         os.popen.read ().
10758
10759 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10760
10761         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10762
10763         * python/lilylib.py (error): add space
10764
10765 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10766
10767         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10768         distribution.
10769
10770 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10771
10772         * lily/paper-outputter.cc (Paper_outputter): close port when
10773         finishing score.
10774
10775 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10776
10777         * scm/sodipodi.scm: Fixes.
10778
10779 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10780
10781         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10782
10783         * buildscripts/make-font-dir.py: Fix. 
10784
10785 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10786
10787         * lilypond-mode.el: Add support for Info inside Emacs.
10788
10789 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10790
10791         * buildscripts/make-font-dir.py: 
10792         * mf/GNUmakefile: Make sodipodi font map.
10793
10794         * scm/sodipodi.scm: Add more output functions.
10795
10796         * mf/feta-nummer.mf: 
10797         * mf/feta-beugel.mf: Add font_coding_scheme.
10798
10799         * lily/paper-outputter.cc (output_header): Fix creator string.
10800
10801 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10802
10803         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10804         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10805
10806         * lilypond.words: add two (Everybody can add/remove words now!).
10807
10808         * debian/rules:
10809         * make/lilypond.suse.spec.in:
10810         * make/lilypond.mandrake.spec.in:
10811         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10812
10813         * Documentation/user/refman.itely: Mention autocompletion.
10814
10815 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10816
10817         * scripts/ly2dvi.py: Add paper sizes.
10818
10819         * lily/timing-engraver.cc: 
10820         * lily/time-signature.cc: 
10821         * lily/span-bar.cc: 
10822         * lily/grob-scheme.cc: Code formatting fixes.
10823
10824         * scm/sodipodi.scm: 
10825         * scm/sketch.scm:
10826         * buildscripts/mf-to-table.py: 
10827         * buildscripts/make-font-dir.py: Font testing.
10828
10829 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10830
10831         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10832         inserts try-completion and shows all-completions.
10833
10834         * lilypond.words: '\' -> '\\'
10835
10836         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10837         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10838         
10839         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10840         and LilyPond-reserved-words.
10841         
10842 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10843
10844         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10845         from load-path.
10846         
10847         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10848         the mini-buffer with Control-Shift-c.
10849         
10850 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10851
10852         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10853         duration. This fixes \tempo taking time.
10854
10855 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10856
10857         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10858         Allow for text markup in repeatCommands. 
10859
10860 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10861
10862         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10863         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10864         Get rid of skeleton.el-dependency.
10865
10866         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10867
10868 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10869
10870         * lily/beam-engraver.cc (stop_translation_timestep): reset
10871         now_stop_ev_
10872
10873         * lily/scm-option.cc: add parse-protect to ly:set-option
10874
10875         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10876
10877 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10878
10879         * lily/include/ligature-bracket.hh: removed
10880         * lily/ligature-bracket.cc: removed
10881
10882         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10883         .tex
10884
10885         * lily/beam.cc (set_beaming): don't change beam count on rests.
10886         (brew_molecule): always set flag-width > 0.
10887
10888 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10889
10890         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10891         chars, remove instructions; instead, refer to lilypond-init.el and
10892         Documentation/topdocs/INSTALL.texi.
10893
10894         * lilypond.words: add identifiers and reserved words.
10895
10896         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10897         files and adding a load-path.
10898
10899         * lilypond-init.el: Instructions, extracted from 
10900         Documentation/topdocs/INSTALL.texi. 
10901         
10902 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10903
10904         * VERSION: 1.7.8 released 
10905
10906         * lily/grob.cc (warning): better robustness fix.
10907
10908 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10909
10910         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10911
10912         * lily/cluster-engraver.cc: stick better to variable naming
10913         conventions
10914
10915         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10916         until stop_translation_timestep()
10917
10918         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10919         min/max coordinates to backend, but no musical info such as
10920         pitches
10921
10922         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10923
10924         * lily/grob.cc: robustness fix: warning(): do not crash if
10925         cause is not set
10926
10927         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10928         the much more elaborated tuplet brackets than the very naive and
10929         simple ligature bracket grob
10930
10931 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10932
10933         * Documentation/user/refman.itely (Analysis brackets): add
10934         horizontal bracket doco.
10935
10936         * ly/property-init.ly (setMmRestFermata): added.
10937
10938         * Documentation/user/refman.itely (Multi measure rests): fermatas
10939         on mm rests.
10940
10941         * input/regression/apply-context.ly (texidoc): new file
10942
10943         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10944         code to be executed during interpretation. Possible applications:
10945         smart octavation, more advanced bar checks. 
10946
10947         * lily/apply-context-iterator.cc: new file.
10948
10949 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10950
10951         * input/test/new-markup.ly: new file.
10952
10953         * lily/text-item.cc (text_to_molecule): new function
10954
10955         * scm/new-markup.scm (lambda): new file
10956
10957         * lily/function-documentation.cc (ly_add_function_documentation):
10958         add proc property as well
10959
10960 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10961
10962         * Documentation/user/music-glossary.tely (Top): add custos.
10963
10964 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10965
10966         * Documentation/topdocs/INSTALL.texi: advise how to include source
10967         path to Emacs load-path and improve language.
10968
10969 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10970
10971         * GNUmakefile.in: config.h message fix.
10972
10973         * autogen.sh:
10974         * aclocal.m4: Regenerate.
10975
10976         * configure.in: 
10977         * config.make.in: 
10978         * stepmake/config.make.in: 
10979         * stepmake/configure.in: 
10980         * stepmake/autogen.sh: 
10981         * stepmake/aclocal.m4: Update for autoconf 2.56.
10982
10983 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10984
10985         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10986         to install Emacs-mode. Instructions how to use vim-mode.
10987
10988 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10989
10990         * scm/music-types.scm (music-descriptions): no length for tempo event.
10991
10992         * input/*.ly: add \version everywhere.
10993         
10994         * input/*.ly: update syntax to 1.7 + new-chords.
10995
10996         * VERSION: 1.7.7 released.
10997         
10998         * Documentation/user/*.tely: new chord syntax.
10999
11000         * input/regression/[bc]*.ly (texidoc): syntax updates.
11001         
11002 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11003
11004         * lilypond.words: add vocabulary to be used in auto-completion
11005
11006         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11007
11008         * lilypond.vim: allow note name at EOF
11009
11010 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11011
11012         * buildscripts/new-chords.py (edit): -e option: inline editing.
11013
11014         * input/regression/a*.ly (texidoc): syntax updates.
11015
11016         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11017         music): elucidations. 
11018
11019 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11020
11021         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11022         ly/spanners-init.ly, scm/grob-description.scm,
11023         scm/grob-property-description.scm, scm/music-types.scm,
11024         lily/cluster-engraver.cc, lily/cluster.cc,
11025         lily/include/cluster.hh, input/test/cluster.ly: cluster
11026         implementation
11027
11028         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11029         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11030         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11031
11032         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11033
11034         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11035
11036         * scm/grob-description.scm: bugfix: by default, use default note
11037         head style when engraving ligatures
11038
11039         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11040
11041         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11042         events
11043
11044         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11045
11046         * input/test/ancient-font.ly: bugfix: style -> flag-style
11047
11048         * lily/ligature-engraver.cc: indentation fix
11049
11050         * lily/parser.yy: indentation fixes
11051         
11052 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11053
11054         * input/regression/measure-grouping.ly: more elaborate example.
11055
11056         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11057         ly:div-moment. New functions 
11058
11059         * scm/music-functions.scm (set-time-signature): new function,
11060         allow inline time sig settings with measure grouping.
11061
11062         * lily/parser.yy (command_element): move time sig construction
11063         into Scheme.
11064
11065         * lily/side-position-interface.cc (out_of_staff): new function,
11066         like padding, but keep minimum distance from staff. Easier than
11067         linespanners (dynamics, pedals), but roughly the same effect.
11068
11069 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11070
11071         * emacs-mode.el: Added spanish-note-replacements 
11072         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11073
11074         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11075
11076 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11077
11078         * lilypond.vim: Do not fontify cises, desis, etc.
11079
11080         * vimrc: view dvi with <S-F6>
11081
11082 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11083
11084         * lily/lookup.cc (triangle): new function.
11085
11086         * input/regression/measure-grouping.ly (texidoc): new file: show
11087         triangles and brackets for beat groups of 3 and 2.
11088
11089         * lily/include/measure-grouping-spanner.hh (class
11090         Measure_grouping): new file.
11091
11092         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11093
11094         * lily/measure-grouping-engraver.cc (class
11095         Measure_grouping_engraver): new file.
11096
11097 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11098
11099         * Merge from stable:
11100
11101             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11102         
11103         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11104         stylesheet.
11105
11106         * ly/paper19.ly: Include paper19-init.ly.
11107
11108         * ly/paper19-init.ly: New file.
11109
11110         * Documentation/user/tutorial.itely (First steps): Fix first
11111         example for font test.
11112
11113         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11114
11115         * ChangeLog: Add 1.7.6 release marker (see below).
11116
11117         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11118         Add .py files.
11119
11120 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11121
11122         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11123
11124         * input/tutorial/*.ly: update to new syntax.
11125
11126         * lily/parser.yy (Composite_music): new transpose syntax,
11127         \transpose FROM TO MUSIC. 
11128
11129 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11130
11131         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11132         latex progress/error output to stderr (by default this goes to
11133         stdout).  Show lilypond progress, even when not verbose.
11134
11135         * python/lilylib.py (system): New optional parameter to control
11136         showing of progress.
11137
11138         * scm/backend-documentation-lib.scm (check-dangling-properties):
11139         Fix error message.
11140
11141         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11142         axis, extent.
11143
11144         * scm/grob-property-description.scm (magnify): Remove.
11145         (extent, axis): Add.
11146
11147 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11148
11149         * VERSION: Release 1.7.6.
11150
11151         * scripts/convert-ly.py: more uniformization substitutions.
11152
11153         * buildscripts/new-chords.py (sub_chords): new file.
11154
11155 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11156
11157         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11158         lilypond.map.  Include sauter fonts too.  Cleanups.
11159
11160 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11161
11162         * Documentation/user/tutorial.itely (First steps): change to new
11163         chord/tie/slur/beam notation.
11164
11165         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11166         ties.
11167
11168         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11169         engraver. Process ties in postfix notation, i.e. c8-~ c
11170
11171         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11172
11173         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11174
11175         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11176
11177         * lily/beam-engraver.cc (try_music): accept new-beam-events
11178
11179         * input/regression/chord-scripts.ly (texidoc): new file
11180
11181         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11182         script-events.
11183
11184         * scm/script.scm (default-script-alist): cleanup.
11185
11186         * lily/script-engraver.cc (make_script_from_event): cleanup.
11187
11188         * lily/lyric-combine-music-iterator.cc
11189         (Lyric_combine_music_iterator): remove superfluous events.
11190         (melisma_busy): new function. Fix broken melismas.
11191
11192 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11193
11194         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11195         Remove nonvalid settings. Use descriptive key names.
11196         Use <Return> to indicate the pressing of that key.
11197
11198 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11199
11200         * scripts/lilypond-book.py (option_definitions): Typo.
11201
11202         * scripts/ly2dvi.py: Updates.
11203
11204         * python/lilylib.py (setup_environment, print_environment)
11205         (get_bbox, make_preview): Merge and remove from ly2dvi and
11206         lilypond-book.
11207
11208         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11209
11210         * .cvsignore: Remove some cruft.
11211
11212         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11213         path.
11214
11215         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11216         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11217         throughout.
11218
11219         * python/lilylib.py (quiet_system): Junk
11220         (system): Display error log upon failure.
11221         (read_pipe): New function.  Cleanups and fixes.
11222
11223         * python/*.py: Rename from *.py.in.
11224         
11225         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11226
11227         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11228
11229 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11230
11231         * python/GNUmakefile: Bugfix: handle modules.
11232
11233         * stepmake/stepmake/python-module-targets.make (default): Add
11234         compiled modules. 
11235
11236         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11237         compiling modules.
11238
11239         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11240         Bugfix.  (OUT_PYC_MODULES): Add.
11241
11242 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11243
11244         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11245         Use default paths. Refresh description.
11246
11247 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11248
11249         * VERSION: 1.7.5 released
11250
11251         * input/regression/finger-chords.ly (texidoc): new file.
11252
11253         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11254         support
11255
11256         * lily/fingering-engraver.cc (process_music): remove kludgy
11257         scriptHorizontal stuff.
11258
11259         * lily/script.cc: remove staff-support property.
11260
11261         * lily/new-fingering-engraver.cc (add_fingering): new
11262         file. Fingering engraver for new style chords.
11263
11264 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11265
11266         * lily/parser.yy (bare_number): allow 4 \cm (without
11267         decimal dot). (should backport to 1.6?)
11268
11269         * ly/declarations-init.ly: use Scheme for dimension defs.
11270
11271         * lily/parser.yy (TODO): remove hard coded dimensions, add
11272         REAL NUMBER_IDENTIFIER production.
11273
11274         * lily/rest-collision.cc (force_shift_callback): rewrite using
11275         -done property.
11276
11277         * scm/grob-property-description.scm (rest-collision-done): add
11278         property.
11279         
11280         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11281
11282 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11283
11284         * input/regression/multi-measure-rest-center.ly: new file.
11285
11286         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11287         off horizontally by 0.05 ss. Fixed.
11288
11289 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11290
11291         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11292
11293         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11294
11295 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11296
11297         * lily/tie.cc (get_control_points): also avoid staff lines on the
11298         just outside the outer staff lines
11299
11300 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11301
11302         * ly/params-init.ly: Just define style-alist, no need to
11303         define-public.
11304
11305         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11306         (thanks Han-Wen).
11307
11308         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11309         (FET_FILES): = FONT_FILES.
11310
11311         * Merge from stable:
11312
11313             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11314
11315 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11316
11317         * VERSION: 1.7.4 released.  
11318         
11319         * scm/generate-documentation.scm (string-append): add macro
11320         definitions.
11321
11322         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11323         normal texts.
11324
11325         * lily/multi-measure-rest-engraver.cc: make separate
11326         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11327
11328         * lily/multi-measure-rest.cc: remove text handling. Remove
11329         number-threshold.
11330
11331 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11332
11333         * scm/music-types.scm: doc patch by Graham Percival
11334
11335 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11336
11337         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11338         encoding part.
11339         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11340         (sketch_p): Sketch wants only first four elements of X11 font spec.
11341
11342         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11343
11344         * mf/feta-autometric.mf: Write foundry and family to log.
11345
11346         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11347         font translation table.
11348
11349         * buildscripts/mf-to-table.py: Better font info into afm.
11350
11351         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11352         1.0.9 required.
11353
11354         * configure.in: Whine for mftrace 1.0.9.
11355
11356 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11357
11358         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11359
11360         * lily/main.cc (main_prog): don't try to load init.EXT when
11361         processing foo.EXT.
11362
11363 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11364
11365         * scm/tex.scm (zigzig-line): added.
11366
11367         * scm/ps.scm (zigzag-line): added.
11368
11369         * ps/music-drawing-routines.ps (subvec): added.
11370         (draw_zigzag_line): added.
11371         
11372         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11373         grob properties zigzag-width and zigzag-length.
11374
11375         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11376
11377 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11378
11379         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11380         svg output, including font.
11381
11382 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11383
11384         * scm/lily.scm: Register sodipodi output module.
11385
11386         * scm/sodipodi.scm: New file.
11387
11388         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11389
11390         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11391         comment, after header.
11392         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11393         FullName.  Fix FontName key.
11394
11395 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11396
11397         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11398         and breve rests.
11399         
11400         * input/test/blank-notes.ly: bugfix
11401
11402         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11403         rests. (Kim Shrier)
11404
11405         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11406         
11407 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11408
11409         * scm/tex.scm: 
11410         * scm/ps.scm: Cleanup and remove obsolete junk.
11411
11412         * Documentation/user/internals.itely:
11413         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11414
11415         * lily/parser.yy: Identify shift/reduce problems.
11416
11417         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11418         make-style-sheet.  Too specific for convert-ly?
11419
11420 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11421
11422         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11423
11424         * input/test/*.ly: various fixes.
11425
11426         * lily/music.cc (name): bugfix
11427
11428         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11429
11430         * lily/input-file-results.cc (code): set-point-and-click! ->
11431         set-point-and-click
11432         
11433 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11434
11435         * Use uniform ly: prefix for exported scheme primitive functions.
11436
11437         * scm/music-types.scm: junk compat glue
11438
11439         * scripts/convert-ly.py: add rules for stuff below, junk
11440         compatibility glue for spanrequest.
11441
11442         * lily/parser.yy (verbose_event): remove \spanrequest,
11443         \commandspanrequest, \script. 
11444         
11445         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11446
11447         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11448         for \penalty, \glissando.
11449
11450         * VERSION: release 1.7.3
11451         
11452 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11453
11454         * lily/accidental-engraver.cc: Fix
11455         grace-in-the-beginning-of-measure bug caused by the resent
11456         partial-measure fix.
11457
11458         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11459         overlap looks too crowded)
11460         
11461 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11462
11463         * lily/parser.yy (assignment): allow SCM expression as assignment.
11464
11465         * lily/include/music-output-def.hh (class Music_output_def):
11466         * lily/music-output-def.cc: 
11467         * lily/paper-def.cc: 
11468         * scm/font.scm (markup-to-properties):
11469         * lily/parser.yy (music_output_def_body): 
11470         remove style_sheet_
11471
11472 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11473
11474         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11475         length.
11476
11477         * input/regression/spacing-to-grace.ly: new file.
11478
11479         * input/regression/spacing-end-of-line.ly: new file.
11480
11481         * lily/note-spacing.cc (get_spacing): take into account breakable
11482         stuff sticking out at the left (time sig change at line break).
11483
11484         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11485         raggedright code.
11486
11487         * scm/music-functions.scm (make-voice-props-set): add
11488         staff-position for mm rests.
11489  
11490         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11491         before grace notes a little.
11492
11493         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11494
11495         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11496         key adds space at the end of line. 
11497
11498 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11499
11500         * scm/sketch.scm: Fix beams.
11501
11502         * buildscripts/mf-to-table.py: Add EncodingScheme.
11503
11504         * scm/sketch.scm: Resurrect.
11505
11506 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11507
11508         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11509         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11510
11511 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11512
11513         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11514
11515         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11516
11517 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11518
11519         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11520         token for origin information.
11521
11522         * lily/parser.yy (My_lily_lexer): do identifier location and
11523         cloning from lexer.
11524
11525         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11526         logic out of the parser. Add bar checks on both ends.
11527
11528         * Documentation/user/refman.itely (Multi measure rests): add more
11529         notes about mm rests.
11530
11531 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11532
11533         * input/regression/bar-scripts.ly: Re-enable.
11534
11535         * lily/parser.yy:
11536         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11537         released rsn.  Bison 1.50 has a crucial bug and won't work.
11538
11539         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11540
11541
11542 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11543
11544         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11545
11546 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11547
11548         * Actually merge changes since 1.6.4 besides ChangeLog, and
11549         resolve conflicts.  Lots of updates, hope all is well.
11550         
11551         * cygwin/lilypond.hint (requires): Add ghostscript.
11552
11553         * scm: Update some (c).
11554         
11555 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11556
11557         * input/test/{various}.ly: add \header fields and texidoc strings.
11558
11559 2002-10-05  Werner Lemberg  <wl@gnu.org>
11560
11561         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11562         renamed to `output_latex_quoted'.
11563         Added `output_latex_noquote'.
11564         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11565         mode.
11566
11567 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11568
11569         * ChangeLog: Add 1.6.6 release marker.  See below.
11570
11571         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11572
11573         * scripts/midi2ly.py: Fix global syntax warnings.
11574
11575         * GNUmakefile.in: Generate builddir locale tree too.
11576
11577         * scripts/ly2dvi.py:
11578         * scripts/midi2ly.py: 
11579         * scripts/mup2ly.py: 
11580         * scripts/update-lily.py:
11581         * lily/main.cc (setup_paths): Fix for locales setup.
11582
11583 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11584
11585         * Documentation/windows/installing.texi: Soften wording about
11586         necessity of becoming Administrator.  tommie@iae.nl reports this
11587         does not seem to be necessary for his flavour of Windows 2000.
11588         Explicitely discourage text mode mounts.
11589
11590 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11591
11592         * lily/rest.cc (after_line_breaking): backport dot position fix.
11593
11594         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11595         rests. Thanks to Klaus Zimmermann for finding this bug.
11596
11597 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11598
11599         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11600
11601 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11602
11603         * Documentation/user/music-glossary.tely: fix links.
11604
11605 2002-10-21  Werner Lemberg  <wl@gnu.org>
11606
11607         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11608         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11609         scaling factor) only once and use them in the definition of
11610         \embeddedps.
11611         * ps/music-drawing-routines.ps (skeel): Removed.
11612
11613 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11614
11615         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11616         Solaris7, as we don't use nested $( ) constructs.
11617
11618 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11619
11620         * VERSION: Release 1.6.6.
11621         
11622 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11623
11624         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11625         as workaround for /bin/sh problems on Solaris7.
11626
11627 2002-10-19  Werner Lemberg  <wl@gnu.org>
11628
11629         * GNUmakefile.in (web-doc): Fix typos.
11630         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11631         `music-drawing-routines.ps' but emit \special{header=...} once.
11632         * scm/tex.scm (header-end): Updated.
11633
11634 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11635
11636         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11637         undefined tremolo. 
11638
11639 2002-10-15  Werner Lemberg  <wl@gnu.org>
11640
11641         * scripts/lilypond-book.py (g_make_html): New global variable.
11642         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11643         if `g_make_html' isn't set.
11644         [main]: Add format `texi-html'.
11645         (option_definitions): Updated.
11646         * Documentation/user/lilypond-book.itely: Updated.
11647
11648         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11649         * make/ly-rules.make (%.texi, %.nexi): Use it.
11650         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11651         format to lilypond-book.
11652         * GNUmakefile.in (web-doc): Ditto.
11653
11654 2002-10-14  Werner Lemberg  <wl@gnu.org>
11655
11656         Further improve TeX output.  The produced files are about 40%
11657         smaller.  `lilyponddefs.tex' is now read only once.
11658
11659         * tex/lilyponddefs.tex: Remove footer stuff.
11660         (\ifundefined): Renamed to...
11661         (\lilypondundefined): This.  Use LaTeX's definition to
11662         make it nestable and make it global.
11663         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11664         output.
11665         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11666         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11667         them global.
11668         (\placebox): Renamed to...
11669         (\lyitem): This.
11670         Make it global and call \outputscale by itself.
11671         (\lybox, \lyvrule): New macros to reduce input data.
11672         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11673         New auxiliary macros.
11674         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11675         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11676         to...
11677         (\lilypondspace): This and made it global.
11678         (\turnOnPostScript): Renamed to...
11679         (\lilypondpostscript): This and made it global.
11680         (\turnOnExperimentalFeatures): Renamed to...
11681         (\lilypondexperimentalfeatures): This and made it global.
11682         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11683         (\lilypondsetdimen): This and made it global.
11684         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11685         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11686         (all, $(outdir)/music-drawing-routines.ps): New rules.
11687         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11688         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11689         start-system, stop-system, stop-last-system, filledbox): Updated to
11690         use the changed macros from lilyponddefs.tex.
11691         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11692
11693 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11694
11695         * Documentation/windows/installing.texi: Update.
11696
11697 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11698
11699         * VERSION: 1.6.5 released
11700
11701         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11702
11703 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11704
11705         * scm/translator-property-description.scm (voltaOnThisStaff): add
11706         property.
11707
11708 2002-09-28  Werner Lemberg  <wl@gnu.org>
11709
11710         * scm/tex.scm (header-end): Suppress page numbering.
11711
11712         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11713         Fix quotation for HTML output.
11714
11715 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11716         
11717         * Documentation/user/refman.itely: grammar and phrasing
11718           fixes to "Note Entry" section.  Also adds a few new examples.
11719
11720 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11721
11722         * flower/include/string-data.icc: include string.h
11723
11724 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11725
11726         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11727
11728 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11729
11730         * Documentation/user/GNUmakefile (extra-local-help): Add.
11731
11732         * stepmake/stepmake/www-targets.make (local-help): Add.
11733
11734 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11735
11736         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11737         packages.
11738
11739         * Documentation/topdocs/README.texi (Top): building documentation
11740         (not website.)
11741
11742 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11743
11744         * Documentation/user/refman.itely: 
11745         * Documentation/user/tutorial.itely: 
11746         * Documentation/user/music-glossary.tely: Merge changes.
11747
11748         * Documentation/user/glossary.html.in: 
11749         * Documentation/index.texi: 
11750         * Documentation/header.html.in: Accomodate renaming of glossary.
11751         
11752         * Documentation/user/tutorial.itely: Add some glossary references.
11753         
11754         * Documentation/user/refman.itely: Minor fixes.
11755         
11756         * Documentation/user/lilypond.tely: Add glossary do direntry.
11757
11758         * Documentation/user/music-glossary.tely: Rename (previously:
11759         glossary.tely).  Fix anchor placement.
11760
11761         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11762
11763 2002-09-23  Werner Lemberg  <wl@gnu.org>
11764
11765         * scripts/lilypond-book.py (output_dict): Fix handling of
11766         various environments by avoid extraneous newlines.
11767         Rename `output-all' regexp for html to `output-html'.
11768         Replace `output-all' regexp for texi with `output-texi-quote'
11769         and `output-texi-noquote'.
11770         (compose_full_body): Don't override `linewidth' user option
11771         for `singleline'.
11772         (schedule_lilypond_block): Don't indent text specified with
11773         `intertext' option.
11774         Add new option `noquote'.
11775         (compile_all_files): Use latex instead of tex to compile ly
11776         files directly.
11777
11778         * Documentation/user/lilypond-book.itely: Updated and revised.
11779         Improve layout.
11780
11781         * Documentation/user/glossary.tely,
11782         Documentation/user/introduction.itely,
11783         Documentation/user/tutorial.itely,
11784         Documentation/user/refman.itely,
11785         Documentation/user/appendices.itely: Fix overfull LilyPond
11786         boxes caused by the new lilypond-book code.  Other minor
11787         fixes.
11788
11789         * Documentation/user/macros.itexi (@texiflat): Don't emit
11790         trailing space.
11791
11792         * scm/tex.scm (end-output, header-end): Add preamble and
11793         postamble to make lilypond output directly compilable with
11794         latex.
11795
11796         
11797 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11798
11799         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11800         instructions.
11801
11802 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11803
11804         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11805
11806 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11807
11808         * lily/beam.cc (connect_beams): don't crash if there are quarter
11809         notes in beams.
11810
11811 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11812
11813         * Documentation/user/refman.itely: corrected ancient clef
11814         docu; added docu on ligatures
11815
11816 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11817
11818         * Documentation/user/glossary.tely,
11819         Documentation/user/refman.itely, input/les-nereides.ly,
11820         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11821         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11822         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11823         Stem properties: flag-style -> stroke-style, style -> flag-style.
11824
11825
11826 2002-09-22  Werner Lemberg  <wl@gnu.org>
11827
11828         * scripts/lilypond-book.py: Add option `notime' to suppress
11829         printing of a time signature.  Specify default indentation of 0pt
11830         if single line fragment.  Don't emit redundant `\paper{ }'.
11831
11832         * Documentation/user/lilypond-book.itely: Updated.
11833
11834         * Documentation/user/glossary.tely: Completely reformatting.
11835
11836 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11837
11838         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11839
11840 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11841
11842         * Documentation/user/tutorial.itely: Fix links.
11843         
11844         * Documentation/topdocs/index.tely:
11845         * Documentation/index.texi:
11846         * Documentation/header.html.in: Small website fixes and updates.
11847
11848         * debian/: Debian patch by Anthony Fok.
11849
11850 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11851
11852         * Documentation/footer.html.in: How time flies: It's already 2002!
11853
11854         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11855         more descriptive link names than 'here'.
11856
11857 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11858
11859         * VERSION: 1.7.2 released
11860         * VERSION: 1.6.4 released
11861         
11862         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11863
11864         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11865         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11866
11867         * mf/feta-din.mf (test): add x-height and space.
11868
11869         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11870         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11871
11872         * ly/grace-init.ly: add-to-grace-init: function to portably add
11873         settings to \grace. 
11874
11875         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11876         if we get an absolute dynamic event.
11877  
11878         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11879
11880         * lily/source-file.cc (get_line): oops. All line numbers were off
11881         by 2. Fix that. 
11882
11883         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11884         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11885
11886         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11887
11888         * lily/parser.yy (number_factor): remove (number) as number
11889         expression. ("Let them eat Lisp").
11890
11891 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11892
11893         * lily/horizontal-bracket.cc: new file.
11894
11895         * lily/horizontal-bracket-engraver.cc: new file.
11896
11897         * input/regression/note-group-bracket.ly: new file. Support
11898         horizontal note brackets for music analysis.
11899
11900         * lily/stem.cc (flag): new flag-style: no-flag.
11901
11902         * input/test/stem-cross-staff.ly: new file
11903         
11904         * Documentation/user/internals.itely: Improved formatting, fixing
11905         typos.  Added a section `Output details' to describe how the TeX
11906         code looks like.
11907
11908         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11909
11910         * lily/parser.yy: remove \dynamicscript.
11911
11912         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11913         definitions. 
11914
11915         * python/midi.c (midi_error): take two arguments.
11916
11917         * Merge 1.6.5 changes:
11918         
11919 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11920
11921         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11922         staff-space.  Previous 1.5 was probably meant as half-spaces.
11923         (cautionary-style): parentheses (was: smaller).  This is what doco
11924         says, and it seems more logical.
11925
11926         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11927         for 2nd sentence.
11928
11929 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11930
11931         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11932
11933 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11934
11935         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11936
11937 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11938
11939         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11940
11941 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11942
11943         * scm/translator-property-description.scm (voltaOnThisStaff): add
11944         property.
11945
11946 2002-09-28  Werner Lemberg  <wl@gnu.org>
11947
11948         * scm/tex.scm (header-end): Suppress page numbering.
11949
11950         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11951         Fix quotation for HTML output.
11952
11953 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11954         
11955         * Documentation/user/refman.itely: grammar and phrasing
11956           fixes to "Note Entry" section.  Also adds a few new examples.
11957
11958 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11959
11960         * flower/include/string-data.icc: include string.h
11961
11962 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11963
11964         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11965
11966 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11967
11968         * Documentation/user/GNUmakefile (extra-local-help): Add.
11969
11970         * stepmake/stepmake/www-targets.make (local-help): Add.
11971
11972 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11973
11974         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11975         packages.
11976
11977         * Documentation/topdocs/README.texi (Top): building documentation
11978         (not website.)
11979
11980 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11981
11982         * Documentation/user/refman.itely: 
11983         * Documentation/user/tutorial.itely: 
11984         * Documentation/user/music-glossary.tely: Merge changes.
11985
11986         * Documentation/user/glossary.html.in: 
11987         * Documentation/index.texi: 
11988         * Documentation/header.html.in: Accomodate renaming of glossary.
11989         
11990         * Documentation/user/tutorial.itely: Add some glossary references.
11991         
11992         * Documentation/user/refman.itely: Minor fixes.
11993         
11994         * Documentation/user/lilypond.tely: Add glossary do direntry.
11995
11996         * Documentation/user/music-glossary.tely: Rename (previously:
11997         glossary.tely).  Fix anchor placement.
11998
11999         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12000
12001 2002-09-23  Werner Lemberg  <wl@gnu.org>
12002
12003         * scripts/lilypond-book.py (output_dict): Fix handling of
12004         various environments by avoid extraneous newlines.
12005         Rename `output-all' regexp for html to `output-html'.
12006         Replace `output-all' regexp for texi with `output-texi-quote'
12007         and `output-texi-noquote'.
12008         (compose_full_body): Don't override `linewidth' user option
12009         for `singleline'.
12010         (schedule_lilypond_block): Don't indent text specified with
12011         `intertext' option.
12012         Add new option `noquote'.
12013         (compile_all_files): Use latex instead of tex to compile ly
12014         files directly.
12015
12016         * Documentation/user/lilypond-book.itely: Updated and revised.
12017         Improve layout.
12018
12019         * Documentation/user/glossary.tely,
12020         Documentation/user/introduction.itely,
12021         Documentation/user/tutorial.itely,
12022         Documentation/user/refman.itely,
12023         Documentation/user/appendices.itely: Fix overfull LilyPond
12024         boxes caused by the new lilypond-book code.  Other minor
12025         fixes.
12026
12027         * Documentation/user/macros.itexi (@texiflat): Don't emit
12028         trailing space.
12029
12030         * scm/tex.scm (end-output, header-end): Add preamble and
12031         postamble to make lilypond output directly compilable with
12032         latex.
12033
12034         
12035 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12036
12037         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12038         instructions.
12039
12040 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12041
12042         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12043
12044 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12045
12046         * lily/beam.cc (connect_beams): don't crash if there are quarter
12047         notes in beams.
12048
12049 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12050
12051         * Documentation/user/refman.itely: corrected ancient clef
12052         docu; added docu on ligatures
12053
12054 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12055
12056         * Documentation/user/glossary.tely,
12057         Documentation/user/refman.itely, input/les-nereides.ly,
12058         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12059         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12060         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12061         Stem properties: flag-style -> stroke-style, style -> flag-style.
12062
12063 2002-09-22  Werner Lemberg  <wl@gnu.org>
12064
12065         * scripts/lilypond-book.py: Add option `notime' to suppress
12066         printing of a time signature.  Specify default indentation of 0pt
12067         if single line fragment.  Don't emit redundant `\paper{ }'.
12068
12069         * Documentation/user/lilypond-book.itely: Updated.
12070
12071         * Documentation/user/glossary.tely: Completely reformatting.
12072
12073 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12074
12075         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12076
12077 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12078
12079         * Documentation/user/tutorial.itely: Fix links.
12080         
12081         * Documentation/topdocs/index.tely:
12082         * Documentation/index.texi:
12083         * Documentation/header.html.in: Small website fixes and updates.
12084
12085         * debian/: Debian patch by Anthony Fok.
12086
12087 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12088
12089         * Documentation/footer.html.in: How time flies: It's already 2002!
12090
12091         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12092         more descriptive link names than 'here'.
12093
12094 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12095
12096         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12097
12098 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12099
12100         * lily/part-combine-music-iterator.cc (get_state): cleanup
12101         (get_music_info): cleanup.
12102
12103 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12104
12105         * scm/backend-documentation-lib.scm (interface-doc-string):
12106         crosslinks between interfaces and grobs. Headings for interfaces
12107         in grob explanation.
12108
12109 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12110
12111         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12112         dtd).  Add preliminary dtd.
12113         (re-sub-alist): Robustify.
12114
12115 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12116
12117         * lily/include/event-chord-iterator.hh,
12118         lily/context-specced-music-iterator.cc,
12119         lily/event.cc, lily/event-chord-iterator.cc: add
12120
12121 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12122
12123         * lily/: some (c) header fixes.
12124         
12125         * lily/request-chord.cc: Remove.
12126         
12127         * lily/include/event-chord-iterator.hh:
12128         * lily/include/event.hh:
12129         * lily/event-chord.cc: New file.
12130         
12131         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12132         requested.
12133
12134 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12135
12136         * lily/ : rename Request to Event
12137
12138         * lily/parser.yy (command_element): move clef stuff into Scheme.
12139
12140         * lily/:  rename length_mom () to get_length()
12141
12142         * lily/part-combine-music.cc: removed file and class.
12143
12144         * lily/context-specced-music-iterator.cc (class
12145         Context_specced_music_iterator): new file. Obsoletes the
12146         Context_specced_music type.
12147
12148         * scm/music-types.scm (make-repeated-music): put different kinds
12149         of repeated music into music-type table.
12150
12151         * VERSION: 1.7.1 released.
12152
12153         * scm/to-xml.scm: new file.
12154
12155         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12156         new Input representation: dump music as XML.
12157
12158         * scm/engraver-documentation-lib.scm
12159         (engraver-accepts-music-types?): add links from music to engraver,
12160         from music-type to engraver.
12161
12162         * lily/include/command-request.hh: removed
12163         lily/include/musical-request.hh: removed. Removed all _req classes
12164         except Key_change_req. Changes throughout.
12165
12166 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12167
12168         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12169
12170 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12171
12172         * lily/*.cc: specify accepts for many engravers.
12173
12174         * scm/music-documentation-lib.scm: dump music expressions and
12175         music subtypes.
12176
12177         * scm/documentation-lib.scm: complete revision.
12178         Use GOOPS objects to store document tree explicitly. Cleaned up and
12179         sped up doco generation a lot.
12180
12181 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12182
12183         * input/trip.ly (fugaIILeft): add arpeggio
12184
12185         * lily/translator-group.cc (try_music_on_nongroup_children):
12186         oops. The name symbol is in the cdr of the assoc handle.
12187
12188         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12189         Hyphen_req, Glissando_req, Break_req, Mark_req 
12190
12191 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12192
12193         * lily/musical-request.cc (music-duration-length,
12194         music-duration-compress): new functions.
12195
12196         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12197         throughout. Warning doesn't work yet.
12198
12199         * lily/translator-group.cc (try_music_on_nongroup_children):
12200         new implementation: store candidate acceptors in a hashTable.
12201
12202 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12203
12204         * scm/music-types.scm (music-descriptions): change name to
12205         internal-class-name
12206
12207         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12208
12209 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12210
12211         * lily/beam.cc (connect_beams): don't crash if there are quarter
12212         notes in beams.
12213
12214 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12215
12216         * Documentation/user/refman.itely: corrected ancient clef
12217         docu; added docu on ligatures
12218
12219 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12220
12221         * Documentation/user/glossary.tely,
12222         Documentation/user/refman.itely, input/les-nereides.ly,
12223         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12224         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12225         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12226         Stem properties: flag-style -> stroke-style, style -> flag-style.
12227
12228 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12229
12230         * scm/music-functions.scm (music-separator?): don't use name music
12231         property.
12232
12233 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12234
12235         * stepmake/stepmake/generic-targets.make (help): Document check
12236         target.
12237
12238         * lily/new-accidental-engraver.cc: Compile fix.
12239
12240 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12241
12242         * scripts/convert-ly.py: Add rule.
12243
12244         * input/test/music-creation.ly:
12245         * input/test/add-staccato.ly:
12246         * input/test/add-text-script.ly: ly-make-music.
12247
12248         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12249         More ly-make-music renamings.
12250
12251         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12252
12253         * lily/music-constructor.cc (make_music): Add debugging info.
12254
12255         * scm/music-functions.scm (make-simultaneous-music,
12256         (make-sequential-music, context-spec-music):
12257         * scm/music-types.scm (music-descriptions): Get lily to run.
12258
12259 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12260
12261         * lily/command-request.cc (transpose_key_alist): new function.
12262
12263         * lily/key-performer.cc (create_audio_elements): cleanup. 
12264
12265 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12266
12267         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12268
12269         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12270         events-accepted field.
12271
12272         * scm/music-types.scm: new file.
12273
12274         * lily/parser.yy: put music type initialization into scheme,
12275         similar to grob initialization.  Changes throughout.
12276
12277 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12278
12279         * Documentation/user/tutorial.itely: Fix links.
12280         
12281         * Documentation/index.texi: 
12282         * Documentation/header.html.in: 
12283         * Documentation/topdocs/index.tely: Small website fixes and updates.
12284
12285         * debian/: Debian patch by Anthony Fok.
12286
12287 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12288
12289         * Documentation/footer.html.in: How time flies: It's already 2002!
12290
12291         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12292         more descriptive link names than 'here'.
12293
12294         * ROADMAP: Remove test stuff.
12295
12296         * scripts/update-lily.py: Allow auto-building of stable and
12297         development versions.  Bugfixes.
12298
12299 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12300
12301         * VERSION: released 1.7.0
12302
12303         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12304
12305         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12306         positive line widths.
12307
12308 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12309
12310         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12311         go.  Fix comments.
12312
12313         * cygwin: Cygwin updates.
12314
12315 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12316
12317         * Documentation/windows/installing.texi (Top): version for python,
12318         urls for ghostscript (thanks to John Potelle)
12319         
12320         * lily/simultaneous-music-iterator.cc
12321         (Simultaneous_music_iterator): init children_list_ before
12322         triggering GC.
12323
12324         * lily/*-iterator.cc: be even more careful with smobbed copy
12325         constructors. 
12326
12327         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12328         LeftEdge item.
12329
12330 2002-09-15  Werner Lemberg  <wl@gnu.org>
12331
12332         Improving LilyPond's output to make them ordinary TeX boxes with
12333         predictable dimensions.  System boxes are now vertically centered on
12334         the baseline; this offset can be further controlled with
12335         \lilypondscoreshift.
12336
12337         * lily/system.cc (System::post_processing): Pass length of current
12338         system to `start-system' (including any horizontal indentation).
12339
12340         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12341         prettier.
12342         (lily-def): Append `%'.
12343         (start-system): Add parameter `wd'.  Output more TeX code to specify
12344         box dimensions.
12345         (stop-system, stop-last-system): Complement changes in
12346         `start-system'.
12347         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12348         Updated.
12349
12350         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12351         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12352         Write final `\endinput'.
12353
12354         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12355         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12356         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12357         files and macro definitions don't produce spurious spaces and
12358         paragraphs (using \endlinechar).
12359         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12360
12361         * Documentation/user/internals.itely: Improved formatting, fixing
12362         typos.  Added a section `Output details' to describe how the TeX
12363         code looks like.
12364
12365 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12366
12367         * lily/accidental-engraver.cc: Also work with partial measures.
12368
12369 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12370
12371         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12372         spanner.
12373
12374 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12375
12376         * lily/identifier-smob.cc (unpack_identifier): new file.
12377
12378         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12379         pass off scheme expressions as music identifiers.
12380
12381         * scm/lily.scm: reorganisation, cleanups.
12382
12383         * lily/main.cc: small cleanups.
12384
12385 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12386
12387         * lily/ly-module.{cc,hh}: new file.
12388
12389 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12390
12391         * lily/accidental-engraver.cc: Also work with partial measures.
12392
12393 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12394
12395         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12396
12397 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12398
12399         * lily/my-lily-lexer.cc: use SCM module in stead of
12400         Scheme_hash_table. Changes throughout.  
12401
12402 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12403
12404         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12405