]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
13f0e78e508c10274a0843e90ebb55c36d893f5c
[lilypond.git] / ChangeLog
1 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
2
3         * Documentation/user/music-glossary.tely: fix titling; @top is already
4         an @unnumbered @chapter.
5  
6 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7
8         * debian/GNUmakefile (#OUTCONF_FILES): update file list.
9
10         * lily/stencil.cc (interpret_stencil_expression): bugfix 
11
12 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13
14         * debian/: Remove cruft (requested Anthony Fok.)
15
16         * buildscripts/guile-gnome.sh: Build without gcc libtool version
17         juggling.
18
19         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
20         Add popup menu with grob properties.
21
22         * lily/grob-scheme.cc (ly:grob-properties):
23         (ly:grob-basic-properties): New function.
24
25         * lily/stencil.cc (interpret_stencil_expression): Comment-out
26         "no-origin" call.  Fixes -fps output.
27
28         * scm/output-ps.scm (no-origin): Add dummy implementation.
29
30         * scm/output-gnome.scm (define-origin): Remove
31         (grob-cause): Add.
32
33         * scm/output-ps.scm (scm):
34         * scm/output-tex.scm (scm): Remove define-origin from exports list.
35         (define-origin): Remove.
36
37         * scm/output-gnome.scm (define-origin): 
38
39         * scm/lily.scm (ly:all-output-backend-commands): Remove
40         define-origin.  Add grob-cause.
41
42 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
43
44         * buildscripts/lilypond-words.py: add ly/portugues.ly.
45
46 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
47  
48         * Documentation/user/GNUmakefile:
49         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
50         --include-css=.../texinfo.css; command includes css into the html.
51
52         * Documentation/texinfo.css: add file.
53         define <hr> as black and thin.            
54  
55 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
56
57         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
58         stencil expression. Junk define-origin.
59
60         * lily/my-lily-parser.cc (parse_string): init parser variable when
61         lexer_ is set, ie. in parse_string and parse_file.
62
63         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
64         ly:score-bookify.
65
66         * scm/lily.scm (collect-scores-for-book): new function.
67
68         * ly/init.ly: print collected scores/musics.
69
70         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
71         scope, not in lily module.
72
73         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
74
75         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
76         encapsulate gtk/pango tests.
77  
78         * po/tr.po: Turkish translation.
79
80 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
81
82         * input/regression/lily-in-scheme.ly: regression test for #{
83         ... #} syntax
84
85         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
86         was causing an error.
87
88         * Documentation/user/programming-interface.itely (Using LilyPond
89         syntax inside Scheme): documentation for #{ ... #} syntax.
90
91 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
92
93         * Documentation/index.html.in: use black thin <hr>.
94
95         * buildscripts/mutopia-index.py: use thin black <hr>.
96
97 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
98
99         * scm/fret-diagrams.scm: Use UNIX style line endings.
100         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
101         typo.  Fixes compile.
102
103         * scm/output-ps.scm (white-dot): Remove second incarnation.
104
105         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
106
107 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
108
109         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
110         single file error.
111
112         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
113
114 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
115
116         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
117         remove size as argument to fret-diagram interface;
118         improved white-circle dots for fret;
119         improved top-fret thick line/
120
121         * scm/output-ps.scm: added white-dot function
122
123         * scm/output-tex.scm: added white-dot function
124
125         * tex/music-drawing-routines.ps: added draw_white_dot function
126
127         * ps/music-drawing-routines.ps: added draw_white_dot function
128
129         * input/test/fret-diagram.ly: examples to show multiple
130         functions and multiple interfaces
131
132 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
133
134         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
135         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
136
137         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
138         conflict.  Have I told you lately how much I love autotools?
139
140 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
141
142         * lily/lily-guile.cc: 
143         * lily/pangofc-afm-decoder.cc:
144         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
145         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
146
147         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
148         developers.
149
150         * lily/paper-outputter.cc (file): New method.
151         (dump_string): Use it.
152
153         * scm/output-gnome.scm: Update with pango CVS info, lilylib
154         musing.
155         
156         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
157         of them has a comma :-).
158
159         * scm/framework-gnome.scm: Add pango decoders.
160
161         * lily/include/pangofc-afm-decoder.hh: 
162         * lily/pangofc-afm-decoder.cc: New file.
163
164         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
165
166         * configure.in: Check for pango.
167
168         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
169         autoconf).
170         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
171
172         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
173
174 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
175
176         * Documentation/user/tutorial.itely (Integrating text and music):
177         fix grammar & punctuation.
178
179 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
180
181         * lily/: Stray janitorial cleanups.
182
183         * scm/lily.scm (ly:all-stencil-expressions):
184         * scm/lily.scm (ly:all-output-backend-commands): New function.
185
186         * scm/safe-lily.scm (safe-objects): Add them.
187
188         * scm/framework-gnome.scm (<gnome-outputter>): New class.
189
190         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
191
192 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
193
194         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
195
196 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
197
198         * scm/page-layout.scm (default-page-make-stencil): add
199         raggedbottom, raggedlastbottom.
200
201         * Documentation/user/changing-defaults.itely (Page layout): add doc.
202
203         * scm/framework-tex.scm (define-fonts): fix export of
204         papersize.
205
206         * lily/paper-book.cc (classic_output): strip suffixes from
207         framework functions.
208
209         * lily/tuplet-bracket.cc (before_line_breaking): do not return
210         SCM_UNDEFINED to Scheme.
211
212 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
213
214         * lily/book.cc: remove Book::to_stencil().
215         (process): whoops. Score::book_rendering returns vector, not list.
216
217         * scripts/convert-ly.py (conv): remove \notes.
218         apply to input examples.
219         
220         * lily/paper-outputter.cc (output_stencil): don't use
221         smobify_self() but self_scm()
222
223         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
224         from smobify_self().
225
226         * lily/paper-book.cc (output): load framework module
227         scm_c_resolve_module().
228
229         * python/lilylib.py (exit): exit with argument i.
230
231 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
232
233         * scm/framework-gnome.scm (output-framework-gnome): Try loading
234         gnome modules from non-toplevel.
235
236         * lily/ly-module.cc (ly:import-module): Export to ly:.
237
238         * lily/paper-score.cc (process): Do not show progress newline.
239
240         * lily/paper-book.cc (output, classic_output): Show progess
241         newline after score.
242
243 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
244
245         * buildscripts/lilypond-words.py: add ly/vlaams.ly
246
247 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
248
249         * lily/score.cc (ly:run-translator): Do not crash on empty music
250         list.
251
252         * lily/book.cc (process): Do not render score when systems is empty.
253
254         * input/simple-song.ly: Down one octave.
255
256         * scm/output-gnome.scm: Remove script again; re-add modules fix
257         (CVS conflict resolve?)
258
259         * lily/stencil.cc (ly:interpret-stencil): Was:
260         interpret_stencil_expression.
261
262 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
263
264         * buildscripts/guile-gnome.sh: New file.
265
266         * scm/output-gnome.scm: White background, better window size, sane
267         canvas size.  Cleanups.
268
269 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
270
271         * VERSION: release 2.3.4
272
273         * Documentation/user/invoking.itexi (Invoking the lilypond
274         binary): document --safe.
275
276         * scm/output-gnome.scm: set PATH in script.
277
278         * scm/page-layout.scm (default-page-make-stencil): don't stretch
279         if there is too few systems on a page.
280
281         * lily/parser.yy (relative_music): start at middle C without pitch
282         argument.
283
284         * Documentation/user/changing-defaults.itely (Page layout): new node.
285         (Paper size): rename node
286         (Page breaking): new node.
287         (Titling): move from invoking.
288         (File structure): new node.
289
290         * lily/parser.yy (score_body): allow \header and music anywhere in
291         \score body.
292
293 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
294
295         * scm/lily.scm (ly:load): Remove page-breaking.scm.
296
297 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
298
299         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
300
301         * lily/include/paper-line.hh: rename to Paper_system.
302
303         * lily/include/paper-book.hh: doc class.
304
305         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
306
307         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
308         (plain-header): add instrument-name.
309         (default-page-make-stencil): bugfixes.
310
311         * lily/parser.yy (book_body): allow \header anywhere in \book{}
312
313         * lily/paper-book.cc: remove copyright & tagline. Remove
314         interactions with Page
315
316         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
317         here, 
318         (default-page-make-stencil): new function
319         (default-page-music-height): new function
320         (page-headfoot): new function
321         (ly:optimal-page-breaks): generate stencils directly from here
322
323         * scm/titling.scm: new file, group titling functions
324
325 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
326
327         * scm/output-gnome.scm: Handle multiple pages.
328
329         * scm/framework-gnome.scm: Do not load output-gnome.
330         (framework-gnome): Invoke output-gnome::header and
331         output-gnome::end-output as faked stencils.  Fixes experimental
332         gnome output.
333
334 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
335
336         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
337         octavation compatibility fixes. Backportme. 
338
339         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
340         pages.
341         (ly:optimal-page-breaks): combine-penalties: no shortcut for
342         negative. Now we handle negative penalties (ie. \pageBreak)
343         correctly.
344
345         * lily/system.cc (get_line): extract page-penalty from the left
346         bound.
347
348         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
349
350 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
351
352         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
353
354 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * scm/output-gnome.scm: Update script.  Move development to
357         lilypond_2_3_2 branch for now.
358
359 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
360
361         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
362         negative penalties.
363         cleanups.
364
365         * Documentation/user/changing-defaults.itely (Creating contexts):
366         index entries
367
368         * scm/page-breaking.scm (ly:optimal-page-breaks): new
369         file. Rewrite function. 
370
371         * lily/paper-book.cc (pages): new interface: page-breaking returns
372         list of line-list.
373
374         * lily/page.cc (Page): take lines argument.
375
376         * scm/document-translation.scm (all-engravers-doc): link to user man
377
378         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
379
380         * Documentation/user/notation.itely (Relative octaves): typo.
381
382         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
383
384 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
385
386         * scm/output-gnome.scm: Update build script.
387
388 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
389
390         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
391         gnome backend.
392
393         * scm/framework-gnome.scm: New file.
394
395         * scm/lily.scm: Use it.
396
397         * lily/paper-outputter.cc: Janitorial cleanups.
398         (ly:outputter-dump-string): Remove unreachable statement.
399
400         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
401         (ice-9): Bugfix: Add srfi-1.
402
403         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
404
405 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
406
407         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
408         in do_quit()
409         
410 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
411
412         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
413
414 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
415
416         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
417         override of Beam::position-callbacks. Why would grace beams not be
418         quantized? Fixes: weird-stem-size-grace. 
419
420         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
421         warning only once. Backportme.
422
423         * lily/accidental-engraver.cc (number_accidentals_from_sig):
424         bugfix, 2nd try. Backportme.
425
426         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
427
428 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
429
430         * Documentation/user/notation.itely (Instrument transpositions):
431         Correct the name of the instrumentTransposition property.
432
433 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
434
435         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
436
437 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
438
439         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
440         and postLilyPondExample are called when defined.
441
442 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
443
444         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
445         This fixes setting notenames with `\include "nederlands.ly" '
446
447         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
448         new function.
449
450 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
451
452         * scm/page-layout.scm: don't do piece, it should be in score-title
453         only.
454
455         * lily/lexer.ll: lex \score separately.
456
457         * lily/paper-book.cc: junk stencil2line.
458
459         * lily/paper-line.cc (Paper_line): construct from Stencil
460         directly. No futzing with the dimensions.
461
462         * lily/include/paper-line.hh (class Paper_line): 
463
464         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
465         takes arbitrary number of arguments.
466
467         * input/test/markup-score.ly (tuning): simplify example. 
468
469 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
470
471         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
472
473         * scm/define-markup-commands.scm (score): define score-markup
474
475         * lily/parser.yy (markup): use score-markup.
476
477         * lily/score.cc: add ly:score? 
478
479 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
480
481         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
482         fret-parse-string so it prepares for calls to fret-diagram-verbose
483         Changed display constants to props so they are available for
484         \override.
485         
486 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
487
488         * VERSION: release 2.3.3
489
490         * stepmake/stepmake/generic-vars.make: unset LANG.
491
492         * input/regression/tuplet-nest.ly: bugfix.
493
494         * lily/tie-performer.cc (stop_translation_timestep): reset
495         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
496
497         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
498         clear repeat_ directly after setting stem_tremolo_. Fixes:
499         tremolo-repeat.ly
500
501         * input/regression/span-bar-break.ly: new file.
502
503         * scm/define-grobs.scm (all-grob-descriptions): remove
504         break-visibility from SpanBar. Fixes: piano-repeat.ly
505
506 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
507
508         * python/lilylib.py (make_ps_images): only compute bbox when needed.
509
510         * scripts/lilypond-book.py (process_snippets): use lily -f ps
511         files for generating pngs. (failed experiment)
512
513         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
514         file with PFA fonts included.
515
516         * lily/score.cc (default_rendering): put header in too.
517
518         * lily/paper-line.cc (LY_DEFINE): change function to
519         ly:paper-line-extent
520
521         * scm/page-layout.scm (default-book-title): only add lines for
522         non-nil fields.
523         (default-score-title): idem.
524
525         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
526
527         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
528
529         * lily/include/paper-book.hh (class Paper_book): remove height_
530         member.
531
532         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
533
534         * lily/ly-module.cc (LY_DEFINE): bugfix.
535
536         * lily/paper-book.cc (book_title): separate function for the book
537         title.
538
539         * scm/page-layout.scm (default-book-title): only account for
540         markup fields.
541
542         * scm/framework-ps.scm: new file. Move high level interface from
543         output-ps.scm
544
545         * scm/music-functions.scm (def-grace-function): move macros from
546         ly/music-functions-init.ly
547
548         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
549         framework-tex.scm
550
551         * scm/framework-tex.scm (dump-line): new file. High level
552         interface for output (pages, systems, header). 
553
554         * lily/include/page.hh (class Page): add is_last_ field.
555
556         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
557
558         * lily/paper-book.cc (split_string): new function
559         (output): output multiple formats, i.e. --format=ps,tex
560
561         * scm/output-ps.scm (output-scopes): dump variables directly.
562         (define-fonts): rewrite for new interface
563
564         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
565
566         * lily/paper-outputter.cc (Paper_outputter): take format argument.
567
568         * lily/main.cc (parse_argv): don't set extension for output.
569
570         * lily/clef-engraver.cc (create_clef): remove
571         Staff_symbol_referencer::set_position() call. 
572
573 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
574
575         * ly/music-functions-init.ly (addlyrics): set the 'origin property
576         with the location argument in music function definitions.
577
578 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
579
580         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
581         staffsymbol dependency.
582
583         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
584         cleanups.
585
586         * lily/book.cc (process): return Paper_book
587         (to_stencil): use Book::process().
588
589         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
590         header_ field. Store in $globalheader
591
592         * lily/parser.yy (book_body): book header is initted to
593         $globalheader.
594         
595
596 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
597
598         * input/test/fill-a4.ly: removed.
599
600         * lily/parser.yy (output_def): push scope of parent_ Output_def
601         too.
602
603 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
604
605         * scm/output-gnome.scm: Update info.
606
607 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
608
609         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
610
611         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
612         than 1 module.
613
614         * lily/include/ly-module.hh (ly_use_module): rename is_module to
615         ly_c_module_p.
616
617         * scm/page-layout.scm (default-book-title): move Scheme titling
618         functions to here.
619
620         * lily/parser.yy (book_paper_block): remove scope too.
621
622         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
623
624         * lily/rest.cc: add direction to rest properties.
625
626         * lily/include/output-def.hh: new file, move from
627         music-output-def.hh
628
629 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
630
631         * scm/output-gnome.scm: Describe feta-cork hack.
632
633 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
634
635         * lily/include/book-paper-def.hh: derive from Output_def 
636
637         * lily/include/paper-def.hh: move all functionality out of class.
638         Junk header.
639
640         * lily/include/music-output-def.hh: rename Music_output_def to
641         Output_def.
642
643         * input/wilhelmus.ly: only set space for Paper formatting. 
644
645         * lily/include/midi-def.hh: remove file, remove class.
646         Move functions to Music-output-def.
647
648         * lily/music-output-def.cc (Music_output_def): remove separate
649         translator table. Lookup translators in scope directly. This
650         obviates Context suffix for context identifiers, i.e.
651
652         \context {
653           \Staff
654           .. 
655           }
656
657
658         will work.
659         
660
661         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
662
663         * Documentation/user/changing-defaults.itely (Horizontal spacing):
664         document spacing override hack.
665
666 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
667
668         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
669         installation info.  Support point-and-click.  Add +/- zoom
670         keybindings.
671
672 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
673
674         * VERSION: 2.3.2 released
675         
676         * lily/parser.yy (book_body): set default bookpaper.
677
678         * scm/output-tex.scm (header): kludge: hard code linewidth. 
679
680         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
681
682 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * lily/score.cc (default_rendering): scale outputdef before
685         starting.
686
687 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * scm/fret-diagrams.scm: Add header.
690
691         * scm/output-gnome.scm: Hello world :-)
692
693 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
694
695         * scripts/lilypond.py (run_dvips): only add papersize if present.
696
697         * lily/accidental-engraver.cc (update_local_key_signature): new
698         function, fold code from initialize() and process_music().
699         (update_local_key_signature): use deep copy. This fixes one
700         problem from custom-key-signatures.ly.
701         (number_accidentals_from_sig): tighter check for
702         accidental-too-old.
703
704         * ly/engraver-init.ly: remove localKeySignature
705         definition from ChoirStaff, StaffGroup, Score.
706         
707         * lily/percent-repeat-engraver.cc (try_music): add moments for
708         barlines too. Fixes: skipbars-percent-repeat.ly.
709
710 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
711
712         * lily/context-def.cc (filter_performers): don't go to cdrloc if
713         skipping last pair. Fixes: crash-bar-number.
714
715         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
716         D. Sorensen)
717
718         * input/test/fret-diagram.ly: new file.
719
720         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
721         (scale-paper): divide by scale.
722
723 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
724
725         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
726         case.
727
728 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
729
730         * scm/stencil.scm (fontify-text): reinstate function
731
732         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
733
734         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
735
736         * lily/parser.yy (book_paper_head): \bookpaper {} 
737
738         * python/midi.c: remove config.h
739
740 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * scm/output-gnome.scm: Update.
743
744 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
745
746         * scm/output-gnome.scm: New file.
747
748         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
749
750 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
751
752         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
753         (find_scaled_font): move from Paper_def
754
755 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
756
757         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
758         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
759
760         * po/fr.po: update po.
761
762         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
763
764         * lily/book-paper-def.cc (print_smob): new file.
765
766 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
767
768         * buildscripts/lilypond-words.py: search words also from
769         music-functions-init.ly.
770
771 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
772
773         * ly/music-functions-init.ly (def-music-function): new helper
774         macro for defining music functions. \addlyrics \appoggiatura
775         \acciaccatura \grace \partcombine \autochange \applycontext
776         \applyoutput and \breathe are now defined here thanks to it.
777
778         * lily/parser.yy: 
779         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
780         \grace \partcombine \autochange \applycontext \applyoutput and
781         \breathe keywords removed from the parser.
782
783         * lily/parser.yy: 
784         * lily/music-function.cc (ly_make_music_function): 
785         * lily/lexer.ll (music_function_type): added a case for 0-arg
786         music functions.
787
788 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
789
790         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
791         refering to a music expression can be used in lily-inside-scheme:
792         #{ $music #}
793
794         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
795         and ly:parser-define, and change ly:parser-parse-string in order
796         to make #{ $music #} work.
797
798         * scm/new-markup.scm (compile-markup-expression): when an argument
799         is a string, use `make-simple-markup'.
800
801 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
802
803         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
804
805 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
806
807         * scripts/convert-ly.py (FatalConversionError.func): handle + in
808         font-size. (backportme)
809
810 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
811
812         * lily/paper-outputter.cc (output_stencil): dump font definitions
813         before each stencil.
814
815         * lily/include/paper-book.hh (struct Score_lines): new
816         struct. Collect info per Paper-score.
817
818         * lily/include/page.hh (class Page): to_stencil() returns Stencil
819         everywhere.
820
821         * lily/stencil.cc (find_expression_fonts): new function
822
823         * lily/paper-outputter.cc (output_stencil): use
824         interpret_stencil_expr
825
826         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
827         (interpret_stencil_expr): new function. Generic stencil
828         interpretation.
829
830         * lily/paper-def.cc (find_scaled_font): divide lookup
831         magnification by outpuscale for non-virtual fontmetrics. This
832         fixes ludicrously long font definitions for text
833         fonts. (backportme)
834
835         * lily/score-engraver.cc: remove
836         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
837
838 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
839
840         * input/test/markup-score.ly: Remove \notes.
841
842         * lily/parser.yy (book_body): Grok Composite_music and \header.
843         (markup): Push NOTES mode before score_block.
844
845         * VERSION: release 2.3.1
846         
847         * mf/feta-klef.mf: 
848         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
849
850         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
851
852         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
853
854 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
855
856         * scm/output-tex.scm (output-tex-string): tighten safe security.
857
858         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
859
860         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
861         allowed ly functions.
862
863         * lily/ly-module.cc (ly_module_define): only define variable if
864         bound.
865         (ly_make_anonymous_module): take safe option.
866
867 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
868
869         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
870
871 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
872
873         * input/regression/newaddlyrics.ly: Fix.
874
875         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
876         \score \notes.
877
878 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
879
880         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
881
882 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
883
884         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
885
886         * lily/paper-line.cc (Paper_line): don't store list of stencils,
887         but convert to single Stencil immediately.
888
889         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
890
891 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
892
893         * scm/output-sodipodi.scm: Resurrect sodipodi output.
894
895 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
896
897         * elisp/lilypond-mode.el: Changed the way defaults are created for
898         LilyPond-command-master.  LilyPond-mode will now check the
899         timestamps of the files to see which command has to run next.
900
901 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
902
903         * scm/bass-figure.scm (format-bass-figure): don't set
904         number-markup for strings. This fixes string in bass
905         figure. (backportme)
906
907         * lily/parser.yy (bass_number): insert number-markup into figure
908         definition.
909
910         * scm/define-music-properties.scm (all-music-properties): make
911         'figure a markup.
912
913         * scripts/convert-ly.py (conv): \apply -> \applymusic
914
915 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
916
917         * elisp/lilypond-mode.el: changed the order of some commands
918         ("Midi" after "2Midi"), use the user-defined
919         LilyPond-command-default as default instead of "LilyPond"
920
921         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
922         to set the master file for the next command.
923
924         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
925         with font-lock-reference-face.
926
927 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
928
929         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
930
931         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
932
933 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
934
935         * ly/music-functions-init.ly (TODO): new file.
936
937         * lily/parser.yy (Generic_prefix_music_scm): add more
938         music_function symbols.
939         (Prefix_composite_music): change \apply to music-function   
940
941         * lily/include/music-function.hh: rename to music-function
942
943 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
944
945         * lily/music-head.cc (LY_DEFINE): change order of args.
946
947         * input/regression/music-head.ly (texidoc): new file.
948
949         * lily/parser.yy (Generic_prefix_music): allow generic
950         music-transformation functions. 
951
952         * lily/include/music-head.hh (is_music_head): new file.
953
954         * lily/music-head.cc (get_music_head_transform): new file.
955
956 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
957
958         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
959         empty extent. This fixes ottava brackets on rests. (backportme)
960
961         * make/lilypond.redhat.spec.in (Group): ln png files for info.
962
963         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
964
965         * cygwin/lily-wins.py: update for the lily-wins.py script.
966
967 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
968
969         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
970         code. This will obviate typeset_grob () in the future.  The effect
971         of this is that improperly written spanner handling will result in
972         invalid spanner bounds.
973         (announce_grob): add to elems_ from here
974         (typeset_grob): comment out.  
975
976         * lily/include/engraver.hh (make_spanner): new calling interface
977         for make_{item,spanner}. This obviates most calls to
978         announce_grob().
979                 
980         * scm/music-functions.scm (set-accidental-style): use GrandStaff
981         iso. PianoStaff for piano styles.
982
983 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
984
985         * Documentation/user/music-glossary.tely: add segno after d.s.
986
987 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
988
989         * lily/include/audio-column.hh: remove unused variables.
990         (patch by Michael Welsh Duggan)
991
992         * flower/include/axes.hh (other_axis): inline Axes function
993         (thanks to David Brandon).
994
995 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
996
997         * cygwin/mknetrel: Install image links (backportme).
998
999         * Documentation/user/GNUmakefile (local-install-info): Activate
1000         actual installing of image links (backportme).
1001
1002 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1003
1004         * Documentation/user/notation.itely (Measure repeats): Removed
1005         unnecessary (and confusing) \context Voice{.
1006
1007 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1008
1009         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1010
1011         * lily/page.cc (Page): Do not use ly_scheme_function for
1012         volatile/configurable variables (FIXME: better name).
1013
1014         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1015         get_scmvar).
1016
1017 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1018
1019         * scripts/convert-ly.py (FatalConversionError.subst): use
1020         \transposition.
1021
1022 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1023
1024         * lily/include/page.hh (class Page): Declare left_margin ().
1025
1026         * lily/page.cc: Remove paper var caching.
1027
1028 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * Documentation/user/music-glossary.tely: Add name to @top node.
1031         Remove comment from @table definitions (workaround for makinfo
1032         bug).
1033
1034         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1035         ly:stencil-get-expr).  Update callers.
1036         (ly:stencil-align-to!):  Return stencil too.
1037
1038         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1039         stencil.  Remove looped line-based page output.
1040         (output_line): Use line stencil.  Remove looped stencil-based line
1041         output.
1042
1043         * lily/page.cc (ly:page-paper-lines): New function.
1044
1045         * input/test/markup-score.ly: New file.
1046
1047         * scm/define-markup-commands.scm (stencil): New markup.
1048
1049         * lily/book.cc (to_stencil): New method.
1050
1051         * lily/parser.yy (markup): Use it to grok \score.
1052
1053 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1054
1055         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1056
1057         * lily/paper-book.cc (pages): Change signature.  Update callers.
1058
1059         * lily/include/page.hh:
1060         * lily/page.cc: New file.
1061
1062         * lily/paper-line.cc (to_stencil): New method.
1063         
1064         * lily/paper-outputter.cc (output_stencil): New method.
1065
1066         * lily/paper-outputter.cc (output_line): Use them.
1067
1068         * lily/warn.cc: Remove.
1069
1070         * lily/my-lily-parser.cc (distill_inname): Remove.
1071
1072         * flower/include/file-name.hh: 
1073         * flower/file-name.cc: New file.  Update users.
1074
1075         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1076         (find): New method of same name.
1077
1078         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1079
1080         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1081         constant error message.
1082
1083 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1084
1085         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1086
1087 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * Documentation/user/music-glossary.tely: @table @strong' replaced
1090         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1091         (backportme).
1092
1093 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1094
1095         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1096
1097         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1098         #{ lily music expression #} that returns an equivalent scheme
1099         music expression by parsing the string.
1100
1101 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1102
1103         * lily/my-lily-parser.cc:
1104         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1105         SCM string (foo.ly/toto.scm support).
1106
1107 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1108
1109         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1110
1111 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1112
1113         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1114
1115         * scripts/lilypond-book.py: LY code that includes \header is
1116         not assumed to be a fragment.
1117
1118 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1119
1120         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1121         tremolo beams up.
1122
1123         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1124         (get_default_stem_end_position): No tremolo head juggling if no
1125         heads.  Fixes tremolo crash on rests (backportme).
1126
1127         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1128
1129 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1130
1131         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1132         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1133
1134         * lily/lexer.ll: Allow \encoding in NOTES mode.
1135
1136         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1137         for lyrics, not for commands.
1138
1139         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1140         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1141
1142         * input/regression/newaddlyrics.ly: New file.
1143
1144         * Documentation/topdocs/NEWS.texi: Update.
1145
1146         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1147         (Music_list): Allow embedded scm.
1148
1149         * lily/score.cc (ly:score-bookify): New function.
1150
1151         * lily/music.cc (ly:music-scorify): Idem.
1152
1153         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1154         (ly:parser-print-score): Idem.
1155
1156         * scm/lily.scm (default-toplevel-book-handler): Idem.
1157         (default-toplevel-music-handler): Idem.
1158         (default-toplevel-score-handler): Idem.
1159
1160         * ly/declarations-init.ly: Set default toplevel handlers.
1161
1162         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1163
1164         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1165         printer for score at toplevel.
1166
1167 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1168
1169         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1170         Fix for simple case: input/simple-song.ly, more complex stuff
1171         does not work yet.
1172
1173 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1174
1175         * lily/parser.yy (Prefix_composite_music): split Composite_music
1176         in Prefix_composite_music and Grouped_music_list.
1177         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1178
1179 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1180
1181         * scm/lily.scm (toplevel-expression): New define.
1182
1183         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1184
1185         * lily/parser.yy (toplevel_expression): Use it.
1186
1187         * lily/include/my-lily-parser.hh: Smobbify.
1188
1189         * lily/my-lily-parser.cc (parse_string): New method.
1190         
1191         * lily/my-lily-parser.cc (ly:parse-string): New function.
1192
1193         * Documentation/user/lilypond.tely: Add comment and workaround for
1194         gs-8.01 crash.  Fixes make web.
1195
1196         Simplification of toplevel music.
1197         
1198         * lily/lexer.ll, lily/parser.yy:
1199
1200         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1201         shift/reduce problem.
1202
1203         * Use NOTES mode at start of maininput.
1204
1205         * Grok toplevel composite music expression, put in score and book.
1206
1207         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1208
1209         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1210
1211         * input/simple.ly: New file.
1212         
1213         * input/simple-song.ly: Idem.
1214
1215 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1216
1217         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1218         Sandberg.
1219
1220 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1221
1222         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1223
1224 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1225
1226         * input/regression/accidental-octave.ly: doc automatic showing
1227         of note names.
1228
1229 2004-04-16  Heikki Junes <janneke@gnu.org>
1230
1231         * po/fi.po: do "make po && make -C po po-update" at top-level,
1232         then "cp po/out/fi.po po/fi.po" and update fields.
1233
1234         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1235
1236 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1237
1238         * Documentation/user/introduction.itely (About this manual): Fix
1239         templates and regression urls (backportme).
1240
1241 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1242
1243         * ly/engraver-init.ly (Score:graceSettings): Increase
1244         beamed-lengths, especially for 32nd notes.
1245
1246         * Documentation/user/notation.itely (Grace notes): Correct the
1247         syntax for add-grace-property example.
1248
1249 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1250
1251         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1252         `Generated' tag.
1253
1254         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1255         Severely broken (the Debian package, at least).
1256
1257 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1258
1259         * lily/context.cc (find_create_context): assign to lvalue.
1260
1261 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1262
1263         * lily/include/translator.hh (class Translator): rename
1264         get_parent_context() to context () to avoid confusion.
1265
1266         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1267
1268         * lily/lexer.ll: change is_string -> ly_c_string_p 
1269
1270         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1271
1272         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1273
1274         * VERSION: release 2.3.0
1275
1276         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1277
1278         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1279         if nonempty.
1280
1281         * lily/include/context.hh (class Context): make members protected.
1282         (children_contexts): new accessor function.
1283
1284         * lily/include/translator.hh (class Translator): make
1285         daddy_context_ protected.
1286         (class Translator): clean up. 
1287
1288         * lily/include/context.hh (class Context): make daddy_context_
1289         private.
1290
1291         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1292         higher for finding Voice. (backportme)  
1293
1294         * lily/include/context.hh (class Context): remove
1295         find_context_below() as a method.
1296
1297         * Documentation/user/notation.itely (The Lyrics context): add note
1298         about manual durations
1299
1300         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1301         encoding.
1302
1303         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1304
1305 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1306
1307         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1308         \usepackage{inputenc}
1309
1310         * lily/paper-book.cc (classic_output): don't advance Offset for
1311         TeX output.
1312
1313         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1314         ec-sauter.map in rules
1315
1316         * mf/ecb.mf (font_identifier): new file, based on ecbx
1317
1318         * mf/ecb10.mf (gensize): new file.
1319
1320         * Documentation/topdocs/NEWS.texi (Top): document some more new
1321         features.
1322
1323         * ly/declarations-init.ly: run convert-ly
1324
1325         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1326         from input-file-results. Remove input-file-results.* 
1327
1328 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1329
1330         * scm/output-ps.scm (font-command): Fix, again.
1331
1332         * input/test/title-markup.ly: Add \noPagebreak test.
1333
1334         * lily/score-engraver.cc (try_music): Bugfix.
1335
1336 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1337
1338         * lily/main.cc (main_with_guile): excise dependency options -M and
1339         --dep-prefix
1340
1341         * lily/input-file-results.cc: excise Makefile dependency code
1342
1343         * Documentation/user/invoking.itexi (Invoking the lilypond
1344         binary): remove dep doco
1345         
1346         * lily/main.cc (main_with_guile): call lilypond-main
1347         
1348         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1349
1350         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1351         exception.
1352
1353         * lily/my-lily-parser.cc: remove paper_description function
1354
1355         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1356         new function.
1357
1358         * lily/main.cc: remove global_score_count.
1359
1360         * lily/book.cc (process): don't take header from global_input_file.
1361
1362         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1363
1364         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1365
1366         * lily/music-output-def.cc (LY_DEFINE): new function
1367         ly_output_description. This function does the bulk for  setting,
1368         parsing and breaking down of an input file.
1369
1370         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1371         anonymous modules globally. Let's hope they get GCd
1372
1373         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1374
1375 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1376
1377         * scm/output-ps.scm (header): Papersize from paper.
1378
1379         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1380         for classic output.
1381
1382         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1383         lilypondclassic is defined.
1384         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1385
1386         * input/regression/between-systems.ly: Remove.
1387
1388         * python/lilylib.py (get_bbox): Fix regular expression
1389         for bounding box.
1390
1391         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1392
1393         * scm/output-tex.scm (stop-page): Use it.
1394
1395         * scm/output-ps.scm (define-fonts): Bugfix.
1396
1397         * lily/grob.cc: Add penalty to interface.
1398
1399         * lily/include/paper-line.hh (class Paper_line): New member
1400         var penalty_.
1401
1402         * lily/system.cc (get_line): Initialise Paper_line with
1403         page-penalty's from original grobs.
1404
1405         * scm/define-music-properties.scm (all-music-properties): Add
1406         page-penalty.
1407
1408         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1409
1410         * lily/score-engraver.cc (try_music): Handle page-penalty.
1411
1412         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1413
1414 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1415
1416         * ly/declarations-init.ly (melismaEnd): typo
1417
1418         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1419
1420         * scm/output-ps.scm (text): split string into spaces, use moveto
1421         for setting space. 
1422         
1423 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1424
1425         * po/nl.po: Update.
1426
1427         * scm/font.scm (add-cmr-fonts): Typo.
1428
1429 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1430
1431         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1432         font-encoding.
1433
1434         * scm/define-grobs.scm (all-grob-descriptions): idem.
1435
1436         * lily/time-signature.cc (numbered_time_signature): idem.
1437
1438         * scm/font.scm (add-cmr-fonts): use real encoding names for
1439         font-encoding.
1440
1441 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1442
1443         * lily/paper-book.cc (classic_output): 
1444         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1445         Fixes classic output.
1446         (lilypondstart):
1447         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1448         kludge.
1449
1450         * scripts/old-lilypond-book.py: Remove.
1451
1452         Page layout for SCOREs enclosed in a BOOK:
1453
1454         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1455         layout tweaking.
1456
1457         * input/les-nereides.ly (theScore): Add \book.
1458         
1459         * input/test/title-markup.ly: Add \book.
1460
1461         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1462         only if 'verbose.
1463
1464         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1465
1466         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1467
1468         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1469         * scm/output-tex.scm (start-system): Update for page layout by
1470         LilyPond.
1471
1472         * scm/output-ps.scm (start-system): Previously (new-start-system).
1473
1474         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1475         passed to define-fonts.
1476
1477         * lily/paper-column.cc: 
1478         * lily/system.cc (get_line):
1479         * ly/property-init.ly (newpage): 
1480         * scm/define-grob-properties.scm:
1481         * scm/output-ps.scm: 
1482         * scm/output-tex.scm: Remove between-system-string kludge.
1483
1484         * scm/output-ps.scm (define-fonts, font-command,
1485         font-load-encoding): Handle ENCODING = #f.
1486
1487         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1488
1489         * scm/define-markup-commands.scm (fill-line): Use
1490         make-simple-markup (WAS: unexisting make-word-markup).
1491
1492         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1493         ENCODING, MARKUP parameters for interpret_string.
1494
1495         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1496
1497         * lily/score.cc (book_rendering): New method.
1498         (default_rendering): Create Paper_book helper locally, dump
1499         output.
1500
1501         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1502
1503         * lily/parser.yy: Handle \book.
1504
1505         * lily/include/book.hh: 
1506         * lily/book.cc: New file.
1507
1508 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509
1510         * lily/text-item.cc (interpret_string): new file, select font with
1511         encoding.
1512
1513         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1514
1515         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1516
1517         * lily/parser.yy (markup): take encoding from lexer.
1518
1519 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1520
1521         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1522
1523         * scm/output-ps.scm: Remove some cruft.
1524
1525 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1526
1527         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1528
1529         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1530
1531 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1532
1533         * scm/font.scm (add-century-schoolbook-fonts):
1534         (make-century-schoolbook-tree): New function.
1535
1536         * input/test/title-markup.ly: Use Century Schoolbook font.
1537
1538 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1539
1540         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1541         to Erik Sandberg) 
1542
1543         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1544
1545         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1546
1547         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1548
1549         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1550
1551 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1554         solo-state (at end of solo), we can set the solo status
1555         too. (backportme.)
1556
1557         * input/regression/part-combine-solo-end.ly: new file.
1558
1559 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1560
1561         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1562         flavour abc files.  Really ignore unknown keys (backportme).
1563
1564 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1565
1566         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1567         magnification_ when looking up in orig_.
1568
1569         * scm/output-tex.scm (text): switch off char-mapping.
1570
1571         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1572         because AFM's encoding field cannot have spaces.
1573
1574 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1575
1576         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1577
1578 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1579
1580         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1581
1582         * mf/cmr.enc: new file, without hi-bit ascii info. 
1583
1584         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1585         width. This removes the 'hook' at the end of a long slur.
1586
1587         * buildscripts/mf-to-table.py (parse_logfile): don't append
1588         encoding to fontname.
1589
1590 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1591
1592         * scm/output-ps.scm (define-fonts): Load .enc only once.
1593
1594         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1595         too.
1596
1597 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1598
1599         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1600         encoding field.
1601
1602         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1603
1604         * ly/portuges.ly (pitchnames): new file.
1605
1606         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1607         Michael Welsh Duggan
1608
1609         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1610
1611         * ly/nederlands.ly: add comment about digits.
1612
1613         * lily/scaled-font-metric.cc (derived_mark): idem.
1614
1615         * scm/encoding.scm (make-encoding-mapping): change permutation to
1616         mapping.
1617
1618         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1619         (Modified_font_metric): make alist for coding_description_
1620         (LY_DEFINE): remove coding-name.
1621
1622         * scm/output-tex.scm (text): remove debugging code.
1623
1624         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1625
1626         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1627         from infile.
1628
1629         * mf/feta-generic.mf: move fet_beginfont into generic code.
1630         use fetaMusic (without space) as encoding
1631
1632         * mf/feta-autometric.mf: take encoding argument
1633
1634         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1635
1636         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1637         use.
1638
1639         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1640         name.
1641
1642 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1643
1644         * input/test/title-markup.ly: Set inputencoding.
1645
1646         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1647
1648         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1649
1650         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1651         function.
1652         (coding-alist): Also hold filename, command.
1653         (read-encoding-file): Return symbols.
1654
1655 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1656
1657         * scm/output-tex.scm: remove fontify; text and char take a font
1658         argument.
1659
1660         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1661
1662         * lily/scaled-font-metric.cc (text_dimension): init
1663         coding_{permutation,table}_ too 
1664         (LY_DEFINE): ly:font-encoding, new function return
1665
1666         * lily/paper-def.cc (find_scaled_font): take input coding from
1667         inputcoding paper var.
1668
1669         * lily/performance.cc (output): remap modulo 16.
1670
1671         * lily/text-item.cc (interpret_markup): whoops, variable
1672         shadowing fixed.
1673
1674 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1675
1676         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1677         symbols, not symbols to strings.
1678         
1679         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1680         symbols, not symbols to strings.
1681
1682 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1683
1684         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1685         (ly:kpathsea-gulp-file): New function.
1686
1687         * scm/encoding.scm (read-encoding-file): Use it.
1688
1689 2004-04-06  Werner Lemberg  <wl@gnu.org>
1690
1691         * scm/encoding.scm (coding-alist): Fix typo.
1692
1693 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1694
1695         * lily/scaled-font-metric.cc (text_dimension): move function from
1696         Font_metric
1697         (make_scaled_font_metric): init coding_scheme_ to TeX
1698         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1699
1700         * lily/include/scaled-font-metric.hh (struct
1701         Modified_font_metric): rename from Scaled_font_metric
1702
1703         * scm/encoding.scm (read-encoding-file): split up large function,
1704         leave caching to (delay)
1705
1706         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1707
1708 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1709
1710         * lily/my-lily-lexer.cc (set_encoding): New method.
1711
1712         * lily/lexer.ll: Grok \encoding.
1713
1714         * lily/font-metric.cc (get_encoded_index): New function.
1715
1716         * lily/include/font-metric.hh (coding_scheme): New method.
1717
1718         * scm/encoding.scm: New file.
1719
1720         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1721
1722 2004-04-05  Werner Lemberg  <wl@gnu.org>
1723
1724         * Documentation/user/tutorial.itely: Revised (finished).
1725
1726         * Documentation/user/macros.itexi (@separate): Removed.
1727
1728 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1729
1730         * scm/output-ps.scm (define-fonts): fix scaling.
1731
1732         * lily/scaled-font-metric.cc (design_size): add function.
1733
1734         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1735         partial cut&paste of ly:font-magnification.
1736
1737 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1738
1739         * scm/output-ps.scm (define-fonts):
1740         (fontify): Update.
1741
1742 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1743
1744         * po/fr.po: update. (backportme).
1745
1746         * po/nl.po: update. (backportme). 
1747
1748         * mf/feta-beugel.mf: document why design size is not fixed.
1749
1750         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1751
1752 2004-04-04  Werner Lemberg  <wl@gnu.org>
1753
1754         * Documentation/user/tutorial.itely: Revised (continued).
1755
1756 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1757
1758         * po/nl.po: Update (backportme).
1759
1760 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1761
1762         * po/de.po: update. (backportme).
1763
1764         * scm/output-tex.scm (font-command): use ly: functions to
1765         construct name.
1766         (define-fonts): don't use alist, just dump \font definitions.
1767         (font-load-command): calculate proper scaling by taking
1768         outputscale from paper argument.
1769
1770         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1771         expression.
1772
1773         * lily/paper-outputter.cc (output_header): pass paper arg to
1774         define-fonts
1775
1776         * lily/paper-def.cc (font_descriptions): dump list of
1777         Scaled_font_metrics
1778         (find_scaled_font): take Font_metric argument, store
1779         Scaled_font_metrics in hash-table containing (size ->
1780         Scaled_font_metrics) alist.
1781         (get_dimension): rename from get_realvar
1782
1783         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1784         ly:font-magnification, ly:font-name: new functions
1785
1786 2004-04-03  Werner Lemberg  <wl@gnu.org>
1787
1788         * Documentation/user/dedication.itely,
1789         Documentation/user/preface.itely,
1790         Documentation/user/introduction.itely,
1791         Documentation/user/tutorial.itely: Revised.
1792         Removing leading spaces which distorts output if info files are read
1793         with stand-alone info.
1794         Removing superfluous inter-word spaces which also distorts output
1795         for stand-alone info.
1796         Using ` and ' instead of `` and '' everywhere to improve
1797         legilibility with stand-alone info
1798         Using @samp for single-letter input items and data which contains
1799         spaces, @code for other things.
1800
1801         * lily/grob-interface.cc: Adding copyright.
1802         (check_interfaces_for_property): Improve format of warning message.
1803
1804 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1805
1806         * lily/include/font-metric.hh (struct Font_metric): add
1807         design_size () method.
1808
1809         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1810
1811         * lily/afm.cc (read_afm_file): read design size.
1812
1813         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1814
1815         * scm/music-functions.scm (unfold-repeats): handle dots too.
1816
1817 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1818
1819         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1820         (backportme)
1821
1822 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1823
1824         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1825         lyric indent.  Revert melismaBusyProperties using \unset.
1826
1827 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1828
1829         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1830
1831         * lily/parser.yy (command_element): allow redefinition of |
1832         meaning.
1833
1834         * lily/break-align-engraver.cc (acknowledge_grob): construct
1835         LeftEdge where the first cause for alignment is coming from.
1836         This makes \override Staff.LeftEdge work as expected.
1837
1838         
1839         * lily/slur-performer.cc (Slur_performer): add inits
1840
1841         * lily/beam-performer.cc (Beam_performer): add inits
1842
1843 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1844
1845         * VERSION (PACKAGE_NAME): release 2.2.0
1846
1847         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1848
1849 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1850
1851         * lily/cluster.cc (height): Fix warning.
1852
1853         * lily/parser.yy: Janitorial cleanups.
1854
1855         * Documentation/user/tutorial.itely (Tutorial): Typo.
1856
1857 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1858
1859         * lily/change-iterator.cc (process): search at multiple context
1860         levels. This fixes 
1861
1862         
1863         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1864         not voice-state index for tie state. This fixes a partcombine
1865         problem with ties.
1866
1867         * Documentation/user/tutorial.itely (Commenting input files): add
1868         note about convert-ly.
1869
1870         * input/test/cadenza-skip.ly:  new file.
1871
1872 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1873
1874         * po/nl.po: Spelling fixes.
1875
1876         * autogen.sh (srcdir): Regenerate.
1877
1878         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1879         autogen.sh.
1880
1881         * configure.in: Use C++ to check for C++ header.
1882
1883         * po/nl.po: Update.
1884
1885         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1886
1887         * lily/event.cc (to_relative_octave): Translatable sentence should
1888         be one string.
1889
1890         * python/lilylib.py (warranty): Year range is not translatable.
1891         It's 2004 already!
1892
1893         * flower/warn.cc (non_fatal_error, warning, programming_error):
1894         Remove whitespace from translated string.
1895
1896 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1897
1898         * VERSION: release 2.1.37.
1899
1900 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1901
1902         * configure.in: check for C language.
1903
1904         * lily/source-file.cc: include strstream without h.
1905
1906         * scm/documentation-generate.scm (string-append): use name without
1907         .texi.
1908
1909         * autogen.sh (srcdir): SUSE fix.
1910
1911         * Documentation/user/notation.itely (Ancient clefs): idem.
1912
1913         * Documentation/user/lilypond-book.itely (Integrating HTML and
1914         music): idem.
1915
1916         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1917
1918         * lily/change-iterator.cc (process): use find_existing_context().
1919
1920         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1921
1922         * input/regression/repeat-unfold-tremolo.ly: new file.
1923
1924         * scm/music-functions.scm (unfold-repeats): undo music compression
1925         too.
1926
1927         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1928         (LY_DEFINE): ly:music-compress new function.
1929
1930         * scm/part-combiner.scm (determine-split-list): split for voice
1931         crossings
1932
1933         * input/regression/part-combine-cross.ly: new file.
1934
1935         * scm/part-combiner.scm (make-part-combine-music): don't do
1936         relative inside partcombine arguments.
1937
1938         * scm/music-functions.scm (make-non-relative-music): new function.
1939
1940         * Documentation/user/notation.itely (Automatic part combining):
1941         add note about \relative.
1942
1943         * lily/part-combine-iterator.cc (construct_children): add
1944         start_moment_ member.
1945
1946         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1947         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1948
1949         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1950
1951         * Documentation/user/changing-defaults.itely (Which properties to
1952         change): fixes.
1953
1954 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1955
1956         * po/fr.po: update.
1957
1958 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1959
1960         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1961
1962         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1963         Reinstate old code that issues warning.  Fixes --srcdir build.
1964
1965 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1966
1967         * input/wilhelmus.ly: New file.
1968
1969         * Documentation/user/notation.itely: 
1970         * Documentation/user/introduction.itely:
1971         * Documentation/user/tutorial.itely: Use quote ly-option instead
1972         of explicit @quotation.  This fixes too long lilypond linewidths
1973         resulting in overful hboxes.
1974
1975         * scripts/lilypond-book.py: Add ly-option: `quote'.
1976
1977 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1978
1979         * tex/titledefs.tex: Avoid that the first score line is extra
1980         indented if instrument is defined but not piece.
1981
1982 2004-03-30  Werner Lemberg  <wl@gnu.org>
1983
1984         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1985         `lilypond/' to info file name.
1986         (@usermanref) [info]: New variant.
1987
1988         * scm/documentation-generate.scm: Fix definition of @usermanref
1989         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1990         to info file name.
1991
1992 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1993
1994         * VERSION: release 2.1.36
1995         
1996         * Documentation/user/changing-defaults.itely (Interpretation
1997         contexts): rewrite introduction.
1998
1999 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2000
2001         * scm/define-markup-commands.scm: Use TeX accents instead of
2002         straight iso-8859-1 encoding in the doc string.
2003
2004 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2005
2006         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2007         space after dotted duration.
2008
2009 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2010
2011         * Documentation/user/introduction.itely: 
2012         * Documentation/user/notation.itely:
2013         * Documentation/user/tutorial.itely: Up all relative examples.
2014         Enclose @lilypond displays in @quotation.  Typos and corrections.
2015
2016         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2017
2018 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2019
2020         * scm/music-functions.scm (make-voice-props-revert): Revert also
2021         MultiMeasureRest staff-position in oneVoice.
2022
2023 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2024
2025         * Documentation/user/changing-defaults.itely, 
2026         Documentation/user/lilypond.tely: few fixes. Place no comma between
2027         two options: a and b, but commas between three options: a, b, and c.
2028         By this manner, grouping is possible: a and b, and c and d.
2029
2030 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2031
2032         * Documentation/user/GNUmakefile: add rule for .nexi
2033
2034 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2035
2036         * Documentation/user/music-glossary.tely: move glossary direntry
2037
2038         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2039         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2040
2041 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * stepmake/aclocal.m4: Verify that gettext configure check with
2044         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2045
2046 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2047
2048         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2049         glob.glob for .png filenames. This catches multipage pngs.  
2050
2051         * Documentation/user/changing-defaults.itely (Determining the grob
2052         property): fix references.
2053
2054         * lily/staff-symbol.cc (print): only add extent if non empty.
2055         This fixes staff-container.ly.
2056
2057         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2058         starting with a mmrest also works.
2059
2060         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2061         PNG for texinfo too.
2062
2063         * po/lilypond.pot: update translation strings.
2064
2065         * VERSION: 2.1.35 released
2066         
2067         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2068         context argument too.
2069
2070         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2071
2072         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2073
2074         * python/lilylib.py (command_name): don't return 1st path
2075         component.
2076
2077         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2078         .png case separately.
2079
2080         * python/lilylib.py (system): typo.
2081         
2082 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2083
2084         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2085         run indent-region.
2086
2087         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2088         Fixes compile.
2089
2090         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2091         Add header.
2092
2093 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2094
2095         * vim/lilypond-indent.vim: small fixes.
2096
2097 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2098
2099         * Documentation/user/notation.itely (Entering lyrics): Add example
2100         with correct english double quotes (at least for LaTeX output,
2101         maybe not a good idea if we switch to PS as the default output
2102         format).
2103
2104 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2105
2106         * lily/staff-performer.cc (create_audio_elements): play instrument
2107         changes before notes arrive. This fixes instrument of the first
2108         note in a score.
2109
2110         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2111         to 1.9.0 conversion.
2112
2113         * lily/mark-engraver.cc: doc string.
2114
2115         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2116
2117         * Documentation/user/introduction.itely (Introduction): new node.
2118
2119 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2120
2121         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2122
2123         * input/regression/spacing-ragged-last.ly: new file.
2124
2125         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2126         spacing.
2127
2128         * scm/font.scm: rewrite using GOOPS.
2129         
2130         * lily/context-def.cc (filter_engravers): derefence pointer.
2131
2132         * lily/lily-guile.cc (type_check_assignment): use
2133         ly_scheme_function iso. scm_primitive_eval where possible.
2134
2135         * lily/performance.cc (output): limit channels at 15. This fixes
2136         percussion inadvertently showing up in large scores.
2137
2138 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2139
2140         * input/regression/tuplet-gap.ly: new file.
2141
2142         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2143         (print): compute gap length from number size, include italic
2144         correction.
2145
2146         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2147         tuplet-bracket
2148
2149         * scm/paper.scm (set-default-paper-size): new function, to be
2150         called at toplevel.
2151         (set-paper-size): new function, to be called inside \paper {}
2152         (set-default-paper-size): new function, to be called at toplevel.
2153
2154         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2155
2156         * lily/beam-performer.cc (process_music): idem.
2157
2158         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2159         
2160         * tex/titledefs.tex: remove scshape for piece.
2161
2162         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2163         font-family
2164
2165         * lily/time-signature.cc (special_time_signature): font-encoding
2166         not family.
2167
2168         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2169         dynamic to head. This fixes p placement in morgenlied.
2170
2171 2004-03-23  Werner Lemberg  <wl@gnu.org>
2172
2173         * stepmake/stepmake/generic-targets.make (help): Improve text.
2174
2175 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2176
2177         * VERSION: 2.1.34 released
2178         
2179         * lily/main.cc (main_with_guile): switch debugging.
2180
2181         * lily/system.cc (get_line): plug leak.
2182
2183         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2184         and contents.
2185         (stencil2line): plug leak.
2186
2187         * Documentation/user/changing-defaults.itely (Determining a grob
2188         property):  new node.
2189         (Layout interfaces): new node.
2190         (Navigating the program reference): new node.
2191
2192         * lily/accidental-engraver.cc (acknowledge_grob): add property
2193         harmonicAccidentals
2194
2195         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2196         general cleanups.
2197         
2198         * input/les-nereides.ly (middleDynamics): resurrect Les
2199         nereides. Remove pedal hack.
2200
2201 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2202
2203         * input/regression/property-grace-polyphony.ly: new file.
2204
2205         * lily/translator-property.cc (execute_pushpop_property): only pop
2206         one instance of the property. This fixes << \\ >> together with
2207         \grace.
2208
2209         * lily/break-align-interface.cc (ordered_elements): we cannot
2210         modify the #'elements property, so return reordered array.
2211
2212 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2213
2214         * buildscripts/lilypond.words.py: remove.
2215         * buildscripts/lilypond-words.py: add new, renamed file. 
2216         Give generated targets and dirs explicitly in arguments.
2217
2218         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2219         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2220         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2221         
2222         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2223
2224         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2225
2226         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2227         orders.
2228
2229         * vim/GNUmakefile: add local-uninstall target.
2230
2231         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2232         
2233         * vim/vimrc: add a one-liner file.
2234
2235         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2236         vimrc in EXTRA_DIST_FILES.
2237
2238         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2239
2240 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2241
2242         * config.make.in: add vimdir.
2243
2244         * vim/GNUmakefile: add local-install.
2245
2246 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2247
2248         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2249         with \lilypondifundefined{blabla}. Solves problem with multiple
2250         titles in the same lilypond-book document.
2251
2252 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2253
2254         * scm/document-backend.scm (interface-doc): sort grob list for
2255         interface.
2256
2257         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2258         pre/post break align-order.
2259
2260         * spelling patch courtesy Edward Sutton.
2261
2262         * Documentation/user/changing-defaults.itely (Changing context
2263         default settings): new node.
2264         (Defining new  contexts): new node.
2265
2266         * scripts/lilypond-book.py (is_derived_class): use numbers
2267         iso. booleans.
2268
2269         * python/lilylib.py (make_ps_images): add margin to PS images.
2270
2271         * scripts/lilypond-book.py (is_derived_class): new function. Take
2272         class arg iso. object.
2273         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2274         for bug in GS/dvips.
2275
2276         * lily/text-item.cc (interpret_markup): idem.
2277
2278         * scm/define-markup-commands.scm: remove split around-space hack.
2279
2280         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2281         function, fold WL's fixes into one function.
2282
2283 2004-03-22  Werner Lemberg  <wl@gnu.org>
2284
2285         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2286         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2287         (Note_column::head_position_interval): Do proper rounding for
2288         calls to Staff_symbol_referencer::get_position.
2289
2290 2004-03-21  Werner Lemberg  <wl@gnu.org>
2291
2292         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2293         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2294         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2295         (My_lily_parser::parse_file): Improve formatting progress indication
2296         sent to stdout.
2297
2298 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2299
2300         * VERSION: 2.1.33 released.
2301
2302         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2303
2304         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2305
2306         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2307         warning is issued about dummy.dep.
2308
2309         * scm/new-font.scm: fix design sizes of nummer
2310
2311 2004-03-21  Werner Lemberg  <wl@gnu.org>
2312
2313         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2314         some annoying warnings from mkdir during `make install'.
2315
2316 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2317
2318         * lily/performer-group-performer.cc (do_announces): call
2319         Performer_group_performer::create_audio_elements () too.
2320
2321         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2322
2323         * scm/define-grobs.scm (all-grob-descriptions): add property
2324         break-align-orders
2325
2326         * lily/global-context.cc (get_default_interpreter): new
2327         function. Override from base class, so no new Score contexts are
2328         created.
2329
2330         * lily/include/stencil.hh (class Stencil): document origin field.
2331
2332         * lily/staff-symbol.cc (print): span staff-symbol on column
2333         extents for non-broken columns. 
2334
2335         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2336         key-signature.
2337
2338         * tex/titledefs.tex: don't use smallcaps for piece.
2339
2340         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2341         translated stencils in the output.
2342
2343         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2344
2345 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2346
2347         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2348         and init ties_created_
2349
2350         * VERSION: release 2.1.32
2351
2352         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2353         doc string from IMPLEMENT_CTOR_CALLBACK().
2354
2355         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2356         that engraver is in a performer hierarchy.
2357
2358 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2359
2360         * vim/lilypond-ftdetect.vim: new file.
2361
2362 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2363
2364         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2365         (compose_ly): default octave should be middle C.
2366
2367         * Documentation/user/changing-defaults.itely (Layout tunings
2368         within contexts): new node.
2369
2370         * lily/include/smobs.hh: document C++ smob interface.
2371
2372         * lily/function-documentation.cc: don't doc functions without
2373         docstring.
2374
2375 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2376
2377         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2378         direntry, so that `info lilypond' goes to Top.
2379
2380         * scm/output-ps.scm (polygon): Fix: add spaces.
2381
2382         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2383         solutions are now optimal too.
2384
2385         * input/test/page-breaks.ly: New file.
2386
2387         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2388         functions into safe module.
2389
2390         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2391         end, prepend zeros.
2392
2393         * scm/output-*.scm: Use ly:number->string rather than
2394         number->string.  Makes for saner output.
2395
2396         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2397         Fixes feta-nummer, feta-din scaling.
2398
2399 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2400
2401         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2402
2403         * scm/music-functions.scm (descend-to-context): new
2404         function. Similar to context-spec-music.
2405         (make-time-signature-set): specify Score as descend-only. This
2406         fixes the polymetric.ly example.
2407
2408         * lily/context-specced-music-iterator.cc (construct_children): add
2409         support for descend-only context spec.
2410
2411         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2412         determine ez-notation letter. 
2413
2414         * lily/system.cc (get_line): start with dumping layer 3. This
2415         fixes ez notation.
2416
2417 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2418
2419         * input/test/title-markup.ly: Stress breaking harder.
2420
2421         * scm/page-layout.scm (height-score): Overfull page scores twice
2422         as bad as underfull (was: by a power).
2423         (walk-lines): Omit first walk-path round (breaking after new node,
2424         without lines).
2425
2426         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2427         diff values are negative.
2428         (output): Bugfix: treat negative vfill differently.
2429
2430         * Documentation/user/lilypond.tely (direntry): Add note about why
2431         `info lilypond' brings up `Invoking LilyPond' node.
2432
2433 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2434
2435         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2436
2437         * lily/paper-book.cc: Remove cruft.
2438         (output): Bugfix: put vfill between lines.
2439         (pages): Bugfix: set page vars needed for filling.
2440
2441         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2442         (was: @ar).
2443
2444         * scm/page-layout.scm: Further development.
2445
2446         * ly/declarations-init.ly (paper): Define page-breaking.
2447
2448 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2449
2450         * lily/note-head.cc (brew_ez_stencil): add note-names
2451         property. Provides internationalization for note names.
2452
2453         * Documentation/user/changing-defaults.itely (Creating contexts):
2454         new node.
2455
2456         * lily/grace-iterator.cc (process): descend to child for \grace.
2457
2458         * lily/timing-translator.cc (initialize): Timing_translator adds
2459         Timing alias by itself.
2460
2461         * lily/context.cc (add_alias): new function.
2462
2463         * scm/lily.scm (tex-output-expression): new function, eval within
2464         drawing API. Guards against eval vulnerabilities.
2465
2466         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2467
2468         * scm/output-ps.scm (scm): export lily drawing API.
2469
2470         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2471         throughout.
2472
2473 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2474
2475         * scm/page-layout.scm (optimal-page-breaking): New function.
2476         
2477         * lily/paper-book.cc (pages): Use it.
2478
2479 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2480
2481         * lily/include/paper-line.hh (class Paper_line): Full smob.
2482
2483 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2484
2485         * lily/global-context.cc (run_iterator_on_me): fix grace note
2486         nesting by initting measurePosition.
2487
2488         * lily/timing-translator.cc (initialize): do no init
2489         measurePosition
2490         
2491         * lily/include/music-output-def.hh (class Music_output_def): add
2492         input_origin_ field.
2493
2494         * Documentation/user/changing-defaults.itely (Changing context
2495         properties on the fly): new node.
2496
2497         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2498         function. Only have smobbed_copy (), and do not provide
2499         smobbed_copy() for non-simple smobs. Changes throughout.
2500
2501 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2502
2503         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2504         start_moment_. Fix by Doug A. Linhardt.
2505
2506 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2507
2508         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2509         accidentals for harmonic notes.
2510
2511         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2512         of different style. (Thanks to Doug Linhardt).
2513
2514         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2515         new node.
2516
2517 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2518
2519         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2520
2521         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2522         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2523         vim/lilypond-indent.vim: doc targets and deps in comments.
2524
2525 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2526
2527         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2528
2529         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2530
2531         * lily/include/paper-line.hh:
2532         * lily/include/paper-line.cc: New file.
2533
2534 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2535
2536         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2537
2538         * GNUmakefile.in: remove stray make out=www
2539
2540         * input/test/bagpipe.ly (gcdg): octave fixes.
2541
2542         * scm/define-markup-commands.scm (number): use font-encoding
2543         iso. font-family
2544
2545         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2546         font-encoding.
2547         
2548 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2549
2550         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2551         `output_format_global' and `PAGE_LAYOUT'.
2552
2553 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2554
2555         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2556         lily functions in safe mode.
2557
2558         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2559         Print filename for HTML, LATEX, before texidoc.
2560
2561         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2562         instructions in output-ps module.
2563
2564         * scm/lily.scm: Do not load output-ps module.
2565
2566         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2567         safe mode.
2568
2569 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2570
2571         * lily/span-dynamic-performer.cc (process_music): remove spurious
2572         warning.
2573
2574         * lily/context-def.cc (Context_def): init name to ""
2575
2576         * lily/font-interface.cc: add font-encoding property.
2577
2578         * scm/lily.scm (chain-assoc-get): bugfix.
2579
2580         * lily/paper-book.cc (stencil2line): protect static SCM.
2581
2582         * lily/font-interface.cc (text_font_alist_chain): rename function,
2583         and use text-font-defaults. 
2584
2585         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2586
2587         * scm/paper.scm (paper-set-staff-size): use new function.
2588
2589         * scm/new-font.scm (make-font-tree): new function.
2590
2591 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2592
2593         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2594
2595         * scm/lily.scm (get-output-module): New function.
2596         (output-alist): Remove ,ps-output-expression.
2597
2598         * scm/output-tex.scm (ps-output-expression): New function.
2599
2600         * scm/output-ps.scm (ps-output-expression): Remove.
2601         (header, start-page): Output page metadata.
2602
2603         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2604         initialise output_module_.  Do not write part of header.
2605         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2606         (output_header): Output full header.
2607
2608         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2609         FIXME.
2610
2611 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * scm/new-font.scm: new file. Tree based font lookup.
2614
2615         * scm/lily.scm (assoc-get): take default argument. Remove
2616         assoc-get-default.
2617         (chain-assoc-get): use chain-assoc-get everywhere.
2618
2619         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2620         autobeamsettings conversion bug.
2621
2622         * lily/include/global-context.hh (Context): clean-up data hiding.
2623
2624         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2625         data hiding.
2626
2627         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2628
2629         * input/regression/stem-shorten.ly: add chord case.
2630
2631         * lily/stem.cc (get_default_stem_end_position): shorten stems
2632         triggered by note-head positions, not by forced-direction. This
2633         fixes a bug with too short stems.  
2634  
2635 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2636
2637         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2638         Lilypond_snippet.output_latex): Always call output_print_filename.
2639
2640         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2641         expand pages.
2642
2643 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2644
2645         * scm/part-combiner.scm (make-autochange-music): switch rests
2646         before switched notes too.
2647
2648         * lily/figured-bass-engraver.cc (process_music): change calling
2649         convention.
2650
2651         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2652
2653         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2654         command.
2655
2656         * lily/include/stencil.hh (class Stencil): add origin field.
2657
2658         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2659         function.
2660
2661         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2662
2663         * lily/lexer.ll: remove support for \$ and $ in identifiers
2664
2665         * lily/sequential-iterator.cc: remove copy_grace_fixups
2666         (get_grace_fixup): slight abstraction of fixup code.
2667
2668         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2669
2670 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2671
2672         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2673         in insert-mode. add indenting rules.
2674
2675 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2678         protect hack.
2679
2680         * scm/page-layout.scm:
2681         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2682         layout and titling should now match external latex based version.
2683
2684         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2685         header fields.
2686
2687         * ps/lilyponddefs.ps: Remove automatic page layout.
2688
2689         * scm/output-ps.scm (new-start-system): New interface function.
2690
2691         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2692
2693         * lily/paper-book.cc (output): Bugfix.
2694
2695 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2696
2697         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2698         
2699 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2700
2701         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2702         direntries.
2703
2704         * ps/lilyponddefs.ps: Bugfix.
2705
2706         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2707
2708 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2709
2710         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2711         cause. This should fix warnings.
2712
2713         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2714
2715         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2716         prevent aligned 6ths.
2717
2718         * lily/custos.cc (print): remove adjust-if-on-staffline.
2719
2720 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2721
2722         * lily/paper-book.cc: Do header and footer.
2723
2724 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2725
2726         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2727
2728         * scm/paper.scm (lineheight): Remove
2729         (head-sep, foot-sep): Add.
2730
2731 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2732
2733         * mf/feta-schrift.mf: reduce portato thickness.
2734
2735         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2736
2737         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2738         programming_error ().
2739
2740         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2741         bracket to last command column.
2742
2743         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2744         continues on next/prev system.
2745
2746         * input/regression/pedal-end.ly: new file.
2747
2748 2004-03-10  Werner Lemberg  <wl@gnu.org>
2749
2750         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2751         Remove pmx2ly stuff.
2752         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2753
2754 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2755
2756         * scm/page-layout.scm: New file.
2757
2758         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2759         settings.
2760         (Lilypond_snippet.is_outdated): Also check for PNG file.
2761         Workaround for interrupted (web) builds.
2762
2763         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2764
2765         * ps/lilyponddefs.ps: Use only very small top-marging.
2766         (init-paper): Also pop page size string.
2767         (start-page, stop-page): New function.
2768
2769         * scm/output-ps.scm (header-end): Remove stray exec commands.
2770
2771 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2772
2773         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2774
2775         * lily/score.cc (default_rendering): clean protection.
2776
2777         * lily/paper-book.cc (mark_smob): implement smob marking.
2778
2779         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2780
2781         * Documentation/user/*.itely: user manual edits. 
2782
2783 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2784
2785         * Documentation/user/converters.itely (Invoking musedata2ly):
2786         remove pmx2ly.
2787
2788         * scripts/pmx2ly: remove script.
2789         
2790 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2791
2792         * lily/score.cc (default_rendering): Protect paper-book members.
2793
2794         * lily/paper-def.cc (smobbed_copy): New method.
2795
2796         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2797         switch runtime.
2798
2799         * lily/include/music-output.hh (process): Change signature to
2800         return SCM.
2801
2802         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2803         method.
2804
2805         * lily/paper-score.cc (process): Return stencils rather than
2806         outputting directly.  Remove paper-book kludge.  Delete grobs.
2807         (output): Remove.
2808
2809         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2810
2811         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2812
2813         * lily/score.cc (default_rendering)
2814         (ly_render_output): Move adding paper-score two levels up.
2815
2816         * lily/system.cc (get_line):
2817         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2818
2819 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2820
2821         * scm/font.scm (paper20-font-vector): add more design sizes for
2822         number.
2823
2824         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2825         feta-nummber{5,7,11,13}.
2826
2827         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2828         for 12pt design size. 
2829
2830 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2831
2832         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2833
2834 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2835
2836         * lily/font-select.cc (properties_to_font_size_family): Fix
2837         warning message.
2838
2839         * Experimental PostScript latin1 encoding:
2840         
2841         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2842
2843         * scm/output-ps.scm: Experimental encoding using reencode-font.
2844         * scm/font.scm: Add latin1 `font-shape'.
2845         
2846         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2847
2848         * ps/lilyponddefs.ps (reencode-font): New function.
2849
2850         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2851
2852         * scm/output-tex.scm (start-page):
2853         (stop-page): New interface function.
2854
2855 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2856
2857         * lily/paper-outputter.cc (output_expr):
2858         (output_header):
2859         (output_line): New method.
2860
2861         * lily/system.cc (get_line):
2862         (get_lines): New method.
2863         (output_scheme):
2864         (output_line): Remove.
2865
2866         * scm/lily.scm (make-title): New function.
2867
2868         * lily/paper-book.cc: 
2869         * lily/include/paper-book.hh: New file.
2870
2871         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2872         ly-modules.hh).
2873
2874         * lily/ly-module.cc (ly_modules_lookup): New function.
2875
2876         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2877
2878         * scm/output-ps.scm (make-title): Remove.
2879         (output-scopes): Junk header-title test.
2880
2881 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2882
2883         * mf/feta-schrift.mf: thicker dot for portato.
2884
2885         * lily/accidental-placement.cc (position_accidentals): bugfix in
2886         offset, this fixes right-padding of AccidentalPlacement.
2887
2888         * lily/[h-z]*.cc: () formatting.
2889
2890         * Documentation/user/tutorial.itely (An orchestral part): more
2891         fixes for the tutorial.
2892
2893         * scm/translation-functions.scm (fraction-tuplet-formatter):
2894         reverse fraction.
2895
2896         * lily/parser.yy (context_def_spec_block): use \context instead of
2897         \translator.
2898
2899         * lily/[a-g].cc: () style cleanup.
2900
2901         * Documentation/user/tutorial.itely (Automatic and manual beams):
2902         editing of tutorial.
2903
2904 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2905
2906         * buildscripts/mf-to-table.py (base): write encoding name.
2907
2908 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2909
2910         * Documentation/user/GNUmakefile (local-install-info): Issue
2911         warning (for packager, ie, if not installing in /usr or /usr/local).
2912
2913         * lily/stencil-scheme.cc: 
2914         * lily/staff-symbol-referencer.cc: 
2915         * lily/script-column.cc: 
2916         * lily/pitch.cc: 
2917         * lily/music.cc: 
2918         * lily/grob-pq-engraver.cc: 
2919         * lily/font-interface.cc: 
2920         * lily/music-output-def.cc: 
2921         * lily/duration.cc: 
2922         * lily/grob-scheme.cc:
2923         * lily/context-scheme.cc: Put scheme name on first line in
2924         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2925         style cleanups.
2926
2927         * stepmake/stepmake/scm-vars.make: 
2928         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2929         Rename and split TAGS_FILES.
2930
2931         * GNUmakefile.in (ALL-TAGS): Remove.
2932         
2933         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2934         deeper TAGS files.  Fixes regexp tags in TOP dir.
2935
2936 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2937
2938         * VERSION: 2.1.29 released.
2939         
2940         * Documentation/user/changing-defaults.itely (Changing defaults):
2941         new file.
2942
2943         * Documentation/user/notation.itely (Notation manual): rename from 
2944         refman.itely
2945
2946         * Documentation/user/notation-appendices.itely (The Feta font):
2947         new file.
2948
2949         * Documentation/user/advanced.itely: add aborted attempt for
2950         advanced topics manual.
2951
2952 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2953
2954         * scm/new-markup.scm: display Markups in sane format. Patch by
2955         Nicolas Sceaux.
2956
2957 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2958
2959         * lily/main.cc: Cleanups.
2960         (setup_localisation): New function.
2961         (sane_putenv): Remove.
2962         (main_with_guile): New name (Was: main_prog).  Remove musings
2963         about possible preparation for GUILE heavy memory usage and
2964         practical uselessness.  Do not set environment variables
2965         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2966         name juggling.
2967         (parse_argv): New function.
2968         (copyright): New function.  It's 2004 already.
2969
2970         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2971         (distill_inname): Move from main.
2972
2973 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2974
2975         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2976
2977         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2978
2979         * Documentation/user/running.itely: new file.
2980
2981         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2982
2983         * lily/score-performer.cc (finish): call Translator::finalize ().
2984
2985 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2986
2987         * lilypond-ftpplugin.vim: renamed to the following file.
2988         * lilypond-ftplugin.vim: new file.
2989
2990         * GNUmakefile.in: update VIM_FILES.
2991
2992 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2993
2994         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2995         props.
2996
2997         * input/test/tie-sparse.ly: remove.
2998
2999         * lily/tie-performer.cc (try_music): copy & paste from
3000         Tie_engraver.
3001
3002         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3003         variable_ref twice.
3004
3005         * lily/key-performer.cc (create_audio_elements): use
3006         alterations-in-key.
3007
3008         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3009
3010 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3011
3012         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3013         handle also quarter tones (not shown as tests). test also flats.
3014
3015         * Documentation/index.html.in: small fixes.
3016
3017 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3018
3019         * input/regression/new-markup-scheme.ly: Typo.
3020
3021         * scm/define-markup-commands.scm (fill-line): New markup.
3022
3023         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3024         (output-paper-def): Fix alignment.
3025         (make-title): Fix height/width scaling.
3026
3027         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3028
3029         * input/test/title-markup.ly: Add remaining titles.  Layout and
3030         font size fixes.  Add simplistic latin1 test.
3031
3032 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3033
3034         * input/test/nested-groups.ly: remove. move content (to next). 
3035         * input/test/staff-bracket.ly: replace content (from prev), this 
3036         has been already in templates.
3037
3038 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3039
3040         * stepmake/autogen.sh: Only issue warning about running configure
3041         without arguments when autogen.sh will actually be running
3042         configure.
3043
3044 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3045
3046         * scm/new-markup.scm (stack-stencil-line): robustness.
3047
3048         * scm/define-markup-commands.scm (simple): robustification of
3049         simple-markup.
3050
3051         * Documentation/user/music-glossary.tely (Top): change central C
3052         to middle C.
3053
3054         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3055
3056 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3057
3058         * input/test/title-markup.ly (spaceTest): Add.
3059
3060         * lily/text-item.cc (interpret_markup): Make line markup from
3061         multi word markup.
3062
3063         * scm/define-markup-commands.scm (word): New markup command.
3064         (simple): Use it.
3065
3066         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3067
3068 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3069
3070         * vim/ftplugin/lilypond.vim:
3071         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3072         show matching paren in insert mode.
3073
3074 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3075
3076         * scm/output-ps.scm (make-title, output-scopes): Further
3077         development.
3078
3079         * input/test/title-markup.ly: New file.
3080
3081         * ps/lilyponddefs.ps: Disable PostScript titling.
3082
3083         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3084
3085 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3086
3087         * lily/arpeggio.cc (width_callback): remove padding.
3088  
3089         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3090
3091         * scm/define-music-types.scm: remove make-music-by-name.
3092
3093         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3094
3095 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3096
3097         * lily/paper-score.cc (process): Output titles using make-title.
3098
3099         * scm/output-ps.scm (output-stencil): Display directly instead of
3100         constructing string.
3101         (make-title): New function.
3102
3103 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3104
3105         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3106         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3107         Move documentation of LaTeX packages for latin1 characters to the
3108         lilypond-book manual.
3109
3110 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3111
3112         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3113
3114         * vimrc: add menu in console and shortcut <F10> for it.
3115
3116         * vim/:
3117         * vim/compiler/:
3118         * vim/syntax/:
3119         * vim/indent/:
3120         * vim/ftplugin/: new directories.
3121         
3122         * vim/filetype.vim: new file.
3123
3124         * lilypond.vim: remove files (see next).
3125         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3126
3127         * vimrc: remove file (see next).
3128         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3129
3130         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3131         add header. apply bindings only locally.
3132
3133         * vim/indent/lilypond.vim: new file.
3134
3135         * vim/ftplugin/lilypond.vim: remove errorformat.
3136         * vim/compiler/lilypond.vim: new file for errorformats.
3137
3138         * Documentation/topdocs/INSTALL.texi: give easier orders.
3139
3140         * ROADMAP: add vim/
3141
3142 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3143
3144         * Documentation/user/introduction.itely (Introduction): Use @image
3145         iso @html <img...>.  Add workaround for images in columns in info.
3146
3147         * stepmake/aclocal.m4: Store computed version in variable.
3148
3149         * configure.in: Export MAKEINFO_VERSION.
3150
3151         * config.make.in (MAKEINFO_VERSION): Add.
3152
3153         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3154
3155         * Documentation/user/GNUmakefile: Only build info with images when
3156         building web.
3157
3158         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3159
3160         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3161         stuff from documentation-targets.make
3162
3163 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3164
3165         * VERSION: 2.1.28 released
3166         
3167         * scripts/convert-ly.py (conv): 
3168
3169 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3170
3171         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3172         \arpeggioBoth. redefine \arpeggioBracket.
3173
3174         * Documentation/user/refman.itely: document new arpeggio
3175         functions.
3176
3177         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3178
3179         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3180
3181         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3182
3183 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3184
3185         * Documentation/user/introduction.itely (Automated engraving):
3186         rewrite introduction using website text.
3187
3188 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3189
3190         * scm/*.scm: make-music-by-name is replaced by make-music, which
3191         also accept music property settings, eg:
3192           (make-music 'TextScriptEvent 'direction DOWN 'text
3193               (make-simple-markup x))
3194
3195         Patch courtesy Nicolas Sceaux
3196
3197         * lily/beam-quanting.cc: cleanup, separate counts for left and
3198         right beam ends.
3199
3200         * lily/side-position-interface.cc (quantised_position): also
3201         quantize staccato position for forced stem directions. 
3202
3203 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3204
3205         * scm/*.scm: Patch by Nicolas Sceaux: 
3206
3207         * scm/music-functions.scm: ly:grob-property and ly:music-property
3208         are made procedure with setters.
3209
3210         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3211         
3212 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3213
3214         * input/test/[t-v]*.ly: finish rewriting texidocs.
3215
3216         * input/test/vaticana.ly: remove.
3217         * input/test/ligature-vaticana.ly: new, renamed file name.
3218
3219         * input/test/stem-centered.ly: remove.
3220         * input/test/mensural-note-heads.ly: new file. take content from
3221         removed file stem-centered.ly.
3222
3223         * input/test/scales-greek.ly: simplify.
3224
3225         * input/test/s*.ly: reformulate texidocs.
3226         
3227         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3228         of missing features.
3229
3230 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3231
3232         * input/test/[j-o]*.ly: update texidocs.
3233
3234 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3235
3236         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3237
3238         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3239         images.
3240
3241         * Documentation/user/lilypond.tely (@direntry): Update.
3242
3243         * stepmake/stepmake/documentation-targets.make
3244         (install-info,uninstall-info): Install into $(package_infodir).
3245         Install images.  Run install-info to update dir.
3246
3247         * config.make.in (package_infodir): Add.
3248
3249         * Documentation/user/GNUmakefile (info-with-images,
3250         local-install-info, local-uninstall-info): New target.
3251
3252 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3253
3254         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3255         gap/threshold.
3256
3257         * lily/beam-quanting.cc (score_slopes_dy): remove
3258         ROUND_TO_ZERO_SLOPE kludge.
3259
3260         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3261
3262         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3263
3264         * lily/global-context.cc (Global_context): alway accept Score
3265         (run_iterator_on_me): cast Context to Score_context, not
3266         Context_def.
3267
3268         * Documentation/user/refman.itely: documentation patch by Edward
3269         Sanford Sutton.
3270
3271         * mf/GNUmakefile: unset sauter-fonts.
3272
3273 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3274
3275         * scripts/lilypond-book.py (output_texinfo): Output @image
3276         descriptions for info too.
3277
3278         * input/test/chord-names-jazz.ly: 
3279         * input/test/embedded-scm.ly: Clarify.
3280
3281         * input/test/cautionaries.ly: Typo.
3282
3283         * lily/input-smob.cc (ly_input_location): Compile fix.
3284
3285 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3286
3287         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3288
3289         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3290         fixes problems with system defaults being reverted with \override
3291         on Score level.
3292
3293         * lily/global-context.cc (Global_context): apply property-ops to
3294         Global_context too. 
3295
3296 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3297
3298         * scm/output-ps.scm (stencil->string): Rewrite.
3299
3300 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3301
3302         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3303         impersonal style.
3304
3305 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3306
3307         * lily/input-smob.cc (ly_input_location: New function.
3308
3309         * scm/define-markup-commands.scm (upright): New markup command.
3310
3311         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3312
3313         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3314
3315         * scm/output-ps.scm (output-stencil): New function.
3316
3317         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3318         of snippet types; fixes @ignore and @verbatim blocks.
3319
3320 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3321
3322         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3323         to a file in printed documentation, instead, refer either to a 
3324         syntax or to an output.
3325
3326 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3327
3328         * input/regression/beam-center-slope.ly: Add test.
3329
3330 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3331
3332         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3333         (SAUTER_FONTS): Reinstate.
3334
3335         * scm/define-markup-commands.scm (caps): New markup command.
3336
3337         * scm/output-ps.scm (output-scopes): Experimental markup output.
3338
3339         * scm/: Add missing headers.
3340
3341         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3342
3343         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3344
3345 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3346
3347         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3348         Stray style cleanups.
3349
3350 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3351
3352         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3353         no dot combination.
3354
3355         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3356         substitute \override Staff.autoBeamSettings too
3357
3358         * Documentation/user/tutorial.itely: proofreading fixes by David
3359         Bobroff
3360
3361 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3362
3363         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3364
3365         * ps/music-drawing-routines.ps: 
3366         * ps/lilyponddefs.ps: Add end markers.
3367
3368 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3369
3370         * VERSION: 2.1.27 released.
3371         
3372         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3373
3374         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3375         obey documentation.
3376
3377 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3378
3379         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3380
3381         * scm/output-ps.scm: Resurrect.
3382         
3383         * scm/output-tex.scm: Minimal cleanups.
3384
3385         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3386
3387         * make/ly-rules.make: Remove any broken lily-*.tex files before
3388         lilypond-book run.
3389
3390         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3391         comment.
3392
3393         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3394         Enabled by default, may save 10% compile time.
3395
3396 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3397
3398         * lily/lyric-phrasing-engraver.cc: remove
3399         
3400         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3401         longer necessary. 
3402
3403         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3404         so lyric-phrasing-engraver is no longer necessary.
3405
3406         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3407         Grob_pq_engraver from Staff.
3408
3409         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3410         busyGrobs directly.
3411
3412         * input/regression/quote-transposition.ly: new file.
3413
3414         * lily/recording-group-engraver.cc (stop_translation_timestep):
3415         store instrumentTuning too. 
3416
3417         * lily/quote-iterator.cc (process): transpose events using
3418         instrumentTuning.
3419
3420         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3421         -> \tuning <pitch>
3422
3423         * lily/parser.yy (command_req): add \tuning command for setting
3424         instrument tuning of staff.
3425
3426         * Documentation/user/GNUmakefile
3427         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3428
3429         * Documentation/user/refman.itely (Customized accidental rules):
3430         typo.
3431
3432 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3433
3434         * Documentation/user/music-glossary.tely: remove the missing norwegian
3435         translation; they can be put in later properly.
3436
3437 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3438
3439         * lily/recording-group-engraver.cc (start_translation_timestep):
3440         init Recording_group_engraver twice.
3441
3442 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3443
3444         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3445         stray style cleanups:
3446
3447         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3448         -Wmissing-prototypes.
3449
3450         * flower/include/killing-cons.tcc (Killing_cons): Add template
3451         specifier for car_.
3452
3453         * flower/include/parray.hh (binsearchs): Add template specifier
3454         for maxkey.
3455
3456         * flower/include/interval.hh: Declare elem () with template specfier.
3457
3458 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3459
3460         * elisp/lilypond-indent.el (get-buffer-size): add customization
3461         groups for several variables (Reuben Thomas).
3462
3463 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3464
3465         * Documentation/user/invoking.itexi (Point and click): add index
3466         entry.
3467
3468         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3469         go under beam.
3470
3471         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3472         sarabande beam. 
3473
3474         * flower/warn.cc (programming_error): cross fingers not thumbs.
3475
3476         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3477         staff-position is set.
3478
3479         * VERSION: release 2.1.26 
3480         
3481         * scm/chord-entry.scm (construct-chord): process transposition
3482         after processing explicit-11.  
3483
3484 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3485
3486         * lily/parser.yy (add_quote): add syntax for adding quotes:
3487         \addquote "id-string" Music
3488
3489         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3490
3491         * scripts/convert-ly.py (conv): add rules for name changes.
3492
3493         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3494         music/context/grob property functions. Internally, use
3495         get_property() and set_property() for both.
3496
3497 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3498
3499         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3500         for Emacs <= 20 (Laurent Martelli).
3501
3502 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3503
3504         * lily/parser.yy (command_element): extract quoted vector in
3505         parser.
3506
3507         * input/regression/quote.ly: new file.
3508
3509         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3510
3511         * lily/parser.yy (command_element): \quote DURATION NAME: support
3512         cue notes. 
3513
3514         * lily/quote-iterator.cc (class Quote_iterator): new file.
3515
3516 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3517
3518         * lily/auto-beam-engraver.cc (try_music): accept and process
3519         beam-forbid-event.
3520
3521         * input/regression/auto-beam-no-beam.ly: new file.
3522
3523 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3524
3525         * lily/accidental.cc (print): Change font-relative-size ->
3526         font-size. Fixes cautionary-style = smaller.
3527
3528 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3529
3530         * lily/system-start-delimiter.cc (staff_brace): remove
3531         font-relative-size
3532
3533         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3534         forgotten with scm_list_n. Fixes spurious coredumps.
3535
3536         * lily/accidental-engraver.cc (stop_translation_timestep): move
3537         update of localKeySignature to stop_translation_timestep (). This
3538         makes sure that all ties are noticed at the right moment.
3539         (stop_translation_timestep): clear tie only when right-side
3540         notehead was seen.
3541         (number_accidentals_from_sig): cleanup. 
3542
3543         * input/regression/accidental-tie.ly (mus): new file
3544
3545         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3546         these longish tests.
3547
3548 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3549
3550         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3551
3552         * THANKS: update bugreporter list.
3553
3554         * lily/beam.cc (print): broken beams last until end of staff.
3555         (print): broken beams start from prefatory matter.
3556
3557         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3558
3559         * lily/paper-score.cc (process): dump header only once.
3560
3561         * lily/paper-outputter.cc (Paper_outputter): move logic into
3562         Scheme.
3563
3564         * scm/output-tex.scm (output-scopes): new function.
3565         (output-paper-def): new function
3566         (tex-string-def): new function
3567         (symbol->tex-key): new function
3568
3569         * scripts/convert-ly.py (conv): add rule for | ~
3570
3571 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3572
3573         * input/regression/{many}.ly: refresh, trying to guess how
3574         it was designed.
3575
3576 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3577
3578         * VERSION: release 2.1.25
3579
3580         * scm/define-translator-properties.scm
3581         (all-user-translation-properties): add printOctaveNames
3582
3583         * ly/engraver-init.ly: remove Note_event_swallower from
3584         NoteNamesContext.
3585
3586         * lily/note-name-engraver.cc (process_music): new property
3587         printOctaveNames
3588
3589         * lily/context.cc (find_existing_context): remove support for
3590         Current.
3591
3592         * scm/music-functions.scm (set-accidental-style): new function;
3593         duplicate accidental macros.
3594
3595         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3596
3597         * lily/note-name-engraver.cc (process_music):
3598         process_acknowledged_grobs () -> process_music ()
3599
3600         * scm/part-combiner.scm (determine-split-list): robustification.
3601
3602 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3603
3604         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3605         lines for falling into beam-gap.
3606         (score_forbidden_quants): check all staff lines for falling in
3607         beam gaps.
3608
3609         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3610         key/clef/time signatures. 
3611
3612         * input/test/ossia.ly: revise example.
3613
3614         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3615         cleanup.
3616         
3617         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3618         comply to Scheme standard.  Remove ly:get-paper-variable
3619
3620 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3621
3622         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3623
3624 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3625
3626         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3627         properties from Voice context. This fixes accidental size for
3628         staff-switches during grace contexts.
3629
3630         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3631         if necessary. Else, simply wipe dots.
3632
3633         * input/test/beam-alternate.ly: new file
3634
3635         * input/test/piano-staff-distance.ly: new file.
3636
3637         * lily/translator-group.cc (recurse_down_translators): use
3638         Direction for bottom-up/top-down.
3639
3640         * lily/include/translator.hh (class Translator): add
3641         process_music() and do_announces(). This obviates
3642         recurse_down_{engravers,performers}.
3643
3644         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3645         \melisma and \melismaEnd
3646
3647         * lily/melisma-engraver.cc (process_music): change to
3648         Melisma_translator, unify with performer. Accept
3649         ManualMelismaEvent.
3650
3651         * ly/engraver-init.ly: add Font_size_engraver.
3652
3653 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3654
3655         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3656         it hara-kiri.
3657
3658         * input/regression/{many}.ly: improve descriptions trying to figure
3659         out what is tested.
3660
3661 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3662
3663         * lily/slur.cc (broken_trend_offset): robustness fix.
3664
3665         * VERSION: release 2.1.24
3666
3667         * lily/context.cc (find_create_context): go to Score if it exists.
3668
3669         * lily/context-scheme.cc: new file.
3670
3671         * lily/score-translator.cc (get_output): new file.
3672
3673         * lily/include/grob-info.hh: origin_contexts() now does not
3674         include the originating engraver
3675
3676         * lily/translator-group.cc (translator_each): clean up contents,
3677         remove superfluous stubs. Engraver_group_engraver and
3678         Performer_group_performer are the only classes using multiple
3679         inheritance.
3680
3681         * lily/include/score-context.hh (class Score_context): interface
3682         between Score_{engraver,performer} and Global_context.
3683
3684         * lily/include/global-context.hh (Context): change from
3685         global-translator. This is the entry point for contexts; it is not
3686         tweakable using \translator{}. Score is no longer the top context,
3687         but sits underneath Global.
3688
3689         * lily/include/context.hh (class Context): brain surgery: split
3690         out Context functionality from Translator_group. Context is now a
3691         separate type from Translator.
3692
3693 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3694
3695         * lily/include/translator.hh (class Translator): make
3696         get_score_context() and get_global_translator (), and use the one
3697         which is appropriate.
3698
3699         * lily/context.cc: partially put functionality of Translator_group
3700         into Context.
3701
3702         * lily/include/context.hh (Translator): new class: put between
3703         Translator and Translator_group. 
3704
3705         * lily/new-accidental-engraver.cc: remove file.
3706
3707 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3708
3709         * input/regression/{many}.ly: improve descriptions: use complete 
3710         sentences, try to describe what is tested, avoid `we´, do not use 
3711         don't, ... 
3712
3713 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3714
3715         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3716         is at EOL.
3717
3718         * Documentation/user/lilypond.tely: declare the topmost node only
3719         once; removes empty line in @contents.
3720
3721         * Documentation/user/music-glossary.tely: really add Finnish author.
3722         Draw more beatiful `->´ arrow in html: &rarr;
3723
3724 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3725
3726         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3727
3728         * scripts/convert-ly.py (conv): add ly:music-list  change.
3729
3730         * lily/grob.cc: edit doc string.
3731
3732         * scm/define-grob-properties.scm (all-user-grob-properties):
3733         proofreading, editing of doc strings.
3734
3735         * input/regression/tablature-string-tunings.ly: new file.
3736
3737         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3738         listen to stringTunings
3739
3740         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3741         for self-alignment-[XY] code.
3742  
3743 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3744
3745         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3746         cond) into function. Cleanup.
3747
3748         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3749         
3750         * VERSION (PACKAGE_NAME): 2.1.23 released
3751
3752 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3753
3754         * Documentation/user/{refman,internals}.itely: small fixes.
3755
3756 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3757
3758         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3759         accidentals for harmonic notes
3760
3761         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3762         for harmonic notes.
3763
3764         * scm/document-backend.scm (interface-doc): prune Grob
3765         documentation: don't duplicate interface information.
3766
3767         * lily/*.cc: lots of updates of doc strings.
3768
3769 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3770
3771         * input/test/ac-extra-voice.ly (accompany): remove file.
3772
3773         * input/test/maximum-rest-count.ly: remove file.
3774
3775         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3776         conversion rule for \translator { }. Apply everywhere.  
3777
3778         * lily/parser.yy (music_property_def): set property for \once in
3779         the PropertyMusic itself, not the ContextSpec.
3780         (property_operation): change syntax within \translator { }
3781
3782         * scm/define-music-properties.scm (all-music-properties): clean up.
3783
3784         * lily/auto-beam-engraver.cc (test_moment): use
3785         updated_grob_properties() to retrieve autoBeam settings.
3786
3787         * lily/spacing-spanner.cc: bound shortest_playing_len by
3788         measure_length
3789
3790         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3791         multi-measure events for spacing computation.
3792
3793         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3794         elliptical, to 1.49.
3795
3796         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3797         vertical positioning for polyphony, without RestCollision object.
3798
3799         * lily/note-column.cc (add_head): prevent rests & note heads on
3800         one stem.
3801
3802         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3803         (do_shift): rewrite only-rests case: use common refpoints: the
3804         routine will have sensible results when other rest-translations
3805         have taken place.
3806
3807         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3808         < 0 case. 
3809
3810         * VERSION: 2.1.22 released
3811         
3812         * input/GNUmakefile (SUBDIRS): remove ascii-art
3813
3814 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3815
3816         * input/: Convert ly files that still had \property.  Fixes make
3817         web.  Remove exta spaces around '='. 
3818
3819         * scripts/convert-ly.py (conv): Redundant space fixes.
3820
3821         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3822
3823 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3824
3825         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3826         create scalable PS and PDFs  for input/{test,template,regression}.
3827
3828         * lily/context.cc (is_alias): move function.
3829         (is_alias): add Bottom as context alias. 
3830         (find_create_translator): add Bottom as a context alias for creation.
3831
3832         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3833
3834         * lily/parser.yy (music_property_def): new syntax for property
3835         assignments:
3836
3837         \set A.B = #C , \unset A.B
3838         \override A.B #C = #D, \revert A.B #C 
3839
3840         * lily/my-lily-lexer.cc: remove \property
3841
3842 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3843
3844         * Documentation/user/refman.itely: add dots after seealso refs.
3845
3846         * input/template/{many}.ly: harmonise descriptions.
3847
3848         * Documentation/user/music-glossary.itely: add Finnish author.
3849
3850 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3851
3852         * VERSION (PACKAGE_NAME): release 2.1.21
3853
3854 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3855
3856         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3857
3858         * scripts/lilypond-book.py (snippet_res): @include filename must
3859         not be empty.
3860
3861 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3862
3863         * scm/documentation-generate.scm (markup-doc-string): dump
3864         markup-commands.tely
3865
3866         * scm/define-markup-commands.scm (override): new file.
3867         Move documentation from refman into doc-strings. 
3868
3869         * input/test/staff-container.ly: fix example.
3870
3871         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3872         StaffContainer
3873
3874         * lily/grob.cc: remove point_dimension_callback
3875         (Grob): read forced dimensions from X-extent and Y-extent.
3876         (get_paper): remove preset_extent.
3877
3878         * scm/define-grobs.scm (all-grob-descriptions): remove
3879         point_dimension_callback. 
3880
3881         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3882         textscript to head. This makes no-spacing-rods work on
3883         DynamicText.
3884
3885         * lily/chord-name.cc: remove props chord, bass, inversion.
3886
3887         * Documentation/user/appendices.itely: add Scheme functions,
3888         context-properties and layout properties to manual.
3889
3890         * scm/part-combiner.scm (determine-split-list): include rests in a
3891         solo1/2 sequence.
3892
3893         * lily/new-part-combine-iterator.cc (substitute_both): new
3894         function.
3895         (class New_pc_iterator): add separate Voice=solo context, fixes
3896         autobeams going from chords to solo.
3897
3898 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3899
3900         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3901
3902         * Documentation/user/tutorial.itely:
3903         * Documentation/user/refman.itely: Add short note about being part
3904         of lilypond.tely.
3905
3906         * COPYING: Make note more clear with respect to files that are
3907         explicitely licenced otherwise (Documention/user/ comes to mind).
3908         
3909         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3910         comment about barfing of @c,{}.
3911
3912         * Documentation/user/music-glossary.tely: Add list of authors.
3913
3914         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3915         source (was: also in build log).
3916
3917 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3918
3919         * lily/side-position-interface.cc (general_side_position): if
3920         staff-padding is set, then include staff in support too.
3921
3922         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3923         module workbook
3924
3925         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3926
3927         * lily/tuplet-engraver.cc: remove tupletInvisible
3928
3929         * scm/define-translator-properties.scm: cleanup, separate in
3930         internal and user props. 
3931
3932         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3933         LyricsVoice -> Lyrics
3934
3935         * lily/new-part-combine-iterator.cc (process): only print warning
3936         for symbols.
3937
3938 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3939
3940         * scm/part-combiner.scm: Add proper header.
3941
3942         * All but lily/*: The great --2003 --2004 replace; the missing
3943         `bits'.
3944
3945         * TODO: Fix outline mode.  Add book notes.
3946
3947         * ROADMAP: Update.
3948
3949 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3950
3951         * scm/part-combiner.scm (make-autochange-music): use
3952         accumulator. Fixes stack overflow.
3953
3954         * lily/*: rename brew_molecule -> print , molecule-callback ->
3955         print-function
3956
3957         * scm/define-grob-properties.scm: cleanup. Separate into internal
3958         and user properties.
3959
3960         * lily/translator-property.cc (updated_grob_properties): new
3961         function
3962         (execute_pushpop_property): change to new convention:
3963         object property inits are stored as (cons ALIST BASED-ON). This
3964         storage format allows concurrent tweaks in different contexts.
3965
3966 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3967
3968         * TODO: new file.
3969
3970 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3971
3972         * debian/: Late Debian update (sorry Anthony).
3973
3974         * scripts/lilypond-book.py (do_file): Look for input_file in
3975         include path, or ask kpathsea if LATEX.
3976
3977         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3978         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3979         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3980         --header=texidoc.
3981
3982         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3983         relative.
3984
3985         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3986         only when filtering, default to input_base otherwise.  Coding
3987         style fixes.
3988
3989 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3990
3991         * lily/include/translator.hh (class Translator): add virtual
3992         qualifier.
3993
3994 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3995
3996         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3997
3998 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3999
4000         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4001
4002         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4003         (fixes make web).
4004
4005         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4006         live in $(out)-www).
4007
4008         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4009         dependencies.  Add link to .ly source in HTML output.
4010         (Lilypond_snippet.output_html): Handle multiple page picture
4011         output.
4012         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4013         Make usable for output_texinfo again.
4014
4015         * Documentation/user/GNUmakefile: Add static dependency for
4016         lilypond.tely includes.
4017
4018         * Documentation/user/tutorial.itely: Add some lost `relative'
4019         ly-options.
4020
4021 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4022
4023         * lily/include/translator-group.hh: move Music_output_def member
4024         to Global_translator.
4025
4026         * scripts/lilypond-book.py (do_file):  fix latex output.
4027
4028         * VERSION: release 2.1.20
4029         
4030         * scm/part-combiner.scm (determine-split-list): robustness fix 
4031
4032         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4033
4034         * lily/parser.yy (music_output_def_body): plug memory leak.
4035
4036         * lily/translator-group.cc (add_fresh_group_translator): plug
4037         memory leak: unprotect Translator_group once added.   
4038
4039         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4040
4041         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4042         write .dep file.
4043         (Lilypond_snippet.ly): add \renameinput.
4044
4045 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4046
4047         * Documentation/user/refman.itely (Markup command definition): Doc
4048         by Nicolas Sceaux. Rewrite by Han-Wen
4049
4050         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4051         thing of the line.
4052         (brew_molecule): only remove if hyphen is not at the end of line.
4053         (set_spacing_rods): new function: minimum-length specifies
4054         distance between syllables.
4055
4056         * scm/define-grobs.scm (all-grob-descriptions): add
4057         Hyphen_spanner::set_spacing_rods to LyricHyphen
4058
4059         * input/regression/lyric-hyphen-break.ly: new file.
4060
4061         * input/test/lyric-hyphen-retain.ly: new file.
4062
4063         * lily/new-part-combine-iterator.cc (construct_children):
4064         add Rest direction.
4065
4066 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4067
4068         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4069
4070         * Documentation/bibliography/engraving.bib (donemus1982):
4071         update entry.
4072
4073 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4074
4075         * scripts/lilypond-book.py (Substring.__init__): new class.
4076         (Snippet.output_texinfo): add texidoc option.
4077         (Include_snippet.replacement_text): new class.
4078         (Lilypond_snippet.__init__): new class
4079         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4080
4081         * Documentation/user/refman.itely (Sound): 
4082         note about number of channels.
4083
4084         * scm/music-functions.scm (voicify-music): add \context Staff for
4085         << \\ >> polyphony.
4086
4087         * lily/parser.yy (verbose_command_req): \skip now creates
4088         SkipMusic, and does not lead to spurious staves.
4089
4090         * scm/define-music-types.scm (music-descriptions): rename
4091         NonEventSkip to SkipMusic
4092
4093         * input/no-notation/midi-lyric-barcheck.ly: new file.
4094
4095         * input/regression/collision-dots-invert.ly: new file.
4096
4097         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4098         case.
4099
4100         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4101         die if melody died too.
4102
4103 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4104
4105         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4106         with reading from stdin.
4107
4108         * lily/slur-performer.cc (try_music): new file.
4109
4110         * lily/melisma-performer.cc (try_music): new file. Handle
4111         melismata to help lyrics.
4112
4113         * lily/beam-performer.cc (try_music): new file. Handle beam events
4114         to help lyrics.
4115
4116         * lily/score-performer.cc (one_time_step): reinstate
4117         process_music().
4118
4119         * lily/performer.cc (process_music): add to interface.
4120
4121         * lily/performer-group-performer.cc (process_music): new function.
4122
4123         * lily/dot-column.cc (do_shifts): do collision resolution before
4124         dot positioning.
4125         
4126         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4127         file, process printfilename option.
4128         (Snippet.__init__): rewrite: do not use global variables h or
4129         index.
4130         (main): really support -I option.
4131         (find_toplevel_snippets): new code.
4132         (find_toplevel_snippets): reinstate old version, without global
4133         variables.
4134
4135         * tex/texinfo.tex: really add file.
4136         
4137 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4138
4139         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4140         compatibility.
4141
4142 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4143
4144         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4145
4146         * scm/define-translator-properties.scm (drumPitchTable): add
4147         property.
4148
4149         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4150         function.
4151         (help_summary): docstrings.
4152         (do_file): strip the dir of input_base too.
4153
4154 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4155
4156         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4157
4158         * Documentation/user/lilypond-book.itely: Update.
4159
4160         * make/ly-rules.make: Update lilypond-book commands.
4161
4162         * Documentation/user/GNUmakefile: Update makeinfo commands,
4163         lilypond-book flags.
4164
4165         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4166         
4167         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4168
4169         * scripts/filter-lilypond-book.py: Remove.
4170
4171         * Documentation/user/*tely: Update options for new lilypond-book.
4172
4173         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4174         with @macros in @includes.
4175
4176 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4177
4178         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4179         make rest-collision only.
4180
4181         * lily/break-substitution.cc (substitute_one_mutable_property):
4182         clear all-elements using scm_assq_remove_x(). 
4183
4184         * lily/rest-collision.cc (do_shift): shift single rests
4185
4186         * flower/include/array.hh (class Array): rename to is_empty ()
4187
4188         * lily/drum-note-performer.cc: new file: perform drum notes.
4189
4190         * VERSION (PACKAGE_NAME): release 2.1.19.
4191         
4192 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4193
4194         * scripts/filter-lilypond-book.py
4195         (classic_lilypond_book_compatibility): New function.
4196
4197 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4198
4199         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4200
4201         * Grand 2003 -> 2004 search replace. 
4202
4203         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4204         (i.e. < > )
4205
4206         * ly/performer-init.ly: add DrumStaff
4207
4208         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4209         lyric-interface; this prevents lines with only extender lines from
4210         being junked.
4211  
4212         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4213
4214         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4215         extenders right, for once and for all (hopefully).
4216         
4217         * lily/break-substitution.cc (substitute_one_mutable_property):
4218         clear old 'all-elements for System grobs.
4219
4220         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4221         that associatedVoiceContext is always assigned when music & lyrics
4222         are found. 
4223
4224         * ly/engraver-init.ly: remove Lyrics context.
4225         (TabVoice): add noteheads engraver
4226
4227         * input/test/improv.ly: update: do not use Thread switching. 
4228
4229         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4230         squashedPosition is a number  
4231
4232         * Documentation/user/refman.itely (Automatic note splitting):
4233         remove Thread references.
4234
4235         * input/no-notation/pc-direction.ly: remove file.
4236
4237         * ly/engraver-init.ly: remove Thread
4238
4239         * input/regression/tie-chord-partial.ly: remove file.
4240
4241         * scripts/convert-ly.py (conv): \harmonic rule
4242
4243         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4244         notation for harmonic notes: <c' g''\harmonic>
4245
4246         * lily/lily-guile.cc (alist_to_hashq): new function
4247
4248         * scm/lily.scm (alist->hash-table): new function.
4249
4250         * Documentation/user/refman.itely (Percussion staves): update doco.
4251
4252         * input/regression/drums.ly (timb): updates
4253
4254         * lily/note-performer.cc (create_audio_elements): robustness fix.
4255
4256         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4257
4258 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4259
4260         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4261         discard valid matches.
4262
4263 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4264
4265         * lily/drum-note-engraver.cc: new file.
4266
4267         * ly/drumpitch-init.ly: move drum definitions
4268
4269         * scm/drums.scm: remove file.
4270
4271         * lily/*.cc: remove abort-event everywhere.
4272
4273         * lily/note-heads-engraver.cc (process_music): robustification.
4274
4275         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4276         robustification.
4277
4278         * lily/parser.yy (simple_element): add \drums mode.
4279         (simple_element): remove \pitchnames , \chordmodifiers. Use
4280         variables to store this. 
4281
4282         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4283         outside \notes.
4284
4285         * VERSION: release 2.1.18.
4286         
4287         * input/test: remove octave-duplicate.ly
4288
4289 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4290
4291         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4292
4293 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4294
4295         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4296         constructor from Music_iterator. Changes throughout.
4297
4298         * lily/include/music-iterator.hh (class Music_iterator): remove
4299         Music_iterator::skip and Music_iterator::get_pending_events from
4300         interface. Rename report_to -> get_outlet 
4301
4302         * lily/auto-change-iterator.cc: move contents from
4303         new-auto-change-iterator.cc from
4304
4305         * scm/part-combiner.scm: determine split-list from Scheme. 
4306
4307         * lily/new-auto-change-iterator.cc (process): new file.
4308
4309         * lily/parser.yy (part_combined_music): remove old PC cruft.
4310
4311         * ly/engraver-init.ly: remove old
4312         PC cruft.
4313
4314         * Documentation/user/refman.itely (The Lyrics context): note about
4315         extender lines.
4316
4317         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4318         to allow 0-length mmrest events.
4319
4320         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4321
4322         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4323
4324         * lily/spacing-engraver.cc (finalize): robustifications.
4325
4326         * input/regression/new-part-combine-solo-global.ly: new file.
4327
4328         * scm/part-combiner.scm: rewrite.
4329
4330 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4331
4332         * Documentation/user/refman.itely, input/puer-fragment.ly,
4333         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4334         updated for proper use of lyricsto; replaced "(" and ")" ->
4335         "\melisma" and "\melismaEnd"
4336
4337         * input/test/ancient-font.ly: small updates to reduce compile
4338         warnings (TODO: junk this file)
4339
4340         * input/test/gregorian-scripts.ly: added comment about bug
4341
4342         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4343         tiny robustness fix
4344
4345         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4346         recent changes in the feta code); temporarily mapped mensural g
4347         clef to a copy of petrucci g clef until mensural g clef will have
4348         been rewritten
4349
4350         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4351         between mensural and neo-mensural heads (this broke quite a while
4352         ago)
4353
4354         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4355
4356 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4357
4358         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4359         indication.  Fixes for verbatim, multi line comments.
4360
4361 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4362
4363         * input/regression/new-part-combine-solo.ly: more cases.
4364
4365         * lily/slur.cc (height): robustness fix.
4366
4367         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4368
4369         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4370         stemUp/stemDown.
4371
4372         * scm/music-functions.scm (determine-split-list): further analysis.
4373
4374         * lily/script-engraver.cc (try_music): discard duplicate
4375         articulations.
4376
4377         * input/regression/new-part-combine-solo.ly: new file
4378
4379         * input/regression/new-part-combine-a2.ly: new file.
4380
4381         * ly/performer-init.ly: add Devnull
4382
4383         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4384         for \musicglyph #"accidental-*"
4385         (conv): \newpartcombine rule.
4386
4387 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4388
4389         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4390
4391 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4392
4393         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4394         textwidth, --output.
4395
4396 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4397
4398         * scm/new-markup.scm (doubleflat): add accidental markups.
4399
4400         * VERSION: release 2.1.17
4401         
4402         * Documentation/user/refman.itely (Automatic part combining):
4403         revise documentation of the part-combiner.
4404
4405         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4406         
4407         * input/test/part-combine-{moment,staff}.ly: remove file.
4408
4409         * input/regression/pc-mmrest.ly (two): remove file.
4410
4411         * scm/define-music-types.scm (music-descriptions): add
4412         Solo{One,Two}Event and UnisonoEvent
4413
4414         * lily/new-part-combine-iterator.cc (unisono): add state_
4415         variable, signal changes with part-combine-event.
4416
4417         * input/regression/new-part-combine-text.ly: new file.
4418
4419         * lily/part-combine-engraver.cc: new file.
4420
4421 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4422
4423         * scripts/filter-lilypond-book.py: Handle snippet options.
4424
4425 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4426
4427         * scm/music-functions.scm (determine-split-list): detect solo1/2
4428         and unisono.
4429
4430         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4431         revert fix, document why.
4432
4433         * lily/tie-performer.cc (process_music): new function. Set melisma
4434         property.
4435
4436         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4437         always smaller than bracket size.
4438         (make_bracket): oops. Size of the gap was off by factor 2
4439
4440         * input/test/text-rotate.ly: new file.
4441
4442         * scm/new-markup.scm (markup): a macro that provides a
4443         LilyPond-like syntax in scheme for building markups, in order to
4444         help markup command definition. (Nicolas Sceaux)
4445
4446         * input/test/lyrics-skip-notes.ly: new example.
4447
4448         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4449
4450         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4451         use is_alias() iso. == . This fixes lyrics on
4452         GregorianTranscriptions. 
4453
4454 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4455
4456         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4457         \thispagestyle{lastpage} to avoid that it's printed on the second
4458         last page when there's only a single score line on the last page.
4459         (The page breaking mechanism in TeX played some ugly tricks to us.)
4460
4461 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4462
4463         * scripts/filter-lilypond-book.py: Further development.
4464
4465         * input/regression/collision-dots-move.ly: New test.
4466
4467         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4468         hand side note head of non-merged collision to the right.
4469
4470         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4471         Construct children before accessing property from emtpy
4472         lyrics_context_.
4473         (construct_children): Find thread before finding LyricsVoice.
4474         Create LyricsVoice one if none found, fixes crash (thanks Erik
4475         Sandberg).
4476
4477 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4478
4479         * cygwin/: Forward port.
4480
4481 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4482
4483         * buildscripts/install-info-html.sh: Use Bash.
4484
4485         * cygwin/mknetrel: Patch from Bert.
4486
4487 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4488
4489         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4490
4491         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4492         try to copy *png, index.html (Bertalan Fodor).
4493
4494         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4495
4496 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4497
4498         * lily/note-collision.cc (check_meshing_chords): Do not remove
4499         dots (from down head) when merging similar heads (thanks Matthias
4500         Kilian).  Simplify merge_possible tests and other cleanups
4501
4502         * input/regression/collision-merge-differently-dotted.ly: Add test
4503         for disappearing dots on similar heads for both voices.
4504
4505 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4506
4507         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4508         that tagline overrides copyright for single page scores. Correct
4509         the default tagline value.
4510
4511 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4512
4513         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4514
4515 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4516
4517         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4518         TEXMF if it's previously unset.
4519
4520 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4521
4522         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4523
4524         * input/test/trills.ly: fix the unfolding of lineprall.
4525
4526         * input/test/figured-bass-alternative.ly: fix accidental.
4527
4528 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4529
4530         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4531         
4532         * input/no-notation/dos-guile.ly: 
4533         * input/no-notation/dos-ps.ly: 
4534         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4535         
4536         * input/no-notation/safe-include.ly:
4537         * input/no-notation/safe-guile.ly:
4538         * input/no-notation/safe-ps.ly: 
4539         * input/no-notation/safe-tex.ly: New file.
4540
4541         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4542         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4543         options now.
4544         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4545         When in --safe-mode, set environment openout_any=p[aranoid].
4546
4547         * tex/ltest.tex: 
4548         * tex/lilyponddefs.tex: Add \nofiles.
4549
4550         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4551         options.
4552
4553         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4554         This allows building the user manual using a binary installation
4555         and a matching unpacked source tree.
4556
4557         * scm/lily.scm (safe-module): New variable. 
4558
4559         * lily/includable-lexer.cc (new_input): Fix error messages.
4560
4561         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4562         If SAFE, evaluate in safe-module.  Change callers.
4563
4564         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4565
4566         * lily/lexer.ll (embedded_scm): While processing main-input,
4567         invoke ly_parse_scm with safe mode if running in safe-mode.
4568         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4569         in init.ly for safe-mode.
4570
4571 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4572
4573         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4574         compatibility with old versions of geometry.sty (compat2
4575         already implied includehead).
4576         Change the page layout slightly so bottom + footskip = top +
4577         headheight + headsep = 16mm, the remaining paperheight-32mm
4578         are used for the music. Increase footskip to 5mm, so the top of
4579         the footer text doesn't touch the music.
4580
4581 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4582
4583         * VERSION: release 2.1.16
4584         
4585         * scm/music-functions.scm (determine-split-list): bugfix: only use
4586         new-active for both voices if both indexes advance. This fixes the
4587         biggest outstanding problem with new-pc. 
4588
4589         * lily/new-part-combine-iterator.cc (construct_children): set more
4590         directions.
4591
4592 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4593
4594         * scripts/convert-ly.py (conv): add instrument rule.
4595
4596         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4597
4598         * lily/side-position-interface.cc: remove add_staff_support ()
4599         Change all callers to use staff-padding.
4600
4601         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4602         make_spanner().
4603
4604         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4605
4606         * lily/text-engraver.cc: remove scriptHorizontal property.
4607
4608         * lily/beam.cc (least_squares): also set least-squares-dy for
4609         special case of slanted 2-stem beam to center.
4610
4611         * lily/side-position-interface.cc (out_of_staff): move contents of
4612         out_of_staff into aligned_side.
4613         remove out_of_staff().
4614
4615         * input/regression/measure-grouping.ly: fix warning.
4616
4617         * lily/side-position-interface.cc: add staff-padding support to
4618         Side_position_interface::aligned_side.
4619
4620         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4621         one get_property too many.
4622
4623         * flower/include/drul-array.hh (linear_combination): new function
4624         (scale_drul): new function
4625
4626         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4627         operations on empty intervals are silly.
4628
4629 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4630
4631         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4632         (iso gh_scm2int), fixes crash in new part-combiner.
4633
4634         * configure.in: Up mftrace to 1.0.27.
4635
4636 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4637
4638         * VERSION: release 2.1.15
4639         
4640         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4641         align all stanza numbers.
4642
4643 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4644
4645         * Documentation/user/{introduction.itely,refman.itely,
4646         converters.itely}: fix some text inside parentheses; text should
4647         be readable (even) if parentheses are either replaced with commas 
4648         or dropped out.
4649
4650 2004-01-25  Werner Lemberg  <wl@gnu.org>
4651
4652         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4653         input/test/vaticana.ly, input/test/ancient-font.ly,
4654         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4655         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4656         ly/params-as-init.ly, scm/define-grobs.scm,
4657         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4658
4659         * ly/params-as-init.ly: Removed.  Obsolete.
4660         * buildscripts/lilypond.words.py: Updated.
4661
4662 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4663
4664         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4665
4666         * mf/feta-din{4,5,7,9}.mf: remove.
4667         
4668         * lily/engraver.cc (internal_make_item): centralize item/spanner
4669         factory.
4670
4671         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4672         do correct chord conversion for ^"sim."  (backportme)
4673         (FatalConversionError.sub_articulations): substitute ^"foo" in
4674         chords too. (backportme)
4675
4676         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4677         for Fingering.
4678
4679         * lily/side-position-interface.cc (out_of_staff): don't do
4680         anything if staff-padding not defined. 
4681
4682         * mf/feta-params.mf (stafflines): introduce linethickness as
4683         general blackness of the font.
4684
4685         * lily/stem.cc (position_noteheads): rounding error robustness.
4686
4687         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4688         from beam-collision.ly 
4689
4690         * lily/beam.cc (rest_collision_callback): remove direction.
4691
4692         * scm/define-grobs.scm (all-grob-descriptions): remove
4693         enclose-bounds in OttavaBracket and PianoPedalBracket
4694
4695         * scm/new-markup.scm (def-markup-command) new macro, which takes
4696         care of defining the COMMAND-markup and make-COMMAND-markup
4697         procedures, setting markup-signature and keyword-signature object
4698         properties, and pushing the markup command in
4699         markup-function-list.
4700
4701         All markup commands are defined thanks to it.  Users may also use
4702         it to define their own markup commands. (Nicolas Sceaux)
4703
4704         * scm/new-markup.scm: Scheme style clean-up: there should be no
4705         parenthesis alone on a line; LET* should not be used where LET is
4706         enough. (Nicolas Sceaux)
4707
4708 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4709
4710         * scripts/filter-lilypond-book.py: Add script.
4711
4712 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4713
4714         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4715
4716 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4717
4718         * Documentation/user/refman.itely (Fingering instructions): add
4719         single note chords. 
4720
4721         * lily/multi-measure-rest-engraver.cc: use a single
4722         MultiMeasureEvent for mm rests. This prevents problems with the
4723         new part combiner.
4724
4725         * scm/music-functions.scm (determine-split-list): analysis has
4726         global effect: a difference halfway a phrase makes the entire
4727         phrase be typeset as apart.
4728         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4729
4730 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4731
4732         * ly/performer-init.ly: add Devnull.
4733
4734         * Documentation/user/refman.itely (Font selection): remove paper20
4735         ref.
4736         
4737 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4738
4739         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4740
4741 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4742
4743         * scm/music-functions.scm (determine-split-list): bugfixes.
4744
4745         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4746
4747         * input/test/scales-greek.ly: use C as base, results in different
4748         alterations at the clef.
4749
4750         * input/regression/pedal-ped.ly: new file.
4751
4752         * input/regression/pedal-bracket.ly: new file.
4753
4754         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4755         replace after_line_breaking()
4756
4757         * lily/line-interface.cc (line): read thickness.
4758         (line): dash-fraction = 0 always for dotted-line style.
4759
4760         * input/test/staff-lines.ly (lower): bugfix.
4761
4762         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4763         \accepts Devnull into Score.
4764
4765         * scm/lily.scm: remove bla.scm load.
4766
4767 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4768
4769         * VERSION: release 2.1.14
4770         
4771         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4772
4773         * lily/side-position-interface.cc (general_side_position): add
4774         Staff_symbol_referencer::staff_space ().
4775
4776         * lily/include/context-def.hh: rename from translator-def.hh
4777
4778 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4779
4780         * input/template/piano-dynamics.ly (pedal): Updated definition of
4781         Dynamics such that \cresc works, for example.
4782
4783 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4784
4785         * lily/stem.cc (calc_stem_info): use
4786         Staff_symbol_referencer::staff_space
4787
4788         * lily/beam-quanting.cc (quanting): scale Stem_info 
4789
4790         * lily/beam.cc (rest_collision_callback): use minimum-distance
4791         property for rest/beam collisions.
4792         (rest_collision_callback): bugfixes.
4793
4794         * lily/system.cc (post_processing): extra-offset is now relative
4795         to the size of the current staff.
4796
4797         * scm/music-functions.scm (notice-the-events-for-pc): record all
4798         voices, only analyze "one" and "two".
4799
4800         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4801         not parent. 
4802
4803         * lily/new-part-combine-iterator.cc (construct_children): create
4804         Devnull from Voice context
4805
4806         * scm/music-functions.scm (determine-split-list): bugfixes.
4807
4808         * lily/lily-guile.cc (robust_scm2int): new function
4809
4810         * lily/staff-symbol-referencer.cc (line_thickness): new
4811         function. Use throughout.
4812
4813         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4814         in its own context.  Add to preset font-size.
4815
4816         * lily/stem.cc (thickness): new function.
4817
4818         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4819         compute thickness from ledger-line-thickness.
4820
4821         * lily/note-head.cc (brew_ledger_lines): use
4822         Staff_symbol::get_ledger_line_thickness ().
4823
4824         * lily/beam.cc (rest_collision_callback): use
4825         Staff_symbol_referencer::staff_space().
4826
4827         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4828         Mus1 Mus2
4829
4830         * lily/include/translator.hh (class Translator): add accepts_list_
4831         so  \with { \denies / \accepts } also works.
4832
4833         * scm/music-functions.scm (determine-split-list): determine split
4834         list from music events.
4835
4836         * lily/new-part-combine-iterator.cc: more states.
4837
4838         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4839
4840 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4841
4842         * lily/system.cc (set_loose_columns): use the right prebroken cols
4843         for interpolating loose column position.
4844
4845         * lily/text-spanner.cc (brew_molecule): default to no vertical
4846         lines.
4847
4848         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4849         take space.
4850
4851         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4852
4853 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4854
4855         * scripts/convert-ly.py: Do not test filename when processing
4856         stdin.
4857
4858         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4859
4860 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4861
4862         * lily/axis-group-engraver.cc (finalize): extra check; if
4863         process_music () is never called, then staffline_ == 0.
4864
4865         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4866         check run_always ().
4867         
4868         * VERSION: release 2.1.13
4869
4870         * input/regression/note-head-style.ly (pattern): cleanup.
4871
4872         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4873         downloading.
4874
4875         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4876         kludge rehearsalmark placement.
4877
4878         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4879         , ly:spanner?
4880
4881         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4882         close to note head for accidentals.
4883
4884         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4885         tuplet direction.
4886
4887         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4888
4889 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4890
4891         * lily/include/music-iterator.hh (class Music_iterator): add
4892         substitute_outlet() to iterator API.
4893
4894         * lily/new-part-combine-iterator.cc (construct_children):
4895         New_pc_iterator: new class, better part combining.
4896
4897         * lily/tie-column.cc (werner_directions): new function
4898
4899         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4900
4901         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4902         empty objects group spanner as parent
4903
4904         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4905         slope against graphical slope.
4906
4907         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4908         for ottava bracket.
4909
4910         * lily/side-position-interface.cc (general_side_position):
4911         opps. reinstate *dir.
4912
4913         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4914         parser run.
4915
4916         * lily/tuplet-bracket.cc: remove calc_dy ().
4917
4918         * Documentation/user/refman.itely (Balloon help): document balloon
4919         help
4920
4921 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4922
4923         * scm/document-backend.scm (check-dangling-properties): Grob
4924         properties are defined define-grob-properties.scm.
4925         
4926 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4927         
4928         * VERSION: release 2.1.12
4929
4930         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4931         ChordName
4932
4933         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4934         relation to surroundings.
4935
4936         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4937         Y-extent to the note-extents: stay clear of the staff.
4938
4939 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4940
4941         * Documentation/user/GNUmakefile
4942         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4943         iso. copy.
4944
4945         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4946
4947         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4948
4949         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4950
4951         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4952
4953         * lily/line-interface.cc (line): remove thickness from calling interface.
4954
4955         * lily/hairpin.cc: use Line_interface
4956
4957         * lily/line-interface.cc: new file. Line_interface for everything
4958         with dotted/dashed lines.
4959         
4960
4961         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4962
4963         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4964         for constructing ottava brackets.
4965         
4966         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4967         the note heads.
4968
4969         * Documentation/user/internals.itely (Engravers and performers):
4970         fix broken link.
4971
4972         * scm/music-functions.scm (make-mark-set): new function.
4973
4974         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4975         functionally identical to beam.
4976
4977         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4978         () with beam (). 
4979
4980         * Documentation/user/refman.itely (Rehearsal marks): document new
4981         functionality.
4982
4983         * input/regression/rehearsal-mark-number.ly: new file.
4984
4985         * input/regression/rehearsal-mark-letter.ly: new file.
4986
4987         * scm/translation-functions.scm (number->mark-string): new function
4988         (format-mark-letters): new function
4989         (format-mark-numbers): new function
4990
4991         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4992         integer; formatting is done through markFormatter property.
4993         
4994         * scm/define-translator-properties.scm: fold all *-done properties
4995         into positioning-done.
4996
4997         * lily/beam.cc (position_beam): new function
4998         (brew_molecule): make sure that positions are calced before making
4999         the molecule.
5000
5001         * scm/output*.scm (beam):  take 4th argument for function.
5002
5003         * ps/music-drawing-routines.ps: take blot as 4th argument.
5004
5005         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5006         stem to avoid small dents.
5007         
5008 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5009
5010         * VERSION: release 2.1.11
5011
5012         * input/regression/balloon.ly: new file.
5013
5014         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5015         objects, and make help texts. 
5016
5017         * scm/new-markup.scm (parse-simple-duration): parse duration
5018         string to log & dots. (Thanks Nicolas!)
5019
5020         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5021         rule.
5022
5023 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5024
5025         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5026         Lemberg).
5027
5028         * THANKS: alphabetic order.
5029
5030 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5031
5032         * input/regression/note-head-harmonic.ly: new file.
5033
5034         * Documentation/user/internals.itely (Technical manual): explain
5035         difference between music, translation, layout.
5036
5037         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5038
5039         * scm/output-ascii-script.scm (bracket): rounding bfs.
5040
5041         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5042
5043         * ly/paper*.ly: remove files. 
5044         
5045         * scm/paper.scm (set-staff-size): new function: set default
5046         staff-size.
5047
5048         * scripts/convert-ly.py (conv): add conversion rule.
5049
5050         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5051         function.
5052
5053         * scm/paper.scm: new file.
5054         (set-staff-size): new function 
5055         (set-paper-size): new function
5056
5057         * lily/parser.yy (music_output_def_body): restructure definition,
5058         so first Scheme statement in \paper also happens in new scope. 
5059
5060         * lily/system.cc (post_processing): move uniquify_list () to
5061         dumping molecule stage.
5062
5063         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5064         this will mess up scores that use barchecks to shorten measures.
5065
5066         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5067         at 20pt too.
5068
5069         * Documentation/user/tutorial.itely (Printing lyrics): document
5070         \lyricsto
5071
5072         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5073
5074         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5075
5076         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5077         if Voice is not found.
5078
5079         * VERSION: release 2.1.10
5080         
5081         * input/{test,regression}/: remove old-relative 
5082
5083         * lily/lexer.ll: add empty markup signature. 
5084
5085         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5086         strut markup
5087
5088         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5089
5090         * scm/define-translator-properties.scm: update melismata property
5091         doco.
5092
5093         * lily/system.cc (output_lines): revert uniquify_list() patch,
5094         strange side effects seen.
5095         
5096         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5097         dash-period < 0.
5098
5099         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5100         for flute. 
5101
5102 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5103
5104         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5105
5106         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5107
5108         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5109         of line breaks.
5110         (brew_molecule): add padding to left, not right.
5111
5112         * lily/system.cc (uniquify_list): new function
5113         (output_lines): uniquify_list () on all-elements. This fixes
5114         double symbols in the output.
5115
5116         * lily/beam.cc (rest_collision_callback): don't move anything if
5117         staff-position is set.
5118
5119         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5120
5121         * lily/system.cc (typeset_grob): warn if adding twice.
5122
5123         * lily/sequential-iterator.cc (run_always): implement run_always().
5124         (also in other files.)
5125         
5126         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5127
5128         * lily/event.cc (to_relative_octave): add octave-check.
5129
5130         * Documentation/user/refman.itely (Line breaking): add noBreak.
5131
5132         * scm/new-markup.scm (normalsize-markup): add function.
5133         (sans-markup): new function.
5134
5135         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5136         come earlier nowadays.  This fixes beams on grace notes.
5137         
5138         * scm/music-functions.scm (direction-polyphonic-grobs): new
5139         variable, share between override and revert. This fixes script
5140         directions in polyphonic sections. (backportme)
5141
5142 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5143
5144         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5145         breakpoints.
5146
5147         * lily/break-align-interface.cc: add doco
5148
5149         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5150
5151 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5152
5153         * VERSION: release 2.1.9
5154
5155         * scm/document-markup.scm (markup-doc-node): add note about naming.
5156
5157         * scm/new-markup.scm (left-align-markup): bugfix. 
5158
5159         * Documentation/user/refman.itely (Ottava brackets): more doco for
5160         ottava.
5161
5162         * lily/side-position-interface.cc (out_of_staff): also do
5163         out_of_staff() correctly for d == DOWN.
5164
5165         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5166         horizontal line if they move to the right.
5167         
5168         * scm/define-grobs.scm (all-grob-descriptions): set
5169         text-repeat-if-broken for ottava spanner
5170
5171         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5172         property.
5173
5174         * mf/feta18.mf: design size is 18 not 22.5
5175
5176         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5177         Add a single LyricsVoice to a melody. Melismata may be set
5178         individually.
5179
5180         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5181
5182         * lily/dot-column.cc: add stdio.h
5183
5184 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5185
5186         * lily/item.cc: documentation for break-visibility (Thanks, John).
5187
5188 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5189
5190         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5191
5192         * lily/translator-def.cc: rename Translator_def to Context_def.
5193
5194         * Documentation/user/internals.itely (Lexical details): clarify
5195         string def.
5196
5197         * Documentation/user/refman.itely (Rhythmic music): add link to
5198         RhythmicStaff 
5199
5200 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5201
5202         * lily/translator.cc: document start_translation_timestep()
5203
5204         * scm/output-tex.scm (tex-encoded-fontswitch): use
5205         round for rounding (inexact->exact yields rationals)
5206
5207         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5208
5209         * lily/translator-group.cc (get_simple_trans_list): 
5210         new function; construct simple_trans_list_ lazily.
5211         
5212 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5213
5214         * lily/paper-outputter.cc (output_scope): Check if number before
5215         checking exact (guile cvs).
5216
5217         * scm/*: Escape backslashes in scheme strings (guile cvs).
5218
5219 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5220
5221         * Documentation/user/refman.itely (Tablatures basic): annotate
5222         seealso sections.
5223
5224         * lily/*.cc: cleanup of engraver initialize() functions.
5225
5226         * lily/repeat-acknowledge-engraver.cc
5227         (start_translation_timestep): remove first_b_
5228
5229         * lily/tab-note-heads-engraver.cc: listen to string number events
5230         inside < > too. (backportme).
5231
5232         * Documentation/user/refman.itely (Text scripts): add fatText to
5233         index.
5234
5235 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5236
5237         * VERSION: 2.1.8
5238
5239         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5240         footer.
5241
5242         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5243
5244         * lily/bar-check-iterator.cc (process): only warn if
5245         barCheckLastFail was changed.
5246
5247         * scm/define-translator-properties.scm (barCheckLastFail): add
5248         property.
5249
5250         * lily/main.cc (main_prog): print summary of failed files.
5251
5252         * lily/axis-group-engraver.cc: move all spanner creation to
5253         process_music (). Now staffs can be adjusted with \override too.
5254         (Jan, you are a brilliant programmer!)
5255         
5256         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5257
5258 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5259
5260         * Documentation/user/tutorial.itely (Integrating text and music):
5261         Show the commands to produce a PDF as well.
5262
5263 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5264
5265         * lily/translator-def.cc (get_translator_names): accept user
5266         tweaks too. 
5267
5268         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5269         as big as normal heads. 
5270
5271         * input/*ly: run convert-ly
5272         
5273         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5274         () if dependencies are fluked.
5275
5276         * scm/document-translation.scm (engraver-doc-string): update on
5277         latest string/symbol conventions.
5278
5279         * lily/translator-ctors.cc: use Scheme_hash_table.
5280
5281         * lily/translator-def.cc (get_translator_names): new function
5282         (add_context_mod): new function
5283         (get_accepted): new function
5284
5285         * lily/parser.yy (context_mod): put all modifications of
5286         \translator { } in a single production, encode as SCM.
5287
5288         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5289         to use read-only lists, so additions to the definition can be
5290         prepended easily.  
5291
5292         * Documentation/user/invoking.itexi (Editor support): add node on
5293         editor support.
5294
5295         * Documentation/user/refman.itely (Bar check): add lyrics example
5296         of bar checks. 
5297
5298         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5299
5300         * scripts/convert-ly.py (conv): add conversion rule.
5301
5302         * lily/parser.yy: use \change iso. \translator for staff switch.
5303
5304         * lily/my-lily-lexer.cc: add \change.
5305
5306         * scm/define-translator-properties.scm
5307         (default-melisma-properties): add definition.
5308
5309 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5310
5311         * Documentation/user/refman.itely (Bar lines): clarification of
5312         systemStartDelimiter. 
5313
5314         * input/test/slur-shape.ly (x): remove file.
5315
5316         * lily/translator-group.cc (apply_property_operations): new function.
5317
5318 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5319
5320         * lily/parser.yy (optional_prop_ops): allow \with {
5321         PROPERTYSETTINGS } following \context or \new.
5322
5323         * lily/my-lily-lexer.cc: add \with.
5324
5325         * lily/parser.yy (property_operation): clean up definition of
5326         property operations.
5327         (property_op_to_music): new function.
5328         (context_spec_music): new function
5329
5330         * VERSION: 2.1.7 released.
5331         
5332         * input/regression/collision-merge-dots.ly: new file.
5333
5334         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5335         then kill the dots too. 
5336
5337         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5338         set/unset breakableSeparationItem
5339
5340         * lily/separation-item.cc (relative_width): add function.
5341
5342         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5343         only-prebreak-interface
5344
5345         * lily/system.cc (output_lines): only junk only-prebreak-interface
5346         grobs.
5347
5348         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5349         read breakableSeparationItem
5350
5351         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5352
5353         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5354
5355         * lily/dot-column.cc (dot_config_badness): new function:
5356         select the best scoring dot configuration: dots should go close to
5357         the note heads, but be shifted up or down according to conventions.
5358         (print_dot_configuration): idem.
5359         (shift_one): idem
5360         (remove_collision): idem.
5361
5362         * input/regression/dots.ly: add more test cases.
5363
5364 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5365
5366         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5367
5368         * flower/include/interval.hh: rename elem_b to contains 
5369
5370         * lily/tie.cc: change 'heads to 'head-pair.
5371
5372         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5373         fill in 'heads field.
5374
5375         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5376         minimum-length for short ones, and shorten so collisions with the
5377         next syllable are avoided.
5378
5379         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5380         near-zero slopes.
5381         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5382
5383         * lily/dots.cc: remove quantized_position callback. All Y
5384         positioning is done by dot-column.cc
5385
5386         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5387         exhaustive test of all dot positions. This fixes disappearing dots
5388         in dotted chords.
5389
5390 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5391
5392         * mf/feta-klef.mf (test_staff): fatten up G clef
5393         (test_staff): fatten up f clef.
5394         
5395
5396 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5397
5398         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5399         * input/les-nereides.ly: Use latin1 characters for title, like
5400         Morgenlied.
5401
5402 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5403
5404         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5405         cmb10).
5406
5407         * lily/lyric-extender.cc (brew_molecule): add little space before
5408         extender line.
5409
5410         * lily/beam-quanting.cc (score_forbidden_quants): check if
5411         outer stafflines fall in any beam gaps.
5412
5413         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5414         for lyric texts.
5415
5416 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5417
5418         * VERSION: 2.1.6 released.
5419
5420         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5421         this shows the demerits of a user-defined beam position pair.
5422
5423         * scm/define-grobs.scm (all-grob-descriptions): set
5424         beamed-extreme-minimum-free-lengths to a different value.
5425
5426         * lily/scm-option.cc: add debug-beam scm-option
5427
5428         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5429
5430 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5431
5432         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5433
5434         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5435         space after barline.
5436
5437         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5438
5439         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5440         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5441         the other case, take standard column-breakable spacing. Do not
5442         warn about "no spacing wishes".
5443
5444         This fixes wide spaces after barlines in very loose lines.
5445
5446         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5447
5448 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5449
5450         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5451         acknowledge_grob lyric-syllable, not lyric-text.
5452
5453         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5454         dashes of length #'length separated by #'dash-period. 
5455
5456         * lily/lyric-extender.cc (brew_molecule): idem
5457
5458         * lily/multi-measure-rest.cc (big_rest): idem
5459
5460         * lily/system-start-delimiter.cc (simple_bar): idem
5461
5462         * lily/bar-line.cc (simple_barline): use rounded box
5463
5464         * VERSION: release 2.1.5
5465
5466         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5467         music): move note about dvips to more visible place.
5468
5469         * lily/lyric-phrasing-engraver.cc: move from
5470         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5471         lyric-phrasing-engraver.hh)
5472         
5473         * lyric-align.ly: remove file
5474         
5475         * scripts/convert-ly.py (FatalConversionError.func): add removal
5476         rule for automaticMelismata
5477
5478         * ly/engraver-init.ly (ScoreContext): switch on
5479         New_phrasing_engraver by default.
5480
5481         * lily/slur-engraver.cc (class Slur_engraver):
5482         process_acknowledged_grobs -> process_music.
5483         (try_music): signal melismata correctly.
5484
5485         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5486         word-space, right-trim-amount, and extend past right bound only
5487         for note heads.
5488
5489         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5490         lyric-extender support: add note-heads to the extender
5491         automatically.
5492
5493         * lily/parser.yy: extender is now post_event. 
5494
5495         * lily/accidental-engraver.cc (number_accidentals): remove
5496         spurious warning about non-parent contexts.
5497
5498         * lily/music-output-def.cc (assign_translator): \translator { }
5499         for a Foo context implicitly redefines \FooContext.
5500
5501         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5502         fixes.
5503
5504         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5505         doubly in slur weight. 
5506
5507         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5508         combination.
5509
5510         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5511         staffbar distance.
5512
5513         * scripts/lilypond.py (global_latex_preamble): crank down size of
5514         the margins. Now there is a 12 mm top and bottom margin, which
5515         should correspond with the printable area of modern printers.
5516
5517         This enlarges the music height of the printable page a little.
5518
5519         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5520         signs. Use \markup instead.
5521         (accreg_pen): tweak for accordeon asterisk.
5522
5523 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5524
5525         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5526
5527         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5528
5529         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5530
5531         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5532
5533         * scm/define-grobs.scm (all-grob-descriptions): change
5534         StanzaNumber description: make side support, i.s.o. breakable.
5535         use Instrument_name_engraver for texts in the margin.
5536
5537         * scm/define-translator-properties.scm: remove
5538         melismaEngraverBusy, stz property.
5539
5540         * *.cc: naming: change empty_b () into is_empty ()
5541
5542         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5543
5544         * input/regression/lyric-phrasing-new.ly: new file.
5545
5546         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5547         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5548         melismata are now left-aligned.
5549
5550 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5551
5552         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5553
5554         * mf/feta19.mf: remove.
5555         
5556         * mf/feta-klef.mf (test_staff): more tweaks
5557
5558         * mf/feta-toevallig.mf: more small size tweaks.
5559
5560         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5561         rests for smaller sizes.
5562
5563         * mf/feta-bolletjes.mf: fix cross heads.
5564
5565         * VERSION: release 2.1.4
5566         
5567         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5568         deprecated #'ancient font family
5569
5570         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5571         it is a string or number.
5572
5573         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5574         change calling convention of stem-attachment function. 
5575
5576         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5577
5578         * mf/feta-autometric.mf: dump WX/WY fields too
5579         
5580         * mf/parmesan-heads.mf: idem.
5581
5582         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5583         attachment coordinates.
5584
5585         * lily/note-head.cc (stem_attachment_coordinate): read stem
5586         attachment from the notehead glyphs WX/WY fields.
5587
5588         * lily/include/font-metric.hh (struct Font_metric): add methods
5589         get_indexed_wxwy (), make a distinction between looking up by
5590         index and ASCII  
5591
5592         * mf/feta-bolletjes.mf: rewrite note head MF code.
5593         (test_outlines): make heads more rotund for smaller sizes. 
5594
5595 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5596
5597         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5598         throughout. Font scaling fixes throughout.
5599
5600         * mf/feta-sleur,slur.mf: remove. 
5601
5602         * mf/feta-slag.mf: rewrite.
5603
5604 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5605
5606         * VERSION: release 2.1.3
5607
5608         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5609
5610         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5611
5612         * lily/mark-engraver.cc (process_music): fix mark
5613         \default. (backportme)
5614
5615         * stepmake/stepmake/automatically-generated.sub.make (default):
5616         use -n for head/tail commands. 
5617
5618         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5619         heads with the same pitch.
5620
5621 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5622
5623         * lily/recording-group-engraver.cc (finalize): set protected_scm
5624         member to '() before finalizing.
5625
5626         * lily/translator-group.cc (finalize): remove removal_processing () 
5627
5628         * lily/recording-group-engraver.cc: new engraver: record
5629         synchronized start & end times for each music object.
5630
5631         * lily/parser.yy (toplevel_expression): execute score rendering
5632         during parsing. Cleanup output-filename handling; this is no
5633         longer done with global variables.
5634         (translator_spec_body): allow \type modification too.
5635
5636         * lily/score.cc:  ly:run-translator: new function
5637         (LY_DEFINE): ly:render-output new function.
5638
5639         Separate interpreting and rendering, and make available as
5640         functions at Scheme level.
5641
5642 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5643
5644         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5645         (musicxml-node->string):
5646         (xml-node->string):
5647         (music-to-musicxml): New function.
5648
5649 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5650
5651         * VERSION: 2.1.2 released
5652
5653         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5654
5655         * scm/font.scm (paper20-font-vector): discouple font design sizes
5656         from sizes specified in .ly file: store all design sizes of a font
5657         in a single vector.
5658
5659         * lily/font-select.cc (get_font_by_design_size): new function
5660
5661         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5662         add parmesan,feta in sizes 14 and 18.
5663         
5664         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5665
5666         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5667         of fontSize: this now sets font-size
5668
5669 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5670
5671         * VERSION: 2.1.1 released
5672         
5673         * Documentation/user/refman.itely (Tuning objects): add note about
5674         concurrent tweaks in different contexts. 
5675
5676         * lily/tie-engraver.cc (acknowledge_grob): use
5677         Staff_symbol_referencer::get_position iso. reading staff-position
5678         directly.
5679
5680         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5681         currentMusicalColumn as left span-point for bracket. The bracket
5682         is too long when there are accidentals.
5683
5684 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5685
5686         * buildscripts/lilypond-profile.sh,
5687         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5688         Thanks to Reuben Thomas <rrt@mupsych.org>
5689
5690 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5691
5692         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5693         Wurbel <wurbel@univ-tln.fr>.
5694
5695 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5696
5697         * scripts/midi2ly.py: Add space after chords.
5698
5699 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5700
5701         * input/regression/{many}: add few @code{ ... }.
5702
5703 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5704
5705         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5706         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5707         Removed cmbx5, cmbx6 (which are included in teTeX)
5708         and cmbxti14 which is not used in fonts.scm.
5709
5710 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5711
5712         * lily/midi-item.cc: fine tune quarter tones.
5713
5714 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5715
5716         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5717         new function, warn how many cents are missing in fine tuning.
5718
5719 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5720
5721         * input/bugs/rhytmicstaff-tie.ly: add file.
5722
5723         * THANKS: Create skeleton for 2.1.
5724
5725 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5726
5727         * input/test/bar-lines.ly (TODO): dashed "|".
5728
5729 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5730
5731         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5732         input/regression/tie-chord.ly: Fix spell for tying.
5733
5734         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5735
5736         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5737         new file (renamed, see above).
5738
5739         * Documentation/user/lilypond-book.itely
5740         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5741         * input/example-1.ly input/example-2.ly input/example-3.ly
5742         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5743         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5744         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5745         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5746         * scripts/lilypond-book.py scripts/lilypond.py
5747         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5748         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5749
5750         * Documentation/user/lilypond.tely: update version.
5751
5752         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5753         Remove extra spaces in each @node, fixes spaces.
5754
5755 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5756
5757         * scripts/lilypond-book.py (output_dict): Add definition of
5758         \lilypondbook also for LaTeX output. Solves several bug reports.
5759
5760 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5761
5762         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5763
5764 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5765
5766         * input/test/transposition.ly: Fix key signatures, given in comments.
5767
5768 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5769
5770         * scm/midi.scm (instrument-names-alist),
5771         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5772
5773 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5774
5775         * input/test/temporary-stave.ly (texidoc): New example based on an
5776         email question from Ralph Little.
5777
5778 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5779
5780         * VERSION: release 2.1.0
5781         
5782         * lily/note-performer.cc (try_music): accept busy-playing-event.
5783
5784         * lily/swallow-perf.cc (try_music): return false for
5785         busy-playing-event and melisma-playing-event.
5786
5787 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5788
5789         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5790         >> in \score.
5791
5792 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5793
5794         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5795         that articulation_substitute will not move beam start again.
5796         (articulation_substitute): Bugfix: remove stray space so that new
5797         old chords ending '>>' does not get broken up.
5798         (sub_chord): Use TAB for indentation (not spaces).
5799         
5800         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5801         Bugfix for startup: Use ?^ instead of ?\^.
5802
5803 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5804
5805         * lily/lyric-combine-music-iterator.cc
5806         (Lyric_combine_music_iterator): change init order, to prevent GC
5807         segfaults.
5808
5809         * lily/context-specced-music-iterator.cc (construct_children): 
5810         only change  translator if found. This fixes a core dump problem.
5811
5812 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5813
5814         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5815         comparison.
5816
5817         * mf/feta-bolletjes.mf: make hole in half note little
5818         smaller for stem attachment.
5819
5820         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5821
5822         * mf/feta-banier.mf: don't draw stem with flag, just small square
5823         attachment.
5824
5825         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5826
5827         * mf/feta-banier.mf: remove upstem/downstem characters.
5828
5829         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5830
5831         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5832         stafflinethickness (in the default)
5833
5834         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5835
5836         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5837
5838         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5839
5840         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5841
5842         * lily/include/directional-element-interface.hh:
5843         junk class, make {get,set}_grob_direction functions.
5844
5845         * lily/slur.cc (get_attachment): do something sensible when
5846         attaching to stem without heads (eg. a rest).
5847
5848         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5849         forcing up to staff.  remove #'support-head property
5850         (brew_molecule): small cleanup.
5851         (flag): remove #'grace property.
5852
5853 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5854
5855         * cygwin/postinstall-lilypond.sh: 
5856         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5857         (Volker Zell).
5858
5859 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5860
5861         * scripts/lilypond-book.py: resurrect 'eps' option. 
5862         (TexiPaper.to_eps): use -Ppdf for EPS files.
5863
5864         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5865
5866         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5867
5868         * VERSION: release 2.0.1
5869
5870         * lily/bezier.cc (get_other_coordinate): change assert into
5871         warning.
5872
5873         * lily/note-head.cc (internal_brew_molecule): make left protusion
5874         smaller, to accomodate for natural sign.
5875         (internal_brew_molecule): only do this when the accidental is
5876         close enough.
5877         (extent): new function
5878
5879         * lily/skyline.cc (merge_skyline): new function
5880         (heighten_skyline): new function
5881
5882         * lily/accidental-placement.cc (position_accidentals) 
5883         (position_accidentals): fix todo.
5884
5885 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5886
5887         * input/test/+.ly (texidoc): put version number inline.
5888
5889         * GNUmakefile.in: remove rsync-web target.
5890         
5891         * input/regression/bar-scripts.ly (onestaff): raggedright
5892
5893 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5894
5895         * lily/*.cc: remove #if 0'd code in couple of places.
5896
5897         * lily/midi-stream.cc (operator <<): rewrite.
5898
5899         * lily/note-head.cc (internal_brew_molecule): 
5900         only make ledgers when the Staff symbol has lines.
5901
5902         * ly/property-init.ly (arpeggioBracket): simplify
5903
5904         * lily/translator-group.cc (execute_pushpop_property): use
5905         SCM_EQ_P for comparing keys. This fixes reverting
5906         auto-beam-settings.
5907
5908 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5909 *
5910         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5911         midi_debug_global_b.
5912         (operator <<): Normalise loop.
5913
5914 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5915
5916         * scripts/lilypond.py (escape_path): revise.
5917
5918         * scm/music-functions.scm (set-output-property): new function.
5919         
5920 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5921
5922         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5923         use addmakeflags again.
5924
5925         * cygwin/lily-wins.py (escape_shell): New function; use it.
5926
5927         * scripts/lilypond.py (escape_shell): Escape quotes and other
5928         spaces too.  Do not escape escaping backslashes.
5929
5930         * make/srcdir.make.in (web-install): Must call install-WWW now.
5931
5932         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5933         dependency
5934
5935 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5936
5937         * scripts/lilypond.py (escape_path): escape quotes too. 
5938
5939         * Documentation/user/lilypond.tely (Unified index): rename Index
5940         to accomodate Windows breakage.
5941
5942         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5943
5944         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5945         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5946         target not a source.
5947
5948 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5949
5950         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5951         addmakeflags.  Build and install doc and web also when building on
5952         Cygwin.
5953
5954         * mf/GNUmakefile: Bugfix.
5955
5956         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5957         target web.
5958
5959         * cygwin/lily-wins.py: Quote filename.
5960
5961 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5962
5963         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5964
5965 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5966
5967         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5968         settings.
5969
5970         * configure.in: Require g++ > 3.0.4.
5971
5972         * mf/GNUmakefile: Bugfix: Add list.ly target.
5973         
5974         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5975
5976         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5977         make omf directory, add uninstall targets.
5978
5979 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5980
5981         * lily/tie-performer.cc (initialize): init prev_event
5982
5983         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5984
5985         * lily/script-engraver.cc (make_script_from_event): don't crash on
5986         non-string articulation-type.
5987
5988         * lily/new-fingering-engraver.cc (add_script): don't crash on
5989         0 scripts 
5990         (acknowledge_grob): warn about text script events.
5991
5992 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5993
5994         * buildscript/lilypond.words: fix path for drums.scm.
5995
5996 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5997
5998         * lily/spacing-spanner.cc (note_spacing): don't make longer
5999         durations than measure-length.
6000
6001         * VERSION: release 2.0.0
6002
6003         * GNUmakefile.in (rsync-web): version independent rsync target.
6004
6005         * input/test/+.ly (texidoc): idem.
6006
6007         * input/regression/+.ly: print version number.
6008
6009         * input/regression/accidentals.ly (mel): shorten.
6010
6011         * input/regression/accidental-octave.ly (texidoc): shorten.
6012
6013         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6014
6015         * input/regression/completion-heads-polyphony.ly: octave
6016
6017         * input/regression/beam-manual.ly: remove
6018
6019         * input/regression/beam-chord.ly: remove
6020
6021         * input/regression/grace-dynamic.ly: remove
6022         
6023         * input/regression/grace-volta-repeat.ly: octave fixes.
6024
6025         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6026
6027         * lily/parser.yy (step_number): semitones for chord entry too.
6028         (make_chord_step): more robust code, semitones. 
6029
6030         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6031
6032         * input/regression/breathing-sign.ly (texidoc): split ancient and
6033         normal breathing signs.
6034
6035         * scm/define-grobs.scm (all-grob-descriptions): swap
6036         beamed-extreme-minimum-free-lengths and
6037         beamed-minimum-free-lengths; the 'extreme' case should allow
6038         shorter stems. This fixes forced directions on beamed 32nd and
6039         shorter notes.
6040
6041         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6042         quartertones, not semitones.
6043         (NoteNamesContext): swallow more event types
6044
6045         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6046
6047         * VERSION (PACKAGE_NAME): release 1.9.10
6048
6049 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6050
6051         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6052         set note head as cause of note-column.  This gives a better error
6053         message.
6054
6055 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6056
6057         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6058
6059 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6060
6061         * mf/GNUmakefile (pfa_warning): instruct 
6062
6063         * stepmake/aclocal.m4: typo.
6064
6065         * Documentation/user/cheatsheet.itely: more verbose examples.
6066
6067         * input/regression/clefs.ly: remove bogus docstring.
6068
6069 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6070
6071         * GNUmakefile.in (SUBDIRS): Add elisp.
6072
6073         * elisp/lilypond-mode.el: 
6074         * elisp/lilypond-init.el: 
6075         * elisp/lilypond-indent.el: 
6076         * elisp/lilypond-font-lock.el: Move from top dir.
6077
6078         * stepmake/stepmake/elisp-vars.make: New file.
6079
6080         * config.make.in (elispdir): Add.
6081
6082         * Documentation/topdocs/INSTALL.texi: Typo.
6083
6084         * make/ly-rules.make: Test for files instead of touching void and
6085         ignoring errors.
6086
6087         * GNUmakefile.in:
6088         * make/lilypond.redhat.spec.in:
6089         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6090         <builddir>, adding
6091         
6092              (push "<builddir>/share/lilypond/elisp" load-path)
6093
6094         to your ~/.emacs.el should give you LilyPond-mode again.
6095
6096         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6097         regexp for DOS/Windows, we are too paranoid to fix others.
6098
6099 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6100
6101         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6102
6103         * input/test/chord-names-jazz.ly (banterProperties): fix
6104
6105         * lily/parser.yy (bass_mod): bass figure alterations are semi
6106         tones, not quarter tones
6107
6108         * lily/beam.cc (set_stem_lengths): only lengthen stems
6109         for gapped beams.
6110
6111         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6112         by beamcount.
6113
6114         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6115         a warning that the warning may erroneous.
6116
6117         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6118         target.
6119
6120         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6121         targets.
6122
6123         * GNUmakefile.in ($(config_h)): config.h should depend on
6124         config.hh.in .
6125         (lilypond.words): remove fontball stuff.
6126
6127         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6128
6129         * configure.in: remove pktrace reference.
6130
6131         * GNUmakefile.in (rsync-web): permissions and ownership for
6132         website.
6133
6134         * lily/volta-engraver.cc (staff_eligible): new function.
6135         (stop_translation_timestep): kill off spanners if not eligible.
6136
6137         * VERSION (PATCH_LEVEL): release 1.9.9
6138
6139         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6140
6141         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6142         length is more important than forbidden quants.
6143         
6144 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6145
6146         * buildscripts/lilypond.words: order words in search order,
6147         add lilypond.words.vim to be generated.
6148
6149         * lilypond.vim: use lilypond.words.vim for keyword matching.
6150
6151         * lilypond-mode.el: use search order. fix word selection rules.
6152
6153         * lilypond-font-lock.el: fix fontifying long durations.
6154
6155         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6156
6157 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6158
6159         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6160
6161         * stepmake/stepmake/generic-targets.make:
6162         * stepmake/stepmake/bin/make-version.py: 
6163         * stepmake/aclocal.m4:
6164         * make/stepmake.make:
6165         * make/toplevel-version.make: Build fixes: remove last traces of
6166           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6167
6168         * lily/beam.cc: Add gap-count property.
6169
6170 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6171
6172         * scm/define-grob-properties.scm (gap-count): add gap-count
6173
6174         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6175
6176 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6177
6178         * cygwin/mknetrel.doc: Typo.
6179
6180         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6181
6182         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6183
6184 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6185
6186         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6187         sizes. Remove support for 'ledger'(=tabloid+landscape).
6188
6189 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6190
6191         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6192         sauter PFAs.
6193
6194         * configure.in: remove VERSION stuff once again.
6195
6196         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6197
6198         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6199         for chord names.
6200
6201         * mf/GNUmakefile: always trace pfa fonts.
6202         (SAUTER_FONTS): add cmss[567] too fonts
6203
6204         * configure.in: require mftrace. 
6205
6206         * lily/staff-performer.cc (new_instrument_string): don't look at
6207         instrument property.
6208
6209         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6210         is_direction is the C++ one. Similar for ly_axis_p and
6211         ly_number_pair_p
6212
6213 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6214
6215         * lily/beam.cc (brew_molecule): read gap-count to determine
6216         number of tremolo (gapped) beams.
6217
6218         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6219         shorter than 1/8
6220
6221         * flower/include/array.hh (default_compare): new function
6222
6223         * cygwin/mknetrel: Native fixes.
6224
6225         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6226
6227 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6228
6229         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6230         feature for Windows.
6231
6232         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6233
6234         * cygwin/mknetrel: Updates for native use on Cygwin.
6235
6236         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6237
6238         * stepmake/stepmake/help2man-rules.make: 
6239         * cygwin/mknetrel: Bugfix for manpages.
6240
6241         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6242         $(builddir).  Stepmake is a normal subdirectory now, that is not
6243         configured.  Another srcdir build fix.
6244
6245         * Documentation/topdocs/INSTALL.texi,
6246         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6247         lilypond-init.el, lilypond-mode.el, debian/rules,
6248         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6249         rename generated file lilypond.words to lilypond.words.el.
6250
6251 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6252
6253         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6254
6255         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6256         GNUmakefile.in.
6257
6258 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6259
6260         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6261         when cross building.
6262
6263         * configure.in: srcdir build fix.
6264
6265         * cygwin/GNUmakefile:
6266         * cygwin/lily-wins.py:
6267         * cygwin/postremove-lilypond.sh: 
6268         * cygwin/postinstall-lilypond.sh: Merge from stable.
6269
6270         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6271         s/ly2dvi/lilypond/.
6272
6273 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6274
6275         * lily/slur.cc (after_line_breaking): only set control points if
6276         none supplied yet.
6277
6278         * input/test/slur-manual.ly: new file.
6279
6280         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6281         <<  >> chords too.
6282
6283         * VERSION (PACKAGE_NAME): release 1.9.8
6284
6285         * scripts/lilypond.py (escape_path): escape spaces in directory names
6286
6287         * input/test/text-spanner.ly: fixes.
6288
6289 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6290
6291         * buildscripts/lilypond.words.py: add drum names as note names to
6292         Emacs-mode.
6293
6294 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6295
6296         * input/regression/hairpin-dashed.ly: new file.
6297
6298         * scripts/convert-ly.py (conv): warn about dash-length.
6299
6300         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6301         automatically if we get a new one.
6302
6303         * lily/lookup.cc (dashed_line): new function
6304
6305         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6306         dash-fraction.
6307
6308 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6309
6310         * buildscripts/lilypond.words.py: extract note names.
6311
6312         * lilypond-mode.el: take note names from lilypond.words -file.
6313         small fix in the use of string-match.
6314
6315         * lilypond-font-lock.el: use lilypond.words for note names, add 
6316         maxima to note a duration.
6317
6318 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6319
6320         * lily/breathing-sign.cc: remove railtracks() function. 
6321
6322         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6323
6324         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6325         (brew_molecule): bugfix don't make arpeggio shorter when
6326         arpeggio-direction is set.
6327
6328         *  debian/rules: small corrections in the (Pedro K)
6329
6330         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6331         examples.
6332
6333         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6334         special (repeat) bar comes along.
6335
6336         * input/regression/auto-beam-bar.ly: update.
6337
6338         * scripts/lilypond-book.py (output_dict): remove support for the
6339         EPS option.
6340
6341         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6342         VerticalAlignment and VerticalAxisGroup this fixes the size
6343         computations for the entire system.
6344  
6345         * input/les-nereides.ly (bass): remove superfluous fontSize.
6346
6347         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6348         causes directory of file to be added to include path.
6349
6350         * input/regression/beam-break.ly: test single stem beams.
6351
6352         * input/regression/system-start-bracket.ly: fix.
6353
6354         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6355
6356         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6357
6358         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6359         (score_stem_lengths): do something sensible for single stem beams.
6360
6361         * lily/beam.cc (least_squares): add kludge for single stem beams.
6362
6363         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6364         keySignature to list of broken things.
6365
6366         * input/regression/keys.ly: fix.
6367
6368         * VERSION (PACKAGE_NAME): release 1.9.7
6369
6370         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6371
6372         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6373
6374         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6375         (quartertone_pitch): new function
6376
6377         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6378         flat. WARNING: FONT CHANGED.
6379
6380         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6381
6382         * lily/accidental-placement.cc (add_accidental): support for
6383         quarter tones.
6384
6385         * ly/LANGUAGEs.ly: use symbols for alterations.
6386
6387         * mf/feta-toevallig.mf: change accidental codes. 
6388
6389         * scm/lily.scm (ly:get-option): switch on debugging only for
6390         --verbose.
6391
6392         * lily/lily-guile.cc: remove ly:verbose?
6393
6394         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6395
6396         * lily/parser.yy (TODO): only do gh_call() for apply with
6397         procedure argument.
6398
6399         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6400         stuff in accordance with new timing of tie-events.
6401
6402         * lily/my-lily-lexer.cc: remove \outputproperty
6403
6404         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6405
6406         * scm/define-translator-properties.scm (melismaBusyProperties):
6407         add melismaBusyProperties property.
6408
6409 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6410
6411         * input/test/ambitus-mixed.ly (texidoc): new file.
6412
6413         * buildscripts/mutopia-index.py (find): prune debugging
6414
6415         * lily/side-position-interface.cc: doc updates
6416
6417         * Documentation/user/refman.itely: updates, tweaks.
6418
6419         * lily/parser.yy (Simple_music): remove outputproperty
6420
6421         * make/stepmake.make: use VERSION again; importing VERSION via
6422         autoconf dependencies is too hairy.
6423
6424 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6425
6426         * lilypond-mode.el: allow `-' for keywords and identifiers.
6427
6428 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6429
6430         * VERSION: release 1.9.6
6431         
6432         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6433         iso. ly2dvi.
6434
6435         * Documentation/user/*.itely: fixes everywhere
6436
6437         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6438         produce ties from the engraver itself, do not broadcast TieEvent.
6439
6440         * lily/my-lily-lexer.cc: remove pitch & duration.
6441
6442         * lily/parser.yy (TODO): remove \pitch and \duration
6443
6444         * input/test/explicit.ly: remove file.
6445
6446         * Documentation/user/refman.itely (Pitches): remove \pitch 
6447         \duration command.
6448
6449 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6450
6451         * buildscripts/lilypond.words.py: add all slur types to Emacs
6452         insertion menu, suppose everything is postfixed by dropping 
6453         unnecessary `-' -marks.
6454
6455 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6456
6457         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6458         tremoloed stems.
6459
6460         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6461         head for flagged stems.
6462
6463         * lily/stem.cc (get_default_stem_end_position): futz with extra
6464         stem length if there is a stem tremolo.
6465
6466         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6467         it would be too small.
6468
6469         * lily/font-metric.cc: return #f for non-existent glyph.
6470         
6471         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6472         exported through config.make.
6473
6474         * input/regression/clef-oct.ly: new file.
6475
6476         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6477         transposition.
6478
6479         * input/template/*.ly: remove old relative.
6480
6481         * ly/english.ly: add X names for double sharp.
6482
6483 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6484
6485         * lily/font-select.cc: new file handle font selection routines.
6486
6487         * lily/parser.yy: add ; (Patrick Atamaniuk)
6488
6489         * input/test/time-signature-double.ly: use markups for double time
6490         sigs.
6491
6492         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6493         ChordNames.SeparationItem #'padding for adjusting space after chords.
6494         
6495         * lily/music-output-def.cc (LY_DEFINE): 
6496         new function ly:paper-lookup.
6497         
6498         * mf/parmesan-clefs.mf: use # quantities for char_box
6499         offsets. Fixes overflow errors in the PFA. 
6500
6501         * scm/new-markup.scm (strut-markup): change calling interface for
6502         markup. Pass paper-def, not grob. This would allow \markup to be
6503         used separately from grobs.
6504
6505         * lily/paper-def.cc: new function ly:paper-font; this function
6506         replaces ly:get-font.
6507
6508         * lily/include/font-interface.hh (struct Font_interface): take
6509         Paper_def iso. Grob for get_font().
6510
6511 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6512
6513         * Documentation/user/ tutorial.itely, refman.itely: add warning
6514         about \key and accidentals.
6515
6516 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6517
6518         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6519
6520         * Documentation/user/*.itely: manual tweaks
6521
6522 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6523
6524         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6525         cleanup; bugfix: exact_center
6526
6527         * Documentation/user/refman.itely: added more documentation on
6528         ambitus according to recent questions on lilypond-user list
6529
6530 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6531
6532         * input/regression/ottava.ly (texidoc): demo 15ma too.
6533
6534         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6535
6536         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6537         octave fixes.
6538
6539 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6540
6541         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6542         problems on older Mac editors.
6543
6544 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6545
6546         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6547
6548 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6549
6550         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6551         mf/parmesan-clefs.mf: added comments on character alignment and
6552         set_char_box() conventions
6553
6554         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6555         set_char_box()'s
6556
6557         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6558
6559 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6560
6561         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6562
6563 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6564
6565         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6566         shortened to avoid almost-collision with staff line; code cleanup;
6567         other custodes: fixed char boxes; code cleanup
6568
6569 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6570
6571         * configure.in: release 1.9.5
6572         
6573         * scripts/lilypond.py (global_latex_preamble): only set
6574         twosideshift if 'twoside' is in latexoptions 
6575
6576         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6577
6578         * VERSION: remove
6579
6580         * scripts/*2ly.py: update <> syntax
6581
6582 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6583
6584         * lily/chord-name-engraver.cc (process_music): add origin for
6585         chord name.
6586
6587         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6588
6589         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6590         bass notes for exceptions too.
6591
6592         * scm/define-grobs.scm (all-grob-descriptions): rename
6593         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6594
6595         * scm/define-grob-properties.scm (remove-first): add remove-first
6596         property for orchestral scores.
6597
6598         * Documentation/user/*.itely: switch <<>> and <> 
6599
6600         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6601         last_line only once. This fixes the two consecutive glissandi problem.
6602
6603 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6604
6605         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6606         error message "flexa-width undefined"
6607
6608         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6609         lily/include/gregorian-ligature.hh: print warning when ignoring
6610         head prefixes on flexa shapes
6611
6612         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6613         space before a series of inclinatum heads
6614
6615         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6616         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6617         cleanups
6618
6619         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6620         and char_box
6621
6622 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6623
6624         * input/regression/breathing-sign.ly: tiny fixes
6625
6626         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6627         semantical collision with vaticana ligatures
6628
6629         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6630         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6631         now consistent with mensural ligatures
6632
6633         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6634         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6635         context pitches and staff position; dto. for virga stem; removed
6636         obsolete virga and clivis characters from parmesan font (WARNING:
6637         font changed)
6638
6639         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6640         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6641
6642         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6643         scm/define-grob-properties.scm: consistency fix: renamed
6644         join_left->add_cauda
6645
6646         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6647         appendix length; bugfix: yoffs_bt for reverse direction punctum
6648         characters
6649
6650         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6651         small cleanups; added more docu
6652
6653         * lily/mensural-ligature-engraver.cc,
6654         lily/vaticana-ligature-engraver.cc,
6655         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6656         computation to CoherentLigatureEngraver
6657
6658         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6659         scm/define-grob-properties.scm: bugfix: added missing linea and
6660         cavum properties; bugfix: removed dead semivocalis property
6661
6662         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6663         length; redesigned quilisma, stropha and auctum
6664
6665         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6666         line thickness
6667
6668         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6669         Documentation/user/refman.itely: bugfix: introduced shifted
6670         epiphonus head to avoid collision with adjacent plica
6671
6672 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6673
6674         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6675
6676         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6677
6678 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6679
6680         * Documentation/user/tutorial.itely (A lead sheet): remove
6681         duplicate chords.
6682
6683         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6684
6685 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6686
6687         * Documentation/bibliography/computer-notation.bib (isbn): add
6688         xivcim publication.
6689
6690 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6691
6692         * GNUmakefile.in: drop lilypond.words for generation.
6693
6694 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6695
6696         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6697
6698         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6699
6700 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6701
6702         * input/test/figured-bass-alternate.ly (fl): new file.
6703
6704         * Documentation/topdocs/README.texi (Top): clarifications.
6705
6706         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6707         theses of Gieseking and Renz.
6708
6709         * GNUmakefile.in (README_FILES): remove README.mandrake.
6710
6711 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6712
6713         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6714         from source files and search patterns listed in the script.
6715
6716         * GNUmakefile.in: add target `lilypond.words'.
6717
6718         * lilypond.words: remove file, generated by `make lilypond.words'.
6719
6720         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6721
6722 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6723
6724         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6725
6726 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6727
6728         * VERSION: 1.9.4 released
6729
6730         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6731         rule for < > <-> << >> substitution
6732
6733         * lily/lexer.ll: exchange meaning of << >> and < > 
6734
6735         * VERSION (PACKAGE_NAME): 1.9.3 released
6736
6737         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6738         pages unconditionally.
6739
6740 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6741
6742         * Documentation/user/music-glossary.tely (Top): small syntax
6743         fixes.
6744
6745         * scm/music-functions.scm (remove-tag): filter \tagged music
6746         expressions.
6747
6748         * input/regression/tag-filter.ly (texidoc): new file.
6749
6750         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6751         symbol2 .. ) etc. 
6752
6753         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6754         convert rule.
6755
6756         * Documentation/user/refman.itely (Fingering instructions): adjust
6757         manual.
6758
6759         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6760         for borderline cases (e.g. 1 fingering.)
6761         (position_scripts): revise interface, use fingerOrientations to
6762         set fingering positions.
6763
6764         * scm/document-translation.scm (context-doc): add aliases to
6765         automated documentation.
6766
6767         * make/lilypond-vars.make: remove stepmake compat glue.
6768
6769         * make/generic-vars.make: remove cruft.
6770
6771         * lily/main.cc (main): don't identify binary.
6772
6773 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6774
6775         * lily/include/translator.hh (class Translator): remove
6776         type_string_ , use symbol for context name throughout.
6777         Changes through whole source tree.
6778
6779         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6780         set PDF as default, and always make PDF.
6781
6782         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6783
6784 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6785
6786         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6787         Documentation/user/refman.itely input/regression/allfontstyle.ly
6788         input/regression/grace-types.ly:
6789         fix spelling for acciaccatura (Webster's 1913).
6790
6791 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6792
6793         * lily/main.cc (usage): adjust blurb, include url.
6794
6795         * input/regression/breathing-sign.ly (texidoc): transpose up
6796
6797 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6798
6799         * input/regression/breathing-sign.ly: changed ancient examples to
6800         be relevant (by request of Han-Wen); updated BreathingSign text
6801         property according to new syntax.
6802
6803         * ly/gregorian-init.ly: updated BreathingSign text property
6804         according to new syntax
6805
6806 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6807
6808         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6809         (Clef): index entries for clefs.
6810
6811         * python/lilylib.py (system): remove errorlog files.
6812         
6813 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6814
6815         * lilypond.words: add \new and new graces. Add dynamics to menus
6816         keeping 1.8.x compatibility; after all the engraving relating to 
6817         notes becomes postfixed `-' marks will be removed.
6818
6819 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6820
6821         * lily/molecule.cc (align_to): idem.
6822
6823         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6824         
6825         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6826         accacciatura everywhere.
6827
6828         * VERSION (PACKAGE_NAME): released 1.9.2
6829
6830         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6831
6832         * scm/document-markup.scm (markup-doc-node): sort markup function
6833         list.
6834
6835         * lily/paper-outputter.cc (output_version): change "Lily was here"
6836         into  "Engraved by LilyPond"
6837
6838         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6839         on unquoted strings before \notenames.
6840
6841         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6842         increases the number of s/r reductions to 4.
6843
6844         * scm/new-markup.scm (fraction-markup): \fraction command.
6845
6846         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6847         mode
6848
6849         * lily/lookup.cc (round_filled_box): rename function.
6850         (LY_DEFINE): round-filled-box: change signature.
6851
6852         * Documentation/user/refman.itely: revise section explaining grace
6853         notes.
6854
6855         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6856         ly:set-context-property
6857
6858         * input/*/*.ly (vmus): use \new everywhere.
6859
6860         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6861
6862         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6863         default
6864
6865         * scm/music-functions.scm (set-stop-grace-properties)
6866         (set-start-grace-properties, add-grace-property): new functions
6867         for modular grace tweak control.
6868
6869         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6870         
6871 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6872
6873         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6874
6875         * GNUmakefile.in (install-pfa-fonts):
6876         (get-pfa-fonts): New target.
6877
6878         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6879         install-pfa-fonts help.
6880
6881 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6882
6883         * lily/translator-scheme.cc (LY_DEFINE):
6884         ly:context-pushpop-property new function.
6885         (LY_DEFINE): new function ly:translator-find  
6886         new function ly:translator?
6887         (LY_DEFINE): new function ly:context?
6888
6889         * lily/translator-def.cc: remove
6890         Translator_def::apply_pushpop_property().
6891
6892         * python/lilylib.py (read_pipe): only store and display error log
6893         if verbose not set.
6894         (read_pipe): only display log if it contains something.
6895
6896 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6897
6898         * Documentation/misc/GNUmakefile: Re-add.
6899         (TEXTS): Add CHANGES.
6900
6901 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6902
6903         * lilypond.words: add \newcontext.
6904
6905 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6906
6907         * lily/tie-performer.cc (stop_translation_timestep): only flush
6908         tied_notes when we have actually made a tie. Fixes bugs with ties
6909         in polyphonic scores.
6910
6911 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6912
6913         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6914         they do not exist.
6915
6916 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6917
6918         * VERSION (PACKAGE_NAME): released 1.9.1 
6919
6920         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6921         Instrument_name_engraver
6922
6923         * lily/tie-performer.cc (create_audio_elements): bugfix
6924
6925         * Documentation/user/music-glossary.tely (Top): comment out
6926         font-style statements.
6927
6928         * input/test/force-hshift.ly: revise example.
6929
6930         * Documentation/bibliography/engraving.bib (note): typos.
6931
6932         * configure.in: bump GCC requirements to 3.x
6933
6934         * lily/include/audio-item.hh (class Audio_tie): rename
6935         note_l_drul_ to note_drul_
6936
6937         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6938
6939         * lily/parser.yy (relative_music): whoops. All \relative were off
6940         by ...  a lot .... Ahem.
6941
6942         * scm/define-music-types.scm (music-descriptions): idem.
6943
6944         * lily/beam-engraver.cc: move new-beam-event to beam-event
6945
6946         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6947         to Tie_engraver
6948
6949         * input/regression/bar-number.ly: remove unnecessary old-relative
6950         options.
6951         
6952         * Documentation/user/internals.itely (Creating contexts): document
6953         \newcontext
6954
6955         * lily/parser.yy (Composite_music): add \newcontext
6956
6957         * Documentation/user/refman.itely (MIDI block): add note about
6958         dotted tempos.
6959
6960         * scm/font.scm: remove old markup legacy
6961
6962         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6963
6964         * lily/breathing-sign.cc (brew_molecule): remove function
6965
6966         * lily/text-item.cc: remove old-style markups.
6967         (interpret_markup): C++ version of markup function
6968         (brew_molecule): idem.
6969
6970         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6971         as Scheme variable.
6972
6973         * scripts/convert-ly.py (conv): dashes rule.
6974         Apply rule.
6975
6976         * Documentation/user/lilypond-book.itely: syntax fixes. 
6977
6978 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6979
6980         * VERSION (PACKAGE_NAME): release 1.9.0
6981
6982         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6983         note about dvips. (Should backport.)
6984
6985         * scripts/convert-ly.py
6986         (FatalConversionError.articulation_substitute): add
6987         convert-new-chords code. Remove convert-new-chords.py
6988
6989         * Documentation/user/refman.itely (Octave check): document
6990         \octave.
6991
6992         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6993         \relative changes.
6994
6995         * lily/parser.yy (command_element): octave check:
6996
6997            \octave PITCH
6998
6999         checks that PITCH (without octave) yields PITCH (with octave) in
7000         \relative
7001
7002         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7003
7004         * lily/scm-option.cc: ly:set-option now has the default argument
7005         #t.
7006
7007         * lily/lexer.ll: add \renameinput
7008
7009         * python/lilylib.py (command_name): robustifications.
7010
7011         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7012         /dev/stderr. This is ash compatible.
7013
7014         * ly/init.ly: add warning if compatibility was not necessary.
7015
7016         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7017
7018         * flower/include/string-handle.icc: formatting cleanups, rename
7019         references by ref_count_.
7020
7021 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7022
7023         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7024         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7025         package libs separately, fix conflicting php variable out=/dev/vc/
7026         invoking `unset out', declare menus, use only one icon-file, fix
7027         doc-path in menu.
7028
7029 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7030
7031         * scripts/convert-ly.py (FatalConversionError.conv): typo
7032
7033         * Documentation/misc/GNUmakefile: restore misc directory.
7034
7035         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7036
7037         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7038         Petites-Preludes 
7039
7040         * input/test/partial-blank.ly (quickmeasure): syntax
7041
7042         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7043         attachment property.
7044
7045         * Documentation/user/refman.itely: remove superfluous -'s 
7046         (Grace notes): ) fixes.
7047
7048         * lily/music.cc: generic compress(), transpose() functions. Remove
7049         others.
7050
7051         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7052         style markup entry.
7053
7054         * lily/parser.yy: all articulations postfix; remove obligatory -
7055         for [,  ) and \!
7056         
7057         * lily/music.cc (to_relative_octave): write generic
7058         to_relative_octave function; various relative cleanups.
7059         Hmmm.
7060
7061         * lily/scm-option.cc: add options new-relative and old-relative
7062
7063         * po/sv.po: new po file.
7064
7065         * Documentation/user/refman.itely (Dynamics): website
7066         fixes. (should backport!)
7067
7068 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7069
7070         * make/lilypond.mandrake.spec.in: declare version only once.
7071
7072 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7073
7074         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7075         meaning for now.
7076
7077 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7078
7079         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7080
7081         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7082
7083         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7084
7085         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7086
7087         * lily/music.cc (var): add ly:music-transpose function.
7088
7089         * lily/parser.yy (pre_events): remove prefix articulations.
7090
7091         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7092
7093         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7094
7095         * Documentation/user/refman.itely (Text markup): add comment about
7096         markup in header.
7097
7098 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7099
7100         * lily/paper-outputter.cc (write_header_fields_to_file): 
7101         only dump value if it is a string.
7102
7103         * flower/include/dictionary.hh: remove.
7104         
7105         * Documentation/ChangeLog-1.5: add back old log.
7106
7107         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7108         .pfas from a .deb.
7109
7110 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7111
7112         * Documentation/bibliography/engraving.bib: add entry for
7113         Jaschinski's Notation
7114
7115 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7116
7117         * Documentation/user/refman.itely (Beaming): add note about
7118         allowBeamBreak
7119
7120 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7121
7122         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7123         GregorianTranscription contexts
7124
7125         * ly/engraver-init.ly: vaticana contexts: minor fixes
7126
7127         * Documentation/user/refman.itely (Ancient notation): added note
7128         on appendix length bug
7129
7130         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7131         input/test/vaticana.ly: use vaticana contexts; small fixes
7132
7133 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7134
7135         * flower/hash.cc: Remove.
7136
7137         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7138         to (nonexistent?) hash_func_ identifier.
7139
7140         * python/midi.c (midi_error, midi_warning): Use char const* for
7141         __FUNCTION__ argument.
7142
7143         * python/gettext.py: Remove.  We already require python 2.1, which
7144         includes gettext.py.
7145
7146         * configure.in: Require python 2.1, as INSTALL.texi says.
7147         it.
7148
7149         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7150         versions 1.50 and 1.75.  Remove note about lexer patch.
7151
7152 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7153
7154         * Documentation/topdocs/INSTALL.texi: Update type1 font
7155         description to actual situation.  Add comment about new font ball
7156         layout.
7157
7158         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7159         in $LILYPONDPREFIX suffices for installation.
7160
7161 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7162
7163         * debian/control (Build-Depends): Add flex-old as alternative to
7164         flex.  Deprecate bison 1.75.
7165
7166 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7167
7168         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7169         Vaticana contexts
7170
7171         * Documentation/user/refman.itely (Ancient notation): documented
7172         some bugs; tiny fixes; added docu on Vaticana contexts
7173
7174         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7175         scripts
7176
7177 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7178
7179         * Documentation/user/refman.itely (Ancient notation): added some
7180         introductory words; added section on ancient time signatures;
7181         added some @seealso and @refcommands; small fixes and
7182         beautifications
7183
7184 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7185
7186         * input/regression/note-head-style.ly: many fixes and updates
7187
7188         * Documentation/user/refman.itely: added small sections on ancient
7189         accidentals, rests and flags; revised ancient note head section;
7190         small wording/spelling fixes
7191
7192         * input/test/rests.ly: layout fixes
7193
7194 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7195
7196         * input/puer-fragment.ly: bugfix: central C position of do clef
7197
7198         * ly/gregorian-init.ly: workaround: add small padding space before
7199         divisiones (the correct fix would be the spacing engine to handle
7200         this)
7201
7202 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7203
7204         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7205         cue-notes.ly: minor fixes.
7206
7207 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7208
7209         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7210         input/test/custos-style.ly
7211
7212         * Documentation/index.html.in: bugfix: link to Tutorial.html
7213
7214         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7215         to neumes; bugfix: "et": epiphonus, not just a simple pes
7216
7217 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7218
7219         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7220
7221         * lilypond.words: add new features: markup, column, center, \[ \].
7222         
7223 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7224
7225         * Documentation/topdocs/NEWS.texi, DEDICATION,
7226         stepmake/bin/add-html-footer.py
7227         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7228         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7229         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7230         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7231         added (only) after a sentence which is complete; if the sentence is 
7232         not ended a comma `,' or nothing is used. fix also spaces.
7233
7234 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7235
7236         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7237         requirements to plain 1.6.
7238
7239         * buildscripts/mutopia-index.py (read_lilypond_header): update
7240         mutopia-index.py to 1.4 syntax [sic]
7241
7242 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7243
7244         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7245
7246 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7247
7248         * Documentation/index.html.in: url for regression pdf
7249
7250         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7251
7252         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7253
7254         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7255
7256         * VERSION: 1.8.0 released
7257         
7258         * GNUmakefile.in (local-WWW-post): footify build fix.
7259
7260         * configure.in: require GUILE 1.6.4
7261
7262         * Documentation/user/GNUmakefile: don't copy *.png for
7263         lilypond-internals
7264
7265         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7266         local-WWW-post target.
7267         (rsync-web): add rsync-web target
7268
7269         * Documentation/user/introduction.itely (Music notation and
7270         engraving): add neume example
7271
7272         * input/puer-fragment.ly (cantus): add puer-fragment
7273
7274 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7275
7276         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7277         to notes, so that equalizer is actualy being used.
7278
7279         * scm/midi.scm (instrument-equalizer-alist):
7280         (absolute-volume-alist): Define public, so that user can copy or
7281         override.
7282
7283         * lily/key-performer.cc (create_audio_elements): Check for minor
7284         key.  Only if key is minor, set MIDI key to minor.
7285
7286 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7287
7288         * Documentation/user/refman.itely (Hiding staffs): fixes.
7289
7290         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7291
7292         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7293         vertical extents to deal with Hara kiri correctly.
7294
7295         * input/regression/hara-kiri-short.ly: remove
7296
7297         * input/regression/hara-kiri-pianostaff.ly: update test.
7298
7299         * Documentation/user/*.tely: remove WEBTITLE
7300
7301         * scm/output-tex.scm (comment): idem.
7302
7303         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7304
7305         * scm/music-functions.scm (make-lyric-event): new function
7306
7307         * scm/lily.scm (lilypond-version): new function
7308
7309         * input/test/version-output.ly: new file.
7310
7311         * Documentation/user/lilypond.tely: add version number to
7312         front-page.
7313
7314 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7315
7316         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7317
7318 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7319
7320         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7321
7322         * Documentation/user/refman.itely (Hiding staffs): rename node.
7323
7324 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7325
7326         * input/regression/new-markup-syntax.ly (texidoc): remove
7327         molecule-callback override.
7328
7329 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7330
7331         * input/les-nereides.ly: Mark tweaks with %tweak.
7332
7333         * Debian patch, see debian/changelog (Anthony Fok).
7334
7335 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7336
7337         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7338         problem.
7339
7340 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7341
7342         * Documentation/user/refman.itely (Text markup): Fix language bug.
7343
7344 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7345
7346         * input/* : postfix syntax fixes.
7347
7348         * Documentation/user/refman.itely (Text markup): add note about
7349         raise/lower with ^ or _ .
7350         
7351         * po/fi.po: fix \\apply strings.
7352
7353         * lily/parser.yy (open_event): warn for prefix articulations.
7354
7355 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7356
7357         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7358         fix also on parmesan font.
7359
7360 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7361
7362         * VERSION 1.7.30 released
7363         
7364         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7365
7366         * buildscripts/mutopia-index.py (headertext): rewording
7367
7368 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7369
7370         * scm/new-markup.scm (strut-markup): new markup function.
7371
7372         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7373         space also when no accidental is there.
7374
7375 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7376
7377         * input/les-nereides.ly: Updates.
7378
7379 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7380
7381         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7382         which repeats the tag insertion selected from "Insert tag" menu.
7383
7384 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7385
7386         * lily/all-font-metrics.cc (find_font): load AFM files first only
7387         for feta fonts. This fixes problems with TeXlive and other TeX
7388         distros that include AFM files for the CM fonts. 
7389
7390         * scm/font.scm (qualifiers-to-font-name): remove.
7391
7392         * lily/paper-def.cc: remove get_var.
7393
7394         * input/trip.ly: remove file.
7395         
7396         * input/regression/spacing-note-flags.ly (raggedright): remove
7397         stafflinethickness
7398
7399         * input/les-nereides.ly: update to new syntax, cleanups.
7400
7401 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7402
7403         * Documentation/user/refman.itely: Clarify shortest-note problem
7404         of autobeamer.
7405
7406 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7407
7408         * lilypond-mode.el: Add each word to regexps only once.
7409
7410         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7411         is based on the syntax definitions in lilypond.words. Remove all 
7412         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7413         LilyPond->Insert menu is generated by the entries in lilypond.words 
7414         to which have been given a syntax definition.
7415
7416         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7417         \notes, \relative, \score, \simultaneous, \transpose.
7418
7419         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7420
7421         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7422         
7423         * lilypond-mode.el: add menu keywords separately.
7424
7425         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7426
7427 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7428
7429         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7430         current ugly installation method for PFA fonts.
7431
7432 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7433
7434         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7435         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7436
7437         * Documentation/user/music-glossary.tely: update legato.
7438
7439 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7440
7441         * lexer-gcc-3.0.patch: Remove.
7442
7443         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7444
7445 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7446
7447         * debian/rules (binary-arch): remove NEWS.
7448
7449 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7450
7451         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7452         stepmake/bin{ many }: polish the `--help's of different scripts;
7453         model taken from the core-utils of Linux.
7454
7455         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7456
7457 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7458
7459         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7460
7461         * flower/libc-extension.cc: idem.
7462
7463         * flower/include/libc-extension.hh: protect against isinf macros.
7464
7465 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7466
7467         * { many }: Use two uppercase letters in LilyPond.
7468
7469         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7470
7471         * VERSION: 1.7.29 released.
7472         
7473 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7474
7475         * lily/tie.cc: add TODO comment.
7476
7477         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7478
7479         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7480         linejoins and linecaps. This fixes problems with occasional spikes
7481         on slur/tie endings.
7482         
7483         * input/regression/font-name.ly: don't use PS fonts for
7484         compatibility reasons. 
7485
7486         * mutopia/claop.py (accents): update to 1.8
7487
7488         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7489
7490         * Documentation/user/macros.itexi: don't color glossary links.
7491
7492         * Documentation/user/invoking.itexi (Error messages): new section
7493
7494 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7495
7496         * input/regression/font-name.ly: add file.
7497
7498         * scm/document-backend.scm (grob-doc): remove <hr> from
7499         lilypond-internals
7500
7501         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7502         reqd version to 1.6.4 
7503
7504         * lily/font-interface.cc (get_font): bugfix: take font-name from
7505         alist chain too. This fixes font-name override for \markup.
7506
7507 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7508
7509         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7510
7511         * input/test/polymetric-differing-notes.ly: Compile fix.
7512
7513 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7514
7515         * Documentation/user/refman.itely: fixed typo
7516
7517         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7518         before flexa
7519
7520 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7521
7522         * input/test/{ many }: search & fix some typos.
7523
7524 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7525
7526         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7527         images.
7528
7529         * scm/music-functions.scm (make-voice-props-set): set Script /
7530         TextScript dir for polyphony too.
7531
7532         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7533         before clef.
7534
7535         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7536
7537 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7538
7539         * Documentation/user/refman.itely (Percussion): Small
7540         clarifications and fixes.
7541
7542         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7543         threads. This fixes different heads playing simultaneously.
7544
7545 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7546
7547         * Documentation/user/{ many }: increase readability (read through 
7548         User manual from `one big page').
7549
7550 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7551
7552         * input/test/polymetric-differing-notes.ly: add example with
7553         disparate note values.
7554
7555         * input/test/polymetric.ly: rename from poly-metric
7556
7557         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7558         iso. outname.
7559
7560         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7561         G-clef bbox to real char extents. This fixes the G-clef being
7562         offset too much to the right.
7563         document perc clef offset.
7564
7565         WARNING: FONT CHANGED.
7566
7567         * Documentation/user/tutorial.itely (Tutorial): move menu.
7568
7569 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7570
7571         * buildscripts/lilypond-profile.sh (Error): trim error message.
7572
7573         * Documentation/user/invoking.itexi (Invoking the lilypond
7574         binary): add note about path.
7575
7576         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7577         suppresses superfluous spaces.
7578
7579 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7580
7581         * buildscripts/lilypond-profile.sh: Add documentation to error
7582         message.
7583
7584         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7585
7586 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7587
7588         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7589         <mike@ossmann.com>)
7590
7591         * Documentation/bibliography/computer-notation.bib (pages): prune
7592         unscientific language.
7593
7594         * Documentation/user/GNUmakefile: copy unsplit file to
7595         lilypond.html (idem for lilypond-internals).
7596
7597         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7598
7599         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7600
7601         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7602
7603         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7604         fix.
7605         
7606 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7607
7608         * Documentation/user/{ various }: bind text snippets with their
7609         examples, e.g. by punctuation: This is an example.
7610
7611 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7612
7613         * ly/performer-init.ly (VoiceContext): Typos.
7614
7615         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7616         builds, leave final-install to toplevel srcdir makefile.
7617
7618         * make/srcdir.make.in (install): New target.
7619
7620 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7621
7622         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7623         This fixes core dump on MIDI output (Simon Weatherill).
7624
7625         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7626         on local-WWW-post.
7627
7628 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7629
7630         * make/lilypond.redhat.spec.in: add dvips to reqs.
7631
7632 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7633
7634         * make/srcdir.make.in (web): Add special web target.
7635
7636         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7637         from inner $(LOOP).
7638
7639         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7640
7641         * stepmake/stepmake/generic-targets.make (www-targets-help):
7642         * GNUmakefile.in (web-install): Install in $(webdir).
7643
7644         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7645
7646         * cygwin/changelog: 
7647         * cygwin/mknetrel: Update.
7648
7649         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7650         (html-doc): Remove (use: web).
7651
7652         * stepmake/stepmake/script-rules.make: 
7653         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7654         Fix $(config_make) dependencies for srcdir build.
7655
7656         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7657         target for srcdir build.
7658
7659         * stepmake/make/stepmake.make: 
7660         * make/srcdir.make.in: 
7661         * GNUmakefile.in:
7662         * make/stepmake.make (config_make): Rename variable (was:
7663         configuration).
7664
7665 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7666
7667         * Documentation/user/internals.itely (Manipulating music
7668         expressions): run lilypond on example too.
7669
7670         * flower/include/libc-extension.hh: move lrint define to
7671         header. bugfix.
7672         
7673 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7674
7675         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7676         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7677         do we recurse whole tree?).
7678
7679         * GNUmakefile.in (html-doc): Resurrect.
7680
7681         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7682         obsolete $(package-icon) dependency.
7683
7684 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7685
7686         * Documentation/user/refman.itely (Automatic staff changes):
7687         add seealso 
7688
7689         * Documentation/index.html.in: link to bigpage.
7690
7691         * Documentation/user/tutorial.itely (Tutorial): streamline.
7692
7693         * Documentation/index.html.in: url typo.
7694
7695         * VERSION (PACKAGE_NAME): release 1.7.28
7696
7697         * python/lilylib.py (error_log): remove '/' from name.
7698
7699         * input/regression/pedal.ly: remove; dups input/test/
7700         
7701         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7702
7703         * Documentation/index.html.in: python style doco index.
7704
7705         * Documentation/{footer,header}.html.in (src): remove, 
7706
7707         * Documentation/pictures: remove all but lelie-logo.xpm.
7708
7709         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7710         before running makeinfo.
7711
7712         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7713         @code{}
7714
7715 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7716
7717         * input/test/bar-number-regular-interval.ly: rename.
7718
7719         * Documentation/user/*: various fixes. 
7720
7721 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7722
7723         * Documentation/{ many }: polish for update-all-menus. typos.
7724
7725         * po/fi.po: fixes.
7726
7727         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7728
7729         * buildscripts/mutopia-index.py: polish.
7730
7731         * input/regression/{ many }, input/test{ many }: polish texidocs.
7732
7733 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7734
7735         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7736         pedal-style
7737
7738         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7739         iso. edge-widen.
7740
7741         * lily/piano-pedal-engraver.cc (process_music): change from
7742         process_acknowledged ()
7743
7744         * lily/piano-pedal-bracket.cc: new file. Change
7745         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7746         cleaned up.
7747
7748         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7749
7750         * input/regression/tuplets.ly (texidoc): rename file.
7751
7752         * po/fr.po: update
7753
7754         * buildscripts/lilypond-profile.sh: error message if script is not
7755         sourced.
7756
7757         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7758         bracket-flare
7759         (make_bracket): simplify code.
7760
7761         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7762         argument.
7763
7764         * python/lilylib.py (lilypond_version_check): new function
7765
7766         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7767
7768         * scripts/ly2dvi.py (run_lilypond): add version check.
7769
7770         * scripts/lilypond-book.py (option_definitions): typo
7771
7772         * scripts/ly2dvi.py (include_path): typo
7773
7774         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7775
7776         * lily/parse-scm.cc (parse_handler): typo
7777
7778         * Documentation/user/macros.itexi: use @heading for headings.
7779
7780         * Documentation/user/refman.itely: updates, fixes.
7781
7782 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7783
7784         * po/fi.po: add Finnish translations. fixes.
7785
7786         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7787
7788         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7789         from lily/glissando-engraver.cc.
7790
7791 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7792
7793         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7794         for non-first _broken_ bracket.
7795
7796         * Documentation/user/refman.itely: corrections.
7797
7798 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7799
7800         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7801         support of the fingerings.
7802
7803         * po/fr.po: French translation update.
7804
7805         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7806         strings.
7807
7808 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7809
7810         * Documentation/user/introduction.itely: Small fixes.
7811
7812 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7813
7814         * Documentation/topdocs/AUTHORS.texi: polish.
7815
7816 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7817
7818         * Documentation/user/introduction.itely: revise
7819
7820         * Documentation/user/tutorial.itely: reorganise.
7821
7822         * Documentation/topdocs/index.tely: remove.
7823
7824         * Documentation/header.html.in: prune.
7825
7826         * GNUmakefile.in: clean up web building.
7827
7828         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7829         target.
7830
7831 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7832
7833         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7834
7835         * lilypond-mode.el: turn on blink-matching-paren.
7836
7837 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7838
7839         * scm/output-sodipodi.scm (svg-header): Fix typo.
7840
7841 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7842
7843         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7844         fixes a security hole.
7845
7846         * scripts/lilypond-book.py (original_dir): remove temp_dir
7847
7848         * scm/document-translation.scm: use @code tags.
7849
7850 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7851
7852         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7853
7854         * lilypond-mode.el: add a buffer-local post-command-hook to set
7855         context dependent syntax-table after each cursor event. Remove old
7856         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7857
7858         * lilypond-indent.el: update comments.
7859
7860         * Documentation/footer.html.in: add period.
7861
7862 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7863
7864         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7865
7866         * scm/document-translation.scm (document-property-operation): add
7867         @code{} tags.
7868
7869         * VERSION (PACKAGE_NAME): release 1.7.27
7870
7871         * config.make.in: add PAPER variable
7872
7873         * buildscripts/new-chords.py (help): add help text
7874
7875         * Documentation/user/introduction.itely (Typography and program
7876         architecture):  fixes.
7877
7878         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7879         for texinfo and dvips. This fixes problems with PDF output of the
7880         wrong size.
7881
7882         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7883         DVIPS_PAPERSIZE variable
7884
7885         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7886         TEXINFO_PAPERSIZE variable 
7887
7888 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7889
7890         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7891
7892         * mf/feta-toevallig.mf: lowres fixes.
7893
7894 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7895
7896         * NEWS: Typo and fill-paragraph fixes.
7897
7898         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7899         cast #define.
7900
7901         * configure.in: 
7902         * config.hh.in: Check for lrint.
7903
7904 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7905
7906         * VERSION: 1.7.26 released
7907
7908         * lily/separation-item.cc: add padding property.
7909
7910         * input/test/*.ly: various fixes, remove solo-a2.ly
7911
7912         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7913         bugfix. Fixes old-style markup compatibility.
7914
7915         * Documentation/user/introduction.itely (Introduction): historical
7916         elucidations
7917
7918         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7919
7920         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7921
7922         * Documentation/index.texi (Top): cleanup.
7923
7924         * Documentation/user/introduction.itely (Introduction): rewrite
7925         introduction, 
7926         (Music notation and  engraving): about notation. Add flat-picture
7927
7928 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7929
7930         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7931         separation items. This keeps lyrics from bumping into each other.
7932
7933 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7934
7935         * GNUmakefile.in (topdocs-web): New target.
7936         (local-web): Depend on topdocs-web; fixes html-doc.
7937
7938 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7939
7940         * po/lilypond.pot: run po-replace
7941
7942         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7943
7944         * scm/drums.scm (reset-drum-kit): new function.
7945
7946         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7947
7948         * scripts/update-lily.py: remove
7949         
7950         * VERSION: release 1.7.25
7951         
7952         * Documentation/user/introduction.itely (Introduction): rewrite
7953         start of introduction.
7954
7955 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7956
7957         * lily/all-font-metrics.cc: fixed typo
7958
7959 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7960
7961         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7962         LilyPond-mode-context-set-syntax-table): new functions to define
7963         the syntax table according to context.
7964
7965         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7966
7967 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7968
7969         * Documentation/user/refman.itely (Figured bass): 
7970         language nit courtesy http://www.vocabula.com
7971
7972         * GNUmakefile.in: remove no kpathsea hack.
7973
7974         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7975         doco.
7976
7977         * GNUmakefile.in: remove web-doc target.
7978
7979         * lily/all-font-metrics.cc (find_afm): add message about
7980         buildscripts/clean-fonts.sh 
7981
7982         * scm/define-music-properties.scm (figure): use string for 'figure
7983
7984         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7985
7986         * input/regression/ : add raggedright = ##t where applicable. 
7987         
7988         * scm/bass-figure.scm (make-bass-figure-markup): add
7989         alignBassFigureAccidentals property.
7990
7991         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7992         bracket.
7993
7994         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7995         syllables widths into account for minimum-length.
7996
7997         * input/test/staff-container.ly: update file
7998
7999         * input/test/stem.ly: remove
8000
8001         * lily/event.cc (LY_DEFINE): add ly: prefix.
8002
8003         * input/test/clef-manual-control.ly: from manual-clef
8004
8005         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8006
8007         * input/test/different-time-signatures.ly: move to poly-metric.ly
8008
8009         * input/test/hara-kiri*,scales.ly: remove
8010         
8011         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8012         with chord-names-jazz.ly)
8013
8014         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8015         get scalable cm fonts too.
8016
8017         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8018         --encoding for mftrace if present.
8019
8020         * input/regression/slur-area.ly: move from test/
8021
8022         * input/test/: remove simple-slur-endings slur-attachment
8023         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8024         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8025         slur-symmetry slur-symmetry tie-broken.ly
8026
8027         * scm/drums.scm (set-drum-kit): add function.
8028
8029         * Documentation/user/refman.itely (Percussion staves): use
8030         set-drum-kit
8031
8032         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8033         too
8034         (Global_measure.set_timesig): handle 3/8 time sig too.
8035
8036         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8037         note about triangle note heads.
8038
8039         * scm/drums.scm: use alist for instrument-settings. This fixes the
8040         bug with assigning to drums in the .ly file.
8041
8042         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8043         CHANGED.
8044
8045         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8046         cluster-beacon-interface
8047
8048         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8049
8050         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8051
8052         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8053
8054         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8055         to get positions.
8056
8057         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8058         make ClusterSpannerBeacon to record Y positions. This removes the
8059         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8060         make cluster-note-events.
8061
8062 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8063
8064         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8065
8066         * configure.in: Use lily/main.cc as identifying source file.
8067
8068         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8069
8070         * config.hh.in: 
8071         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8072
8073         * configure.in: Require PYTHON >= 2.0.
8074
8075         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8076           $PYTHON for include dir location.
8077         (STEPMAKE_PYTHON): New function.  Use
8078         
8079             PYTHON=foo ./configure
8080
8081           to override.
8082
8083 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8084
8085         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8086         something.
8087
8088         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8089         ftp.lilypond.org everywhere.
8090
8091 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8092
8093         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8094         detected.
8095
8096         * Documentation/user/refman.itely (Grace notes): note on explicit
8097         contexts
8098
8099 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8100
8101         * lilypond-font-lock.el: add a comment about LilyPond specific
8102         escape characters: ^, - and _, in the syntax table.
8103
8104         * Documentation/user/appendices.itely: a majuscule fix.
8105
8106 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8107
8108         * input/test/trills.ly (endHorizScript): fixes.
8109
8110         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8111         notation, move from regression.
8112
8113         * input/test/script-stack.ly: change name from stacked-scripts
8114
8115         * input/test/ossia.ly: octave errors.
8116
8117         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8118         for midi-volume-equaliser
8119
8120 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8121
8122         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8123         cm fonts.
8124
8125         * mf/feta-beugel.mf: don't multiply font_count by 10.
8126
8127         * lily/lookup.cc (horizontal_line): new function. Use
8128         horizontal-line in output backends.
8129
8130         * Documentation/user/tutorial.itely (An orchestral part): new
8131         section on orchestral stuff and identifiers.
8132
8133 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8134
8135         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8136         some interference to other modes.
8137
8138 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8139
8140         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8141         not maximum of spacing wishes in polyphonic situations.
8142
8143         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8144         number
8145
8146         * lilypond-indent.el: remove paren matching. 
8147
8148         * lily/text-item.cc (interpret_new_markup): new function
8149         use iso. text2molecule.
8150
8151         * lily/main.cc (notice): change FSF address 
8152
8153         * po/de.po: update PO file to 1.6.
8154
8155 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8156
8157         * Documentation/user/ {many}: Add periods and remove spaces.
8158         
8159 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8160
8161         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8162         Disable buffer-locally default paren hook and make a new one. 
8163
8164         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8165         locally LilyPond-paren-mode. Add todo for mouse double-click.
8166
8167 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8168
8169         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8170         Disable buffer-locally default paren idle timer and make a new one. 
8171
8172         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8173         locally LilyPond-show-paren-mode. Add to menu a toggle for
8174         LilyPond-show-paren-function.
8175
8176 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8177
8178         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8179
8180 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8181
8182         * Documentation/user/refman.itely: spelling fix.
8183
8184         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8185         paren highlight function definitions. add todo for
8186         LilyPond-show-paren-mode.
8187
8188 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8189
8190         * input/template/jazz-combo.ly: new file.
8191
8192 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8193
8194         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8195         lo-res fixes.
8196
8197         * mf/feta-schrift.mf: bugfix in varcoda sign.
8198         WARNING: FONT CHANGED
8199
8200         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8201         in accordance with lexer.ll.   
8202
8203 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8204
8205         * Documentation/user/tutorial.itely: Edit introduction.
8206
8207 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8208
8209         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8210         ly:grob-staff-position
8211
8212 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8213
8214         * scm/to-xml.scm: import srfi-1
8215
8216         * VERSION (MAJOR_VERSION):  release 1.7.24
8217
8218         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8219
8220         * scripts/lilypond-book.py (do_file): put texidoc before image.
8221         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8222
8223         * input/regression/*.ly: fix snippet octaves 
8224
8225         * input/test/spanner-after-break-tweak.ly: import
8226         broken-spanner-adjustment
8227
8228         * input/no-notation/midi-transposing.ly: move from input/test/
8229
8230         * input/test/: remove chord-markup
8231
8232         * input/regression/instrument-name-partial.ly: move from input/test.
8233
8234         * input/test/vertical-text.ly: remove
8235
8236         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8237         space above lyrics lines.
8238
8239         * input/test/uniform-breaking.ly: remove file.
8240
8241         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8242         uniform spacing density. 
8243
8244         * input/test/chords.ly (keys): remove file.
8245
8246         * scm/documentation-lib.scm (oop): use srfi-1 too.
8247
8248         * input/regression/*.ly: add \version
8249
8250         * Documentation/user/*.itely: various fixes.
8251
8252         * buildscripts/mf-to-table.py (base): break table every three
8253         symbols.
8254
8255         * input/:  remove %% new-chords-done %% .
8256
8257         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8258         os-music.ly
8259         
8260 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8261
8262         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8263
8264         * scm/new-markup.scm (box-markup): new function.
8265         (box-markup): new function. Contributed by Dick Schoeller
8266         <schoeller@attbi.com>
8267
8268         * scm/lily.scm: remove reduce-no-unit 
8269         (list-insert-separator): use fold-right
8270
8271         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8272         of arguments. 
8273
8274         * NEWS: more neutral language for ancient notation 
8275
8276         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8277         inside pointing beaming for chord tremolo.
8278
8279         * Documentation/user/lilypond-book.itely: minor editing
8280
8281 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8282
8283         * NEWS: added news for 1.8 regarding ancient notation
8284
8285         * Documentation/user/refman.itely (Gregorian square neumes
8286         ligatures): fixed typo
8287
8288         * lily/vaticana-ligature-engraver.cc,
8289         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8290         lower/upper head of Pes only when heads are stacked
8291
8292         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8293         scm/define-grob-properties.scm: cleanup: make "join-left" a
8294         boolean grob property and save delta pitch in grob property
8295         "delta-pitch" instead
8296
8297         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8298
8299 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8300
8301         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8302         completely borked
8303
8304         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8305         (try_music): bug fix: beam multiplicity was completely borked.
8306
8307         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8308         first-n, butfirst-n in favor of srfi-1 functions.
8309         remove string-join, string-pad in favor of srfi-13 functions.
8310
8311         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8312
8313         * NEWS: use complete sentences.
8314
8315         * Documentation/user/introduction.itely (Example applications):
8316         add note about databases and lilypond-book.
8317
8318         * input/test/volta.ly: remove file
8319
8320         * input/regression/volta-broken-left-edge.ly: simplify file
8321
8322 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8323
8324         * Documentation/user/refman.itely (Constructing a tweak): new
8325         subsection.
8326
8327         * Documentation/user/tutorial.itely (Fine tuning layout): add
8328         common tweaks.
8329
8330         * scm/define-grobs.scm (TextScript): use new brewer.
8331
8332 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8333
8334         * VERSION: release 1.7.23
8335
8336         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8337
8338         * python/lilylib.py (make_ps_images): bugfixes.
8339
8340         * input/regression/volta-multi-staff.ly: new file.
8341
8342         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8343
8344         * Documentation/user/tutorial.itely (Piano staffs): new section.
8345         (Setting variables): new section
8346         (Fine tuning layout): new section
8347
8348         * input/just-friends.ly: remove file. Superseeded by
8349         input/test/chords-without-melody.ly
8350
8351         * ly/property-init.ly: add all commands to refman.
8352
8353         * scm/define-translator-properties.scm: remove
8354         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8355
8356         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8357         name. Underscores botch up PS output.
8358
8359         * scm/define-translator-properties.scm: remove
8360         textNonEmpty, oneBeat, regularSpacingDelta
8361
8362         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8363         rule for automaticBars.
8364
8365         * lily/timing-engraver.cc (start_translation_timestep): change
8366         barNonAuto to automaticBars
8367
8368 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8369
8370         * input/test/perform-tie.ly: delete file.
8371
8372 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8373
8374         * Documentation/user/refman.itely (Gregorian square neumes
8375         ligatures): bugfix: do not show ledger lines in neumes table
8376         (fixed by setting staff symbol to transparent rather than removing
8377         it from staff context)
8378
8379 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8380
8381         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8382         glue into brew-new-markup-molecule.
8383
8384         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8385
8386         * Documentation/user/introduction.itely (Computerized typography):
8387         new section
8388
8389         * Documentation/user/tutorial.itely (An orchestral part): remove
8390         pc example from tutorial.
8391
8392         * input/tutorial/lilbook.tex: use screech-boink
8393
8394         * scripts/lilypond-book.py (compile_all_files): split formatting
8395         output body and scheduling lilypond compilation.
8396         (format_lilypond_output_bodies): new function
8397         (format_lilypond_block): new function
8398         (html_pages): allow multi-page images in HTML
8399
8400         * python/lilylib.py (make_ps_images): rename function from
8401         make_preview, merge with make_page_images
8402
8403 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8404
8405         * input/test/key-clefs.ly: moved to regression.
8406
8407         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8408
8409         * input/no-notation/README: added note about midi-*.ly files.
8410
8411         * input/test/two-key.ly: moved to no-notation/parse5.ly
8412
8413         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8414         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8415
8416         * input/test/ {various}: modified comments, marked some for deletion.
8417
8418         * input/test/lines.ly: deleted file; duplicate of
8419         embedded-postscript.ly
8420
8421         * input/test/mmrest-collision: moved to regression.
8422
8423 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8424
8425         * scm/chord-name.scm (note-name->markup): don't superscript root
8426         alterations in chordnames.
8427
8428 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8429
8430         * Documentation/user/refman.itely (Multi measure rests): more
8431         index/cross-referencing.
8432
8433         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8434
8435         * scm/font.scm: remove properties-to-font-name code.
8436
8437         * scm/define-grob-properties.scm: remove 'type
8438
8439         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8440         conversion
8441
8442         * lily/text-spanner.cc: change 'type grob prop to 'style 
8443
8444         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8445         "first" flag to decide whether to make a start-repeat
8446
8447         * input/regression/grace-volta-repeat-2.ly: new file.
8448
8449 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8450
8451         * lilypond-indent.el: rename generic functions to LilyPond-*
8452
8453 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8454
8455         * input/test/thumb.ly: delete, merged into refman.
8456
8457         * Documentation/user/refman.itely: added thumb info to Fingering.
8458
8459         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8460         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8461         vertical-align.ly : deleted files.
8462
8463 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8464
8465         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8466
8467         * lily/line-spanner.cc (broken_trend_offset): remove function.
8468         (get_broken_offset): idem.
8469         (brew_molecule): rewrite the line-break case.
8470
8471         * input/regression/follow-voice-break.ly:  new file.
8472
8473         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8474         start of a system.
8475
8476 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8477
8478         * input/test/tuplet-rest.ly: moved to regression.
8479
8480         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8481         deleted file.
8482
8483         * input/test/ {many} : marked file for possible deletion.
8484
8485 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8486
8487         * input/regression/beam-funky.ly: add note about (disputed)
8488         correct beaming.
8489
8490         * ly/engraver-init.ly (ScoreContext): put key-signature after
8491         staff-bar
8492         
8493 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8494
8495         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8496
8497         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8498
8499         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8500
8501         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8502         stem-extend was deleted (it was duplicate example, and not as
8503         good).
8504
8505         * input/test/[s-z]*.ly: add texidoc index.
8506
8507 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8508
8509         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8510         get_first_notecolumn_y
8511
8512         * lily/spanner.cc (broken_spanner_index): new function.
8513
8514 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8515
8516         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8517         lyric-hyphen.ly : moved to regression.
8518
8519         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8520         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8521
8522         * input/test/instrument-name-mmrest.ly: moved to
8523         ../regression/multi-measure-rest-instr-name.ly
8524
8525         * input/test/knee-sym.ly: moved to
8526         ../regression/beam-knee-symmetry.ly.
8527
8528         * input/test/hymn.ly: change comments.
8529
8530         * input/test/[p-r]*.ly: add texidoc index.
8531
8532 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8533
8534         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8535         to postfix syntax
8536         
8537         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8538         syntax.
8539
8540         * VERSION: release 1.7.22
8541
8542 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8543
8544         * input/test/[h-k]*.ly: added texidoc index.
8545
8546         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8547
8548         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8549
8550         * input/test/ various : mark files for deletion or moving to
8551         regression.
8552
8553         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8554
8555         * input/test/[l-o]*.ly: added texidoc index.
8556
8557 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8558
8559         * scm/music-functions.scm (make-ottava-set): 
8560         only do ottavation if centralCPosition is set.
8561
8562         * lily/translator-scheme.cc (ly:context-property-where-defined):
8563         return '() if not found.
8564
8565 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8566
8567         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8568         Use one command for both commenting and uncommenting.
8569
8570         * lilypond-indent.el (LilyPond-comment-region): new function,
8571         (un)comments each line separately.
8572
8573         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8574         
8575         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8576         imenu is not added by default; adapted from f90.el,
8577         makes Help-menu, which does not fit, visible in XEmacs.
8578         
8579 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8580
8581         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8582         show-paren-mode sets blink-matching-paren-on-screen local.
8583         Try to make show-paren-function to paren-highlight local.
8584
8585         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8586         Copy definitions of Emacs' show-paren-function and
8587         XEmacs' paren-highlight and make minimal changes;
8588         add comments about locality. 
8589         Fix matching first open-paren-char in '<< .. >>'.
8590
8591 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8592
8593         * input/test/g*: added texidoc index.
8594
8595         * input/test/[a-g]*: added raggedright==#t when it
8596          seemed appropiate.
8597
8598         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8599
8600         * Documentation/topdoc/INSTALL.texi: removed false warnings
8601         about gcc 3.3.
8602
8603 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8604
8605         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8606
8607         * input/test/chords-without-melody.ly (texidoc): add from
8608         input/just-friends.ly
8609
8610         * input/regression/size{13--26}.ly: move from input/
8611
8612         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8613         input/{star-spangled-banner,twinkle}.ly: remove 
8614         
8615         * lily/slur.cc: remove slur over rest warnings.
8616
8617         * lily/note-spacing.cc (get_spacing): include left part of right
8618         object in fixed space. This fixes stretched space before
8619         accidentals.
8620
8621         * input/regression/spacing-accidental-stretch.ly: new file.
8622
8623 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8624
8625         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8626         Reduce to 16pt.
8627
8628 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8629
8630         * input/regression/spacing-knee.ly: docstring
8631
8632         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8633
8634         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8635         input/tutorial/{test,solar,flowing}.ly: remove
8636
8637         * input/rhythm.ly: remove
8638
8639         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8640
8641         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8642         update syntax. 
8643
8644         * scm/define-grobs.scm (all-grob-descriptions): set
8645         knee-spacing-correction to 1.0
8646
8647         * lily/note-spacing.cc (stem_dir_correction): compute knee
8648         correction using stem-thickness and head width.
8649
8650         * input/regression/beam-quanting-horizontal.ly: update texidoc
8651
8652         * scm/define-grobs.scm (all-grob-descriptions): set
8653         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8654         This fixes 32nd beams for noteheads in spaces quants.
8655
8656         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8657
8658 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8659
8660         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8661
8662 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8663
8664         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8665
8666         * VERSION (PACKAGE_NAME): release 1.7.21
8667
8668         * input/regression/stem-shorten.ly: new file.
8669
8670         * lily/stem.cc (get_default_stem_end_position): revise stem
8671         shortening code.
8672
8673         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8674
8675         * input/test/{scripts,volta-start,sleur}.ly: remove
8676         
8677         * input/regression/span-bar.ly: smaller file.
8678
8679         * input/regression/spacing-{natural,tight,loose}.ly: remove
8680
8681         * input/test/markup.ly: remove
8682
8683         * scripts/lilypond-book.py: put printfilename in separate chunk,
8684         so texidoc is printed after the filename.  
8685
8686 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8687
8688         * make/lilypond.mandrake.spec.in: fix docdirs.
8689
8690 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8691
8692         * input/regression/beam-french.ly: bugfix.
8693
8694         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8695
8696         * input/regression/(various).ly: add raggedright = #t.
8697
8698         * input/regression/auto-beam.ly: move from abe.ly
8699
8700 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8701
8702         * input/test/f*.ly: added texinfo index.
8703         
8704         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8705
8706 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8707
8708         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8709         quant penalty for beam just outside staff.
8710
8711         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8712         from beam-pos.ly,  remove non-horizontal tests. 
8713
8714         * input/test/(various): cleanup header info. 
8715
8716         * input/test/tchaikovsky.ly: remove file.
8717
8718         * scm/chord-generic-names.scm: move from
8719         double-plus-new-chord-name.scm
8720
8721         * input/test/orchestscore.ly: remove file
8722
8723         * Documentation/user/refman.itely (Vocal music): update documentation.
8724
8725         * scm/define-translator-properties.scm (chordNoteNamer): remove
8726         chordNameStyle, use chordNameFunction
8727
8728         * scm/chord-name.scm (set-chord-name-style): remove
8729         set-chord-name-style. Use \property chordNameFunction.
8730
8731 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8732
8733         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8734         music): remove @TeX{} command.
8735
8736 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8737
8738         * lilypond-indent.el (scan-sexps): Renamed to
8739         aargh-this-breaks-other-emacs-modes-scan-sexps.
8740
8741 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8742
8743         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8744         closing slurs: '()', etc. Add comments.
8745
8746         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8747
8748         * lilypond-font-lock.el: match unending string at eof.
8749
8750         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8751         
8752 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8753
8754         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8755         input/test/beam-dir.ly input/test/beam-position.ly    
8756         input/test/beam-suspect.ly input/test/beam-trend.ly    
8757         input/test/beams.ly input/test/crescendo-text.ly : deleted
8758         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8759         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8760         * input/test/default-bars.ly: moved to bar-always.ly
8761         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8762
8763 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8764
8765         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8766
8767 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8768
8769         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8770
8771 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8772
8773         * lilypond-indent.el: Match better slurs in scheme expressions.
8774         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8775
8776         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8777
8778 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8779
8780         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8781
8782         * input/ac-extra-voice.ly: Add texidoc.
8783
8784         * ly/chord-modifiers-init.ly: 
8785         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8786         and chordNameExceptionsPartial for new chord names.
8787
8788         * input/test/chord-names-dpnj.ly: 
8789         * input/test/dpncnt.ly: Update.
8790
8791         * scm/chord-name.scm: 
8792         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8793         chord selection and options.
8794
8795         * ly/chord-modifiers-init.ly: Add exceptions 
8796
8797         * scm/define-translator-properties.scm (chordNameStyle) 
8798         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8799
8800 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8801
8802         * ly/property-init.ly (germanChords): Added.
8803         (semiGermanChords): Added.
8804         
8805         * input/test/chord-names-german.ly: Use new macros
8806         
8807 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8808
8809         * lilypond-indent.el: Use similar parenthesis highlighting for 
8810         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8811         functions; removed LilyPond-show-paren-function. Fix indenting.
8812         Turn paren-matching on also in XEmacs.
8813
8814         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8815         as needed by parenthesis highlighting functions (in scan-sexp).
8816
8817 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8818
8819         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8820         function.
8821         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8822
8823 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8824
8825         * lilypond-indent.el: tune regexp for show-paren-function.
8826
8827 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8828
8829         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8830         for all LilyPond-produced tex snippets.
8831
8832         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8833         fixes one line --preview output of ly2dvi.
8834
8835 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8836
8837         * lilypond-indent.el: match only one type of slurs in
8838         LilyPond-show-paren-function.
8839
8840 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8841
8842         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8843         * debian/lilypond1.7.dirs: 
8844         * debian/lilypond1.7-doc.dirs: New file.
8845
8846         * input/regression/chord-name-exceptions.ly: Add parameter for
8847         ignatzekExceptions.  Quote hash in docstring.
8848
8849 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8850
8851         * lilypond-indent.el (show-paren-function): define show-paren-function
8852         as LilyPond-blink-matching-open and use it for closing parens.
8853         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8854
8855         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8856         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8857         LilyPond-blink-matching-paren in order to match both open and close
8858         brackets.
8859         
8860 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8861
8862         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8863         testing by modifying the code from FSF Emacs paren.el. Add comments.
8864
8865 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8866
8867         * input/test/dpncnt.ly: Transpose example to match new
8868         default \chords octave.  Add comment.
8869         
8870         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8871         comment about octave change.
8872
8873 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8874
8875         * input/test/[d,e]: added texinfo index tags.
8876         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8877
8878 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8879
8880         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8881
8882 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8883
8884         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8885         as in blink-matching-open.
8886
8887 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8888
8889         * input/test/[a-c]: more comments in files.
8890         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8891         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8892         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8893         mark file for proposed deletion.
8894         * input/test: renaming files:
8895         auto-beam-4-8.ly to beam-auto-4-8.ly
8896         auto-beam-override.ly to beam-auto-override.ly
8897         auto-beam.ly to beam-auto.ly
8898         blank.ly to blank-paper.ly
8899         absolute-volume.ly to dynamic-absolute-volume.ly
8900
8901 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8902
8903         * input/test/dpncnt.ly: 
8904         * input/test/chord-names-dpnj.ly: Resurrect.
8905
8906         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8907
8908         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8909
8910         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8911         Better docstring, add parameter OMIT-ROOT, tidy up.
8912
8913 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8914
8915         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8916
8917 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8918
8919         * scm/output-ascii-script.scm (as-font-alist-alist):
8920         (as-properties-to-font-name):
8921         (as-make-style-sheet): Remove.
8922
8923         * scm/font.scm (as-make-font-list): New function.
8924         (as-font-sheet-alist): New variable.
8925
8926         * ly/paper-as9-init.ly: 
8927         * ly/paper-as5-init.ly: Update.
8928
8929         * ly/paper-as5.ly:
8930         * ly/paper-as9.ly: New file.
8931
8932 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8933
8934         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8935
8936 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8937         * input/sondag-morgen/*: removed due to copyright concerns.
8938         * input/[a,b]*.ly: added a newline at the end of the texinfo
8939         doc string (produces better output in HTML version).
8940         * input/c*.ly: added texinfo index and added comments to
8941         aid in future changes to input/test/ files.
8942
8943 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8944         
8945         * Documentation/user/refman.itely: fixed build problem (missing
8946         file) caused by previous renaming.
8947
8948 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8949         
8950         * input/test/[a,b]*.ly: added texinfo index and added comments to
8951         aid in future changes to input/test/ files.
8952         * input/test/bar-number-every-5-reset.ly: renamed to
8953         bar-number-every-five-reset.ly
8954         * input/test/bar-script-visibility.ly: renamed to
8955         bar-number-show-all.ly
8956
8957 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8958
8959         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8960         to Voice.
8961
8962         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8963         out note-line and glissando functionality.
8964         
8965         * lily/line-spanner.cc (brew_molecule): cleanup.
8966
8967 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8968
8969         * scripts/as2text.scm: Use rdelim module.
8970         (start-system): Rename from start-line.
8971         (stop-system): Rename from stop-line.
8972         (af-gulp-file): Use string iso symbol for getenv.
8973
8974         * scm/output-ascii-script.scm: Add guile and lily modules.
8975         (font-name-alist): New variable.
8976         (draw-line): New function.
8977
8978         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8979         (Were these silently removed, without ChangeLog entry?)
8980
8981 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8982
8983         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8984         process 2nd ottava correctly.
8985
8986 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8987
8988         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8989
8990 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8991
8992         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8993
8994 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8995
8996         * VERSION: release 1.7.20
8997         
8998         * lily/text-spanner.cc (brew_molecule): clean up function. This
8999         fixes bugs with broken 8va spanners.
9000
9001         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9002         This prevents spurious line-breaks with raggedright
9003         
9004 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9005
9006         * lily/key-performer.cc (create_audio_elements): always use major
9007         key
9008
9009         * Documentation/user/internals.itely: updates
9010
9011         * input/regression/beam-break.ly: new file.
9012
9013         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9014         beams if starting or terminating stems have 'beaming set.)
9015
9016         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9017         property.
9018
9019         * lily/parser.yy (verbose_command_req): add comment about scales.
9020
9021 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9022
9023         * lilypond-indent.el: adjust regexps in bracket-matching.
9024
9025 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9026
9027         * Documentation/user/refman.itely: more tiny fixes
9028
9029         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9030         "Chord names"; added table with input syntax for solesmes neumes
9031         table; added some words about rationale on input syntax design
9032
9033         * lily/gregorian-ligature-engraver.cc,
9034         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9035         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9036         alignment of Pes Initio Debilis
9037
9038         * Documentation/user/refman.itely,
9039         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9040         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9041         bugs in the solesmes neumes table
9042
9043 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9044
9045         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9046         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9047
9048         * lilypond-mode.el: fix tag-score. small improvements.
9049
9050 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9051
9052         * .cvsignore: Add aclocal.m4.
9053
9054         * lily/music-constructor.cc: Include <assert.h>.
9055
9056 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9057
9058         * ly/engraver-init.ly (HaraKiriStaffContext): use
9059         RemoveEmptyStaffContext instead.
9060
9061         * Documentation/user/refman.itely: updates
9062
9063 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9064
9065         * Documentation/user/refman.itely: added solesmes neumes table;
9066         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9067         bugfix: "Ornaments" -> "Articulations"
9068
9069         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9070
9071 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9072
9073         * lilypond-indent.el: Add a message about trying to match \] or \).
9074         
9075 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9076         
9077         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9078         obsolete "arithmetic_*"
9079
9080         * input/bugs/ligatures.ly: removed (will be put into a different
9081         directory later)
9082
9083 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9084
9085         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9086         libkpathsea (Maurizio Tomasi).
9087
9088 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9089
9090         * input/regression/repeat-slash.ly (texidoc): new file
9091
9092         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9093         slash repeats separately. Slash repeats and %
9094         repeats can now be nested.
9095
9096 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9097
9098         * lilypond-indent.el: Add preliminary test for closing \] and \).
9099         
9100 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9101
9102         * lily/gregorian-ligature-engraver.cc,
9103         lily/vaticana-ligature-engraver.cc,
9104         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9105         mf/parmesan-heads.mf: various semivocalis related bugfixes
9106
9107         * input/bugs/ligatures.ly: new file demonstrating problems with
9108         ligatures
9109         
9110 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9111
9112         * lilypond-mode.el,
9113         lilypond-font-lock.el,
9114         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9115
9116 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9117
9118         * lilypond-mode.el: Remove outdated code. Stress the difference 
9119         between Emacs and XEmacs definitions.
9120
9121         * lilypond-mode.el,
9122         lilypond-indent.el: Define a function interactive only when necessary.
9123
9124 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9125
9126         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9127         Use inactive regions also in XEmacs.
9128
9129 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9130
9131         * Documentation/user/refman.itely (Repeat syntax): more updates
9132
9133         * lily/simple-spacer.cc (solve): move solution process into
9134         solve(). This fixes a bug with collisions and raggedright = ##t.
9135  
9136         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9137
9138         * ly/engraver-init.ly: remove GraceContext. Update examples.
9139
9140 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9141
9142         * GNUmakefile.in (fonts): Also make fontball.
9143
9144         * Website fixes:
9145
9146         * ly/engraver-init.ly (GraceContext): Add.
9147
9148         * run:
9149
9150             convert-ly $(find . -name *.ly)
9151
9152         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9153         new chords.
9154
9155 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9156
9157         * VERSION: 1.7.19 released
9158         
9159         * scm/music-functions.scm (set-octavation): new function.
9160
9161         * input/regression/ottava.ly: new file
9162
9163         * lily/translator-scheme.cc (LY_DEFINE): new function
9164         ly:unset-context-property
9165         (LY_DEFINE) new function ly:context-property-where-defined: 
9166
9167 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9168
9169         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9170
9171         * lilypond.words: add few.
9172
9173         * input/test/script-chart.ly: fix typo.
9174
9175 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9176
9177         * scm/define-grobs.scm: uniform naming for definitions and output
9178         routine files. 
9179
9180         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9181         scm/context-description.scm
9182
9183         * lily/parser.yy (translator_spec_body): add \description to the
9184         \translator{} body syntax.
9185
9186         * lily/ottava-engraver.cc: new file.
9187
9188         * scm/chord-name.scm (natural-chord-alteration): replace old
9189         chord stuff. 
9190
9191         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9192
9193         * Documentation/user/refman.itely (Metronome marks): update doco.
9194
9195         * input/regression/markup-note.ly: new file
9196
9197         * input/regression/metronome-marking.ly: new file
9198
9199         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9200
9201         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9202         metronome marks.
9203
9204 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9205
9206         * Documentation/user/GNUmakefile: Compatibility fix for new
9207         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9208         for making binary packages; info splitting bug has been fixed.
9209
9210         * Documentation/user/refman.itely: Compile fixes.
9211
9212 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9213
9214         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9215         Count \midi -keywords also for a region.
9216
9217 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9218
9219         * lily/lookup.cc (LY_DEFINE): new function
9220
9221         * Documentation/user/tutorial.itely: updates
9222
9223 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9224
9225         * lilypond-mode.el: Allow Midi on buffer.
9226         Use only '.ly'-extension, remove '.sly' and '.fly'.
9227         Allow use of inactive regions. Invoke next Command on Master file, 
9228         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9229
9230 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9231
9232         * Documentation/user/tutorial.itely: updates.
9233
9234 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9235
9236         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9237
9238 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9239
9240         * lily/coherent-ligature-engraver.cc: fixed typo
9241
9242         * lily/coherent-ligature-engraver.cc,
9243         lily/gregorian-ligature-engraver.cc,
9244         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9245         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9246         lily/vaticana-ligature-engraver.cc,
9247         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9248         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9249         removed all ligature specific stuff from NoteHead code
9250
9251         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9252         ligatures now use regular noteheads
9253
9254         * lily/vaticana-ligature.cc: tiny code cleanups
9255
9256         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9257         space between two adjacent noteheads of the same pitch
9258
9259         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9260         description; cleanup: removed obsolete font-family settings
9261
9262 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9263
9264         * lily/coherent-ligature-engraver.cc,
9265         lily/gregorian-ligature-engraver.cc,
9266         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9267         lily/mensural-ligature-engraver.cc,
9268         lily/vaticana-ligature-engraver.cc,
9269         lily/include/gregorian-ligature-engraver.hh: updated for new
9270         Coherent_ligature_engraver; added comments that describe the basic
9271         design ideas of the ligature implementation
9272
9273         * lily/coherent-ligature-engraver.cc,
9274         lily/include/coherent-ligature-engraver.hh: new file: shared code
9275         between mensural ligatures and Gregorian chant notation ligatures
9276
9277 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9278
9279         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9280         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9281         use only two arguments in sit-for, use no arguments in
9282         read-char-exclusive, backspace is not a character (127) in XEmacs.
9283
9284         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9285
9286 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9287
9288         * lilypond-mode.el: un-commenting works after syntax-table fix.
9289
9290         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9291         group, verbose commenting for syntax table.
9292
9293         * lilypond-indent.el: add TODO for ligature slurs.
9294
9295 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9296
9297         * lilypond-mode.el: Move comments of parenthesis matching away,
9298         (blink-matching-paren-on-screen) fix blinking in Emacs.
9299
9300         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9301         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9302
9303         * lilypond-indent.el: Add TODO for parenthesis matching.
9304
9305 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9306
9307         * lilypond-mode.el: Fix XEmacs: 
9308         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9309         invoke explicitly easy-menu-add (in Emacs done automatically).
9310         
9311         * lilypond.words: Add few words from input/*/*.ly.
9312
9313 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9314
9315         * VERSION (PATCH_LEVEL): release 1.7.18
9316
9317         * scripts/lilypond-book.py: only print basename for printfilename
9318         option
9319
9320         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9321         and syntax updates.
9322
9323 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9324
9325         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9326         better parametrisation. Move fatness of bulb downward.
9327
9328         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9329         glyph names. Underscores are not allowed .ps encoding files.
9330
9331 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9332
9333         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9334         variable "packed" for packed right-ragged mode
9335
9336         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9337         unused variable ragged; fixed indentation
9338
9339         * Documentation/user/refman.itely: tiny cleanups in ancient
9340         clef and custos section
9341
9342 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9345         \applyoutput PROCEDURE
9346
9347         * lily/my-lily-lexer.cc: add \applyoutput.
9348
9349         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9350
9351         * lily/text-item.cc: clean text-interface description
9352
9353 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9354
9355         * input/{regression,test}/: use postfix for slur endings and beam
9356         begins.
9357
9358         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9359         style beams too. 
9360
9361         * input/regression/lyrics-melisma-beam.ly: new file.
9362
9363         * lily/lyric-engraver.cc (process_music): change from
9364         process_acknowledged_grobs()
9365
9366         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9367         functions to set and revert auto-beam settings.
9368
9369 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9370
9371         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9372
9373 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9374
9375         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9376         Documentation/user/lilypond.tely: fixed some typos; updated author
9377         info
9378
9379         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9380         #"" -> #'flag-style = #'()
9381
9382         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9383         cleanup: removed dead #includes
9384
9385         * lily/gregorian-ligature-engraver.cc,
9386         lily/include/gregorian-ligature.hh,
9387         scm/grob-property-description.scm: small cleanups, small spacing
9388         fixes
9389
9390         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9391         lily/vaticana-ligature.cc,
9392         lily/include/gregorian-ligature-engraver.hh,
9393         scm/grob-property-description.scm, scm/music-types.scm:
9394         "porrectus" -> "pes or flexa"
9395
9396         * ly/engraver-init.ly, scm/grob-description.scm,
9397         scm/grob-property-description.scm: junked porrectus, now handled
9398         by ligature code
9399
9400         * scm/grob-description.scm: bugfix: added space-alist entry for
9401         breathing sign/custos
9402
9403 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9404
9405         * Another grand 2003 update.
9406         
9407         * Remove mentioning of `mudela'; There's no such thing.
9408
9409 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9410
9411         * Documentation/user/preface.itely (Preface to version 1.8): update
9412
9413         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9414
9415         * Documentation/user/converters.itely (Invoking convert-ly): revise
9416
9417         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9418
9419         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9420
9421 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9422
9423         * Documentation/user/internals.itely: more updates.
9424
9425 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9426
9427         * Documentation/user/refman.itely: revise 
9428
9429         * Documentation/user/internals.itely: revise
9430
9431         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9432
9433 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9434
9435         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9436         beautification: reformatted ancient clefs section; cleanup: small
9437         wording fixes
9438
9439 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9440
9441         * lilypond.words: added words for chant notation, sorted
9442         alphabetically through "sort lilypond.words"
9443
9444 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9445
9446         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9447         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9448         chant notation
9449
9450 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9451
9452         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9453         prevent TeX from interpreting them as long dash
9454
9455         * input/test/vaticana.ly: updated
9456
9457         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9458         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9459         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9460         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9461         fixes
9462
9463         * mf/parmesan-heads.mf: ledger endings: removed dead code
9464
9465 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9466
9467         * VERSION: 1.7.17 released
9468         
9469         * Documentation/user/GNUmakefile
9470         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9471         files too.
9472
9473         * scm/document-markup.scm: new file: document all markup
9474         functions.
9475
9476         * scm/documentation-generate.scm: rename all documentation modules
9477         to document-*.scm
9478
9479         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9480         .png
9481
9482         * input/test/divisiones.ly: added
9483
9484         * input/regression/output-property.ly: new file
9485
9486         * lily/cluster.cc: change cluster-interface to use style property
9487
9488 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9489
9490         * input/test/chord-names-german.ly: modified.
9491
9492         * scm/chords-ignatzek.scm:
9493           chord-name->german-markup: Added
9494           note-name->german-markup: Changed (now producing lowercase notenames)
9495
9496         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9497         
9498 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9499
9500         * scripts/convert-ly.py (FatalConversionError.conv):
9501         divisiominima -> divisioMinima, etc.
9502
9503         * ly/engraver-init.ly (FiguredBassContext): add
9504         Separating_line_group_engraver to Figured bass context.
9505
9506         * ly/german-chords-init.ly: remove file
9507
9508         * input/test/chord-names-german.ly (scm): new file.
9509
9510         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9511
9512         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9513         Chord_name_engraver
9514
9515         * Documentation/user/refman.itely: lots of updates.
9516
9517         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9518         new file
9519
9520         * input/test/bar-number-every-5-reset.ly: new file.
9521
9522 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9523
9524         * input/regression/chord-name-major7.ly: new file
9525
9526         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9527         if specced explicitly.
9528
9529         * input/regression/chord-name-entry-11.ly: new file.
9530
9531         * input/test/slur-beautiful.ly: new file.
9532
9533         * Documentation/user/refman.itely: updates.
9534
9535         * input/regression/collisions.ly (threevoice): cleanup.
9536
9537         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9538
9539 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9540
9541         * Documentation/user/*.itely: various updates.
9542
9543         * ly/spanners-init.ly: enddecr/ endcr.
9544
9545         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9546         of tutorial
9547
9548 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9549
9550         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9551
9552         * lily/new-chord-name-engraver.cc (process_music): use octavation
9553         (a number) instead of original-pitch to store inversions. This
9554         fixes a problem with transposed chords with inversions.  
9555
9556 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9557
9558         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9559         used in includable-lexer.hh.
9560
9561         * lily/includable-lexer.cc: Bugfix: include config.h.
9562
9563         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9564         circumvention of Debian packaging bug.
9565
9566 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9567
9568         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9569         
9570         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9571
9572         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9573         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9574
9575         * lily/include/includable-lexer.hh: 
9576         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9577
9578         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9579
9580         * aclocal.m4: Regenerate.
9581
9582         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9583         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9584
9585         * scm/pdf.scm (use-modules): Include lily.
9586
9587         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9588         Noordkamp).
9589         (use-modules): Include lily.
9590         (lily-def): Bugfix: include tex-val in let.
9591
9592 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9593
9594         * lilypond-mode.el: sensible error if lilypond.words not found.
9595
9596         * lilypond.words: add few words.
9597
9598 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9599
9600         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9601
9602         * mf/parmesan-scripts.mf: fixed typo in char name
9603
9604 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * VERSION: 1.7.16 released
9607
9608         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9609         (this is a security vulnerability).
9610
9611         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9612
9613         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9614         add staff support.
9615
9616 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9617
9618         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9619         ly/script-init.ly, scm/script.scm: bugfix: renamed
9620         fermata->signumcongruentiae to fix naming clash with feta font
9621
9622 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9623
9624         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9625
9626         * lily/multi-measure-rest-engraver.cc
9627         (start_translation_timestep): use grace timing too for determining
9628         when to make mmrest.
9629         (start_translation_timestep): clear numbers too.
9630
9631 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9632
9633         * scm/music-types.scm: compile fix: escape braces
9634
9635         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9636         work around font selection problem
9637
9638         * Documentation/user/refman.itely: BreathingSign: added docu for
9639         property "text"
9640
9641 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9642
9643         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9644         information.
9645
9646 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9647
9648         * lily/multi-measure-rest-engraver.cc (class
9649         Multi_measure_rest_engraver): make multiple Number objects, one
9650         for each MultiMeasureTextEvent.
9651
9652         * scm/music-functions.scm (glue-mm-rest-texts): use
9653         MultiMeasureTextEvent
9654
9655         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9656
9657         * Documentation/user/refman.itely (Multi measure rests): update.
9658
9659 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9660
9661         * lily/ly-module.cc (ly_copy_module_variables): use
9662         scm_internal_hash_fold() for iterating modules.
9663
9664 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9665
9666         * Documentation/user/refman.itely: Section Custodes: added more
9667         example code
9668
9669         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9670         neo-mensural rests to parmesan font
9671
9672         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9673         header
9674
9675 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9676
9677         * Documentation/user/macros.itexi: @fileref macro.
9678
9679         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9680         each file. 
9681
9682 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9683
9684         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9685         Documentation/topdocs/AUTHORS.texi: updated my email address
9686
9687         * Documentation/user/refman.itely: updated custos documentation;
9688         beautified divisiones example; beautified articulations table
9689
9690         * lily/breathing-sign.cc: bugfix: finalis molecule
9691
9692 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9693
9694         * Documentation/user/refman.itely: added docu for
9695         contemporary fermata symbols, gregorian breathing signs; small fixes
9696
9697         * ly/gregorian-init.ly: removed obsolete #'type props
9698
9699 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9700
9701         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9702         minimum-length property correctly.
9703
9704 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9705
9706         * scm/music-functions.scm (make-multi-measure-rest): set input
9707         locations for multimeasure rests.
9708
9709 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9710
9711         * input/regression/breathing-sign.ly: updated to for ancient
9712         notation
9713
9714 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9715
9716         * scripts/ly2dvi.py: Add newline.
9717
9718 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9719
9720         * scripts/ly2dvi.py (dependency_files): Compile fix.
9721
9722 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9723
9724         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9725         (make_html_menu_file): --html menu. 
9726
9727 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9728
9729         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9730
9731 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9732
9733         * input/screech-boink.ly: new file.
9734
9735 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9736
9737         * scripts/lilypond-book.py (make_lilypond_file): convert
9738         lilypond-file to lilypond block directly, without going through
9739         begin/end lilypond text.
9740         
9741
9742 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9743
9744         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9745         scm/grob-description.scm: moved Michael's original breathing sign
9746         code in brew_molecule() to divisio_minima(); provided new
9747         brew_molecule() that effectively replaces the
9748         Text_item::brew_molecule callback (with additional fallback to
9749         Michael's original code); added callbacks for brewing divisio
9750         maior/maxima and finalis
9751
9752         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9753         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9754
9755         * script-init.ly: added shortfermata, longfermata,
9756         verylongfermata, varcoda
9757
9758         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9759         longfermata, verylongfermata, varcomma, varcoda
9760
9761 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9762
9763         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9764           Remove all noquote and insert a few quote.
9765         
9766         * Documentation/user/lilypond-book.itely (Music fragment options),
9767           scripts/lilypond-book.py: Don't include quotation blocks by
9768           default. Introduce option quote instead of noquote
9769
9770 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9771
9772         * VERSION: 1.7.15 released
9773         
9774         * Documentation/user/lilypond.tely: omf updates.
9775
9776         * buildscripts/texi2omf.py (omf_vars): include version.date
9777
9778         * make/lilypond.redhat.spec.in: fixes for spec file. 
9779
9780         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9781         by function definition: lily now requires a recent GNU Make.
9782
9783         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9784         writing.
9785
9786         * make/ly-rules.make: remove .ly -> .tex rule
9787
9788         * Documentation/user/refman.itely (Figured bass): revised figured
9789         bass example.
9790
9791 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9792
9793         * stepmake/stepmake/omf-targets.make (local-install): add
9794         scrollkeeper-update message.
9795
9796         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9797         to binary.
9798         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9799
9800         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9801
9802         * Documentation/user/converters.itely (Invoking midi2ly): add
9803         track/channel notice.
9804
9805 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9806
9807         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9808
9809         * lily/parser.yy (scalar): DIGIT is also a scalar.
9810
9811         * Documentation/user/music-glossary.tely: add @omf tags
9812
9813         * Documentation/user/lilypond.tely: add @omf tags
9814
9815         * scm/generate-documentation.scm (string-append): add @omf tags.
9816
9817         * stepmake/stepmake/omf-*: new files 
9818
9819         * input/regression/multi-measure-rest.ly (texidoc): add doco
9820
9821         * GNUmakefile.in (web-doc-install): add web-doc-install target
9822
9823         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9824         fixes crashes while dumping MIDI.
9825
9826         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9827         midi
9828
9829 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9830
9831         * buildscripts/texi2omf.py: new file.
9832
9833         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9834         font-name
9835
9836 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9837
9838         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9839
9840         * lily/sequential-iterator.cc (descend_to_child): call
9841         descend_to_child() for all types of music.
9842
9843 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9844
9845         * scm/translator-property-description.scm: Add
9846         bassFigureFormatFunction.  Replace some entries.
9847
9848 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9849
9850         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9851         clean out.
9852
9853 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9854
9855         * scripts/midi2ly.py (Note.dump): never dump duration for
9856         dump_dur=0.
9857
9858         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9859         new function
9860
9861         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9862         figures using new markups. Much simpler, and should improve layout
9863         a little.
9864
9865         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9866
9867 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9868
9869         * ly/engraver-init.ly: use Hara kiri by default for 
9870         ChordNames, FiguredBass and Lyrics(Voice) context. 
9871
9872         * lily/axis-group-engraver.cc (acknowledge_grob): use
9873         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9874
9875         * scm/new-markup.scm (markup-function-list): add bracket,
9876         vbracket.
9877
9878         * ly/engraver-init.ly (ChordNamesContext): set
9879         minimumVerticalExtent
9880
9881 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9882
9883         * input/test/time-signature-double.ly: new file 
9884
9885         * input/regression/collision-head-chords.ly (texidoc): new file.
9886
9887         * lily/type-swallow-translator.cc: add note swallow translator 
9888
9889         * input/test/time-signature-double.ly: new file.
9890
9891         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9892
9893         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9894         (FiguredBassContext): idem.
9895
9896         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9897
9898         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9899
9900         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9901
9902         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9903         .afm dependency
9904
9905         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9906
9907         * python/lilylib.py (make_page_images): add function.
9908
9909         * scripts/ly2dvi.py (run_latex): include title in preview image.
9910
9911         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9912         from lilypond-book for <ly2dvifile> tags in HTML.
9913
9914         * scripts/ly2dvi.py (option_definitions): add --debug option to
9915         print out environment.
9916
9917         * input/regression/tie-chord-partial.ly: new file.
9918
9919 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9920
9921         * lilypond.words: add 3
9922
9923 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9924
9925         * scm/new-markup.scm (markup-function-list): add finger-markup
9926
9927         * input/tutorial/brahms-tweaked.ly: new markup 
9928
9929         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9930
9931         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9932         crash when processing '() markup
9933
9934         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9935
9936         * lily/breathing-sign.cc (railtracks): another caesura.
9937
9938         * mf/feta-schrift.mf: caesura symbol. 
9939
9940 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9941
9942         * scripts/convert-ly.py (FatalConversionError.conv): add
9943         ly:molecule-XXX conversions.
9944
9945         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9946
9947         * input/regression/multi-measure-rest-text.ly: new file.
9948
9949         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9950         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9951
9952         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9953         ScoreContext
9954
9955         * scm/new-markup.scm (center-markup): \center markup.
9956
9957         * scm/music-functions.scm: remove pitchify scripts.
9958
9959         * lily/music.cc (print_smob): display music name if available 
9960
9961 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * Documentation/user/refman.itely (Instrument names): remove
9964         \turnOff doco.
9965
9966 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9967
9968         * lily/score.cc (mark_smob): bugfix.
9969
9970         * input/regression/rehearsal-mark.ly: new file.
9971
9972         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9973         report error at the current token again.
9974
9975 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9976
9977         * cygwin/mknetrel: Exit if doc build fails.
9978
9979         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9980
9981 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9982
9983         * scm/music-types.scm (music-descriptions): add doc strings
9984
9985 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9986
9987         * lily/lexer.ll: 
9988         * lily/include/my-lily-lexer.hh: 
9989         * lily/include/includable-lexer.hh: Add flex kludge.
9990
9991         * config.hh.in: 
9992         * config.make.in: 
9993         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9994         cruft.
9995         
9996         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9997         code.
9998
9999 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10000
10001         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10002
10003         * lily/parser.yy (new_chord): Compile fix.
10004
10005 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10006
10007         * Documentation/user/refman.itely (Tuning groups of objects):
10008         remove documentation for \turnOff. 
10009
10010         * lily/percent-repeat-engraver.cc (try_music): add correct
10011         processing moments for double-measure percents as well.
10012
10013         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10014
10015         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10016         grob prop type. 
10017
10018         * Documentation/user/refman.itely (Printing named chords): add
10019         chord name tweak doco.
10020
10021         * input/template/gregorian-transcription.ly: new file.
10022
10023 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10024
10025         * VERSION: 1.7.13 released
10026         
10027         * input/test/*: lots of cleanups/comment-outs/removals in chord
10028         examples
10029         
10030         * input/regression/*: lots of cleanups/comment-outs/removals in
10031         chord examples
10032         
10033         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10034         options
10035
10036         * lily/new-chord-name-engraver.cc (process_music): give original
10037         inversion pitch to chord name routine.
10038
10039         * input/tutorial/os-score.ly: update to new markup
10040
10041         * Documentation/user/appendices.itely: simply include
10042         chords-ignatzek. 
10043
10044         * Documentation/user/refman.itely (Chords mode): add documentation
10045         for chord mode.
10046
10047         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10048         not present in chord.
10049         (construct-chord): add inversion and bass support.
10050
10051         * lily/chord.cc: junk contents.
10052
10053 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10054
10055         * Documentation/user/refman.itely:
10056         * Documentation/user/music-glossary.tely: fix. 
10057
10058 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10059
10060         * scm/chord-entry.scm (construct-chord): move chord construction
10061         to Scheme.
10062
10063         * lily/parser.yy (new_chord): new setup for chord entry.
10064
10065 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10066
10067         * lilypond.words:
10068         * Documentation/user/music-glossary.tely: add ambitus.
10069
10070 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10071
10072         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10073
10074         * lily/include/*.hh: string() -> to_string()
10075
10076         * scm/chords-ignatzek.scm: new file.
10077
10078         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10079         standard chord name exceptions.
10080
10081         * scm/translator-property-description.scm (chordNameSeparator):
10082         add property.
10083         (majorSevenSymbol): add property
10084
10085         * lily/translator-scheme.cc (ly:context-properties): new function
10086         (ly:context-parent): new function.
10087         (print_smob): print context name.
10088
10089         * lily/music.cc (ly:get-music-length): new function
10090         (print_smob): don't print properties.
10091
10092         * lily/duration.cc (duration<?): new function
10093
10094         * input/regression/chords-funky-ignatzek.ly: new file.
10095
10096         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10097         jazz chords.
10098
10099         * lily/pitch.cc (ly:pitch-diff): new function.
10100
10101         * input/regression/chords-ignatzek.ly: new file.
10102
10103 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10104
10105         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10106         pitches for jazz chords.
10107
10108 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10109
10110         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10111
10112 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10113
10114         * lilypond.words: add 1
10115
10116 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10117
10118         * Documentation/topdocs/AUTHORS.texi: refine.
10119
10120 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10121
10122         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10123         
10124         * lilypond.words: add one.
10125
10126 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10127
10128         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10129         Fontify bass note in chords, e.g., e in c1/e.
10130         
10131 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10132
10133         * Documentation/user/music-glossary.tely: Dutch updates and
10134         additions (Arent Storm).
10135
10136 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10137
10138         * input/regression/ambitus.ly:  move file.      
10139
10140         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10141
10142         * lily/event.cc (transpose): add tonic property to Key_change_req
10143         and to Key_engraver.
10144
10145 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10146
10147         * Documentation/user/refman.itely: fix typo.
10148
10149         * lilypond.words: removed wrong identifiers.
10150
10151 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10152
10153         * mf/feta-toevallig.mf: make flat stem shorter 
10154
10155 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10156
10157         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10158
10159         * lilypond.words: add from Phrasing slur.
10160         
10161 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10162
10163         * lilypond-mode.el: allow launching multiple ViewPS processes.
10164         
10165         * lilypond.words: add from Text markup.
10166
10167 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10168
10169         * input/test/ossia.ly (texidoc): add comment.
10170
10171         * input/regression/voice-follower.ly: new file.
10172
10173         * mf/feta-toevallig.mf: make flat heavier.
10174
10175         * lily/cluster-engraver.cc: clean up Cluster engraver
10176
10177         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10178         Engraver. Use Note_column to compute Y positions and deal with
10179         line break stuff.
10180
10181 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10182
10183         * lily/stem.cc: move french-beaming to stem.
10184
10185 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10186
10187         * lilypond-font-lock.el: fontify all durations in chords.
10188
10189         * lilypond.words: add from lily/my-lily-lexer.cc
10190
10191 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10192
10193         * VERSION: release 1.7.12
10194
10195         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10196
10197         * lily/gregorian-ligature.cc: new file
10198
10199         * lily/*: the Great 2003 search & replace.
10200
10201         * Documentation/user/refman.itely (Manual repeat commands): add
10202         note about font selection.
10203
10204 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10205
10206         * lilypond-mode.el: propose recompiling midi while invoking playing,
10207         not while stopping playing.
10208
10209 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10210
10211         * lilypond.words: add one.
10212
10213         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10214         and expressional note grouping. Fontify chord modes.
10215
10216 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10217
10218         * Documentation/user/music-glossary.tely (Top): translate melisma.
10219
10220 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10221
10222         * Documentation/user/music-glossary.tely (Top): add melisma.
10223
10224 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10225
10226         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10227         interfaces for (abstract) grob GregorianLigature
10228
10229         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10230         renamed head* -> glyph_name*, x-shift* -> x-offset*
10231
10232         * scm/grob-property-description.scm: bugfix: added missing descriptions
10233
10234 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10235
10236         * input/test/chord-names-dpnj.ly: New file.
10237
10238         * scm/double-plus-new-chord-name.scm: Implement full and partial
10239         exceptions.
10240
10241         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10242
10243         * scm/double-plus-new-chord-name.scm
10244         (double-plus-new-chord->markup): Fix sub->markup.
10245
10246
10247 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10248
10249         * lily/custos-engraver.cc: added TODO; editorial changes
10250
10251         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10252         consistency with other ligature engravers; removed access on (now)
10253         private variable _ligature of Ligature_engraver
10254
10255         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10256         renamed last_bound -> last_bound_; issue programming_error on
10257         abstract method calls; moved primitives code from
10258         Mensural_bracket_engraver to here (because almost ligature
10259         engravers will need it); renamed try_stop_ligature () ->
10260         typeset_ligature (); bugfix: store primitives of finished ligature
10261         in separate variable finished_primitives_ to avoid clash on input
10262         like "\] \["; added current_ligature () to enable access on
10263         private variable _ligature
10264
10265         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10266         (now in super class); renamed try_stop_ligature () ->
10267         typeset_ligature ()
10268
10269         * lily/mensural-ligature.cc: issue programming_error on abstract
10270         method calls
10271
10272         * lily/note-heads-engraver.cc: added TODO comment upon bool
10273         in_ligature
10274
10275         * mf/parmesan-heads.mf: fixed some of set_char_box()
10276
10277         * scm/grob-description.scm: added VaticanaLigature
10278
10279         * scm/grob-property-description.scm: added neume prefix properties
10280
10281         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10282         lily/include/gregorian-ligature-engraver.hh,
10283         lily/include/gregorian-ligature.hh: new files; framework for
10284         gregorian ligature engravers such as vaticana
10285
10286         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10287         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10288         vaticana style ligature implementation (still somewhat uncomplete)
10289
10290 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10291
10292         * VERSION: release 1.7.11
10293
10294         * scripts/convert-ly.py: add ly:pitch-transpose rule
10295
10296 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10297
10298         * input/test/dpncnt.ly: New file.
10299
10300         * lily/my-lily-lexer.cc: Add chordnames keyword.
10301
10302         * lily/parser.yy (chordnames_block): Parse chord name exception
10303         lists, see input/test/dpncnt.ly.
10304
10305         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10306         function.
10307
10308         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10309         filter-out too.
10310
10311         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10312         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10313         pitch functions (except for ly:make-pitch, but that's apparently
10314         some sort of scheme naming standard?).
10315
10316         * scm/lily.scm (!=): define-public.
10317
10318         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10319
10320 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10321
10322         * scm/double-plus-new-chord-name.scm
10323         (double-plus-new-chord-name->markup): New file.
10324
10325 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10326
10327         * python/lilylib.py (make_preview): don't suppress progress for
10328         bbox extraction.
10329
10330 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10331
10332         * Documentation/user/appendices.itely (scheme): update for new syntax.
10333
10334         * input/regression/chord-name-styles.ly: new file
10335
10336         * lily/instrument-name-engraver.cc: create instrument names
10337         without barline too.  Allows instrument name on ChordNames  
10338
10339         * scm/new-markup.scm (interpret-markup): allow simple strings as
10340         markup too.
10341
10342 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10343
10344         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10345         (step->markup-accidental): Fix: add accidental.
10346         (chord::inner-name-american): 
10347         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10348         append stray '/' if last superscript addition was 'o'.
10349
10350         * scm/new-markup.scm (normal-size-sub-markup) 
10351         (normal-size-super-markup): New function.
10352
10353         * lily/source-file.cc (Source_file): Add warning for possibly
10354         intentional but suspicious initialization.
10355
10356         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10357         add comments about cut-and-paste programming.
10358
10359         * flower/rational.cc (lcm): Not used; comment out.
10360
10361 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10362
10363         * lily/new-fingering-engraver.cc (position_scripts): use
10364         fingerHorizontalDirection to determine fingering horizontal
10365         directions.
10366  
10367         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10368         fingering support.
10369
10370         * scripts/convert-ly.py (FatalConversionError.conv): add style
10371         conversion rule. 
10372
10373         * scm/chord-name.scm (set-chord-name-style): new function.
10374         (new-chord-name-brew-molecule): revise to interpret markup only
10375         (new-chord->markup): cleanuppish rewrite. To be called from the
10376         new engraver.
10377
10378         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10379         Markup earlier, during interpreting.
10380
10381         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10382         style settings. Rename to chord-names-*.ly
10383
10384 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10385
10386         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10387         markup code and update to new markup.  Most probably broke some of
10388         it.
10389         
10390 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10391
10392         * Documentation/user/refman.itely: added docu for ambitus and
10393         clusters
10394
10395         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10396         ly_quote_scm() in lookup.cc
10397
10398         * mf/parmesan-clefs.mf: set_char_box fix
10399
10400         * lily/cluster-engraver.cc: junk implicit protection; use
10401         Protected_scm instead
10402
10403 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10404
10405         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10406         throughout.
10407
10408         * scm/new-markup.scm: Turn-off error-triggering test code.
10409
10410 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10411
10412         * scm/new-markup.scm (markup-thrower-typecheck) 
10413         (markup-typecheck?):  add full typechecking functions.
10414         (make-markup-maker): add make-FOO-markup functions.
10415         (markup-argument-list-error): nice error checking messages.
10416         (make-markup): better function: less quoting escapades.
10417
10418 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10419
10420         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10421
10422 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10423
10424         * cygwin/lilypond.hint (requires): Add cygwin.
10425
10426         * .cvsignore: Remove stepmake (huh!?!), add lib.
10427
10428         * GNUmakefile.in: Add libdir links for builddir runs.
10429
10430         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10431         instead of datadir.
10432
10433         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10434         local_lilypond_libdir.
10435
10436         * config.make.in (lilypond_libdir): Add.
10437
10438         * stepmake/stepmake/substitute-rules.make: 
10439         * stepmake/stepmake/script-rules.make: 
10440         * stepmake/stepmake/python-module-rules.make:
10441         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10442         lilypond-python-module patch.
10443
10444 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10445
10446         * Documentation/user/refman.itely (Graphical interfaces): add note
10447         about xml2ly.
10448
10449 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10450
10451         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10452
10453 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10454
10455         * VERSION: released 1.7.10
10456
10457         * scripts/musedata2ly.py (): idem
10458
10459         * scripts/midi2ly.py (dump_chord): idem
10460
10461         * scripts/etf2ly.py (version): idem 
10462
10463         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10464
10465         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10466
10467         * scm/tex.scm (tex-output-expression): remove eval compat
10468         glut. Other output files too.
10469
10470         * scm/chord-name.scm: don't export anything from chord module.
10471
10472         * input/test/american-chords.ly: idem
10473
10474         * input/test/banter-chords.ly (texidoc): idem
10475
10476         * input/test/Cc-chords.ly: add breakage notes.
10477
10478         * Documentation/user/refman.itely (Text markup): rewrite manual
10479         section.
10480
10481         * lily/parser.yy (scalar): allow \markup { } as property value. 
10482
10483         * scm/chord-name.scm: complete new markup usage
10484
10485         * scm/grob-description.scm (all-grob-descriptions): use new markup
10486         texts by default
10487
10488 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10489
10490         * scm/chord-name.scm: partial move to new markup texts.
10491
10492 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10493
10494         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10495
10496         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10497         settable.
10498
10499 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10500
10501         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10502         invoked for old midi, wait for killing.
10503
10504 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10505
10506         * Documentation/user/music-glossary.tely: Finnishing.
10507
10508 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10509
10510         * mf/feta-nummer-code.mf: some kerning pairs.
10511
10512 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10513
10514         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10515         Added.
10516
10517         * Documentation/user/refman.itely (Bar numbers):
10518         set-bar-number-visibility added, modulo-bar-number removed again
10519         (sorry).
10520
10521 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10522
10523         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10524
10525         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10526
10527         * Documentation/user/music-glossary.tely: translate into Finnish.
10528
10529 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10530
10531         * lilypond-mode.el: add shortcut for 2midi
10532
10533         * lilypond-font-lock.el: fontify lyrics
10534
10535 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10536
10537         * scm/drums.scm : use 1.7.x names.
10538
10539         * input/regression/drums.ly : Don't use << chords >>
10540
10541 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10542
10543         * lilypond-mode.el: tidy, add TODO
10544
10545         * make/lilypond.mandrake.spec.in: install-info quietly.
10546
10547 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10548
10549         * input/test/markup.ly: use new syntax.
10550
10551 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10552
10553         * ly/params-init.ly (interscoreline): add word-space
10554
10555         * input/test/metronome.ly (eighthNote): idem.
10556
10557         * input/test/script-priority.ly: use new markup
10558
10559         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10560
10561         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10562
10563         * lily/parser.yy (gen_text_def): bugfix.
10564         (full_markup): allow markup identifier.
10565
10566 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10567
10568         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10569         jobs at the same time. Add horizontal lines to Command menu.
10570         Allow one compiling job -- propose killing others before a new one.
10571
10572         * lilypond.words: add markup, teeny, etc.
10573
10574 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10575
10576         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10577         Allow only one type of midi process; launching Midi either stops
10578         midis or plays the current midi and launching MidiAll stops midis
10579         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10580         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10581
10582 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10583
10584         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10585         markup  for new markup texts.
10586
10587         * lily/mark-engraver.cc (process_music): idem
10588         
10589         * lily/instrument-name-engraver.cc (create_text): idem
10590
10591         * scm/new-markup.scm (magnify-markup): new function.
10592
10593         * scm/molecule.scm (stack-lines): bugfix.
10594
10595         * lily/font-interface.cc (get_font): take font-magnification from
10596         alist chain.
10597
10598 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10599
10600         * lily/molecule-scheme.cc: move scheme functions to separate file.
10601
10602         * lily/font-metric.cc  (ly_get_glyph): new function. 
10603         
10604         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10605         (italic-markup, dynamic-markup): new functions
10606         (font-markup): new function
10607
10608         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10609         padding and minimum
10610
10611 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10612
10613         * lily/accidental-engraver.cc:
10614         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10615
10616 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10617
10618         * lilypond.vim:
10619         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10620         [a-zA-Z] for user defined identifiers. Separate note cases 
10621         with and without a duration (allow cis\longaX).
10622
10623         * lilypond.words: Add words from Info.
10624
10625 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10626
10627         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10628
10629 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10630
10631         * lilypond-mode.el: Propose reverting buffer before a command if
10632         it was edited with an another editor.
10633
10634 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10635
10636         * lily/molecule.cc (ly_translate_molecule): new function
10637
10638         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10639         into libdir
10640
10641         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10642
10643         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10644
10645 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10646
10647         * lilypond.words: take \words from Info-index.
10648
10649 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10650
10651         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10652
10653 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10654
10655         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10656
10657 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10658
10659         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10660         and lilypond-documentation.
10661
10662 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10663
10664         * lily/parser.yy: Compile fix (bison 1.75).
10665
10666 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10667
10668         * VERSION: 1.7.9 released
10669
10670         * scm/music-functions.scm (shift-one-duration-log): refactor.
10671         Use music-map.
10672
10673         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10674
10675         * NEWS: update.
10676
10677         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10678         argument
10679         
10680         * scm/music-functions.scm (display-music): new function
10681         (music-map): change arg order.
10682
10683         * input/regression/new-markup-syntax.scm: new file
10684
10685         * lily/parser.yy (markup): add \markup { .. } syntax.
10686
10687         * scm/new-markup.scm (override-markup): new function
10688         (lookup-markup): new function
10689         (music-markup): new function
10690         (lookup-markup-command): use markup-signature to store argument
10691         format for parser.
10692
10693         * lily/lexer.ll: preliminary \markup syntax. 
10694
10695 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10696
10697         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10698         add pre/post-dependencies and menus with icons from source.
10699
10700         * Documentation/pictures/lilypond-48x48.xpm:
10701         * Documentation/pictures/lilypond-32x32.xpm:
10702         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10703         transparent.
10704
10705         * stepmake/stepmake/generic-targets.make:
10706         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10707
10708 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709
10710         * input/regression/music-map.ly (texidoc): new file.
10711
10712         * scm/music-functions.scm (music-map): new function
10713
10714 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10715
10716         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10717
10718 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10719
10720         * input/test/to-xml.ly:
10721         * lily/ligature-engraver.cc: Fixes documentation.
10722
10723         * lilypond.mandrake.spec.in:
10724         * lilypond.redhat.spec.in: Add lilypond.words.
10725
10726         * Documentation/user/refman.itely: Mention Info inside emacs.
10727         
10728         * lilypond.suse.spec.in:
10729         * lilypond.redhat.spec.in:
10730         * lilypond.mandrake.spec.in: Set root-owner for doc
10731         (tobbe@nyvalls.se).
10732
10733 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10734
10735         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10736         os.popen.read ().
10737
10738 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10739
10740         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10741
10742         * python/lilylib.py (error): add space
10743
10744 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10745
10746         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10747         distribution.
10748
10749 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10750
10751         * lily/paper-outputter.cc (Paper_outputter): close port when
10752         finishing score.
10753
10754 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10755
10756         * scm/sodipodi.scm: Fixes.
10757
10758 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10759
10760         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10761
10762         * buildscripts/make-font-dir.py: Fix. 
10763
10764 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10765
10766         * lilypond-mode.el: Add support for Info inside Emacs.
10767
10768 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10769
10770         * buildscripts/make-font-dir.py: 
10771         * mf/GNUmakefile: Make sodipodi font map.
10772
10773         * scm/sodipodi.scm: Add more output functions.
10774
10775         * mf/feta-nummer.mf: 
10776         * mf/feta-beugel.mf: Add font_coding_scheme.
10777
10778         * lily/paper-outputter.cc (output_header): Fix creator string.
10779
10780 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10781
10782         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10783         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10784
10785         * lilypond.words: add two (Everybody can add/remove words now!).
10786
10787         * debian/rules:
10788         * make/lilypond.suse.spec.in:
10789         * make/lilypond.mandrake.spec.in:
10790         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10791
10792         * Documentation/user/refman.itely: Mention autocompletion.
10793
10794 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10795
10796         * scripts/ly2dvi.py: Add paper sizes.
10797
10798         * lily/timing-engraver.cc: 
10799         * lily/time-signature.cc: 
10800         * lily/span-bar.cc: 
10801         * lily/grob-scheme.cc: Code formatting fixes.
10802
10803         * scm/sodipodi.scm: 
10804         * scm/sketch.scm:
10805         * buildscripts/mf-to-table.py: 
10806         * buildscripts/make-font-dir.py: Font testing.
10807
10808 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10809
10810         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10811         inserts try-completion and shows all-completions.
10812
10813         * lilypond.words: '\' -> '\\'
10814
10815         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10816         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10817         
10818         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10819         and LilyPond-reserved-words.
10820         
10821 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10822
10823         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10824         from load-path.
10825         
10826         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10827         the mini-buffer with Control-Shift-c.
10828         
10829 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10830
10831         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10832         duration. This fixes \tempo taking time.
10833
10834 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10835
10836         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10837         Allow for text markup in repeatCommands. 
10838
10839 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10840
10841         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10842         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10843         Get rid of skeleton.el-dependency.
10844
10845         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10846
10847 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10848
10849         * lily/beam-engraver.cc (stop_translation_timestep): reset
10850         now_stop_ev_
10851
10852         * lily/scm-option.cc: add parse-protect to ly:set-option
10853
10854         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10855
10856 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10857
10858         * lily/include/ligature-bracket.hh: removed
10859         * lily/ligature-bracket.cc: removed
10860
10861         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10862         .tex
10863
10864         * lily/beam.cc (set_beaming): don't change beam count on rests.
10865         (brew_molecule): always set flag-width > 0.
10866
10867 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10868
10869         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10870         chars, remove instructions; instead, refer to lilypond-init.el and
10871         Documentation/topdocs/INSTALL.texi.
10872
10873         * lilypond.words: add identifiers and reserved words.
10874
10875         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10876         files and adding a load-path.
10877
10878         * lilypond-init.el: Instructions, extracted from 
10879         Documentation/topdocs/INSTALL.texi. 
10880         
10881 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10882
10883         * VERSION: 1.7.8 released 
10884
10885         * lily/grob.cc (warning): better robustness fix.
10886
10887 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10888
10889         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10890
10891         * lily/cluster-engraver.cc: stick better to variable naming
10892         conventions
10893
10894         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10895         until stop_translation_timestep()
10896
10897         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10898         min/max coordinates to backend, but no musical info such as
10899         pitches
10900
10901         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10902
10903         * lily/grob.cc: robustness fix: warning(): do not crash if
10904         cause is not set
10905
10906         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10907         the much more elaborated tuplet brackets than the very naive and
10908         simple ligature bracket grob
10909
10910 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10911
10912         * Documentation/user/refman.itely (Analysis brackets): add
10913         horizontal bracket doco.
10914
10915         * ly/property-init.ly (setMmRestFermata): added.
10916
10917         * Documentation/user/refman.itely (Multi measure rests): fermatas
10918         on mm rests.
10919
10920         * input/regression/apply-context.ly (texidoc): new file
10921
10922         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10923         code to be executed during interpretation. Possible applications:
10924         smart octavation, more advanced bar checks. 
10925
10926         * lily/apply-context-iterator.cc: new file.
10927
10928 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10929
10930         * input/test/new-markup.ly: new file.
10931
10932         * lily/text-item.cc (text_to_molecule): new function
10933
10934         * scm/new-markup.scm (lambda): new file
10935
10936         * lily/function-documentation.cc (ly_add_function_documentation):
10937         add proc property as well
10938
10939 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10940
10941         * Documentation/user/music-glossary.tely (Top): add custos.
10942
10943 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10944
10945         * Documentation/topdocs/INSTALL.texi: advise how to include source
10946         path to Emacs load-path and improve language.
10947
10948 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10949
10950         * GNUmakefile.in: config.h message fix.
10951
10952         * autogen.sh:
10953         * aclocal.m4: Regenerate.
10954
10955         * configure.in: 
10956         * config.make.in: 
10957         * stepmake/config.make.in: 
10958         * stepmake/configure.in: 
10959         * stepmake/autogen.sh: 
10960         * stepmake/aclocal.m4: Update for autoconf 2.56.
10961
10962 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10963
10964         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10965         to install Emacs-mode. Instructions how to use vim-mode.
10966
10967 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10968
10969         * scm/music-types.scm (music-descriptions): no length for tempo event.
10970
10971         * input/*.ly: add \version everywhere.
10972         
10973         * input/*.ly: update syntax to 1.7 + new-chords.
10974
10975         * VERSION: 1.7.7 released.
10976         
10977         * Documentation/user/*.tely: new chord syntax.
10978
10979         * input/regression/[bc]*.ly (texidoc): syntax updates.
10980         
10981 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10982
10983         * lilypond.words: add vocabulary to be used in auto-completion
10984
10985         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10986
10987         * lilypond.vim: allow note name at EOF
10988
10989 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10990
10991         * buildscripts/new-chords.py (edit): -e option: inline editing.
10992
10993         * input/regression/a*.ly (texidoc): syntax updates.
10994
10995         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10996         music): elucidations. 
10997
10998 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10999
11000         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11001         ly/spanners-init.ly, scm/grob-description.scm,
11002         scm/grob-property-description.scm, scm/music-types.scm,
11003         lily/cluster-engraver.cc, lily/cluster.cc,
11004         lily/include/cluster.hh, input/test/cluster.ly: cluster
11005         implementation
11006
11007         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11008         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11009         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11010
11011         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11012
11013         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11014
11015         * scm/grob-description.scm: bugfix: by default, use default note
11016         head style when engraving ligatures
11017
11018         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11019
11020         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11021         events
11022
11023         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11024
11025         * input/test/ancient-font.ly: bugfix: style -> flag-style
11026
11027         * lily/ligature-engraver.cc: indentation fix
11028
11029         * lily/parser.yy: indentation fixes
11030         
11031 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11032
11033         * input/regression/measure-grouping.ly: more elaborate example.
11034
11035         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11036         ly:div-moment. New functions 
11037
11038         * scm/music-functions.scm (set-time-signature): new function,
11039         allow inline time sig settings with measure grouping.
11040
11041         * lily/parser.yy (command_element): move time sig construction
11042         into Scheme.
11043
11044         * lily/side-position-interface.cc (out_of_staff): new function,
11045         like padding, but keep minimum distance from staff. Easier than
11046         linespanners (dynamics, pedals), but roughly the same effect.
11047
11048 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11049
11050         * emacs-mode.el: Added spanish-note-replacements 
11051         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11052
11053         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11054
11055 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11056
11057         * lilypond.vim: Do not fontify cises, desis, etc.
11058
11059         * vimrc: view dvi with <S-F6>
11060
11061 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11062
11063         * lily/lookup.cc (triangle): new function.
11064
11065         * input/regression/measure-grouping.ly (texidoc): new file: show
11066         triangles and brackets for beat groups of 3 and 2.
11067
11068         * lily/include/measure-grouping-spanner.hh (class
11069         Measure_grouping): new file.
11070
11071         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11072
11073         * lily/measure-grouping-engraver.cc (class
11074         Measure_grouping_engraver): new file.
11075
11076 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11077
11078         * Merge from stable:
11079
11080             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11081         
11082         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11083         stylesheet.
11084
11085         * ly/paper19.ly: Include paper19-init.ly.
11086
11087         * ly/paper19-init.ly: New file.
11088
11089         * Documentation/user/tutorial.itely (First steps): Fix first
11090         example for font test.
11091
11092         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11093
11094         * ChangeLog: Add 1.7.6 release marker (see below).
11095
11096         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11097         Add .py files.
11098
11099 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11100
11101         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11102
11103         * input/tutorial/*.ly: update to new syntax.
11104
11105         * lily/parser.yy (Composite_music): new transpose syntax,
11106         \transpose FROM TO MUSIC. 
11107
11108 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11109
11110         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11111         latex progress/error output to stderr (by default this goes to
11112         stdout).  Show lilypond progress, even when not verbose.
11113
11114         * python/lilylib.py (system): New optional parameter to control
11115         showing of progress.
11116
11117         * scm/backend-documentation-lib.scm (check-dangling-properties):
11118         Fix error message.
11119
11120         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11121         axis, extent.
11122
11123         * scm/grob-property-description.scm (magnify): Remove.
11124         (extent, axis): Add.
11125
11126 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11127
11128         * VERSION: Release 1.7.6.
11129
11130         * scripts/convert-ly.py: more uniformization substitutions.
11131
11132         * buildscripts/new-chords.py (sub_chords): new file.
11133
11134 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11135
11136         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11137         lilypond.map.  Include sauter fonts too.  Cleanups.
11138
11139 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11140
11141         * Documentation/user/tutorial.itely (First steps): change to new
11142         chord/tie/slur/beam notation.
11143
11144         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11145         ties.
11146
11147         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11148         engraver. Process ties in postfix notation, i.e. c8-~ c
11149
11150         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11151
11152         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11153
11154         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11155
11156         * lily/beam-engraver.cc (try_music): accept new-beam-events
11157
11158         * input/regression/chord-scripts.ly (texidoc): new file
11159
11160         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11161         script-events.
11162
11163         * scm/script.scm (default-script-alist): cleanup.
11164
11165         * lily/script-engraver.cc (make_script_from_event): cleanup.
11166
11167         * lily/lyric-combine-music-iterator.cc
11168         (Lyric_combine_music_iterator): remove superfluous events.
11169         (melisma_busy): new function. Fix broken melismas.
11170
11171 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11172
11173         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11174         Remove nonvalid settings. Use descriptive key names.
11175         Use <Return> to indicate the pressing of that key.
11176
11177 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11178
11179         * scripts/lilypond-book.py (option_definitions): Typo.
11180
11181         * scripts/ly2dvi.py: Updates.
11182
11183         * python/lilylib.py (setup_environment, print_environment)
11184         (get_bbox, make_preview): Merge and remove from ly2dvi and
11185         lilypond-book.
11186
11187         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11188
11189         * .cvsignore: Remove some cruft.
11190
11191         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11192         path.
11193
11194         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11195         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11196         throughout.
11197
11198         * python/lilylib.py (quiet_system): Junk
11199         (system): Display error log upon failure.
11200         (read_pipe): New function.  Cleanups and fixes.
11201
11202         * python/*.py: Rename from *.py.in.
11203         
11204         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11205
11206         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11207
11208 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11209
11210         * python/GNUmakefile: Bugfix: handle modules.
11211
11212         * stepmake/stepmake/python-module-targets.make (default): Add
11213         compiled modules. 
11214
11215         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11216         compiling modules.
11217
11218         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11219         Bugfix.  (OUT_PYC_MODULES): Add.
11220
11221 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11222
11223         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11224         Use default paths. Refresh description.
11225
11226 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11227
11228         * VERSION: 1.7.5 released
11229
11230         * input/regression/finger-chords.ly (texidoc): new file.
11231
11232         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11233         support
11234
11235         * lily/fingering-engraver.cc (process_music): remove kludgy
11236         scriptHorizontal stuff.
11237
11238         * lily/script.cc: remove staff-support property.
11239
11240         * lily/new-fingering-engraver.cc (add_fingering): new
11241         file. Fingering engraver for new style chords.
11242
11243 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11244
11245         * lily/parser.yy (bare_number): allow 4 \cm (without
11246         decimal dot). (should backport to 1.6?)
11247
11248         * ly/declarations-init.ly: use Scheme for dimension defs.
11249
11250         * lily/parser.yy (TODO): remove hard coded dimensions, add
11251         REAL NUMBER_IDENTIFIER production.
11252
11253         * lily/rest-collision.cc (force_shift_callback): rewrite using
11254         -done property.
11255
11256         * scm/grob-property-description.scm (rest-collision-done): add
11257         property.
11258         
11259         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11260
11261 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11262
11263         * input/regression/multi-measure-rest-center.ly: new file.
11264
11265         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11266         off horizontally by 0.05 ss. Fixed.
11267
11268 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11269
11270         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11271
11272         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11273
11274 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11275
11276         * lily/tie.cc (get_control_points): also avoid staff lines on the
11277         just outside the outer staff lines
11278
11279 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11280
11281         * ly/params-init.ly: Just define style-alist, no need to
11282         define-public.
11283
11284         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11285         (thanks Han-Wen).
11286
11287         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11288         (FET_FILES): = FONT_FILES.
11289
11290         * Merge from stable:
11291
11292             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11293
11294 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11295
11296         * VERSION: 1.7.4 released.  
11297         
11298         * scm/generate-documentation.scm (string-append): add macro
11299         definitions.
11300
11301         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11302         normal texts.
11303
11304         * lily/multi-measure-rest-engraver.cc: make separate
11305         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11306
11307         * lily/multi-measure-rest.cc: remove text handling. Remove
11308         number-threshold.
11309
11310 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11311
11312         * scm/music-types.scm: doc patch by Graham Percival
11313
11314 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11315
11316         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11317         encoding part.
11318         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11319         (sketch_p): Sketch wants only first four elements of X11 font spec.
11320
11321         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11322
11323         * mf/feta-autometric.mf: Write foundry and family to log.
11324
11325         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11326         font translation table.
11327
11328         * buildscripts/mf-to-table.py: Better font info into afm.
11329
11330         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11331         1.0.9 required.
11332
11333         * configure.in: Whine for mftrace 1.0.9.
11334
11335 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11336
11337         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11338
11339         * lily/main.cc (main_prog): don't try to load init.EXT when
11340         processing foo.EXT.
11341
11342 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11343
11344         * scm/tex.scm (zigzig-line): added.
11345
11346         * scm/ps.scm (zigzag-line): added.
11347
11348         * ps/music-drawing-routines.ps (subvec): added.
11349         (draw_zigzag_line): added.
11350         
11351         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11352         grob properties zigzag-width and zigzag-length.
11353
11354         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11355
11356 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11357
11358         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11359         svg output, including font.
11360
11361 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11362
11363         * scm/lily.scm: Register sodipodi output module.
11364
11365         * scm/sodipodi.scm: New file.
11366
11367         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11368
11369         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11370         comment, after header.
11371         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11372         FullName.  Fix FontName key.
11373
11374 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11375
11376         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11377         and breve rests.
11378         
11379         * input/test/blank-notes.ly: bugfix
11380
11381         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11382         rests. (Kim Shrier)
11383
11384         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11385         
11386 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11387
11388         * scm/tex.scm: 
11389         * scm/ps.scm: Cleanup and remove obsolete junk.
11390
11391         * Documentation/user/internals.itely:
11392         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11393
11394         * lily/parser.yy: Identify shift/reduce problems.
11395
11396         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11397         make-style-sheet.  Too specific for convert-ly?
11398
11399 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11400
11401         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11402
11403         * input/test/*.ly: various fixes.
11404
11405         * lily/music.cc (name): bugfix
11406
11407         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11408
11409         * lily/input-file-results.cc (code): set-point-and-click! ->
11410         set-point-and-click
11411         
11412 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11413
11414         * Use uniform ly: prefix for exported scheme primitive functions.
11415
11416         * scm/music-types.scm: junk compat glue
11417
11418         * scripts/convert-ly.py: add rules for stuff below, junk
11419         compatibility glue for spanrequest.
11420
11421         * lily/parser.yy (verbose_event): remove \spanrequest,
11422         \commandspanrequest, \script. 
11423         
11424         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11425
11426         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11427         for \penalty, \glissando.
11428
11429         * VERSION: release 1.7.3
11430         
11431 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11432
11433         * lily/accidental-engraver.cc: Fix
11434         grace-in-the-beginning-of-measure bug caused by the resent
11435         partial-measure fix.
11436
11437         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11438         overlap looks too crowded)
11439         
11440 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * lily/parser.yy (assignment): allow SCM expression as assignment.
11443
11444         * lily/include/music-output-def.hh (class Music_output_def):
11445         * lily/music-output-def.cc: 
11446         * lily/paper-def.cc: 
11447         * scm/font.scm (markup-to-properties):
11448         * lily/parser.yy (music_output_def_body): 
11449         remove style_sheet_
11450
11451 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11452
11453         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11454         length.
11455
11456         * input/regression/spacing-to-grace.ly: new file.
11457
11458         * input/regression/spacing-end-of-line.ly: new file.
11459
11460         * lily/note-spacing.cc (get_spacing): take into account breakable
11461         stuff sticking out at the left (time sig change at line break).
11462
11463         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11464         raggedright code.
11465
11466         * scm/music-functions.scm (make-voice-props-set): add
11467         staff-position for mm rests.
11468  
11469         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11470         before grace notes a little.
11471
11472         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11473
11474         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11475         key adds space at the end of line. 
11476
11477 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11478
11479         * scm/sketch.scm: Fix beams.
11480
11481         * buildscripts/mf-to-table.py: Add EncodingScheme.
11482
11483         * scm/sketch.scm: Resurrect.
11484
11485 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11486
11487         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11488         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11489
11490 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11491
11492         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11493
11494         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11495
11496 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11497
11498         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11499         token for origin information.
11500
11501         * lily/parser.yy (My_lily_lexer): do identifier location and
11502         cloning from lexer.
11503
11504         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11505         logic out of the parser. Add bar checks on both ends.
11506
11507         * Documentation/user/refman.itely (Multi measure rests): add more
11508         notes about mm rests.
11509
11510 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11511
11512         * input/regression/bar-scripts.ly: Re-enable.
11513
11514         * lily/parser.yy:
11515         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11516         released rsn.  Bison 1.50 has a crucial bug and won't work.
11517
11518         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11519
11520
11521 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11522
11523         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11524
11525 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11526
11527         * Actually merge changes since 1.6.4 besides ChangeLog, and
11528         resolve conflicts.  Lots of updates, hope all is well.
11529         
11530         * cygwin/lilypond.hint (requires): Add ghostscript.
11531
11532         * scm: Update some (c).
11533         
11534 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11535
11536         * input/test/{various}.ly: add \header fields and texidoc strings.
11537
11538 2002-10-05  Werner Lemberg  <wl@gnu.org>
11539
11540         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11541         renamed to `output_latex_quoted'.
11542         Added `output_latex_noquote'.
11543         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11544         mode.
11545
11546 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11547
11548         * ChangeLog: Add 1.6.6 release marker.  See below.
11549
11550         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11551
11552         * scripts/midi2ly.py: Fix global syntax warnings.
11553
11554         * GNUmakefile.in: Generate builddir locale tree too.
11555
11556         * scripts/ly2dvi.py:
11557         * scripts/midi2ly.py: 
11558         * scripts/mup2ly.py: 
11559         * scripts/update-lily.py:
11560         * lily/main.cc (setup_paths): Fix for locales setup.
11561
11562 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11563
11564         * Documentation/windows/installing.texi: Soften wording about
11565         necessity of becoming Administrator.  tommie@iae.nl reports this
11566         does not seem to be necessary for his flavour of Windows 2000.
11567         Explicitely discourage text mode mounts.
11568
11569 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11570
11571         * lily/rest.cc (after_line_breaking): backport dot position fix.
11572
11573         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11574         rests. Thanks to Klaus Zimmermann for finding this bug.
11575
11576 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11577
11578         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11579
11580 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11581
11582         * Documentation/user/music-glossary.tely: fix links.
11583
11584 2002-10-21  Werner Lemberg  <wl@gnu.org>
11585
11586         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11587         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11588         scaling factor) only once and use them in the definition of
11589         \embeddedps.
11590         * ps/music-drawing-routines.ps (skeel): Removed.
11591
11592 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11593
11594         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11595         Solaris7, as we don't use nested $( ) constructs.
11596
11597 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11598
11599         * VERSION: Release 1.6.6.
11600         
11601 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11602
11603         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11604         as workaround for /bin/sh problems on Solaris7.
11605
11606 2002-10-19  Werner Lemberg  <wl@gnu.org>
11607
11608         * GNUmakefile.in (web-doc): Fix typos.
11609         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11610         `music-drawing-routines.ps' but emit \special{header=...} once.
11611         * scm/tex.scm (header-end): Updated.
11612
11613 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11614
11615         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11616         undefined tremolo. 
11617
11618 2002-10-15  Werner Lemberg  <wl@gnu.org>
11619
11620         * scripts/lilypond-book.py (g_make_html): New global variable.
11621         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11622         if `g_make_html' isn't set.
11623         [main]: Add format `texi-html'.
11624         (option_definitions): Updated.
11625         * Documentation/user/lilypond-book.itely: Updated.
11626
11627         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11628         * make/ly-rules.make (%.texi, %.nexi): Use it.
11629         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11630         format to lilypond-book.
11631         * GNUmakefile.in (web-doc): Ditto.
11632
11633 2002-10-14  Werner Lemberg  <wl@gnu.org>
11634
11635         Further improve TeX output.  The produced files are about 40%
11636         smaller.  `lilyponddefs.tex' is now read only once.
11637
11638         * tex/lilyponddefs.tex: Remove footer stuff.
11639         (\ifundefined): Renamed to...
11640         (\lilypondundefined): This.  Use LaTeX's definition to
11641         make it nestable and make it global.
11642         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11643         output.
11644         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11645         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11646         them global.
11647         (\placebox): Renamed to...
11648         (\lyitem): This.
11649         Make it global and call \outputscale by itself.
11650         (\lybox, \lyvrule): New macros to reduce input data.
11651         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11652         New auxiliary macros.
11653         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11654         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11655         to...
11656         (\lilypondspace): This and made it global.
11657         (\turnOnPostScript): Renamed to...
11658         (\lilypondpostscript): This and made it global.
11659         (\turnOnExperimentalFeatures): Renamed to...
11660         (\lilypondexperimentalfeatures): This and made it global.
11661         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11662         (\lilypondsetdimen): This and made it global.
11663         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11664         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11665         (all, $(outdir)/music-drawing-routines.ps): New rules.
11666         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11667         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11668         start-system, stop-system, stop-last-system, filledbox): Updated to
11669         use the changed macros from lilyponddefs.tex.
11670         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11671
11672 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11673
11674         * Documentation/windows/installing.texi: Update.
11675
11676 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11677
11678         * VERSION: 1.6.5 released
11679
11680         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11681
11682 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11683
11684         * scm/translator-property-description.scm (voltaOnThisStaff): add
11685         property.
11686
11687 2002-09-28  Werner Lemberg  <wl@gnu.org>
11688
11689         * scm/tex.scm (header-end): Suppress page numbering.
11690
11691         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11692         Fix quotation for HTML output.
11693
11694 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11695         
11696         * Documentation/user/refman.itely: grammar and phrasing
11697           fixes to "Note Entry" section.  Also adds a few new examples.
11698
11699 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11700
11701         * flower/include/string-data.icc: include string.h
11702
11703 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11704
11705         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11706
11707 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11708
11709         * Documentation/user/GNUmakefile (extra-local-help): Add.
11710
11711         * stepmake/stepmake/www-targets.make (local-help): Add.
11712
11713 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11714
11715         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11716         packages.
11717
11718         * Documentation/topdocs/README.texi (Top): building documentation
11719         (not website.)
11720
11721 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11722
11723         * Documentation/user/refman.itely: 
11724         * Documentation/user/tutorial.itely: 
11725         * Documentation/user/music-glossary.tely: Merge changes.
11726
11727         * Documentation/user/glossary.html.in: 
11728         * Documentation/index.texi: 
11729         * Documentation/header.html.in: Accomodate renaming of glossary.
11730         
11731         * Documentation/user/tutorial.itely: Add some glossary references.
11732         
11733         * Documentation/user/refman.itely: Minor fixes.
11734         
11735         * Documentation/user/lilypond.tely: Add glossary do direntry.
11736
11737         * Documentation/user/music-glossary.tely: Rename (previously:
11738         glossary.tely).  Fix anchor placement.
11739
11740         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11741
11742 2002-09-23  Werner Lemberg  <wl@gnu.org>
11743
11744         * scripts/lilypond-book.py (output_dict): Fix handling of
11745         various environments by avoid extraneous newlines.
11746         Rename `output-all' regexp for html to `output-html'.
11747         Replace `output-all' regexp for texi with `output-texi-quote'
11748         and `output-texi-noquote'.
11749         (compose_full_body): Don't override `linewidth' user option
11750         for `singleline'.
11751         (schedule_lilypond_block): Don't indent text specified with
11752         `intertext' option.
11753         Add new option `noquote'.
11754         (compile_all_files): Use latex instead of tex to compile ly
11755         files directly.
11756
11757         * Documentation/user/lilypond-book.itely: Updated and revised.
11758         Improve layout.
11759
11760         * Documentation/user/glossary.tely,
11761         Documentation/user/introduction.itely,
11762         Documentation/user/tutorial.itely,
11763         Documentation/user/refman.itely,
11764         Documentation/user/appendices.itely: Fix overfull LilyPond
11765         boxes caused by the new lilypond-book code.  Other minor
11766         fixes.
11767
11768         * Documentation/user/macros.itexi (@texiflat): Don't emit
11769         trailing space.
11770
11771         * scm/tex.scm (end-output, header-end): Add preamble and
11772         postamble to make lilypond output directly compilable with
11773         latex.
11774
11775         
11776 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11777
11778         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11779         instructions.
11780
11781 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11782
11783         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11784
11785 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11786
11787         * lily/beam.cc (connect_beams): don't crash if there are quarter
11788         notes in beams.
11789
11790 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11791
11792         * Documentation/user/refman.itely: corrected ancient clef
11793         docu; added docu on ligatures
11794
11795 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11796
11797         * Documentation/user/glossary.tely,
11798         Documentation/user/refman.itely, input/les-nereides.ly,
11799         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11800         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11801         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11802         Stem properties: flag-style -> stroke-style, style -> flag-style.
11803
11804
11805 2002-09-22  Werner Lemberg  <wl@gnu.org>
11806
11807         * scripts/lilypond-book.py: Add option `notime' to suppress
11808         printing of a time signature.  Specify default indentation of 0pt
11809         if single line fragment.  Don't emit redundant `\paper{ }'.
11810
11811         * Documentation/user/lilypond-book.itely: Updated.
11812
11813         * Documentation/user/glossary.tely: Completely reformatting.
11814
11815 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11816
11817         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11818
11819 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11820
11821         * Documentation/user/tutorial.itely: Fix links.
11822         
11823         * Documentation/topdocs/index.tely:
11824         * Documentation/index.texi:
11825         * Documentation/header.html.in: Small website fixes and updates.
11826
11827         * debian/: Debian patch by Anthony Fok.
11828
11829 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11830
11831         * Documentation/footer.html.in: How time flies: It's already 2002!
11832
11833         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11834         more descriptive link names than 'here'.
11835
11836 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11837
11838         * VERSION: 1.7.2 released
11839         * VERSION: 1.6.4 released
11840         
11841         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11842
11843         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11844         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11845
11846         * mf/feta-din.mf (test): add x-height and space.
11847
11848         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11849         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11850
11851         * ly/grace-init.ly: add-to-grace-init: function to portably add
11852         settings to \grace. 
11853
11854         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11855         if we get an absolute dynamic event.
11856  
11857         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11858
11859         * lily/source-file.cc (get_line): oops. All line numbers were off
11860         by 2. Fix that. 
11861
11862         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11863         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11864
11865         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11866
11867         * lily/parser.yy (number_factor): remove (number) as number
11868         expression. ("Let them eat Lisp").
11869
11870 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11871
11872         * lily/horizontal-bracket.cc: new file.
11873
11874         * lily/horizontal-bracket-engraver.cc: new file.
11875
11876         * input/regression/note-group-bracket.ly: new file. Support
11877         horizontal note brackets for music analysis.
11878
11879         * lily/stem.cc (flag): new flag-style: no-flag.
11880
11881         * input/test/stem-cross-staff.ly: new file
11882         
11883         * Documentation/user/internals.itely: Improved formatting, fixing
11884         typos.  Added a section `Output details' to describe how the TeX
11885         code looks like.
11886
11887         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11888
11889         * lily/parser.yy: remove \dynamicscript.
11890
11891         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11892         definitions. 
11893
11894         * python/midi.c (midi_error): take two arguments.
11895
11896         * Merge 1.6.5 changes:
11897         
11898 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11899
11900         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11901         staff-space.  Previous 1.5 was probably meant as half-spaces.
11902         (cautionary-style): parentheses (was: smaller).  This is what doco
11903         says, and it seems more logical.
11904
11905         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11906         for 2nd sentence.
11907
11908 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11909
11910         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11911
11912 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11913
11914         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11915
11916 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11917
11918         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11919
11920 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11921
11922         * scm/translator-property-description.scm (voltaOnThisStaff): add
11923         property.
11924
11925 2002-09-28  Werner Lemberg  <wl@gnu.org>
11926
11927         * scm/tex.scm (header-end): Suppress page numbering.
11928
11929         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11930         Fix quotation for HTML output.
11931
11932 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11933         
11934         * Documentation/user/refman.itely: grammar and phrasing
11935           fixes to "Note Entry" section.  Also adds a few new examples.
11936
11937 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11938
11939         * flower/include/string-data.icc: include string.h
11940
11941 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11942
11943         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11944
11945 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11946
11947         * Documentation/user/GNUmakefile (extra-local-help): Add.
11948
11949         * stepmake/stepmake/www-targets.make (local-help): Add.
11950
11951 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11952
11953         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11954         packages.
11955
11956         * Documentation/topdocs/README.texi (Top): building documentation
11957         (not website.)
11958
11959 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11960
11961         * Documentation/user/refman.itely: 
11962         * Documentation/user/tutorial.itely: 
11963         * Documentation/user/music-glossary.tely: Merge changes.
11964
11965         * Documentation/user/glossary.html.in: 
11966         * Documentation/index.texi: 
11967         * Documentation/header.html.in: Accomodate renaming of glossary.
11968         
11969         * Documentation/user/tutorial.itely: Add some glossary references.
11970         
11971         * Documentation/user/refman.itely: Minor fixes.
11972         
11973         * Documentation/user/lilypond.tely: Add glossary do direntry.
11974
11975         * Documentation/user/music-glossary.tely: Rename (previously:
11976         glossary.tely).  Fix anchor placement.
11977
11978         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11979
11980 2002-09-23  Werner Lemberg  <wl@gnu.org>
11981
11982         * scripts/lilypond-book.py (output_dict): Fix handling of
11983         various environments by avoid extraneous newlines.
11984         Rename `output-all' regexp for html to `output-html'.
11985         Replace `output-all' regexp for texi with `output-texi-quote'
11986         and `output-texi-noquote'.
11987         (compose_full_body): Don't override `linewidth' user option
11988         for `singleline'.
11989         (schedule_lilypond_block): Don't indent text specified with
11990         `intertext' option.
11991         Add new option `noquote'.
11992         (compile_all_files): Use latex instead of tex to compile ly
11993         files directly.
11994
11995         * Documentation/user/lilypond-book.itely: Updated and revised.
11996         Improve layout.
11997
11998         * Documentation/user/glossary.tely,
11999         Documentation/user/introduction.itely,
12000         Documentation/user/tutorial.itely,
12001         Documentation/user/refman.itely,
12002         Documentation/user/appendices.itely: Fix overfull LilyPond
12003         boxes caused by the new lilypond-book code.  Other minor
12004         fixes.
12005
12006         * Documentation/user/macros.itexi (@texiflat): Don't emit
12007         trailing space.
12008
12009         * scm/tex.scm (end-output, header-end): Add preamble and
12010         postamble to make lilypond output directly compilable with
12011         latex.
12012
12013         
12014 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12015
12016         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12017         instructions.
12018
12019 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12020
12021         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12022
12023 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12024
12025         * lily/beam.cc (connect_beams): don't crash if there are quarter
12026         notes in beams.
12027
12028 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12029
12030         * Documentation/user/refman.itely: corrected ancient clef
12031         docu; added docu on ligatures
12032
12033 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12034
12035         * Documentation/user/glossary.tely,
12036         Documentation/user/refman.itely, input/les-nereides.ly,
12037         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12038         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12039         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12040         Stem properties: flag-style -> stroke-style, style -> flag-style.
12041
12042 2002-09-22  Werner Lemberg  <wl@gnu.org>
12043
12044         * scripts/lilypond-book.py: Add option `notime' to suppress
12045         printing of a time signature.  Specify default indentation of 0pt
12046         if single line fragment.  Don't emit redundant `\paper{ }'.
12047
12048         * Documentation/user/lilypond-book.itely: Updated.
12049
12050         * Documentation/user/glossary.tely: Completely reformatting.
12051
12052 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12053
12054         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12055
12056 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12057
12058         * Documentation/user/tutorial.itely: Fix links.
12059         
12060         * Documentation/topdocs/index.tely:
12061         * Documentation/index.texi:
12062         * Documentation/header.html.in: Small website fixes and updates.
12063
12064         * debian/: Debian patch by Anthony Fok.
12065
12066 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12067
12068         * Documentation/footer.html.in: How time flies: It's already 2002!
12069
12070         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12071         more descriptive link names than 'here'.
12072
12073 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12074
12075         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12076
12077 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12078
12079         * lily/part-combine-music-iterator.cc (get_state): cleanup
12080         (get_music_info): cleanup.
12081
12082 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12083
12084         * scm/backend-documentation-lib.scm (interface-doc-string):
12085         crosslinks between interfaces and grobs. Headings for interfaces
12086         in grob explanation.
12087
12088 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12089
12090         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12091         dtd).  Add preliminary dtd.
12092         (re-sub-alist): Robustify.
12093
12094 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12095
12096         * lily/include/event-chord-iterator.hh,
12097         lily/context-specced-music-iterator.cc,
12098         lily/event.cc, lily/event-chord-iterator.cc: add
12099
12100 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12101
12102         * lily/: some (c) header fixes.
12103         
12104         * lily/request-chord.cc: Remove.
12105         
12106         * lily/include/event-chord-iterator.hh:
12107         * lily/include/event.hh:
12108         * lily/event-chord.cc: New file.
12109         
12110         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12111         requested.
12112
12113 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12114
12115         * lily/ : rename Request to Event
12116
12117         * lily/parser.yy (command_element): move clef stuff into Scheme.
12118
12119         * lily/:  rename length_mom () to get_length()
12120
12121         * lily/part-combine-music.cc: removed file and class.
12122
12123         * lily/context-specced-music-iterator.cc (class
12124         Context_specced_music_iterator): new file. Obsoletes the
12125         Context_specced_music type.
12126
12127         * scm/music-types.scm (make-repeated-music): put different kinds
12128         of repeated music into music-type table.
12129
12130         * VERSION: 1.7.1 released.
12131
12132         * scm/to-xml.scm: new file.
12133
12134         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12135         new Input representation: dump music as XML.
12136
12137         * scm/engraver-documentation-lib.scm
12138         (engraver-accepts-music-types?): add links from music to engraver,
12139         from music-type to engraver.
12140
12141         * lily/include/command-request.hh: removed
12142         lily/include/musical-request.hh: removed. Removed all _req classes
12143         except Key_change_req. Changes throughout.
12144
12145 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12146
12147         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12148
12149 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12150
12151         * lily/*.cc: specify accepts for many engravers.
12152
12153         * scm/music-documentation-lib.scm: dump music expressions and
12154         music subtypes.
12155
12156         * scm/documentation-lib.scm: complete revision.
12157         Use GOOPS objects to store document tree explicitly. Cleaned up and
12158         sped up doco generation a lot.
12159
12160 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12161
12162         * input/trip.ly (fugaIILeft): add arpeggio
12163
12164         * lily/translator-group.cc (try_music_on_nongroup_children):
12165         oops. The name symbol is in the cdr of the assoc handle.
12166
12167         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12168         Hyphen_req, Glissando_req, Break_req, Mark_req 
12169
12170 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12171
12172         * lily/musical-request.cc (music-duration-length,
12173         music-duration-compress): new functions.
12174
12175         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12176         throughout. Warning doesn't work yet.
12177
12178         * lily/translator-group.cc (try_music_on_nongroup_children):
12179         new implementation: store candidate acceptors in a hashTable.
12180
12181 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12182
12183         * scm/music-types.scm (music-descriptions): change name to
12184         internal-class-name
12185
12186         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12187
12188 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12189
12190         * lily/beam.cc (connect_beams): don't crash if there are quarter
12191         notes in beams.
12192
12193 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12194
12195         * Documentation/user/refman.itely: corrected ancient clef
12196         docu; added docu on ligatures
12197
12198 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12199
12200         * Documentation/user/glossary.tely,
12201         Documentation/user/refman.itely, input/les-nereides.ly,
12202         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12203         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12204         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12205         Stem properties: flag-style -> stroke-style, style -> flag-style.
12206
12207 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12208
12209         * scm/music-functions.scm (music-separator?): don't use name music
12210         property.
12211
12212 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12213
12214         * stepmake/stepmake/generic-targets.make (help): Document check
12215         target.
12216
12217         * lily/new-accidental-engraver.cc: Compile fix.
12218
12219 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12220
12221         * scripts/convert-ly.py: Add rule.
12222
12223         * input/test/music-creation.ly:
12224         * input/test/add-staccato.ly:
12225         * input/test/add-text-script.ly: ly-make-music.
12226
12227         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12228         More ly-make-music renamings.
12229
12230         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12231
12232         * lily/music-constructor.cc (make_music): Add debugging info.
12233
12234         * scm/music-functions.scm (make-simultaneous-music,
12235         (make-sequential-music, context-spec-music):
12236         * scm/music-types.scm (music-descriptions): Get lily to run.
12237
12238 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12239
12240         * lily/command-request.cc (transpose_key_alist): new function.
12241
12242         * lily/key-performer.cc (create_audio_elements): cleanup. 
12243
12244 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12245
12246         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12247
12248         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12249         events-accepted field.
12250
12251         * scm/music-types.scm: new file.
12252
12253         * lily/parser.yy: put music type initialization into scheme,
12254         similar to grob initialization.  Changes throughout.
12255
12256 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12257
12258         * Documentation/user/tutorial.itely: Fix links.
12259         
12260         * Documentation/index.texi: 
12261         * Documentation/header.html.in: 
12262         * Documentation/topdocs/index.tely: Small website fixes and updates.
12263
12264         * debian/: Debian patch by Anthony Fok.
12265
12266 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12267
12268         * Documentation/footer.html.in: How time flies: It's already 2002!
12269
12270         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12271         more descriptive link names than 'here'.
12272
12273         * ROADMAP: Remove test stuff.
12274
12275         * scripts/update-lily.py: Allow auto-building of stable and
12276         development versions.  Bugfixes.
12277
12278 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12279
12280         * VERSION: released 1.7.0
12281
12282         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12283
12284         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12285         positive line widths.
12286
12287 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12288
12289         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12290         go.  Fix comments.
12291
12292         * cygwin: Cygwin updates.
12293
12294 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12295
12296         * Documentation/windows/installing.texi (Top): version for python,
12297         urls for ghostscript (thanks to John Potelle)
12298         
12299         * lily/simultaneous-music-iterator.cc
12300         (Simultaneous_music_iterator): init children_list_ before
12301         triggering GC.
12302
12303         * lily/*-iterator.cc: be even more careful with smobbed copy
12304         constructors. 
12305
12306         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12307         LeftEdge item.
12308
12309 2002-09-15  Werner Lemberg  <wl@gnu.org>
12310
12311         Improving LilyPond's output to make them ordinary TeX boxes with
12312         predictable dimensions.  System boxes are now vertically centered on
12313         the baseline; this offset can be further controlled with
12314         \lilypondscoreshift.
12315
12316         * lily/system.cc (System::post_processing): Pass length of current
12317         system to `start-system' (including any horizontal indentation).
12318
12319         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12320         prettier.
12321         (lily-def): Append `%'.
12322         (start-system): Add parameter `wd'.  Output more TeX code to specify
12323         box dimensions.
12324         (stop-system, stop-last-system): Complement changes in
12325         `start-system'.
12326         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12327         Updated.
12328
12329         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12330         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12331         Write final `\endinput'.
12332
12333         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12334         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12335         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12336         files and macro definitions don't produce spurious spaces and
12337         paragraphs (using \endlinechar).
12338         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12339
12340         * Documentation/user/internals.itely: Improved formatting, fixing
12341         typos.  Added a section `Output details' to describe how the TeX
12342         code looks like.
12343
12344 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12345
12346         * lily/accidental-engraver.cc: Also work with partial measures.
12347
12348 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12349
12350         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12351         spanner.
12352
12353 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12354
12355         * lily/identifier-smob.cc (unpack_identifier): new file.
12356
12357         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12358         pass off scheme expressions as music identifiers.
12359
12360         * scm/lily.scm: reorganisation, cleanups.
12361
12362         * lily/main.cc: small cleanups.
12363
12364 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12365
12366         * lily/ly-module.{cc,hh}: new file.
12367
12368 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12369
12370         * lily/accidental-engraver.cc: Also work with partial measures.
12371
12372 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12373
12374         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12375
12376 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12377
12378         * lily/my-lily-lexer.cc: use SCM module in stead of
12379         Scheme_hash_table. Changes throughout.  
12380
12381 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12382
12383         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12384