]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(My_lily_lexer): copy scopes so temporary
[lilypond.git] / ChangeLog
1 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
4         assignments don't reach the original file.
5
6         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
7         exists
8
9 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10
11         * scm/output-gnome.scm: 
12         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
13
14         * debian/: Apply Debian patch (Anthony Fok).
15
16 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
17
18         * Documentation/user/music-glossary.tely: fix titling; @top is already
19         an @unnumbered @chapter.
20  
21 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
22
23         * debian/GNUmakefile (EXTRA_DIST_FILES):
24         (CONF_FILES): update file list.
25
26         * lily/stencil.cc (interpret_stencil_expression): bugfix.
27
28 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
29
30         * debian/: Remove cruft (requested Anthony Fok.)
31
32         * buildscripts/guile-gnome.sh: Build without gcc libtool version
33         juggling.
34
35         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
36         Add popup menu with grob properties.
37
38         * lily/grob-scheme.cc (ly:grob-properties):
39         (ly:grob-basic-properties): New function.
40
41         * lily/stencil.cc (interpret_stencil_expression): Comment-out
42         "no-origin" call.  Fixes -fps output.
43
44         * scm/output-ps.scm (no-origin): Add dummy implementation.
45
46         * scm/output-gnome.scm (define-origin): Remove
47         (grob-cause): Add.
48
49         * scm/output-ps.scm (scm):
50         * scm/output-tex.scm (scm): Remove define-origin from exports list.
51         (define-origin): Remove.
52
53         * scm/output-gnome.scm (define-origin): 
54
55         * scm/lily.scm (ly:all-output-backend-commands): Remove
56         define-origin.  Add grob-cause.
57
58 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
59
60         * buildscripts/lilypond-words.py: add ly/portugues.ly.
61
62 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
63  
64         * Documentation/user/GNUmakefile:
65         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
66         --include-css=.../texinfo.css; command includes css into the html.
67
68         * Documentation/texinfo.css: add file.
69         define <hr> as black and thin.            
70  
71 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
72
73         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
74         stencil expression. Junk define-origin.
75
76         * lily/my-lily-parser.cc (parse_string): init parser variable when
77         lexer_ is set, ie. in parse_string and parse_file.
78
79         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
80         ly:score-bookify.
81
82         * scm/lily.scm (collect-scores-for-book): new function.
83
84         * ly/init.ly: print collected scores/musics.
85
86         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
87         scope, not in lily module.
88
89         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
90
91         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
92         encapsulate gtk/pango tests.
93  
94         * po/tr.po: Turkish translation.
95
96 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
97
98         * input/regression/lily-in-scheme.ly: regression test for #{
99         ... #} syntax
100
101         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
102         was causing an error.
103
104         * Documentation/user/programming-interface.itely (Using LilyPond
105         syntax inside Scheme): documentation for #{ ... #} syntax.
106
107 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
108
109         * Documentation/index.html.in: use black thin <hr>.
110
111         * buildscripts/mutopia-index.py: use thin black <hr>.
112
113 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
114
115         * scm/fret-diagrams.scm: Use UNIX style line endings.
116         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
117         typo.  Fixes compile.
118
119         * scm/output-ps.scm (white-dot): Remove second incarnation.
120
121         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
122
123 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
124
125         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
126         single file error.
127
128         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
129
130 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
131
132         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
133         remove size as argument to fret-diagram interface;
134         improved white-circle dots for fret;
135         improved top-fret thick line/
136
137         * scm/output-ps.scm: added white-dot function
138
139         * scm/output-tex.scm: added white-dot function
140
141         * tex/music-drawing-routines.ps: added draw_white_dot function
142
143         * ps/music-drawing-routines.ps: added draw_white_dot function
144
145         * input/test/fret-diagram.ly: examples to show multiple
146         functions and multiple interfaces
147
148 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
149
150         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
151         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
152
153         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
154         conflict.  Have I told you lately how much I love autotools?
155
156 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
157
158         * lily/lily-guile.cc: 
159         * lily/pangofc-afm-decoder.cc:
160         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
161         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
162
163         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
164         developers.
165
166         * lily/paper-outputter.cc (file): New method.
167         (dump_string): Use it.
168
169         * scm/output-gnome.scm: Update with pango CVS info, lilylib
170         musing.
171         
172         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
173         of them has a comma :-).
174
175         * scm/framework-gnome.scm: Add pango decoders.
176
177         * lily/include/pangofc-afm-decoder.hh: 
178         * lily/pangofc-afm-decoder.cc: New file.
179
180         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
181
182         * configure.in: Check for pango.
183
184         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
185         autoconf).
186         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
187
188         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
189
190 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
191
192         * Documentation/user/tutorial.itely (Integrating text and music):
193         fix grammar & punctuation.
194
195 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
196
197         * lily/: Stray janitorial cleanups.
198
199         * scm/lily.scm (ly:all-stencil-expressions):
200         * scm/lily.scm (ly:all-output-backend-commands): New function.
201
202         * scm/safe-lily.scm (safe-objects): Add them.
203
204         * scm/framework-gnome.scm (<gnome-outputter>): New class.
205
206         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
207
208 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
209
210         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
211
212 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
213
214         * scm/page-layout.scm (default-page-make-stencil): add
215         raggedbottom, raggedlastbottom.
216
217         * Documentation/user/changing-defaults.itely (Page layout): add doc.
218
219         * scm/framework-tex.scm (define-fonts): fix export of
220         papersize.
221
222         * lily/paper-book.cc (classic_output): strip suffixes from
223         framework functions.
224
225         * lily/tuplet-bracket.cc (before_line_breaking): do not return
226         SCM_UNDEFINED to Scheme.
227
228 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * lily/book.cc: remove Book::to_stencil().
231         (process): whoops. Score::book_rendering returns vector, not list.
232
233         * scripts/convert-ly.py (conv): remove \notes.
234         apply to input examples.
235         
236         * lily/paper-outputter.cc (output_stencil): don't use
237         smobify_self() but self_scm()
238
239         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
240         from smobify_self().
241
242         * lily/paper-book.cc (output): load framework module
243         scm_c_resolve_module().
244
245         * python/lilylib.py (exit): exit with argument i.
246
247 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
248
249         * scm/framework-gnome.scm (output-framework-gnome): Try loading
250         gnome modules from non-toplevel.
251
252         * lily/ly-module.cc (ly:import-module): Export to ly:.
253
254         * lily/paper-score.cc (process): Do not show progress newline.
255
256         * lily/paper-book.cc (output, classic_output): Show progess
257         newline after score.
258
259 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
260
261         * buildscripts/lilypond-words.py: add ly/vlaams.ly
262
263 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
264
265         * lily/score.cc (ly:run-translator): Do not crash on empty music
266         list.
267
268         * lily/book.cc (process): Do not render score when systems is empty.
269
270         * input/simple-song.ly: Down one octave.
271
272         * scm/output-gnome.scm: Remove script again; re-add modules fix
273         (CVS conflict resolve?)
274
275         * lily/stencil.cc (ly:interpret-stencil): Was:
276         interpret_stencil_expression.
277
278 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
279
280         * buildscripts/guile-gnome.sh: New file.
281
282         * scm/output-gnome.scm: White background, better window size, sane
283         canvas size.  Cleanups.
284
285 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
286
287         * VERSION: release 2.3.4
288
289         * Documentation/user/invoking.itexi (Invoking the lilypond
290         binary): document --safe.
291
292         * scm/output-gnome.scm: set PATH in script.
293
294         * scm/page-layout.scm (default-page-make-stencil): don't stretch
295         if there is too few systems on a page.
296
297         * lily/parser.yy (relative_music): start at middle C without pitch
298         argument.
299
300         * Documentation/user/changing-defaults.itely (Page layout): new node.
301         (Paper size): rename node
302         (Page breaking): new node.
303         (Titling): move from invoking.
304         (File structure): new node.
305
306         * lily/parser.yy (score_body): allow \header and music anywhere in
307         \score body.
308
309 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
310
311         * scm/lily.scm (ly:load): Remove page-breaking.scm.
312
313 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
314
315         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
316
317         * lily/include/paper-line.hh: rename to Paper_system.
318
319         * lily/include/paper-book.hh: doc class.
320
321         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
322
323         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
324         (plain-header): add instrument-name.
325         (default-page-make-stencil): bugfixes.
326
327         * lily/parser.yy (book_body): allow \header anywhere in \book{}
328
329         * lily/paper-book.cc: remove copyright & tagline. Remove
330         interactions with Page
331
332         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
333         here, 
334         (default-page-make-stencil): new function
335         (default-page-music-height): new function
336         (page-headfoot): new function
337         (ly:optimal-page-breaks): generate stencils directly from here
338
339         * scm/titling.scm: new file, group titling functions
340
341 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
342
343         * scm/output-gnome.scm: Handle multiple pages.
344
345         * scm/framework-gnome.scm: Do not load output-gnome.
346         (framework-gnome): Invoke output-gnome::header and
347         output-gnome::end-output as faked stencils.  Fixes experimental
348         gnome output.
349
350 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
351
352         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
353         octavation compatibility fixes. Backportme. 
354
355         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
356         pages.
357         (ly:optimal-page-breaks): combine-penalties: no shortcut for
358         negative. Now we handle negative penalties (ie. \pageBreak)
359         correctly.
360
361         * lily/system.cc (get_line): extract page-penalty from the left
362         bound.
363
364         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
365
366 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
367
368         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
369
370 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
371
372         * scm/output-gnome.scm: Update script.  Move development to
373         lilypond_2_3_2 branch for now.
374
375 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
378         negative penalties.
379         cleanups.
380
381         * Documentation/user/changing-defaults.itely (Creating contexts):
382         index entries
383
384         * scm/page-breaking.scm (ly:optimal-page-breaks): new
385         file. Rewrite function. 
386
387         * lily/paper-book.cc (pages): new interface: page-breaking returns
388         list of line-list.
389
390         * lily/page.cc (Page): take lines argument.
391
392         * scm/document-translation.scm (all-engravers-doc): link to user man
393
394         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
395
396         * Documentation/user/notation.itely (Relative octaves): typo.
397
398         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
399
400 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
401
402         * scm/output-gnome.scm: Update build script.
403
404 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
405
406         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
407         gnome backend.
408
409         * scm/framework-gnome.scm: New file.
410
411         * scm/lily.scm: Use it.
412
413         * lily/paper-outputter.cc: Janitorial cleanups.
414         (ly:outputter-dump-string): Remove unreachable statement.
415
416         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
417         (ice-9): Bugfix: Add srfi-1.
418
419         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
420
421 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
422
423         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
424         in do_quit()
425         
426 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
427
428         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
429
430 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
431
432         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
433         override of Beam::position-callbacks. Why would grace beams not be
434         quantized? Fixes: weird-stem-size-grace. 
435
436         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
437         warning only once. Backportme.
438
439         * lily/accidental-engraver.cc (number_accidentals_from_sig):
440         bugfix, 2nd try. Backportme.
441
442         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
443
444 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
445
446         * Documentation/user/notation.itely (Instrument transpositions):
447         Correct the name of the instrumentTransposition property.
448
449 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
450
451         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
452
453 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
454
455         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
456         and postLilyPondExample are called when defined.
457
458 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
459
460         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
461         This fixes setting notenames with `\include "nederlands.ly" '
462
463         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
464         new function.
465
466 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
467
468         * scm/page-layout.scm: don't do piece, it should be in score-title
469         only.
470
471         * lily/lexer.ll: lex \score separately.
472
473         * lily/paper-book.cc: junk stencil2line.
474
475         * lily/paper-line.cc (Paper_line): construct from Stencil
476         directly. No futzing with the dimensions.
477
478         * lily/include/paper-line.hh (class Paper_line): 
479
480         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
481         takes arbitrary number of arguments.
482
483         * input/test/markup-score.ly (tuning): simplify example. 
484
485 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
486
487         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
488
489         * scm/define-markup-commands.scm (score): define score-markup
490
491         * lily/parser.yy (markup): use score-markup.
492
493         * lily/score.cc: add ly:score? 
494
495 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
496
497         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
498         fret-parse-string so it prepares for calls to fret-diagram-verbose
499         Changed display constants to props so they are available for
500         \override.
501         
502 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
503
504         * VERSION: release 2.3.3
505
506         * stepmake/stepmake/generic-vars.make: unset LANG.
507
508         * input/regression/tuplet-nest.ly: bugfix.
509
510         * lily/tie-performer.cc (stop_translation_timestep): reset
511         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
512
513         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
514         clear repeat_ directly after setting stem_tremolo_. Fixes:
515         tremolo-repeat.ly
516
517         * input/regression/span-bar-break.ly: new file.
518
519         * scm/define-grobs.scm (all-grob-descriptions): remove
520         break-visibility from SpanBar. Fixes: piano-repeat.ly
521
522 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
523
524         * python/lilylib.py (make_ps_images): only compute bbox when needed.
525
526         * scripts/lilypond-book.py (process_snippets): use lily -f ps
527         files for generating pngs. (failed experiment)
528
529         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
530         file with PFA fonts included.
531
532         * lily/score.cc (default_rendering): put header in too.
533
534         * lily/paper-line.cc (LY_DEFINE): change function to
535         ly:paper-line-extent
536
537         * scm/page-layout.scm (default-book-title): only add lines for
538         non-nil fields.
539         (default-score-title): idem.
540
541         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
542
543         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
544
545         * lily/include/paper-book.hh (class Paper_book): remove height_
546         member.
547
548         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
549
550         * lily/ly-module.cc (LY_DEFINE): bugfix.
551
552         * lily/paper-book.cc (book_title): separate function for the book
553         title.
554
555         * scm/page-layout.scm (default-book-title): only account for
556         markup fields.
557
558         * scm/framework-ps.scm: new file. Move high level interface from
559         output-ps.scm
560
561         * scm/music-functions.scm (def-grace-function): move macros from
562         ly/music-functions-init.ly
563
564         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
565         framework-tex.scm
566
567         * scm/framework-tex.scm (dump-line): new file. High level
568         interface for output (pages, systems, header). 
569
570         * lily/include/page.hh (class Page): add is_last_ field.
571
572         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
573
574         * lily/paper-book.cc (split_string): new function
575         (output): output multiple formats, i.e. --format=ps,tex
576
577         * scm/output-ps.scm (output-scopes): dump variables directly.
578         (define-fonts): rewrite for new interface
579
580         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
581
582         * lily/paper-outputter.cc (Paper_outputter): take format argument.
583
584         * lily/main.cc (parse_argv): don't set extension for output.
585
586         * lily/clef-engraver.cc (create_clef): remove
587         Staff_symbol_referencer::set_position() call. 
588
589 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
590
591         * ly/music-functions-init.ly (addlyrics): set the 'origin property
592         with the location argument in music function definitions.
593
594 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
597         staffsymbol dependency.
598
599         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
600         cleanups.
601
602         * lily/book.cc (process): return Paper_book
603         (to_stencil): use Book::process().
604
605         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
606         header_ field. Store in $globalheader
607
608         * lily/parser.yy (book_body): book header is initted to
609         $globalheader.
610         
611
612 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
613
614         * input/test/fill-a4.ly: removed.
615
616         * lily/parser.yy (output_def): push scope of parent_ Output_def
617         too.
618
619 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
620
621         * scm/output-gnome.scm: Update info.
622
623 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
624
625         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
626
627         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
628         than 1 module.
629
630         * lily/include/ly-module.hh (ly_use_module): rename is_module to
631         ly_c_module_p.
632
633         * scm/page-layout.scm (default-book-title): move Scheme titling
634         functions to here.
635
636         * lily/parser.yy (book_paper_block): remove scope too.
637
638         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
639
640         * lily/rest.cc: add direction to rest properties.
641
642         * lily/include/output-def.hh: new file, move from
643         music-output-def.hh
644
645 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
646
647         * scm/output-gnome.scm: Describe feta-cork hack.
648
649 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
650
651         * lily/include/book-paper-def.hh: derive from Output_def 
652
653         * lily/include/paper-def.hh: move all functionality out of class.
654         Junk header.
655
656         * lily/include/music-output-def.hh: rename Music_output_def to
657         Output_def.
658
659         * input/wilhelmus.ly: only set space for Paper formatting. 
660
661         * lily/include/midi-def.hh: remove file, remove class.
662         Move functions to Music-output-def.
663
664         * lily/music-output-def.cc (Music_output_def): remove separate
665         translator table. Lookup translators in scope directly. This
666         obviates Context suffix for context identifiers, i.e.
667
668         \context {
669           \Staff
670           .. 
671           }
672
673
674         will work.
675         
676
677         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
678
679         * Documentation/user/changing-defaults.itely (Horizontal spacing):
680         document spacing override hack.
681
682 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
683
684         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
685         installation info.  Support point-and-click.  Add +/- zoom
686         keybindings.
687
688 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
689
690         * VERSION: 2.3.2 released
691         
692         * lily/parser.yy (book_body): set default bookpaper.
693
694         * scm/output-tex.scm (header): kludge: hard code linewidth. 
695
696         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
697
698 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
699
700         * lily/score.cc (default_rendering): scale outputdef before
701         starting.
702
703 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
704
705         * scm/fret-diagrams.scm: Add header.
706
707         * scm/output-gnome.scm: Hello world :-)
708
709 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
710
711         * scripts/lilypond.py (run_dvips): only add papersize if present.
712
713         * lily/accidental-engraver.cc (update_local_key_signature): new
714         function, fold code from initialize() and process_music().
715         (update_local_key_signature): use deep copy. This fixes one
716         problem from custom-key-signatures.ly.
717         (number_accidentals_from_sig): tighter check for
718         accidental-too-old.
719
720         * ly/engraver-init.ly: remove localKeySignature
721         definition from ChoirStaff, StaffGroup, Score.
722         
723         * lily/percent-repeat-engraver.cc (try_music): add moments for
724         barlines too. Fixes: skipbars-percent-repeat.ly.
725
726 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
727
728         * lily/context-def.cc (filter_performers): don't go to cdrloc if
729         skipping last pair. Fixes: crash-bar-number.
730
731         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
732         D. Sorensen)
733
734         * input/test/fret-diagram.ly: new file.
735
736         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
737         (scale-paper): divide by scale.
738
739 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
740
741         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
742         case.
743
744 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
745
746         * scm/stencil.scm (fontify-text): reinstate function
747
748         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
749
750         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
751
752         * lily/parser.yy (book_paper_head): \bookpaper {} 
753
754         * python/midi.c: remove config.h
755
756 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
757
758         * scm/output-gnome.scm: Update.
759
760 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
761
762         * scm/output-gnome.scm: New file.
763
764         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
765
766 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
767
768         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
769         (find_scaled_font): move from Paper_def
770
771 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
772
773         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
774         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
775
776         * po/fr.po: update po.
777
778         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
779
780         * lily/book-paper-def.cc (print_smob): new file.
781
782 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
783
784         * buildscripts/lilypond-words.py: search words also from
785         music-functions-init.ly.
786
787 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
788
789         * ly/music-functions-init.ly (def-music-function): new helper
790         macro for defining music functions. \addlyrics \appoggiatura
791         \acciaccatura \grace \partcombine \autochange \applycontext
792         \applyoutput and \breathe are now defined here thanks to it.
793
794         * lily/parser.yy: 
795         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
796         \grace \partcombine \autochange \applycontext \applyoutput and
797         \breathe keywords removed from the parser.
798
799         * lily/parser.yy: 
800         * lily/music-function.cc (ly_make_music_function): 
801         * lily/lexer.ll (music_function_type): added a case for 0-arg
802         music functions.
803
804 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
805
806         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
807         refering to a music expression can be used in lily-inside-scheme:
808         #{ $music #}
809
810         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
811         and ly:parser-define, and change ly:parser-parse-string in order
812         to make #{ $music #} work.
813
814         * scm/new-markup.scm (compile-markup-expression): when an argument
815         is a string, use `make-simple-markup'.
816
817 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
818
819         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
820
821 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
822
823         * scripts/convert-ly.py (FatalConversionError.func): handle + in
824         font-size. (backportme)
825
826 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
827
828         * lily/paper-outputter.cc (output_stencil): dump font definitions
829         before each stencil.
830
831         * lily/include/paper-book.hh (struct Score_lines): new
832         struct. Collect info per Paper-score.
833
834         * lily/include/page.hh (class Page): to_stencil() returns Stencil
835         everywhere.
836
837         * lily/stencil.cc (find_expression_fonts): new function
838
839         * lily/paper-outputter.cc (output_stencil): use
840         interpret_stencil_expr
841
842         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
843         (interpret_stencil_expr): new function. Generic stencil
844         interpretation.
845
846         * lily/paper-def.cc (find_scaled_font): divide lookup
847         magnification by outpuscale for non-virtual fontmetrics. This
848         fixes ludicrously long font definitions for text
849         fonts. (backportme)
850
851         * lily/score-engraver.cc: remove
852         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
853
854 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
855
856         * input/test/markup-score.ly: Remove \notes.
857
858         * lily/parser.yy (book_body): Grok Composite_music and \header.
859         (markup): Push NOTES mode before score_block.
860
861         * VERSION: release 2.3.1
862         
863         * mf/feta-klef.mf: 
864         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
865
866         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
867
868         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
869
870 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
871
872         * scm/output-tex.scm (output-tex-string): tighten safe security.
873
874         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
875
876         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
877         allowed ly functions.
878
879         * lily/ly-module.cc (ly_module_define): only define variable if
880         bound.
881         (ly_make_anonymous_module): take safe option.
882
883 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
884
885         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
886
887 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
888
889         * input/regression/newaddlyrics.ly: Fix.
890
891         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
892         \score \notes.
893
894 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
895
896         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
897
898 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
899
900         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
901
902         * lily/paper-line.cc (Paper_line): don't store list of stencils,
903         but convert to single Stencil immediately.
904
905         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
906
907 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
908
909         * scm/output-sodipodi.scm: Resurrect sodipodi output.
910
911 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
912
913         * elisp/lilypond-mode.el: Changed the way defaults are created for
914         LilyPond-command-master.  LilyPond-mode will now check the
915         timestamps of the files to see which command has to run next.
916
917 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
918
919         * scm/bass-figure.scm (format-bass-figure): don't set
920         number-markup for strings. This fixes string in bass
921         figure. (backportme)
922
923         * lily/parser.yy (bass_number): insert number-markup into figure
924         definition.
925
926         * scm/define-music-properties.scm (all-music-properties): make
927         'figure a markup.
928
929         * scripts/convert-ly.py (conv): \apply -> \applymusic
930
931 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
932
933         * elisp/lilypond-mode.el: changed the order of some commands
934         ("Midi" after "2Midi"), use the user-defined
935         LilyPond-command-default as default instead of "LilyPond"
936
937         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
938         to set the master file for the next command.
939
940         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
941         with font-lock-reference-face.
942
943 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
944
945         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
946
947         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
948
949 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
950
951         * ly/music-functions-init.ly (TODO): new file.
952
953         * lily/parser.yy (Generic_prefix_music_scm): add more
954         music_function symbols.
955         (Prefix_composite_music): change \apply to music-function   
956
957         * lily/include/music-function.hh: rename to music-function
958
959 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
960
961         * lily/music-head.cc (LY_DEFINE): change order of args.
962
963         * input/regression/music-head.ly (texidoc): new file.
964
965         * lily/parser.yy (Generic_prefix_music): allow generic
966         music-transformation functions. 
967
968         * lily/include/music-head.hh (is_music_head): new file.
969
970         * lily/music-head.cc (get_music_head_transform): new file.
971
972 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
973
974         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
975         empty extent. This fixes ottava brackets on rests. (backportme)
976
977         * make/lilypond.redhat.spec.in (Group): ln png files for info.
978
979         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
980
981         * cygwin/lily-wins.py: update for the lily-wins.py script.
982
983 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
984
985         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
986         code. This will obviate typeset_grob () in the future.  The effect
987         of this is that improperly written spanner handling will result in
988         invalid spanner bounds.
989         (announce_grob): add to elems_ from here
990         (typeset_grob): comment out.  
991
992         * lily/include/engraver.hh (make_spanner): new calling interface
993         for make_{item,spanner}. This obviates most calls to
994         announce_grob().
995                 
996         * scm/music-functions.scm (set-accidental-style): use GrandStaff
997         iso. PianoStaff for piano styles.
998
999 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1000
1001         * Documentation/user/music-glossary.tely: add segno after d.s.
1002
1003 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1004
1005         * lily/include/audio-column.hh: remove unused variables.
1006         (patch by Michael Welsh Duggan)
1007
1008         * flower/include/axes.hh (other_axis): inline Axes function
1009         (thanks to David Brandon).
1010
1011 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1012
1013         * cygwin/mknetrel: Install image links (backportme).
1014
1015         * Documentation/user/GNUmakefile (local-install-info): Activate
1016         actual installing of image links (backportme).
1017
1018 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1019
1020         * Documentation/user/notation.itely (Measure repeats): Removed
1021         unnecessary (and confusing) \context Voice{.
1022
1023 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1024
1025         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1026
1027         * lily/page.cc (Page): Do not use ly_scheme_function for
1028         volatile/configurable variables (FIXME: better name).
1029
1030         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1031         get_scmvar).
1032
1033 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1034
1035         * scripts/convert-ly.py (FatalConversionError.subst): use
1036         \transposition.
1037
1038 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1039
1040         * lily/include/page.hh (class Page): Declare left_margin ().
1041
1042         * lily/page.cc: Remove paper var caching.
1043
1044 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1045
1046         * Documentation/user/music-glossary.tely: Add name to @top node.
1047         Remove comment from @table definitions (workaround for makinfo
1048         bug).
1049
1050         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1051         ly:stencil-get-expr).  Update callers.
1052         (ly:stencil-align-to!):  Return stencil too.
1053
1054         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1055         stencil.  Remove looped line-based page output.
1056         (output_line): Use line stencil.  Remove looped stencil-based line
1057         output.
1058
1059         * lily/page.cc (ly:page-paper-lines): New function.
1060
1061         * input/test/markup-score.ly: New file.
1062
1063         * scm/define-markup-commands.scm (stencil): New markup.
1064
1065         * lily/book.cc (to_stencil): New method.
1066
1067         * lily/parser.yy (markup): Use it to grok \score.
1068
1069 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1070
1071         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1072
1073         * lily/paper-book.cc (pages): Change signature.  Update callers.
1074
1075         * lily/include/page.hh:
1076         * lily/page.cc: New file.
1077
1078         * lily/paper-line.cc (to_stencil): New method.
1079         
1080         * lily/paper-outputter.cc (output_stencil): New method.
1081
1082         * lily/paper-outputter.cc (output_line): Use them.
1083
1084         * lily/warn.cc: Remove.
1085
1086         * lily/my-lily-parser.cc (distill_inname): Remove.
1087
1088         * flower/include/file-name.hh: 
1089         * flower/file-name.cc: New file.  Update users.
1090
1091         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1092         (find): New method of same name.
1093
1094         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1095
1096         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1097         constant error message.
1098
1099 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1100
1101         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1102
1103 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1104
1105         * Documentation/user/music-glossary.tely: @table @strong' replaced
1106         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1107         (backportme).
1108
1109 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1110
1111         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1112
1113         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1114         #{ lily music expression #} that returns an equivalent scheme
1115         music expression by parsing the string.
1116
1117 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1118
1119         * lily/my-lily-parser.cc:
1120         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1121         SCM string (foo.ly/toto.scm support).
1122
1123 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1124
1125         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1126
1127 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1128
1129         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1130
1131         * scripts/lilypond-book.py: LY code that includes \header is
1132         not assumed to be a fragment.
1133
1134 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1135
1136         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1137         tremolo beams up.
1138
1139         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1140         (get_default_stem_end_position): No tremolo head juggling if no
1141         heads.  Fixes tremolo crash on rests (backportme).
1142
1143         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1144
1145 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1146
1147         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1148         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1149
1150         * lily/lexer.ll: Allow \encoding in NOTES mode.
1151
1152         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1153         for lyrics, not for commands.
1154
1155         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1156         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1157
1158         * input/regression/newaddlyrics.ly: New file.
1159
1160         * Documentation/topdocs/NEWS.texi: Update.
1161
1162         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1163         (Music_list): Allow embedded scm.
1164
1165         * lily/score.cc (ly:score-bookify): New function.
1166
1167         * lily/music.cc (ly:music-scorify): Idem.
1168
1169         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1170         (ly:parser-print-score): Idem.
1171
1172         * scm/lily.scm (default-toplevel-book-handler): Idem.
1173         (default-toplevel-music-handler): Idem.
1174         (default-toplevel-score-handler): Idem.
1175
1176         * ly/declarations-init.ly: Set default toplevel handlers.
1177
1178         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1179
1180         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1181         printer for score at toplevel.
1182
1183 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1184
1185         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1186         Fix for simple case: input/simple-song.ly, more complex stuff
1187         does not work yet.
1188
1189 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1190
1191         * lily/parser.yy (Prefix_composite_music): split Composite_music
1192         in Prefix_composite_music and Grouped_music_list.
1193         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1194
1195 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1196
1197         * scm/lily.scm (toplevel-expression): New define.
1198
1199         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1200
1201         * lily/parser.yy (toplevel_expression): Use it.
1202
1203         * lily/include/my-lily-parser.hh: Smobbify.
1204
1205         * lily/my-lily-parser.cc (parse_string): New method.
1206         
1207         * lily/my-lily-parser.cc (ly:parse-string): New function.
1208
1209         * Documentation/user/lilypond.tely: Add comment and workaround for
1210         gs-8.01 crash.  Fixes make web.
1211
1212         Simplification of toplevel music.
1213         
1214         * lily/lexer.ll, lily/parser.yy:
1215
1216         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1217         shift/reduce problem.
1218
1219         * Use NOTES mode at start of maininput.
1220
1221         * Grok toplevel composite music expression, put in score and book.
1222
1223         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1224
1225         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1226
1227         * input/simple.ly: New file.
1228         
1229         * input/simple-song.ly: Idem.
1230
1231 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1232
1233         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1234         Sandberg.
1235
1236 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1237
1238         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1239
1240 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1241
1242         * input/regression/accidental-octave.ly: doc automatic showing
1243         of note names.
1244
1245 2004-04-16  Heikki Junes <janneke@gnu.org>
1246
1247         * po/fi.po: do "make po && make -C po po-update" at top-level,
1248         then "cp po/out/fi.po po/fi.po" and update fields.
1249
1250         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1251
1252 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1253
1254         * Documentation/user/introduction.itely (About this manual): Fix
1255         templates and regression urls (backportme).
1256
1257 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1258
1259         * ly/engraver-init.ly (Score:graceSettings): Increase
1260         beamed-lengths, especially for 32nd notes.
1261
1262         * Documentation/user/notation.itely (Grace notes): Correct the
1263         syntax for add-grace-property example.
1264
1265 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1266
1267         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1268         `Generated' tag.
1269
1270         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1271         Severely broken (the Debian package, at least).
1272
1273 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1274
1275         * lily/context.cc (find_create_context): assign to lvalue.
1276
1277 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1278
1279         * lily/include/translator.hh (class Translator): rename
1280         get_parent_context() to context () to avoid confusion.
1281
1282         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1283
1284         * lily/lexer.ll: change is_string -> ly_c_string_p 
1285
1286         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1287
1288         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1289
1290         * VERSION: release 2.3.0
1291
1292         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1293
1294         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1295         if nonempty.
1296
1297         * lily/include/context.hh (class Context): make members protected.
1298         (children_contexts): new accessor function.
1299
1300         * lily/include/translator.hh (class Translator): make
1301         daddy_context_ protected.
1302         (class Translator): clean up. 
1303
1304         * lily/include/context.hh (class Context): make daddy_context_
1305         private.
1306
1307         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1308         higher for finding Voice. (backportme)  
1309
1310         * lily/include/context.hh (class Context): remove
1311         find_context_below() as a method.
1312
1313         * Documentation/user/notation.itely (The Lyrics context): add note
1314         about manual durations
1315
1316         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1317         encoding.
1318
1319         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1320
1321 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1322
1323         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1324         \usepackage{inputenc}
1325
1326         * lily/paper-book.cc (classic_output): don't advance Offset for
1327         TeX output.
1328
1329         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1330         ec-sauter.map in rules
1331
1332         * mf/ecb.mf (font_identifier): new file, based on ecbx
1333
1334         * mf/ecb10.mf (gensize): new file.
1335
1336         * Documentation/topdocs/NEWS.texi (Top): document some more new
1337         features.
1338
1339         * ly/declarations-init.ly: run convert-ly
1340
1341         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1342         from input-file-results. Remove input-file-results.* 
1343
1344 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1345
1346         * scm/output-ps.scm (font-command): Fix, again.
1347
1348         * input/test/title-markup.ly: Add \noPagebreak test.
1349
1350         * lily/score-engraver.cc (try_music): Bugfix.
1351
1352 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1353
1354         * lily/main.cc (main_with_guile): excise dependency options -M and
1355         --dep-prefix
1356
1357         * lily/input-file-results.cc: excise Makefile dependency code
1358
1359         * Documentation/user/invoking.itexi (Invoking the lilypond
1360         binary): remove dep doco
1361         
1362         * lily/main.cc (main_with_guile): call lilypond-main
1363         
1364         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1365
1366         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1367         exception.
1368
1369         * lily/my-lily-parser.cc: remove paper_description function
1370
1371         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1372         new function.
1373
1374         * lily/main.cc: remove global_score_count.
1375
1376         * lily/book.cc (process): don't take header from global_input_file.
1377
1378         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1379
1380         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1381
1382         * lily/music-output-def.cc (LY_DEFINE): new function
1383         ly_output_description. This function does the bulk for  setting,
1384         parsing and breaking down of an input file.
1385
1386         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1387         anonymous modules globally. Let's hope they get GCd
1388
1389         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1390
1391 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1392
1393         * scm/output-ps.scm (header): Papersize from paper.
1394
1395         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1396         for classic output.
1397
1398         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1399         lilypondclassic is defined.
1400         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1401
1402         * input/regression/between-systems.ly: Remove.
1403
1404         * python/lilylib.py (get_bbox): Fix regular expression
1405         for bounding box.
1406
1407         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1408
1409         * scm/output-tex.scm (stop-page): Use it.
1410
1411         * scm/output-ps.scm (define-fonts): Bugfix.
1412
1413         * lily/grob.cc: Add penalty to interface.
1414
1415         * lily/include/paper-line.hh (class Paper_line): New member
1416         var penalty_.
1417
1418         * lily/system.cc (get_line): Initialise Paper_line with
1419         page-penalty's from original grobs.
1420
1421         * scm/define-music-properties.scm (all-music-properties): Add
1422         page-penalty.
1423
1424         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1425
1426         * lily/score-engraver.cc (try_music): Handle page-penalty.
1427
1428         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1429
1430 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1431
1432         * ly/declarations-init.ly (melismaEnd): typo
1433
1434         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1435
1436         * scm/output-ps.scm (text): split string into spaces, use moveto
1437         for setting space. 
1438         
1439 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1440
1441         * po/nl.po: Update.
1442
1443         * scm/font.scm (add-cmr-fonts): Typo.
1444
1445 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1446
1447         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1448         font-encoding.
1449
1450         * scm/define-grobs.scm (all-grob-descriptions): idem.
1451
1452         * lily/time-signature.cc (numbered_time_signature): idem.
1453
1454         * scm/font.scm (add-cmr-fonts): use real encoding names for
1455         font-encoding.
1456
1457 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1458
1459         * lily/paper-book.cc (classic_output): 
1460         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1461         Fixes classic output.
1462         (lilypondstart):
1463         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1464         kludge.
1465
1466         * scripts/old-lilypond-book.py: Remove.
1467
1468         Page layout for SCOREs enclosed in a BOOK:
1469
1470         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1471         layout tweaking.
1472
1473         * input/les-nereides.ly (theScore): Add \book.
1474         
1475         * input/test/title-markup.ly: Add \book.
1476
1477         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1478         only if 'verbose.
1479
1480         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1481
1482         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1483
1484         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1485         * scm/output-tex.scm (start-system): Update for page layout by
1486         LilyPond.
1487
1488         * scm/output-ps.scm (start-system): Previously (new-start-system).
1489
1490         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1491         passed to define-fonts.
1492
1493         * lily/paper-column.cc: 
1494         * lily/system.cc (get_line):
1495         * ly/property-init.ly (newpage): 
1496         * scm/define-grob-properties.scm:
1497         * scm/output-ps.scm: 
1498         * scm/output-tex.scm: Remove between-system-string kludge.
1499
1500         * scm/output-ps.scm (define-fonts, font-command,
1501         font-load-encoding): Handle ENCODING = #f.
1502
1503         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1504
1505         * scm/define-markup-commands.scm (fill-line): Use
1506         make-simple-markup (WAS: unexisting make-word-markup).
1507
1508         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1509         ENCODING, MARKUP parameters for interpret_string.
1510
1511         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1512
1513         * lily/score.cc (book_rendering): New method.
1514         (default_rendering): Create Paper_book helper locally, dump
1515         output.
1516
1517         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1518
1519         * lily/parser.yy: Handle \book.
1520
1521         * lily/include/book.hh: 
1522         * lily/book.cc: New file.
1523
1524 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1525
1526         * lily/text-item.cc (interpret_string): new file, select font with
1527         encoding.
1528
1529         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1530
1531         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1532
1533         * lily/parser.yy (markup): take encoding from lexer.
1534
1535 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1536
1537         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1538
1539         * scm/output-ps.scm: Remove some cruft.
1540
1541 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1542
1543         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1544
1545         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1546
1547 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1548
1549         * scm/font.scm (add-century-schoolbook-fonts):
1550         (make-century-schoolbook-tree): New function.
1551
1552         * input/test/title-markup.ly: Use Century Schoolbook font.
1553
1554 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1555
1556         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1557         to Erik Sandberg) 
1558
1559         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1560
1561         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1562
1563         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1564
1565         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1566
1567 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1568
1569         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1570         solo-state (at end of solo), we can set the solo status
1571         too. (backportme.)
1572
1573         * input/regression/part-combine-solo-end.ly: new file.
1574
1575 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1576
1577         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1578         flavour abc files.  Really ignore unknown keys (backportme).
1579
1580 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1581
1582         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1583         magnification_ when looking up in orig_.
1584
1585         * scm/output-tex.scm (text): switch off char-mapping.
1586
1587         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1588         because AFM's encoding field cannot have spaces.
1589
1590 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1591
1592         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1593
1594 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1595
1596         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1597
1598         * mf/cmr.enc: new file, without hi-bit ascii info. 
1599
1600         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1601         width. This removes the 'hook' at the end of a long slur.
1602
1603         * buildscripts/mf-to-table.py (parse_logfile): don't append
1604         encoding to fontname.
1605
1606 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1607
1608         * scm/output-ps.scm (define-fonts): Load .enc only once.
1609
1610         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1611         too.
1612
1613 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1614
1615         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1616         encoding field.
1617
1618         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1619
1620         * ly/portuges.ly (pitchnames): new file.
1621
1622         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1623         Michael Welsh Duggan
1624
1625         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1626
1627         * ly/nederlands.ly: add comment about digits.
1628
1629         * lily/scaled-font-metric.cc (derived_mark): idem.
1630
1631         * scm/encoding.scm (make-encoding-mapping): change permutation to
1632         mapping.
1633
1634         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1635         (Modified_font_metric): make alist for coding_description_
1636         (LY_DEFINE): remove coding-name.
1637
1638         * scm/output-tex.scm (text): remove debugging code.
1639
1640         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1641
1642         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1643         from infile.
1644
1645         * mf/feta-generic.mf: move fet_beginfont into generic code.
1646         use fetaMusic (without space) as encoding
1647
1648         * mf/feta-autometric.mf: take encoding argument
1649
1650         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1651
1652         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1653         use.
1654
1655         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1656         name.
1657
1658 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1659
1660         * input/test/title-markup.ly: Set inputencoding.
1661
1662         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1663
1664         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1665
1666         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1667         function.
1668         (coding-alist): Also hold filename, command.
1669         (read-encoding-file): Return symbols.
1670
1671 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1672
1673         * scm/output-tex.scm: remove fontify; text and char take a font
1674         argument.
1675
1676         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1677
1678         * lily/scaled-font-metric.cc (text_dimension): init
1679         coding_{permutation,table}_ too 
1680         (LY_DEFINE): ly:font-encoding, new function return
1681
1682         * lily/paper-def.cc (find_scaled_font): take input coding from
1683         inputcoding paper var.
1684
1685         * lily/performance.cc (output): remap modulo 16.
1686
1687         * lily/text-item.cc (interpret_markup): whoops, variable
1688         shadowing fixed.
1689
1690 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1691
1692         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1693         symbols, not symbols to strings.
1694         
1695         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1696         symbols, not symbols to strings.
1697
1698 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1699
1700         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1701         (ly:kpathsea-gulp-file): New function.
1702
1703         * scm/encoding.scm (read-encoding-file): Use it.
1704
1705 2004-04-06  Werner Lemberg  <wl@gnu.org>
1706
1707         * scm/encoding.scm (coding-alist): Fix typo.
1708
1709 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1710
1711         * lily/scaled-font-metric.cc (text_dimension): move function from
1712         Font_metric
1713         (make_scaled_font_metric): init coding_scheme_ to TeX
1714         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1715
1716         * lily/include/scaled-font-metric.hh (struct
1717         Modified_font_metric): rename from Scaled_font_metric
1718
1719         * scm/encoding.scm (read-encoding-file): split up large function,
1720         leave caching to (delay)
1721
1722         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1723
1724 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1725
1726         * lily/my-lily-lexer.cc (set_encoding): New method.
1727
1728         * lily/lexer.ll: Grok \encoding.
1729
1730         * lily/font-metric.cc (get_encoded_index): New function.
1731
1732         * lily/include/font-metric.hh (coding_scheme): New method.
1733
1734         * scm/encoding.scm: New file.
1735
1736         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1737
1738 2004-04-05  Werner Lemberg  <wl@gnu.org>
1739
1740         * Documentation/user/tutorial.itely: Revised (finished).
1741
1742         * Documentation/user/macros.itexi (@separate): Removed.
1743
1744 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1745
1746         * scm/output-ps.scm (define-fonts): fix scaling.
1747
1748         * lily/scaled-font-metric.cc (design_size): add function.
1749
1750         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1751         partial cut&paste of ly:font-magnification.
1752
1753 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1754
1755         * scm/output-ps.scm (define-fonts):
1756         (fontify): Update.
1757
1758 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1759
1760         * po/fr.po: update. (backportme).
1761
1762         * po/nl.po: update. (backportme). 
1763
1764         * mf/feta-beugel.mf: document why design size is not fixed.
1765
1766         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1767
1768 2004-04-04  Werner Lemberg  <wl@gnu.org>
1769
1770         * Documentation/user/tutorial.itely: Revised (continued).
1771
1772 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1773
1774         * po/nl.po: Update (backportme).
1775
1776 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * po/de.po: update. (backportme).
1779
1780         * scm/output-tex.scm (font-command): use ly: functions to
1781         construct name.
1782         (define-fonts): don't use alist, just dump \font definitions.
1783         (font-load-command): calculate proper scaling by taking
1784         outputscale from paper argument.
1785
1786         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1787         expression.
1788
1789         * lily/paper-outputter.cc (output_header): pass paper arg to
1790         define-fonts
1791
1792         * lily/paper-def.cc (font_descriptions): dump list of
1793         Scaled_font_metrics
1794         (find_scaled_font): take Font_metric argument, store
1795         Scaled_font_metrics in hash-table containing (size ->
1796         Scaled_font_metrics) alist.
1797         (get_dimension): rename from get_realvar
1798
1799         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1800         ly:font-magnification, ly:font-name: new functions
1801
1802 2004-04-03  Werner Lemberg  <wl@gnu.org>
1803
1804         * Documentation/user/dedication.itely,
1805         Documentation/user/preface.itely,
1806         Documentation/user/introduction.itely,
1807         Documentation/user/tutorial.itely: Revised.
1808         Removing leading spaces which distorts output if info files are read
1809         with stand-alone info.
1810         Removing superfluous inter-word spaces which also distorts output
1811         for stand-alone info.
1812         Using ` and ' instead of `` and '' everywhere to improve
1813         legilibility with stand-alone info
1814         Using @samp for single-letter input items and data which contains
1815         spaces, @code for other things.
1816
1817         * lily/grob-interface.cc: Adding copyright.
1818         (check_interfaces_for_property): Improve format of warning message.
1819
1820 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1821
1822         * lily/include/font-metric.hh (struct Font_metric): add
1823         design_size () method.
1824
1825         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1826
1827         * lily/afm.cc (read_afm_file): read design size.
1828
1829         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1830
1831         * scm/music-functions.scm (unfold-repeats): handle dots too.
1832
1833 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1834
1835         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1836         (backportme)
1837
1838 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1839
1840         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1841         lyric indent.  Revert melismaBusyProperties using \unset.
1842
1843 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1844
1845         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1846
1847         * lily/parser.yy (command_element): allow redefinition of |
1848         meaning.
1849
1850         * lily/break-align-engraver.cc (acknowledge_grob): construct
1851         LeftEdge where the first cause for alignment is coming from.
1852         This makes \override Staff.LeftEdge work as expected.
1853
1854         
1855         * lily/slur-performer.cc (Slur_performer): add inits
1856
1857         * lily/beam-performer.cc (Beam_performer): add inits
1858
1859 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1860
1861         * VERSION (PACKAGE_NAME): release 2.2.0
1862
1863         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1864
1865 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1866
1867         * lily/cluster.cc (height): Fix warning.
1868
1869         * lily/parser.yy: Janitorial cleanups.
1870
1871         * Documentation/user/tutorial.itely (Tutorial): Typo.
1872
1873 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1874
1875         * lily/change-iterator.cc (process): search at multiple context
1876         levels. This fixes 
1877
1878         
1879         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1880         not voice-state index for tie state. This fixes a partcombine
1881         problem with ties.
1882
1883         * Documentation/user/tutorial.itely (Commenting input files): add
1884         note about convert-ly.
1885
1886         * input/test/cadenza-skip.ly:  new file.
1887
1888 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1889
1890         * po/nl.po: Spelling fixes.
1891
1892         * autogen.sh (srcdir): Regenerate.
1893
1894         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1895         autogen.sh.
1896
1897         * configure.in: Use C++ to check for C++ header.
1898
1899         * po/nl.po: Update.
1900
1901         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1902
1903         * lily/event.cc (to_relative_octave): Translatable sentence should
1904         be one string.
1905
1906         * python/lilylib.py (warranty): Year range is not translatable.
1907         It's 2004 already!
1908
1909         * flower/warn.cc (non_fatal_error, warning, programming_error):
1910         Remove whitespace from translated string.
1911
1912 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1913
1914         * VERSION: release 2.1.37.
1915
1916 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1917
1918         * configure.in: check for C language.
1919
1920         * lily/source-file.cc: include strstream without h.
1921
1922         * scm/documentation-generate.scm (string-append): use name without
1923         .texi.
1924
1925         * autogen.sh (srcdir): SUSE fix.
1926
1927         * Documentation/user/notation.itely (Ancient clefs): idem.
1928
1929         * Documentation/user/lilypond-book.itely (Integrating HTML and
1930         music): idem.
1931
1932         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1933
1934         * lily/change-iterator.cc (process): use find_existing_context().
1935
1936         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1937
1938         * input/regression/repeat-unfold-tremolo.ly: new file.
1939
1940         * scm/music-functions.scm (unfold-repeats): undo music compression
1941         too.
1942
1943         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1944         (LY_DEFINE): ly:music-compress new function.
1945
1946         * scm/part-combiner.scm (determine-split-list): split for voice
1947         crossings
1948
1949         * input/regression/part-combine-cross.ly: new file.
1950
1951         * scm/part-combiner.scm (make-part-combine-music): don't do
1952         relative inside partcombine arguments.
1953
1954         * scm/music-functions.scm (make-non-relative-music): new function.
1955
1956         * Documentation/user/notation.itely (Automatic part combining):
1957         add note about \relative.
1958
1959         * lily/part-combine-iterator.cc (construct_children): add
1960         start_moment_ member.
1961
1962         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1963         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1964
1965         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1966
1967         * Documentation/user/changing-defaults.itely (Which properties to
1968         change): fixes.
1969
1970 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1971
1972         * po/fr.po: update.
1973
1974 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1975
1976         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1977
1978         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1979         Reinstate old code that issues warning.  Fixes --srcdir build.
1980
1981 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * input/wilhelmus.ly: New file.
1984
1985         * Documentation/user/notation.itely: 
1986         * Documentation/user/introduction.itely:
1987         * Documentation/user/tutorial.itely: Use quote ly-option instead
1988         of explicit @quotation.  This fixes too long lilypond linewidths
1989         resulting in overful hboxes.
1990
1991         * scripts/lilypond-book.py: Add ly-option: `quote'.
1992
1993 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1994
1995         * tex/titledefs.tex: Avoid that the first score line is extra
1996         indented if instrument is defined but not piece.
1997
1998 2004-03-30  Werner Lemberg  <wl@gnu.org>
1999
2000         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2001         `lilypond/' to info file name.
2002         (@usermanref) [info]: New variant.
2003
2004         * scm/documentation-generate.scm: Fix definition of @usermanref
2005         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2006         to info file name.
2007
2008 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2009
2010         * VERSION: release 2.1.36
2011         
2012         * Documentation/user/changing-defaults.itely (Interpretation
2013         contexts): rewrite introduction.
2014
2015 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2016
2017         * scm/define-markup-commands.scm: Use TeX accents instead of
2018         straight iso-8859-1 encoding in the doc string.
2019
2020 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2021
2022         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2023         space after dotted duration.
2024
2025 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2026
2027         * Documentation/user/introduction.itely: 
2028         * Documentation/user/notation.itely:
2029         * Documentation/user/tutorial.itely: Up all relative examples.
2030         Enclose @lilypond displays in @quotation.  Typos and corrections.
2031
2032         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2033
2034 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2035
2036         * scm/music-functions.scm (make-voice-props-revert): Revert also
2037         MultiMeasureRest staff-position in oneVoice.
2038
2039 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2040
2041         * Documentation/user/changing-defaults.itely, 
2042         Documentation/user/lilypond.tely: few fixes. Place no comma between
2043         two options: a and b, but commas between three options: a, b, and c.
2044         By this manner, grouping is possible: a and b, and c and d.
2045
2046 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2047
2048         * Documentation/user/GNUmakefile: add rule for .nexi
2049
2050 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2051
2052         * Documentation/user/music-glossary.tely: move glossary direntry
2053
2054         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2055         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2056
2057 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2058
2059         * stepmake/aclocal.m4: Verify that gettext configure check with
2060         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2061
2062 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2063
2064         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2065         glob.glob for .png filenames. This catches multipage pngs.  
2066
2067         * Documentation/user/changing-defaults.itely (Determining the grob
2068         property): fix references.
2069
2070         * lily/staff-symbol.cc (print): only add extent if non empty.
2071         This fixes staff-container.ly.
2072
2073         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2074         starting with a mmrest also works.
2075
2076         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2077         PNG for texinfo too.
2078
2079         * po/lilypond.pot: update translation strings.
2080
2081         * VERSION: 2.1.35 released
2082         
2083         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2084         context argument too.
2085
2086         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2087
2088         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2089
2090         * python/lilylib.py (command_name): don't return 1st path
2091         component.
2092
2093         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2094         .png case separately.
2095
2096         * python/lilylib.py (system): typo.
2097         
2098 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2099
2100         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2101         run indent-region.
2102
2103         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2104         Fixes compile.
2105
2106         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2107         Add header.
2108
2109 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2110
2111         * vim/lilypond-indent.vim: small fixes.
2112
2113 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2114
2115         * Documentation/user/notation.itely (Entering lyrics): Add example
2116         with correct english double quotes (at least for LaTeX output,
2117         maybe not a good idea if we switch to PS as the default output
2118         format).
2119
2120 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2121
2122         * lily/staff-performer.cc (create_audio_elements): play instrument
2123         changes before notes arrive. This fixes instrument of the first
2124         note in a score.
2125
2126         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2127         to 1.9.0 conversion.
2128
2129         * lily/mark-engraver.cc: doc string.
2130
2131         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2132
2133         * Documentation/user/introduction.itely (Introduction): new node.
2134
2135 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2136
2137         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2138
2139         * input/regression/spacing-ragged-last.ly: new file.
2140
2141         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2142         spacing.
2143
2144         * scm/font.scm: rewrite using GOOPS.
2145         
2146         * lily/context-def.cc (filter_engravers): derefence pointer.
2147
2148         * lily/lily-guile.cc (type_check_assignment): use
2149         ly_scheme_function iso. scm_primitive_eval where possible.
2150
2151         * lily/performance.cc (output): limit channels at 15. This fixes
2152         percussion inadvertently showing up in large scores.
2153
2154 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2155
2156         * input/regression/tuplet-gap.ly: new file.
2157
2158         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2159         (print): compute gap length from number size, include italic
2160         correction.
2161
2162         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2163         tuplet-bracket
2164
2165         * scm/paper.scm (set-default-paper-size): new function, to be
2166         called at toplevel.
2167         (set-paper-size): new function, to be called inside \paper {}
2168         (set-default-paper-size): new function, to be called at toplevel.
2169
2170         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2171
2172         * lily/beam-performer.cc (process_music): idem.
2173
2174         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2175         
2176         * tex/titledefs.tex: remove scshape for piece.
2177
2178         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2179         font-family
2180
2181         * lily/time-signature.cc (special_time_signature): font-encoding
2182         not family.
2183
2184         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2185         dynamic to head. This fixes p placement in morgenlied.
2186
2187 2004-03-23  Werner Lemberg  <wl@gnu.org>
2188
2189         * stepmake/stepmake/generic-targets.make (help): Improve text.
2190
2191 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2192
2193         * VERSION: 2.1.34 released
2194         
2195         * lily/main.cc (main_with_guile): switch debugging.
2196
2197         * lily/system.cc (get_line): plug leak.
2198
2199         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2200         and contents.
2201         (stencil2line): plug leak.
2202
2203         * Documentation/user/changing-defaults.itely (Determining a grob
2204         property):  new node.
2205         (Layout interfaces): new node.
2206         (Navigating the program reference): new node.
2207
2208         * lily/accidental-engraver.cc (acknowledge_grob): add property
2209         harmonicAccidentals
2210
2211         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2212         general cleanups.
2213         
2214         * input/les-nereides.ly (middleDynamics): resurrect Les
2215         nereides. Remove pedal hack.
2216
2217 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2218
2219         * input/regression/property-grace-polyphony.ly: new file.
2220
2221         * lily/translator-property.cc (execute_pushpop_property): only pop
2222         one instance of the property. This fixes << \\ >> together with
2223         \grace.
2224
2225         * lily/break-align-interface.cc (ordered_elements): we cannot
2226         modify the #'elements property, so return reordered array.
2227
2228 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2229
2230         * buildscripts/lilypond.words.py: remove.
2231         * buildscripts/lilypond-words.py: add new, renamed file. 
2232         Give generated targets and dirs explicitly in arguments.
2233
2234         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2235         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2236         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2237         
2238         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2239
2240         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2241
2242         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2243         orders.
2244
2245         * vim/GNUmakefile: add local-uninstall target.
2246
2247         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2248         
2249         * vim/vimrc: add a one-liner file.
2250
2251         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2252         vimrc in EXTRA_DIST_FILES.
2253
2254         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2255
2256 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2257
2258         * config.make.in: add vimdir.
2259
2260         * vim/GNUmakefile: add local-install.
2261
2262 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2263
2264         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2265         with \lilypondifundefined{blabla}. Solves problem with multiple
2266         titles in the same lilypond-book document.
2267
2268 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2269
2270         * scm/document-backend.scm (interface-doc): sort grob list for
2271         interface.
2272
2273         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2274         pre/post break align-order.
2275
2276         * spelling patch courtesy Edward Sutton.
2277
2278         * Documentation/user/changing-defaults.itely (Changing context
2279         default settings): new node.
2280         (Defining new  contexts): new node.
2281
2282         * scripts/lilypond-book.py (is_derived_class): use numbers
2283         iso. booleans.
2284
2285         * python/lilylib.py (make_ps_images): add margin to PS images.
2286
2287         * scripts/lilypond-book.py (is_derived_class): new function. Take
2288         class arg iso. object.
2289         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2290         for bug in GS/dvips.
2291
2292         * lily/text-item.cc (interpret_markup): idem.
2293
2294         * scm/define-markup-commands.scm: remove split around-space hack.
2295
2296         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2297         function, fold WL's fixes into one function.
2298
2299 2004-03-22  Werner Lemberg  <wl@gnu.org>
2300
2301         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2302         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2303         (Note_column::head_position_interval): Do proper rounding for
2304         calls to Staff_symbol_referencer::get_position.
2305
2306 2004-03-21  Werner Lemberg  <wl@gnu.org>
2307
2308         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2309         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2310         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2311         (My_lily_parser::parse_file): Improve formatting progress indication
2312         sent to stdout.
2313
2314 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2315
2316         * VERSION: 2.1.33 released.
2317
2318         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2319
2320         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2321
2322         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2323         warning is issued about dummy.dep.
2324
2325         * scm/new-font.scm: fix design sizes of nummer
2326
2327 2004-03-21  Werner Lemberg  <wl@gnu.org>
2328
2329         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2330         some annoying warnings from mkdir during `make install'.
2331
2332 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2333
2334         * lily/performer-group-performer.cc (do_announces): call
2335         Performer_group_performer::create_audio_elements () too.
2336
2337         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2338
2339         * scm/define-grobs.scm (all-grob-descriptions): add property
2340         break-align-orders
2341
2342         * lily/global-context.cc (get_default_interpreter): new
2343         function. Override from base class, so no new Score contexts are
2344         created.
2345
2346         * lily/include/stencil.hh (class Stencil): document origin field.
2347
2348         * lily/staff-symbol.cc (print): span staff-symbol on column
2349         extents for non-broken columns. 
2350
2351         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2352         key-signature.
2353
2354         * tex/titledefs.tex: don't use smallcaps for piece.
2355
2356         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2357         translated stencils in the output.
2358
2359         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2360
2361 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2362
2363         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2364         and init ties_created_
2365
2366         * VERSION: release 2.1.32
2367
2368         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2369         doc string from IMPLEMENT_CTOR_CALLBACK().
2370
2371         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2372         that engraver is in a performer hierarchy.
2373
2374 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2375
2376         * vim/lilypond-ftdetect.vim: new file.
2377
2378 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2379
2380         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2381         (compose_ly): default octave should be middle C.
2382
2383         * Documentation/user/changing-defaults.itely (Layout tunings
2384         within contexts): new node.
2385
2386         * lily/include/smobs.hh: document C++ smob interface.
2387
2388         * lily/function-documentation.cc: don't doc functions without
2389         docstring.
2390
2391 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2392
2393         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2394         direntry, so that `info lilypond' goes to Top.
2395
2396         * scm/output-ps.scm (polygon): Fix: add spaces.
2397
2398         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2399         solutions are now optimal too.
2400
2401         * input/test/page-breaks.ly: New file.
2402
2403         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2404         functions into safe module.
2405
2406         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2407         end, prepend zeros.
2408
2409         * scm/output-*.scm: Use ly:number->string rather than
2410         number->string.  Makes for saner output.
2411
2412         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2413         Fixes feta-nummer, feta-din scaling.
2414
2415 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2416
2417         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2418
2419         * scm/music-functions.scm (descend-to-context): new
2420         function. Similar to context-spec-music.
2421         (make-time-signature-set): specify Score as descend-only. This
2422         fixes the polymetric.ly example.
2423
2424         * lily/context-specced-music-iterator.cc (construct_children): add
2425         support for descend-only context spec.
2426
2427         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2428         determine ez-notation letter. 
2429
2430         * lily/system.cc (get_line): start with dumping layer 3. This
2431         fixes ez notation.
2432
2433 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2434
2435         * input/test/title-markup.ly: Stress breaking harder.
2436
2437         * scm/page-layout.scm (height-score): Overfull page scores twice
2438         as bad as underfull (was: by a power).
2439         (walk-lines): Omit first walk-path round (breaking after new node,
2440         without lines).
2441
2442         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2443         diff values are negative.
2444         (output): Bugfix: treat negative vfill differently.
2445
2446         * Documentation/user/lilypond.tely (direntry): Add note about why
2447         `info lilypond' brings up `Invoking LilyPond' node.
2448
2449 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2450
2451         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2452
2453         * lily/paper-book.cc: Remove cruft.
2454         (output): Bugfix: put vfill between lines.
2455         (pages): Bugfix: set page vars needed for filling.
2456
2457         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2458         (was: @ar).
2459
2460         * scm/page-layout.scm: Further development.
2461
2462         * ly/declarations-init.ly (paper): Define page-breaking.
2463
2464 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2465
2466         * lily/note-head.cc (brew_ez_stencil): add note-names
2467         property. Provides internationalization for note names.
2468
2469         * Documentation/user/changing-defaults.itely (Creating contexts):
2470         new node.
2471
2472         * lily/grace-iterator.cc (process): descend to child for \grace.
2473
2474         * lily/timing-translator.cc (initialize): Timing_translator adds
2475         Timing alias by itself.
2476
2477         * lily/context.cc (add_alias): new function.
2478
2479         * scm/lily.scm (tex-output-expression): new function, eval within
2480         drawing API. Guards against eval vulnerabilities.
2481
2482         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2483
2484         * scm/output-ps.scm (scm): export lily drawing API.
2485
2486         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2487         throughout.
2488
2489 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2490
2491         * scm/page-layout.scm (optimal-page-breaking): New function.
2492         
2493         * lily/paper-book.cc (pages): Use it.
2494
2495 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2496
2497         * lily/include/paper-line.hh (class Paper_line): Full smob.
2498
2499 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2500
2501         * lily/global-context.cc (run_iterator_on_me): fix grace note
2502         nesting by initting measurePosition.
2503
2504         * lily/timing-translator.cc (initialize): do no init
2505         measurePosition
2506         
2507         * lily/include/music-output-def.hh (class Music_output_def): add
2508         input_origin_ field.
2509
2510         * Documentation/user/changing-defaults.itely (Changing context
2511         properties on the fly): new node.
2512
2513         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2514         function. Only have smobbed_copy (), and do not provide
2515         smobbed_copy() for non-simple smobs. Changes throughout.
2516
2517 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2518
2519         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2520         start_moment_. Fix by Doug A. Linhardt.
2521
2522 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2525         accidentals for harmonic notes.
2526
2527         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2528         of different style. (Thanks to Doug Linhardt).
2529
2530         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2531         new node.
2532
2533 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2534
2535         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2536
2537         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2538         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2539         vim/lilypond-indent.vim: doc targets and deps in comments.
2540
2541 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2542
2543         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2544
2545         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2546
2547         * lily/include/paper-line.hh:
2548         * lily/include/paper-line.cc: New file.
2549
2550 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2551
2552         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2553
2554         * GNUmakefile.in: remove stray make out=www
2555
2556         * input/test/bagpipe.ly (gcdg): octave fixes.
2557
2558         * scm/define-markup-commands.scm (number): use font-encoding
2559         iso. font-family
2560
2561         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2562         font-encoding.
2563         
2564 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2565
2566         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2567         `output_format_global' and `PAGE_LAYOUT'.
2568
2569 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2570
2571         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2572         lily functions in safe mode.
2573
2574         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2575         Print filename for HTML, LATEX, before texidoc.
2576
2577         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2578         instructions in output-ps module.
2579
2580         * scm/lily.scm: Do not load output-ps module.
2581
2582         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2583         safe mode.
2584
2585 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2586
2587         * lily/span-dynamic-performer.cc (process_music): remove spurious
2588         warning.
2589
2590         * lily/context-def.cc (Context_def): init name to ""
2591
2592         * lily/font-interface.cc: add font-encoding property.
2593
2594         * scm/lily.scm (chain-assoc-get): bugfix.
2595
2596         * lily/paper-book.cc (stencil2line): protect static SCM.
2597
2598         * lily/font-interface.cc (text_font_alist_chain): rename function,
2599         and use text-font-defaults. 
2600
2601         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2602
2603         * scm/paper.scm (paper-set-staff-size): use new function.
2604
2605         * scm/new-font.scm (make-font-tree): new function.
2606
2607 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2608
2609         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2610
2611         * scm/lily.scm (get-output-module): New function.
2612         (output-alist): Remove ,ps-output-expression.
2613
2614         * scm/output-tex.scm (ps-output-expression): New function.
2615
2616         * scm/output-ps.scm (ps-output-expression): Remove.
2617         (header, start-page): Output page metadata.
2618
2619         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2620         initialise output_module_.  Do not write part of header.
2621         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2622         (output_header): Output full header.
2623
2624         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2625         FIXME.
2626
2627 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2628
2629         * scm/new-font.scm: new file. Tree based font lookup.
2630
2631         * scm/lily.scm (assoc-get): take default argument. Remove
2632         assoc-get-default.
2633         (chain-assoc-get): use chain-assoc-get everywhere.
2634
2635         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2636         autobeamsettings conversion bug.
2637
2638         * lily/include/global-context.hh (Context): clean-up data hiding.
2639
2640         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2641         data hiding.
2642
2643         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2644
2645         * input/regression/stem-shorten.ly: add chord case.
2646
2647         * lily/stem.cc (get_default_stem_end_position): shorten stems
2648         triggered by note-head positions, not by forced-direction. This
2649         fixes a bug with too short stems.  
2650  
2651 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2652
2653         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2654         Lilypond_snippet.output_latex): Always call output_print_filename.
2655
2656         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2657         expand pages.
2658
2659 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2660
2661         * scm/part-combiner.scm (make-autochange-music): switch rests
2662         before switched notes too.
2663
2664         * lily/figured-bass-engraver.cc (process_music): change calling
2665         convention.
2666
2667         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2668
2669         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2670         command.
2671
2672         * lily/include/stencil.hh (class Stencil): add origin field.
2673
2674         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2675         function.
2676
2677         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2678
2679         * lily/lexer.ll: remove support for \$ and $ in identifiers
2680
2681         * lily/sequential-iterator.cc: remove copy_grace_fixups
2682         (get_grace_fixup): slight abstraction of fixup code.
2683
2684         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2685
2686 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2687
2688         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2689         in insert-mode. add indenting rules.
2690
2691 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2692
2693         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2694         protect hack.
2695
2696         * scm/page-layout.scm:
2697         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2698         layout and titling should now match external latex based version.
2699
2700         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2701         header fields.
2702
2703         * ps/lilyponddefs.ps: Remove automatic page layout.
2704
2705         * scm/output-ps.scm (new-start-system): New interface function.
2706
2707         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2708
2709         * lily/paper-book.cc (output): Bugfix.
2710
2711 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2712
2713         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2714         
2715 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2716
2717         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2718         direntries.
2719
2720         * ps/lilyponddefs.ps: Bugfix.
2721
2722         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2723
2724 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2725
2726         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2727         cause. This should fix warnings.
2728
2729         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2730
2731         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2732         prevent aligned 6ths.
2733
2734         * lily/custos.cc (print): remove adjust-if-on-staffline.
2735
2736 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2737
2738         * lily/paper-book.cc: Do header and footer.
2739
2740 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2741
2742         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2743
2744         * scm/paper.scm (lineheight): Remove
2745         (head-sep, foot-sep): Add.
2746
2747 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2748
2749         * mf/feta-schrift.mf: reduce portato thickness.
2750
2751         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2752
2753         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2754         programming_error ().
2755
2756         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2757         bracket to last command column.
2758
2759         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2760         continues on next/prev system.
2761
2762         * input/regression/pedal-end.ly: new file.
2763
2764 2004-03-10  Werner Lemberg  <wl@gnu.org>
2765
2766         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2767         Remove pmx2ly stuff.
2768         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2769
2770 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2771
2772         * scm/page-layout.scm: New file.
2773
2774         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2775         settings.
2776         (Lilypond_snippet.is_outdated): Also check for PNG file.
2777         Workaround for interrupted (web) builds.
2778
2779         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2780
2781         * ps/lilyponddefs.ps: Use only very small top-marging.
2782         (init-paper): Also pop page size string.
2783         (start-page, stop-page): New function.
2784
2785         * scm/output-ps.scm (header-end): Remove stray exec commands.
2786
2787 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2788
2789         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2790
2791         * lily/score.cc (default_rendering): clean protection.
2792
2793         * lily/paper-book.cc (mark_smob): implement smob marking.
2794
2795         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2796
2797         * Documentation/user/*.itely: user manual edits. 
2798
2799 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2800
2801         * Documentation/user/converters.itely (Invoking musedata2ly):
2802         remove pmx2ly.
2803
2804         * scripts/pmx2ly: remove script.
2805         
2806 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2807
2808         * lily/score.cc (default_rendering): Protect paper-book members.
2809
2810         * lily/paper-def.cc (smobbed_copy): New method.
2811
2812         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2813         switch runtime.
2814
2815         * lily/include/music-output.hh (process): Change signature to
2816         return SCM.
2817
2818         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2819         method.
2820
2821         * lily/paper-score.cc (process): Return stencils rather than
2822         outputting directly.  Remove paper-book kludge.  Delete grobs.
2823         (output): Remove.
2824
2825         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2826
2827         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2828
2829         * lily/score.cc (default_rendering)
2830         (ly_render_output): Move adding paper-score two levels up.
2831
2832         * lily/system.cc (get_line):
2833         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2834
2835 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2836
2837         * scm/font.scm (paper20-font-vector): add more design sizes for
2838         number.
2839
2840         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2841         feta-nummber{5,7,11,13}.
2842
2843         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2844         for 12pt design size. 
2845
2846 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2847
2848         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2849
2850 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2851
2852         * lily/font-select.cc (properties_to_font_size_family): Fix
2853         warning message.
2854
2855         * Experimental PostScript latin1 encoding:
2856         
2857         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2858
2859         * scm/output-ps.scm: Experimental encoding using reencode-font.
2860         * scm/font.scm: Add latin1 `font-shape'.
2861         
2862         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2863
2864         * ps/lilyponddefs.ps (reencode-font): New function.
2865
2866         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2867
2868         * scm/output-tex.scm (start-page):
2869         (stop-page): New interface function.
2870
2871 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2872
2873         * lily/paper-outputter.cc (output_expr):
2874         (output_header):
2875         (output_line): New method.
2876
2877         * lily/system.cc (get_line):
2878         (get_lines): New method.
2879         (output_scheme):
2880         (output_line): Remove.
2881
2882         * scm/lily.scm (make-title): New function.
2883
2884         * lily/paper-book.cc: 
2885         * lily/include/paper-book.hh: New file.
2886
2887         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2888         ly-modules.hh).
2889
2890         * lily/ly-module.cc (ly_modules_lookup): New function.
2891
2892         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2893
2894         * scm/output-ps.scm (make-title): Remove.
2895         (output-scopes): Junk header-title test.
2896
2897 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2898
2899         * mf/feta-schrift.mf: thicker dot for portato.
2900
2901         * lily/accidental-placement.cc (position_accidentals): bugfix in
2902         offset, this fixes right-padding of AccidentalPlacement.
2903
2904         * lily/[h-z]*.cc: () formatting.
2905
2906         * Documentation/user/tutorial.itely (An orchestral part): more
2907         fixes for the tutorial.
2908
2909         * scm/translation-functions.scm (fraction-tuplet-formatter):
2910         reverse fraction.
2911
2912         * lily/parser.yy (context_def_spec_block): use \context instead of
2913         \translator.
2914
2915         * lily/[a-g].cc: () style cleanup.
2916
2917         * Documentation/user/tutorial.itely (Automatic and manual beams):
2918         editing of tutorial.
2919
2920 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2921
2922         * buildscripts/mf-to-table.py (base): write encoding name.
2923
2924 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * Documentation/user/GNUmakefile (local-install-info): Issue
2927         warning (for packager, ie, if not installing in /usr or /usr/local).
2928
2929         * lily/stencil-scheme.cc: 
2930         * lily/staff-symbol-referencer.cc: 
2931         * lily/script-column.cc: 
2932         * lily/pitch.cc: 
2933         * lily/music.cc: 
2934         * lily/grob-pq-engraver.cc: 
2935         * lily/font-interface.cc: 
2936         * lily/music-output-def.cc: 
2937         * lily/duration.cc: 
2938         * lily/grob-scheme.cc:
2939         * lily/context-scheme.cc: Put scheme name on first line in
2940         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2941         style cleanups.
2942
2943         * stepmake/stepmake/scm-vars.make: 
2944         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2945         Rename and split TAGS_FILES.
2946
2947         * GNUmakefile.in (ALL-TAGS): Remove.
2948         
2949         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2950         deeper TAGS files.  Fixes regexp tags in TOP dir.
2951
2952 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2953
2954         * VERSION: 2.1.29 released.
2955         
2956         * Documentation/user/changing-defaults.itely (Changing defaults):
2957         new file.
2958
2959         * Documentation/user/notation.itely (Notation manual): rename from 
2960         refman.itely
2961
2962         * Documentation/user/notation-appendices.itely (The Feta font):
2963         new file.
2964
2965         * Documentation/user/advanced.itely: add aborted attempt for
2966         advanced topics manual.
2967
2968 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2969
2970         * scm/new-markup.scm: display Markups in sane format. Patch by
2971         Nicolas Sceaux.
2972
2973 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2974
2975         * lily/main.cc: Cleanups.
2976         (setup_localisation): New function.
2977         (sane_putenv): Remove.
2978         (main_with_guile): New name (Was: main_prog).  Remove musings
2979         about possible preparation for GUILE heavy memory usage and
2980         practical uselessness.  Do not set environment variables
2981         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2982         name juggling.
2983         (parse_argv): New function.
2984         (copyright): New function.  It's 2004 already.
2985
2986         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2987         (distill_inname): Move from main.
2988
2989 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2990
2991         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2992
2993         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2994
2995         * Documentation/user/running.itely: new file.
2996
2997         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2998
2999         * lily/score-performer.cc (finish): call Translator::finalize ().
3000
3001 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3002
3003         * lilypond-ftpplugin.vim: renamed to the following file.
3004         * lilypond-ftplugin.vim: new file.
3005
3006         * GNUmakefile.in: update VIM_FILES.
3007
3008 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3009
3010         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3011         props.
3012
3013         * input/test/tie-sparse.ly: remove.
3014
3015         * lily/tie-performer.cc (try_music): copy & paste from
3016         Tie_engraver.
3017
3018         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3019         variable_ref twice.
3020
3021         * lily/key-performer.cc (create_audio_elements): use
3022         alterations-in-key.
3023
3024         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3025
3026 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3027
3028         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3029         handle also quarter tones (not shown as tests). test also flats.
3030
3031         * Documentation/index.html.in: small fixes.
3032
3033 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3034
3035         * input/regression/new-markup-scheme.ly: Typo.
3036
3037         * scm/define-markup-commands.scm (fill-line): New markup.
3038
3039         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3040         (output-paper-def): Fix alignment.
3041         (make-title): Fix height/width scaling.
3042
3043         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3044
3045         * input/test/title-markup.ly: Add remaining titles.  Layout and
3046         font size fixes.  Add simplistic latin1 test.
3047
3048 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3049
3050         * input/test/nested-groups.ly: remove. move content (to next). 
3051         * input/test/staff-bracket.ly: replace content (from prev), this 
3052         has been already in templates.
3053
3054 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3055
3056         * stepmake/autogen.sh: Only issue warning about running configure
3057         without arguments when autogen.sh will actually be running
3058         configure.
3059
3060 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3061
3062         * scm/new-markup.scm (stack-stencil-line): robustness.
3063
3064         * scm/define-markup-commands.scm (simple): robustification of
3065         simple-markup.
3066
3067         * Documentation/user/music-glossary.tely (Top): change central C
3068         to middle C.
3069
3070         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3071
3072 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * input/test/title-markup.ly (spaceTest): Add.
3075
3076         * lily/text-item.cc (interpret_markup): Make line markup from
3077         multi word markup.
3078
3079         * scm/define-markup-commands.scm (word): New markup command.
3080         (simple): Use it.
3081
3082         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3083
3084 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3085
3086         * vim/ftplugin/lilypond.vim:
3087         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3088         show matching paren in insert mode.
3089
3090 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3091
3092         * scm/output-ps.scm (make-title, output-scopes): Further
3093         development.
3094
3095         * input/test/title-markup.ly: New file.
3096
3097         * ps/lilyponddefs.ps: Disable PostScript titling.
3098
3099         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3100
3101 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3102
3103         * lily/arpeggio.cc (width_callback): remove padding.
3104  
3105         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3106
3107         * scm/define-music-types.scm: remove make-music-by-name.
3108
3109         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3110
3111 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3112
3113         * lily/paper-score.cc (process): Output titles using make-title.
3114
3115         * scm/output-ps.scm (output-stencil): Display directly instead of
3116         constructing string.
3117         (make-title): New function.
3118
3119 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3120
3121         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3122         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3123         Move documentation of LaTeX packages for latin1 characters to the
3124         lilypond-book manual.
3125
3126 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3127
3128         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3129
3130         * vimrc: add menu in console and shortcut <F10> for it.
3131
3132         * vim/:
3133         * vim/compiler/:
3134         * vim/syntax/:
3135         * vim/indent/:
3136         * vim/ftplugin/: new directories.
3137         
3138         * vim/filetype.vim: new file.
3139
3140         * lilypond.vim: remove files (see next).
3141         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3142
3143         * vimrc: remove file (see next).
3144         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3145
3146         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3147         add header. apply bindings only locally.
3148
3149         * vim/indent/lilypond.vim: new file.
3150
3151         * vim/ftplugin/lilypond.vim: remove errorformat.
3152         * vim/compiler/lilypond.vim: new file for errorformats.
3153
3154         * Documentation/topdocs/INSTALL.texi: give easier orders.
3155
3156         * ROADMAP: add vim/
3157
3158 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3159
3160         * Documentation/user/introduction.itely (Introduction): Use @image
3161         iso @html <img...>.  Add workaround for images in columns in info.
3162
3163         * stepmake/aclocal.m4: Store computed version in variable.
3164
3165         * configure.in: Export MAKEINFO_VERSION.
3166
3167         * config.make.in (MAKEINFO_VERSION): Add.
3168
3169         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3170
3171         * Documentation/user/GNUmakefile: Only build info with images when
3172         building web.
3173
3174         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3175
3176         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3177         stuff from documentation-targets.make
3178
3179 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3180
3181         * VERSION: 2.1.28 released
3182         
3183         * scripts/convert-ly.py (conv): 
3184
3185 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3186
3187         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3188         \arpeggioBoth. redefine \arpeggioBracket.
3189
3190         * Documentation/user/refman.itely: document new arpeggio
3191         functions.
3192
3193         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3194
3195         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3196
3197         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3198
3199 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3200
3201         * Documentation/user/introduction.itely (Automated engraving):
3202         rewrite introduction using website text.
3203
3204 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3205
3206         * scm/*.scm: make-music-by-name is replaced by make-music, which
3207         also accept music property settings, eg:
3208           (make-music 'TextScriptEvent 'direction DOWN 'text
3209               (make-simple-markup x))
3210
3211         Patch courtesy Nicolas Sceaux
3212
3213         * lily/beam-quanting.cc: cleanup, separate counts for left and
3214         right beam ends.
3215
3216         * lily/side-position-interface.cc (quantised_position): also
3217         quantize staccato position for forced stem directions. 
3218
3219 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3220
3221         * scm/*.scm: Patch by Nicolas Sceaux: 
3222
3223         * scm/music-functions.scm: ly:grob-property and ly:music-property
3224         are made procedure with setters.
3225
3226         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3227         
3228 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3229
3230         * input/test/[t-v]*.ly: finish rewriting texidocs.
3231
3232         * input/test/vaticana.ly: remove.
3233         * input/test/ligature-vaticana.ly: new, renamed file name.
3234
3235         * input/test/stem-centered.ly: remove.
3236         * input/test/mensural-note-heads.ly: new file. take content from
3237         removed file stem-centered.ly.
3238
3239         * input/test/scales-greek.ly: simplify.
3240
3241         * input/test/s*.ly: reformulate texidocs.
3242         
3243         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3244         of missing features.
3245
3246 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3247
3248         * input/test/[j-o]*.ly: update texidocs.
3249
3250 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3251
3252         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3253
3254         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3255         images.
3256
3257         * Documentation/user/lilypond.tely (@direntry): Update.
3258
3259         * stepmake/stepmake/documentation-targets.make
3260         (install-info,uninstall-info): Install into $(package_infodir).
3261         Install images.  Run install-info to update dir.
3262
3263         * config.make.in (package_infodir): Add.
3264
3265         * Documentation/user/GNUmakefile (info-with-images,
3266         local-install-info, local-uninstall-info): New target.
3267
3268 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3269
3270         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3271         gap/threshold.
3272
3273         * lily/beam-quanting.cc (score_slopes_dy): remove
3274         ROUND_TO_ZERO_SLOPE kludge.
3275
3276         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3277
3278         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3279
3280         * lily/global-context.cc (Global_context): alway accept Score
3281         (run_iterator_on_me): cast Context to Score_context, not
3282         Context_def.
3283
3284         * Documentation/user/refman.itely: documentation patch by Edward
3285         Sanford Sutton.
3286
3287         * mf/GNUmakefile: unset sauter-fonts.
3288
3289 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3290
3291         * scripts/lilypond-book.py (output_texinfo): Output @image
3292         descriptions for info too.
3293
3294         * input/test/chord-names-jazz.ly: 
3295         * input/test/embedded-scm.ly: Clarify.
3296
3297         * input/test/cautionaries.ly: Typo.
3298
3299         * lily/input-smob.cc (ly_input_location): Compile fix.
3300
3301 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3302
3303         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3304
3305         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3306         fixes problems with system defaults being reverted with \override
3307         on Score level.
3308
3309         * lily/global-context.cc (Global_context): apply property-ops to
3310         Global_context too. 
3311
3312 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3313
3314         * scm/output-ps.scm (stencil->string): Rewrite.
3315
3316 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3317
3318         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3319         impersonal style.
3320
3321 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3322
3323         * lily/input-smob.cc (ly_input_location: New function.
3324
3325         * scm/define-markup-commands.scm (upright): New markup command.
3326
3327         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3328
3329         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3330
3331         * scm/output-ps.scm (output-stencil): New function.
3332
3333         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3334         of snippet types; fixes @ignore and @verbatim blocks.
3335
3336 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3337
3338         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3339         to a file in printed documentation, instead, refer either to a 
3340         syntax or to an output.
3341
3342 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3343
3344         * input/regression/beam-center-slope.ly: Add test.
3345
3346 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3347
3348         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3349         (SAUTER_FONTS): Reinstate.
3350
3351         * scm/define-markup-commands.scm (caps): New markup command.
3352
3353         * scm/output-ps.scm (output-scopes): Experimental markup output.
3354
3355         * scm/: Add missing headers.
3356
3357         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3358
3359         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3360
3361 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3362
3363         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3364         Stray style cleanups.
3365
3366 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3367
3368         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3369         no dot combination.
3370
3371         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3372         substitute \override Staff.autoBeamSettings too
3373
3374         * Documentation/user/tutorial.itely: proofreading fixes by David
3375         Bobroff
3376
3377 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3378
3379         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3380
3381         * ps/music-drawing-routines.ps: 
3382         * ps/lilyponddefs.ps: Add end markers.
3383
3384 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3385
3386         * VERSION: 2.1.27 released.
3387         
3388         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3389
3390         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3391         obey documentation.
3392
3393 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3394
3395         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3396
3397         * scm/output-ps.scm: Resurrect.
3398         
3399         * scm/output-tex.scm: Minimal cleanups.
3400
3401         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3402
3403         * make/ly-rules.make: Remove any broken lily-*.tex files before
3404         lilypond-book run.
3405
3406         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3407         comment.
3408
3409         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3410         Enabled by default, may save 10% compile time.
3411
3412 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3413
3414         * lily/lyric-phrasing-engraver.cc: remove
3415         
3416         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3417         longer necessary. 
3418
3419         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3420         so lyric-phrasing-engraver is no longer necessary.
3421
3422         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3423         Grob_pq_engraver from Staff.
3424
3425         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3426         busyGrobs directly.
3427
3428         * input/regression/quote-transposition.ly: new file.
3429
3430         * lily/recording-group-engraver.cc (stop_translation_timestep):
3431         store instrumentTuning too. 
3432
3433         * lily/quote-iterator.cc (process): transpose events using
3434         instrumentTuning.
3435
3436         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3437         -> \tuning <pitch>
3438
3439         * lily/parser.yy (command_req): add \tuning command for setting
3440         instrument tuning of staff.
3441
3442         * Documentation/user/GNUmakefile
3443         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3444
3445         * Documentation/user/refman.itely (Customized accidental rules):
3446         typo.
3447
3448 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3449
3450         * Documentation/user/music-glossary.tely: remove the missing norwegian
3451         translation; they can be put in later properly.
3452
3453 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3454
3455         * lily/recording-group-engraver.cc (start_translation_timestep):
3456         init Recording_group_engraver twice.
3457
3458 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3459
3460         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3461         stray style cleanups:
3462
3463         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3464         -Wmissing-prototypes.
3465
3466         * flower/include/killing-cons.tcc (Killing_cons): Add template
3467         specifier for car_.
3468
3469         * flower/include/parray.hh (binsearchs): Add template specifier
3470         for maxkey.
3471
3472         * flower/include/interval.hh: Declare elem () with template specfier.
3473
3474 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3475
3476         * elisp/lilypond-indent.el (get-buffer-size): add customization
3477         groups for several variables (Reuben Thomas).
3478
3479 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3480
3481         * Documentation/user/invoking.itexi (Point and click): add index
3482         entry.
3483
3484         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3485         go under beam.
3486
3487         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3488         sarabande beam. 
3489
3490         * flower/warn.cc (programming_error): cross fingers not thumbs.
3491
3492         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3493         staff-position is set.
3494
3495         * VERSION: release 2.1.26 
3496         
3497         * scm/chord-entry.scm (construct-chord): process transposition
3498         after processing explicit-11.  
3499
3500 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3501
3502         * lily/parser.yy (add_quote): add syntax for adding quotes:
3503         \addquote "id-string" Music
3504
3505         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3506
3507         * scripts/convert-ly.py (conv): add rules for name changes.
3508
3509         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3510         music/context/grob property functions. Internally, use
3511         get_property() and set_property() for both.
3512
3513 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3514
3515         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3516         for Emacs <= 20 (Laurent Martelli).
3517
3518 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3519
3520         * lily/parser.yy (command_element): extract quoted vector in
3521         parser.
3522
3523         * input/regression/quote.ly: new file.
3524
3525         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3526
3527         * lily/parser.yy (command_element): \quote DURATION NAME: support
3528         cue notes. 
3529
3530         * lily/quote-iterator.cc (class Quote_iterator): new file.
3531
3532 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3533
3534         * lily/auto-beam-engraver.cc (try_music): accept and process
3535         beam-forbid-event.
3536
3537         * input/regression/auto-beam-no-beam.ly: new file.
3538
3539 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3540
3541         * lily/accidental.cc (print): Change font-relative-size ->
3542         font-size. Fixes cautionary-style = smaller.
3543
3544 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3545
3546         * lily/system-start-delimiter.cc (staff_brace): remove
3547         font-relative-size
3548
3549         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3550         forgotten with scm_list_n. Fixes spurious coredumps.
3551
3552         * lily/accidental-engraver.cc (stop_translation_timestep): move
3553         update of localKeySignature to stop_translation_timestep (). This
3554         makes sure that all ties are noticed at the right moment.
3555         (stop_translation_timestep): clear tie only when right-side
3556         notehead was seen.
3557         (number_accidentals_from_sig): cleanup. 
3558
3559         * input/regression/accidental-tie.ly (mus): new file
3560
3561         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3562         these longish tests.
3563
3564 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3565
3566         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3567
3568         * THANKS: update bugreporter list.
3569
3570         * lily/beam.cc (print): broken beams last until end of staff.
3571         (print): broken beams start from prefatory matter.
3572
3573         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3574
3575         * lily/paper-score.cc (process): dump header only once.
3576
3577         * lily/paper-outputter.cc (Paper_outputter): move logic into
3578         Scheme.
3579
3580         * scm/output-tex.scm (output-scopes): new function.
3581         (output-paper-def): new function
3582         (tex-string-def): new function
3583         (symbol->tex-key): new function
3584
3585         * scripts/convert-ly.py (conv): add rule for | ~
3586
3587 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3588
3589         * input/regression/{many}.ly: refresh, trying to guess how
3590         it was designed.
3591
3592 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3593
3594         * VERSION: release 2.1.25
3595
3596         * scm/define-translator-properties.scm
3597         (all-user-translation-properties): add printOctaveNames
3598
3599         * ly/engraver-init.ly: remove Note_event_swallower from
3600         NoteNamesContext.
3601
3602         * lily/note-name-engraver.cc (process_music): new property
3603         printOctaveNames
3604
3605         * lily/context.cc (find_existing_context): remove support for
3606         Current.
3607
3608         * scm/music-functions.scm (set-accidental-style): new function;
3609         duplicate accidental macros.
3610
3611         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3612
3613         * lily/note-name-engraver.cc (process_music):
3614         process_acknowledged_grobs () -> process_music ()
3615
3616         * scm/part-combiner.scm (determine-split-list): robustification.
3617
3618 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3619
3620         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3621         lines for falling into beam-gap.
3622         (score_forbidden_quants): check all staff lines for falling in
3623         beam gaps.
3624
3625         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3626         key/clef/time signatures. 
3627
3628         * input/test/ossia.ly: revise example.
3629
3630         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3631         cleanup.
3632         
3633         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3634         comply to Scheme standard.  Remove ly:get-paper-variable
3635
3636 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3637
3638         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3639
3640 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3641
3642         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3643         properties from Voice context. This fixes accidental size for
3644         staff-switches during grace contexts.
3645
3646         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3647         if necessary. Else, simply wipe dots.
3648
3649         * input/test/beam-alternate.ly: new file
3650
3651         * input/test/piano-staff-distance.ly: new file.
3652
3653         * lily/translator-group.cc (recurse_down_translators): use
3654         Direction for bottom-up/top-down.
3655
3656         * lily/include/translator.hh (class Translator): add
3657         process_music() and do_announces(). This obviates
3658         recurse_down_{engravers,performers}.
3659
3660         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3661         \melisma and \melismaEnd
3662
3663         * lily/melisma-engraver.cc (process_music): change to
3664         Melisma_translator, unify with performer. Accept
3665         ManualMelismaEvent.
3666
3667         * ly/engraver-init.ly: add Font_size_engraver.
3668
3669 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3670
3671         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3672         it hara-kiri.
3673
3674         * input/regression/{many}.ly: improve descriptions trying to figure
3675         out what is tested.
3676
3677 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3678
3679         * lily/slur.cc (broken_trend_offset): robustness fix.
3680
3681         * VERSION: release 2.1.24
3682
3683         * lily/context.cc (find_create_context): go to Score if it exists.
3684
3685         * lily/context-scheme.cc: new file.
3686
3687         * lily/score-translator.cc (get_output): new file.
3688
3689         * lily/include/grob-info.hh: origin_contexts() now does not
3690         include the originating engraver
3691
3692         * lily/translator-group.cc (translator_each): clean up contents,
3693         remove superfluous stubs. Engraver_group_engraver and
3694         Performer_group_performer are the only classes using multiple
3695         inheritance.
3696
3697         * lily/include/score-context.hh (class Score_context): interface
3698         between Score_{engraver,performer} and Global_context.
3699
3700         * lily/include/global-context.hh (Context): change from
3701         global-translator. This is the entry point for contexts; it is not
3702         tweakable using \translator{}. Score is no longer the top context,
3703         but sits underneath Global.
3704
3705         * lily/include/context.hh (class Context): brain surgery: split
3706         out Context functionality from Translator_group. Context is now a
3707         separate type from Translator.
3708
3709 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3710
3711         * lily/include/translator.hh (class Translator): make
3712         get_score_context() and get_global_translator (), and use the one
3713         which is appropriate.
3714
3715         * lily/context.cc: partially put functionality of Translator_group
3716         into Context.
3717
3718         * lily/include/context.hh (Translator): new class: put between
3719         Translator and Translator_group. 
3720
3721         * lily/new-accidental-engraver.cc: remove file.
3722
3723 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3724
3725         * input/regression/{many}.ly: improve descriptions: use complete 
3726         sentences, try to describe what is tested, avoid `we´, do not use 
3727         don't, ... 
3728
3729 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3730
3731         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3732         is at EOL.
3733
3734         * Documentation/user/lilypond.tely: declare the topmost node only
3735         once; removes empty line in @contents.
3736
3737         * Documentation/user/music-glossary.tely: really add Finnish author.
3738         Draw more beatiful `->´ arrow in html: &rarr;
3739
3740 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3741
3742         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3743
3744         * scripts/convert-ly.py (conv): add ly:music-list  change.
3745
3746         * lily/grob.cc: edit doc string.
3747
3748         * scm/define-grob-properties.scm (all-user-grob-properties):
3749         proofreading, editing of doc strings.
3750
3751         * input/regression/tablature-string-tunings.ly: new file.
3752
3753         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3754         listen to stringTunings
3755
3756         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3757         for self-alignment-[XY] code.
3758  
3759 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3760
3761         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3762         cond) into function. Cleanup.
3763
3764         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3765         
3766         * VERSION (PACKAGE_NAME): 2.1.23 released
3767
3768 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3769
3770         * Documentation/user/{refman,internals}.itely: small fixes.
3771
3772 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3773
3774         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3775         accidentals for harmonic notes
3776
3777         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3778         for harmonic notes.
3779
3780         * scm/document-backend.scm (interface-doc): prune Grob
3781         documentation: don't duplicate interface information.
3782
3783         * lily/*.cc: lots of updates of doc strings.
3784
3785 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3786
3787         * input/test/ac-extra-voice.ly (accompany): remove file.
3788
3789         * input/test/maximum-rest-count.ly: remove file.
3790
3791         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3792         conversion rule for \translator { }. Apply everywhere.  
3793
3794         * lily/parser.yy (music_property_def): set property for \once in
3795         the PropertyMusic itself, not the ContextSpec.
3796         (property_operation): change syntax within \translator { }
3797
3798         * scm/define-music-properties.scm (all-music-properties): clean up.
3799
3800         * lily/auto-beam-engraver.cc (test_moment): use
3801         updated_grob_properties() to retrieve autoBeam settings.
3802
3803         * lily/spacing-spanner.cc: bound shortest_playing_len by
3804         measure_length
3805
3806         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3807         multi-measure events for spacing computation.
3808
3809         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3810         elliptical, to 1.49.
3811
3812         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3813         vertical positioning for polyphony, without RestCollision object.
3814
3815         * lily/note-column.cc (add_head): prevent rests & note heads on
3816         one stem.
3817
3818         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3819         (do_shift): rewrite only-rests case: use common refpoints: the
3820         routine will have sensible results when other rest-translations
3821         have taken place.
3822
3823         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3824         < 0 case. 
3825
3826         * VERSION: 2.1.22 released
3827         
3828         * input/GNUmakefile (SUBDIRS): remove ascii-art
3829
3830 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3831
3832         * input/: Convert ly files that still had \property.  Fixes make
3833         web.  Remove exta spaces around '='. 
3834
3835         * scripts/convert-ly.py (conv): Redundant space fixes.
3836
3837         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3838
3839 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3840
3841         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3842         create scalable PS and PDFs  for input/{test,template,regression}.
3843
3844         * lily/context.cc (is_alias): move function.
3845         (is_alias): add Bottom as context alias. 
3846         (find_create_translator): add Bottom as a context alias for creation.
3847
3848         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3849
3850         * lily/parser.yy (music_property_def): new syntax for property
3851         assignments:
3852
3853         \set A.B = #C , \unset A.B
3854         \override A.B #C = #D, \revert A.B #C 
3855
3856         * lily/my-lily-lexer.cc: remove \property
3857
3858 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3859
3860         * Documentation/user/refman.itely: add dots after seealso refs.
3861
3862         * input/template/{many}.ly: harmonise descriptions.
3863
3864         * Documentation/user/music-glossary.itely: add Finnish author.
3865
3866 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3867
3868         * VERSION (PACKAGE_NAME): release 2.1.21
3869
3870 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3871
3872         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3873
3874         * scripts/lilypond-book.py (snippet_res): @include filename must
3875         not be empty.
3876
3877 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3878
3879         * scm/documentation-generate.scm (markup-doc-string): dump
3880         markup-commands.tely
3881
3882         * scm/define-markup-commands.scm (override): new file.
3883         Move documentation from refman into doc-strings. 
3884
3885         * input/test/staff-container.ly: fix example.
3886
3887         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3888         StaffContainer
3889
3890         * lily/grob.cc: remove point_dimension_callback
3891         (Grob): read forced dimensions from X-extent and Y-extent.
3892         (get_paper): remove preset_extent.
3893
3894         * scm/define-grobs.scm (all-grob-descriptions): remove
3895         point_dimension_callback. 
3896
3897         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3898         textscript to head. This makes no-spacing-rods work on
3899         DynamicText.
3900
3901         * lily/chord-name.cc: remove props chord, bass, inversion.
3902
3903         * Documentation/user/appendices.itely: add Scheme functions,
3904         context-properties and layout properties to manual.
3905
3906         * scm/part-combiner.scm (determine-split-list): include rests in a
3907         solo1/2 sequence.
3908
3909         * lily/new-part-combine-iterator.cc (substitute_both): new
3910         function.
3911         (class New_pc_iterator): add separate Voice=solo context, fixes
3912         autobeams going from chords to solo.
3913
3914 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3915
3916         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3917
3918         * Documentation/user/tutorial.itely:
3919         * Documentation/user/refman.itely: Add short note about being part
3920         of lilypond.tely.
3921
3922         * COPYING: Make note more clear with respect to files that are
3923         explicitely licenced otherwise (Documention/user/ comes to mind).
3924         
3925         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3926         comment about barfing of @c,{}.
3927
3928         * Documentation/user/music-glossary.tely: Add list of authors.
3929
3930         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3931         source (was: also in build log).
3932
3933 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3934
3935         * lily/side-position-interface.cc (general_side_position): if
3936         staff-padding is set, then include staff in support too.
3937
3938         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3939         module workbook
3940
3941         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3942
3943         * lily/tuplet-engraver.cc: remove tupletInvisible
3944
3945         * scm/define-translator-properties.scm: cleanup, separate in
3946         internal and user props. 
3947
3948         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3949         LyricsVoice -> Lyrics
3950
3951         * lily/new-part-combine-iterator.cc (process): only print warning
3952         for symbols.
3953
3954 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3955
3956         * scm/part-combiner.scm: Add proper header.
3957
3958         * All but lily/*: The great --2003 --2004 replace; the missing
3959         `bits'.
3960
3961         * TODO: Fix outline mode.  Add book notes.
3962
3963         * ROADMAP: Update.
3964
3965 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3966
3967         * scm/part-combiner.scm (make-autochange-music): use
3968         accumulator. Fixes stack overflow.
3969
3970         * lily/*: rename brew_molecule -> print , molecule-callback ->
3971         print-function
3972
3973         * scm/define-grob-properties.scm: cleanup. Separate into internal
3974         and user properties.
3975
3976         * lily/translator-property.cc (updated_grob_properties): new
3977         function
3978         (execute_pushpop_property): change to new convention:
3979         object property inits are stored as (cons ALIST BASED-ON). This
3980         storage format allows concurrent tweaks in different contexts.
3981
3982 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3983
3984         * TODO: new file.
3985
3986 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3987
3988         * debian/: Late Debian update (sorry Anthony).
3989
3990         * scripts/lilypond-book.py (do_file): Look for input_file in
3991         include path, or ask kpathsea if LATEX.
3992
3993         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3994         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3995         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3996         --header=texidoc.
3997
3998         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3999         relative.
4000
4001         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4002         only when filtering, default to input_base otherwise.  Coding
4003         style fixes.
4004
4005 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4006
4007         * lily/include/translator.hh (class Translator): add virtual
4008         qualifier.
4009
4010 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4011
4012         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4013
4014 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4015
4016         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4017
4018         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4019         (fixes make web).
4020
4021         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4022         live in $(out)-www).
4023
4024         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4025         dependencies.  Add link to .ly source in HTML output.
4026         (Lilypond_snippet.output_html): Handle multiple page picture
4027         output.
4028         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4029         Make usable for output_texinfo again.
4030
4031         * Documentation/user/GNUmakefile: Add static dependency for
4032         lilypond.tely includes.
4033
4034         * Documentation/user/tutorial.itely: Add some lost `relative'
4035         ly-options.
4036
4037 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4038
4039         * lily/include/translator-group.hh: move Music_output_def member
4040         to Global_translator.
4041
4042         * scripts/lilypond-book.py (do_file):  fix latex output.
4043
4044         * VERSION: release 2.1.20
4045         
4046         * scm/part-combiner.scm (determine-split-list): robustness fix 
4047
4048         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4049
4050         * lily/parser.yy (music_output_def_body): plug memory leak.
4051
4052         * lily/translator-group.cc (add_fresh_group_translator): plug
4053         memory leak: unprotect Translator_group once added.   
4054
4055         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4056
4057         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4058         write .dep file.
4059         (Lilypond_snippet.ly): add \renameinput.
4060
4061 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4062
4063         * Documentation/user/refman.itely (Markup command definition): Doc
4064         by Nicolas Sceaux. Rewrite by Han-Wen
4065
4066         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4067         thing of the line.
4068         (brew_molecule): only remove if hyphen is not at the end of line.
4069         (set_spacing_rods): new function: minimum-length specifies
4070         distance between syllables.
4071
4072         * scm/define-grobs.scm (all-grob-descriptions): add
4073         Hyphen_spanner::set_spacing_rods to LyricHyphen
4074
4075         * input/regression/lyric-hyphen-break.ly: new file.
4076
4077         * input/test/lyric-hyphen-retain.ly: new file.
4078
4079         * lily/new-part-combine-iterator.cc (construct_children):
4080         add Rest direction.
4081
4082 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4083
4084         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4085
4086         * Documentation/bibliography/engraving.bib (donemus1982):
4087         update entry.
4088
4089 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4090
4091         * scripts/lilypond-book.py (Substring.__init__): new class.
4092         (Snippet.output_texinfo): add texidoc option.
4093         (Include_snippet.replacement_text): new class.
4094         (Lilypond_snippet.__init__): new class
4095         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4096
4097         * Documentation/user/refman.itely (Sound): 
4098         note about number of channels.
4099
4100         * scm/music-functions.scm (voicify-music): add \context Staff for
4101         << \\ >> polyphony.
4102
4103         * lily/parser.yy (verbose_command_req): \skip now creates
4104         SkipMusic, and does not lead to spurious staves.
4105
4106         * scm/define-music-types.scm (music-descriptions): rename
4107         NonEventSkip to SkipMusic
4108
4109         * input/no-notation/midi-lyric-barcheck.ly: new file.
4110
4111         * input/regression/collision-dots-invert.ly: new file.
4112
4113         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4114         case.
4115
4116         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4117         die if melody died too.
4118
4119 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4120
4121         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4122         with reading from stdin.
4123
4124         * lily/slur-performer.cc (try_music): new file.
4125
4126         * lily/melisma-performer.cc (try_music): new file. Handle
4127         melismata to help lyrics.
4128
4129         * lily/beam-performer.cc (try_music): new file. Handle beam events
4130         to help lyrics.
4131
4132         * lily/score-performer.cc (one_time_step): reinstate
4133         process_music().
4134
4135         * lily/performer.cc (process_music): add to interface.
4136
4137         * lily/performer-group-performer.cc (process_music): new function.
4138
4139         * lily/dot-column.cc (do_shifts): do collision resolution before
4140         dot positioning.
4141         
4142         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4143         file, process printfilename option.
4144         (Snippet.__init__): rewrite: do not use global variables h or
4145         index.
4146         (main): really support -I option.
4147         (find_toplevel_snippets): new code.
4148         (find_toplevel_snippets): reinstate old version, without global
4149         variables.
4150
4151         * tex/texinfo.tex: really add file.
4152         
4153 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4154
4155         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4156         compatibility.
4157
4158 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4159
4160         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4161
4162         * scm/define-translator-properties.scm (drumPitchTable): add
4163         property.
4164
4165         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4166         function.
4167         (help_summary): docstrings.
4168         (do_file): strip the dir of input_base too.
4169
4170 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4171
4172         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4173
4174         * Documentation/user/lilypond-book.itely: Update.
4175
4176         * make/ly-rules.make: Update lilypond-book commands.
4177
4178         * Documentation/user/GNUmakefile: Update makeinfo commands,
4179         lilypond-book flags.
4180
4181         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4182         
4183         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4184
4185         * scripts/filter-lilypond-book.py: Remove.
4186
4187         * Documentation/user/*tely: Update options for new lilypond-book.
4188
4189         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4190         with @macros in @includes.
4191
4192 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4193
4194         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4195         make rest-collision only.
4196
4197         * lily/break-substitution.cc (substitute_one_mutable_property):
4198         clear all-elements using scm_assq_remove_x(). 
4199
4200         * lily/rest-collision.cc (do_shift): shift single rests
4201
4202         * flower/include/array.hh (class Array): rename to is_empty ()
4203
4204         * lily/drum-note-performer.cc: new file: perform drum notes.
4205
4206         * VERSION (PACKAGE_NAME): release 2.1.19.
4207         
4208 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4209
4210         * scripts/filter-lilypond-book.py
4211         (classic_lilypond_book_compatibility): New function.
4212
4213 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4214
4215         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4216
4217         * Grand 2003 -> 2004 search replace. 
4218
4219         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4220         (i.e. < > )
4221
4222         * ly/performer-init.ly: add DrumStaff
4223
4224         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4225         lyric-interface; this prevents lines with only extender lines from
4226         being junked.
4227  
4228         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4229
4230         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4231         extenders right, for once and for all (hopefully).
4232         
4233         * lily/break-substitution.cc (substitute_one_mutable_property):
4234         clear old 'all-elements for System grobs.
4235
4236         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4237         that associatedVoiceContext is always assigned when music & lyrics
4238         are found. 
4239
4240         * ly/engraver-init.ly: remove Lyrics context.
4241         (TabVoice): add noteheads engraver
4242
4243         * input/test/improv.ly: update: do not use Thread switching. 
4244
4245         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4246         squashedPosition is a number  
4247
4248         * Documentation/user/refman.itely (Automatic note splitting):
4249         remove Thread references.
4250
4251         * input/no-notation/pc-direction.ly: remove file.
4252
4253         * ly/engraver-init.ly: remove Thread
4254
4255         * input/regression/tie-chord-partial.ly: remove file.
4256
4257         * scripts/convert-ly.py (conv): \harmonic rule
4258
4259         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4260         notation for harmonic notes: <c' g''\harmonic>
4261
4262         * lily/lily-guile.cc (alist_to_hashq): new function
4263
4264         * scm/lily.scm (alist->hash-table): new function.
4265
4266         * Documentation/user/refman.itely (Percussion staves): update doco.
4267
4268         * input/regression/drums.ly (timb): updates
4269
4270         * lily/note-performer.cc (create_audio_elements): robustness fix.
4271
4272         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4273
4274 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4275
4276         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4277         discard valid matches.
4278
4279 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4280
4281         * lily/drum-note-engraver.cc: new file.
4282
4283         * ly/drumpitch-init.ly: move drum definitions
4284
4285         * scm/drums.scm: remove file.
4286
4287         * lily/*.cc: remove abort-event everywhere.
4288
4289         * lily/note-heads-engraver.cc (process_music): robustification.
4290
4291         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4292         robustification.
4293
4294         * lily/parser.yy (simple_element): add \drums mode.
4295         (simple_element): remove \pitchnames , \chordmodifiers. Use
4296         variables to store this. 
4297
4298         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4299         outside \notes.
4300
4301         * VERSION: release 2.1.18.
4302         
4303         * input/test: remove octave-duplicate.ly
4304
4305 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4306
4307         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4308
4309 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4310
4311         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4312         constructor from Music_iterator. Changes throughout.
4313
4314         * lily/include/music-iterator.hh (class Music_iterator): remove
4315         Music_iterator::skip and Music_iterator::get_pending_events from
4316         interface. Rename report_to -> get_outlet 
4317
4318         * lily/auto-change-iterator.cc: move contents from
4319         new-auto-change-iterator.cc from
4320
4321         * scm/part-combiner.scm: determine split-list from Scheme. 
4322
4323         * lily/new-auto-change-iterator.cc (process): new file.
4324
4325         * lily/parser.yy (part_combined_music): remove old PC cruft.
4326
4327         * ly/engraver-init.ly: remove old
4328         PC cruft.
4329
4330         * Documentation/user/refman.itely (The Lyrics context): note about
4331         extender lines.
4332
4333         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4334         to allow 0-length mmrest events.
4335
4336         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4337
4338         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4339
4340         * lily/spacing-engraver.cc (finalize): robustifications.
4341
4342         * input/regression/new-part-combine-solo-global.ly: new file.
4343
4344         * scm/part-combiner.scm: rewrite.
4345
4346 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4347
4348         * Documentation/user/refman.itely, input/puer-fragment.ly,
4349         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4350         updated for proper use of lyricsto; replaced "(" and ")" ->
4351         "\melisma" and "\melismaEnd"
4352
4353         * input/test/ancient-font.ly: small updates to reduce compile
4354         warnings (TODO: junk this file)
4355
4356         * input/test/gregorian-scripts.ly: added comment about bug
4357
4358         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4359         tiny robustness fix
4360
4361         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4362         recent changes in the feta code); temporarily mapped mensural g
4363         clef to a copy of petrucci g clef until mensural g clef will have
4364         been rewritten
4365
4366         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4367         between mensural and neo-mensural heads (this broke quite a while
4368         ago)
4369
4370         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4371
4372 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4373
4374         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4375         indication.  Fixes for verbatim, multi line comments.
4376
4377 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4378
4379         * input/regression/new-part-combine-solo.ly: more cases.
4380
4381         * lily/slur.cc (height): robustness fix.
4382
4383         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4384
4385         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4386         stemUp/stemDown.
4387
4388         * scm/music-functions.scm (determine-split-list): further analysis.
4389
4390         * lily/script-engraver.cc (try_music): discard duplicate
4391         articulations.
4392
4393         * input/regression/new-part-combine-solo.ly: new file
4394
4395         * input/regression/new-part-combine-a2.ly: new file.
4396
4397         * ly/performer-init.ly: add Devnull
4398
4399         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4400         for \musicglyph #"accidental-*"
4401         (conv): \newpartcombine rule.
4402
4403 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4404
4405         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4406
4407 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4408
4409         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4410         textwidth, --output.
4411
4412 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4413
4414         * scm/new-markup.scm (doubleflat): add accidental markups.
4415
4416         * VERSION: release 2.1.17
4417         
4418         * Documentation/user/refman.itely (Automatic part combining):
4419         revise documentation of the part-combiner.
4420
4421         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4422         
4423         * input/test/part-combine-{moment,staff}.ly: remove file.
4424
4425         * input/regression/pc-mmrest.ly (two): remove file.
4426
4427         * scm/define-music-types.scm (music-descriptions): add
4428         Solo{One,Two}Event and UnisonoEvent
4429
4430         * lily/new-part-combine-iterator.cc (unisono): add state_
4431         variable, signal changes with part-combine-event.
4432
4433         * input/regression/new-part-combine-text.ly: new file.
4434
4435         * lily/part-combine-engraver.cc: new file.
4436
4437 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4438
4439         * scripts/filter-lilypond-book.py: Handle snippet options.
4440
4441 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4442
4443         * scm/music-functions.scm (determine-split-list): detect solo1/2
4444         and unisono.
4445
4446         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4447         revert fix, document why.
4448
4449         * lily/tie-performer.cc (process_music): new function. Set melisma
4450         property.
4451
4452         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4453         always smaller than bracket size.
4454         (make_bracket): oops. Size of the gap was off by factor 2
4455
4456         * input/test/text-rotate.ly: new file.
4457
4458         * scm/new-markup.scm (markup): a macro that provides a
4459         LilyPond-like syntax in scheme for building markups, in order to
4460         help markup command definition. (Nicolas Sceaux)
4461
4462         * input/test/lyrics-skip-notes.ly: new example.
4463
4464         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4465
4466         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4467         use is_alias() iso. == . This fixes lyrics on
4468         GregorianTranscriptions. 
4469
4470 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4471
4472         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4473         \thispagestyle{lastpage} to avoid that it's printed on the second
4474         last page when there's only a single score line on the last page.
4475         (The page breaking mechanism in TeX played some ugly tricks to us.)
4476
4477 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4478
4479         * scripts/filter-lilypond-book.py: Further development.
4480
4481         * input/regression/collision-dots-move.ly: New test.
4482
4483         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4484         hand side note head of non-merged collision to the right.
4485
4486         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4487         Construct children before accessing property from emtpy
4488         lyrics_context_.
4489         (construct_children): Find thread before finding LyricsVoice.
4490         Create LyricsVoice one if none found, fixes crash (thanks Erik
4491         Sandberg).
4492
4493 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4494
4495         * cygwin/: Forward port.
4496
4497 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4498
4499         * buildscripts/install-info-html.sh: Use Bash.
4500
4501         * cygwin/mknetrel: Patch from Bert.
4502
4503 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4504
4505         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4506
4507         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4508         try to copy *png, index.html (Bertalan Fodor).
4509
4510         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4511
4512 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4513
4514         * lily/note-collision.cc (check_meshing_chords): Do not remove
4515         dots (from down head) when merging similar heads (thanks Matthias
4516         Kilian).  Simplify merge_possible tests and other cleanups
4517
4518         * input/regression/collision-merge-differently-dotted.ly: Add test
4519         for disappearing dots on similar heads for both voices.
4520
4521 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4522
4523         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4524         that tagline overrides copyright for single page scores. Correct
4525         the default tagline value.
4526
4527 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4528
4529         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4530
4531 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4532
4533         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4534         TEXMF if it's previously unset.
4535
4536 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4537
4538         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4539
4540         * input/test/trills.ly: fix the unfolding of lineprall.
4541
4542         * input/test/figured-bass-alternative.ly: fix accidental.
4543
4544 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4545
4546         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4547         
4548         * input/no-notation/dos-guile.ly: 
4549         * input/no-notation/dos-ps.ly: 
4550         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4551         
4552         * input/no-notation/safe-include.ly:
4553         * input/no-notation/safe-guile.ly:
4554         * input/no-notation/safe-ps.ly: 
4555         * input/no-notation/safe-tex.ly: New file.
4556
4557         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4558         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4559         options now.
4560         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4561         When in --safe-mode, set environment openout_any=p[aranoid].
4562
4563         * tex/ltest.tex: 
4564         * tex/lilyponddefs.tex: Add \nofiles.
4565
4566         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4567         options.
4568
4569         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4570         This allows building the user manual using a binary installation
4571         and a matching unpacked source tree.
4572
4573         * scm/lily.scm (safe-module): New variable. 
4574
4575         * lily/includable-lexer.cc (new_input): Fix error messages.
4576
4577         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4578         If SAFE, evaluate in safe-module.  Change callers.
4579
4580         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4581
4582         * lily/lexer.ll (embedded_scm): While processing main-input,
4583         invoke ly_parse_scm with safe mode if running in safe-mode.
4584         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4585         in init.ly for safe-mode.
4586
4587 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4588
4589         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4590         compatibility with old versions of geometry.sty (compat2
4591         already implied includehead).
4592         Change the page layout slightly so bottom + footskip = top +
4593         headheight + headsep = 16mm, the remaining paperheight-32mm
4594         are used for the music. Increase footskip to 5mm, so the top of
4595         the footer text doesn't touch the music.
4596
4597 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4598
4599         * VERSION: release 2.1.16
4600         
4601         * scm/music-functions.scm (determine-split-list): bugfix: only use
4602         new-active for both voices if both indexes advance. This fixes the
4603         biggest outstanding problem with new-pc. 
4604
4605         * lily/new-part-combine-iterator.cc (construct_children): set more
4606         directions.
4607
4608 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4609
4610         * scripts/convert-ly.py (conv): add instrument rule.
4611
4612         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4613
4614         * lily/side-position-interface.cc: remove add_staff_support ()
4615         Change all callers to use staff-padding.
4616
4617         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4618         make_spanner().
4619
4620         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4621
4622         * lily/text-engraver.cc: remove scriptHorizontal property.
4623
4624         * lily/beam.cc (least_squares): also set least-squares-dy for
4625         special case of slanted 2-stem beam to center.
4626
4627         * lily/side-position-interface.cc (out_of_staff): move contents of
4628         out_of_staff into aligned_side.
4629         remove out_of_staff().
4630
4631         * input/regression/measure-grouping.ly: fix warning.
4632
4633         * lily/side-position-interface.cc: add staff-padding support to
4634         Side_position_interface::aligned_side.
4635
4636         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4637         one get_property too many.
4638
4639         * flower/include/drul-array.hh (linear_combination): new function
4640         (scale_drul): new function
4641
4642         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4643         operations on empty intervals are silly.
4644
4645 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4646
4647         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4648         (iso gh_scm2int), fixes crash in new part-combiner.
4649
4650         * configure.in: Up mftrace to 1.0.27.
4651
4652 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4653
4654         * VERSION: release 2.1.15
4655         
4656         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4657         align all stanza numbers.
4658
4659 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4660
4661         * Documentation/user/{introduction.itely,refman.itely,
4662         converters.itely}: fix some text inside parentheses; text should
4663         be readable (even) if parentheses are either replaced with commas 
4664         or dropped out.
4665
4666 2004-01-25  Werner Lemberg  <wl@gnu.org>
4667
4668         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4669         input/test/vaticana.ly, input/test/ancient-font.ly,
4670         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4671         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4672         ly/params-as-init.ly, scm/define-grobs.scm,
4673         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4674
4675         * ly/params-as-init.ly: Removed.  Obsolete.
4676         * buildscripts/lilypond.words.py: Updated.
4677
4678 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4679
4680         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4681
4682         * mf/feta-din{4,5,7,9}.mf: remove.
4683         
4684         * lily/engraver.cc (internal_make_item): centralize item/spanner
4685         factory.
4686
4687         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4688         do correct chord conversion for ^"sim."  (backportme)
4689         (FatalConversionError.sub_articulations): substitute ^"foo" in
4690         chords too. (backportme)
4691
4692         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4693         for Fingering.
4694
4695         * lily/side-position-interface.cc (out_of_staff): don't do
4696         anything if staff-padding not defined. 
4697
4698         * mf/feta-params.mf (stafflines): introduce linethickness as
4699         general blackness of the font.
4700
4701         * lily/stem.cc (position_noteheads): rounding error robustness.
4702
4703         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4704         from beam-collision.ly 
4705
4706         * lily/beam.cc (rest_collision_callback): remove direction.
4707
4708         * scm/define-grobs.scm (all-grob-descriptions): remove
4709         enclose-bounds in OttavaBracket and PianoPedalBracket
4710
4711         * scm/new-markup.scm (def-markup-command) new macro, which takes
4712         care of defining the COMMAND-markup and make-COMMAND-markup
4713         procedures, setting markup-signature and keyword-signature object
4714         properties, and pushing the markup command in
4715         markup-function-list.
4716
4717         All markup commands are defined thanks to it.  Users may also use
4718         it to define their own markup commands. (Nicolas Sceaux)
4719
4720         * scm/new-markup.scm: Scheme style clean-up: there should be no
4721         parenthesis alone on a line; LET* should not be used where LET is
4722         enough. (Nicolas Sceaux)
4723
4724 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4725
4726         * scripts/filter-lilypond-book.py: Add script.
4727
4728 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4729
4730         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4731
4732 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4733
4734         * Documentation/user/refman.itely (Fingering instructions): add
4735         single note chords. 
4736
4737         * lily/multi-measure-rest-engraver.cc: use a single
4738         MultiMeasureEvent for mm rests. This prevents problems with the
4739         new part combiner.
4740
4741         * scm/music-functions.scm (determine-split-list): analysis has
4742         global effect: a difference halfway a phrase makes the entire
4743         phrase be typeset as apart.
4744         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4745
4746 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4747
4748         * ly/performer-init.ly: add Devnull.
4749
4750         * Documentation/user/refman.itely (Font selection): remove paper20
4751         ref.
4752         
4753 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4754
4755         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4756
4757 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4758
4759         * scm/music-functions.scm (determine-split-list): bugfixes.
4760
4761         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4762
4763         * input/test/scales-greek.ly: use C as base, results in different
4764         alterations at the clef.
4765
4766         * input/regression/pedal-ped.ly: new file.
4767
4768         * input/regression/pedal-bracket.ly: new file.
4769
4770         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4771         replace after_line_breaking()
4772
4773         * lily/line-interface.cc (line): read thickness.
4774         (line): dash-fraction = 0 always for dotted-line style.
4775
4776         * input/test/staff-lines.ly (lower): bugfix.
4777
4778         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4779         \accepts Devnull into Score.
4780
4781         * scm/lily.scm: remove bla.scm load.
4782
4783 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4784
4785         * VERSION: release 2.1.14
4786         
4787         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4788
4789         * lily/side-position-interface.cc (general_side_position): add
4790         Staff_symbol_referencer::staff_space ().
4791
4792         * lily/include/context-def.hh: rename from translator-def.hh
4793
4794 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4795
4796         * input/template/piano-dynamics.ly (pedal): Updated definition of
4797         Dynamics such that \cresc works, for example.
4798
4799 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4800
4801         * lily/stem.cc (calc_stem_info): use
4802         Staff_symbol_referencer::staff_space
4803
4804         * lily/beam-quanting.cc (quanting): scale Stem_info 
4805
4806         * lily/beam.cc (rest_collision_callback): use minimum-distance
4807         property for rest/beam collisions.
4808         (rest_collision_callback): bugfixes.
4809
4810         * lily/system.cc (post_processing): extra-offset is now relative
4811         to the size of the current staff.
4812
4813         * scm/music-functions.scm (notice-the-events-for-pc): record all
4814         voices, only analyze "one" and "two".
4815
4816         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4817         not parent. 
4818
4819         * lily/new-part-combine-iterator.cc (construct_children): create
4820         Devnull from Voice context
4821
4822         * scm/music-functions.scm (determine-split-list): bugfixes.
4823
4824         * lily/lily-guile.cc (robust_scm2int): new function
4825
4826         * lily/staff-symbol-referencer.cc (line_thickness): new
4827         function. Use throughout.
4828
4829         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4830         in its own context.  Add to preset font-size.
4831
4832         * lily/stem.cc (thickness): new function.
4833
4834         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4835         compute thickness from ledger-line-thickness.
4836
4837         * lily/note-head.cc (brew_ledger_lines): use
4838         Staff_symbol::get_ledger_line_thickness ().
4839
4840         * lily/beam.cc (rest_collision_callback): use
4841         Staff_symbol_referencer::staff_space().
4842
4843         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4844         Mus1 Mus2
4845
4846         * lily/include/translator.hh (class Translator): add accepts_list_
4847         so  \with { \denies / \accepts } also works.
4848
4849         * scm/music-functions.scm (determine-split-list): determine split
4850         list from music events.
4851
4852         * lily/new-part-combine-iterator.cc: more states.
4853
4854         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4855
4856 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4857
4858         * lily/system.cc (set_loose_columns): use the right prebroken cols
4859         for interpolating loose column position.
4860
4861         * lily/text-spanner.cc (brew_molecule): default to no vertical
4862         lines.
4863
4864         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4865         take space.
4866
4867         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4868
4869 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4870
4871         * scripts/convert-ly.py: Do not test filename when processing
4872         stdin.
4873
4874         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4875
4876 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4877
4878         * lily/axis-group-engraver.cc (finalize): extra check; if
4879         process_music () is never called, then staffline_ == 0.
4880
4881         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4882         check run_always ().
4883         
4884         * VERSION: release 2.1.13
4885
4886         * input/regression/note-head-style.ly (pattern): cleanup.
4887
4888         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4889         downloading.
4890
4891         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4892         kludge rehearsalmark placement.
4893
4894         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4895         , ly:spanner?
4896
4897         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4898         close to note head for accidentals.
4899
4900         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4901         tuplet direction.
4902
4903         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4904
4905 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4906
4907         * lily/include/music-iterator.hh (class Music_iterator): add
4908         substitute_outlet() to iterator API.
4909
4910         * lily/new-part-combine-iterator.cc (construct_children):
4911         New_pc_iterator: new class, better part combining.
4912
4913         * lily/tie-column.cc (werner_directions): new function
4914
4915         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4916
4917         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4918         empty objects group spanner as parent
4919
4920         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4921         slope against graphical slope.
4922
4923         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4924         for ottava bracket.
4925
4926         * lily/side-position-interface.cc (general_side_position):
4927         opps. reinstate *dir.
4928
4929         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4930         parser run.
4931
4932         * lily/tuplet-bracket.cc: remove calc_dy ().
4933
4934         * Documentation/user/refman.itely (Balloon help): document balloon
4935         help
4936
4937 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4938
4939         * scm/document-backend.scm (check-dangling-properties): Grob
4940         properties are defined define-grob-properties.scm.
4941         
4942 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4943         
4944         * VERSION: release 2.1.12
4945
4946         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4947         ChordName
4948
4949         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4950         relation to surroundings.
4951
4952         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4953         Y-extent to the note-extents: stay clear of the staff.
4954
4955 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4956
4957         * Documentation/user/GNUmakefile
4958         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4959         iso. copy.
4960
4961         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4962
4963         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4964
4965         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4966
4967         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4968
4969         * lily/line-interface.cc (line): remove thickness from calling interface.
4970
4971         * lily/hairpin.cc: use Line_interface
4972
4973         * lily/line-interface.cc: new file. Line_interface for everything
4974         with dotted/dashed lines.
4975         
4976
4977         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4978
4979         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4980         for constructing ottava brackets.
4981         
4982         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4983         the note heads.
4984
4985         * Documentation/user/internals.itely (Engravers and performers):
4986         fix broken link.
4987
4988         * scm/music-functions.scm (make-mark-set): new function.
4989
4990         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4991         functionally identical to beam.
4992
4993         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4994         () with beam (). 
4995
4996         * Documentation/user/refman.itely (Rehearsal marks): document new
4997         functionality.
4998
4999         * input/regression/rehearsal-mark-number.ly: new file.
5000
5001         * input/regression/rehearsal-mark-letter.ly: new file.
5002
5003         * scm/translation-functions.scm (number->mark-string): new function
5004         (format-mark-letters): new function
5005         (format-mark-numbers): new function
5006
5007         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5008         integer; formatting is done through markFormatter property.
5009         
5010         * scm/define-translator-properties.scm: fold all *-done properties
5011         into positioning-done.
5012
5013         * lily/beam.cc (position_beam): new function
5014         (brew_molecule): make sure that positions are calced before making
5015         the molecule.
5016
5017         * scm/output*.scm (beam):  take 4th argument for function.
5018
5019         * ps/music-drawing-routines.ps: take blot as 4th argument.
5020
5021         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5022         stem to avoid small dents.
5023         
5024 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5025
5026         * VERSION: release 2.1.11
5027
5028         * input/regression/balloon.ly: new file.
5029
5030         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5031         objects, and make help texts. 
5032
5033         * scm/new-markup.scm (parse-simple-duration): parse duration
5034         string to log & dots. (Thanks Nicolas!)
5035
5036         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5037         rule.
5038
5039 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5040
5041         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5042         Lemberg).
5043
5044         * THANKS: alphabetic order.
5045
5046 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5047
5048         * input/regression/note-head-harmonic.ly: new file.
5049
5050         * Documentation/user/internals.itely (Technical manual): explain
5051         difference between music, translation, layout.
5052
5053         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5054
5055         * scm/output-ascii-script.scm (bracket): rounding bfs.
5056
5057         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5058
5059         * ly/paper*.ly: remove files. 
5060         
5061         * scm/paper.scm (set-staff-size): new function: set default
5062         staff-size.
5063
5064         * scripts/convert-ly.py (conv): add conversion rule.
5065
5066         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5067         function.
5068
5069         * scm/paper.scm: new file.
5070         (set-staff-size): new function 
5071         (set-paper-size): new function
5072
5073         * lily/parser.yy (music_output_def_body): restructure definition,
5074         so first Scheme statement in \paper also happens in new scope. 
5075
5076         * lily/system.cc (post_processing): move uniquify_list () to
5077         dumping molecule stage.
5078
5079         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5080         this will mess up scores that use barchecks to shorten measures.
5081
5082         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5083         at 20pt too.
5084
5085         * Documentation/user/tutorial.itely (Printing lyrics): document
5086         \lyricsto
5087
5088         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5089
5090         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5091
5092         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5093         if Voice is not found.
5094
5095         * VERSION: release 2.1.10
5096         
5097         * input/{test,regression}/: remove old-relative 
5098
5099         * lily/lexer.ll: add empty markup signature. 
5100
5101         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5102         strut markup
5103
5104         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5105
5106         * scm/define-translator-properties.scm: update melismata property
5107         doco.
5108
5109         * lily/system.cc (output_lines): revert uniquify_list() patch,
5110         strange side effects seen.
5111         
5112         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5113         dash-period < 0.
5114
5115         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5116         for flute. 
5117
5118 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5119
5120         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5121
5122         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5123
5124         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5125         of line breaks.
5126         (brew_molecule): add padding to left, not right.
5127
5128         * lily/system.cc (uniquify_list): new function
5129         (output_lines): uniquify_list () on all-elements. This fixes
5130         double symbols in the output.
5131
5132         * lily/beam.cc (rest_collision_callback): don't move anything if
5133         staff-position is set.
5134
5135         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5136
5137         * lily/system.cc (typeset_grob): warn if adding twice.
5138
5139         * lily/sequential-iterator.cc (run_always): implement run_always().
5140         (also in other files.)
5141         
5142         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5143
5144         * lily/event.cc (to_relative_octave): add octave-check.
5145
5146         * Documentation/user/refman.itely (Line breaking): add noBreak.
5147
5148         * scm/new-markup.scm (normalsize-markup): add function.
5149         (sans-markup): new function.
5150
5151         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5152         come earlier nowadays.  This fixes beams on grace notes.
5153         
5154         * scm/music-functions.scm (direction-polyphonic-grobs): new
5155         variable, share between override and revert. This fixes script
5156         directions in polyphonic sections. (backportme)
5157
5158 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5159
5160         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5161         breakpoints.
5162
5163         * lily/break-align-interface.cc: add doco
5164
5165         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5166
5167 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5168
5169         * VERSION: release 2.1.9
5170
5171         * scm/document-markup.scm (markup-doc-node): add note about naming.
5172
5173         * scm/new-markup.scm (left-align-markup): bugfix. 
5174
5175         * Documentation/user/refman.itely (Ottava brackets): more doco for
5176         ottava.
5177
5178         * lily/side-position-interface.cc (out_of_staff): also do
5179         out_of_staff() correctly for d == DOWN.
5180
5181         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5182         horizontal line if they move to the right.
5183         
5184         * scm/define-grobs.scm (all-grob-descriptions): set
5185         text-repeat-if-broken for ottava spanner
5186
5187         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5188         property.
5189
5190         * mf/feta18.mf: design size is 18 not 22.5
5191
5192         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5193         Add a single LyricsVoice to a melody. Melismata may be set
5194         individually.
5195
5196         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5197
5198         * lily/dot-column.cc: add stdio.h
5199
5200 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5201
5202         * lily/item.cc: documentation for break-visibility (Thanks, John).
5203
5204 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5205
5206         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5207
5208         * lily/translator-def.cc: rename Translator_def to Context_def.
5209
5210         * Documentation/user/internals.itely (Lexical details): clarify
5211         string def.
5212
5213         * Documentation/user/refman.itely (Rhythmic music): add link to
5214         RhythmicStaff 
5215
5216 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5217
5218         * lily/translator.cc: document start_translation_timestep()
5219
5220         * scm/output-tex.scm (tex-encoded-fontswitch): use
5221         round for rounding (inexact->exact yields rationals)
5222
5223         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5224
5225         * lily/translator-group.cc (get_simple_trans_list): 
5226         new function; construct simple_trans_list_ lazily.
5227         
5228 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5229
5230         * lily/paper-outputter.cc (output_scope): Check if number before
5231         checking exact (guile cvs).
5232
5233         * scm/*: Escape backslashes in scheme strings (guile cvs).
5234
5235 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5236
5237         * Documentation/user/refman.itely (Tablatures basic): annotate
5238         seealso sections.
5239
5240         * lily/*.cc: cleanup of engraver initialize() functions.
5241
5242         * lily/repeat-acknowledge-engraver.cc
5243         (start_translation_timestep): remove first_b_
5244
5245         * lily/tab-note-heads-engraver.cc: listen to string number events
5246         inside < > too. (backportme).
5247
5248         * Documentation/user/refman.itely (Text scripts): add fatText to
5249         index.
5250
5251 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5252
5253         * VERSION: 2.1.8
5254
5255         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5256         footer.
5257
5258         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5259
5260         * lily/bar-check-iterator.cc (process): only warn if
5261         barCheckLastFail was changed.
5262
5263         * scm/define-translator-properties.scm (barCheckLastFail): add
5264         property.
5265
5266         * lily/main.cc (main_prog): print summary of failed files.
5267
5268         * lily/axis-group-engraver.cc: move all spanner creation to
5269         process_music (). Now staffs can be adjusted with \override too.
5270         (Jan, you are a brilliant programmer!)
5271         
5272         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5273
5274 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5275
5276         * Documentation/user/tutorial.itely (Integrating text and music):
5277         Show the commands to produce a PDF as well.
5278
5279 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5280
5281         * lily/translator-def.cc (get_translator_names): accept user
5282         tweaks too. 
5283
5284         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5285         as big as normal heads. 
5286
5287         * input/*ly: run convert-ly
5288         
5289         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5290         () if dependencies are fluked.
5291
5292         * scm/document-translation.scm (engraver-doc-string): update on
5293         latest string/symbol conventions.
5294
5295         * lily/translator-ctors.cc: use Scheme_hash_table.
5296
5297         * lily/translator-def.cc (get_translator_names): new function
5298         (add_context_mod): new function
5299         (get_accepted): new function
5300
5301         * lily/parser.yy (context_mod): put all modifications of
5302         \translator { } in a single production, encode as SCM.
5303
5304         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5305         to use read-only lists, so additions to the definition can be
5306         prepended easily.  
5307
5308         * Documentation/user/invoking.itexi (Editor support): add node on
5309         editor support.
5310
5311         * Documentation/user/refman.itely (Bar check): add lyrics example
5312         of bar checks. 
5313
5314         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5315
5316         * scripts/convert-ly.py (conv): add conversion rule.
5317
5318         * lily/parser.yy: use \change iso. \translator for staff switch.
5319
5320         * lily/my-lily-lexer.cc: add \change.
5321
5322         * scm/define-translator-properties.scm
5323         (default-melisma-properties): add definition.
5324
5325 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5326
5327         * Documentation/user/refman.itely (Bar lines): clarification of
5328         systemStartDelimiter. 
5329
5330         * input/test/slur-shape.ly (x): remove file.
5331
5332         * lily/translator-group.cc (apply_property_operations): new function.
5333
5334 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5335
5336         * lily/parser.yy (optional_prop_ops): allow \with {
5337         PROPERTYSETTINGS } following \context or \new.
5338
5339         * lily/my-lily-lexer.cc: add \with.
5340
5341         * lily/parser.yy (property_operation): clean up definition of
5342         property operations.
5343         (property_op_to_music): new function.
5344         (context_spec_music): new function
5345
5346         * VERSION: 2.1.7 released.
5347         
5348         * input/regression/collision-merge-dots.ly: new file.
5349
5350         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5351         then kill the dots too. 
5352
5353         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5354         set/unset breakableSeparationItem
5355
5356         * lily/separation-item.cc (relative_width): add function.
5357
5358         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5359         only-prebreak-interface
5360
5361         * lily/system.cc (output_lines): only junk only-prebreak-interface
5362         grobs.
5363
5364         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5365         read breakableSeparationItem
5366
5367         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5368
5369         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5370
5371         * lily/dot-column.cc (dot_config_badness): new function:
5372         select the best scoring dot configuration: dots should go close to
5373         the note heads, but be shifted up or down according to conventions.
5374         (print_dot_configuration): idem.
5375         (shift_one): idem
5376         (remove_collision): idem.
5377
5378         * input/regression/dots.ly: add more test cases.
5379
5380 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5381
5382         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5383
5384         * flower/include/interval.hh: rename elem_b to contains 
5385
5386         * lily/tie.cc: change 'heads to 'head-pair.
5387
5388         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5389         fill in 'heads field.
5390
5391         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5392         minimum-length for short ones, and shorten so collisions with the
5393         next syllable are avoided.
5394
5395         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5396         near-zero slopes.
5397         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5398
5399         * lily/dots.cc: remove quantized_position callback. All Y
5400         positioning is done by dot-column.cc
5401
5402         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5403         exhaustive test of all dot positions. This fixes disappearing dots
5404         in dotted chords.
5405
5406 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5407
5408         * mf/feta-klef.mf (test_staff): fatten up G clef
5409         (test_staff): fatten up f clef.
5410         
5411
5412 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5413
5414         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5415         * input/les-nereides.ly: Use latin1 characters for title, like
5416         Morgenlied.
5417
5418 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5419
5420         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5421         cmb10).
5422
5423         * lily/lyric-extender.cc (brew_molecule): add little space before
5424         extender line.
5425
5426         * lily/beam-quanting.cc (score_forbidden_quants): check if
5427         outer stafflines fall in any beam gaps.
5428
5429         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5430         for lyric texts.
5431
5432 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5433
5434         * VERSION: 2.1.6 released.
5435
5436         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5437         this shows the demerits of a user-defined beam position pair.
5438
5439         * scm/define-grobs.scm (all-grob-descriptions): set
5440         beamed-extreme-minimum-free-lengths to a different value.
5441
5442         * lily/scm-option.cc: add debug-beam scm-option
5443
5444         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5445
5446 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5447
5448         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5449
5450         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5451         space after barline.
5452
5453         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5454
5455         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5456         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5457         the other case, take standard column-breakable spacing. Do not
5458         warn about "no spacing wishes".
5459
5460         This fixes wide spaces after barlines in very loose lines.
5461
5462         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5463
5464 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5465
5466         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5467         acknowledge_grob lyric-syllable, not lyric-text.
5468
5469         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5470         dashes of length #'length separated by #'dash-period. 
5471
5472         * lily/lyric-extender.cc (brew_molecule): idem
5473
5474         * lily/multi-measure-rest.cc (big_rest): idem
5475
5476         * lily/system-start-delimiter.cc (simple_bar): idem
5477
5478         * lily/bar-line.cc (simple_barline): use rounded box
5479
5480         * VERSION: release 2.1.5
5481
5482         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5483         music): move note about dvips to more visible place.
5484
5485         * lily/lyric-phrasing-engraver.cc: move from
5486         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5487         lyric-phrasing-engraver.hh)
5488         
5489         * lyric-align.ly: remove file
5490         
5491         * scripts/convert-ly.py (FatalConversionError.func): add removal
5492         rule for automaticMelismata
5493
5494         * ly/engraver-init.ly (ScoreContext): switch on
5495         New_phrasing_engraver by default.
5496
5497         * lily/slur-engraver.cc (class Slur_engraver):
5498         process_acknowledged_grobs -> process_music.
5499         (try_music): signal melismata correctly.
5500
5501         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5502         word-space, right-trim-amount, and extend past right bound only
5503         for note heads.
5504
5505         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5506         lyric-extender support: add note-heads to the extender
5507         automatically.
5508
5509         * lily/parser.yy: extender is now post_event. 
5510
5511         * lily/accidental-engraver.cc (number_accidentals): remove
5512         spurious warning about non-parent contexts.
5513
5514         * lily/music-output-def.cc (assign_translator): \translator { }
5515         for a Foo context implicitly redefines \FooContext.
5516
5517         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5518         fixes.
5519
5520         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5521         doubly in slur weight. 
5522
5523         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5524         combination.
5525
5526         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5527         staffbar distance.
5528
5529         * scripts/lilypond.py (global_latex_preamble): crank down size of
5530         the margins. Now there is a 12 mm top and bottom margin, which
5531         should correspond with the printable area of modern printers.
5532
5533         This enlarges the music height of the printable page a little.
5534
5535         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5536         signs. Use \markup instead.
5537         (accreg_pen): tweak for accordeon asterisk.
5538
5539 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5540
5541         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5542
5543         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5544
5545         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5546
5547         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5548
5549         * scm/define-grobs.scm (all-grob-descriptions): change
5550         StanzaNumber description: make side support, i.s.o. breakable.
5551         use Instrument_name_engraver for texts in the margin.
5552
5553         * scm/define-translator-properties.scm: remove
5554         melismaEngraverBusy, stz property.
5555
5556         * *.cc: naming: change empty_b () into is_empty ()
5557
5558         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5559
5560         * input/regression/lyric-phrasing-new.ly: new file.
5561
5562         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5563         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5564         melismata are now left-aligned.
5565
5566 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5567
5568         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5569
5570         * mf/feta19.mf: remove.
5571         
5572         * mf/feta-klef.mf (test_staff): more tweaks
5573
5574         * mf/feta-toevallig.mf: more small size tweaks.
5575
5576         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5577         rests for smaller sizes.
5578
5579         * mf/feta-bolletjes.mf: fix cross heads.
5580
5581         * VERSION: release 2.1.4
5582         
5583         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5584         deprecated #'ancient font family
5585
5586         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5587         it is a string or number.
5588
5589         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5590         change calling convention of stem-attachment function. 
5591
5592         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5593
5594         * mf/feta-autometric.mf: dump WX/WY fields too
5595         
5596         * mf/parmesan-heads.mf: idem.
5597
5598         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5599         attachment coordinates.
5600
5601         * lily/note-head.cc (stem_attachment_coordinate): read stem
5602         attachment from the notehead glyphs WX/WY fields.
5603
5604         * lily/include/font-metric.hh (struct Font_metric): add methods
5605         get_indexed_wxwy (), make a distinction between looking up by
5606         index and ASCII  
5607
5608         * mf/feta-bolletjes.mf: rewrite note head MF code.
5609         (test_outlines): make heads more rotund for smaller sizes. 
5610
5611 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5612
5613         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5614         throughout. Font scaling fixes throughout.
5615
5616         * mf/feta-sleur,slur.mf: remove. 
5617
5618         * mf/feta-slag.mf: rewrite.
5619
5620 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5621
5622         * VERSION: release 2.1.3
5623
5624         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5625
5626         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5627
5628         * lily/mark-engraver.cc (process_music): fix mark
5629         \default. (backportme)
5630
5631         * stepmake/stepmake/automatically-generated.sub.make (default):
5632         use -n for head/tail commands. 
5633
5634         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5635         heads with the same pitch.
5636
5637 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5638
5639         * lily/recording-group-engraver.cc (finalize): set protected_scm
5640         member to '() before finalizing.
5641
5642         * lily/translator-group.cc (finalize): remove removal_processing () 
5643
5644         * lily/recording-group-engraver.cc: new engraver: record
5645         synchronized start & end times for each music object.
5646
5647         * lily/parser.yy (toplevel_expression): execute score rendering
5648         during parsing. Cleanup output-filename handling; this is no
5649         longer done with global variables.
5650         (translator_spec_body): allow \type modification too.
5651
5652         * lily/score.cc:  ly:run-translator: new function
5653         (LY_DEFINE): ly:render-output new function.
5654
5655         Separate interpreting and rendering, and make available as
5656         functions at Scheme level.
5657
5658 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5659
5660         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5661         (musicxml-node->string):
5662         (xml-node->string):
5663         (music-to-musicxml): New function.
5664
5665 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5666
5667         * VERSION: 2.1.2 released
5668
5669         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5670
5671         * scm/font.scm (paper20-font-vector): discouple font design sizes
5672         from sizes specified in .ly file: store all design sizes of a font
5673         in a single vector.
5674
5675         * lily/font-select.cc (get_font_by_design_size): new function
5676
5677         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5678         add parmesan,feta in sizes 14 and 18.
5679         
5680         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5681
5682         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5683         of fontSize: this now sets font-size
5684
5685 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5686
5687         * VERSION: 2.1.1 released
5688         
5689         * Documentation/user/refman.itely (Tuning objects): add note about
5690         concurrent tweaks in different contexts. 
5691
5692         * lily/tie-engraver.cc (acknowledge_grob): use
5693         Staff_symbol_referencer::get_position iso. reading staff-position
5694         directly.
5695
5696         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5697         currentMusicalColumn as left span-point for bracket. The bracket
5698         is too long when there are accidentals.
5699
5700 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5701
5702         * buildscripts/lilypond-profile.sh,
5703         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5704         Thanks to Reuben Thomas <rrt@mupsych.org>
5705
5706 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5707
5708         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5709         Wurbel <wurbel@univ-tln.fr>.
5710
5711 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5712
5713         * scripts/midi2ly.py: Add space after chords.
5714
5715 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5716
5717         * input/regression/{many}: add few @code{ ... }.
5718
5719 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5720
5721         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5722         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5723         Removed cmbx5, cmbx6 (which are included in teTeX)
5724         and cmbxti14 which is not used in fonts.scm.
5725
5726 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5727
5728         * lily/midi-item.cc: fine tune quarter tones.
5729
5730 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5731
5732         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5733         new function, warn how many cents are missing in fine tuning.
5734
5735 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5736
5737         * input/bugs/rhytmicstaff-tie.ly: add file.
5738
5739         * THANKS: Create skeleton for 2.1.
5740
5741 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5742
5743         * input/test/bar-lines.ly (TODO): dashed "|".
5744
5745 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5746
5747         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5748         input/regression/tie-chord.ly: Fix spell for tying.
5749
5750         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5751
5752         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5753         new file (renamed, see above).
5754
5755         * Documentation/user/lilypond-book.itely
5756         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5757         * input/example-1.ly input/example-2.ly input/example-3.ly
5758         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5759         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5760         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5761         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5762         * scripts/lilypond-book.py scripts/lilypond.py
5763         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5764         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5765
5766         * Documentation/user/lilypond.tely: update version.
5767
5768         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5769         Remove extra spaces in each @node, fixes spaces.
5770
5771 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5772
5773         * scripts/lilypond-book.py (output_dict): Add definition of
5774         \lilypondbook also for LaTeX output. Solves several bug reports.
5775
5776 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5777
5778         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5779
5780 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5781
5782         * input/test/transposition.ly: Fix key signatures, given in comments.
5783
5784 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5785
5786         * scm/midi.scm (instrument-names-alist),
5787         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5788
5789 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5790
5791         * input/test/temporary-stave.ly (texidoc): New example based on an
5792         email question from Ralph Little.
5793
5794 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5795
5796         * VERSION: release 2.1.0
5797         
5798         * lily/note-performer.cc (try_music): accept busy-playing-event.
5799
5800         * lily/swallow-perf.cc (try_music): return false for
5801         busy-playing-event and melisma-playing-event.
5802
5803 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5804
5805         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5806         >> in \score.
5807
5808 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5809
5810         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5811         that articulation_substitute will not move beam start again.
5812         (articulation_substitute): Bugfix: remove stray space so that new
5813         old chords ending '>>' does not get broken up.
5814         (sub_chord): Use TAB for indentation (not spaces).
5815         
5816         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5817         Bugfix for startup: Use ?^ instead of ?\^.
5818
5819 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5820
5821         * lily/lyric-combine-music-iterator.cc
5822         (Lyric_combine_music_iterator): change init order, to prevent GC
5823         segfaults.
5824
5825         * lily/context-specced-music-iterator.cc (construct_children): 
5826         only change  translator if found. This fixes a core dump problem.
5827
5828 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5829
5830         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5831         comparison.
5832
5833         * mf/feta-bolletjes.mf: make hole in half note little
5834         smaller for stem attachment.
5835
5836         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5837
5838         * mf/feta-banier.mf: don't draw stem with flag, just small square
5839         attachment.
5840
5841         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5842
5843         * mf/feta-banier.mf: remove upstem/downstem characters.
5844
5845         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5846
5847         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5848         stafflinethickness (in the default)
5849
5850         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5851
5852         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5853
5854         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5855
5856         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5857
5858         * lily/include/directional-element-interface.hh:
5859         junk class, make {get,set}_grob_direction functions.
5860
5861         * lily/slur.cc (get_attachment): do something sensible when
5862         attaching to stem without heads (eg. a rest).
5863
5864         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5865         forcing up to staff.  remove #'support-head property
5866         (brew_molecule): small cleanup.
5867         (flag): remove #'grace property.
5868
5869 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5870
5871         * cygwin/postinstall-lilypond.sh: 
5872         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5873         (Volker Zell).
5874
5875 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5876
5877         * scripts/lilypond-book.py: resurrect 'eps' option. 
5878         (TexiPaper.to_eps): use -Ppdf for EPS files.
5879
5880         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5881
5882         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5883
5884         * VERSION: release 2.0.1
5885
5886         * lily/bezier.cc (get_other_coordinate): change assert into
5887         warning.
5888
5889         * lily/note-head.cc (internal_brew_molecule): make left protusion
5890         smaller, to accomodate for natural sign.
5891         (internal_brew_molecule): only do this when the accidental is
5892         close enough.
5893         (extent): new function
5894
5895         * lily/skyline.cc (merge_skyline): new function
5896         (heighten_skyline): new function
5897
5898         * lily/accidental-placement.cc (position_accidentals) 
5899         (position_accidentals): fix todo.
5900
5901 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5902
5903         * input/test/+.ly (texidoc): put version number inline.
5904
5905         * GNUmakefile.in: remove rsync-web target.
5906         
5907         * input/regression/bar-scripts.ly (onestaff): raggedright
5908
5909 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5910
5911         * lily/*.cc: remove #if 0'd code in couple of places.
5912
5913         * lily/midi-stream.cc (operator <<): rewrite.
5914
5915         * lily/note-head.cc (internal_brew_molecule): 
5916         only make ledgers when the Staff symbol has lines.
5917
5918         * ly/property-init.ly (arpeggioBracket): simplify
5919
5920         * lily/translator-group.cc (execute_pushpop_property): use
5921         SCM_EQ_P for comparing keys. This fixes reverting
5922         auto-beam-settings.
5923
5924 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5925 *
5926         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5927         midi_debug_global_b.
5928         (operator <<): Normalise loop.
5929
5930 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5931
5932         * scripts/lilypond.py (escape_path): revise.
5933
5934         * scm/music-functions.scm (set-output-property): new function.
5935         
5936 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5937
5938         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5939         use addmakeflags again.
5940
5941         * cygwin/lily-wins.py (escape_shell): New function; use it.
5942
5943         * scripts/lilypond.py (escape_shell): Escape quotes and other
5944         spaces too.  Do not escape escaping backslashes.
5945
5946         * make/srcdir.make.in (web-install): Must call install-WWW now.
5947
5948         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5949         dependency
5950
5951 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5952
5953         * scripts/lilypond.py (escape_path): escape quotes too. 
5954
5955         * Documentation/user/lilypond.tely (Unified index): rename Index
5956         to accomodate Windows breakage.
5957
5958         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5959
5960         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5961         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5962         target not a source.
5963
5964 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5965
5966         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5967         addmakeflags.  Build and install doc and web also when building on
5968         Cygwin.
5969
5970         * mf/GNUmakefile: Bugfix.
5971
5972         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5973         target web.
5974
5975         * cygwin/lily-wins.py: Quote filename.
5976
5977 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5978
5979         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5980
5981 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5982
5983         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5984         settings.
5985
5986         * configure.in: Require g++ > 3.0.4.
5987
5988         * mf/GNUmakefile: Bugfix: Add list.ly target.
5989         
5990         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5991
5992         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5993         make omf directory, add uninstall targets.
5994
5995 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5996
5997         * lily/tie-performer.cc (initialize): init prev_event
5998
5999         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6000
6001         * lily/script-engraver.cc (make_script_from_event): don't crash on
6002         non-string articulation-type.
6003
6004         * lily/new-fingering-engraver.cc (add_script): don't crash on
6005         0 scripts 
6006         (acknowledge_grob): warn about text script events.
6007
6008 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6009
6010         * buildscript/lilypond.words: fix path for drums.scm.
6011
6012 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6013
6014         * lily/spacing-spanner.cc (note_spacing): don't make longer
6015         durations than measure-length.
6016
6017         * VERSION: release 2.0.0
6018
6019         * GNUmakefile.in (rsync-web): version independent rsync target.
6020
6021         * input/test/+.ly (texidoc): idem.
6022
6023         * input/regression/+.ly: print version number.
6024
6025         * input/regression/accidentals.ly (mel): shorten.
6026
6027         * input/regression/accidental-octave.ly (texidoc): shorten.
6028
6029         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6030
6031         * input/regression/completion-heads-polyphony.ly: octave
6032
6033         * input/regression/beam-manual.ly: remove
6034
6035         * input/regression/beam-chord.ly: remove
6036
6037         * input/regression/grace-dynamic.ly: remove
6038         
6039         * input/regression/grace-volta-repeat.ly: octave fixes.
6040
6041         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6042
6043         * lily/parser.yy (step_number): semitones for chord entry too.
6044         (make_chord_step): more robust code, semitones. 
6045
6046         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6047
6048         * input/regression/breathing-sign.ly (texidoc): split ancient and
6049         normal breathing signs.
6050
6051         * scm/define-grobs.scm (all-grob-descriptions): swap
6052         beamed-extreme-minimum-free-lengths and
6053         beamed-minimum-free-lengths; the 'extreme' case should allow
6054         shorter stems. This fixes forced directions on beamed 32nd and
6055         shorter notes.
6056
6057         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6058         quartertones, not semitones.
6059         (NoteNamesContext): swallow more event types
6060
6061         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6062
6063         * VERSION (PACKAGE_NAME): release 1.9.10
6064
6065 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6066
6067         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6068         set note head as cause of note-column.  This gives a better error
6069         message.
6070
6071 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6072
6073         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6074
6075 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6076
6077         * mf/GNUmakefile (pfa_warning): instruct 
6078
6079         * stepmake/aclocal.m4: typo.
6080
6081         * Documentation/user/cheatsheet.itely: more verbose examples.
6082
6083         * input/regression/clefs.ly: remove bogus docstring.
6084
6085 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6086
6087         * GNUmakefile.in (SUBDIRS): Add elisp.
6088
6089         * elisp/lilypond-mode.el: 
6090         * elisp/lilypond-init.el: 
6091         * elisp/lilypond-indent.el: 
6092         * elisp/lilypond-font-lock.el: Move from top dir.
6093
6094         * stepmake/stepmake/elisp-vars.make: New file.
6095
6096         * config.make.in (elispdir): Add.
6097
6098         * Documentation/topdocs/INSTALL.texi: Typo.
6099
6100         * make/ly-rules.make: Test for files instead of touching void and
6101         ignoring errors.
6102
6103         * GNUmakefile.in:
6104         * make/lilypond.redhat.spec.in:
6105         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6106         <builddir>, adding
6107         
6108              (push "<builddir>/share/lilypond/elisp" load-path)
6109
6110         to your ~/.emacs.el should give you LilyPond-mode again.
6111
6112         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6113         regexp for DOS/Windows, we are too paranoid to fix others.
6114
6115 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6116
6117         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6118
6119         * input/test/chord-names-jazz.ly (banterProperties): fix
6120
6121         * lily/parser.yy (bass_mod): bass figure alterations are semi
6122         tones, not quarter tones
6123
6124         * lily/beam.cc (set_stem_lengths): only lengthen stems
6125         for gapped beams.
6126
6127         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6128         by beamcount.
6129
6130         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6131         a warning that the warning may erroneous.
6132
6133         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6134         target.
6135
6136         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6137         targets.
6138
6139         * GNUmakefile.in ($(config_h)): config.h should depend on
6140         config.hh.in .
6141         (lilypond.words): remove fontball stuff.
6142
6143         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6144
6145         * configure.in: remove pktrace reference.
6146
6147         * GNUmakefile.in (rsync-web): permissions and ownership for
6148         website.
6149
6150         * lily/volta-engraver.cc (staff_eligible): new function.
6151         (stop_translation_timestep): kill off spanners if not eligible.
6152
6153         * VERSION (PATCH_LEVEL): release 1.9.9
6154
6155         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6156
6157         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6158         length is more important than forbidden quants.
6159         
6160 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6161
6162         * buildscripts/lilypond.words: order words in search order,
6163         add lilypond.words.vim to be generated.
6164
6165         * lilypond.vim: use lilypond.words.vim for keyword matching.
6166
6167         * lilypond-mode.el: use search order. fix word selection rules.
6168
6169         * lilypond-font-lock.el: fix fontifying long durations.
6170
6171         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6172
6173 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6174
6175         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6176
6177         * stepmake/stepmake/generic-targets.make:
6178         * stepmake/stepmake/bin/make-version.py: 
6179         * stepmake/aclocal.m4:
6180         * make/stepmake.make:
6181         * make/toplevel-version.make: Build fixes: remove last traces of
6182           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6183
6184         * lily/beam.cc: Add gap-count property.
6185
6186 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6187
6188         * scm/define-grob-properties.scm (gap-count): add gap-count
6189
6190         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6191
6192 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6193
6194         * cygwin/mknetrel.doc: Typo.
6195
6196         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6197
6198         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6199
6200 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6201
6202         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6203         sizes. Remove support for 'ledger'(=tabloid+landscape).
6204
6205 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6206
6207         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6208         sauter PFAs.
6209
6210         * configure.in: remove VERSION stuff once again.
6211
6212         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6213
6214         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6215         for chord names.
6216
6217         * mf/GNUmakefile: always trace pfa fonts.
6218         (SAUTER_FONTS): add cmss[567] too fonts
6219
6220         * configure.in: require mftrace. 
6221
6222         * lily/staff-performer.cc (new_instrument_string): don't look at
6223         instrument property.
6224
6225         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6226         is_direction is the C++ one. Similar for ly_axis_p and
6227         ly_number_pair_p
6228
6229 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6230
6231         * lily/beam.cc (brew_molecule): read gap-count to determine
6232         number of tremolo (gapped) beams.
6233
6234         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6235         shorter than 1/8
6236
6237         * flower/include/array.hh (default_compare): new function
6238
6239         * cygwin/mknetrel: Native fixes.
6240
6241         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6242
6243 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6244
6245         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6246         feature for Windows.
6247
6248         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6249
6250         * cygwin/mknetrel: Updates for native use on Cygwin.
6251
6252         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6253
6254         * stepmake/stepmake/help2man-rules.make: 
6255         * cygwin/mknetrel: Bugfix for manpages.
6256
6257         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6258         $(builddir).  Stepmake is a normal subdirectory now, that is not
6259         configured.  Another srcdir build fix.
6260
6261         * Documentation/topdocs/INSTALL.texi,
6262         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6263         lilypond-init.el, lilypond-mode.el, debian/rules,
6264         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6265         rename generated file lilypond.words to lilypond.words.el.
6266
6267 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6268
6269         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6270
6271         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6272         GNUmakefile.in.
6273
6274 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6275
6276         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6277         when cross building.
6278
6279         * configure.in: srcdir build fix.
6280
6281         * cygwin/GNUmakefile:
6282         * cygwin/lily-wins.py:
6283         * cygwin/postremove-lilypond.sh: 
6284         * cygwin/postinstall-lilypond.sh: Merge from stable.
6285
6286         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6287         s/ly2dvi/lilypond/.
6288
6289 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6290
6291         * lily/slur.cc (after_line_breaking): only set control points if
6292         none supplied yet.
6293
6294         * input/test/slur-manual.ly: new file.
6295
6296         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6297         <<  >> chords too.
6298
6299         * VERSION (PACKAGE_NAME): release 1.9.8
6300
6301         * scripts/lilypond.py (escape_path): escape spaces in directory names
6302
6303         * input/test/text-spanner.ly: fixes.
6304
6305 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6306
6307         * buildscripts/lilypond.words.py: add drum names as note names to
6308         Emacs-mode.
6309
6310 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6311
6312         * input/regression/hairpin-dashed.ly: new file.
6313
6314         * scripts/convert-ly.py (conv): warn about dash-length.
6315
6316         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6317         automatically if we get a new one.
6318
6319         * lily/lookup.cc (dashed_line): new function
6320
6321         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6322         dash-fraction.
6323
6324 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6325
6326         * buildscripts/lilypond.words.py: extract note names.
6327
6328         * lilypond-mode.el: take note names from lilypond.words -file.
6329         small fix in the use of string-match.
6330
6331         * lilypond-font-lock.el: use lilypond.words for note names, add 
6332         maxima to note a duration.
6333
6334 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6335
6336         * lily/breathing-sign.cc: remove railtracks() function. 
6337
6338         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6339
6340         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6341         (brew_molecule): bugfix don't make arpeggio shorter when
6342         arpeggio-direction is set.
6343
6344         *  debian/rules: small corrections in the (Pedro K)
6345
6346         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6347         examples.
6348
6349         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6350         special (repeat) bar comes along.
6351
6352         * input/regression/auto-beam-bar.ly: update.
6353
6354         * scripts/lilypond-book.py (output_dict): remove support for the
6355         EPS option.
6356
6357         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6358         VerticalAlignment and VerticalAxisGroup this fixes the size
6359         computations for the entire system.
6360  
6361         * input/les-nereides.ly (bass): remove superfluous fontSize.
6362
6363         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6364         causes directory of file to be added to include path.
6365
6366         * input/regression/beam-break.ly: test single stem beams.
6367
6368         * input/regression/system-start-bracket.ly: fix.
6369
6370         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6371
6372         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6373
6374         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6375         (score_stem_lengths): do something sensible for single stem beams.
6376
6377         * lily/beam.cc (least_squares): add kludge for single stem beams.
6378
6379         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6380         keySignature to list of broken things.
6381
6382         * input/regression/keys.ly: fix.
6383
6384         * VERSION (PACKAGE_NAME): release 1.9.7
6385
6386         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6387
6388         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6389
6390         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6391         (quartertone_pitch): new function
6392
6393         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6394         flat. WARNING: FONT CHANGED.
6395
6396         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6397
6398         * lily/accidental-placement.cc (add_accidental): support for
6399         quarter tones.
6400
6401         * ly/LANGUAGEs.ly: use symbols for alterations.
6402
6403         * mf/feta-toevallig.mf: change accidental codes. 
6404
6405         * scm/lily.scm (ly:get-option): switch on debugging only for
6406         --verbose.
6407
6408         * lily/lily-guile.cc: remove ly:verbose?
6409
6410         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6411
6412         * lily/parser.yy (TODO): only do gh_call() for apply with
6413         procedure argument.
6414
6415         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6416         stuff in accordance with new timing of tie-events.
6417
6418         * lily/my-lily-lexer.cc: remove \outputproperty
6419
6420         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6421
6422         * scm/define-translator-properties.scm (melismaBusyProperties):
6423         add melismaBusyProperties property.
6424
6425 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6426
6427         * input/test/ambitus-mixed.ly (texidoc): new file.
6428
6429         * buildscripts/mutopia-index.py (find): prune debugging
6430
6431         * lily/side-position-interface.cc: doc updates
6432
6433         * Documentation/user/refman.itely: updates, tweaks.
6434
6435         * lily/parser.yy (Simple_music): remove outputproperty
6436
6437         * make/stepmake.make: use VERSION again; importing VERSION via
6438         autoconf dependencies is too hairy.
6439
6440 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6441
6442         * lilypond-mode.el: allow `-' for keywords and identifiers.
6443
6444 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6445
6446         * VERSION: release 1.9.6
6447         
6448         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6449         iso. ly2dvi.
6450
6451         * Documentation/user/*.itely: fixes everywhere
6452
6453         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6454         produce ties from the engraver itself, do not broadcast TieEvent.
6455
6456         * lily/my-lily-lexer.cc: remove pitch & duration.
6457
6458         * lily/parser.yy (TODO): remove \pitch and \duration
6459
6460         * input/test/explicit.ly: remove file.
6461
6462         * Documentation/user/refman.itely (Pitches): remove \pitch 
6463         \duration command.
6464
6465 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6466
6467         * buildscripts/lilypond.words.py: add all slur types to Emacs
6468         insertion menu, suppose everything is postfixed by dropping 
6469         unnecessary `-' -marks.
6470
6471 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6472
6473         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6474         tremoloed stems.
6475
6476         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6477         head for flagged stems.
6478
6479         * lily/stem.cc (get_default_stem_end_position): futz with extra
6480         stem length if there is a stem tremolo.
6481
6482         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6483         it would be too small.
6484
6485         * lily/font-metric.cc: return #f for non-existent glyph.
6486         
6487         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6488         exported through config.make.
6489
6490         * input/regression/clef-oct.ly: new file.
6491
6492         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6493         transposition.
6494
6495         * input/template/*.ly: remove old relative.
6496
6497         * ly/english.ly: add X names for double sharp.
6498
6499 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6500
6501         * lily/font-select.cc: new file handle font selection routines.
6502
6503         * lily/parser.yy: add ; (Patrick Atamaniuk)
6504
6505         * input/test/time-signature-double.ly: use markups for double time
6506         sigs.
6507
6508         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6509         ChordNames.SeparationItem #'padding for adjusting space after chords.
6510         
6511         * lily/music-output-def.cc (LY_DEFINE): 
6512         new function ly:paper-lookup.
6513         
6514         * mf/parmesan-clefs.mf: use # quantities for char_box
6515         offsets. Fixes overflow errors in the PFA. 
6516
6517         * scm/new-markup.scm (strut-markup): change calling interface for
6518         markup. Pass paper-def, not grob. This would allow \markup to be
6519         used separately from grobs.
6520
6521         * lily/paper-def.cc: new function ly:paper-font; this function
6522         replaces ly:get-font.
6523
6524         * lily/include/font-interface.hh (struct Font_interface): take
6525         Paper_def iso. Grob for get_font().
6526
6527 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6528
6529         * Documentation/user/ tutorial.itely, refman.itely: add warning
6530         about \key and accidentals.
6531
6532 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6533
6534         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6535
6536         * Documentation/user/*.itely: manual tweaks
6537
6538 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6539
6540         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6541         cleanup; bugfix: exact_center
6542
6543         * Documentation/user/refman.itely: added more documentation on
6544         ambitus according to recent questions on lilypond-user list
6545
6546 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6547
6548         * input/regression/ottava.ly (texidoc): demo 15ma too.
6549
6550         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6551
6552         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6553         octave fixes.
6554
6555 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6556
6557         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6558         problems on older Mac editors.
6559
6560 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6561
6562         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6563
6564 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6565
6566         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6567         mf/parmesan-clefs.mf: added comments on character alignment and
6568         set_char_box() conventions
6569
6570         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6571         set_char_box()'s
6572
6573         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6574
6575 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6576
6577         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6578
6579 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6580
6581         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6582         shortened to avoid almost-collision with staff line; code cleanup;
6583         other custodes: fixed char boxes; code cleanup
6584
6585 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6586
6587         * configure.in: release 1.9.5
6588         
6589         * scripts/lilypond.py (global_latex_preamble): only set
6590         twosideshift if 'twoside' is in latexoptions 
6591
6592         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6593
6594         * VERSION: remove
6595
6596         * scripts/*2ly.py: update <> syntax
6597
6598 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6599
6600         * lily/chord-name-engraver.cc (process_music): add origin for
6601         chord name.
6602
6603         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6604
6605         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6606         bass notes for exceptions too.
6607
6608         * scm/define-grobs.scm (all-grob-descriptions): rename
6609         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6610
6611         * scm/define-grob-properties.scm (remove-first): add remove-first
6612         property for orchestral scores.
6613
6614         * Documentation/user/*.itely: switch <<>> and <> 
6615
6616         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6617         last_line only once. This fixes the two consecutive glissandi problem.
6618
6619 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6620
6621         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6622         error message "flexa-width undefined"
6623
6624         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6625         lily/include/gregorian-ligature.hh: print warning when ignoring
6626         head prefixes on flexa shapes
6627
6628         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6629         space before a series of inclinatum heads
6630
6631         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6632         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6633         cleanups
6634
6635         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6636         and char_box
6637
6638 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6639
6640         * input/regression/breathing-sign.ly: tiny fixes
6641
6642         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6643         semantical collision with vaticana ligatures
6644
6645         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6646         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6647         now consistent with mensural ligatures
6648
6649         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6650         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6651         context pitches and staff position; dto. for virga stem; removed
6652         obsolete virga and clivis characters from parmesan font (WARNING:
6653         font changed)
6654
6655         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6656         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6657
6658         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6659         scm/define-grob-properties.scm: consistency fix: renamed
6660         join_left->add_cauda
6661
6662         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6663         appendix length; bugfix: yoffs_bt for reverse direction punctum
6664         characters
6665
6666         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6667         small cleanups; added more docu
6668
6669         * lily/mensural-ligature-engraver.cc,
6670         lily/vaticana-ligature-engraver.cc,
6671         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6672         computation to CoherentLigatureEngraver
6673
6674         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6675         scm/define-grob-properties.scm: bugfix: added missing linea and
6676         cavum properties; bugfix: removed dead semivocalis property
6677
6678         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6679         length; redesigned quilisma, stropha and auctum
6680
6681         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6682         line thickness
6683
6684         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6685         Documentation/user/refman.itely: bugfix: introduced shifted
6686         epiphonus head to avoid collision with adjacent plica
6687
6688 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6689
6690         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6691
6692         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6693
6694 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6695
6696         * Documentation/user/tutorial.itely (A lead sheet): remove
6697         duplicate chords.
6698
6699         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6700
6701 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6702
6703         * Documentation/bibliography/computer-notation.bib (isbn): add
6704         xivcim publication.
6705
6706 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6707
6708         * GNUmakefile.in: drop lilypond.words for generation.
6709
6710 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6711
6712         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6713
6714         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6715
6716 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6717
6718         * input/test/figured-bass-alternate.ly (fl): new file.
6719
6720         * Documentation/topdocs/README.texi (Top): clarifications.
6721
6722         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6723         theses of Gieseking and Renz.
6724
6725         * GNUmakefile.in (README_FILES): remove README.mandrake.
6726
6727 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6728
6729         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6730         from source files and search patterns listed in the script.
6731
6732         * GNUmakefile.in: add target `lilypond.words'.
6733
6734         * lilypond.words: remove file, generated by `make lilypond.words'.
6735
6736         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6737
6738 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6739
6740         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6741
6742 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6743
6744         * VERSION: 1.9.4 released
6745
6746         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6747         rule for < > <-> << >> substitution
6748
6749         * lily/lexer.ll: exchange meaning of << >> and < > 
6750
6751         * VERSION (PACKAGE_NAME): 1.9.3 released
6752
6753         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6754         pages unconditionally.
6755
6756 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6757
6758         * Documentation/user/music-glossary.tely (Top): small syntax
6759         fixes.
6760
6761         * scm/music-functions.scm (remove-tag): filter \tagged music
6762         expressions.
6763
6764         * input/regression/tag-filter.ly (texidoc): new file.
6765
6766         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6767         symbol2 .. ) etc. 
6768
6769         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6770         convert rule.
6771
6772         * Documentation/user/refman.itely (Fingering instructions): adjust
6773         manual.
6774
6775         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6776         for borderline cases (e.g. 1 fingering.)
6777         (position_scripts): revise interface, use fingerOrientations to
6778         set fingering positions.
6779
6780         * scm/document-translation.scm (context-doc): add aliases to
6781         automated documentation.
6782
6783         * make/lilypond-vars.make: remove stepmake compat glue.
6784
6785         * make/generic-vars.make: remove cruft.
6786
6787         * lily/main.cc (main): don't identify binary.
6788
6789 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6790
6791         * lily/include/translator.hh (class Translator): remove
6792         type_string_ , use symbol for context name throughout.
6793         Changes through whole source tree.
6794
6795         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6796         set PDF as default, and always make PDF.
6797
6798         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6799
6800 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6801
6802         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6803         Documentation/user/refman.itely input/regression/allfontstyle.ly
6804         input/regression/grace-types.ly:
6805         fix spelling for acciaccatura (Webster's 1913).
6806
6807 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6808
6809         * lily/main.cc (usage): adjust blurb, include url.
6810
6811         * input/regression/breathing-sign.ly (texidoc): transpose up
6812
6813 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6814
6815         * input/regression/breathing-sign.ly: changed ancient examples to
6816         be relevant (by request of Han-Wen); updated BreathingSign text
6817         property according to new syntax.
6818
6819         * ly/gregorian-init.ly: updated BreathingSign text property
6820         according to new syntax
6821
6822 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6823
6824         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6825         (Clef): index entries for clefs.
6826
6827         * python/lilylib.py (system): remove errorlog files.
6828         
6829 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6830
6831         * lilypond.words: add \new and new graces. Add dynamics to menus
6832         keeping 1.8.x compatibility; after all the engraving relating to 
6833         notes becomes postfixed `-' marks will be removed.
6834
6835 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6836
6837         * lily/molecule.cc (align_to): idem.
6838
6839         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6840         
6841         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6842         accacciatura everywhere.
6843
6844         * VERSION (PACKAGE_NAME): released 1.9.2
6845
6846         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6847
6848         * scm/document-markup.scm (markup-doc-node): sort markup function
6849         list.
6850
6851         * lily/paper-outputter.cc (output_version): change "Lily was here"
6852         into  "Engraved by LilyPond"
6853
6854         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6855         on unquoted strings before \notenames.
6856
6857         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6858         increases the number of s/r reductions to 4.
6859
6860         * scm/new-markup.scm (fraction-markup): \fraction command.
6861
6862         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6863         mode
6864
6865         * lily/lookup.cc (round_filled_box): rename function.
6866         (LY_DEFINE): round-filled-box: change signature.
6867
6868         * Documentation/user/refman.itely: revise section explaining grace
6869         notes.
6870
6871         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6872         ly:set-context-property
6873
6874         * input/*/*.ly (vmus): use \new everywhere.
6875
6876         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6877
6878         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6879         default
6880
6881         * scm/music-functions.scm (set-stop-grace-properties)
6882         (set-start-grace-properties, add-grace-property): new functions
6883         for modular grace tweak control.
6884
6885         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6886         
6887 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6888
6889         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6890
6891         * GNUmakefile.in (install-pfa-fonts):
6892         (get-pfa-fonts): New target.
6893
6894         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6895         install-pfa-fonts help.
6896
6897 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6898
6899         * lily/translator-scheme.cc (LY_DEFINE):
6900         ly:context-pushpop-property new function.
6901         (LY_DEFINE): new function ly:translator-find  
6902         new function ly:translator?
6903         (LY_DEFINE): new function ly:context?
6904
6905         * lily/translator-def.cc: remove
6906         Translator_def::apply_pushpop_property().
6907
6908         * python/lilylib.py (read_pipe): only store and display error log
6909         if verbose not set.
6910         (read_pipe): only display log if it contains something.
6911
6912 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6913
6914         * Documentation/misc/GNUmakefile: Re-add.
6915         (TEXTS): Add CHANGES.
6916
6917 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6918
6919         * lilypond.words: add \newcontext.
6920
6921 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6922
6923         * lily/tie-performer.cc (stop_translation_timestep): only flush
6924         tied_notes when we have actually made a tie. Fixes bugs with ties
6925         in polyphonic scores.
6926
6927 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6928
6929         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6930         they do not exist.
6931
6932 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6933
6934         * VERSION (PACKAGE_NAME): released 1.9.1 
6935
6936         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6937         Instrument_name_engraver
6938
6939         * lily/tie-performer.cc (create_audio_elements): bugfix
6940
6941         * Documentation/user/music-glossary.tely (Top): comment out
6942         font-style statements.
6943
6944         * input/test/force-hshift.ly: revise example.
6945
6946         * Documentation/bibliography/engraving.bib (note): typos.
6947
6948         * configure.in: bump GCC requirements to 3.x
6949
6950         * lily/include/audio-item.hh (class Audio_tie): rename
6951         note_l_drul_ to note_drul_
6952
6953         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6954
6955         * lily/parser.yy (relative_music): whoops. All \relative were off
6956         by ...  a lot .... Ahem.
6957
6958         * scm/define-music-types.scm (music-descriptions): idem.
6959
6960         * lily/beam-engraver.cc: move new-beam-event to beam-event
6961
6962         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6963         to Tie_engraver
6964
6965         * input/regression/bar-number.ly: remove unnecessary old-relative
6966         options.
6967         
6968         * Documentation/user/internals.itely (Creating contexts): document
6969         \newcontext
6970
6971         * lily/parser.yy (Composite_music): add \newcontext
6972
6973         * Documentation/user/refman.itely (MIDI block): add note about
6974         dotted tempos.
6975
6976         * scm/font.scm: remove old markup legacy
6977
6978         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6979
6980         * lily/breathing-sign.cc (brew_molecule): remove function
6981
6982         * lily/text-item.cc: remove old-style markups.
6983         (interpret_markup): C++ version of markup function
6984         (brew_molecule): idem.
6985
6986         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6987         as Scheme variable.
6988
6989         * scripts/convert-ly.py (conv): dashes rule.
6990         Apply rule.
6991
6992         * Documentation/user/lilypond-book.itely: syntax fixes. 
6993
6994 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6995
6996         * VERSION (PACKAGE_NAME): release 1.9.0
6997
6998         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6999         note about dvips. (Should backport.)
7000
7001         * scripts/convert-ly.py
7002         (FatalConversionError.articulation_substitute): add
7003         convert-new-chords code. Remove convert-new-chords.py
7004
7005         * Documentation/user/refman.itely (Octave check): document
7006         \octave.
7007
7008         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7009         \relative changes.
7010
7011         * lily/parser.yy (command_element): octave check:
7012
7013            \octave PITCH
7014
7015         checks that PITCH (without octave) yields PITCH (with octave) in
7016         \relative
7017
7018         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7019
7020         * lily/scm-option.cc: ly:set-option now has the default argument
7021         #t.
7022
7023         * lily/lexer.ll: add \renameinput
7024
7025         * python/lilylib.py (command_name): robustifications.
7026
7027         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7028         /dev/stderr. This is ash compatible.
7029
7030         * ly/init.ly: add warning if compatibility was not necessary.
7031
7032         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7033
7034         * flower/include/string-handle.icc: formatting cleanups, rename
7035         references by ref_count_.
7036
7037 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7038
7039         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7040         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7041         package libs separately, fix conflicting php variable out=/dev/vc/
7042         invoking `unset out', declare menus, use only one icon-file, fix
7043         doc-path in menu.
7044
7045 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7046
7047         * scripts/convert-ly.py (FatalConversionError.conv): typo
7048
7049         * Documentation/misc/GNUmakefile: restore misc directory.
7050
7051         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7052
7053         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7054         Petites-Preludes 
7055
7056         * input/test/partial-blank.ly (quickmeasure): syntax
7057
7058         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7059         attachment property.
7060
7061         * Documentation/user/refman.itely: remove superfluous -'s 
7062         (Grace notes): ) fixes.
7063
7064         * lily/music.cc: generic compress(), transpose() functions. Remove
7065         others.
7066
7067         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7068         style markup entry.
7069
7070         * lily/parser.yy: all articulations postfix; remove obligatory -
7071         for [,  ) and \!
7072         
7073         * lily/music.cc (to_relative_octave): write generic
7074         to_relative_octave function; various relative cleanups.
7075         Hmmm.
7076
7077         * lily/scm-option.cc: add options new-relative and old-relative
7078
7079         * po/sv.po: new po file.
7080
7081         * Documentation/user/refman.itely (Dynamics): website
7082         fixes. (should backport!)
7083
7084 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7085
7086         * make/lilypond.mandrake.spec.in: declare version only once.
7087
7088 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7089
7090         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7091         meaning for now.
7092
7093 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7094
7095         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7096
7097         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7098
7099         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7100
7101         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7102
7103         * lily/music.cc (var): add ly:music-transpose function.
7104
7105         * lily/parser.yy (pre_events): remove prefix articulations.
7106
7107         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7108
7109         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7110
7111         * Documentation/user/refman.itely (Text markup): add comment about
7112         markup in header.
7113
7114 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7115
7116         * lily/paper-outputter.cc (write_header_fields_to_file): 
7117         only dump value if it is a string.
7118
7119         * flower/include/dictionary.hh: remove.
7120         
7121         * Documentation/ChangeLog-1.5: add back old log.
7122
7123         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7124         .pfas from a .deb.
7125
7126 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7127
7128         * Documentation/bibliography/engraving.bib: add entry for
7129         Jaschinski's Notation
7130
7131 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7132
7133         * Documentation/user/refman.itely (Beaming): add note about
7134         allowBeamBreak
7135
7136 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7137
7138         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7139         GregorianTranscription contexts
7140
7141         * ly/engraver-init.ly: vaticana contexts: minor fixes
7142
7143         * Documentation/user/refman.itely (Ancient notation): added note
7144         on appendix length bug
7145
7146         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7147         input/test/vaticana.ly: use vaticana contexts; small fixes
7148
7149 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7150
7151         * flower/hash.cc: Remove.
7152
7153         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7154         to (nonexistent?) hash_func_ identifier.
7155
7156         * python/midi.c (midi_error, midi_warning): Use char const* for
7157         __FUNCTION__ argument.
7158
7159         * python/gettext.py: Remove.  We already require python 2.1, which
7160         includes gettext.py.
7161
7162         * configure.in: Require python 2.1, as INSTALL.texi says.
7163         it.
7164
7165         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7166         versions 1.50 and 1.75.  Remove note about lexer patch.
7167
7168 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7169
7170         * Documentation/topdocs/INSTALL.texi: Update type1 font
7171         description to actual situation.  Add comment about new font ball
7172         layout.
7173
7174         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7175         in $LILYPONDPREFIX suffices for installation.
7176
7177 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7178
7179         * debian/control (Build-Depends): Add flex-old as alternative to
7180         flex.  Deprecate bison 1.75.
7181
7182 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7183
7184         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7185         Vaticana contexts
7186
7187         * Documentation/user/refman.itely (Ancient notation): documented
7188         some bugs; tiny fixes; added docu on Vaticana contexts
7189
7190         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7191         scripts
7192
7193 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7194
7195         * Documentation/user/refman.itely (Ancient notation): added some
7196         introductory words; added section on ancient time signatures;
7197         added some @seealso and @refcommands; small fixes and
7198         beautifications
7199
7200 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7201
7202         * input/regression/note-head-style.ly: many fixes and updates
7203
7204         * Documentation/user/refman.itely: added small sections on ancient
7205         accidentals, rests and flags; revised ancient note head section;
7206         small wording/spelling fixes
7207
7208         * input/test/rests.ly: layout fixes
7209
7210 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7211
7212         * input/puer-fragment.ly: bugfix: central C position of do clef
7213
7214         * ly/gregorian-init.ly: workaround: add small padding space before
7215         divisiones (the correct fix would be the spacing engine to handle
7216         this)
7217
7218 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7219
7220         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7221         cue-notes.ly: minor fixes.
7222
7223 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7224
7225         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7226         input/test/custos-style.ly
7227
7228         * Documentation/index.html.in: bugfix: link to Tutorial.html
7229
7230         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7231         to neumes; bugfix: "et": epiphonus, not just a simple pes
7232
7233 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7234
7235         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7236
7237         * lilypond.words: add new features: markup, column, center, \[ \].
7238         
7239 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7240
7241         * Documentation/topdocs/NEWS.texi, DEDICATION,
7242         stepmake/bin/add-html-footer.py
7243         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7244         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7245         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7246         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7247         added (only) after a sentence which is complete; if the sentence is 
7248         not ended a comma `,' or nothing is used. fix also spaces.
7249
7250 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7251
7252         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7253         requirements to plain 1.6.
7254
7255         * buildscripts/mutopia-index.py (read_lilypond_header): update
7256         mutopia-index.py to 1.4 syntax [sic]
7257
7258 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7259
7260         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7261
7262 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7263
7264         * Documentation/index.html.in: url for regression pdf
7265
7266         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7267
7268         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7269
7270         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7271
7272         * VERSION: 1.8.0 released
7273         
7274         * GNUmakefile.in (local-WWW-post): footify build fix.
7275
7276         * configure.in: require GUILE 1.6.4
7277
7278         * Documentation/user/GNUmakefile: don't copy *.png for
7279         lilypond-internals
7280
7281         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7282         local-WWW-post target.
7283         (rsync-web): add rsync-web target
7284
7285         * Documentation/user/introduction.itely (Music notation and
7286         engraving): add neume example
7287
7288         * input/puer-fragment.ly (cantus): add puer-fragment
7289
7290 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7291
7292         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7293         to notes, so that equalizer is actualy being used.
7294
7295         * scm/midi.scm (instrument-equalizer-alist):
7296         (absolute-volume-alist): Define public, so that user can copy or
7297         override.
7298
7299         * lily/key-performer.cc (create_audio_elements): Check for minor
7300         key.  Only if key is minor, set MIDI key to minor.
7301
7302 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7303
7304         * Documentation/user/refman.itely (Hiding staffs): fixes.
7305
7306         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7307
7308         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7309         vertical extents to deal with Hara kiri correctly.
7310
7311         * input/regression/hara-kiri-short.ly: remove
7312
7313         * input/regression/hara-kiri-pianostaff.ly: update test.
7314
7315         * Documentation/user/*.tely: remove WEBTITLE
7316
7317         * scm/output-tex.scm (comment): idem.
7318
7319         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7320
7321         * scm/music-functions.scm (make-lyric-event): new function
7322
7323         * scm/lily.scm (lilypond-version): new function
7324
7325         * input/test/version-output.ly: new file.
7326
7327         * Documentation/user/lilypond.tely: add version number to
7328         front-page.
7329
7330 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7331
7332         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7333
7334 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7335
7336         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7337
7338         * Documentation/user/refman.itely (Hiding staffs): rename node.
7339
7340 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7341
7342         * input/regression/new-markup-syntax.ly (texidoc): remove
7343         molecule-callback override.
7344
7345 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7346
7347         * input/les-nereides.ly: Mark tweaks with %tweak.
7348
7349         * Debian patch, see debian/changelog (Anthony Fok).
7350
7351 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7352
7353         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7354         problem.
7355
7356 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7357
7358         * Documentation/user/refman.itely (Text markup): Fix language bug.
7359
7360 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7361
7362         * input/* : postfix syntax fixes.
7363
7364         * Documentation/user/refman.itely (Text markup): add note about
7365         raise/lower with ^ or _ .
7366         
7367         * po/fi.po: fix \\apply strings.
7368
7369         * lily/parser.yy (open_event): warn for prefix articulations.
7370
7371 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7372
7373         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7374         fix also on parmesan font.
7375
7376 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7377
7378         * VERSION 1.7.30 released
7379         
7380         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7381
7382         * buildscripts/mutopia-index.py (headertext): rewording
7383
7384 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7385
7386         * scm/new-markup.scm (strut-markup): new markup function.
7387
7388         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7389         space also when no accidental is there.
7390
7391 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7392
7393         * input/les-nereides.ly: Updates.
7394
7395 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7396
7397         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7398         which repeats the tag insertion selected from "Insert tag" menu.
7399
7400 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7401
7402         * lily/all-font-metrics.cc (find_font): load AFM files first only
7403         for feta fonts. This fixes problems with TeXlive and other TeX
7404         distros that include AFM files for the CM fonts. 
7405
7406         * scm/font.scm (qualifiers-to-font-name): remove.
7407
7408         * lily/paper-def.cc: remove get_var.
7409
7410         * input/trip.ly: remove file.
7411         
7412         * input/regression/spacing-note-flags.ly (raggedright): remove
7413         stafflinethickness
7414
7415         * input/les-nereides.ly: update to new syntax, cleanups.
7416
7417 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7418
7419         * Documentation/user/refman.itely: Clarify shortest-note problem
7420         of autobeamer.
7421
7422 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7423
7424         * lilypond-mode.el: Add each word to regexps only once.
7425
7426         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7427         is based on the syntax definitions in lilypond.words. Remove all 
7428         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7429         LilyPond->Insert menu is generated by the entries in lilypond.words 
7430         to which have been given a syntax definition.
7431
7432         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7433         \notes, \relative, \score, \simultaneous, \transpose.
7434
7435         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7436
7437         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7438         
7439         * lilypond-mode.el: add menu keywords separately.
7440
7441         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7442
7443 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7444
7445         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7446         current ugly installation method for PFA fonts.
7447
7448 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7449
7450         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7451         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7452
7453         * Documentation/user/music-glossary.tely: update legato.
7454
7455 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7456
7457         * lexer-gcc-3.0.patch: Remove.
7458
7459         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7460
7461 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7462
7463         * debian/rules (binary-arch): remove NEWS.
7464
7465 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7466
7467         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7468         stepmake/bin{ many }: polish the `--help's of different scripts;
7469         model taken from the core-utils of Linux.
7470
7471         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7472
7473 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7474
7475         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7476
7477         * flower/libc-extension.cc: idem.
7478
7479         * flower/include/libc-extension.hh: protect against isinf macros.
7480
7481 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7482
7483         * { many }: Use two uppercase letters in LilyPond.
7484
7485         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7486
7487         * VERSION: 1.7.29 released.
7488         
7489 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7490
7491         * lily/tie.cc: add TODO comment.
7492
7493         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7494
7495         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7496         linejoins and linecaps. This fixes problems with occasional spikes
7497         on slur/tie endings.
7498         
7499         * input/regression/font-name.ly: don't use PS fonts for
7500         compatibility reasons. 
7501
7502         * mutopia/claop.py (accents): update to 1.8
7503
7504         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7505
7506         * Documentation/user/macros.itexi: don't color glossary links.
7507
7508         * Documentation/user/invoking.itexi (Error messages): new section
7509
7510 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7511
7512         * input/regression/font-name.ly: add file.
7513
7514         * scm/document-backend.scm (grob-doc): remove <hr> from
7515         lilypond-internals
7516
7517         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7518         reqd version to 1.6.4 
7519
7520         * lily/font-interface.cc (get_font): bugfix: take font-name from
7521         alist chain too. This fixes font-name override for \markup.
7522
7523 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7524
7525         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7526
7527         * input/test/polymetric-differing-notes.ly: Compile fix.
7528
7529 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7530
7531         * Documentation/user/refman.itely: fixed typo
7532
7533         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7534         before flexa
7535
7536 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7537
7538         * input/test/{ many }: search & fix some typos.
7539
7540 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7541
7542         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7543         images.
7544
7545         * scm/music-functions.scm (make-voice-props-set): set Script /
7546         TextScript dir for polyphony too.
7547
7548         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7549         before clef.
7550
7551         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7552
7553 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7554
7555         * Documentation/user/refman.itely (Percussion): Small
7556         clarifications and fixes.
7557
7558         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7559         threads. This fixes different heads playing simultaneously.
7560
7561 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7562
7563         * Documentation/user/{ many }: increase readability (read through 
7564         User manual from `one big page').
7565
7566 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7567
7568         * input/test/polymetric-differing-notes.ly: add example with
7569         disparate note values.
7570
7571         * input/test/polymetric.ly: rename from poly-metric
7572
7573         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7574         iso. outname.
7575
7576         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7577         G-clef bbox to real char extents. This fixes the G-clef being
7578         offset too much to the right.
7579         document perc clef offset.
7580
7581         WARNING: FONT CHANGED.
7582
7583         * Documentation/user/tutorial.itely (Tutorial): move menu.
7584
7585 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7586
7587         * buildscripts/lilypond-profile.sh (Error): trim error message.
7588
7589         * Documentation/user/invoking.itexi (Invoking the lilypond
7590         binary): add note about path.
7591
7592         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7593         suppresses superfluous spaces.
7594
7595 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7596
7597         * buildscripts/lilypond-profile.sh: Add documentation to error
7598         message.
7599
7600         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7601
7602 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7603
7604         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7605         <mike@ossmann.com>)
7606
7607         * Documentation/bibliography/computer-notation.bib (pages): prune
7608         unscientific language.
7609
7610         * Documentation/user/GNUmakefile: copy unsplit file to
7611         lilypond.html (idem for lilypond-internals).
7612
7613         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7614
7615         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7616
7617         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7618
7619         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7620         fix.
7621         
7622 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7623
7624         * Documentation/user/{ various }: bind text snippets with their
7625         examples, e.g. by punctuation: This is an example.
7626
7627 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7628
7629         * ly/performer-init.ly (VoiceContext): Typos.
7630
7631         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7632         builds, leave final-install to toplevel srcdir makefile.
7633
7634         * make/srcdir.make.in (install): New target.
7635
7636 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7637
7638         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7639         This fixes core dump on MIDI output (Simon Weatherill).
7640
7641         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7642         on local-WWW-post.
7643
7644 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7645
7646         * make/lilypond.redhat.spec.in: add dvips to reqs.
7647
7648 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7649
7650         * make/srcdir.make.in (web): Add special web target.
7651
7652         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7653         from inner $(LOOP).
7654
7655         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7656
7657         * stepmake/stepmake/generic-targets.make (www-targets-help):
7658         * GNUmakefile.in (web-install): Install in $(webdir).
7659
7660         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7661
7662         * cygwin/changelog: 
7663         * cygwin/mknetrel: Update.
7664
7665         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7666         (html-doc): Remove (use: web).
7667
7668         * stepmake/stepmake/script-rules.make: 
7669         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7670         Fix $(config_make) dependencies for srcdir build.
7671
7672         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7673         target for srcdir build.
7674
7675         * stepmake/make/stepmake.make: 
7676         * make/srcdir.make.in: 
7677         * GNUmakefile.in:
7678         * make/stepmake.make (config_make): Rename variable (was:
7679         configuration).
7680
7681 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7682
7683         * Documentation/user/internals.itely (Manipulating music
7684         expressions): run lilypond on example too.
7685
7686         * flower/include/libc-extension.hh: move lrint define to
7687         header. bugfix.
7688         
7689 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7690
7691         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7692         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7693         do we recurse whole tree?).
7694
7695         * GNUmakefile.in (html-doc): Resurrect.
7696
7697         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7698         obsolete $(package-icon) dependency.
7699
7700 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7701
7702         * Documentation/user/refman.itely (Automatic staff changes):
7703         add seealso 
7704
7705         * Documentation/index.html.in: link to bigpage.
7706
7707         * Documentation/user/tutorial.itely (Tutorial): streamline.
7708
7709         * Documentation/index.html.in: url typo.
7710
7711         * VERSION (PACKAGE_NAME): release 1.7.28
7712
7713         * python/lilylib.py (error_log): remove '/' from name.
7714
7715         * input/regression/pedal.ly: remove; dups input/test/
7716         
7717         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7718
7719         * Documentation/index.html.in: python style doco index.
7720
7721         * Documentation/{footer,header}.html.in (src): remove, 
7722
7723         * Documentation/pictures: remove all but lelie-logo.xpm.
7724
7725         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7726         before running makeinfo.
7727
7728         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7729         @code{}
7730
7731 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7732
7733         * input/test/bar-number-regular-interval.ly: rename.
7734
7735         * Documentation/user/*: various fixes. 
7736
7737 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7738
7739         * Documentation/{ many }: polish for update-all-menus. typos.
7740
7741         * po/fi.po: fixes.
7742
7743         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7744
7745         * buildscripts/mutopia-index.py: polish.
7746
7747         * input/regression/{ many }, input/test{ many }: polish texidocs.
7748
7749 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7750
7751         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7752         pedal-style
7753
7754         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7755         iso. edge-widen.
7756
7757         * lily/piano-pedal-engraver.cc (process_music): change from
7758         process_acknowledged ()
7759
7760         * lily/piano-pedal-bracket.cc: new file. Change
7761         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7762         cleaned up.
7763
7764         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7765
7766         * input/regression/tuplets.ly (texidoc): rename file.
7767
7768         * po/fr.po: update
7769
7770         * buildscripts/lilypond-profile.sh: error message if script is not
7771         sourced.
7772
7773         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7774         bracket-flare
7775         (make_bracket): simplify code.
7776
7777         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7778         argument.
7779
7780         * python/lilylib.py (lilypond_version_check): new function
7781
7782         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7783
7784         * scripts/ly2dvi.py (run_lilypond): add version check.
7785
7786         * scripts/lilypond-book.py (option_definitions): typo
7787
7788         * scripts/ly2dvi.py (include_path): typo
7789
7790         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7791
7792         * lily/parse-scm.cc (parse_handler): typo
7793
7794         * Documentation/user/macros.itexi: use @heading for headings.
7795
7796         * Documentation/user/refman.itely: updates, fixes.
7797
7798 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7799
7800         * po/fi.po: add Finnish translations. fixes.
7801
7802         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7803
7804         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7805         from lily/glissando-engraver.cc.
7806
7807 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7808
7809         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7810         for non-first _broken_ bracket.
7811
7812         * Documentation/user/refman.itely: corrections.
7813
7814 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7815
7816         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7817         support of the fingerings.
7818
7819         * po/fr.po: French translation update.
7820
7821         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7822         strings.
7823
7824 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7825
7826         * Documentation/user/introduction.itely: Small fixes.
7827
7828 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7829
7830         * Documentation/topdocs/AUTHORS.texi: polish.
7831
7832 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7833
7834         * Documentation/user/introduction.itely: revise
7835
7836         * Documentation/user/tutorial.itely: reorganise.
7837
7838         * Documentation/topdocs/index.tely: remove.
7839
7840         * Documentation/header.html.in: prune.
7841
7842         * GNUmakefile.in: clean up web building.
7843
7844         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7845         target.
7846
7847 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7848
7849         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7850
7851         * lilypond-mode.el: turn on blink-matching-paren.
7852
7853 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7854
7855         * scm/output-sodipodi.scm (svg-header): Fix typo.
7856
7857 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7858
7859         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7860         fixes a security hole.
7861
7862         * scripts/lilypond-book.py (original_dir): remove temp_dir
7863
7864         * scm/document-translation.scm: use @code tags.
7865
7866 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7867
7868         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7869
7870         * lilypond-mode.el: add a buffer-local post-command-hook to set
7871         context dependent syntax-table after each cursor event. Remove old
7872         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7873
7874         * lilypond-indent.el: update comments.
7875
7876         * Documentation/footer.html.in: add period.
7877
7878 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7879
7880         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7881
7882         * scm/document-translation.scm (document-property-operation): add
7883         @code{} tags.
7884
7885         * VERSION (PACKAGE_NAME): release 1.7.27
7886
7887         * config.make.in: add PAPER variable
7888
7889         * buildscripts/new-chords.py (help): add help text
7890
7891         * Documentation/user/introduction.itely (Typography and program
7892         architecture):  fixes.
7893
7894         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7895         for texinfo and dvips. This fixes problems with PDF output of the
7896         wrong size.
7897
7898         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7899         DVIPS_PAPERSIZE variable
7900
7901         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7902         TEXINFO_PAPERSIZE variable 
7903
7904 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7905
7906         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7907
7908         * mf/feta-toevallig.mf: lowres fixes.
7909
7910 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7911
7912         * NEWS: Typo and fill-paragraph fixes.
7913
7914         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7915         cast #define.
7916
7917         * configure.in: 
7918         * config.hh.in: Check for lrint.
7919
7920 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7921
7922         * VERSION: 1.7.26 released
7923
7924         * lily/separation-item.cc: add padding property.
7925
7926         * input/test/*.ly: various fixes, remove solo-a2.ly
7927
7928         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7929         bugfix. Fixes old-style markup compatibility.
7930
7931         * Documentation/user/introduction.itely (Introduction): historical
7932         elucidations
7933
7934         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7935
7936         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7937
7938         * Documentation/index.texi (Top): cleanup.
7939
7940         * Documentation/user/introduction.itely (Introduction): rewrite
7941         introduction, 
7942         (Music notation and  engraving): about notation. Add flat-picture
7943
7944 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7945
7946         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7947         separation items. This keeps lyrics from bumping into each other.
7948
7949 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7950
7951         * GNUmakefile.in (topdocs-web): New target.
7952         (local-web): Depend on topdocs-web; fixes html-doc.
7953
7954 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7955
7956         * po/lilypond.pot: run po-replace
7957
7958         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7959
7960         * scm/drums.scm (reset-drum-kit): new function.
7961
7962         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7963
7964         * scripts/update-lily.py: remove
7965         
7966         * VERSION: release 1.7.25
7967         
7968         * Documentation/user/introduction.itely (Introduction): rewrite
7969         start of introduction.
7970
7971 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7972
7973         * lily/all-font-metrics.cc: fixed typo
7974
7975 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7976
7977         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7978         LilyPond-mode-context-set-syntax-table): new functions to define
7979         the syntax table according to context.
7980
7981         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7982
7983 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7984
7985         * Documentation/user/refman.itely (Figured bass): 
7986         language nit courtesy http://www.vocabula.com
7987
7988         * GNUmakefile.in: remove no kpathsea hack.
7989
7990         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7991         doco.
7992
7993         * GNUmakefile.in: remove web-doc target.
7994
7995         * lily/all-font-metrics.cc (find_afm): add message about
7996         buildscripts/clean-fonts.sh 
7997
7998         * scm/define-music-properties.scm (figure): use string for 'figure
7999
8000         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8001
8002         * input/regression/ : add raggedright = ##t where applicable. 
8003         
8004         * scm/bass-figure.scm (make-bass-figure-markup): add
8005         alignBassFigureAccidentals property.
8006
8007         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8008         bracket.
8009
8010         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8011         syllables widths into account for minimum-length.
8012
8013         * input/test/staff-container.ly: update file
8014
8015         * input/test/stem.ly: remove
8016
8017         * lily/event.cc (LY_DEFINE): add ly: prefix.
8018
8019         * input/test/clef-manual-control.ly: from manual-clef
8020
8021         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8022
8023         * input/test/different-time-signatures.ly: move to poly-metric.ly
8024
8025         * input/test/hara-kiri*,scales.ly: remove
8026         
8027         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8028         with chord-names-jazz.ly)
8029
8030         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8031         get scalable cm fonts too.
8032
8033         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8034         --encoding for mftrace if present.
8035
8036         * input/regression/slur-area.ly: move from test/
8037
8038         * input/test/: remove simple-slur-endings slur-attachment
8039         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8040         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8041         slur-symmetry slur-symmetry tie-broken.ly
8042
8043         * scm/drums.scm (set-drum-kit): add function.
8044
8045         * Documentation/user/refman.itely (Percussion staves): use
8046         set-drum-kit
8047
8048         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8049         too
8050         (Global_measure.set_timesig): handle 3/8 time sig too.
8051
8052         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8053         note about triangle note heads.
8054
8055         * scm/drums.scm: use alist for instrument-settings. This fixes the
8056         bug with assigning to drums in the .ly file.
8057
8058         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8059         CHANGED.
8060
8061         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8062         cluster-beacon-interface
8063
8064         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8065
8066         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8067
8068         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8069
8070         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8071         to get positions.
8072
8073         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8074         make ClusterSpannerBeacon to record Y positions. This removes the
8075         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8076         make cluster-note-events.
8077
8078 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8079
8080         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8081
8082         * configure.in: Use lily/main.cc as identifying source file.
8083
8084         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8085
8086         * config.hh.in: 
8087         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8088
8089         * configure.in: Require PYTHON >= 2.0.
8090
8091         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8092           $PYTHON for include dir location.
8093         (STEPMAKE_PYTHON): New function.  Use
8094         
8095             PYTHON=foo ./configure
8096
8097           to override.
8098
8099 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8100
8101         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8102         something.
8103
8104         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8105         ftp.lilypond.org everywhere.
8106
8107 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8108
8109         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8110         detected.
8111
8112         * Documentation/user/refman.itely (Grace notes): note on explicit
8113         contexts
8114
8115 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8116
8117         * lilypond-font-lock.el: add a comment about LilyPond specific
8118         escape characters: ^, - and _, in the syntax table.
8119
8120         * Documentation/user/appendices.itely: a majuscule fix.
8121
8122 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8123
8124         * input/test/trills.ly (endHorizScript): fixes.
8125
8126         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8127         notation, move from regression.
8128
8129         * input/test/script-stack.ly: change name from stacked-scripts
8130
8131         * input/test/ossia.ly: octave errors.
8132
8133         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8134         for midi-volume-equaliser
8135
8136 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8137
8138         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8139         cm fonts.
8140
8141         * mf/feta-beugel.mf: don't multiply font_count by 10.
8142
8143         * lily/lookup.cc (horizontal_line): new function. Use
8144         horizontal-line in output backends.
8145
8146         * Documentation/user/tutorial.itely (An orchestral part): new
8147         section on orchestral stuff and identifiers.
8148
8149 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8150
8151         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8152         some interference to other modes.
8153
8154 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8155
8156         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8157         not maximum of spacing wishes in polyphonic situations.
8158
8159         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8160         number
8161
8162         * lilypond-indent.el: remove paren matching. 
8163
8164         * lily/text-item.cc (interpret_new_markup): new function
8165         use iso. text2molecule.
8166
8167         * lily/main.cc (notice): change FSF address 
8168
8169         * po/de.po: update PO file to 1.6.
8170
8171 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8172
8173         * Documentation/user/ {many}: Add periods and remove spaces.
8174         
8175 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8176
8177         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8178         Disable buffer-locally default paren hook and make a new one. 
8179
8180         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8181         locally LilyPond-paren-mode. Add todo for mouse double-click.
8182
8183 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8184
8185         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8186         Disable buffer-locally default paren idle timer and make a new one. 
8187
8188         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8189         locally LilyPond-show-paren-mode. Add to menu a toggle for
8190         LilyPond-show-paren-function.
8191
8192 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8193
8194         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8195
8196 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8197
8198         * Documentation/user/refman.itely: spelling fix.
8199
8200         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8201         paren highlight function definitions. add todo for
8202         LilyPond-show-paren-mode.
8203
8204 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8205
8206         * input/template/jazz-combo.ly: new file.
8207
8208 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8209
8210         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8211         lo-res fixes.
8212
8213         * mf/feta-schrift.mf: bugfix in varcoda sign.
8214         WARNING: FONT CHANGED
8215
8216         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8217         in accordance with lexer.ll.   
8218
8219 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8220
8221         * Documentation/user/tutorial.itely: Edit introduction.
8222
8223 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8224
8225         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8226         ly:grob-staff-position
8227
8228 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8229
8230         * scm/to-xml.scm: import srfi-1
8231
8232         * VERSION (MAJOR_VERSION):  release 1.7.24
8233
8234         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8235
8236         * scripts/lilypond-book.py (do_file): put texidoc before image.
8237         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8238
8239         * input/regression/*.ly: fix snippet octaves 
8240
8241         * input/test/spanner-after-break-tweak.ly: import
8242         broken-spanner-adjustment
8243
8244         * input/no-notation/midi-transposing.ly: move from input/test/
8245
8246         * input/test/: remove chord-markup
8247
8248         * input/regression/instrument-name-partial.ly: move from input/test.
8249
8250         * input/test/vertical-text.ly: remove
8251
8252         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8253         space above lyrics lines.
8254
8255         * input/test/uniform-breaking.ly: remove file.
8256
8257         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8258         uniform spacing density. 
8259
8260         * input/test/chords.ly (keys): remove file.
8261
8262         * scm/documentation-lib.scm (oop): use srfi-1 too.
8263
8264         * input/regression/*.ly: add \version
8265
8266         * Documentation/user/*.itely: various fixes.
8267
8268         * buildscripts/mf-to-table.py (base): break table every three
8269         symbols.
8270
8271         * input/:  remove %% new-chords-done %% .
8272
8273         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8274         os-music.ly
8275         
8276 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8277
8278         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8279
8280         * scm/new-markup.scm (box-markup): new function.
8281         (box-markup): new function. Contributed by Dick Schoeller
8282         <schoeller@attbi.com>
8283
8284         * scm/lily.scm: remove reduce-no-unit 
8285         (list-insert-separator): use fold-right
8286
8287         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8288         of arguments. 
8289
8290         * NEWS: more neutral language for ancient notation 
8291
8292         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8293         inside pointing beaming for chord tremolo.
8294
8295         * Documentation/user/lilypond-book.itely: minor editing
8296
8297 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8298
8299         * NEWS: added news for 1.8 regarding ancient notation
8300
8301         * Documentation/user/refman.itely (Gregorian square neumes
8302         ligatures): fixed typo
8303
8304         * lily/vaticana-ligature-engraver.cc,
8305         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8306         lower/upper head of Pes only when heads are stacked
8307
8308         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8309         scm/define-grob-properties.scm: cleanup: make "join-left" a
8310         boolean grob property and save delta pitch in grob property
8311         "delta-pitch" instead
8312
8313         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8314
8315 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8316
8317         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8318         completely borked
8319
8320         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8321         (try_music): bug fix: beam multiplicity was completely borked.
8322
8323         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8324         first-n, butfirst-n in favor of srfi-1 functions.
8325         remove string-join, string-pad in favor of srfi-13 functions.
8326
8327         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8328
8329         * NEWS: use complete sentences.
8330
8331         * Documentation/user/introduction.itely (Example applications):
8332         add note about databases and lilypond-book.
8333
8334         * input/test/volta.ly: remove file
8335
8336         * input/regression/volta-broken-left-edge.ly: simplify file
8337
8338 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8339
8340         * Documentation/user/refman.itely (Constructing a tweak): new
8341         subsection.
8342
8343         * Documentation/user/tutorial.itely (Fine tuning layout): add
8344         common tweaks.
8345
8346         * scm/define-grobs.scm (TextScript): use new brewer.
8347
8348 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8349
8350         * VERSION: release 1.7.23
8351
8352         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8353
8354         * python/lilylib.py (make_ps_images): bugfixes.
8355
8356         * input/regression/volta-multi-staff.ly: new file.
8357
8358         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8359
8360         * Documentation/user/tutorial.itely (Piano staffs): new section.
8361         (Setting variables): new section
8362         (Fine tuning layout): new section
8363
8364         * input/just-friends.ly: remove file. Superseeded by
8365         input/test/chords-without-melody.ly
8366
8367         * ly/property-init.ly: add all commands to refman.
8368
8369         * scm/define-translator-properties.scm: remove
8370         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8371
8372         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8373         name. Underscores botch up PS output.
8374
8375         * scm/define-translator-properties.scm: remove
8376         textNonEmpty, oneBeat, regularSpacingDelta
8377
8378         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8379         rule for automaticBars.
8380
8381         * lily/timing-engraver.cc (start_translation_timestep): change
8382         barNonAuto to automaticBars
8383
8384 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8385
8386         * input/test/perform-tie.ly: delete file.
8387
8388 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8389
8390         * Documentation/user/refman.itely (Gregorian square neumes
8391         ligatures): bugfix: do not show ledger lines in neumes table
8392         (fixed by setting staff symbol to transparent rather than removing
8393         it from staff context)
8394
8395 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8396
8397         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8398         glue into brew-new-markup-molecule.
8399
8400         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8401
8402         * Documentation/user/introduction.itely (Computerized typography):
8403         new section
8404
8405         * Documentation/user/tutorial.itely (An orchestral part): remove
8406         pc example from tutorial.
8407
8408         * input/tutorial/lilbook.tex: use screech-boink
8409
8410         * scripts/lilypond-book.py (compile_all_files): split formatting
8411         output body and scheduling lilypond compilation.
8412         (format_lilypond_output_bodies): new function
8413         (format_lilypond_block): new function
8414         (html_pages): allow multi-page images in HTML
8415
8416         * python/lilylib.py (make_ps_images): rename function from
8417         make_preview, merge with make_page_images
8418
8419 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8420
8421         * input/test/key-clefs.ly: moved to regression.
8422
8423         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8424
8425         * input/no-notation/README: added note about midi-*.ly files.
8426
8427         * input/test/two-key.ly: moved to no-notation/parse5.ly
8428
8429         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8430         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8431
8432         * input/test/ {various}: modified comments, marked some for deletion.
8433
8434         * input/test/lines.ly: deleted file; duplicate of
8435         embedded-postscript.ly
8436
8437         * input/test/mmrest-collision: moved to regression.
8438
8439 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8440
8441         * scm/chord-name.scm (note-name->markup): don't superscript root
8442         alterations in chordnames.
8443
8444 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8445
8446         * Documentation/user/refman.itely (Multi measure rests): more
8447         index/cross-referencing.
8448
8449         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8450
8451         * scm/font.scm: remove properties-to-font-name code.
8452
8453         * scm/define-grob-properties.scm: remove 'type
8454
8455         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8456         conversion
8457
8458         * lily/text-spanner.cc: change 'type grob prop to 'style 
8459
8460         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8461         "first" flag to decide whether to make a start-repeat
8462
8463         * input/regression/grace-volta-repeat-2.ly: new file.
8464
8465 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8466
8467         * lilypond-indent.el: rename generic functions to LilyPond-*
8468
8469 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8470
8471         * input/test/thumb.ly: delete, merged into refman.
8472
8473         * Documentation/user/refman.itely: added thumb info to Fingering.
8474
8475         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8476         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8477         vertical-align.ly : deleted files.
8478
8479 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8480
8481         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8482
8483         * lily/line-spanner.cc (broken_trend_offset): remove function.
8484         (get_broken_offset): idem.
8485         (brew_molecule): rewrite the line-break case.
8486
8487         * input/regression/follow-voice-break.ly:  new file.
8488
8489         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8490         start of a system.
8491
8492 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8493
8494         * input/test/tuplet-rest.ly: moved to regression.
8495
8496         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8497         deleted file.
8498
8499         * input/test/ {many} : marked file for possible deletion.
8500
8501 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8502
8503         * input/regression/beam-funky.ly: add note about (disputed)
8504         correct beaming.
8505
8506         * ly/engraver-init.ly (ScoreContext): put key-signature after
8507         staff-bar
8508         
8509 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8510
8511         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8512
8513         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8514
8515         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8516
8517         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8518         stem-extend was deleted (it was duplicate example, and not as
8519         good).
8520
8521         * input/test/[s-z]*.ly: add texidoc index.
8522
8523 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8524
8525         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8526         get_first_notecolumn_y
8527
8528         * lily/spanner.cc (broken_spanner_index): new function.
8529
8530 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8531
8532         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8533         lyric-hyphen.ly : moved to regression.
8534
8535         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8536         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8537
8538         * input/test/instrument-name-mmrest.ly: moved to
8539         ../regression/multi-measure-rest-instr-name.ly
8540
8541         * input/test/knee-sym.ly: moved to
8542         ../regression/beam-knee-symmetry.ly.
8543
8544         * input/test/hymn.ly: change comments.
8545
8546         * input/test/[p-r]*.ly: add texidoc index.
8547
8548 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8549
8550         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8551         to postfix syntax
8552         
8553         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8554         syntax.
8555
8556         * VERSION: release 1.7.22
8557
8558 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8559
8560         * input/test/[h-k]*.ly: added texidoc index.
8561
8562         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8563
8564         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8565
8566         * input/test/ various : mark files for deletion or moving to
8567         regression.
8568
8569         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8570
8571         * input/test/[l-o]*.ly: added texidoc index.
8572
8573 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8574
8575         * scm/music-functions.scm (make-ottava-set): 
8576         only do ottavation if centralCPosition is set.
8577
8578         * lily/translator-scheme.cc (ly:context-property-where-defined):
8579         return '() if not found.
8580
8581 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8582
8583         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8584         Use one command for both commenting and uncommenting.
8585
8586         * lilypond-indent.el (LilyPond-comment-region): new function,
8587         (un)comments each line separately.
8588
8589         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8590         
8591         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8592         imenu is not added by default; adapted from f90.el,
8593         makes Help-menu, which does not fit, visible in XEmacs.
8594         
8595 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8596
8597         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8598         show-paren-mode sets blink-matching-paren-on-screen local.
8599         Try to make show-paren-function to paren-highlight local.
8600
8601         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8602         Copy definitions of Emacs' show-paren-function and
8603         XEmacs' paren-highlight and make minimal changes;
8604         add comments about locality. 
8605         Fix matching first open-paren-char in '<< .. >>'.
8606
8607 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8608
8609         * input/test/g*: added texidoc index.
8610
8611         * input/test/[a-g]*: added raggedright==#t when it
8612          seemed appropiate.
8613
8614         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8615
8616         * Documentation/topdoc/INSTALL.texi: removed false warnings
8617         about gcc 3.3.
8618
8619 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8620
8621         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8622
8623         * input/test/chords-without-melody.ly (texidoc): add from
8624         input/just-friends.ly
8625
8626         * input/regression/size{13--26}.ly: move from input/
8627
8628         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8629         input/{star-spangled-banner,twinkle}.ly: remove 
8630         
8631         * lily/slur.cc: remove slur over rest warnings.
8632
8633         * lily/note-spacing.cc (get_spacing): include left part of right
8634         object in fixed space. This fixes stretched space before
8635         accidentals.
8636
8637         * input/regression/spacing-accidental-stretch.ly: new file.
8638
8639 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8640
8641         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8642         Reduce to 16pt.
8643
8644 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8645
8646         * input/regression/spacing-knee.ly: docstring
8647
8648         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8649
8650         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8651         input/tutorial/{test,solar,flowing}.ly: remove
8652
8653         * input/rhythm.ly: remove
8654
8655         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8656
8657         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8658         update syntax. 
8659
8660         * scm/define-grobs.scm (all-grob-descriptions): set
8661         knee-spacing-correction to 1.0
8662
8663         * lily/note-spacing.cc (stem_dir_correction): compute knee
8664         correction using stem-thickness and head width.
8665
8666         * input/regression/beam-quanting-horizontal.ly: update texidoc
8667
8668         * scm/define-grobs.scm (all-grob-descriptions): set
8669         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8670         This fixes 32nd beams for noteheads in spaces quants.
8671
8672         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8673
8674 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8675
8676         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8677
8678 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8679
8680         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8681
8682         * VERSION (PACKAGE_NAME): release 1.7.21
8683
8684         * input/regression/stem-shorten.ly: new file.
8685
8686         * lily/stem.cc (get_default_stem_end_position): revise stem
8687         shortening code.
8688
8689         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8690
8691         * input/test/{scripts,volta-start,sleur}.ly: remove
8692         
8693         * input/regression/span-bar.ly: smaller file.
8694
8695         * input/regression/spacing-{natural,tight,loose}.ly: remove
8696
8697         * input/test/markup.ly: remove
8698
8699         * scripts/lilypond-book.py: put printfilename in separate chunk,
8700         so texidoc is printed after the filename.  
8701
8702 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8703
8704         * make/lilypond.mandrake.spec.in: fix docdirs.
8705
8706 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8707
8708         * input/regression/beam-french.ly: bugfix.
8709
8710         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8711
8712         * input/regression/(various).ly: add raggedright = #t.
8713
8714         * input/regression/auto-beam.ly: move from abe.ly
8715
8716 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8717
8718         * input/test/f*.ly: added texinfo index.
8719         
8720         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8721
8722 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8723
8724         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8725         quant penalty for beam just outside staff.
8726
8727         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8728         from beam-pos.ly,  remove non-horizontal tests. 
8729
8730         * input/test/(various): cleanup header info. 
8731
8732         * input/test/tchaikovsky.ly: remove file.
8733
8734         * scm/chord-generic-names.scm: move from
8735         double-plus-new-chord-name.scm
8736
8737         * input/test/orchestscore.ly: remove file
8738
8739         * Documentation/user/refman.itely (Vocal music): update documentation.
8740
8741         * scm/define-translator-properties.scm (chordNoteNamer): remove
8742         chordNameStyle, use chordNameFunction
8743
8744         * scm/chord-name.scm (set-chord-name-style): remove
8745         set-chord-name-style. Use \property chordNameFunction.
8746
8747 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8748
8749         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8750         music): remove @TeX{} command.
8751
8752 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8753
8754         * lilypond-indent.el (scan-sexps): Renamed to
8755         aargh-this-breaks-other-emacs-modes-scan-sexps.
8756
8757 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8758
8759         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8760         closing slurs: '()', etc. Add comments.
8761
8762         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8763
8764         * lilypond-font-lock.el: match unending string at eof.
8765
8766         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8767         
8768 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8769
8770         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8771         input/test/beam-dir.ly input/test/beam-position.ly    
8772         input/test/beam-suspect.ly input/test/beam-trend.ly    
8773         input/test/beams.ly input/test/crescendo-text.ly : deleted
8774         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8775         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8776         * input/test/default-bars.ly: moved to bar-always.ly
8777         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8778
8779 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8780
8781         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8782
8783 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8784
8785         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8786
8787 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8788
8789         * lilypond-indent.el: Match better slurs in scheme expressions.
8790         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8791
8792         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8793
8794 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8795
8796         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8797
8798         * input/ac-extra-voice.ly: Add texidoc.
8799
8800         * ly/chord-modifiers-init.ly: 
8801         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8802         and chordNameExceptionsPartial for new chord names.
8803
8804         * input/test/chord-names-dpnj.ly: 
8805         * input/test/dpncnt.ly: Update.
8806
8807         * scm/chord-name.scm: 
8808         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8809         chord selection and options.
8810
8811         * ly/chord-modifiers-init.ly: Add exceptions 
8812
8813         * scm/define-translator-properties.scm (chordNameStyle) 
8814         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8815
8816 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8817
8818         * ly/property-init.ly (germanChords): Added.
8819         (semiGermanChords): Added.
8820         
8821         * input/test/chord-names-german.ly: Use new macros
8822         
8823 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8824
8825         * lilypond-indent.el: Use similar parenthesis highlighting for 
8826         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8827         functions; removed LilyPond-show-paren-function. Fix indenting.
8828         Turn paren-matching on also in XEmacs.
8829
8830         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8831         as needed by parenthesis highlighting functions (in scan-sexp).
8832
8833 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8834
8835         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8836         function.
8837         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8838
8839 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8840
8841         * lilypond-indent.el: tune regexp for show-paren-function.
8842
8843 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8844
8845         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8846         for all LilyPond-produced tex snippets.
8847
8848         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8849         fixes one line --preview output of ly2dvi.
8850
8851 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8852
8853         * lilypond-indent.el: match only one type of slurs in
8854         LilyPond-show-paren-function.
8855
8856 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8857
8858         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8859         * debian/lilypond1.7.dirs: 
8860         * debian/lilypond1.7-doc.dirs: New file.
8861
8862         * input/regression/chord-name-exceptions.ly: Add parameter for
8863         ignatzekExceptions.  Quote hash in docstring.
8864
8865 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8866
8867         * lilypond-indent.el (show-paren-function): define show-paren-function
8868         as LilyPond-blink-matching-open and use it for closing parens.
8869         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8870
8871         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8872         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8873         LilyPond-blink-matching-paren in order to match both open and close
8874         brackets.
8875         
8876 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8877
8878         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8879         testing by modifying the code from FSF Emacs paren.el. Add comments.
8880
8881 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8882
8883         * input/test/dpncnt.ly: Transpose example to match new
8884         default \chords octave.  Add comment.
8885         
8886         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8887         comment about octave change.
8888
8889 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8890
8891         * input/test/[d,e]: added texinfo index tags.
8892         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8893
8894 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8895
8896         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8897
8898 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8899
8900         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8901         as in blink-matching-open.
8902
8903 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8904
8905         * input/test/[a-c]: more comments in files.
8906         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8907         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8908         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8909         mark file for proposed deletion.
8910         * input/test: renaming files:
8911         auto-beam-4-8.ly to beam-auto-4-8.ly
8912         auto-beam-override.ly to beam-auto-override.ly
8913         auto-beam.ly to beam-auto.ly
8914         blank.ly to blank-paper.ly
8915         absolute-volume.ly to dynamic-absolute-volume.ly
8916
8917 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8918
8919         * input/test/dpncnt.ly: 
8920         * input/test/chord-names-dpnj.ly: Resurrect.
8921
8922         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8923
8924         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8925
8926         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8927         Better docstring, add parameter OMIT-ROOT, tidy up.
8928
8929 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8930
8931         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8932
8933 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8934
8935         * scm/output-ascii-script.scm (as-font-alist-alist):
8936         (as-properties-to-font-name):
8937         (as-make-style-sheet): Remove.
8938
8939         * scm/font.scm (as-make-font-list): New function.
8940         (as-font-sheet-alist): New variable.
8941
8942         * ly/paper-as9-init.ly: 
8943         * ly/paper-as5-init.ly: Update.
8944
8945         * ly/paper-as5.ly:
8946         * ly/paper-as9.ly: New file.
8947
8948 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8949
8950         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8951
8952 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8953         * input/sondag-morgen/*: removed due to copyright concerns.
8954         * input/[a,b]*.ly: added a newline at the end of the texinfo
8955         doc string (produces better output in HTML version).
8956         * input/c*.ly: added texinfo index and added comments to
8957         aid in future changes to input/test/ files.
8958
8959 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8960         
8961         * Documentation/user/refman.itely: fixed build problem (missing
8962         file) caused by previous renaming.
8963
8964 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8965         
8966         * input/test/[a,b]*.ly: added texinfo index and added comments to
8967         aid in future changes to input/test/ files.
8968         * input/test/bar-number-every-5-reset.ly: renamed to
8969         bar-number-every-five-reset.ly
8970         * input/test/bar-script-visibility.ly: renamed to
8971         bar-number-show-all.ly
8972
8973 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8974
8975         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8976         to Voice.
8977
8978         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8979         out note-line and glissando functionality.
8980         
8981         * lily/line-spanner.cc (brew_molecule): cleanup.
8982
8983 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8984
8985         * scripts/as2text.scm: Use rdelim module.
8986         (start-system): Rename from start-line.
8987         (stop-system): Rename from stop-line.
8988         (af-gulp-file): Use string iso symbol for getenv.
8989
8990         * scm/output-ascii-script.scm: Add guile and lily modules.
8991         (font-name-alist): New variable.
8992         (draw-line): New function.
8993
8994         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8995         (Were these silently removed, without ChangeLog entry?)
8996
8997 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8998
8999         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9000         process 2nd ottava correctly.
9001
9002 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9003
9004         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9005
9006 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9007
9008         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9009
9010 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9011
9012         * VERSION: release 1.7.20
9013         
9014         * lily/text-spanner.cc (brew_molecule): clean up function. This
9015         fixes bugs with broken 8va spanners.
9016
9017         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9018         This prevents spurious line-breaks with raggedright
9019         
9020 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9021
9022         * lily/key-performer.cc (create_audio_elements): always use major
9023         key
9024
9025         * Documentation/user/internals.itely: updates
9026
9027         * input/regression/beam-break.ly: new file.
9028
9029         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9030         beams if starting or terminating stems have 'beaming set.)
9031
9032         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9033         property.
9034
9035         * lily/parser.yy (verbose_command_req): add comment about scales.
9036
9037 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9038
9039         * lilypond-indent.el: adjust regexps in bracket-matching.
9040
9041 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9042
9043         * Documentation/user/refman.itely: more tiny fixes
9044
9045         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9046         "Chord names"; added table with input syntax for solesmes neumes
9047         table; added some words about rationale on input syntax design
9048
9049         * lily/gregorian-ligature-engraver.cc,
9050         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9051         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9052         alignment of Pes Initio Debilis
9053
9054         * Documentation/user/refman.itely,
9055         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9056         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9057         bugs in the solesmes neumes table
9058
9059 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9060
9061         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9062         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9063
9064         * lilypond-mode.el: fix tag-score. small improvements.
9065
9066 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9067
9068         * .cvsignore: Add aclocal.m4.
9069
9070         * lily/music-constructor.cc: Include <assert.h>.
9071
9072 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9073
9074         * ly/engraver-init.ly (HaraKiriStaffContext): use
9075         RemoveEmptyStaffContext instead.
9076
9077         * Documentation/user/refman.itely: updates
9078
9079 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9080
9081         * Documentation/user/refman.itely: added solesmes neumes table;
9082         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9083         bugfix: "Ornaments" -> "Articulations"
9084
9085         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9086
9087 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9088
9089         * lilypond-indent.el: Add a message about trying to match \] or \).
9090         
9091 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9092         
9093         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9094         obsolete "arithmetic_*"
9095
9096         * input/bugs/ligatures.ly: removed (will be put into a different
9097         directory later)
9098
9099 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9100
9101         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9102         libkpathsea (Maurizio Tomasi).
9103
9104 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9105
9106         * input/regression/repeat-slash.ly (texidoc): new file
9107
9108         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9109         slash repeats separately. Slash repeats and %
9110         repeats can now be nested.
9111
9112 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9113
9114         * lilypond-indent.el: Add preliminary test for closing \] and \).
9115         
9116 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9117
9118         * lily/gregorian-ligature-engraver.cc,
9119         lily/vaticana-ligature-engraver.cc,
9120         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9121         mf/parmesan-heads.mf: various semivocalis related bugfixes
9122
9123         * input/bugs/ligatures.ly: new file demonstrating problems with
9124         ligatures
9125         
9126 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9127
9128         * lilypond-mode.el,
9129         lilypond-font-lock.el,
9130         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9131
9132 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9133
9134         * lilypond-mode.el: Remove outdated code. Stress the difference 
9135         between Emacs and XEmacs definitions.
9136
9137         * lilypond-mode.el,
9138         lilypond-indent.el: Define a function interactive only when necessary.
9139
9140 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9141
9142         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9143         Use inactive regions also in XEmacs.
9144
9145 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9146
9147         * Documentation/user/refman.itely (Repeat syntax): more updates
9148
9149         * lily/simple-spacer.cc (solve): move solution process into
9150         solve(). This fixes a bug with collisions and raggedright = ##t.
9151  
9152         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9153
9154         * ly/engraver-init.ly: remove GraceContext. Update examples.
9155
9156 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9157
9158         * GNUmakefile.in (fonts): Also make fontball.
9159
9160         * Website fixes:
9161
9162         * ly/engraver-init.ly (GraceContext): Add.
9163
9164         * run:
9165
9166             convert-ly $(find . -name *.ly)
9167
9168         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9169         new chords.
9170
9171 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9172
9173         * VERSION: 1.7.19 released
9174         
9175         * scm/music-functions.scm (set-octavation): new function.
9176
9177         * input/regression/ottava.ly: new file
9178
9179         * lily/translator-scheme.cc (LY_DEFINE): new function
9180         ly:unset-context-property
9181         (LY_DEFINE) new function ly:context-property-where-defined: 
9182
9183 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9184
9185         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9186
9187         * lilypond.words: add few.
9188
9189         * input/test/script-chart.ly: fix typo.
9190
9191 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9192
9193         * scm/define-grobs.scm: uniform naming for definitions and output
9194         routine files. 
9195
9196         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9197         scm/context-description.scm
9198
9199         * lily/parser.yy (translator_spec_body): add \description to the
9200         \translator{} body syntax.
9201
9202         * lily/ottava-engraver.cc: new file.
9203
9204         * scm/chord-name.scm (natural-chord-alteration): replace old
9205         chord stuff. 
9206
9207         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9208
9209         * Documentation/user/refman.itely (Metronome marks): update doco.
9210
9211         * input/regression/markup-note.ly: new file
9212
9213         * input/regression/metronome-marking.ly: new file
9214
9215         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9216
9217         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9218         metronome marks.
9219
9220 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9221
9222         * Documentation/user/GNUmakefile: Compatibility fix for new
9223         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9224         for making binary packages; info splitting bug has been fixed.
9225
9226         * Documentation/user/refman.itely: Compile fixes.
9227
9228 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9229
9230         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9231         Count \midi -keywords also for a region.
9232
9233 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9234
9235         * lily/lookup.cc (LY_DEFINE): new function
9236
9237         * Documentation/user/tutorial.itely: updates
9238
9239 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9240
9241         * lilypond-mode.el: Allow Midi on buffer.
9242         Use only '.ly'-extension, remove '.sly' and '.fly'.
9243         Allow use of inactive regions. Invoke next Command on Master file, 
9244         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9245
9246 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9247
9248         * Documentation/user/tutorial.itely: updates.
9249
9250 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9251
9252         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9253
9254 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9255
9256         * lily/coherent-ligature-engraver.cc: fixed typo
9257
9258         * lily/coherent-ligature-engraver.cc,
9259         lily/gregorian-ligature-engraver.cc,
9260         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9261         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9262         lily/vaticana-ligature-engraver.cc,
9263         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9264         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9265         removed all ligature specific stuff from NoteHead code
9266
9267         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9268         ligatures now use regular noteheads
9269
9270         * lily/vaticana-ligature.cc: tiny code cleanups
9271
9272         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9273         space between two adjacent noteheads of the same pitch
9274
9275         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9276         description; cleanup: removed obsolete font-family settings
9277
9278 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9279
9280         * lily/coherent-ligature-engraver.cc,
9281         lily/gregorian-ligature-engraver.cc,
9282         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9283         lily/mensural-ligature-engraver.cc,
9284         lily/vaticana-ligature-engraver.cc,
9285         lily/include/gregorian-ligature-engraver.hh: updated for new
9286         Coherent_ligature_engraver; added comments that describe the basic
9287         design ideas of the ligature implementation
9288
9289         * lily/coherent-ligature-engraver.cc,
9290         lily/include/coherent-ligature-engraver.hh: new file: shared code
9291         between mensural ligatures and Gregorian chant notation ligatures
9292
9293 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9294
9295         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9296         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9297         use only two arguments in sit-for, use no arguments in
9298         read-char-exclusive, backspace is not a character (127) in XEmacs.
9299
9300         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9301
9302 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9303
9304         * lilypond-mode.el: un-commenting works after syntax-table fix.
9305
9306         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9307         group, verbose commenting for syntax table.
9308
9309         * lilypond-indent.el: add TODO for ligature slurs.
9310
9311 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9312
9313         * lilypond-mode.el: Move comments of parenthesis matching away,
9314         (blink-matching-paren-on-screen) fix blinking in Emacs.
9315
9316         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9317         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9318
9319         * lilypond-indent.el: Add TODO for parenthesis matching.
9320
9321 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9322
9323         * lilypond-mode.el: Fix XEmacs: 
9324         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9325         invoke explicitly easy-menu-add (in Emacs done automatically).
9326         
9327         * lilypond.words: Add few words from input/*/*.ly.
9328
9329 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9330
9331         * VERSION (PATCH_LEVEL): release 1.7.18
9332
9333         * scripts/lilypond-book.py: only print basename for printfilename
9334         option
9335
9336         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9337         and syntax updates.
9338
9339 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9340
9341         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9342         better parametrisation. Move fatness of bulb downward.
9343
9344         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9345         glyph names. Underscores are not allowed .ps encoding files.
9346
9347 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9348
9349         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9350         variable "packed" for packed right-ragged mode
9351
9352         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9353         unused variable ragged; fixed indentation
9354
9355         * Documentation/user/refman.itely: tiny cleanups in ancient
9356         clef and custos section
9357
9358 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9359
9360         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9361         \applyoutput PROCEDURE
9362
9363         * lily/my-lily-lexer.cc: add \applyoutput.
9364
9365         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9366
9367         * lily/text-item.cc: clean text-interface description
9368
9369 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9370
9371         * input/{regression,test}/: use postfix for slur endings and beam
9372         begins.
9373
9374         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9375         style beams too. 
9376
9377         * input/regression/lyrics-melisma-beam.ly: new file.
9378
9379         * lily/lyric-engraver.cc (process_music): change from
9380         process_acknowledged_grobs()
9381
9382         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9383         functions to set and revert auto-beam settings.
9384
9385 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9386
9387         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9388
9389 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9390
9391         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9392         Documentation/user/lilypond.tely: fixed some typos; updated author
9393         info
9394
9395         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9396         #"" -> #'flag-style = #'()
9397
9398         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9399         cleanup: removed dead #includes
9400
9401         * lily/gregorian-ligature-engraver.cc,
9402         lily/include/gregorian-ligature.hh,
9403         scm/grob-property-description.scm: small cleanups, small spacing
9404         fixes
9405
9406         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9407         lily/vaticana-ligature.cc,
9408         lily/include/gregorian-ligature-engraver.hh,
9409         scm/grob-property-description.scm, scm/music-types.scm:
9410         "porrectus" -> "pes or flexa"
9411
9412         * ly/engraver-init.ly, scm/grob-description.scm,
9413         scm/grob-property-description.scm: junked porrectus, now handled
9414         by ligature code
9415
9416         * scm/grob-description.scm: bugfix: added space-alist entry for
9417         breathing sign/custos
9418
9419 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9420
9421         * Another grand 2003 update.
9422         
9423         * Remove mentioning of `mudela'; There's no such thing.
9424
9425 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9426
9427         * Documentation/user/preface.itely (Preface to version 1.8): update
9428
9429         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9430
9431         * Documentation/user/converters.itely (Invoking convert-ly): revise
9432
9433         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9434
9435         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9436
9437 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9438
9439         * Documentation/user/internals.itely: more updates.
9440
9441 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9442
9443         * Documentation/user/refman.itely: revise 
9444
9445         * Documentation/user/internals.itely: revise
9446
9447         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9448
9449 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9450
9451         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9452         beautification: reformatted ancient clefs section; cleanup: small
9453         wording fixes
9454
9455 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9456
9457         * lilypond.words: added words for chant notation, sorted
9458         alphabetically through "sort lilypond.words"
9459
9460 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9461
9462         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9463         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9464         chant notation
9465
9466 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9467
9468         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9469         prevent TeX from interpreting them as long dash
9470
9471         * input/test/vaticana.ly: updated
9472
9473         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9474         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9475         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9476         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9477         fixes
9478
9479         * mf/parmesan-heads.mf: ledger endings: removed dead code
9480
9481 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9482
9483         * VERSION: 1.7.17 released
9484         
9485         * Documentation/user/GNUmakefile
9486         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9487         files too.
9488
9489         * scm/document-markup.scm: new file: document all markup
9490         functions.
9491
9492         * scm/documentation-generate.scm: rename all documentation modules
9493         to document-*.scm
9494
9495         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9496         .png
9497
9498         * input/test/divisiones.ly: added
9499
9500         * input/regression/output-property.ly: new file
9501
9502         * lily/cluster.cc: change cluster-interface to use style property
9503
9504 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9505
9506         * input/test/chord-names-german.ly: modified.
9507
9508         * scm/chords-ignatzek.scm:
9509           chord-name->german-markup: Added
9510           note-name->german-markup: Changed (now producing lowercase notenames)
9511
9512         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9513         
9514 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9515
9516         * scripts/convert-ly.py (FatalConversionError.conv):
9517         divisiominima -> divisioMinima, etc.
9518
9519         * ly/engraver-init.ly (FiguredBassContext): add
9520         Separating_line_group_engraver to Figured bass context.
9521
9522         * ly/german-chords-init.ly: remove file
9523
9524         * input/test/chord-names-german.ly (scm): new file.
9525
9526         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9527
9528         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9529         Chord_name_engraver
9530
9531         * Documentation/user/refman.itely: lots of updates.
9532
9533         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9534         new file
9535
9536         * input/test/bar-number-every-5-reset.ly: new file.
9537
9538 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9539
9540         * input/regression/chord-name-major7.ly: new file
9541
9542         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9543         if specced explicitly.
9544
9545         * input/regression/chord-name-entry-11.ly: new file.
9546
9547         * input/test/slur-beautiful.ly: new file.
9548
9549         * Documentation/user/refman.itely: updates.
9550
9551         * input/regression/collisions.ly (threevoice): cleanup.
9552
9553         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9554
9555 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9556
9557         * Documentation/user/*.itely: various updates.
9558
9559         * ly/spanners-init.ly: enddecr/ endcr.
9560
9561         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9562         of tutorial
9563
9564 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9565
9566         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9567
9568         * lily/new-chord-name-engraver.cc (process_music): use octavation
9569         (a number) instead of original-pitch to store inversions. This
9570         fixes a problem with transposed chords with inversions.  
9571
9572 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9573
9574         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9575         used in includable-lexer.hh.
9576
9577         * lily/includable-lexer.cc: Bugfix: include config.h.
9578
9579         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9580         circumvention of Debian packaging bug.
9581
9582 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9583
9584         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9585         
9586         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9587
9588         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9589         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9590
9591         * lily/include/includable-lexer.hh: 
9592         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9593
9594         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9595
9596         * aclocal.m4: Regenerate.
9597
9598         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9599         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9600
9601         * scm/pdf.scm (use-modules): Include lily.
9602
9603         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9604         Noordkamp).
9605         (use-modules): Include lily.
9606         (lily-def): Bugfix: include tex-val in let.
9607
9608 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9609
9610         * lilypond-mode.el: sensible error if lilypond.words not found.
9611
9612         * lilypond.words: add few words.
9613
9614 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9615
9616         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9617
9618         * mf/parmesan-scripts.mf: fixed typo in char name
9619
9620 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9621
9622         * VERSION: 1.7.16 released
9623
9624         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9625         (this is a security vulnerability).
9626
9627         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9628
9629         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9630         add staff support.
9631
9632 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9633
9634         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9635         ly/script-init.ly, scm/script.scm: bugfix: renamed
9636         fermata->signumcongruentiae to fix naming clash with feta font
9637
9638 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9639
9640         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9641
9642         * lily/multi-measure-rest-engraver.cc
9643         (start_translation_timestep): use grace timing too for determining
9644         when to make mmrest.
9645         (start_translation_timestep): clear numbers too.
9646
9647 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9648
9649         * scm/music-types.scm: compile fix: escape braces
9650
9651         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9652         work around font selection problem
9653
9654         * Documentation/user/refman.itely: BreathingSign: added docu for
9655         property "text"
9656
9657 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9658
9659         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9660         information.
9661
9662 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9663
9664         * lily/multi-measure-rest-engraver.cc (class
9665         Multi_measure_rest_engraver): make multiple Number objects, one
9666         for each MultiMeasureTextEvent.
9667
9668         * scm/music-functions.scm (glue-mm-rest-texts): use
9669         MultiMeasureTextEvent
9670
9671         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9672
9673         * Documentation/user/refman.itely (Multi measure rests): update.
9674
9675 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9676
9677         * lily/ly-module.cc (ly_copy_module_variables): use
9678         scm_internal_hash_fold() for iterating modules.
9679
9680 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9681
9682         * Documentation/user/refman.itely: Section Custodes: added more
9683         example code
9684
9685         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9686         neo-mensural rests to parmesan font
9687
9688         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9689         header
9690
9691 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9692
9693         * Documentation/user/macros.itexi: @fileref macro.
9694
9695         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9696         each file. 
9697
9698 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9699
9700         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9701         Documentation/topdocs/AUTHORS.texi: updated my email address
9702
9703         * Documentation/user/refman.itely: updated custos documentation;
9704         beautified divisiones example; beautified articulations table
9705
9706         * lily/breathing-sign.cc: bugfix: finalis molecule
9707
9708 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9709
9710         * Documentation/user/refman.itely: added docu for
9711         contemporary fermata symbols, gregorian breathing signs; small fixes
9712
9713         * ly/gregorian-init.ly: removed obsolete #'type props
9714
9715 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9716
9717         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9718         minimum-length property correctly.
9719
9720 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9721
9722         * scm/music-functions.scm (make-multi-measure-rest): set input
9723         locations for multimeasure rests.
9724
9725 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9726
9727         * input/regression/breathing-sign.ly: updated to for ancient
9728         notation
9729
9730 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9731
9732         * scripts/ly2dvi.py: Add newline.
9733
9734 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9735
9736         * scripts/ly2dvi.py (dependency_files): Compile fix.
9737
9738 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9739
9740         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9741         (make_html_menu_file): --html menu. 
9742
9743 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9744
9745         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9746
9747 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9748
9749         * input/screech-boink.ly: new file.
9750
9751 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9752
9753         * scripts/lilypond-book.py (make_lilypond_file): convert
9754         lilypond-file to lilypond block directly, without going through
9755         begin/end lilypond text.
9756         
9757
9758 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9759
9760         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9761         scm/grob-description.scm: moved Michael's original breathing sign
9762         code in brew_molecule() to divisio_minima(); provided new
9763         brew_molecule() that effectively replaces the
9764         Text_item::brew_molecule callback (with additional fallback to
9765         Michael's original code); added callbacks for brewing divisio
9766         maior/maxima and finalis
9767
9768         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9769         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9770
9771         * script-init.ly: added shortfermata, longfermata,
9772         verylongfermata, varcoda
9773
9774         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9775         longfermata, verylongfermata, varcomma, varcoda
9776
9777 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9778
9779         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9780           Remove all noquote and insert a few quote.
9781         
9782         * Documentation/user/lilypond-book.itely (Music fragment options),
9783           scripts/lilypond-book.py: Don't include quotation blocks by
9784           default. Introduce option quote instead of noquote
9785
9786 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9787
9788         * VERSION: 1.7.15 released
9789         
9790         * Documentation/user/lilypond.tely: omf updates.
9791
9792         * buildscripts/texi2omf.py (omf_vars): include version.date
9793
9794         * make/lilypond.redhat.spec.in: fixes for spec file. 
9795
9796         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9797         by function definition: lily now requires a recent GNU Make.
9798
9799         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9800         writing.
9801
9802         * make/ly-rules.make: remove .ly -> .tex rule
9803
9804         * Documentation/user/refman.itely (Figured bass): revised figured
9805         bass example.
9806
9807 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9808
9809         * stepmake/stepmake/omf-targets.make (local-install): add
9810         scrollkeeper-update message.
9811
9812         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9813         to binary.
9814         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9815
9816         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9817
9818         * Documentation/user/converters.itely (Invoking midi2ly): add
9819         track/channel notice.
9820
9821 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9822
9823         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9824
9825         * lily/parser.yy (scalar): DIGIT is also a scalar.
9826
9827         * Documentation/user/music-glossary.tely: add @omf tags
9828
9829         * Documentation/user/lilypond.tely: add @omf tags
9830
9831         * scm/generate-documentation.scm (string-append): add @omf tags.
9832
9833         * stepmake/stepmake/omf-*: new files 
9834
9835         * input/regression/multi-measure-rest.ly (texidoc): add doco
9836
9837         * GNUmakefile.in (web-doc-install): add web-doc-install target
9838
9839         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9840         fixes crashes while dumping MIDI.
9841
9842         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9843         midi
9844
9845 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9846
9847         * buildscripts/texi2omf.py: new file.
9848
9849         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9850         font-name
9851
9852 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9853
9854         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9855
9856         * lily/sequential-iterator.cc (descend_to_child): call
9857         descend_to_child() for all types of music.
9858
9859 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9860
9861         * scm/translator-property-description.scm: Add
9862         bassFigureFormatFunction.  Replace some entries.
9863
9864 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9865
9866         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9867         clean out.
9868
9869 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9870
9871         * scripts/midi2ly.py (Note.dump): never dump duration for
9872         dump_dur=0.
9873
9874         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9875         new function
9876
9877         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9878         figures using new markups. Much simpler, and should improve layout
9879         a little.
9880
9881         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9882
9883 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9884
9885         * ly/engraver-init.ly: use Hara kiri by default for 
9886         ChordNames, FiguredBass and Lyrics(Voice) context. 
9887
9888         * lily/axis-group-engraver.cc (acknowledge_grob): use
9889         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9890
9891         * scm/new-markup.scm (markup-function-list): add bracket,
9892         vbracket.
9893
9894         * ly/engraver-init.ly (ChordNamesContext): set
9895         minimumVerticalExtent
9896
9897 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9898
9899         * input/test/time-signature-double.ly: new file 
9900
9901         * input/regression/collision-head-chords.ly (texidoc): new file.
9902
9903         * lily/type-swallow-translator.cc: add note swallow translator 
9904
9905         * input/test/time-signature-double.ly: new file.
9906
9907         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9908
9909         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9910         (FiguredBassContext): idem.
9911
9912         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9913
9914         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9915
9916         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9917
9918         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9919         .afm dependency
9920
9921         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9922
9923         * python/lilylib.py (make_page_images): add function.
9924
9925         * scripts/ly2dvi.py (run_latex): include title in preview image.
9926
9927         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9928         from lilypond-book for <ly2dvifile> tags in HTML.
9929
9930         * scripts/ly2dvi.py (option_definitions): add --debug option to
9931         print out environment.
9932
9933         * input/regression/tie-chord-partial.ly: new file.
9934
9935 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9936
9937         * lilypond.words: add 3
9938
9939 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9940
9941         * scm/new-markup.scm (markup-function-list): add finger-markup
9942
9943         * input/tutorial/brahms-tweaked.ly: new markup 
9944
9945         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9946
9947         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9948         crash when processing '() markup
9949
9950         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9951
9952         * lily/breathing-sign.cc (railtracks): another caesura.
9953
9954         * mf/feta-schrift.mf: caesura symbol. 
9955
9956 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9957
9958         * scripts/convert-ly.py (FatalConversionError.conv): add
9959         ly:molecule-XXX conversions.
9960
9961         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9962
9963         * input/regression/multi-measure-rest-text.ly: new file.
9964
9965         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9966         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9967
9968         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9969         ScoreContext
9970
9971         * scm/new-markup.scm (center-markup): \center markup.
9972
9973         * scm/music-functions.scm: remove pitchify scripts.
9974
9975         * lily/music.cc (print_smob): display music name if available 
9976
9977 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9978
9979         * Documentation/user/refman.itely (Instrument names): remove
9980         \turnOff doco.
9981
9982 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9983
9984         * lily/score.cc (mark_smob): bugfix.
9985
9986         * input/regression/rehearsal-mark.ly: new file.
9987
9988         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9989         report error at the current token again.
9990
9991 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9992
9993         * cygwin/mknetrel: Exit if doc build fails.
9994
9995         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9996
9997 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9998
9999         * scm/music-types.scm (music-descriptions): add doc strings
10000
10001 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10002
10003         * lily/lexer.ll: 
10004         * lily/include/my-lily-lexer.hh: 
10005         * lily/include/includable-lexer.hh: Add flex kludge.
10006
10007         * config.hh.in: 
10008         * config.make.in: 
10009         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10010         cruft.
10011         
10012         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10013         code.
10014
10015 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10016
10017         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10018
10019         * lily/parser.yy (new_chord): Compile fix.
10020
10021 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10022
10023         * Documentation/user/refman.itely (Tuning groups of objects):
10024         remove documentation for \turnOff. 
10025
10026         * lily/percent-repeat-engraver.cc (try_music): add correct
10027         processing moments for double-measure percents as well.
10028
10029         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10030
10031         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10032         grob prop type. 
10033
10034         * Documentation/user/refman.itely (Printing named chords): add
10035         chord name tweak doco.
10036
10037         * input/template/gregorian-transcription.ly: new file.
10038
10039 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10040
10041         * VERSION: 1.7.13 released
10042         
10043         * input/test/*: lots of cleanups/comment-outs/removals in chord
10044         examples
10045         
10046         * input/regression/*: lots of cleanups/comment-outs/removals in
10047         chord examples
10048         
10049         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10050         options
10051
10052         * lily/new-chord-name-engraver.cc (process_music): give original
10053         inversion pitch to chord name routine.
10054
10055         * input/tutorial/os-score.ly: update to new markup
10056
10057         * Documentation/user/appendices.itely: simply include
10058         chords-ignatzek. 
10059
10060         * Documentation/user/refman.itely (Chords mode): add documentation
10061         for chord mode.
10062
10063         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10064         not present in chord.
10065         (construct-chord): add inversion and bass support.
10066
10067         * lily/chord.cc: junk contents.
10068
10069 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10070
10071         * Documentation/user/refman.itely:
10072         * Documentation/user/music-glossary.tely: fix. 
10073
10074 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10075
10076         * scm/chord-entry.scm (construct-chord): move chord construction
10077         to Scheme.
10078
10079         * lily/parser.yy (new_chord): new setup for chord entry.
10080
10081 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10082
10083         * lilypond.words:
10084         * Documentation/user/music-glossary.tely: add ambitus.
10085
10086 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10087
10088         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10089
10090         * lily/include/*.hh: string() -> to_string()
10091
10092         * scm/chords-ignatzek.scm: new file.
10093
10094         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10095         standard chord name exceptions.
10096
10097         * scm/translator-property-description.scm (chordNameSeparator):
10098         add property.
10099         (majorSevenSymbol): add property
10100
10101         * lily/translator-scheme.cc (ly:context-properties): new function
10102         (ly:context-parent): new function.
10103         (print_smob): print context name.
10104
10105         * lily/music.cc (ly:get-music-length): new function
10106         (print_smob): don't print properties.
10107
10108         * lily/duration.cc (duration<?): new function
10109
10110         * input/regression/chords-funky-ignatzek.ly: new file.
10111
10112         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10113         jazz chords.
10114
10115         * lily/pitch.cc (ly:pitch-diff): new function.
10116
10117         * input/regression/chords-ignatzek.ly: new file.
10118
10119 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10120
10121         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10122         pitches for jazz chords.
10123
10124 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10125
10126         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10127
10128 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10129
10130         * lilypond.words: add 1
10131
10132 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10133
10134         * Documentation/topdocs/AUTHORS.texi: refine.
10135
10136 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10137
10138         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10139         
10140         * lilypond.words: add one.
10141
10142 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10143
10144         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10145         Fontify bass note in chords, e.g., e in c1/e.
10146         
10147 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10148
10149         * Documentation/user/music-glossary.tely: Dutch updates and
10150         additions (Arent Storm).
10151
10152 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10153
10154         * input/regression/ambitus.ly:  move file.      
10155
10156         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10157
10158         * lily/event.cc (transpose): add tonic property to Key_change_req
10159         and to Key_engraver.
10160
10161 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10162
10163         * Documentation/user/refman.itely: fix typo.
10164
10165         * lilypond.words: removed wrong identifiers.
10166
10167 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10168
10169         * mf/feta-toevallig.mf: make flat stem shorter 
10170
10171 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10172
10173         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10174
10175         * lilypond.words: add from Phrasing slur.
10176         
10177 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10178
10179         * lilypond-mode.el: allow launching multiple ViewPS processes.
10180         
10181         * lilypond.words: add from Text markup.
10182
10183 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10184
10185         * input/test/ossia.ly (texidoc): add comment.
10186
10187         * input/regression/voice-follower.ly: new file.
10188
10189         * mf/feta-toevallig.mf: make flat heavier.
10190
10191         * lily/cluster-engraver.cc: clean up Cluster engraver
10192
10193         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10194         Engraver. Use Note_column to compute Y positions and deal with
10195         line break stuff.
10196
10197 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10198
10199         * lily/stem.cc: move french-beaming to stem.
10200
10201 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10202
10203         * lilypond-font-lock.el: fontify all durations in chords.
10204
10205         * lilypond.words: add from lily/my-lily-lexer.cc
10206
10207 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10208
10209         * VERSION: release 1.7.12
10210
10211         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10212
10213         * lily/gregorian-ligature.cc: new file
10214
10215         * lily/*: the Great 2003 search & replace.
10216
10217         * Documentation/user/refman.itely (Manual repeat commands): add
10218         note about font selection.
10219
10220 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10221
10222         * lilypond-mode.el: propose recompiling midi while invoking playing,
10223         not while stopping playing.
10224
10225 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10226
10227         * lilypond.words: add one.
10228
10229         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10230         and expressional note grouping. Fontify chord modes.
10231
10232 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10233
10234         * Documentation/user/music-glossary.tely (Top): translate melisma.
10235
10236 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10237
10238         * Documentation/user/music-glossary.tely (Top): add melisma.
10239
10240 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10241
10242         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10243         interfaces for (abstract) grob GregorianLigature
10244
10245         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10246         renamed head* -> glyph_name*, x-shift* -> x-offset*
10247
10248         * scm/grob-property-description.scm: bugfix: added missing descriptions
10249
10250 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10251
10252         * input/test/chord-names-dpnj.ly: New file.
10253
10254         * scm/double-plus-new-chord-name.scm: Implement full and partial
10255         exceptions.
10256
10257         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10258
10259         * scm/double-plus-new-chord-name.scm
10260         (double-plus-new-chord->markup): Fix sub->markup.
10261
10262
10263 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10264
10265         * lily/custos-engraver.cc: added TODO; editorial changes
10266
10267         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10268         consistency with other ligature engravers; removed access on (now)
10269         private variable _ligature of Ligature_engraver
10270
10271         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10272         renamed last_bound -> last_bound_; issue programming_error on
10273         abstract method calls; moved primitives code from
10274         Mensural_bracket_engraver to here (because almost ligature
10275         engravers will need it); renamed try_stop_ligature () ->
10276         typeset_ligature (); bugfix: store primitives of finished ligature
10277         in separate variable finished_primitives_ to avoid clash on input
10278         like "\] \["; added current_ligature () to enable access on
10279         private variable _ligature
10280
10281         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10282         (now in super class); renamed try_stop_ligature () ->
10283         typeset_ligature ()
10284
10285         * lily/mensural-ligature.cc: issue programming_error on abstract
10286         method calls
10287
10288         * lily/note-heads-engraver.cc: added TODO comment upon bool
10289         in_ligature
10290
10291         * mf/parmesan-heads.mf: fixed some of set_char_box()
10292
10293         * scm/grob-description.scm: added VaticanaLigature
10294
10295         * scm/grob-property-description.scm: added neume prefix properties
10296
10297         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10298         lily/include/gregorian-ligature-engraver.hh,
10299         lily/include/gregorian-ligature.hh: new files; framework for
10300         gregorian ligature engravers such as vaticana
10301
10302         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10303         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10304         vaticana style ligature implementation (still somewhat uncomplete)
10305
10306 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10307
10308         * VERSION: release 1.7.11
10309
10310         * scripts/convert-ly.py: add ly:pitch-transpose rule
10311
10312 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10313
10314         * input/test/dpncnt.ly: New file.
10315
10316         * lily/my-lily-lexer.cc: Add chordnames keyword.
10317
10318         * lily/parser.yy (chordnames_block): Parse chord name exception
10319         lists, see input/test/dpncnt.ly.
10320
10321         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10322         function.
10323
10324         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10325         filter-out too.
10326
10327         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10328         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10329         pitch functions (except for ly:make-pitch, but that's apparently
10330         some sort of scheme naming standard?).
10331
10332         * scm/lily.scm (!=): define-public.
10333
10334         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10335
10336 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10337
10338         * scm/double-plus-new-chord-name.scm
10339         (double-plus-new-chord-name->markup): New file.
10340
10341 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10342
10343         * python/lilylib.py (make_preview): don't suppress progress for
10344         bbox extraction.
10345
10346 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10347
10348         * Documentation/user/appendices.itely (scheme): update for new syntax.
10349
10350         * input/regression/chord-name-styles.ly: new file
10351
10352         * lily/instrument-name-engraver.cc: create instrument names
10353         without barline too.  Allows instrument name on ChordNames  
10354
10355         * scm/new-markup.scm (interpret-markup): allow simple strings as
10356         markup too.
10357
10358 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10359
10360         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10361         (step->markup-accidental): Fix: add accidental.
10362         (chord::inner-name-american): 
10363         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10364         append stray '/' if last superscript addition was 'o'.
10365
10366         * scm/new-markup.scm (normal-size-sub-markup) 
10367         (normal-size-super-markup): New function.
10368
10369         * lily/source-file.cc (Source_file): Add warning for possibly
10370         intentional but suspicious initialization.
10371
10372         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10373         add comments about cut-and-paste programming.
10374
10375         * flower/rational.cc (lcm): Not used; comment out.
10376
10377 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10378
10379         * lily/new-fingering-engraver.cc (position_scripts): use
10380         fingerHorizontalDirection to determine fingering horizontal
10381         directions.
10382  
10383         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10384         fingering support.
10385
10386         * scripts/convert-ly.py (FatalConversionError.conv): add style
10387         conversion rule. 
10388
10389         * scm/chord-name.scm (set-chord-name-style): new function.
10390         (new-chord-name-brew-molecule): revise to interpret markup only
10391         (new-chord->markup): cleanuppish rewrite. To be called from the
10392         new engraver.
10393
10394         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10395         Markup earlier, during interpreting.
10396
10397         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10398         style settings. Rename to chord-names-*.ly
10399
10400 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10401
10402         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10403         markup code and update to new markup.  Most probably broke some of
10404         it.
10405         
10406 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10407
10408         * Documentation/user/refman.itely: added docu for ambitus and
10409         clusters
10410
10411         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10412         ly_quote_scm() in lookup.cc
10413
10414         * mf/parmesan-clefs.mf: set_char_box fix
10415
10416         * lily/cluster-engraver.cc: junk implicit protection; use
10417         Protected_scm instead
10418
10419 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10420
10421         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10422         throughout.
10423
10424         * scm/new-markup.scm: Turn-off error-triggering test code.
10425
10426 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10427
10428         * scm/new-markup.scm (markup-thrower-typecheck) 
10429         (markup-typecheck?):  add full typechecking functions.
10430         (make-markup-maker): add make-FOO-markup functions.
10431         (markup-argument-list-error): nice error checking messages.
10432         (make-markup): better function: less quoting escapades.
10433
10434 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10435
10436         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10437
10438 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10439
10440         * cygwin/lilypond.hint (requires): Add cygwin.
10441
10442         * .cvsignore: Remove stepmake (huh!?!), add lib.
10443
10444         * GNUmakefile.in: Add libdir links for builddir runs.
10445
10446         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10447         instead of datadir.
10448
10449         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10450         local_lilypond_libdir.
10451
10452         * config.make.in (lilypond_libdir): Add.
10453
10454         * stepmake/stepmake/substitute-rules.make: 
10455         * stepmake/stepmake/script-rules.make: 
10456         * stepmake/stepmake/python-module-rules.make:
10457         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10458         lilypond-python-module patch.
10459
10460 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10461
10462         * Documentation/user/refman.itely (Graphical interfaces): add note
10463         about xml2ly.
10464
10465 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10466
10467         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10468
10469 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10470
10471         * VERSION: released 1.7.10
10472
10473         * scripts/musedata2ly.py (): idem
10474
10475         * scripts/midi2ly.py (dump_chord): idem
10476
10477         * scripts/etf2ly.py (version): idem 
10478
10479         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10480
10481         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10482
10483         * scm/tex.scm (tex-output-expression): remove eval compat
10484         glut. Other output files too.
10485
10486         * scm/chord-name.scm: don't export anything from chord module.
10487
10488         * input/test/american-chords.ly: idem
10489
10490         * input/test/banter-chords.ly (texidoc): idem
10491
10492         * input/test/Cc-chords.ly: add breakage notes.
10493
10494         * Documentation/user/refman.itely (Text markup): rewrite manual
10495         section.
10496
10497         * lily/parser.yy (scalar): allow \markup { } as property value. 
10498
10499         * scm/chord-name.scm: complete new markup usage
10500
10501         * scm/grob-description.scm (all-grob-descriptions): use new markup
10502         texts by default
10503
10504 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10505
10506         * scm/chord-name.scm: partial move to new markup texts.
10507
10508 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10509
10510         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10511
10512         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10513         settable.
10514
10515 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10516
10517         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10518         invoked for old midi, wait for killing.
10519
10520 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10521
10522         * Documentation/user/music-glossary.tely: Finnishing.
10523
10524 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10525
10526         * mf/feta-nummer-code.mf: some kerning pairs.
10527
10528 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10529
10530         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10531         Added.
10532
10533         * Documentation/user/refman.itely (Bar numbers):
10534         set-bar-number-visibility added, modulo-bar-number removed again
10535         (sorry).
10536
10537 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10538
10539         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10540
10541         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10542
10543         * Documentation/user/music-glossary.tely: translate into Finnish.
10544
10545 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10546
10547         * lilypond-mode.el: add shortcut for 2midi
10548
10549         * lilypond-font-lock.el: fontify lyrics
10550
10551 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10552
10553         * scm/drums.scm : use 1.7.x names.
10554
10555         * input/regression/drums.ly : Don't use << chords >>
10556
10557 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10558
10559         * lilypond-mode.el: tidy, add TODO
10560
10561         * make/lilypond.mandrake.spec.in: install-info quietly.
10562
10563 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10564
10565         * input/test/markup.ly: use new syntax.
10566
10567 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10568
10569         * ly/params-init.ly (interscoreline): add word-space
10570
10571         * input/test/metronome.ly (eighthNote): idem.
10572
10573         * input/test/script-priority.ly: use new markup
10574
10575         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10576
10577         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10578
10579         * lily/parser.yy (gen_text_def): bugfix.
10580         (full_markup): allow markup identifier.
10581
10582 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10583
10584         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10585         jobs at the same time. Add horizontal lines to Command menu.
10586         Allow one compiling job -- propose killing others before a new one.
10587
10588         * lilypond.words: add markup, teeny, etc.
10589
10590 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10591
10592         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10593         Allow only one type of midi process; launching Midi either stops
10594         midis or plays the current midi and launching MidiAll stops midis
10595         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10596         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10597
10598 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10599
10600         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10601         markup  for new markup texts.
10602
10603         * lily/mark-engraver.cc (process_music): idem
10604         
10605         * lily/instrument-name-engraver.cc (create_text): idem
10606
10607         * scm/new-markup.scm (magnify-markup): new function.
10608
10609         * scm/molecule.scm (stack-lines): bugfix.
10610
10611         * lily/font-interface.cc (get_font): take font-magnification from
10612         alist chain.
10613
10614 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10615
10616         * lily/molecule-scheme.cc: move scheme functions to separate file.
10617
10618         * lily/font-metric.cc  (ly_get_glyph): new function. 
10619         
10620         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10621         (italic-markup, dynamic-markup): new functions
10622         (font-markup): new function
10623
10624         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10625         padding and minimum
10626
10627 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10628
10629         * lily/accidental-engraver.cc:
10630         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10631
10632 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10633
10634         * lilypond.vim:
10635         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10636         [a-zA-Z] for user defined identifiers. Separate note cases 
10637         with and without a duration (allow cis\longaX).
10638
10639         * lilypond.words: Add words from Info.
10640
10641 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10642
10643         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10644
10645 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10646
10647         * lilypond-mode.el: Propose reverting buffer before a command if
10648         it was edited with an another editor.
10649
10650 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10651
10652         * lily/molecule.cc (ly_translate_molecule): new function
10653
10654         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10655         into libdir
10656
10657         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10658
10659         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10660
10661 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10662
10663         * lilypond.words: take \words from Info-index.
10664
10665 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10666
10667         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10668
10669 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10670
10671         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10672
10673 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10674
10675         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10676         and lilypond-documentation.
10677
10678 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10679
10680         * lily/parser.yy: Compile fix (bison 1.75).
10681
10682 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10683
10684         * VERSION: 1.7.9 released
10685
10686         * scm/music-functions.scm (shift-one-duration-log): refactor.
10687         Use music-map.
10688
10689         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10690
10691         * NEWS: update.
10692
10693         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10694         argument
10695         
10696         * scm/music-functions.scm (display-music): new function
10697         (music-map): change arg order.
10698
10699         * input/regression/new-markup-syntax.scm: new file
10700
10701         * lily/parser.yy (markup): add \markup { .. } syntax.
10702
10703         * scm/new-markup.scm (override-markup): new function
10704         (lookup-markup): new function
10705         (music-markup): new function
10706         (lookup-markup-command): use markup-signature to store argument
10707         format for parser.
10708
10709         * lily/lexer.ll: preliminary \markup syntax. 
10710
10711 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10712
10713         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10714         add pre/post-dependencies and menus with icons from source.
10715
10716         * Documentation/pictures/lilypond-48x48.xpm:
10717         * Documentation/pictures/lilypond-32x32.xpm:
10718         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10719         transparent.
10720
10721         * stepmake/stepmake/generic-targets.make:
10722         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10723
10724 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10725
10726         * input/regression/music-map.ly (texidoc): new file.
10727
10728         * scm/music-functions.scm (music-map): new function
10729
10730 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10731
10732         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10733
10734 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10735
10736         * input/test/to-xml.ly:
10737         * lily/ligature-engraver.cc: Fixes documentation.
10738
10739         * lilypond.mandrake.spec.in:
10740         * lilypond.redhat.spec.in: Add lilypond.words.
10741
10742         * Documentation/user/refman.itely: Mention Info inside emacs.
10743         
10744         * lilypond.suse.spec.in:
10745         * lilypond.redhat.spec.in:
10746         * lilypond.mandrake.spec.in: Set root-owner for doc
10747         (tobbe@nyvalls.se).
10748
10749 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10750
10751         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10752         os.popen.read ().
10753
10754 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10755
10756         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10757
10758         * python/lilylib.py (error): add space
10759
10760 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10761
10762         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10763         distribution.
10764
10765 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10766
10767         * lily/paper-outputter.cc (Paper_outputter): close port when
10768         finishing score.
10769
10770 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10771
10772         * scm/sodipodi.scm: Fixes.
10773
10774 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10775
10776         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10777
10778         * buildscripts/make-font-dir.py: Fix. 
10779
10780 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10781
10782         * lilypond-mode.el: Add support for Info inside Emacs.
10783
10784 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10785
10786         * buildscripts/make-font-dir.py: 
10787         * mf/GNUmakefile: Make sodipodi font map.
10788
10789         * scm/sodipodi.scm: Add more output functions.
10790
10791         * mf/feta-nummer.mf: 
10792         * mf/feta-beugel.mf: Add font_coding_scheme.
10793
10794         * lily/paper-outputter.cc (output_header): Fix creator string.
10795
10796 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10797
10798         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10799         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10800
10801         * lilypond.words: add two (Everybody can add/remove words now!).
10802
10803         * debian/rules:
10804         * make/lilypond.suse.spec.in:
10805         * make/lilypond.mandrake.spec.in:
10806         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10807
10808         * Documentation/user/refman.itely: Mention autocompletion.
10809
10810 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10811
10812         * scripts/ly2dvi.py: Add paper sizes.
10813
10814         * lily/timing-engraver.cc: 
10815         * lily/time-signature.cc: 
10816         * lily/span-bar.cc: 
10817         * lily/grob-scheme.cc: Code formatting fixes.
10818
10819         * scm/sodipodi.scm: 
10820         * scm/sketch.scm:
10821         * buildscripts/mf-to-table.py: 
10822         * buildscripts/make-font-dir.py: Font testing.
10823
10824 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10825
10826         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10827         inserts try-completion and shows all-completions.
10828
10829         * lilypond.words: '\' -> '\\'
10830
10831         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10832         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10833         
10834         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10835         and LilyPond-reserved-words.
10836         
10837 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10838
10839         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10840         from load-path.
10841         
10842         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10843         the mini-buffer with Control-Shift-c.
10844         
10845 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10846
10847         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10848         duration. This fixes \tempo taking time.
10849
10850 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10851
10852         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10853         Allow for text markup in repeatCommands. 
10854
10855 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10856
10857         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10858         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10859         Get rid of skeleton.el-dependency.
10860
10861         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10862
10863 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10864
10865         * lily/beam-engraver.cc (stop_translation_timestep): reset
10866         now_stop_ev_
10867
10868         * lily/scm-option.cc: add parse-protect to ly:set-option
10869
10870         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10871
10872 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10873
10874         * lily/include/ligature-bracket.hh: removed
10875         * lily/ligature-bracket.cc: removed
10876
10877         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10878         .tex
10879
10880         * lily/beam.cc (set_beaming): don't change beam count on rests.
10881         (brew_molecule): always set flag-width > 0.
10882
10883 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10884
10885         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10886         chars, remove instructions; instead, refer to lilypond-init.el and
10887         Documentation/topdocs/INSTALL.texi.
10888
10889         * lilypond.words: add identifiers and reserved words.
10890
10891         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10892         files and adding a load-path.
10893
10894         * lilypond-init.el: Instructions, extracted from 
10895         Documentation/topdocs/INSTALL.texi. 
10896         
10897 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10898
10899         * VERSION: 1.7.8 released 
10900
10901         * lily/grob.cc (warning): better robustness fix.
10902
10903 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10904
10905         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10906
10907         * lily/cluster-engraver.cc: stick better to variable naming
10908         conventions
10909
10910         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10911         until stop_translation_timestep()
10912
10913         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10914         min/max coordinates to backend, but no musical info such as
10915         pitches
10916
10917         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10918
10919         * lily/grob.cc: robustness fix: warning(): do not crash if
10920         cause is not set
10921
10922         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10923         the much more elaborated tuplet brackets than the very naive and
10924         simple ligature bracket grob
10925
10926 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10927
10928         * Documentation/user/refman.itely (Analysis brackets): add
10929         horizontal bracket doco.
10930
10931         * ly/property-init.ly (setMmRestFermata): added.
10932
10933         * Documentation/user/refman.itely (Multi measure rests): fermatas
10934         on mm rests.
10935
10936         * input/regression/apply-context.ly (texidoc): new file
10937
10938         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10939         code to be executed during interpretation. Possible applications:
10940         smart octavation, more advanced bar checks. 
10941
10942         * lily/apply-context-iterator.cc: new file.
10943
10944 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10945
10946         * input/test/new-markup.ly: new file.
10947
10948         * lily/text-item.cc (text_to_molecule): new function
10949
10950         * scm/new-markup.scm (lambda): new file
10951
10952         * lily/function-documentation.cc (ly_add_function_documentation):
10953         add proc property as well
10954
10955 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10956
10957         * Documentation/user/music-glossary.tely (Top): add custos.
10958
10959 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10960
10961         * Documentation/topdocs/INSTALL.texi: advise how to include source
10962         path to Emacs load-path and improve language.
10963
10964 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10965
10966         * GNUmakefile.in: config.h message fix.
10967
10968         * autogen.sh:
10969         * aclocal.m4: Regenerate.
10970
10971         * configure.in: 
10972         * config.make.in: 
10973         * stepmake/config.make.in: 
10974         * stepmake/configure.in: 
10975         * stepmake/autogen.sh: 
10976         * stepmake/aclocal.m4: Update for autoconf 2.56.
10977
10978 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10979
10980         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10981         to install Emacs-mode. Instructions how to use vim-mode.
10982
10983 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10984
10985         * scm/music-types.scm (music-descriptions): no length for tempo event.
10986
10987         * input/*.ly: add \version everywhere.
10988         
10989         * input/*.ly: update syntax to 1.7 + new-chords.
10990
10991         * VERSION: 1.7.7 released.
10992         
10993         * Documentation/user/*.tely: new chord syntax.
10994
10995         * input/regression/[bc]*.ly (texidoc): syntax updates.
10996         
10997 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10998
10999         * lilypond.words: add vocabulary to be used in auto-completion
11000
11001         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11002
11003         * lilypond.vim: allow note name at EOF
11004
11005 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11006
11007         * buildscripts/new-chords.py (edit): -e option: inline editing.
11008
11009         * input/regression/a*.ly (texidoc): syntax updates.
11010
11011         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11012         music): elucidations. 
11013
11014 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11015
11016         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11017         ly/spanners-init.ly, scm/grob-description.scm,
11018         scm/grob-property-description.scm, scm/music-types.scm,
11019         lily/cluster-engraver.cc, lily/cluster.cc,
11020         lily/include/cluster.hh, input/test/cluster.ly: cluster
11021         implementation
11022
11023         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11024         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11025         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11026
11027         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11028
11029         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11030
11031         * scm/grob-description.scm: bugfix: by default, use default note
11032         head style when engraving ligatures
11033
11034         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11035
11036         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11037         events
11038
11039         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11040
11041         * input/test/ancient-font.ly: bugfix: style -> flag-style
11042
11043         * lily/ligature-engraver.cc: indentation fix
11044
11045         * lily/parser.yy: indentation fixes
11046         
11047 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11048
11049         * input/regression/measure-grouping.ly: more elaborate example.
11050
11051         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11052         ly:div-moment. New functions 
11053
11054         * scm/music-functions.scm (set-time-signature): new function,
11055         allow inline time sig settings with measure grouping.
11056
11057         * lily/parser.yy (command_element): move time sig construction
11058         into Scheme.
11059
11060         * lily/side-position-interface.cc (out_of_staff): new function,
11061         like padding, but keep minimum distance from staff. Easier than
11062         linespanners (dynamics, pedals), but roughly the same effect.
11063
11064 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11065
11066         * emacs-mode.el: Added spanish-note-replacements 
11067         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11068
11069         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11070
11071 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11072
11073         * lilypond.vim: Do not fontify cises, desis, etc.
11074
11075         * vimrc: view dvi with <S-F6>
11076
11077 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11078
11079         * lily/lookup.cc (triangle): new function.
11080
11081         * input/regression/measure-grouping.ly (texidoc): new file: show
11082         triangles and brackets for beat groups of 3 and 2.
11083
11084         * lily/include/measure-grouping-spanner.hh (class
11085         Measure_grouping): new file.
11086
11087         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11088
11089         * lily/measure-grouping-engraver.cc (class
11090         Measure_grouping_engraver): new file.
11091
11092 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11093
11094         * Merge from stable:
11095
11096             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11097         
11098         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11099         stylesheet.
11100
11101         * ly/paper19.ly: Include paper19-init.ly.
11102
11103         * ly/paper19-init.ly: New file.
11104
11105         * Documentation/user/tutorial.itely (First steps): Fix first
11106         example for font test.
11107
11108         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11109
11110         * ChangeLog: Add 1.7.6 release marker (see below).
11111
11112         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11113         Add .py files.
11114
11115 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11116
11117         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11118
11119         * input/tutorial/*.ly: update to new syntax.
11120
11121         * lily/parser.yy (Composite_music): new transpose syntax,
11122         \transpose FROM TO MUSIC. 
11123
11124 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11125
11126         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11127         latex progress/error output to stderr (by default this goes to
11128         stdout).  Show lilypond progress, even when not verbose.
11129
11130         * python/lilylib.py (system): New optional parameter to control
11131         showing of progress.
11132
11133         * scm/backend-documentation-lib.scm (check-dangling-properties):
11134         Fix error message.
11135
11136         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11137         axis, extent.
11138
11139         * scm/grob-property-description.scm (magnify): Remove.
11140         (extent, axis): Add.
11141
11142 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11143
11144         * VERSION: Release 1.7.6.
11145
11146         * scripts/convert-ly.py: more uniformization substitutions.
11147
11148         * buildscripts/new-chords.py (sub_chords): new file.
11149
11150 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11153         lilypond.map.  Include sauter fonts too.  Cleanups.
11154
11155 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11156
11157         * Documentation/user/tutorial.itely (First steps): change to new
11158         chord/tie/slur/beam notation.
11159
11160         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11161         ties.
11162
11163         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11164         engraver. Process ties in postfix notation, i.e. c8-~ c
11165
11166         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11167
11168         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11169
11170         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11171
11172         * lily/beam-engraver.cc (try_music): accept new-beam-events
11173
11174         * input/regression/chord-scripts.ly (texidoc): new file
11175
11176         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11177         script-events.
11178
11179         * scm/script.scm (default-script-alist): cleanup.
11180
11181         * lily/script-engraver.cc (make_script_from_event): cleanup.
11182
11183         * lily/lyric-combine-music-iterator.cc
11184         (Lyric_combine_music_iterator): remove superfluous events.
11185         (melisma_busy): new function. Fix broken melismas.
11186
11187 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11188
11189         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11190         Remove nonvalid settings. Use descriptive key names.
11191         Use <Return> to indicate the pressing of that key.
11192
11193 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11194
11195         * scripts/lilypond-book.py (option_definitions): Typo.
11196
11197         * scripts/ly2dvi.py: Updates.
11198
11199         * python/lilylib.py (setup_environment, print_environment)
11200         (get_bbox, make_preview): Merge and remove from ly2dvi and
11201         lilypond-book.
11202
11203         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11204
11205         * .cvsignore: Remove some cruft.
11206
11207         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11208         path.
11209
11210         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11211         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11212         throughout.
11213
11214         * python/lilylib.py (quiet_system): Junk
11215         (system): Display error log upon failure.
11216         (read_pipe): New function.  Cleanups and fixes.
11217
11218         * python/*.py: Rename from *.py.in.
11219         
11220         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11221
11222         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11223
11224 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11225
11226         * python/GNUmakefile: Bugfix: handle modules.
11227
11228         * stepmake/stepmake/python-module-targets.make (default): Add
11229         compiled modules. 
11230
11231         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11232         compiling modules.
11233
11234         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11235         Bugfix.  (OUT_PYC_MODULES): Add.
11236
11237 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11238
11239         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11240         Use default paths. Refresh description.
11241
11242 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11243
11244         * VERSION: 1.7.5 released
11245
11246         * input/regression/finger-chords.ly (texidoc): new file.
11247
11248         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11249         support
11250
11251         * lily/fingering-engraver.cc (process_music): remove kludgy
11252         scriptHorizontal stuff.
11253
11254         * lily/script.cc: remove staff-support property.
11255
11256         * lily/new-fingering-engraver.cc (add_fingering): new
11257         file. Fingering engraver for new style chords.
11258
11259 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11260
11261         * lily/parser.yy (bare_number): allow 4 \cm (without
11262         decimal dot). (should backport to 1.6?)
11263
11264         * ly/declarations-init.ly: use Scheme for dimension defs.
11265
11266         * lily/parser.yy (TODO): remove hard coded dimensions, add
11267         REAL NUMBER_IDENTIFIER production.
11268
11269         * lily/rest-collision.cc (force_shift_callback): rewrite using
11270         -done property.
11271
11272         * scm/grob-property-description.scm (rest-collision-done): add
11273         property.
11274         
11275         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11276
11277 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11278
11279         * input/regression/multi-measure-rest-center.ly: new file.
11280
11281         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11282         off horizontally by 0.05 ss. Fixed.
11283
11284 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11285
11286         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11287
11288         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11289
11290 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11291
11292         * lily/tie.cc (get_control_points): also avoid staff lines on the
11293         just outside the outer staff lines
11294
11295 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11296
11297         * ly/params-init.ly: Just define style-alist, no need to
11298         define-public.
11299
11300         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11301         (thanks Han-Wen).
11302
11303         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11304         (FET_FILES): = FONT_FILES.
11305
11306         * Merge from stable:
11307
11308             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11309
11310 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11311
11312         * VERSION: 1.7.4 released.  
11313         
11314         * scm/generate-documentation.scm (string-append): add macro
11315         definitions.
11316
11317         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11318         normal texts.
11319
11320         * lily/multi-measure-rest-engraver.cc: make separate
11321         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11322
11323         * lily/multi-measure-rest.cc: remove text handling. Remove
11324         number-threshold.
11325
11326 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11327
11328         * scm/music-types.scm: doc patch by Graham Percival
11329
11330 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11333         encoding part.
11334         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11335         (sketch_p): Sketch wants only first four elements of X11 font spec.
11336
11337         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11338
11339         * mf/feta-autometric.mf: Write foundry and family to log.
11340
11341         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11342         font translation table.
11343
11344         * buildscripts/mf-to-table.py: Better font info into afm.
11345
11346         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11347         1.0.9 required.
11348
11349         * configure.in: Whine for mftrace 1.0.9.
11350
11351 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11352
11353         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11354
11355         * lily/main.cc (main_prog): don't try to load init.EXT when
11356         processing foo.EXT.
11357
11358 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11359
11360         * scm/tex.scm (zigzig-line): added.
11361
11362         * scm/ps.scm (zigzag-line): added.
11363
11364         * ps/music-drawing-routines.ps (subvec): added.
11365         (draw_zigzag_line): added.
11366         
11367         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11368         grob properties zigzag-width and zigzag-length.
11369
11370         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11371
11372 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11373
11374         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11375         svg output, including font.
11376
11377 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11378
11379         * scm/lily.scm: Register sodipodi output module.
11380
11381         * scm/sodipodi.scm: New file.
11382
11383         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11384
11385         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11386         comment, after header.
11387         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11388         FullName.  Fix FontName key.
11389
11390 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11391
11392         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11393         and breve rests.
11394         
11395         * input/test/blank-notes.ly: bugfix
11396
11397         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11398         rests. (Kim Shrier)
11399
11400         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11401         
11402 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11403
11404         * scm/tex.scm: 
11405         * scm/ps.scm: Cleanup and remove obsolete junk.
11406
11407         * Documentation/user/internals.itely:
11408         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11409
11410         * lily/parser.yy: Identify shift/reduce problems.
11411
11412         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11413         make-style-sheet.  Too specific for convert-ly?
11414
11415 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11416
11417         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11418
11419         * input/test/*.ly: various fixes.
11420
11421         * lily/music.cc (name): bugfix
11422
11423         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11424
11425         * lily/input-file-results.cc (code): set-point-and-click! ->
11426         set-point-and-click
11427         
11428 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11429
11430         * Use uniform ly: prefix for exported scheme primitive functions.
11431
11432         * scm/music-types.scm: junk compat glue
11433
11434         * scripts/convert-ly.py: add rules for stuff below, junk
11435         compatibility glue for spanrequest.
11436
11437         * lily/parser.yy (verbose_event): remove \spanrequest,
11438         \commandspanrequest, \script. 
11439         
11440         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11441
11442         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11443         for \penalty, \glissando.
11444
11445         * VERSION: release 1.7.3
11446         
11447 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11448
11449         * lily/accidental-engraver.cc: Fix
11450         grace-in-the-beginning-of-measure bug caused by the resent
11451         partial-measure fix.
11452
11453         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11454         overlap looks too crowded)
11455         
11456 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11457
11458         * lily/parser.yy (assignment): allow SCM expression as assignment.
11459
11460         * lily/include/music-output-def.hh (class Music_output_def):
11461         * lily/music-output-def.cc: 
11462         * lily/paper-def.cc: 
11463         * scm/font.scm (markup-to-properties):
11464         * lily/parser.yy (music_output_def_body): 
11465         remove style_sheet_
11466
11467 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11468
11469         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11470         length.
11471
11472         * input/regression/spacing-to-grace.ly: new file.
11473
11474         * input/regression/spacing-end-of-line.ly: new file.
11475
11476         * lily/note-spacing.cc (get_spacing): take into account breakable
11477         stuff sticking out at the left (time sig change at line break).
11478
11479         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11480         raggedright code.
11481
11482         * scm/music-functions.scm (make-voice-props-set): add
11483         staff-position for mm rests.
11484  
11485         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11486         before grace notes a little.
11487
11488         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11489
11490         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11491         key adds space at the end of line. 
11492
11493 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11494
11495         * scm/sketch.scm: Fix beams.
11496
11497         * buildscripts/mf-to-table.py: Add EncodingScheme.
11498
11499         * scm/sketch.scm: Resurrect.
11500
11501 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11502
11503         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11504         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11505
11506 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11507
11508         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11509
11510         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11511
11512 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11513
11514         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11515         token for origin information.
11516
11517         * lily/parser.yy (My_lily_lexer): do identifier location and
11518         cloning from lexer.
11519
11520         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11521         logic out of the parser. Add bar checks on both ends.
11522
11523         * Documentation/user/refman.itely (Multi measure rests): add more
11524         notes about mm rests.
11525
11526 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11527
11528         * input/regression/bar-scripts.ly: Re-enable.
11529
11530         * lily/parser.yy:
11531         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11532         released rsn.  Bison 1.50 has a crucial bug and won't work.
11533
11534         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11535
11536
11537 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11538
11539         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11540
11541 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11542
11543         * Actually merge changes since 1.6.4 besides ChangeLog, and
11544         resolve conflicts.  Lots of updates, hope all is well.
11545         
11546         * cygwin/lilypond.hint (requires): Add ghostscript.
11547
11548         * scm: Update some (c).
11549         
11550 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11551
11552         * input/test/{various}.ly: add \header fields and texidoc strings.
11553
11554 2002-10-05  Werner Lemberg  <wl@gnu.org>
11555
11556         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11557         renamed to `output_latex_quoted'.
11558         Added `output_latex_noquote'.
11559         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11560         mode.
11561
11562 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11563
11564         * ChangeLog: Add 1.6.6 release marker.  See below.
11565
11566         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11567
11568         * scripts/midi2ly.py: Fix global syntax warnings.
11569
11570         * GNUmakefile.in: Generate builddir locale tree too.
11571
11572         * scripts/ly2dvi.py:
11573         * scripts/midi2ly.py: 
11574         * scripts/mup2ly.py: 
11575         * scripts/update-lily.py:
11576         * lily/main.cc (setup_paths): Fix for locales setup.
11577
11578 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11579
11580         * Documentation/windows/installing.texi: Soften wording about
11581         necessity of becoming Administrator.  tommie@iae.nl reports this
11582         does not seem to be necessary for his flavour of Windows 2000.
11583         Explicitely discourage text mode mounts.
11584
11585 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11586
11587         * lily/rest.cc (after_line_breaking): backport dot position fix.
11588
11589         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11590         rests. Thanks to Klaus Zimmermann for finding this bug.
11591
11592 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11593
11594         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11595
11596 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11597
11598         * Documentation/user/music-glossary.tely: fix links.
11599
11600 2002-10-21  Werner Lemberg  <wl@gnu.org>
11601
11602         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11603         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11604         scaling factor) only once and use them in the definition of
11605         \embeddedps.
11606         * ps/music-drawing-routines.ps (skeel): Removed.
11607
11608 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11609
11610         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11611         Solaris7, as we don't use nested $( ) constructs.
11612
11613 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11614
11615         * VERSION: Release 1.6.6.
11616         
11617 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11618
11619         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11620         as workaround for /bin/sh problems on Solaris7.
11621
11622 2002-10-19  Werner Lemberg  <wl@gnu.org>
11623
11624         * GNUmakefile.in (web-doc): Fix typos.
11625         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11626         `music-drawing-routines.ps' but emit \special{header=...} once.
11627         * scm/tex.scm (header-end): Updated.
11628
11629 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11630
11631         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11632         undefined tremolo. 
11633
11634 2002-10-15  Werner Lemberg  <wl@gnu.org>
11635
11636         * scripts/lilypond-book.py (g_make_html): New global variable.
11637         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11638         if `g_make_html' isn't set.
11639         [main]: Add format `texi-html'.
11640         (option_definitions): Updated.
11641         * Documentation/user/lilypond-book.itely: Updated.
11642
11643         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11644         * make/ly-rules.make (%.texi, %.nexi): Use it.
11645         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11646         format to lilypond-book.
11647         * GNUmakefile.in (web-doc): Ditto.
11648
11649 2002-10-14  Werner Lemberg  <wl@gnu.org>
11650
11651         Further improve TeX output.  The produced files are about 40%
11652         smaller.  `lilyponddefs.tex' is now read only once.
11653
11654         * tex/lilyponddefs.tex: Remove footer stuff.
11655         (\ifundefined): Renamed to...
11656         (\lilypondundefined): This.  Use LaTeX's definition to
11657         make it nestable and make it global.
11658         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11659         output.
11660         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11661         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11662         them global.
11663         (\placebox): Renamed to...
11664         (\lyitem): This.
11665         Make it global and call \outputscale by itself.
11666         (\lybox, \lyvrule): New macros to reduce input data.
11667         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11668         New auxiliary macros.
11669         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11670         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11671         to...
11672         (\lilypondspace): This and made it global.
11673         (\turnOnPostScript): Renamed to...
11674         (\lilypondpostscript): This and made it global.
11675         (\turnOnExperimentalFeatures): Renamed to...
11676         (\lilypondexperimentalfeatures): This and made it global.
11677         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11678         (\lilypondsetdimen): This and made it global.
11679         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11680         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11681         (all, $(outdir)/music-drawing-routines.ps): New rules.
11682         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11683         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11684         start-system, stop-system, stop-last-system, filledbox): Updated to
11685         use the changed macros from lilyponddefs.tex.
11686         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11687
11688 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11689
11690         * Documentation/windows/installing.texi: Update.
11691
11692 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11693
11694         * VERSION: 1.6.5 released
11695
11696         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11697
11698 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11699
11700         * scm/translator-property-description.scm (voltaOnThisStaff): add
11701         property.
11702
11703 2002-09-28  Werner Lemberg  <wl@gnu.org>
11704
11705         * scm/tex.scm (header-end): Suppress page numbering.
11706
11707         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11708         Fix quotation for HTML output.
11709
11710 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11711         
11712         * Documentation/user/refman.itely: grammar and phrasing
11713           fixes to "Note Entry" section.  Also adds a few new examples.
11714
11715 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11716
11717         * flower/include/string-data.icc: include string.h
11718
11719 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11720
11721         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11722
11723 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11724
11725         * Documentation/user/GNUmakefile (extra-local-help): Add.
11726
11727         * stepmake/stepmake/www-targets.make (local-help): Add.
11728
11729 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11730
11731         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11732         packages.
11733
11734         * Documentation/topdocs/README.texi (Top): building documentation
11735         (not website.)
11736
11737 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11738
11739         * Documentation/user/refman.itely: 
11740         * Documentation/user/tutorial.itely: 
11741         * Documentation/user/music-glossary.tely: Merge changes.
11742
11743         * Documentation/user/glossary.html.in: 
11744         * Documentation/index.texi: 
11745         * Documentation/header.html.in: Accomodate renaming of glossary.
11746         
11747         * Documentation/user/tutorial.itely: Add some glossary references.
11748         
11749         * Documentation/user/refman.itely: Minor fixes.
11750         
11751         * Documentation/user/lilypond.tely: Add glossary do direntry.
11752
11753         * Documentation/user/music-glossary.tely: Rename (previously:
11754         glossary.tely).  Fix anchor placement.
11755
11756         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11757
11758 2002-09-23  Werner Lemberg  <wl@gnu.org>
11759
11760         * scripts/lilypond-book.py (output_dict): Fix handling of
11761         various environments by avoid extraneous newlines.
11762         Rename `output-all' regexp for html to `output-html'.
11763         Replace `output-all' regexp for texi with `output-texi-quote'
11764         and `output-texi-noquote'.
11765         (compose_full_body): Don't override `linewidth' user option
11766         for `singleline'.
11767         (schedule_lilypond_block): Don't indent text specified with
11768         `intertext' option.
11769         Add new option `noquote'.
11770         (compile_all_files): Use latex instead of tex to compile ly
11771         files directly.
11772
11773         * Documentation/user/lilypond-book.itely: Updated and revised.
11774         Improve layout.
11775
11776         * Documentation/user/glossary.tely,
11777         Documentation/user/introduction.itely,
11778         Documentation/user/tutorial.itely,
11779         Documentation/user/refman.itely,
11780         Documentation/user/appendices.itely: Fix overfull LilyPond
11781         boxes caused by the new lilypond-book code.  Other minor
11782         fixes.
11783
11784         * Documentation/user/macros.itexi (@texiflat): Don't emit
11785         trailing space.
11786
11787         * scm/tex.scm (end-output, header-end): Add preamble and
11788         postamble to make lilypond output directly compilable with
11789         latex.
11790
11791         
11792 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11793
11794         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11795         instructions.
11796
11797 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11798
11799         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11800
11801 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11802
11803         * lily/beam.cc (connect_beams): don't crash if there are quarter
11804         notes in beams.
11805
11806 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11807
11808         * Documentation/user/refman.itely: corrected ancient clef
11809         docu; added docu on ligatures
11810
11811 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11812
11813         * Documentation/user/glossary.tely,
11814         Documentation/user/refman.itely, input/les-nereides.ly,
11815         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11816         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11817         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11818         Stem properties: flag-style -> stroke-style, style -> flag-style.
11819
11820
11821 2002-09-22  Werner Lemberg  <wl@gnu.org>
11822
11823         * scripts/lilypond-book.py: Add option `notime' to suppress
11824         printing of a time signature.  Specify default indentation of 0pt
11825         if single line fragment.  Don't emit redundant `\paper{ }'.
11826
11827         * Documentation/user/lilypond-book.itely: Updated.
11828
11829         * Documentation/user/glossary.tely: Completely reformatting.
11830
11831 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11832
11833         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11834
11835 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11836
11837         * Documentation/user/tutorial.itely: Fix links.
11838         
11839         * Documentation/topdocs/index.tely:
11840         * Documentation/index.texi:
11841         * Documentation/header.html.in: Small website fixes and updates.
11842
11843         * debian/: Debian patch by Anthony Fok.
11844
11845 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11846
11847         * Documentation/footer.html.in: How time flies: It's already 2002!
11848
11849         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11850         more descriptive link names than 'here'.
11851
11852 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11853
11854         * VERSION: 1.7.2 released
11855         * VERSION: 1.6.4 released
11856         
11857         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11858
11859         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11860         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11861
11862         * mf/feta-din.mf (test): add x-height and space.
11863
11864         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11865         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11866
11867         * ly/grace-init.ly: add-to-grace-init: function to portably add
11868         settings to \grace. 
11869
11870         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11871         if we get an absolute dynamic event.
11872  
11873         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11874
11875         * lily/source-file.cc (get_line): oops. All line numbers were off
11876         by 2. Fix that. 
11877
11878         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11879         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11880
11881         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11882
11883         * lily/parser.yy (number_factor): remove (number) as number
11884         expression. ("Let them eat Lisp").
11885
11886 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11887
11888         * lily/horizontal-bracket.cc: new file.
11889
11890         * lily/horizontal-bracket-engraver.cc: new file.
11891
11892         * input/regression/note-group-bracket.ly: new file. Support
11893         horizontal note brackets for music analysis.
11894
11895         * lily/stem.cc (flag): new flag-style: no-flag.
11896
11897         * input/test/stem-cross-staff.ly: new file
11898         
11899         * Documentation/user/internals.itely: Improved formatting, fixing
11900         typos.  Added a section `Output details' to describe how the TeX
11901         code looks like.
11902
11903         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11904
11905         * lily/parser.yy: remove \dynamicscript.
11906
11907         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11908         definitions. 
11909
11910         * python/midi.c (midi_error): take two arguments.
11911
11912         * Merge 1.6.5 changes:
11913         
11914 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11917         staff-space.  Previous 1.5 was probably meant as half-spaces.
11918         (cautionary-style): parentheses (was: smaller).  This is what doco
11919         says, and it seems more logical.
11920
11921         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11922         for 2nd sentence.
11923
11924 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11925
11926         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11927
11928 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11929
11930         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11931
11932 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11933
11934         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11935
11936 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11937
11938         * scm/translator-property-description.scm (voltaOnThisStaff): add
11939         property.
11940
11941 2002-09-28  Werner Lemberg  <wl@gnu.org>
11942
11943         * scm/tex.scm (header-end): Suppress page numbering.
11944
11945         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11946         Fix quotation for HTML output.
11947
11948 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11949         
11950         * Documentation/user/refman.itely: grammar and phrasing
11951           fixes to "Note Entry" section.  Also adds a few new examples.
11952
11953 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11954
11955         * flower/include/string-data.icc: include string.h
11956
11957 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11958
11959         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11960
11961 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11962
11963         * Documentation/user/GNUmakefile (extra-local-help): Add.
11964
11965         * stepmake/stepmake/www-targets.make (local-help): Add.
11966
11967 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11968
11969         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11970         packages.
11971
11972         * Documentation/topdocs/README.texi (Top): building documentation
11973         (not website.)
11974
11975 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11976
11977         * Documentation/user/refman.itely: 
11978         * Documentation/user/tutorial.itely: 
11979         * Documentation/user/music-glossary.tely: Merge changes.
11980
11981         * Documentation/user/glossary.html.in: 
11982         * Documentation/index.texi: 
11983         * Documentation/header.html.in: Accomodate renaming of glossary.
11984         
11985         * Documentation/user/tutorial.itely: Add some glossary references.
11986         
11987         * Documentation/user/refman.itely: Minor fixes.
11988         
11989         * Documentation/user/lilypond.tely: Add glossary do direntry.
11990
11991         * Documentation/user/music-glossary.tely: Rename (previously:
11992         glossary.tely).  Fix anchor placement.
11993
11994         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11995
11996 2002-09-23  Werner Lemberg  <wl@gnu.org>
11997
11998         * scripts/lilypond-book.py (output_dict): Fix handling of
11999         various environments by avoid extraneous newlines.
12000         Rename `output-all' regexp for html to `output-html'.
12001         Replace `output-all' regexp for texi with `output-texi-quote'
12002         and `output-texi-noquote'.
12003         (compose_full_body): Don't override `linewidth' user option
12004         for `singleline'.
12005         (schedule_lilypond_block): Don't indent text specified with
12006         `intertext' option.
12007         Add new option `noquote'.
12008         (compile_all_files): Use latex instead of tex to compile ly
12009         files directly.
12010
12011         * Documentation/user/lilypond-book.itely: Updated and revised.
12012         Improve layout.
12013
12014         * Documentation/user/glossary.tely,
12015         Documentation/user/introduction.itely,
12016         Documentation/user/tutorial.itely,
12017         Documentation/user/refman.itely,
12018         Documentation/user/appendices.itely: Fix overfull LilyPond
12019         boxes caused by the new lilypond-book code.  Other minor
12020         fixes.
12021
12022         * Documentation/user/macros.itexi (@texiflat): Don't emit
12023         trailing space.
12024
12025         * scm/tex.scm (end-output, header-end): Add preamble and
12026         postamble to make lilypond output directly compilable with
12027         latex.
12028
12029         
12030 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12031
12032         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12033         instructions.
12034
12035 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12036
12037         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12038
12039 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12040
12041         * lily/beam.cc (connect_beams): don't crash if there are quarter
12042         notes in beams.
12043
12044 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12045
12046         * Documentation/user/refman.itely: corrected ancient clef
12047         docu; added docu on ligatures
12048
12049 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12050
12051         * Documentation/user/glossary.tely,
12052         Documentation/user/refman.itely, input/les-nereides.ly,
12053         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12054         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12055         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12056         Stem properties: flag-style -> stroke-style, style -> flag-style.
12057
12058 2002-09-22  Werner Lemberg  <wl@gnu.org>
12059
12060         * scripts/lilypond-book.py: Add option `notime' to suppress
12061         printing of a time signature.  Specify default indentation of 0pt
12062         if single line fragment.  Don't emit redundant `\paper{ }'.
12063
12064         * Documentation/user/lilypond-book.itely: Updated.
12065
12066         * Documentation/user/glossary.tely: Completely reformatting.
12067
12068 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12069
12070         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12071
12072 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12073
12074         * Documentation/user/tutorial.itely: Fix links.
12075         
12076         * Documentation/topdocs/index.tely:
12077         * Documentation/index.texi:
12078         * Documentation/header.html.in: Small website fixes and updates.
12079
12080         * debian/: Debian patch by Anthony Fok.
12081
12082 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12083
12084         * Documentation/footer.html.in: How time flies: It's already 2002!
12085
12086         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12087         more descriptive link names than 'here'.
12088
12089 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12090
12091         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12092
12093 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12094
12095         * lily/part-combine-music-iterator.cc (get_state): cleanup
12096         (get_music_info): cleanup.
12097
12098 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12099
12100         * scm/backend-documentation-lib.scm (interface-doc-string):
12101         crosslinks between interfaces and grobs. Headings for interfaces
12102         in grob explanation.
12103
12104 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12105
12106         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12107         dtd).  Add preliminary dtd.
12108         (re-sub-alist): Robustify.
12109
12110 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12111
12112         * lily/include/event-chord-iterator.hh,
12113         lily/context-specced-music-iterator.cc,
12114         lily/event.cc, lily/event-chord-iterator.cc: add
12115
12116 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12117
12118         * lily/: some (c) header fixes.
12119         
12120         * lily/request-chord.cc: Remove.
12121         
12122         * lily/include/event-chord-iterator.hh:
12123         * lily/include/event.hh:
12124         * lily/event-chord.cc: New file.
12125         
12126         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12127         requested.
12128
12129 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12130
12131         * lily/ : rename Request to Event
12132
12133         * lily/parser.yy (command_element): move clef stuff into Scheme.
12134
12135         * lily/:  rename length_mom () to get_length()
12136
12137         * lily/part-combine-music.cc: removed file and class.
12138
12139         * lily/context-specced-music-iterator.cc (class
12140         Context_specced_music_iterator): new file. Obsoletes the
12141         Context_specced_music type.
12142
12143         * scm/music-types.scm (make-repeated-music): put different kinds
12144         of repeated music into music-type table.
12145
12146         * VERSION: 1.7.1 released.
12147
12148         * scm/to-xml.scm: new file.
12149
12150         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12151         new Input representation: dump music as XML.
12152
12153         * scm/engraver-documentation-lib.scm
12154         (engraver-accepts-music-types?): add links from music to engraver,
12155         from music-type to engraver.
12156
12157         * lily/include/command-request.hh: removed
12158         lily/include/musical-request.hh: removed. Removed all _req classes
12159         except Key_change_req. Changes throughout.
12160
12161 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12162
12163         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12164
12165 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12166
12167         * lily/*.cc: specify accepts for many engravers.
12168
12169         * scm/music-documentation-lib.scm: dump music expressions and
12170         music subtypes.
12171
12172         * scm/documentation-lib.scm: complete revision.
12173         Use GOOPS objects to store document tree explicitly. Cleaned up and
12174         sped up doco generation a lot.
12175
12176 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12177
12178         * input/trip.ly (fugaIILeft): add arpeggio
12179
12180         * lily/translator-group.cc (try_music_on_nongroup_children):
12181         oops. The name symbol is in the cdr of the assoc handle.
12182
12183         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12184         Hyphen_req, Glissando_req, Break_req, Mark_req 
12185
12186 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12187
12188         * lily/musical-request.cc (music-duration-length,
12189         music-duration-compress): new functions.
12190
12191         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12192         throughout. Warning doesn't work yet.
12193
12194         * lily/translator-group.cc (try_music_on_nongroup_children):
12195         new implementation: store candidate acceptors in a hashTable.
12196
12197 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12198
12199         * scm/music-types.scm (music-descriptions): change name to
12200         internal-class-name
12201
12202         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12203
12204 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12205
12206         * lily/beam.cc (connect_beams): don't crash if there are quarter
12207         notes in beams.
12208
12209 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12210
12211         * Documentation/user/refman.itely: corrected ancient clef
12212         docu; added docu on ligatures
12213
12214 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12215
12216         * Documentation/user/glossary.tely,
12217         Documentation/user/refman.itely, input/les-nereides.ly,
12218         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12219         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12220         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12221         Stem properties: flag-style -> stroke-style, style -> flag-style.
12222
12223 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12224
12225         * scm/music-functions.scm (music-separator?): don't use name music
12226         property.
12227
12228 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12229
12230         * stepmake/stepmake/generic-targets.make (help): Document check
12231         target.
12232
12233         * lily/new-accidental-engraver.cc: Compile fix.
12234
12235 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12236
12237         * scripts/convert-ly.py: Add rule.
12238
12239         * input/test/music-creation.ly:
12240         * input/test/add-staccato.ly:
12241         * input/test/add-text-script.ly: ly-make-music.
12242
12243         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12244         More ly-make-music renamings.
12245
12246         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12247
12248         * lily/music-constructor.cc (make_music): Add debugging info.
12249
12250         * scm/music-functions.scm (make-simultaneous-music,
12251         (make-sequential-music, context-spec-music):
12252         * scm/music-types.scm (music-descriptions): Get lily to run.
12253
12254 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12255
12256         * lily/command-request.cc (transpose_key_alist): new function.
12257
12258         * lily/key-performer.cc (create_audio_elements): cleanup. 
12259
12260 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12261
12262         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12263
12264         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12265         events-accepted field.
12266
12267         * scm/music-types.scm: new file.
12268
12269         * lily/parser.yy: put music type initialization into scheme,
12270         similar to grob initialization.  Changes throughout.
12271
12272 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12273
12274         * Documentation/user/tutorial.itely: Fix links.
12275         
12276         * Documentation/index.texi: 
12277         * Documentation/header.html.in: 
12278         * Documentation/topdocs/index.tely: Small website fixes and updates.
12279
12280         * debian/: Debian patch by Anthony Fok.
12281
12282 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12283
12284         * Documentation/footer.html.in: How time flies: It's already 2002!
12285
12286         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12287         more descriptive link names than 'here'.
12288
12289         * ROADMAP: Remove test stuff.
12290
12291         * scripts/update-lily.py: Allow auto-building of stable and
12292         development versions.  Bugfixes.
12293
12294 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12295
12296         * VERSION: released 1.7.0
12297
12298         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12299
12300         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12301         positive line widths.
12302
12303 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12304
12305         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12306         go.  Fix comments.
12307
12308         * cygwin: Cygwin updates.
12309
12310 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12311
12312         * Documentation/windows/installing.texi (Top): version for python,
12313         urls for ghostscript (thanks to John Potelle)
12314         
12315         * lily/simultaneous-music-iterator.cc
12316         (Simultaneous_music_iterator): init children_list_ before
12317         triggering GC.
12318
12319         * lily/*-iterator.cc: be even more careful with smobbed copy
12320         constructors. 
12321
12322         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12323         LeftEdge item.
12324
12325 2002-09-15  Werner Lemberg  <wl@gnu.org>
12326
12327         Improving LilyPond's output to make them ordinary TeX boxes with
12328         predictable dimensions.  System boxes are now vertically centered on
12329         the baseline; this offset can be further controlled with
12330         \lilypondscoreshift.
12331
12332         * lily/system.cc (System::post_processing): Pass length of current
12333         system to `start-system' (including any horizontal indentation).
12334
12335         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12336         prettier.
12337         (lily-def): Append `%'.
12338         (start-system): Add parameter `wd'.  Output more TeX code to specify
12339         box dimensions.
12340         (stop-system, stop-last-system): Complement changes in
12341         `start-system'.
12342         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12343         Updated.
12344
12345         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12346         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12347         Write final `\endinput'.
12348
12349         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12350         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12351         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12352         files and macro definitions don't produce spurious spaces and
12353         paragraphs (using \endlinechar).
12354         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12355
12356         * Documentation/user/internals.itely: Improved formatting, fixing
12357         typos.  Added a section `Output details' to describe how the TeX
12358         code looks like.
12359
12360 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12361
12362         * lily/accidental-engraver.cc: Also work with partial measures.
12363
12364 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12365
12366         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12367         spanner.
12368
12369 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12370
12371         * lily/identifier-smob.cc (unpack_identifier): new file.
12372
12373         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12374         pass off scheme expressions as music identifiers.
12375
12376         * scm/lily.scm: reorganisation, cleanups.
12377
12378         * lily/main.cc: small cleanups.
12379
12380 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12381
12382         * lily/ly-module.{cc,hh}: new file.
12383
12384 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12385
12386         * lily/accidental-engraver.cc: Also work with partial measures.
12387
12388 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12389
12390         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12391
12392 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12393
12394         * lily/my-lily-lexer.cc: use SCM module in stead of
12395         Scheme_hash_table. Changes throughout.  
12396
12397 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12398
12399         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12400