]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
522522ca824454b8aa14c1d6e6ec4eb56062c912
[lilypond.git] / ChangeLog
1 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
2  
3         * Documentation/user/GNUmakefile:
4         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
5         --include-css=.../texinfo.css; command includes css into the html.
6
7         * Documentation/texinfo.css: add file.
8         define <hr> as black and thin.            
9  
10 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11
12         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
13         stencil expression. Junk define-origin.
14
15         * lily/my-lily-parser.cc (parse_string): init parser variable when
16         lexer_ is set, ie. in parse_string and parse_file.
17
18         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
19         ly:score-bookify.
20
21         * scm/lily.scm (collect-scores-for-book): new function.
22
23         * ly/init.ly: print collected scores/musics.
24
25         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
26         scope, not in lily module.
27
28         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
29
30         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
31         encapsulate gtk/pango tests.
32  
33         * po/tr.po: Turkish translation.
34
35 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
36
37         * input/regression/lily-in-scheme.ly: regression test for #{
38         ... #} syntax
39
40         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
41         was causing an error.
42
43         * Documentation/user/programming-interface.itely (Using LilyPond
44         syntax inside Scheme): documentation for #{ ... #} syntax.
45
46 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
47
48         * Documentation/index.html.in: use black thin <hr>.
49
50         * buildscripts/mutopia-index.py: use thin black <hr>.
51
52 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
53
54         * scm/fret-diagrams.scm: Use UNIX style line endings.
55         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
56         typo.  Fixes compile.
57
58         * scm/output-ps.scm (white-dot): Remove second incarnation.
59
60         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
61
62 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
63
64         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
65         single file error.
66
67         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
68
69 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
70
71         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
72         remove size as argument to fret-diagram interface;
73         improved white-circle dots for fret;
74         improved top-fret thick line/
75
76         * scm/output-ps.scm: added white-dot function
77
78         * scm/output-tex.scm: added white-dot function
79
80         * tex/music-drawing-routines.ps: added draw_white_dot function
81
82         * ps/music-drawing-routines.ps: added draw_white_dot function
83
84         * input/test/fret-diagram.ly: examples to show multiple
85         functions and multiple interfaces
86
87 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
88
89         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
90         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
91
92         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
93         conflict.  Have I told you lately how much I love autotools?
94
95 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
96
97         * lily/lily-guile.cc: 
98         * lily/pangofc-afm-decoder.cc:
99         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
100         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
101
102         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
103         developers.
104
105         * lily/paper-outputter.cc (file): New method.
106         (dump_string): Use it.
107
108         * scm/output-gnome.scm: Update with pango CVS info, lilylib
109         musing.
110         
111         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
112         of them has a comma :-).
113
114         * scm/framework-gnome.scm: Add pango decoders.
115
116         * lily/include/pangofc-afm-decoder.hh: 
117         * lily/pangofc-afm-decoder.cc: New file.
118
119         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
120
121         * configure.in: Check for pango.
122
123         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
124         autoconf).
125         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
126
127         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
128
129 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
130
131         * Documentation/user/tutorial.itely (Integrating text and music):
132         fix grammar & punctuation.
133
134 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
135
136         * lily/: Stray janitorial cleanups.
137
138         * scm/lily.scm (ly:all-stencil-expressions):
139         * scm/lily.scm (ly:all-output-backend-commands): New function.
140
141         * scm/safe-lily.scm (safe-objects): Add them.
142
143         * scm/framework-gnome.scm (<gnome-outputter>): New class.
144
145         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
146
147 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
148
149         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
150
151 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
152
153         * scm/page-layout.scm (default-page-make-stencil): add
154         raggedbottom, raggedlastbottom.
155
156         * Documentation/user/changing-defaults.itely (Page layout): add doc.
157
158         * scm/framework-tex.scm (define-fonts): fix export of
159         papersize.
160
161         * lily/paper-book.cc (classic_output): strip suffixes from
162         framework functions.
163
164         * lily/tuplet-bracket.cc (before_line_breaking): do not return
165         SCM_UNDEFINED to Scheme.
166
167 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
168
169         * lily/book.cc: remove Book::to_stencil().
170         (process): whoops. Score::book_rendering returns vector, not list.
171
172         * scripts/convert-ly.py (conv): remove \notes.
173         apply to input examples.
174         
175         * lily/paper-outputter.cc (output_stencil): don't use
176         smobify_self() but self_scm()
177
178         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
179         from smobify_self().
180
181         * lily/paper-book.cc (output): load framework module
182         scm_c_resolve_module().
183
184         * python/lilylib.py (exit): exit with argument i.
185
186 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
187
188         * scm/framework-gnome.scm (output-framework-gnome): Try loading
189         gnome modules from non-toplevel.
190
191         * lily/ly-module.cc (ly:import-module): Export to ly:.
192
193         * lily/paper-score.cc (process): Do not show progress newline.
194
195         * lily/paper-book.cc (output, classic_output): Show progess
196         newline after score.
197
198 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
199
200         * buildscripts/lilypond-words.py: add ly/vlaams.ly
201
202 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
203
204         * lily/score.cc (ly:run-translator): Do not crash on empty music
205         list.
206
207         * lily/book.cc (process): Do not render score when systems is empty.
208
209         * input/simple-song.ly: Down one octave.
210
211         * scm/output-gnome.scm: Remove script again; re-add modules fix
212         (CVS conflict resolve?)
213
214         * lily/stencil.cc (ly:interpret-stencil): Was:
215         interpret_stencil_expression.
216
217 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
218
219         * buildscripts/guile-gnome.sh: New file.
220
221         * scm/output-gnome.scm: White background, better window size, sane
222         canvas size.  Cleanups.
223
224 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
225
226         * VERSION: release 2.3.4
227
228         * Documentation/user/invoking.itexi (Invoking the lilypond
229         binary): document --safe.
230
231         * scm/output-gnome.scm: set PATH in script.
232
233         * scm/page-layout.scm (default-page-make-stencil): don't stretch
234         if there is too few systems on a page.
235
236         * lily/parser.yy (relative_music): start at middle C without pitch
237         argument.
238
239         * Documentation/user/changing-defaults.itely (Page layout): new node.
240         (Paper size): rename node
241         (Page breaking): new node.
242         (Titling): move from invoking.
243         (File structure): new node.
244
245         * lily/parser.yy (score_body): allow \header and music anywhere in
246         \score body.
247
248 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
249
250         * scm/lily.scm (ly:load): Remove page-breaking.scm.
251
252 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
253
254         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
255
256         * lily/include/paper-line.hh: rename to Paper_system.
257
258         * lily/include/paper-book.hh: doc class.
259
260         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
261
262         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
263         (plain-header): add instrument-name.
264         (default-page-make-stencil): bugfixes.
265
266         * lily/parser.yy (book_body): allow \header anywhere in \book{}
267
268         * lily/paper-book.cc: remove copyright & tagline. Remove
269         interactions with Page
270
271         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
272         here, 
273         (default-page-make-stencil): new function
274         (default-page-music-height): new function
275         (page-headfoot): new function
276         (ly:optimal-page-breaks): generate stencils directly from here
277
278         * scm/titling.scm: new file, group titling functions
279
280 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
281
282         * scm/output-gnome.scm: Handle multiple pages.
283
284         * scm/framework-gnome.scm: Do not load output-gnome.
285         (framework-gnome): Invoke output-gnome::header and
286         output-gnome::end-output as faked stencils.  Fixes experimental
287         gnome output.
288
289 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
290
291         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
292         octavation compatibility fixes. Backportme. 
293
294         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
295         pages.
296         (ly:optimal-page-breaks): combine-penalties: no shortcut for
297         negative. Now we handle negative penalties (ie. \pageBreak)
298         correctly.
299
300         * lily/system.cc (get_line): extract page-penalty from the left
301         bound.
302
303         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
304
305 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
306
307         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
308
309 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
310
311         * scm/output-gnome.scm: Update script.  Move development to
312         lilypond_2_3_2 branch for now.
313
314 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
315
316         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
317         negative penalties.
318         cleanups.
319
320         * Documentation/user/changing-defaults.itely (Creating contexts):
321         index entries
322
323         * scm/page-breaking.scm (ly:optimal-page-breaks): new
324         file. Rewrite function. 
325
326         * lily/paper-book.cc (pages): new interface: page-breaking returns
327         list of line-list.
328
329         * lily/page.cc (Page): take lines argument.
330
331         * scm/document-translation.scm (all-engravers-doc): link to user man
332
333         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
334
335         * Documentation/user/notation.itely (Relative octaves): typo.
336
337         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
338
339 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
340
341         * scm/output-gnome.scm: Update build script.
342
343 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
344
345         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
346         gnome backend.
347
348         * scm/framework-gnome.scm: New file.
349
350         * scm/lily.scm: Use it.
351
352         * lily/paper-outputter.cc: Janitorial cleanups.
353         (ly:outputter-dump-string): Remove unreachable statement.
354
355         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
356         (ice-9): Bugfix: Add srfi-1.
357
358         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
359
360 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
361
362         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
363         in do_quit()
364         
365 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
366
367         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
368
369 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
370
371         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
372         override of Beam::position-callbacks. Why would grace beams not be
373         quantized? Fixes: weird-stem-size-grace. 
374
375         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
376         warning only once. Backportme.
377
378         * lily/accidental-engraver.cc (number_accidentals_from_sig):
379         bugfix, 2nd try. Backportme.
380
381         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
382
383 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
384
385         * Documentation/user/notation.itely (Instrument transpositions):
386         Correct the name of the instrumentTransposition property.
387
388 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
389
390         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
391
392 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
393
394         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
395         and postLilyPondExample are called when defined.
396
397 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
398
399         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
400         This fixes setting notenames with `\include "nederlands.ly" '
401
402         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
403         new function.
404
405 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
406
407         * scm/page-layout.scm: don't do piece, it should be in score-title
408         only.
409
410         * lily/lexer.ll: lex \score separately.
411
412         * lily/paper-book.cc: junk stencil2line.
413
414         * lily/paper-line.cc (Paper_line): construct from Stencil
415         directly. No futzing with the dimensions.
416
417         * lily/include/paper-line.hh (class Paper_line): 
418
419         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
420         takes arbitrary number of arguments.
421
422         * input/test/markup-score.ly (tuning): simplify example. 
423
424 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
425
426         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
427
428         * scm/define-markup-commands.scm (score): define score-markup
429
430         * lily/parser.yy (markup): use score-markup.
431
432         * lily/score.cc: add ly:score? 
433
434 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
435
436         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
437         fret-parse-string so it prepares for calls to fret-diagram-verbose
438         Changed display constants to props so they are available for
439         \override.
440         
441 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
442
443         * VERSION: release 2.3.3
444
445         * stepmake/stepmake/generic-vars.make: unset LANG.
446
447         * input/regression/tuplet-nest.ly: bugfix.
448
449         * lily/tie-performer.cc (stop_translation_timestep): reset
450         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
451
452         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
453         clear repeat_ directly after setting stem_tremolo_. Fixes:
454         tremolo-repeat.ly
455
456         * input/regression/span-bar-break.ly: new file.
457
458         * scm/define-grobs.scm (all-grob-descriptions): remove
459         break-visibility from SpanBar. Fixes: piano-repeat.ly
460
461 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
462
463         * python/lilylib.py (make_ps_images): only compute bbox when needed.
464
465         * scripts/lilypond-book.py (process_snippets): use lily -f ps
466         files for generating pngs. (failed experiment)
467
468         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
469         file with PFA fonts included.
470
471         * lily/score.cc (default_rendering): put header in too.
472
473         * lily/paper-line.cc (LY_DEFINE): change function to
474         ly:paper-line-extent
475
476         * scm/page-layout.scm (default-book-title): only add lines for
477         non-nil fields.
478         (default-score-title): idem.
479
480         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
481
482         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
483
484         * lily/include/paper-book.hh (class Paper_book): remove height_
485         member.
486
487         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
488
489         * lily/ly-module.cc (LY_DEFINE): bugfix.
490
491         * lily/paper-book.cc (book_title): separate function for the book
492         title.
493
494         * scm/page-layout.scm (default-book-title): only account for
495         markup fields.
496
497         * scm/framework-ps.scm: new file. Move high level interface from
498         output-ps.scm
499
500         * scm/music-functions.scm (def-grace-function): move macros from
501         ly/music-functions-init.ly
502
503         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
504         framework-tex.scm
505
506         * scm/framework-tex.scm (dump-line): new file. High level
507         interface for output (pages, systems, header). 
508
509         * lily/include/page.hh (class Page): add is_last_ field.
510
511         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
512
513         * lily/paper-book.cc (split_string): new function
514         (output): output multiple formats, i.e. --format=ps,tex
515
516         * scm/output-ps.scm (output-scopes): dump variables directly.
517         (define-fonts): rewrite for new interface
518
519         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
520
521         * lily/paper-outputter.cc (Paper_outputter): take format argument.
522
523         * lily/main.cc (parse_argv): don't set extension for output.
524
525         * lily/clef-engraver.cc (create_clef): remove
526         Staff_symbol_referencer::set_position() call. 
527
528 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
529
530         * ly/music-functions-init.ly (addlyrics): set the 'origin property
531         with the location argument in music function definitions.
532
533 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
534
535         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
536         staffsymbol dependency.
537
538         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
539         cleanups.
540
541         * lily/book.cc (process): return Paper_book
542         (to_stencil): use Book::process().
543
544         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
545         header_ field. Store in $globalheader
546
547         * lily/parser.yy (book_body): book header is initted to
548         $globalheader.
549         
550
551 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
552
553         * input/test/fill-a4.ly: removed.
554
555         * lily/parser.yy (output_def): push scope of parent_ Output_def
556         too.
557
558 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
559
560         * scm/output-gnome.scm: Update info.
561
562 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
563
564         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
565
566         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
567         than 1 module.
568
569         * lily/include/ly-module.hh (ly_use_module): rename is_module to
570         ly_c_module_p.
571
572         * scm/page-layout.scm (default-book-title): move Scheme titling
573         functions to here.
574
575         * lily/parser.yy (book_paper_block): remove scope too.
576
577         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
578
579         * lily/rest.cc: add direction to rest properties.
580
581         * lily/include/output-def.hh: new file, move from
582         music-output-def.hh
583
584 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
585
586         * scm/output-gnome.scm: Describe feta-cork hack.
587
588 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
589
590         * lily/include/book-paper-def.hh: derive from Output_def 
591
592         * lily/include/paper-def.hh: move all functionality out of class.
593         Junk header.
594
595         * lily/include/music-output-def.hh: rename Music_output_def to
596         Output_def.
597
598         * input/wilhelmus.ly: only set space for Paper formatting. 
599
600         * lily/include/midi-def.hh: remove file, remove class.
601         Move functions to Music-output-def.
602
603         * lily/music-output-def.cc (Music_output_def): remove separate
604         translator table. Lookup translators in scope directly. This
605         obviates Context suffix for context identifiers, i.e.
606
607         \context {
608           \Staff
609           .. 
610           }
611
612
613         will work.
614         
615
616         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
617
618         * Documentation/user/changing-defaults.itely (Horizontal spacing):
619         document spacing override hack.
620
621 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
622
623         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
624         installation info.  Support point-and-click.  Add +/- zoom
625         keybindings.
626
627 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
628
629         * VERSION: 2.3.2 released
630         
631         * lily/parser.yy (book_body): set default bookpaper.
632
633         * scm/output-tex.scm (header): kludge: hard code linewidth. 
634
635         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
636
637 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
638
639         * lily/score.cc (default_rendering): scale outputdef before
640         starting.
641
642 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
643
644         * scm/fret-diagrams.scm: Add header.
645
646         * scm/output-gnome.scm: Hello world :-)
647
648 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
649
650         * scripts/lilypond.py (run_dvips): only add papersize if present.
651
652         * lily/accidental-engraver.cc (update_local_key_signature): new
653         function, fold code from initialize() and process_music().
654         (update_local_key_signature): use deep copy. This fixes one
655         problem from custom-key-signatures.ly.
656         (number_accidentals_from_sig): tighter check for
657         accidental-too-old.
658
659         * ly/engraver-init.ly: remove localKeySignature
660         definition from ChoirStaff, StaffGroup, Score.
661         
662         * lily/percent-repeat-engraver.cc (try_music): add moments for
663         barlines too. Fixes: skipbars-percent-repeat.ly.
664
665 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
666
667         * lily/context-def.cc (filter_performers): don't go to cdrloc if
668         skipping last pair. Fixes: crash-bar-number.
669
670         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
671         D. Sorensen)
672
673         * input/test/fret-diagram.ly: new file.
674
675         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
676         (scale-paper): divide by scale.
677
678 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
679
680         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
681         case.
682
683 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
684
685         * scm/stencil.scm (fontify-text): reinstate function
686
687         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
688
689         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
690
691         * lily/parser.yy (book_paper_head): \bookpaper {} 
692
693         * python/midi.c: remove config.h
694
695 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
696
697         * scm/output-gnome.scm: Update.
698
699 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
700
701         * scm/output-gnome.scm: New file.
702
703         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
704
705 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
706
707         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
708         (find_scaled_font): move from Paper_def
709
710 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
711
712         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
713         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
714
715         * po/fr.po: update po.
716
717         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
718
719         * lily/book-paper-def.cc (print_smob): new file.
720
721 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
722
723         * buildscripts/lilypond-words.py: search words also from
724         music-functions-init.ly.
725
726 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
727
728         * ly/music-functions-init.ly (def-music-function): new helper
729         macro for defining music functions. \addlyrics \appoggiatura
730         \acciaccatura \grace \partcombine \autochange \applycontext
731         \applyoutput and \breathe are now defined here thanks to it.
732
733         * lily/parser.yy: 
734         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
735         \grace \partcombine \autochange \applycontext \applyoutput and
736         \breathe keywords removed from the parser.
737
738         * lily/parser.yy: 
739         * lily/music-function.cc (ly_make_music_function): 
740         * lily/lexer.ll (music_function_type): added a case for 0-arg
741         music functions.
742
743 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
744
745         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
746         refering to a music expression can be used in lily-inside-scheme:
747         #{ $music #}
748
749         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
750         and ly:parser-define, and change ly:parser-parse-string in order
751         to make #{ $music #} work.
752
753         * scm/new-markup.scm (compile-markup-expression): when an argument
754         is a string, use `make-simple-markup'.
755
756 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
757
758         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
759
760 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
761
762         * scripts/convert-ly.py (FatalConversionError.func): handle + in
763         font-size. (backportme)
764
765 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
766
767         * lily/paper-outputter.cc (output_stencil): dump font definitions
768         before each stencil.
769
770         * lily/include/paper-book.hh (struct Score_lines): new
771         struct. Collect info per Paper-score.
772
773         * lily/include/page.hh (class Page): to_stencil() returns Stencil
774         everywhere.
775
776         * lily/stencil.cc (find_expression_fonts): new function
777
778         * lily/paper-outputter.cc (output_stencil): use
779         interpret_stencil_expr
780
781         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
782         (interpret_stencil_expr): new function. Generic stencil
783         interpretation.
784
785         * lily/paper-def.cc (find_scaled_font): divide lookup
786         magnification by outpuscale for non-virtual fontmetrics. This
787         fixes ludicrously long font definitions for text
788         fonts. (backportme)
789
790         * lily/score-engraver.cc: remove
791         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
792
793 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
794
795         * input/test/markup-score.ly: Remove \notes.
796
797         * lily/parser.yy (book_body): Grok Composite_music and \header.
798         (markup): Push NOTES mode before score_block.
799
800         * VERSION: release 2.3.1
801         
802         * mf/feta-klef.mf: 
803         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
804
805         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
806
807         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
808
809 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
810
811         * scm/output-tex.scm (output-tex-string): tighten safe security.
812
813         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
814
815         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
816         allowed ly functions.
817
818         * lily/ly-module.cc (ly_module_define): only define variable if
819         bound.
820         (ly_make_anonymous_module): take safe option.
821
822 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
823
824         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
825
826 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * input/regression/newaddlyrics.ly: Fix.
829
830         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
831         \score \notes.
832
833 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
834
835         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
836
837 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
838
839         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
840
841         * lily/paper-line.cc (Paper_line): don't store list of stencils,
842         but convert to single Stencil immediately.
843
844         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
845
846 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * scm/output-sodipodi.scm: Resurrect sodipodi output.
849
850 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
851
852         * elisp/lilypond-mode.el: Changed the way defaults are created for
853         LilyPond-command-master.  LilyPond-mode will now check the
854         timestamps of the files to see which command has to run next.
855
856 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
857
858         * scm/bass-figure.scm (format-bass-figure): don't set
859         number-markup for strings. This fixes string in bass
860         figure. (backportme)
861
862         * lily/parser.yy (bass_number): insert number-markup into figure
863         definition.
864
865         * scm/define-music-properties.scm (all-music-properties): make
866         'figure a markup.
867
868         * scripts/convert-ly.py (conv): \apply -> \applymusic
869
870 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
871
872         * elisp/lilypond-mode.el: changed the order of some commands
873         ("Midi" after "2Midi"), use the user-defined
874         LilyPond-command-default as default instead of "LilyPond"
875
876         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
877         to set the master file for the next command.
878
879         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
880         with font-lock-reference-face.
881
882 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
883
884         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
885
886         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
887
888 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
889
890         * ly/music-functions-init.ly (TODO): new file.
891
892         * lily/parser.yy (Generic_prefix_music_scm): add more
893         music_function symbols.
894         (Prefix_composite_music): change \apply to music-function   
895
896         * lily/include/music-function.hh: rename to music-function
897
898 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
899
900         * lily/music-head.cc (LY_DEFINE): change order of args.
901
902         * input/regression/music-head.ly (texidoc): new file.
903
904         * lily/parser.yy (Generic_prefix_music): allow generic
905         music-transformation functions. 
906
907         * lily/include/music-head.hh (is_music_head): new file.
908
909         * lily/music-head.cc (get_music_head_transform): new file.
910
911 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
912
913         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
914         empty extent. This fixes ottava brackets on rests. (backportme)
915
916         * make/lilypond.redhat.spec.in (Group): ln png files for info.
917
918         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
919
920         * cygwin/lily-wins.py: update for the lily-wins.py script.
921
922 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
923
924         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
925         code. This will obviate typeset_grob () in the future.  The effect
926         of this is that improperly written spanner handling will result in
927         invalid spanner bounds.
928         (announce_grob): add to elems_ from here
929         (typeset_grob): comment out.  
930
931         * lily/include/engraver.hh (make_spanner): new calling interface
932         for make_{item,spanner}. This obviates most calls to
933         announce_grob().
934                 
935         * scm/music-functions.scm (set-accidental-style): use GrandStaff
936         iso. PianoStaff for piano styles.
937
938 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
939
940         * Documentation/user/music-glossary.tely: add segno after d.s.
941
942 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
943
944         * lily/include/audio-column.hh: remove unused variables.
945         (patch by Michael Welsh Duggan)
946
947         * flower/include/axes.hh (other_axis): inline Axes function
948         (thanks to David Brandon).
949
950 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
951
952         * cygwin/mknetrel: Install image links (backportme).
953
954         * Documentation/user/GNUmakefile (local-install-info): Activate
955         actual installing of image links (backportme).
956
957 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
958
959         * Documentation/user/notation.itely (Measure repeats): Removed
960         unnecessary (and confusing) \context Voice{.
961
962 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
965
966         * lily/page.cc (Page): Do not use ly_scheme_function for
967         volatile/configurable variables (FIXME: better name).
968
969         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
970         get_scmvar).
971
972 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
973
974         * scripts/convert-ly.py (FatalConversionError.subst): use
975         \transposition.
976
977 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
978
979         * lily/include/page.hh (class Page): Declare left_margin ().
980
981         * lily/page.cc: Remove paper var caching.
982
983 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
984
985         * Documentation/user/music-glossary.tely: Add name to @top node.
986         Remove comment from @table definitions (workaround for makinfo
987         bug).
988
989         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
990         ly:stencil-get-expr).  Update callers.
991         (ly:stencil-align-to!):  Return stencil too.
992
993         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
994         stencil.  Remove looped line-based page output.
995         (output_line): Use line stencil.  Remove looped stencil-based line
996         output.
997
998         * lily/page.cc (ly:page-paper-lines): New function.
999
1000         * input/test/markup-score.ly: New file.
1001
1002         * scm/define-markup-commands.scm (stencil): New markup.
1003
1004         * lily/book.cc (to_stencil): New method.
1005
1006         * lily/parser.yy (markup): Use it to grok \score.
1007
1008 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1009
1010         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1011
1012         * lily/paper-book.cc (pages): Change signature.  Update callers.
1013
1014         * lily/include/page.hh:
1015         * lily/page.cc: New file.
1016
1017         * lily/paper-line.cc (to_stencil): New method.
1018         
1019         * lily/paper-outputter.cc (output_stencil): New method.
1020
1021         * lily/paper-outputter.cc (output_line): Use them.
1022
1023         * lily/warn.cc: Remove.
1024
1025         * lily/my-lily-parser.cc (distill_inname): Remove.
1026
1027         * flower/include/file-name.hh: 
1028         * flower/file-name.cc: New file.  Update users.
1029
1030         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1031         (find): New method of same name.
1032
1033         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1034
1035         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1036         constant error message.
1037
1038 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1039
1040         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1041
1042 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1043
1044         * Documentation/user/music-glossary.tely: @table @strong' replaced
1045         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1046         (backportme).
1047
1048 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1049
1050         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1051
1052         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1053         #{ lily music expression #} that returns an equivalent scheme
1054         music expression by parsing the string.
1055
1056 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1057
1058         * lily/my-lily-parser.cc:
1059         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1060         SCM string (foo.ly/toto.scm support).
1061
1062 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1063
1064         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1065
1066 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1067
1068         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1069
1070         * scripts/lilypond-book.py: LY code that includes \header is
1071         not assumed to be a fragment.
1072
1073 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1074
1075         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1076         tremolo beams up.
1077
1078         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1079         (get_default_stem_end_position): No tremolo head juggling if no
1080         heads.  Fixes tremolo crash on rests (backportme).
1081
1082         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1083
1084 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1085
1086         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1087         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1088
1089         * lily/lexer.ll: Allow \encoding in NOTES mode.
1090
1091         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1092         for lyrics, not for commands.
1093
1094         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1095         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1096
1097         * input/regression/newaddlyrics.ly: New file.
1098
1099         * Documentation/topdocs/NEWS.texi: Update.
1100
1101         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1102         (Music_list): Allow embedded scm.
1103
1104         * lily/score.cc (ly:score-bookify): New function.
1105
1106         * lily/music.cc (ly:music-scorify): Idem.
1107
1108         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1109         (ly:parser-print-score): Idem.
1110
1111         * scm/lily.scm (default-toplevel-book-handler): Idem.
1112         (default-toplevel-music-handler): Idem.
1113         (default-toplevel-score-handler): Idem.
1114
1115         * ly/declarations-init.ly: Set default toplevel handlers.
1116
1117         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1118
1119         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1120         printer for score at toplevel.
1121
1122 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1123
1124         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1125         Fix for simple case: input/simple-song.ly, more complex stuff
1126         does not work yet.
1127
1128 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1129
1130         * lily/parser.yy (Prefix_composite_music): split Composite_music
1131         in Prefix_composite_music and Grouped_music_list.
1132         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1133
1134 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1135
1136         * scm/lily.scm (toplevel-expression): New define.
1137
1138         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1139
1140         * lily/parser.yy (toplevel_expression): Use it.
1141
1142         * lily/include/my-lily-parser.hh: Smobbify.
1143
1144         * lily/my-lily-parser.cc (parse_string): New method.
1145         
1146         * lily/my-lily-parser.cc (ly:parse-string): New function.
1147
1148         * Documentation/user/lilypond.tely: Add comment and workaround for
1149         gs-8.01 crash.  Fixes make web.
1150
1151         Simplification of toplevel music.
1152         
1153         * lily/lexer.ll, lily/parser.yy:
1154
1155         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1156         shift/reduce problem.
1157
1158         * Use NOTES mode at start of maininput.
1159
1160         * Grok toplevel composite music expression, put in score and book.
1161
1162         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1163
1164         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1165
1166         * input/simple.ly: New file.
1167         
1168         * input/simple-song.ly: Idem.
1169
1170 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1171
1172         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1173         Sandberg.
1174
1175 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1176
1177         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1178
1179 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1180
1181         * input/regression/accidental-octave.ly: doc automatic showing
1182         of note names.
1183
1184 2004-04-16  Heikki Junes <janneke@gnu.org>
1185
1186         * po/fi.po: do "make po && make -C po po-update" at top-level,
1187         then "cp po/out/fi.po po/fi.po" and update fields.
1188
1189         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1190
1191 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1192
1193         * Documentation/user/introduction.itely (About this manual): Fix
1194         templates and regression urls (backportme).
1195
1196 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1197
1198         * ly/engraver-init.ly (Score:graceSettings): Increase
1199         beamed-lengths, especially for 32nd notes.
1200
1201         * Documentation/user/notation.itely (Grace notes): Correct the
1202         syntax for add-grace-property example.
1203
1204 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1205
1206         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1207         `Generated' tag.
1208
1209         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1210         Severely broken (the Debian package, at least).
1211
1212 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1213
1214         * lily/context.cc (find_create_context): assign to lvalue.
1215
1216 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1217
1218         * lily/include/translator.hh (class Translator): rename
1219         get_parent_context() to context () to avoid confusion.
1220
1221         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1222
1223         * lily/lexer.ll: change is_string -> ly_c_string_p 
1224
1225         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1226
1227         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1228
1229         * VERSION: release 2.3.0
1230
1231         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1232
1233         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1234         if nonempty.
1235
1236         * lily/include/context.hh (class Context): make members protected.
1237         (children_contexts): new accessor function.
1238
1239         * lily/include/translator.hh (class Translator): make
1240         daddy_context_ protected.
1241         (class Translator): clean up. 
1242
1243         * lily/include/context.hh (class Context): make daddy_context_
1244         private.
1245
1246         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1247         higher for finding Voice. (backportme)  
1248
1249         * lily/include/context.hh (class Context): remove
1250         find_context_below() as a method.
1251
1252         * Documentation/user/notation.itely (The Lyrics context): add note
1253         about manual durations
1254
1255         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1256         encoding.
1257
1258         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1259
1260 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1261
1262         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1263         \usepackage{inputenc}
1264
1265         * lily/paper-book.cc (classic_output): don't advance Offset for
1266         TeX output.
1267
1268         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1269         ec-sauter.map in rules
1270
1271         * mf/ecb.mf (font_identifier): new file, based on ecbx
1272
1273         * mf/ecb10.mf (gensize): new file.
1274
1275         * Documentation/topdocs/NEWS.texi (Top): document some more new
1276         features.
1277
1278         * ly/declarations-init.ly: run convert-ly
1279
1280         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1281         from input-file-results. Remove input-file-results.* 
1282
1283 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1284
1285         * scm/output-ps.scm (font-command): Fix, again.
1286
1287         * input/test/title-markup.ly: Add \noPagebreak test.
1288
1289         * lily/score-engraver.cc (try_music): Bugfix.
1290
1291 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1292
1293         * lily/main.cc (main_with_guile): excise dependency options -M and
1294         --dep-prefix
1295
1296         * lily/input-file-results.cc: excise Makefile dependency code
1297
1298         * Documentation/user/invoking.itexi (Invoking the lilypond
1299         binary): remove dep doco
1300         
1301         * lily/main.cc (main_with_guile): call lilypond-main
1302         
1303         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1304
1305         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1306         exception.
1307
1308         * lily/my-lily-parser.cc: remove paper_description function
1309
1310         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1311         new function.
1312
1313         * lily/main.cc: remove global_score_count.
1314
1315         * lily/book.cc (process): don't take header from global_input_file.
1316
1317         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1318
1319         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1320
1321         * lily/music-output-def.cc (LY_DEFINE): new function
1322         ly_output_description. This function does the bulk for  setting,
1323         parsing and breaking down of an input file.
1324
1325         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1326         anonymous modules globally. Let's hope they get GCd
1327
1328         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1329
1330 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1331
1332         * scm/output-ps.scm (header): Papersize from paper.
1333
1334         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1335         for classic output.
1336
1337         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1338         lilypondclassic is defined.
1339         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1340
1341         * input/regression/between-systems.ly: Remove.
1342
1343         * python/lilylib.py (get_bbox): Fix regular expression
1344         for bounding box.
1345
1346         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1347
1348         * scm/output-tex.scm (stop-page): Use it.
1349
1350         * scm/output-ps.scm (define-fonts): Bugfix.
1351
1352         * lily/grob.cc: Add penalty to interface.
1353
1354         * lily/include/paper-line.hh (class Paper_line): New member
1355         var penalty_.
1356
1357         * lily/system.cc (get_line): Initialise Paper_line with
1358         page-penalty's from original grobs.
1359
1360         * scm/define-music-properties.scm (all-music-properties): Add
1361         page-penalty.
1362
1363         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1364
1365         * lily/score-engraver.cc (try_music): Handle page-penalty.
1366
1367         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1368
1369 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1370
1371         * ly/declarations-init.ly (melismaEnd): typo
1372
1373         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1374
1375         * scm/output-ps.scm (text): split string into spaces, use moveto
1376         for setting space. 
1377         
1378 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1379
1380         * po/nl.po: Update.
1381
1382         * scm/font.scm (add-cmr-fonts): Typo.
1383
1384 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1385
1386         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1387         font-encoding.
1388
1389         * scm/define-grobs.scm (all-grob-descriptions): idem.
1390
1391         * lily/time-signature.cc (numbered_time_signature): idem.
1392
1393         * scm/font.scm (add-cmr-fonts): use real encoding names for
1394         font-encoding.
1395
1396 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1397
1398         * lily/paper-book.cc (classic_output): 
1399         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1400         Fixes classic output.
1401         (lilypondstart):
1402         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1403         kludge.
1404
1405         * scripts/old-lilypond-book.py: Remove.
1406
1407         Page layout for SCOREs enclosed in a BOOK:
1408
1409         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1410         layout tweaking.
1411
1412         * input/les-nereides.ly (theScore): Add \book.
1413         
1414         * input/test/title-markup.ly: Add \book.
1415
1416         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1417         only if 'verbose.
1418
1419         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1420
1421         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1422
1423         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1424         * scm/output-tex.scm (start-system): Update for page layout by
1425         LilyPond.
1426
1427         * scm/output-ps.scm (start-system): Previously (new-start-system).
1428
1429         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1430         passed to define-fonts.
1431
1432         * lily/paper-column.cc: 
1433         * lily/system.cc (get_line):
1434         * ly/property-init.ly (newpage): 
1435         * scm/define-grob-properties.scm:
1436         * scm/output-ps.scm: 
1437         * scm/output-tex.scm: Remove between-system-string kludge.
1438
1439         * scm/output-ps.scm (define-fonts, font-command,
1440         font-load-encoding): Handle ENCODING = #f.
1441
1442         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1443
1444         * scm/define-markup-commands.scm (fill-line): Use
1445         make-simple-markup (WAS: unexisting make-word-markup).
1446
1447         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1448         ENCODING, MARKUP parameters for interpret_string.
1449
1450         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1451
1452         * lily/score.cc (book_rendering): New method.
1453         (default_rendering): Create Paper_book helper locally, dump
1454         output.
1455
1456         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1457
1458         * lily/parser.yy: Handle \book.
1459
1460         * lily/include/book.hh: 
1461         * lily/book.cc: New file.
1462
1463 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1464
1465         * lily/text-item.cc (interpret_string): new file, select font with
1466         encoding.
1467
1468         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1469
1470         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1471
1472         * lily/parser.yy (markup): take encoding from lexer.
1473
1474 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1475
1476         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1477
1478         * scm/output-ps.scm: Remove some cruft.
1479
1480 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1481
1482         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1483
1484         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1485
1486 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1487
1488         * scm/font.scm (add-century-schoolbook-fonts):
1489         (make-century-schoolbook-tree): New function.
1490
1491         * input/test/title-markup.ly: Use Century Schoolbook font.
1492
1493 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1494
1495         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1496         to Erik Sandberg) 
1497
1498         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1499
1500         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1501
1502         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1503
1504         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1505
1506 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1507
1508         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1509         solo-state (at end of solo), we can set the solo status
1510         too. (backportme.)
1511
1512         * input/regression/part-combine-solo-end.ly: new file.
1513
1514 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1515
1516         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1517         flavour abc files.  Really ignore unknown keys (backportme).
1518
1519 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1520
1521         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1522         magnification_ when looking up in orig_.
1523
1524         * scm/output-tex.scm (text): switch off char-mapping.
1525
1526         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1527         because AFM's encoding field cannot have spaces.
1528
1529 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1530
1531         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1532
1533 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1534
1535         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1536
1537         * mf/cmr.enc: new file, without hi-bit ascii info. 
1538
1539         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1540         width. This removes the 'hook' at the end of a long slur.
1541
1542         * buildscripts/mf-to-table.py (parse_logfile): don't append
1543         encoding to fontname.
1544
1545 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1546
1547         * scm/output-ps.scm (define-fonts): Load .enc only once.
1548
1549         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1550         too.
1551
1552 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1553
1554         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1555         encoding field.
1556
1557         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1558
1559         * ly/portuges.ly (pitchnames): new file.
1560
1561         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1562         Michael Welsh Duggan
1563
1564         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1565
1566         * ly/nederlands.ly: add comment about digits.
1567
1568         * lily/scaled-font-metric.cc (derived_mark): idem.
1569
1570         * scm/encoding.scm (make-encoding-mapping): change permutation to
1571         mapping.
1572
1573         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1574         (Modified_font_metric): make alist for coding_description_
1575         (LY_DEFINE): remove coding-name.
1576
1577         * scm/output-tex.scm (text): remove debugging code.
1578
1579         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1580
1581         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1582         from infile.
1583
1584         * mf/feta-generic.mf: move fet_beginfont into generic code.
1585         use fetaMusic (without space) as encoding
1586
1587         * mf/feta-autometric.mf: take encoding argument
1588
1589         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1590
1591         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1592         use.
1593
1594         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1595         name.
1596
1597 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1598
1599         * input/test/title-markup.ly: Set inputencoding.
1600
1601         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1602
1603         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1604
1605         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1606         function.
1607         (coding-alist): Also hold filename, command.
1608         (read-encoding-file): Return symbols.
1609
1610 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1611
1612         * scm/output-tex.scm: remove fontify; text and char take a font
1613         argument.
1614
1615         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1616
1617         * lily/scaled-font-metric.cc (text_dimension): init
1618         coding_{permutation,table}_ too 
1619         (LY_DEFINE): ly:font-encoding, new function return
1620
1621         * lily/paper-def.cc (find_scaled_font): take input coding from
1622         inputcoding paper var.
1623
1624         * lily/performance.cc (output): remap modulo 16.
1625
1626         * lily/text-item.cc (interpret_markup): whoops, variable
1627         shadowing fixed.
1628
1629 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1630
1631         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1632         symbols, not symbols to strings.
1633         
1634         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1635         symbols, not symbols to strings.
1636
1637 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1638
1639         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1640         (ly:kpathsea-gulp-file): New function.
1641
1642         * scm/encoding.scm (read-encoding-file): Use it.
1643
1644 2004-04-06  Werner Lemberg  <wl@gnu.org>
1645
1646         * scm/encoding.scm (coding-alist): Fix typo.
1647
1648 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1649
1650         * lily/scaled-font-metric.cc (text_dimension): move function from
1651         Font_metric
1652         (make_scaled_font_metric): init coding_scheme_ to TeX
1653         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1654
1655         * lily/include/scaled-font-metric.hh (struct
1656         Modified_font_metric): rename from Scaled_font_metric
1657
1658         * scm/encoding.scm (read-encoding-file): split up large function,
1659         leave caching to (delay)
1660
1661         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1662
1663 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1664
1665         * lily/my-lily-lexer.cc (set_encoding): New method.
1666
1667         * lily/lexer.ll: Grok \encoding.
1668
1669         * lily/font-metric.cc (get_encoded_index): New function.
1670
1671         * lily/include/font-metric.hh (coding_scheme): New method.
1672
1673         * scm/encoding.scm: New file.
1674
1675         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1676
1677 2004-04-05  Werner Lemberg  <wl@gnu.org>
1678
1679         * Documentation/user/tutorial.itely: Revised (finished).
1680
1681         * Documentation/user/macros.itexi (@separate): Removed.
1682
1683 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1684
1685         * scm/output-ps.scm (define-fonts): fix scaling.
1686
1687         * lily/scaled-font-metric.cc (design_size): add function.
1688
1689         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1690         partial cut&paste of ly:font-magnification.
1691
1692 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1693
1694         * scm/output-ps.scm (define-fonts):
1695         (fontify): Update.
1696
1697 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1698
1699         * po/fr.po: update. (backportme).
1700
1701         * po/nl.po: update. (backportme). 
1702
1703         * mf/feta-beugel.mf: document why design size is not fixed.
1704
1705         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1706
1707 2004-04-04  Werner Lemberg  <wl@gnu.org>
1708
1709         * Documentation/user/tutorial.itely: Revised (continued).
1710
1711 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1712
1713         * po/nl.po: Update (backportme).
1714
1715 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1716
1717         * po/de.po: update. (backportme).
1718
1719         * scm/output-tex.scm (font-command): use ly: functions to
1720         construct name.
1721         (define-fonts): don't use alist, just dump \font definitions.
1722         (font-load-command): calculate proper scaling by taking
1723         outputscale from paper argument.
1724
1725         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1726         expression.
1727
1728         * lily/paper-outputter.cc (output_header): pass paper arg to
1729         define-fonts
1730
1731         * lily/paper-def.cc (font_descriptions): dump list of
1732         Scaled_font_metrics
1733         (find_scaled_font): take Font_metric argument, store
1734         Scaled_font_metrics in hash-table containing (size ->
1735         Scaled_font_metrics) alist.
1736         (get_dimension): rename from get_realvar
1737
1738         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1739         ly:font-magnification, ly:font-name: new functions
1740
1741 2004-04-03  Werner Lemberg  <wl@gnu.org>
1742
1743         * Documentation/user/dedication.itely,
1744         Documentation/user/preface.itely,
1745         Documentation/user/introduction.itely,
1746         Documentation/user/tutorial.itely: Revised.
1747         Removing leading spaces which distorts output if info files are read
1748         with stand-alone info.
1749         Removing superfluous inter-word spaces which also distorts output
1750         for stand-alone info.
1751         Using ` and ' instead of `` and '' everywhere to improve
1752         legilibility with stand-alone info
1753         Using @samp for single-letter input items and data which contains
1754         spaces, @code for other things.
1755
1756         * lily/grob-interface.cc: Adding copyright.
1757         (check_interfaces_for_property): Improve format of warning message.
1758
1759 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1760
1761         * lily/include/font-metric.hh (struct Font_metric): add
1762         design_size () method.
1763
1764         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1765
1766         * lily/afm.cc (read_afm_file): read design size.
1767
1768         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1769
1770         * scm/music-functions.scm (unfold-repeats): handle dots too.
1771
1772 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1773
1774         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1775         (backportme)
1776
1777 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1778
1779         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1780         lyric indent.  Revert melismaBusyProperties using \unset.
1781
1782 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1783
1784         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1785
1786         * lily/parser.yy (command_element): allow redefinition of |
1787         meaning.
1788
1789         * lily/break-align-engraver.cc (acknowledge_grob): construct
1790         LeftEdge where the first cause for alignment is coming from.
1791         This makes \override Staff.LeftEdge work as expected.
1792
1793         
1794         * lily/slur-performer.cc (Slur_performer): add inits
1795
1796         * lily/beam-performer.cc (Beam_performer): add inits
1797
1798 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1799
1800         * VERSION (PACKAGE_NAME): release 2.2.0
1801
1802         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1803
1804 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1805
1806         * lily/cluster.cc (height): Fix warning.
1807
1808         * lily/parser.yy: Janitorial cleanups.
1809
1810         * Documentation/user/tutorial.itely (Tutorial): Typo.
1811
1812 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1813
1814         * lily/change-iterator.cc (process): search at multiple context
1815         levels. This fixes 
1816
1817         
1818         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1819         not voice-state index for tie state. This fixes a partcombine
1820         problem with ties.
1821
1822         * Documentation/user/tutorial.itely (Commenting input files): add
1823         note about convert-ly.
1824
1825         * input/test/cadenza-skip.ly:  new file.
1826
1827 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1828
1829         * po/nl.po: Spelling fixes.
1830
1831         * autogen.sh (srcdir): Regenerate.
1832
1833         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1834         autogen.sh.
1835
1836         * configure.in: Use C++ to check for C++ header.
1837
1838         * po/nl.po: Update.
1839
1840         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1841
1842         * lily/event.cc (to_relative_octave): Translatable sentence should
1843         be one string.
1844
1845         * python/lilylib.py (warranty): Year range is not translatable.
1846         It's 2004 already!
1847
1848         * flower/warn.cc (non_fatal_error, warning, programming_error):
1849         Remove whitespace from translated string.
1850
1851 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1852
1853         * VERSION: release 2.1.37.
1854
1855 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1856
1857         * configure.in: check for C language.
1858
1859         * lily/source-file.cc: include strstream without h.
1860
1861         * scm/documentation-generate.scm (string-append): use name without
1862         .texi.
1863
1864         * autogen.sh (srcdir): SUSE fix.
1865
1866         * Documentation/user/notation.itely (Ancient clefs): idem.
1867
1868         * Documentation/user/lilypond-book.itely (Integrating HTML and
1869         music): idem.
1870
1871         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1872
1873         * lily/change-iterator.cc (process): use find_existing_context().
1874
1875         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1876
1877         * input/regression/repeat-unfold-tremolo.ly: new file.
1878
1879         * scm/music-functions.scm (unfold-repeats): undo music compression
1880         too.
1881
1882         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1883         (LY_DEFINE): ly:music-compress new function.
1884
1885         * scm/part-combiner.scm (determine-split-list): split for voice
1886         crossings
1887
1888         * input/regression/part-combine-cross.ly: new file.
1889
1890         * scm/part-combiner.scm (make-part-combine-music): don't do
1891         relative inside partcombine arguments.
1892
1893         * scm/music-functions.scm (make-non-relative-music): new function.
1894
1895         * Documentation/user/notation.itely (Automatic part combining):
1896         add note about \relative.
1897
1898         * lily/part-combine-iterator.cc (construct_children): add
1899         start_moment_ member.
1900
1901         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1902         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1903
1904         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1905
1906         * Documentation/user/changing-defaults.itely (Which properties to
1907         change): fixes.
1908
1909 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1910
1911         * po/fr.po: update.
1912
1913 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1914
1915         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1916
1917         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1918         Reinstate old code that issues warning.  Fixes --srcdir build.
1919
1920 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1921
1922         * input/wilhelmus.ly: New file.
1923
1924         * Documentation/user/notation.itely: 
1925         * Documentation/user/introduction.itely:
1926         * Documentation/user/tutorial.itely: Use quote ly-option instead
1927         of explicit @quotation.  This fixes too long lilypond linewidths
1928         resulting in overful hboxes.
1929
1930         * scripts/lilypond-book.py: Add ly-option: `quote'.
1931
1932 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1933
1934         * tex/titledefs.tex: Avoid that the first score line is extra
1935         indented if instrument is defined but not piece.
1936
1937 2004-03-30  Werner Lemberg  <wl@gnu.org>
1938
1939         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1940         `lilypond/' to info file name.
1941         (@usermanref) [info]: New variant.
1942
1943         * scm/documentation-generate.scm: Fix definition of @usermanref
1944         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1945         to info file name.
1946
1947 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1948
1949         * VERSION: release 2.1.36
1950         
1951         * Documentation/user/changing-defaults.itely (Interpretation
1952         contexts): rewrite introduction.
1953
1954 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1955
1956         * scm/define-markup-commands.scm: Use TeX accents instead of
1957         straight iso-8859-1 encoding in the doc string.
1958
1959 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1960
1961         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1962         space after dotted duration.
1963
1964 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1965
1966         * Documentation/user/introduction.itely: 
1967         * Documentation/user/notation.itely:
1968         * Documentation/user/tutorial.itely: Up all relative examples.
1969         Enclose @lilypond displays in @quotation.  Typos and corrections.
1970
1971         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1972
1973 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1974
1975         * scm/music-functions.scm (make-voice-props-revert): Revert also
1976         MultiMeasureRest staff-position in oneVoice.
1977
1978 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1979
1980         * Documentation/user/changing-defaults.itely, 
1981         Documentation/user/lilypond.tely: few fixes. Place no comma between
1982         two options: a and b, but commas between three options: a, b, and c.
1983         By this manner, grouping is possible: a and b, and c and d.
1984
1985 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1986
1987         * Documentation/user/GNUmakefile: add rule for .nexi
1988
1989 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1990
1991         * Documentation/user/music-glossary.tely: move glossary direntry
1992
1993         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1994         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1995
1996 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1997
1998         * stepmake/aclocal.m4: Verify that gettext configure check with
1999         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2000
2001 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2002
2003         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2004         glob.glob for .png filenames. This catches multipage pngs.  
2005
2006         * Documentation/user/changing-defaults.itely (Determining the grob
2007         property): fix references.
2008
2009         * lily/staff-symbol.cc (print): only add extent if non empty.
2010         This fixes staff-container.ly.
2011
2012         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2013         starting with a mmrest also works.
2014
2015         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2016         PNG for texinfo too.
2017
2018         * po/lilypond.pot: update translation strings.
2019
2020         * VERSION: 2.1.35 released
2021         
2022         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2023         context argument too.
2024
2025         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2026
2027         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2028
2029         * python/lilylib.py (command_name): don't return 1st path
2030         component.
2031
2032         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2033         .png case separately.
2034
2035         * python/lilylib.py (system): typo.
2036         
2037 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2038
2039         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2040         run indent-region.
2041
2042         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2043         Fixes compile.
2044
2045         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2046         Add header.
2047
2048 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2049
2050         * vim/lilypond-indent.vim: small fixes.
2051
2052 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2053
2054         * Documentation/user/notation.itely (Entering lyrics): Add example
2055         with correct english double quotes (at least for LaTeX output,
2056         maybe not a good idea if we switch to PS as the default output
2057         format).
2058
2059 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2060
2061         * lily/staff-performer.cc (create_audio_elements): play instrument
2062         changes before notes arrive. This fixes instrument of the first
2063         note in a score.
2064
2065         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2066         to 1.9.0 conversion.
2067
2068         * lily/mark-engraver.cc: doc string.
2069
2070         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2071
2072         * Documentation/user/introduction.itely (Introduction): new node.
2073
2074 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2075
2076         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2077
2078         * input/regression/spacing-ragged-last.ly: new file.
2079
2080         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2081         spacing.
2082
2083         * scm/font.scm: rewrite using GOOPS.
2084         
2085         * lily/context-def.cc (filter_engravers): derefence pointer.
2086
2087         * lily/lily-guile.cc (type_check_assignment): use
2088         ly_scheme_function iso. scm_primitive_eval where possible.
2089
2090         * lily/performance.cc (output): limit channels at 15. This fixes
2091         percussion inadvertently showing up in large scores.
2092
2093 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2094
2095         * input/regression/tuplet-gap.ly: new file.
2096
2097         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2098         (print): compute gap length from number size, include italic
2099         correction.
2100
2101         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2102         tuplet-bracket
2103
2104         * scm/paper.scm (set-default-paper-size): new function, to be
2105         called at toplevel.
2106         (set-paper-size): new function, to be called inside \paper {}
2107         (set-default-paper-size): new function, to be called at toplevel.
2108
2109         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2110
2111         * lily/beam-performer.cc (process_music): idem.
2112
2113         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2114         
2115         * tex/titledefs.tex: remove scshape for piece.
2116
2117         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2118         font-family
2119
2120         * lily/time-signature.cc (special_time_signature): font-encoding
2121         not family.
2122
2123         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2124         dynamic to head. This fixes p placement in morgenlied.
2125
2126 2004-03-23  Werner Lemberg  <wl@gnu.org>
2127
2128         * stepmake/stepmake/generic-targets.make (help): Improve text.
2129
2130 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131
2132         * VERSION: 2.1.34 released
2133         
2134         * lily/main.cc (main_with_guile): switch debugging.
2135
2136         * lily/system.cc (get_line): plug leak.
2137
2138         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2139         and contents.
2140         (stencil2line): plug leak.
2141
2142         * Documentation/user/changing-defaults.itely (Determining a grob
2143         property):  new node.
2144         (Layout interfaces): new node.
2145         (Navigating the program reference): new node.
2146
2147         * lily/accidental-engraver.cc (acknowledge_grob): add property
2148         harmonicAccidentals
2149
2150         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2151         general cleanups.
2152         
2153         * input/les-nereides.ly (middleDynamics): resurrect Les
2154         nereides. Remove pedal hack.
2155
2156 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2157
2158         * input/regression/property-grace-polyphony.ly: new file.
2159
2160         * lily/translator-property.cc (execute_pushpop_property): only pop
2161         one instance of the property. This fixes << \\ >> together with
2162         \grace.
2163
2164         * lily/break-align-interface.cc (ordered_elements): we cannot
2165         modify the #'elements property, so return reordered array.
2166
2167 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2168
2169         * buildscripts/lilypond.words.py: remove.
2170         * buildscripts/lilypond-words.py: add new, renamed file. 
2171         Give generated targets and dirs explicitly in arguments.
2172
2173         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2174         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2175         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2176         
2177         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2178
2179         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2180
2181         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2182         orders.
2183
2184         * vim/GNUmakefile: add local-uninstall target.
2185
2186         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2187         
2188         * vim/vimrc: add a one-liner file.
2189
2190         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2191         vimrc in EXTRA_DIST_FILES.
2192
2193         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2194
2195 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2196
2197         * config.make.in: add vimdir.
2198
2199         * vim/GNUmakefile: add local-install.
2200
2201 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2202
2203         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2204         with \lilypondifundefined{blabla}. Solves problem with multiple
2205         titles in the same lilypond-book document.
2206
2207 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2208
2209         * scm/document-backend.scm (interface-doc): sort grob list for
2210         interface.
2211
2212         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2213         pre/post break align-order.
2214
2215         * spelling patch courtesy Edward Sutton.
2216
2217         * Documentation/user/changing-defaults.itely (Changing context
2218         default settings): new node.
2219         (Defining new  contexts): new node.
2220
2221         * scripts/lilypond-book.py (is_derived_class): use numbers
2222         iso. booleans.
2223
2224         * python/lilylib.py (make_ps_images): add margin to PS images.
2225
2226         * scripts/lilypond-book.py (is_derived_class): new function. Take
2227         class arg iso. object.
2228         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2229         for bug in GS/dvips.
2230
2231         * lily/text-item.cc (interpret_markup): idem.
2232
2233         * scm/define-markup-commands.scm: remove split around-space hack.
2234
2235         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2236         function, fold WL's fixes into one function.
2237
2238 2004-03-22  Werner Lemberg  <wl@gnu.org>
2239
2240         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2241         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2242         (Note_column::head_position_interval): Do proper rounding for
2243         calls to Staff_symbol_referencer::get_position.
2244
2245 2004-03-21  Werner Lemberg  <wl@gnu.org>
2246
2247         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2248         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2249         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2250         (My_lily_parser::parse_file): Improve formatting progress indication
2251         sent to stdout.
2252
2253 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2254
2255         * VERSION: 2.1.33 released.
2256
2257         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2258
2259         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2260
2261         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2262         warning is issued about dummy.dep.
2263
2264         * scm/new-font.scm: fix design sizes of nummer
2265
2266 2004-03-21  Werner Lemberg  <wl@gnu.org>
2267
2268         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2269         some annoying warnings from mkdir during `make install'.
2270
2271 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2272
2273         * lily/performer-group-performer.cc (do_announces): call
2274         Performer_group_performer::create_audio_elements () too.
2275
2276         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2277
2278         * scm/define-grobs.scm (all-grob-descriptions): add property
2279         break-align-orders
2280
2281         * lily/global-context.cc (get_default_interpreter): new
2282         function. Override from base class, so no new Score contexts are
2283         created.
2284
2285         * lily/include/stencil.hh (class Stencil): document origin field.
2286
2287         * lily/staff-symbol.cc (print): span staff-symbol on column
2288         extents for non-broken columns. 
2289
2290         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2291         key-signature.
2292
2293         * tex/titledefs.tex: don't use smallcaps for piece.
2294
2295         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2296         translated stencils in the output.
2297
2298         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2299
2300 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2301
2302         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2303         and init ties_created_
2304
2305         * VERSION: release 2.1.32
2306
2307         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2308         doc string from IMPLEMENT_CTOR_CALLBACK().
2309
2310         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2311         that engraver is in a performer hierarchy.
2312
2313 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2314
2315         * vim/lilypond-ftdetect.vim: new file.
2316
2317 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2318
2319         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2320         (compose_ly): default octave should be middle C.
2321
2322         * Documentation/user/changing-defaults.itely (Layout tunings
2323         within contexts): new node.
2324
2325         * lily/include/smobs.hh: document C++ smob interface.
2326
2327         * lily/function-documentation.cc: don't doc functions without
2328         docstring.
2329
2330 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2331
2332         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2333         direntry, so that `info lilypond' goes to Top.
2334
2335         * scm/output-ps.scm (polygon): Fix: add spaces.
2336
2337         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2338         solutions are now optimal too.
2339
2340         * input/test/page-breaks.ly: New file.
2341
2342         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2343         functions into safe module.
2344
2345         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2346         end, prepend zeros.
2347
2348         * scm/output-*.scm: Use ly:number->string rather than
2349         number->string.  Makes for saner output.
2350
2351         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2352         Fixes feta-nummer, feta-din scaling.
2353
2354 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2355
2356         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2357
2358         * scm/music-functions.scm (descend-to-context): new
2359         function. Similar to context-spec-music.
2360         (make-time-signature-set): specify Score as descend-only. This
2361         fixes the polymetric.ly example.
2362
2363         * lily/context-specced-music-iterator.cc (construct_children): add
2364         support for descend-only context spec.
2365
2366         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2367         determine ez-notation letter. 
2368
2369         * lily/system.cc (get_line): start with dumping layer 3. This
2370         fixes ez notation.
2371
2372 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2373
2374         * input/test/title-markup.ly: Stress breaking harder.
2375
2376         * scm/page-layout.scm (height-score): Overfull page scores twice
2377         as bad as underfull (was: by a power).
2378         (walk-lines): Omit first walk-path round (breaking after new node,
2379         without lines).
2380
2381         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2382         diff values are negative.
2383         (output): Bugfix: treat negative vfill differently.
2384
2385         * Documentation/user/lilypond.tely (direntry): Add note about why
2386         `info lilypond' brings up `Invoking LilyPond' node.
2387
2388 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2389
2390         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2391
2392         * lily/paper-book.cc: Remove cruft.
2393         (output): Bugfix: put vfill between lines.
2394         (pages): Bugfix: set page vars needed for filling.
2395
2396         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2397         (was: @ar).
2398
2399         * scm/page-layout.scm: Further development.
2400
2401         * ly/declarations-init.ly (paper): Define page-breaking.
2402
2403 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2404
2405         * lily/note-head.cc (brew_ez_stencil): add note-names
2406         property. Provides internationalization for note names.
2407
2408         * Documentation/user/changing-defaults.itely (Creating contexts):
2409         new node.
2410
2411         * lily/grace-iterator.cc (process): descend to child for \grace.
2412
2413         * lily/timing-translator.cc (initialize): Timing_translator adds
2414         Timing alias by itself.
2415
2416         * lily/context.cc (add_alias): new function.
2417
2418         * scm/lily.scm (tex-output-expression): new function, eval within
2419         drawing API. Guards against eval vulnerabilities.
2420
2421         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2422
2423         * scm/output-ps.scm (scm): export lily drawing API.
2424
2425         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2426         throughout.
2427
2428 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2429
2430         * scm/page-layout.scm (optimal-page-breaking): New function.
2431         
2432         * lily/paper-book.cc (pages): Use it.
2433
2434 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2435
2436         * lily/include/paper-line.hh (class Paper_line): Full smob.
2437
2438 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2439
2440         * lily/global-context.cc (run_iterator_on_me): fix grace note
2441         nesting by initting measurePosition.
2442
2443         * lily/timing-translator.cc (initialize): do no init
2444         measurePosition
2445         
2446         * lily/include/music-output-def.hh (class Music_output_def): add
2447         input_origin_ field.
2448
2449         * Documentation/user/changing-defaults.itely (Changing context
2450         properties on the fly): new node.
2451
2452         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2453         function. Only have smobbed_copy (), and do not provide
2454         smobbed_copy() for non-simple smobs. Changes throughout.
2455
2456 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2457
2458         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2459         start_moment_. Fix by Doug A. Linhardt.
2460
2461 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2462
2463         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2464         accidentals for harmonic notes.
2465
2466         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2467         of different style. (Thanks to Doug Linhardt).
2468
2469         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2470         new node.
2471
2472 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2473
2474         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2475
2476         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2477         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2478         vim/lilypond-indent.vim: doc targets and deps in comments.
2479
2480 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2481
2482         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2483
2484         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2485
2486         * lily/include/paper-line.hh:
2487         * lily/include/paper-line.cc: New file.
2488
2489 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2490
2491         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2492
2493         * GNUmakefile.in: remove stray make out=www
2494
2495         * input/test/bagpipe.ly (gcdg): octave fixes.
2496
2497         * scm/define-markup-commands.scm (number): use font-encoding
2498         iso. font-family
2499
2500         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2501         font-encoding.
2502         
2503 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2504
2505         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2506         `output_format_global' and `PAGE_LAYOUT'.
2507
2508 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2511         lily functions in safe mode.
2512
2513         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2514         Print filename for HTML, LATEX, before texidoc.
2515
2516         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2517         instructions in output-ps module.
2518
2519         * scm/lily.scm: Do not load output-ps module.
2520
2521         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2522         safe mode.
2523
2524 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2525
2526         * lily/span-dynamic-performer.cc (process_music): remove spurious
2527         warning.
2528
2529         * lily/context-def.cc (Context_def): init name to ""
2530
2531         * lily/font-interface.cc: add font-encoding property.
2532
2533         * scm/lily.scm (chain-assoc-get): bugfix.
2534
2535         * lily/paper-book.cc (stencil2line): protect static SCM.
2536
2537         * lily/font-interface.cc (text_font_alist_chain): rename function,
2538         and use text-font-defaults. 
2539
2540         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2541
2542         * scm/paper.scm (paper-set-staff-size): use new function.
2543
2544         * scm/new-font.scm (make-font-tree): new function.
2545
2546 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2547
2548         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2549
2550         * scm/lily.scm (get-output-module): New function.
2551         (output-alist): Remove ,ps-output-expression.
2552
2553         * scm/output-tex.scm (ps-output-expression): New function.
2554
2555         * scm/output-ps.scm (ps-output-expression): Remove.
2556         (header, start-page): Output page metadata.
2557
2558         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2559         initialise output_module_.  Do not write part of header.
2560         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2561         (output_header): Output full header.
2562
2563         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2564         FIXME.
2565
2566 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2567
2568         * scm/new-font.scm: new file. Tree based font lookup.
2569
2570         * scm/lily.scm (assoc-get): take default argument. Remove
2571         assoc-get-default.
2572         (chain-assoc-get): use chain-assoc-get everywhere.
2573
2574         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2575         autobeamsettings conversion bug.
2576
2577         * lily/include/global-context.hh (Context): clean-up data hiding.
2578
2579         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2580         data hiding.
2581
2582         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2583
2584         * input/regression/stem-shorten.ly: add chord case.
2585
2586         * lily/stem.cc (get_default_stem_end_position): shorten stems
2587         triggered by note-head positions, not by forced-direction. This
2588         fixes a bug with too short stems.  
2589  
2590 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2593         Lilypond_snippet.output_latex): Always call output_print_filename.
2594
2595         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2596         expand pages.
2597
2598 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2599
2600         * scm/part-combiner.scm (make-autochange-music): switch rests
2601         before switched notes too.
2602
2603         * lily/figured-bass-engraver.cc (process_music): change calling
2604         convention.
2605
2606         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2607
2608         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2609         command.
2610
2611         * lily/include/stencil.hh (class Stencil): add origin field.
2612
2613         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2614         function.
2615
2616         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2617
2618         * lily/lexer.ll: remove support for \$ and $ in identifiers
2619
2620         * lily/sequential-iterator.cc: remove copy_grace_fixups
2621         (get_grace_fixup): slight abstraction of fixup code.
2622
2623         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2624
2625 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2626
2627         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2628         in insert-mode. add indenting rules.
2629
2630 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2631
2632         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2633         protect hack.
2634
2635         * scm/page-layout.scm:
2636         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2637         layout and titling should now match external latex based version.
2638
2639         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2640         header fields.
2641
2642         * ps/lilyponddefs.ps: Remove automatic page layout.
2643
2644         * scm/output-ps.scm (new-start-system): New interface function.
2645
2646         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2647
2648         * lily/paper-book.cc (output): Bugfix.
2649
2650 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2651
2652         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2653         
2654 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2655
2656         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2657         direntries.
2658
2659         * ps/lilyponddefs.ps: Bugfix.
2660
2661         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2662
2663 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2664
2665         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2666         cause. This should fix warnings.
2667
2668         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2669
2670         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2671         prevent aligned 6ths.
2672
2673         * lily/custos.cc (print): remove adjust-if-on-staffline.
2674
2675 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * lily/paper-book.cc: Do header and footer.
2678
2679 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2680
2681         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2682
2683         * scm/paper.scm (lineheight): Remove
2684         (head-sep, foot-sep): Add.
2685
2686 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2687
2688         * mf/feta-schrift.mf: reduce portato thickness.
2689
2690         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2691
2692         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2693         programming_error ().
2694
2695         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2696         bracket to last command column.
2697
2698         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2699         continues on next/prev system.
2700
2701         * input/regression/pedal-end.ly: new file.
2702
2703 2004-03-10  Werner Lemberg  <wl@gnu.org>
2704
2705         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2706         Remove pmx2ly stuff.
2707         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2708
2709 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2710
2711         * scm/page-layout.scm: New file.
2712
2713         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2714         settings.
2715         (Lilypond_snippet.is_outdated): Also check for PNG file.
2716         Workaround for interrupted (web) builds.
2717
2718         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2719
2720         * ps/lilyponddefs.ps: Use only very small top-marging.
2721         (init-paper): Also pop page size string.
2722         (start-page, stop-page): New function.
2723
2724         * scm/output-ps.scm (header-end): Remove stray exec commands.
2725
2726 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2727
2728         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2729
2730         * lily/score.cc (default_rendering): clean protection.
2731
2732         * lily/paper-book.cc (mark_smob): implement smob marking.
2733
2734         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2735
2736         * Documentation/user/*.itely: user manual edits. 
2737
2738 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2739
2740         * Documentation/user/converters.itely (Invoking musedata2ly):
2741         remove pmx2ly.
2742
2743         * scripts/pmx2ly: remove script.
2744         
2745 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2746
2747         * lily/score.cc (default_rendering): Protect paper-book members.
2748
2749         * lily/paper-def.cc (smobbed_copy): New method.
2750
2751         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2752         switch runtime.
2753
2754         * lily/include/music-output.hh (process): Change signature to
2755         return SCM.
2756
2757         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2758         method.
2759
2760         * lily/paper-score.cc (process): Return stencils rather than
2761         outputting directly.  Remove paper-book kludge.  Delete grobs.
2762         (output): Remove.
2763
2764         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2765
2766         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2767
2768         * lily/score.cc (default_rendering)
2769         (ly_render_output): Move adding paper-score two levels up.
2770
2771         * lily/system.cc (get_line):
2772         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2773
2774 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2775
2776         * scm/font.scm (paper20-font-vector): add more design sizes for
2777         number.
2778
2779         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2780         feta-nummber{5,7,11,13}.
2781
2782         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2783         for 12pt design size. 
2784
2785 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2786
2787         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2788
2789 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2790
2791         * lily/font-select.cc (properties_to_font_size_family): Fix
2792         warning message.
2793
2794         * Experimental PostScript latin1 encoding:
2795         
2796         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2797
2798         * scm/output-ps.scm: Experimental encoding using reencode-font.
2799         * scm/font.scm: Add latin1 `font-shape'.
2800         
2801         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2802
2803         * ps/lilyponddefs.ps (reencode-font): New function.
2804
2805         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2806
2807         * scm/output-tex.scm (start-page):
2808         (stop-page): New interface function.
2809
2810 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2811
2812         * lily/paper-outputter.cc (output_expr):
2813         (output_header):
2814         (output_line): New method.
2815
2816         * lily/system.cc (get_line):
2817         (get_lines): New method.
2818         (output_scheme):
2819         (output_line): Remove.
2820
2821         * scm/lily.scm (make-title): New function.
2822
2823         * lily/paper-book.cc: 
2824         * lily/include/paper-book.hh: New file.
2825
2826         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2827         ly-modules.hh).
2828
2829         * lily/ly-module.cc (ly_modules_lookup): New function.
2830
2831         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2832
2833         * scm/output-ps.scm (make-title): Remove.
2834         (output-scopes): Junk header-title test.
2835
2836 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2837
2838         * mf/feta-schrift.mf: thicker dot for portato.
2839
2840         * lily/accidental-placement.cc (position_accidentals): bugfix in
2841         offset, this fixes right-padding of AccidentalPlacement.
2842
2843         * lily/[h-z]*.cc: () formatting.
2844
2845         * Documentation/user/tutorial.itely (An orchestral part): more
2846         fixes for the tutorial.
2847
2848         * scm/translation-functions.scm (fraction-tuplet-formatter):
2849         reverse fraction.
2850
2851         * lily/parser.yy (context_def_spec_block): use \context instead of
2852         \translator.
2853
2854         * lily/[a-g].cc: () style cleanup.
2855
2856         * Documentation/user/tutorial.itely (Automatic and manual beams):
2857         editing of tutorial.
2858
2859 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2860
2861         * buildscripts/mf-to-table.py (base): write encoding name.
2862
2863 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2864
2865         * Documentation/user/GNUmakefile (local-install-info): Issue
2866         warning (for packager, ie, if not installing in /usr or /usr/local).
2867
2868         * lily/stencil-scheme.cc: 
2869         * lily/staff-symbol-referencer.cc: 
2870         * lily/script-column.cc: 
2871         * lily/pitch.cc: 
2872         * lily/music.cc: 
2873         * lily/grob-pq-engraver.cc: 
2874         * lily/font-interface.cc: 
2875         * lily/music-output-def.cc: 
2876         * lily/duration.cc: 
2877         * lily/grob-scheme.cc:
2878         * lily/context-scheme.cc: Put scheme name on first line in
2879         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2880         style cleanups.
2881
2882         * stepmake/stepmake/scm-vars.make: 
2883         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2884         Rename and split TAGS_FILES.
2885
2886         * GNUmakefile.in (ALL-TAGS): Remove.
2887         
2888         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2889         deeper TAGS files.  Fixes regexp tags in TOP dir.
2890
2891 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2892
2893         * VERSION: 2.1.29 released.
2894         
2895         * Documentation/user/changing-defaults.itely (Changing defaults):
2896         new file.
2897
2898         * Documentation/user/notation.itely (Notation manual): rename from 
2899         refman.itely
2900
2901         * Documentation/user/notation-appendices.itely (The Feta font):
2902         new file.
2903
2904         * Documentation/user/advanced.itely: add aborted attempt for
2905         advanced topics manual.
2906
2907 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * scm/new-markup.scm: display Markups in sane format. Patch by
2910         Nicolas Sceaux.
2911
2912 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2913
2914         * lily/main.cc: Cleanups.
2915         (setup_localisation): New function.
2916         (sane_putenv): Remove.
2917         (main_with_guile): New name (Was: main_prog).  Remove musings
2918         about possible preparation for GUILE heavy memory usage and
2919         practical uselessness.  Do not set environment variables
2920         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2921         name juggling.
2922         (parse_argv): New function.
2923         (copyright): New function.  It's 2004 already.
2924
2925         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2926         (distill_inname): Move from main.
2927
2928 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2929
2930         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2931
2932         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2933
2934         * Documentation/user/running.itely: new file.
2935
2936         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2937
2938         * lily/score-performer.cc (finish): call Translator::finalize ().
2939
2940 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2941
2942         * lilypond-ftpplugin.vim: renamed to the following file.
2943         * lilypond-ftplugin.vim: new file.
2944
2945         * GNUmakefile.in: update VIM_FILES.
2946
2947 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2948
2949         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2950         props.
2951
2952         * input/test/tie-sparse.ly: remove.
2953
2954         * lily/tie-performer.cc (try_music): copy & paste from
2955         Tie_engraver.
2956
2957         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2958         variable_ref twice.
2959
2960         * lily/key-performer.cc (create_audio_elements): use
2961         alterations-in-key.
2962
2963         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2964
2965 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2966
2967         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2968         handle also quarter tones (not shown as tests). test also flats.
2969
2970         * Documentation/index.html.in: small fixes.
2971
2972 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2973
2974         * input/regression/new-markup-scheme.ly: Typo.
2975
2976         * scm/define-markup-commands.scm (fill-line): New markup.
2977
2978         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2979         (output-paper-def): Fix alignment.
2980         (make-title): Fix height/width scaling.
2981
2982         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2983
2984         * input/test/title-markup.ly: Add remaining titles.  Layout and
2985         font size fixes.  Add simplistic latin1 test.
2986
2987 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2988
2989         * input/test/nested-groups.ly: remove. move content (to next). 
2990         * input/test/staff-bracket.ly: replace content (from prev), this 
2991         has been already in templates.
2992
2993 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2994
2995         * stepmake/autogen.sh: Only issue warning about running configure
2996         without arguments when autogen.sh will actually be running
2997         configure.
2998
2999 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3000
3001         * scm/new-markup.scm (stack-stencil-line): robustness.
3002
3003         * scm/define-markup-commands.scm (simple): robustification of
3004         simple-markup.
3005
3006         * Documentation/user/music-glossary.tely (Top): change central C
3007         to middle C.
3008
3009         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3010
3011 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3012
3013         * input/test/title-markup.ly (spaceTest): Add.
3014
3015         * lily/text-item.cc (interpret_markup): Make line markup from
3016         multi word markup.
3017
3018         * scm/define-markup-commands.scm (word): New markup command.
3019         (simple): Use it.
3020
3021         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3022
3023 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3024
3025         * vim/ftplugin/lilypond.vim:
3026         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3027         show matching paren in insert mode.
3028
3029 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3030
3031         * scm/output-ps.scm (make-title, output-scopes): Further
3032         development.
3033
3034         * input/test/title-markup.ly: New file.
3035
3036         * ps/lilyponddefs.ps: Disable PostScript titling.
3037
3038         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3039
3040 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3041
3042         * lily/arpeggio.cc (width_callback): remove padding.
3043  
3044         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3045
3046         * scm/define-music-types.scm: remove make-music-by-name.
3047
3048         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3049
3050 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3051
3052         * lily/paper-score.cc (process): Output titles using make-title.
3053
3054         * scm/output-ps.scm (output-stencil): Display directly instead of
3055         constructing string.
3056         (make-title): New function.
3057
3058 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3059
3060         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3061         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3062         Move documentation of LaTeX packages for latin1 characters to the
3063         lilypond-book manual.
3064
3065 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3066
3067         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3068
3069         * vimrc: add menu in console and shortcut <F10> for it.
3070
3071         * vim/:
3072         * vim/compiler/:
3073         * vim/syntax/:
3074         * vim/indent/:
3075         * vim/ftplugin/: new directories.
3076         
3077         * vim/filetype.vim: new file.
3078
3079         * lilypond.vim: remove files (see next).
3080         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3081
3082         * vimrc: remove file (see next).
3083         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3084
3085         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3086         add header. apply bindings only locally.
3087
3088         * vim/indent/lilypond.vim: new file.
3089
3090         * vim/ftplugin/lilypond.vim: remove errorformat.
3091         * vim/compiler/lilypond.vim: new file for errorformats.
3092
3093         * Documentation/topdocs/INSTALL.texi: give easier orders.
3094
3095         * ROADMAP: add vim/
3096
3097 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3098
3099         * Documentation/user/introduction.itely (Introduction): Use @image
3100         iso @html <img...>.  Add workaround for images in columns in info.
3101
3102         * stepmake/aclocal.m4: Store computed version in variable.
3103
3104         * configure.in: Export MAKEINFO_VERSION.
3105
3106         * config.make.in (MAKEINFO_VERSION): Add.
3107
3108         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3109
3110         * Documentation/user/GNUmakefile: Only build info with images when
3111         building web.
3112
3113         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3114
3115         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3116         stuff from documentation-targets.make
3117
3118 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3119
3120         * VERSION: 2.1.28 released
3121         
3122         * scripts/convert-ly.py (conv): 
3123
3124 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3125
3126         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3127         \arpeggioBoth. redefine \arpeggioBracket.
3128
3129         * Documentation/user/refman.itely: document new arpeggio
3130         functions.
3131
3132         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3133
3134         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3135
3136         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3137
3138 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3139
3140         * Documentation/user/introduction.itely (Automated engraving):
3141         rewrite introduction using website text.
3142
3143 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3144
3145         * scm/*.scm: make-music-by-name is replaced by make-music, which
3146         also accept music property settings, eg:
3147           (make-music 'TextScriptEvent 'direction DOWN 'text
3148               (make-simple-markup x))
3149
3150         Patch courtesy Nicolas Sceaux
3151
3152         * lily/beam-quanting.cc: cleanup, separate counts for left and
3153         right beam ends.
3154
3155         * lily/side-position-interface.cc (quantised_position): also
3156         quantize staccato position for forced stem directions. 
3157
3158 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3159
3160         * scm/*.scm: Patch by Nicolas Sceaux: 
3161
3162         * scm/music-functions.scm: ly:grob-property and ly:music-property
3163         are made procedure with setters.
3164
3165         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3166         
3167 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3168
3169         * input/test/[t-v]*.ly: finish rewriting texidocs.
3170
3171         * input/test/vaticana.ly: remove.
3172         * input/test/ligature-vaticana.ly: new, renamed file name.
3173
3174         * input/test/stem-centered.ly: remove.
3175         * input/test/mensural-note-heads.ly: new file. take content from
3176         removed file stem-centered.ly.
3177
3178         * input/test/scales-greek.ly: simplify.
3179
3180         * input/test/s*.ly: reformulate texidocs.
3181         
3182         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3183         of missing features.
3184
3185 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3186
3187         * input/test/[j-o]*.ly: update texidocs.
3188
3189 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3190
3191         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3192
3193         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3194         images.
3195
3196         * Documentation/user/lilypond.tely (@direntry): Update.
3197
3198         * stepmake/stepmake/documentation-targets.make
3199         (install-info,uninstall-info): Install into $(package_infodir).
3200         Install images.  Run install-info to update dir.
3201
3202         * config.make.in (package_infodir): Add.
3203
3204         * Documentation/user/GNUmakefile (info-with-images,
3205         local-install-info, local-uninstall-info): New target.
3206
3207 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3208
3209         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3210         gap/threshold.
3211
3212         * lily/beam-quanting.cc (score_slopes_dy): remove
3213         ROUND_TO_ZERO_SLOPE kludge.
3214
3215         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3216
3217         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3218
3219         * lily/global-context.cc (Global_context): alway accept Score
3220         (run_iterator_on_me): cast Context to Score_context, not
3221         Context_def.
3222
3223         * Documentation/user/refman.itely: documentation patch by Edward
3224         Sanford Sutton.
3225
3226         * mf/GNUmakefile: unset sauter-fonts.
3227
3228 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3229
3230         * scripts/lilypond-book.py (output_texinfo): Output @image
3231         descriptions for info too.
3232
3233         * input/test/chord-names-jazz.ly: 
3234         * input/test/embedded-scm.ly: Clarify.
3235
3236         * input/test/cautionaries.ly: Typo.
3237
3238         * lily/input-smob.cc (ly_input_location): Compile fix.
3239
3240 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3241
3242         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3243
3244         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3245         fixes problems with system defaults being reverted with \override
3246         on Score level.
3247
3248         * lily/global-context.cc (Global_context): apply property-ops to
3249         Global_context too. 
3250
3251 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3252
3253         * scm/output-ps.scm (stencil->string): Rewrite.
3254
3255 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3256
3257         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3258         impersonal style.
3259
3260 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3261
3262         * lily/input-smob.cc (ly_input_location: New function.
3263
3264         * scm/define-markup-commands.scm (upright): New markup command.
3265
3266         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3267
3268         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3269
3270         * scm/output-ps.scm (output-stencil): New function.
3271
3272         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3273         of snippet types; fixes @ignore and @verbatim blocks.
3274
3275 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3276
3277         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3278         to a file in printed documentation, instead, refer either to a 
3279         syntax or to an output.
3280
3281 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3282
3283         * input/regression/beam-center-slope.ly: Add test.
3284
3285 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3286
3287         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3288         (SAUTER_FONTS): Reinstate.
3289
3290         * scm/define-markup-commands.scm (caps): New markup command.
3291
3292         * scm/output-ps.scm (output-scopes): Experimental markup output.
3293
3294         * scm/: Add missing headers.
3295
3296         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3297
3298         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3299
3300 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3301
3302         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3303         Stray style cleanups.
3304
3305 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3306
3307         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3308         no dot combination.
3309
3310         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3311         substitute \override Staff.autoBeamSettings too
3312
3313         * Documentation/user/tutorial.itely: proofreading fixes by David
3314         Bobroff
3315
3316 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3317
3318         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3319
3320         * ps/music-drawing-routines.ps: 
3321         * ps/lilyponddefs.ps: Add end markers.
3322
3323 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3324
3325         * VERSION: 2.1.27 released.
3326         
3327         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3328
3329         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3330         obey documentation.
3331
3332 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3333
3334         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3335
3336         * scm/output-ps.scm: Resurrect.
3337         
3338         * scm/output-tex.scm: Minimal cleanups.
3339
3340         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3341
3342         * make/ly-rules.make: Remove any broken lily-*.tex files before
3343         lilypond-book run.
3344
3345         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3346         comment.
3347
3348         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3349         Enabled by default, may save 10% compile time.
3350
3351 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3352
3353         * lily/lyric-phrasing-engraver.cc: remove
3354         
3355         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3356         longer necessary. 
3357
3358         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3359         so lyric-phrasing-engraver is no longer necessary.
3360
3361         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3362         Grob_pq_engraver from Staff.
3363
3364         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3365         busyGrobs directly.
3366
3367         * input/regression/quote-transposition.ly: new file.
3368
3369         * lily/recording-group-engraver.cc (stop_translation_timestep):
3370         store instrumentTuning too. 
3371
3372         * lily/quote-iterator.cc (process): transpose events using
3373         instrumentTuning.
3374
3375         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3376         -> \tuning <pitch>
3377
3378         * lily/parser.yy (command_req): add \tuning command for setting
3379         instrument tuning of staff.
3380
3381         * Documentation/user/GNUmakefile
3382         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3383
3384         * Documentation/user/refman.itely (Customized accidental rules):
3385         typo.
3386
3387 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3388
3389         * Documentation/user/music-glossary.tely: remove the missing norwegian
3390         translation; they can be put in later properly.
3391
3392 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3393
3394         * lily/recording-group-engraver.cc (start_translation_timestep):
3395         init Recording_group_engraver twice.
3396
3397 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3398
3399         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3400         stray style cleanups:
3401
3402         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3403         -Wmissing-prototypes.
3404
3405         * flower/include/killing-cons.tcc (Killing_cons): Add template
3406         specifier for car_.
3407
3408         * flower/include/parray.hh (binsearchs): Add template specifier
3409         for maxkey.
3410
3411         * flower/include/interval.hh: Declare elem () with template specfier.
3412
3413 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3414
3415         * elisp/lilypond-indent.el (get-buffer-size): add customization
3416         groups for several variables (Reuben Thomas).
3417
3418 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3419
3420         * Documentation/user/invoking.itexi (Point and click): add index
3421         entry.
3422
3423         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3424         go under beam.
3425
3426         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3427         sarabande beam. 
3428
3429         * flower/warn.cc (programming_error): cross fingers not thumbs.
3430
3431         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3432         staff-position is set.
3433
3434         * VERSION: release 2.1.26 
3435         
3436         * scm/chord-entry.scm (construct-chord): process transposition
3437         after processing explicit-11.  
3438
3439 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3440
3441         * lily/parser.yy (add_quote): add syntax for adding quotes:
3442         \addquote "id-string" Music
3443
3444         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3445
3446         * scripts/convert-ly.py (conv): add rules for name changes.
3447
3448         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3449         music/context/grob property functions. Internally, use
3450         get_property() and set_property() for both.
3451
3452 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3453
3454         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3455         for Emacs <= 20 (Laurent Martelli).
3456
3457 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3458
3459         * lily/parser.yy (command_element): extract quoted vector in
3460         parser.
3461
3462         * input/regression/quote.ly: new file.
3463
3464         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3465
3466         * lily/parser.yy (command_element): \quote DURATION NAME: support
3467         cue notes. 
3468
3469         * lily/quote-iterator.cc (class Quote_iterator): new file.
3470
3471 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3472
3473         * lily/auto-beam-engraver.cc (try_music): accept and process
3474         beam-forbid-event.
3475
3476         * input/regression/auto-beam-no-beam.ly: new file.
3477
3478 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3479
3480         * lily/accidental.cc (print): Change font-relative-size ->
3481         font-size. Fixes cautionary-style = smaller.
3482
3483 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3484
3485         * lily/system-start-delimiter.cc (staff_brace): remove
3486         font-relative-size
3487
3488         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3489         forgotten with scm_list_n. Fixes spurious coredumps.
3490
3491         * lily/accidental-engraver.cc (stop_translation_timestep): move
3492         update of localKeySignature to stop_translation_timestep (). This
3493         makes sure that all ties are noticed at the right moment.
3494         (stop_translation_timestep): clear tie only when right-side
3495         notehead was seen.
3496         (number_accidentals_from_sig): cleanup. 
3497
3498         * input/regression/accidental-tie.ly (mus): new file
3499
3500         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3501         these longish tests.
3502
3503 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3504
3505         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3506
3507         * THANKS: update bugreporter list.
3508
3509         * lily/beam.cc (print): broken beams last until end of staff.
3510         (print): broken beams start from prefatory matter.
3511
3512         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3513
3514         * lily/paper-score.cc (process): dump header only once.
3515
3516         * lily/paper-outputter.cc (Paper_outputter): move logic into
3517         Scheme.
3518
3519         * scm/output-tex.scm (output-scopes): new function.
3520         (output-paper-def): new function
3521         (tex-string-def): new function
3522         (symbol->tex-key): new function
3523
3524         * scripts/convert-ly.py (conv): add rule for | ~
3525
3526 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3527
3528         * input/regression/{many}.ly: refresh, trying to guess how
3529         it was designed.
3530
3531 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3532
3533         * VERSION: release 2.1.25
3534
3535         * scm/define-translator-properties.scm
3536         (all-user-translation-properties): add printOctaveNames
3537
3538         * ly/engraver-init.ly: remove Note_event_swallower from
3539         NoteNamesContext.
3540
3541         * lily/note-name-engraver.cc (process_music): new property
3542         printOctaveNames
3543
3544         * lily/context.cc (find_existing_context): remove support for
3545         Current.
3546
3547         * scm/music-functions.scm (set-accidental-style): new function;
3548         duplicate accidental macros.
3549
3550         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3551
3552         * lily/note-name-engraver.cc (process_music):
3553         process_acknowledged_grobs () -> process_music ()
3554
3555         * scm/part-combiner.scm (determine-split-list): robustification.
3556
3557 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3558
3559         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3560         lines for falling into beam-gap.
3561         (score_forbidden_quants): check all staff lines for falling in
3562         beam gaps.
3563
3564         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3565         key/clef/time signatures. 
3566
3567         * input/test/ossia.ly: revise example.
3568
3569         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3570         cleanup.
3571         
3572         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3573         comply to Scheme standard.  Remove ly:get-paper-variable
3574
3575 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3576
3577         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3578
3579 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3580
3581         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3582         properties from Voice context. This fixes accidental size for
3583         staff-switches during grace contexts.
3584
3585         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3586         if necessary. Else, simply wipe dots.
3587
3588         * input/test/beam-alternate.ly: new file
3589
3590         * input/test/piano-staff-distance.ly: new file.
3591
3592         * lily/translator-group.cc (recurse_down_translators): use
3593         Direction for bottom-up/top-down.
3594
3595         * lily/include/translator.hh (class Translator): add
3596         process_music() and do_announces(). This obviates
3597         recurse_down_{engravers,performers}.
3598
3599         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3600         \melisma and \melismaEnd
3601
3602         * lily/melisma-engraver.cc (process_music): change to
3603         Melisma_translator, unify with performer. Accept
3604         ManualMelismaEvent.
3605
3606         * ly/engraver-init.ly: add Font_size_engraver.
3607
3608 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3609
3610         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3611         it hara-kiri.
3612
3613         * input/regression/{many}.ly: improve descriptions trying to figure
3614         out what is tested.
3615
3616 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3617
3618         * lily/slur.cc (broken_trend_offset): robustness fix.
3619
3620         * VERSION: release 2.1.24
3621
3622         * lily/context.cc (find_create_context): go to Score if it exists.
3623
3624         * lily/context-scheme.cc: new file.
3625
3626         * lily/score-translator.cc (get_output): new file.
3627
3628         * lily/include/grob-info.hh: origin_contexts() now does not
3629         include the originating engraver
3630
3631         * lily/translator-group.cc (translator_each): clean up contents,
3632         remove superfluous stubs. Engraver_group_engraver and
3633         Performer_group_performer are the only classes using multiple
3634         inheritance.
3635
3636         * lily/include/score-context.hh (class Score_context): interface
3637         between Score_{engraver,performer} and Global_context.
3638
3639         * lily/include/global-context.hh (Context): change from
3640         global-translator. This is the entry point for contexts; it is not
3641         tweakable using \translator{}. Score is no longer the top context,
3642         but sits underneath Global.
3643
3644         * lily/include/context.hh (class Context): brain surgery: split
3645         out Context functionality from Translator_group. Context is now a
3646         separate type from Translator.
3647
3648 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3649
3650         * lily/include/translator.hh (class Translator): make
3651         get_score_context() and get_global_translator (), and use the one
3652         which is appropriate.
3653
3654         * lily/context.cc: partially put functionality of Translator_group
3655         into Context.
3656
3657         * lily/include/context.hh (Translator): new class: put between
3658         Translator and Translator_group. 
3659
3660         * lily/new-accidental-engraver.cc: remove file.
3661
3662 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3663
3664         * input/regression/{many}.ly: improve descriptions: use complete 
3665         sentences, try to describe what is tested, avoid `we´, do not use 
3666         don't, ... 
3667
3668 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3669
3670         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3671         is at EOL.
3672
3673         * Documentation/user/lilypond.tely: declare the topmost node only
3674         once; removes empty line in @contents.
3675
3676         * Documentation/user/music-glossary.tely: really add Finnish author.
3677         Draw more beatiful `->´ arrow in html: &rarr;
3678
3679 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3680
3681         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3682
3683         * scripts/convert-ly.py (conv): add ly:music-list  change.
3684
3685         * lily/grob.cc: edit doc string.
3686
3687         * scm/define-grob-properties.scm (all-user-grob-properties):
3688         proofreading, editing of doc strings.
3689
3690         * input/regression/tablature-string-tunings.ly: new file.
3691
3692         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3693         listen to stringTunings
3694
3695         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3696         for self-alignment-[XY] code.
3697  
3698 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3699
3700         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3701         cond) into function. Cleanup.
3702
3703         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3704         
3705         * VERSION (PACKAGE_NAME): 2.1.23 released
3706
3707 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3708
3709         * Documentation/user/{refman,internals}.itely: small fixes.
3710
3711 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3712
3713         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3714         accidentals for harmonic notes
3715
3716         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3717         for harmonic notes.
3718
3719         * scm/document-backend.scm (interface-doc): prune Grob
3720         documentation: don't duplicate interface information.
3721
3722         * lily/*.cc: lots of updates of doc strings.
3723
3724 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3725
3726         * input/test/ac-extra-voice.ly (accompany): remove file.
3727
3728         * input/test/maximum-rest-count.ly: remove file.
3729
3730         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3731         conversion rule for \translator { }. Apply everywhere.  
3732
3733         * lily/parser.yy (music_property_def): set property for \once in
3734         the PropertyMusic itself, not the ContextSpec.
3735         (property_operation): change syntax within \translator { }
3736
3737         * scm/define-music-properties.scm (all-music-properties): clean up.
3738
3739         * lily/auto-beam-engraver.cc (test_moment): use
3740         updated_grob_properties() to retrieve autoBeam settings.
3741
3742         * lily/spacing-spanner.cc: bound shortest_playing_len by
3743         measure_length
3744
3745         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3746         multi-measure events for spacing computation.
3747
3748         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3749         elliptical, to 1.49.
3750
3751         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3752         vertical positioning for polyphony, without RestCollision object.
3753
3754         * lily/note-column.cc (add_head): prevent rests & note heads on
3755         one stem.
3756
3757         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3758         (do_shift): rewrite only-rests case: use common refpoints: the
3759         routine will have sensible results when other rest-translations
3760         have taken place.
3761
3762         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3763         < 0 case. 
3764
3765         * VERSION: 2.1.22 released
3766         
3767         * input/GNUmakefile (SUBDIRS): remove ascii-art
3768
3769 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3770
3771         * input/: Convert ly files that still had \property.  Fixes make
3772         web.  Remove exta spaces around '='. 
3773
3774         * scripts/convert-ly.py (conv): Redundant space fixes.
3775
3776         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3777
3778 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3779
3780         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3781         create scalable PS and PDFs  for input/{test,template,regression}.
3782
3783         * lily/context.cc (is_alias): move function.
3784         (is_alias): add Bottom as context alias. 
3785         (find_create_translator): add Bottom as a context alias for creation.
3786
3787         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3788
3789         * lily/parser.yy (music_property_def): new syntax for property
3790         assignments:
3791
3792         \set A.B = #C , \unset A.B
3793         \override A.B #C = #D, \revert A.B #C 
3794
3795         * lily/my-lily-lexer.cc: remove \property
3796
3797 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3798
3799         * Documentation/user/refman.itely: add dots after seealso refs.
3800
3801         * input/template/{many}.ly: harmonise descriptions.
3802
3803         * Documentation/user/music-glossary.itely: add Finnish author.
3804
3805 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3806
3807         * VERSION (PACKAGE_NAME): release 2.1.21
3808
3809 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3810
3811         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3812
3813         * scripts/lilypond-book.py (snippet_res): @include filename must
3814         not be empty.
3815
3816 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3817
3818         * scm/documentation-generate.scm (markup-doc-string): dump
3819         markup-commands.tely
3820
3821         * scm/define-markup-commands.scm (override): new file.
3822         Move documentation from refman into doc-strings. 
3823
3824         * input/test/staff-container.ly: fix example.
3825
3826         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3827         StaffContainer
3828
3829         * lily/grob.cc: remove point_dimension_callback
3830         (Grob): read forced dimensions from X-extent and Y-extent.
3831         (get_paper): remove preset_extent.
3832
3833         * scm/define-grobs.scm (all-grob-descriptions): remove
3834         point_dimension_callback. 
3835
3836         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3837         textscript to head. This makes no-spacing-rods work on
3838         DynamicText.
3839
3840         * lily/chord-name.cc: remove props chord, bass, inversion.
3841
3842         * Documentation/user/appendices.itely: add Scheme functions,
3843         context-properties and layout properties to manual.
3844
3845         * scm/part-combiner.scm (determine-split-list): include rests in a
3846         solo1/2 sequence.
3847
3848         * lily/new-part-combine-iterator.cc (substitute_both): new
3849         function.
3850         (class New_pc_iterator): add separate Voice=solo context, fixes
3851         autobeams going from chords to solo.
3852
3853 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3854
3855         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3856
3857         * Documentation/user/tutorial.itely:
3858         * Documentation/user/refman.itely: Add short note about being part
3859         of lilypond.tely.
3860
3861         * COPYING: Make note more clear with respect to files that are
3862         explicitely licenced otherwise (Documention/user/ comes to mind).
3863         
3864         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3865         comment about barfing of @c,{}.
3866
3867         * Documentation/user/music-glossary.tely: Add list of authors.
3868
3869         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3870         source (was: also in build log).
3871
3872 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3873
3874         * lily/side-position-interface.cc (general_side_position): if
3875         staff-padding is set, then include staff in support too.
3876
3877         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3878         module workbook
3879
3880         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3881
3882         * lily/tuplet-engraver.cc: remove tupletInvisible
3883
3884         * scm/define-translator-properties.scm: cleanup, separate in
3885         internal and user props. 
3886
3887         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3888         LyricsVoice -> Lyrics
3889
3890         * lily/new-part-combine-iterator.cc (process): only print warning
3891         for symbols.
3892
3893 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3894
3895         * scm/part-combiner.scm: Add proper header.
3896
3897         * All but lily/*: The great --2003 --2004 replace; the missing
3898         `bits'.
3899
3900         * TODO: Fix outline mode.  Add book notes.
3901
3902         * ROADMAP: Update.
3903
3904 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3905
3906         * scm/part-combiner.scm (make-autochange-music): use
3907         accumulator. Fixes stack overflow.
3908
3909         * lily/*: rename brew_molecule -> print , molecule-callback ->
3910         print-function
3911
3912         * scm/define-grob-properties.scm: cleanup. Separate into internal
3913         and user properties.
3914
3915         * lily/translator-property.cc (updated_grob_properties): new
3916         function
3917         (execute_pushpop_property): change to new convention:
3918         object property inits are stored as (cons ALIST BASED-ON). This
3919         storage format allows concurrent tweaks in different contexts.
3920
3921 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3922
3923         * TODO: new file.
3924
3925 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3926
3927         * debian/: Late Debian update (sorry Anthony).
3928
3929         * scripts/lilypond-book.py (do_file): Look for input_file in
3930         include path, or ask kpathsea if LATEX.
3931
3932         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3933         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3934         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3935         --header=texidoc.
3936
3937         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3938         relative.
3939
3940         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3941         only when filtering, default to input_base otherwise.  Coding
3942         style fixes.
3943
3944 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3945
3946         * lily/include/translator.hh (class Translator): add virtual
3947         qualifier.
3948
3949 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3950
3951         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3952
3953 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3954
3955         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3956
3957         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3958         (fixes make web).
3959
3960         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3961         live in $(out)-www).
3962
3963         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3964         dependencies.  Add link to .ly source in HTML output.
3965         (Lilypond_snippet.output_html): Handle multiple page picture
3966         output.
3967         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3968         Make usable for output_texinfo again.
3969
3970         * Documentation/user/GNUmakefile: Add static dependency for
3971         lilypond.tely includes.
3972
3973         * Documentation/user/tutorial.itely: Add some lost `relative'
3974         ly-options.
3975
3976 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3977
3978         * lily/include/translator-group.hh: move Music_output_def member
3979         to Global_translator.
3980
3981         * scripts/lilypond-book.py (do_file):  fix latex output.
3982
3983         * VERSION: release 2.1.20
3984         
3985         * scm/part-combiner.scm (determine-split-list): robustness fix 
3986
3987         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3988
3989         * lily/parser.yy (music_output_def_body): plug memory leak.
3990
3991         * lily/translator-group.cc (add_fresh_group_translator): plug
3992         memory leak: unprotect Translator_group once added.   
3993
3994         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3995
3996         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3997         write .dep file.
3998         (Lilypond_snippet.ly): add \renameinput.
3999
4000 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4001
4002         * Documentation/user/refman.itely (Markup command definition): Doc
4003         by Nicolas Sceaux. Rewrite by Han-Wen
4004
4005         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4006         thing of the line.
4007         (brew_molecule): only remove if hyphen is not at the end of line.
4008         (set_spacing_rods): new function: minimum-length specifies
4009         distance between syllables.
4010
4011         * scm/define-grobs.scm (all-grob-descriptions): add
4012         Hyphen_spanner::set_spacing_rods to LyricHyphen
4013
4014         * input/regression/lyric-hyphen-break.ly: new file.
4015
4016         * input/test/lyric-hyphen-retain.ly: new file.
4017
4018         * lily/new-part-combine-iterator.cc (construct_children):
4019         add Rest direction.
4020
4021 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4022
4023         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4024
4025         * Documentation/bibliography/engraving.bib (donemus1982):
4026         update entry.
4027
4028 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4029
4030         * scripts/lilypond-book.py (Substring.__init__): new class.
4031         (Snippet.output_texinfo): add texidoc option.
4032         (Include_snippet.replacement_text): new class.
4033         (Lilypond_snippet.__init__): new class
4034         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4035
4036         * Documentation/user/refman.itely (Sound): 
4037         note about number of channels.
4038
4039         * scm/music-functions.scm (voicify-music): add \context Staff for
4040         << \\ >> polyphony.
4041
4042         * lily/parser.yy (verbose_command_req): \skip now creates
4043         SkipMusic, and does not lead to spurious staves.
4044
4045         * scm/define-music-types.scm (music-descriptions): rename
4046         NonEventSkip to SkipMusic
4047
4048         * input/no-notation/midi-lyric-barcheck.ly: new file.
4049
4050         * input/regression/collision-dots-invert.ly: new file.
4051
4052         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4053         case.
4054
4055         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4056         die if melody died too.
4057
4058 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4059
4060         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4061         with reading from stdin.
4062
4063         * lily/slur-performer.cc (try_music): new file.
4064
4065         * lily/melisma-performer.cc (try_music): new file. Handle
4066         melismata to help lyrics.
4067
4068         * lily/beam-performer.cc (try_music): new file. Handle beam events
4069         to help lyrics.
4070
4071         * lily/score-performer.cc (one_time_step): reinstate
4072         process_music().
4073
4074         * lily/performer.cc (process_music): add to interface.
4075
4076         * lily/performer-group-performer.cc (process_music): new function.
4077
4078         * lily/dot-column.cc (do_shifts): do collision resolution before
4079         dot positioning.
4080         
4081         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4082         file, process printfilename option.
4083         (Snippet.__init__): rewrite: do not use global variables h or
4084         index.
4085         (main): really support -I option.
4086         (find_toplevel_snippets): new code.
4087         (find_toplevel_snippets): reinstate old version, without global
4088         variables.
4089
4090         * tex/texinfo.tex: really add file.
4091         
4092 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4093
4094         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4095         compatibility.
4096
4097 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4098
4099         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4100
4101         * scm/define-translator-properties.scm (drumPitchTable): add
4102         property.
4103
4104         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4105         function.
4106         (help_summary): docstrings.
4107         (do_file): strip the dir of input_base too.
4108
4109 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4110
4111         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4112
4113         * Documentation/user/lilypond-book.itely: Update.
4114
4115         * make/ly-rules.make: Update lilypond-book commands.
4116
4117         * Documentation/user/GNUmakefile: Update makeinfo commands,
4118         lilypond-book flags.
4119
4120         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4121         
4122         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4123
4124         * scripts/filter-lilypond-book.py: Remove.
4125
4126         * Documentation/user/*tely: Update options for new lilypond-book.
4127
4128         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4129         with @macros in @includes.
4130
4131 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4132
4133         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4134         make rest-collision only.
4135
4136         * lily/break-substitution.cc (substitute_one_mutable_property):
4137         clear all-elements using scm_assq_remove_x(). 
4138
4139         * lily/rest-collision.cc (do_shift): shift single rests
4140
4141         * flower/include/array.hh (class Array): rename to is_empty ()
4142
4143         * lily/drum-note-performer.cc: new file: perform drum notes.
4144
4145         * VERSION (PACKAGE_NAME): release 2.1.19.
4146         
4147 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4148
4149         * scripts/filter-lilypond-book.py
4150         (classic_lilypond_book_compatibility): New function.
4151
4152 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4153
4154         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4155
4156         * Grand 2003 -> 2004 search replace. 
4157
4158         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4159         (i.e. < > )
4160
4161         * ly/performer-init.ly: add DrumStaff
4162
4163         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4164         lyric-interface; this prevents lines with only extender lines from
4165         being junked.
4166  
4167         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4168
4169         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4170         extenders right, for once and for all (hopefully).
4171         
4172         * lily/break-substitution.cc (substitute_one_mutable_property):
4173         clear old 'all-elements for System grobs.
4174
4175         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4176         that associatedVoiceContext is always assigned when music & lyrics
4177         are found. 
4178
4179         * ly/engraver-init.ly: remove Lyrics context.
4180         (TabVoice): add noteheads engraver
4181
4182         * input/test/improv.ly: update: do not use Thread switching. 
4183
4184         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4185         squashedPosition is a number  
4186
4187         * Documentation/user/refman.itely (Automatic note splitting):
4188         remove Thread references.
4189
4190         * input/no-notation/pc-direction.ly: remove file.
4191
4192         * ly/engraver-init.ly: remove Thread
4193
4194         * input/regression/tie-chord-partial.ly: remove file.
4195
4196         * scripts/convert-ly.py (conv): \harmonic rule
4197
4198         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4199         notation for harmonic notes: <c' g''\harmonic>
4200
4201         * lily/lily-guile.cc (alist_to_hashq): new function
4202
4203         * scm/lily.scm (alist->hash-table): new function.
4204
4205         * Documentation/user/refman.itely (Percussion staves): update doco.
4206
4207         * input/regression/drums.ly (timb): updates
4208
4209         * lily/note-performer.cc (create_audio_elements): robustness fix.
4210
4211         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4212
4213 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4214
4215         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4216         discard valid matches.
4217
4218 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4219
4220         * lily/drum-note-engraver.cc: new file.
4221
4222         * ly/drumpitch-init.ly: move drum definitions
4223
4224         * scm/drums.scm: remove file.
4225
4226         * lily/*.cc: remove abort-event everywhere.
4227
4228         * lily/note-heads-engraver.cc (process_music): robustification.
4229
4230         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4231         robustification.
4232
4233         * lily/parser.yy (simple_element): add \drums mode.
4234         (simple_element): remove \pitchnames , \chordmodifiers. Use
4235         variables to store this. 
4236
4237         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4238         outside \notes.
4239
4240         * VERSION: release 2.1.18.
4241         
4242         * input/test: remove octave-duplicate.ly
4243
4244 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4245
4246         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4247
4248 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4249
4250         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4251         constructor from Music_iterator. Changes throughout.
4252
4253         * lily/include/music-iterator.hh (class Music_iterator): remove
4254         Music_iterator::skip and Music_iterator::get_pending_events from
4255         interface. Rename report_to -> get_outlet 
4256
4257         * lily/auto-change-iterator.cc: move contents from
4258         new-auto-change-iterator.cc from
4259
4260         * scm/part-combiner.scm: determine split-list from Scheme. 
4261
4262         * lily/new-auto-change-iterator.cc (process): new file.
4263
4264         * lily/parser.yy (part_combined_music): remove old PC cruft.
4265
4266         * ly/engraver-init.ly: remove old
4267         PC cruft.
4268
4269         * Documentation/user/refman.itely (The Lyrics context): note about
4270         extender lines.
4271
4272         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4273         to allow 0-length mmrest events.
4274
4275         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4276
4277         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4278
4279         * lily/spacing-engraver.cc (finalize): robustifications.
4280
4281         * input/regression/new-part-combine-solo-global.ly: new file.
4282
4283         * scm/part-combiner.scm: rewrite.
4284
4285 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4286
4287         * Documentation/user/refman.itely, input/puer-fragment.ly,
4288         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4289         updated for proper use of lyricsto; replaced "(" and ")" ->
4290         "\melisma" and "\melismaEnd"
4291
4292         * input/test/ancient-font.ly: small updates to reduce compile
4293         warnings (TODO: junk this file)
4294
4295         * input/test/gregorian-scripts.ly: added comment about bug
4296
4297         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4298         tiny robustness fix
4299
4300         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4301         recent changes in the feta code); temporarily mapped mensural g
4302         clef to a copy of petrucci g clef until mensural g clef will have
4303         been rewritten
4304
4305         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4306         between mensural and neo-mensural heads (this broke quite a while
4307         ago)
4308
4309         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4310
4311 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4312
4313         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4314         indication.  Fixes for verbatim, multi line comments.
4315
4316 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4317
4318         * input/regression/new-part-combine-solo.ly: more cases.
4319
4320         * lily/slur.cc (height): robustness fix.
4321
4322         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4323
4324         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4325         stemUp/stemDown.
4326
4327         * scm/music-functions.scm (determine-split-list): further analysis.
4328
4329         * lily/script-engraver.cc (try_music): discard duplicate
4330         articulations.
4331
4332         * input/regression/new-part-combine-solo.ly: new file
4333
4334         * input/regression/new-part-combine-a2.ly: new file.
4335
4336         * ly/performer-init.ly: add Devnull
4337
4338         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4339         for \musicglyph #"accidental-*"
4340         (conv): \newpartcombine rule.
4341
4342 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4343
4344         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4345
4346 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4347
4348         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4349         textwidth, --output.
4350
4351 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4352
4353         * scm/new-markup.scm (doubleflat): add accidental markups.
4354
4355         * VERSION: release 2.1.17
4356         
4357         * Documentation/user/refman.itely (Automatic part combining):
4358         revise documentation of the part-combiner.
4359
4360         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4361         
4362         * input/test/part-combine-{moment,staff}.ly: remove file.
4363
4364         * input/regression/pc-mmrest.ly (two): remove file.
4365
4366         * scm/define-music-types.scm (music-descriptions): add
4367         Solo{One,Two}Event and UnisonoEvent
4368
4369         * lily/new-part-combine-iterator.cc (unisono): add state_
4370         variable, signal changes with part-combine-event.
4371
4372         * input/regression/new-part-combine-text.ly: new file.
4373
4374         * lily/part-combine-engraver.cc: new file.
4375
4376 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4377
4378         * scripts/filter-lilypond-book.py: Handle snippet options.
4379
4380 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4381
4382         * scm/music-functions.scm (determine-split-list): detect solo1/2
4383         and unisono.
4384
4385         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4386         revert fix, document why.
4387
4388         * lily/tie-performer.cc (process_music): new function. Set melisma
4389         property.
4390
4391         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4392         always smaller than bracket size.
4393         (make_bracket): oops. Size of the gap was off by factor 2
4394
4395         * input/test/text-rotate.ly: new file.
4396
4397         * scm/new-markup.scm (markup): a macro that provides a
4398         LilyPond-like syntax in scheme for building markups, in order to
4399         help markup command definition. (Nicolas Sceaux)
4400
4401         * input/test/lyrics-skip-notes.ly: new example.
4402
4403         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4404
4405         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4406         use is_alias() iso. == . This fixes lyrics on
4407         GregorianTranscriptions. 
4408
4409 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4410
4411         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4412         \thispagestyle{lastpage} to avoid that it's printed on the second
4413         last page when there's only a single score line on the last page.
4414         (The page breaking mechanism in TeX played some ugly tricks to us.)
4415
4416 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4417
4418         * scripts/filter-lilypond-book.py: Further development.
4419
4420         * input/regression/collision-dots-move.ly: New test.
4421
4422         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4423         hand side note head of non-merged collision to the right.
4424
4425         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4426         Construct children before accessing property from emtpy
4427         lyrics_context_.
4428         (construct_children): Find thread before finding LyricsVoice.
4429         Create LyricsVoice one if none found, fixes crash (thanks Erik
4430         Sandberg).
4431
4432 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4433
4434         * cygwin/: Forward port.
4435
4436 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4437
4438         * buildscripts/install-info-html.sh: Use Bash.
4439
4440         * cygwin/mknetrel: Patch from Bert.
4441
4442 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4443
4444         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4445
4446         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4447         try to copy *png, index.html (Bertalan Fodor).
4448
4449         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4450
4451 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4452
4453         * lily/note-collision.cc (check_meshing_chords): Do not remove
4454         dots (from down head) when merging similar heads (thanks Matthias
4455         Kilian).  Simplify merge_possible tests and other cleanups
4456
4457         * input/regression/collision-merge-differently-dotted.ly: Add test
4458         for disappearing dots on similar heads for both voices.
4459
4460 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4461
4462         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4463         that tagline overrides copyright for single page scores. Correct
4464         the default tagline value.
4465
4466 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4467
4468         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4469
4470 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4471
4472         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4473         TEXMF if it's previously unset.
4474
4475 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4476
4477         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4478
4479         * input/test/trills.ly: fix the unfolding of lineprall.
4480
4481         * input/test/figured-bass-alternative.ly: fix accidental.
4482
4483 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4484
4485         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4486         
4487         * input/no-notation/dos-guile.ly: 
4488         * input/no-notation/dos-ps.ly: 
4489         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4490         
4491         * input/no-notation/safe-include.ly:
4492         * input/no-notation/safe-guile.ly:
4493         * input/no-notation/safe-ps.ly: 
4494         * input/no-notation/safe-tex.ly: New file.
4495
4496         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4497         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4498         options now.
4499         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4500         When in --safe-mode, set environment openout_any=p[aranoid].
4501
4502         * tex/ltest.tex: 
4503         * tex/lilyponddefs.tex: Add \nofiles.
4504
4505         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4506         options.
4507
4508         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4509         This allows building the user manual using a binary installation
4510         and a matching unpacked source tree.
4511
4512         * scm/lily.scm (safe-module): New variable. 
4513
4514         * lily/includable-lexer.cc (new_input): Fix error messages.
4515
4516         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4517         If SAFE, evaluate in safe-module.  Change callers.
4518
4519         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4520
4521         * lily/lexer.ll (embedded_scm): While processing main-input,
4522         invoke ly_parse_scm with safe mode if running in safe-mode.
4523         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4524         in init.ly for safe-mode.
4525
4526 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4527
4528         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4529         compatibility with old versions of geometry.sty (compat2
4530         already implied includehead).
4531         Change the page layout slightly so bottom + footskip = top +
4532         headheight + headsep = 16mm, the remaining paperheight-32mm
4533         are used for the music. Increase footskip to 5mm, so the top of
4534         the footer text doesn't touch the music.
4535
4536 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4537
4538         * VERSION: release 2.1.16
4539         
4540         * scm/music-functions.scm (determine-split-list): bugfix: only use
4541         new-active for both voices if both indexes advance. This fixes the
4542         biggest outstanding problem with new-pc. 
4543
4544         * lily/new-part-combine-iterator.cc (construct_children): set more
4545         directions.
4546
4547 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4548
4549         * scripts/convert-ly.py (conv): add instrument rule.
4550
4551         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4552
4553         * lily/side-position-interface.cc: remove add_staff_support ()
4554         Change all callers to use staff-padding.
4555
4556         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4557         make_spanner().
4558
4559         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4560
4561         * lily/text-engraver.cc: remove scriptHorizontal property.
4562
4563         * lily/beam.cc (least_squares): also set least-squares-dy for
4564         special case of slanted 2-stem beam to center.
4565
4566         * lily/side-position-interface.cc (out_of_staff): move contents of
4567         out_of_staff into aligned_side.
4568         remove out_of_staff().
4569
4570         * input/regression/measure-grouping.ly: fix warning.
4571
4572         * lily/side-position-interface.cc: add staff-padding support to
4573         Side_position_interface::aligned_side.
4574
4575         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4576         one get_property too many.
4577
4578         * flower/include/drul-array.hh (linear_combination): new function
4579         (scale_drul): new function
4580
4581         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4582         operations on empty intervals are silly.
4583
4584 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4585
4586         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4587         (iso gh_scm2int), fixes crash in new part-combiner.
4588
4589         * configure.in: Up mftrace to 1.0.27.
4590
4591 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4592
4593         * VERSION: release 2.1.15
4594         
4595         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4596         align all stanza numbers.
4597
4598 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4599
4600         * Documentation/user/{introduction.itely,refman.itely,
4601         converters.itely}: fix some text inside parentheses; text should
4602         be readable (even) if parentheses are either replaced with commas 
4603         or dropped out.
4604
4605 2004-01-25  Werner Lemberg  <wl@gnu.org>
4606
4607         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4608         input/test/vaticana.ly, input/test/ancient-font.ly,
4609         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4610         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4611         ly/params-as-init.ly, scm/define-grobs.scm,
4612         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4613
4614         * ly/params-as-init.ly: Removed.  Obsolete.
4615         * buildscripts/lilypond.words.py: Updated.
4616
4617 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4618
4619         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4620
4621         * mf/feta-din{4,5,7,9}.mf: remove.
4622         
4623         * lily/engraver.cc (internal_make_item): centralize item/spanner
4624         factory.
4625
4626         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4627         do correct chord conversion for ^"sim."  (backportme)
4628         (FatalConversionError.sub_articulations): substitute ^"foo" in
4629         chords too. (backportme)
4630
4631         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4632         for Fingering.
4633
4634         * lily/side-position-interface.cc (out_of_staff): don't do
4635         anything if staff-padding not defined. 
4636
4637         * mf/feta-params.mf (stafflines): introduce linethickness as
4638         general blackness of the font.
4639
4640         * lily/stem.cc (position_noteheads): rounding error robustness.
4641
4642         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4643         from beam-collision.ly 
4644
4645         * lily/beam.cc (rest_collision_callback): remove direction.
4646
4647         * scm/define-grobs.scm (all-grob-descriptions): remove
4648         enclose-bounds in OttavaBracket and PianoPedalBracket
4649
4650         * scm/new-markup.scm (def-markup-command) new macro, which takes
4651         care of defining the COMMAND-markup and make-COMMAND-markup
4652         procedures, setting markup-signature and keyword-signature object
4653         properties, and pushing the markup command in
4654         markup-function-list.
4655
4656         All markup commands are defined thanks to it.  Users may also use
4657         it to define their own markup commands. (Nicolas Sceaux)
4658
4659         * scm/new-markup.scm: Scheme style clean-up: there should be no
4660         parenthesis alone on a line; LET* should not be used where LET is
4661         enough. (Nicolas Sceaux)
4662
4663 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4664
4665         * scripts/filter-lilypond-book.py: Add script.
4666
4667 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4668
4669         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4670
4671 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4672
4673         * Documentation/user/refman.itely (Fingering instructions): add
4674         single note chords. 
4675
4676         * lily/multi-measure-rest-engraver.cc: use a single
4677         MultiMeasureEvent for mm rests. This prevents problems with the
4678         new part combiner.
4679
4680         * scm/music-functions.scm (determine-split-list): analysis has
4681         global effect: a difference halfway a phrase makes the entire
4682         phrase be typeset as apart.
4683         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4684
4685 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4686
4687         * ly/performer-init.ly: add Devnull.
4688
4689         * Documentation/user/refman.itely (Font selection): remove paper20
4690         ref.
4691         
4692 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4693
4694         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4695
4696 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4697
4698         * scm/music-functions.scm (determine-split-list): bugfixes.
4699
4700         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4701
4702         * input/test/scales-greek.ly: use C as base, results in different
4703         alterations at the clef.
4704
4705         * input/regression/pedal-ped.ly: new file.
4706
4707         * input/regression/pedal-bracket.ly: new file.
4708
4709         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4710         replace after_line_breaking()
4711
4712         * lily/line-interface.cc (line): read thickness.
4713         (line): dash-fraction = 0 always for dotted-line style.
4714
4715         * input/test/staff-lines.ly (lower): bugfix.
4716
4717         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4718         \accepts Devnull into Score.
4719
4720         * scm/lily.scm: remove bla.scm load.
4721
4722 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4723
4724         * VERSION: release 2.1.14
4725         
4726         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4727
4728         * lily/side-position-interface.cc (general_side_position): add
4729         Staff_symbol_referencer::staff_space ().
4730
4731         * lily/include/context-def.hh: rename from translator-def.hh
4732
4733 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4734
4735         * input/template/piano-dynamics.ly (pedal): Updated definition of
4736         Dynamics such that \cresc works, for example.
4737
4738 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4739
4740         * lily/stem.cc (calc_stem_info): use
4741         Staff_symbol_referencer::staff_space
4742
4743         * lily/beam-quanting.cc (quanting): scale Stem_info 
4744
4745         * lily/beam.cc (rest_collision_callback): use minimum-distance
4746         property for rest/beam collisions.
4747         (rest_collision_callback): bugfixes.
4748
4749         * lily/system.cc (post_processing): extra-offset is now relative
4750         to the size of the current staff.
4751
4752         * scm/music-functions.scm (notice-the-events-for-pc): record all
4753         voices, only analyze "one" and "two".
4754
4755         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4756         not parent. 
4757
4758         * lily/new-part-combine-iterator.cc (construct_children): create
4759         Devnull from Voice context
4760
4761         * scm/music-functions.scm (determine-split-list): bugfixes.
4762
4763         * lily/lily-guile.cc (robust_scm2int): new function
4764
4765         * lily/staff-symbol-referencer.cc (line_thickness): new
4766         function. Use throughout.
4767
4768         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4769         in its own context.  Add to preset font-size.
4770
4771         * lily/stem.cc (thickness): new function.
4772
4773         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4774         compute thickness from ledger-line-thickness.
4775
4776         * lily/note-head.cc (brew_ledger_lines): use
4777         Staff_symbol::get_ledger_line_thickness ().
4778
4779         * lily/beam.cc (rest_collision_callback): use
4780         Staff_symbol_referencer::staff_space().
4781
4782         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4783         Mus1 Mus2
4784
4785         * lily/include/translator.hh (class Translator): add accepts_list_
4786         so  \with { \denies / \accepts } also works.
4787
4788         * scm/music-functions.scm (determine-split-list): determine split
4789         list from music events.
4790
4791         * lily/new-part-combine-iterator.cc: more states.
4792
4793         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4794
4795 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4796
4797         * lily/system.cc (set_loose_columns): use the right prebroken cols
4798         for interpolating loose column position.
4799
4800         * lily/text-spanner.cc (brew_molecule): default to no vertical
4801         lines.
4802
4803         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4804         take space.
4805
4806         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4807
4808 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4809
4810         * scripts/convert-ly.py: Do not test filename when processing
4811         stdin.
4812
4813         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4814
4815 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4816
4817         * lily/axis-group-engraver.cc (finalize): extra check; if
4818         process_music () is never called, then staffline_ == 0.
4819
4820         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4821         check run_always ().
4822         
4823         * VERSION: release 2.1.13
4824
4825         * input/regression/note-head-style.ly (pattern): cleanup.
4826
4827         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4828         downloading.
4829
4830         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4831         kludge rehearsalmark placement.
4832
4833         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4834         , ly:spanner?
4835
4836         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4837         close to note head for accidentals.
4838
4839         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4840         tuplet direction.
4841
4842         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4843
4844 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4845
4846         * lily/include/music-iterator.hh (class Music_iterator): add
4847         substitute_outlet() to iterator API.
4848
4849         * lily/new-part-combine-iterator.cc (construct_children):
4850         New_pc_iterator: new class, better part combining.
4851
4852         * lily/tie-column.cc (werner_directions): new function
4853
4854         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4855
4856         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4857         empty objects group spanner as parent
4858
4859         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4860         slope against graphical slope.
4861
4862         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4863         for ottava bracket.
4864
4865         * lily/side-position-interface.cc (general_side_position):
4866         opps. reinstate *dir.
4867
4868         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4869         parser run.
4870
4871         * lily/tuplet-bracket.cc: remove calc_dy ().
4872
4873         * Documentation/user/refman.itely (Balloon help): document balloon
4874         help
4875
4876 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4877
4878         * scm/document-backend.scm (check-dangling-properties): Grob
4879         properties are defined define-grob-properties.scm.
4880         
4881 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4882         
4883         * VERSION: release 2.1.12
4884
4885         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4886         ChordName
4887
4888         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4889         relation to surroundings.
4890
4891         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4892         Y-extent to the note-extents: stay clear of the staff.
4893
4894 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4895
4896         * Documentation/user/GNUmakefile
4897         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4898         iso. copy.
4899
4900         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4901
4902         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4903
4904         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4905
4906         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4907
4908         * lily/line-interface.cc (line): remove thickness from calling interface.
4909
4910         * lily/hairpin.cc: use Line_interface
4911
4912         * lily/line-interface.cc: new file. Line_interface for everything
4913         with dotted/dashed lines.
4914         
4915
4916         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4917
4918         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4919         for constructing ottava brackets.
4920         
4921         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4922         the note heads.
4923
4924         * Documentation/user/internals.itely (Engravers and performers):
4925         fix broken link.
4926
4927         * scm/music-functions.scm (make-mark-set): new function.
4928
4929         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4930         functionally identical to beam.
4931
4932         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4933         () with beam (). 
4934
4935         * Documentation/user/refman.itely (Rehearsal marks): document new
4936         functionality.
4937
4938         * input/regression/rehearsal-mark-number.ly: new file.
4939
4940         * input/regression/rehearsal-mark-letter.ly: new file.
4941
4942         * scm/translation-functions.scm (number->mark-string): new function
4943         (format-mark-letters): new function
4944         (format-mark-numbers): new function
4945
4946         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4947         integer; formatting is done through markFormatter property.
4948         
4949         * scm/define-translator-properties.scm: fold all *-done properties
4950         into positioning-done.
4951
4952         * lily/beam.cc (position_beam): new function
4953         (brew_molecule): make sure that positions are calced before making
4954         the molecule.
4955
4956         * scm/output*.scm (beam):  take 4th argument for function.
4957
4958         * ps/music-drawing-routines.ps: take blot as 4th argument.
4959
4960         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4961         stem to avoid small dents.
4962         
4963 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4964
4965         * VERSION: release 2.1.11
4966
4967         * input/regression/balloon.ly: new file.
4968
4969         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4970         objects, and make help texts. 
4971
4972         * scm/new-markup.scm (parse-simple-duration): parse duration
4973         string to log & dots. (Thanks Nicolas!)
4974
4975         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4976         rule.
4977
4978 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4979
4980         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4981         Lemberg).
4982
4983         * THANKS: alphabetic order.
4984
4985 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4986
4987         * input/regression/note-head-harmonic.ly: new file.
4988
4989         * Documentation/user/internals.itely (Technical manual): explain
4990         difference between music, translation, layout.
4991
4992         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4993
4994         * scm/output-ascii-script.scm (bracket): rounding bfs.
4995
4996         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4997
4998         * ly/paper*.ly: remove files. 
4999         
5000         * scm/paper.scm (set-staff-size): new function: set default
5001         staff-size.
5002
5003         * scripts/convert-ly.py (conv): add conversion rule.
5004
5005         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5006         function.
5007
5008         * scm/paper.scm: new file.
5009         (set-staff-size): new function 
5010         (set-paper-size): new function
5011
5012         * lily/parser.yy (music_output_def_body): restructure definition,
5013         so first Scheme statement in \paper also happens in new scope. 
5014
5015         * lily/system.cc (post_processing): move uniquify_list () to
5016         dumping molecule stage.
5017
5018         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5019         this will mess up scores that use barchecks to shorten measures.
5020
5021         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5022         at 20pt too.
5023
5024         * Documentation/user/tutorial.itely (Printing lyrics): document
5025         \lyricsto
5026
5027         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5028
5029         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5030
5031         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5032         if Voice is not found.
5033
5034         * VERSION: release 2.1.10
5035         
5036         * input/{test,regression}/: remove old-relative 
5037
5038         * lily/lexer.ll: add empty markup signature. 
5039
5040         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5041         strut markup
5042
5043         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5044
5045         * scm/define-translator-properties.scm: update melismata property
5046         doco.
5047
5048         * lily/system.cc (output_lines): revert uniquify_list() patch,
5049         strange side effects seen.
5050         
5051         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5052         dash-period < 0.
5053
5054         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5055         for flute. 
5056
5057 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5058
5059         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5060
5061         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5062
5063         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5064         of line breaks.
5065         (brew_molecule): add padding to left, not right.
5066
5067         * lily/system.cc (uniquify_list): new function
5068         (output_lines): uniquify_list () on all-elements. This fixes
5069         double symbols in the output.
5070
5071         * lily/beam.cc (rest_collision_callback): don't move anything if
5072         staff-position is set.
5073
5074         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5075
5076         * lily/system.cc (typeset_grob): warn if adding twice.
5077
5078         * lily/sequential-iterator.cc (run_always): implement run_always().
5079         (also in other files.)
5080         
5081         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5082
5083         * lily/event.cc (to_relative_octave): add octave-check.
5084
5085         * Documentation/user/refman.itely (Line breaking): add noBreak.
5086
5087         * scm/new-markup.scm (normalsize-markup): add function.
5088         (sans-markup): new function.
5089
5090         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5091         come earlier nowadays.  This fixes beams on grace notes.
5092         
5093         * scm/music-functions.scm (direction-polyphonic-grobs): new
5094         variable, share between override and revert. This fixes script
5095         directions in polyphonic sections. (backportme)
5096
5097 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5098
5099         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5100         breakpoints.
5101
5102         * lily/break-align-interface.cc: add doco
5103
5104         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5105
5106 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5107
5108         * VERSION: release 2.1.9
5109
5110         * scm/document-markup.scm (markup-doc-node): add note about naming.
5111
5112         * scm/new-markup.scm (left-align-markup): bugfix. 
5113
5114         * Documentation/user/refman.itely (Ottava brackets): more doco for
5115         ottava.
5116
5117         * lily/side-position-interface.cc (out_of_staff): also do
5118         out_of_staff() correctly for d == DOWN.
5119
5120         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5121         horizontal line if they move to the right.
5122         
5123         * scm/define-grobs.scm (all-grob-descriptions): set
5124         text-repeat-if-broken for ottava spanner
5125
5126         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5127         property.
5128
5129         * mf/feta18.mf: design size is 18 not 22.5
5130
5131         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5132         Add a single LyricsVoice to a melody. Melismata may be set
5133         individually.
5134
5135         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5136
5137         * lily/dot-column.cc: add stdio.h
5138
5139 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5140
5141         * lily/item.cc: documentation for break-visibility (Thanks, John).
5142
5143 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5144
5145         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5146
5147         * lily/translator-def.cc: rename Translator_def to Context_def.
5148
5149         * Documentation/user/internals.itely (Lexical details): clarify
5150         string def.
5151
5152         * Documentation/user/refman.itely (Rhythmic music): add link to
5153         RhythmicStaff 
5154
5155 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5156
5157         * lily/translator.cc: document start_translation_timestep()
5158
5159         * scm/output-tex.scm (tex-encoded-fontswitch): use
5160         round for rounding (inexact->exact yields rationals)
5161
5162         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5163
5164         * lily/translator-group.cc (get_simple_trans_list): 
5165         new function; construct simple_trans_list_ lazily.
5166         
5167 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5168
5169         * lily/paper-outputter.cc (output_scope): Check if number before
5170         checking exact (guile cvs).
5171
5172         * scm/*: Escape backslashes in scheme strings (guile cvs).
5173
5174 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5175
5176         * Documentation/user/refman.itely (Tablatures basic): annotate
5177         seealso sections.
5178
5179         * lily/*.cc: cleanup of engraver initialize() functions.
5180
5181         * lily/repeat-acknowledge-engraver.cc
5182         (start_translation_timestep): remove first_b_
5183
5184         * lily/tab-note-heads-engraver.cc: listen to string number events
5185         inside < > too. (backportme).
5186
5187         * Documentation/user/refman.itely (Text scripts): add fatText to
5188         index.
5189
5190 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5191
5192         * VERSION: 2.1.8
5193
5194         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5195         footer.
5196
5197         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5198
5199         * lily/bar-check-iterator.cc (process): only warn if
5200         barCheckLastFail was changed.
5201
5202         * scm/define-translator-properties.scm (barCheckLastFail): add
5203         property.
5204
5205         * lily/main.cc (main_prog): print summary of failed files.
5206
5207         * lily/axis-group-engraver.cc: move all spanner creation to
5208         process_music (). Now staffs can be adjusted with \override too.
5209         (Jan, you are a brilliant programmer!)
5210         
5211         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5212
5213 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5214
5215         * Documentation/user/tutorial.itely (Integrating text and music):
5216         Show the commands to produce a PDF as well.
5217
5218 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5219
5220         * lily/translator-def.cc (get_translator_names): accept user
5221         tweaks too. 
5222
5223         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5224         as big as normal heads. 
5225
5226         * input/*ly: run convert-ly
5227         
5228         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5229         () if dependencies are fluked.
5230
5231         * scm/document-translation.scm (engraver-doc-string): update on
5232         latest string/symbol conventions.
5233
5234         * lily/translator-ctors.cc: use Scheme_hash_table.
5235
5236         * lily/translator-def.cc (get_translator_names): new function
5237         (add_context_mod): new function
5238         (get_accepted): new function
5239
5240         * lily/parser.yy (context_mod): put all modifications of
5241         \translator { } in a single production, encode as SCM.
5242
5243         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5244         to use read-only lists, so additions to the definition can be
5245         prepended easily.  
5246
5247         * Documentation/user/invoking.itexi (Editor support): add node on
5248         editor support.
5249
5250         * Documentation/user/refman.itely (Bar check): add lyrics example
5251         of bar checks. 
5252
5253         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5254
5255         * scripts/convert-ly.py (conv): add conversion rule.
5256
5257         * lily/parser.yy: use \change iso. \translator for staff switch.
5258
5259         * lily/my-lily-lexer.cc: add \change.
5260
5261         * scm/define-translator-properties.scm
5262         (default-melisma-properties): add definition.
5263
5264 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5265
5266         * Documentation/user/refman.itely (Bar lines): clarification of
5267         systemStartDelimiter. 
5268
5269         * input/test/slur-shape.ly (x): remove file.
5270
5271         * lily/translator-group.cc (apply_property_operations): new function.
5272
5273 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5274
5275         * lily/parser.yy (optional_prop_ops): allow \with {
5276         PROPERTYSETTINGS } following \context or \new.
5277
5278         * lily/my-lily-lexer.cc: add \with.
5279
5280         * lily/parser.yy (property_operation): clean up definition of
5281         property operations.
5282         (property_op_to_music): new function.
5283         (context_spec_music): new function
5284
5285         * VERSION: 2.1.7 released.
5286         
5287         * input/regression/collision-merge-dots.ly: new file.
5288
5289         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5290         then kill the dots too. 
5291
5292         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5293         set/unset breakableSeparationItem
5294
5295         * lily/separation-item.cc (relative_width): add function.
5296
5297         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5298         only-prebreak-interface
5299
5300         * lily/system.cc (output_lines): only junk only-prebreak-interface
5301         grobs.
5302
5303         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5304         read breakableSeparationItem
5305
5306         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5307
5308         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5309
5310         * lily/dot-column.cc (dot_config_badness): new function:
5311         select the best scoring dot configuration: dots should go close to
5312         the note heads, but be shifted up or down according to conventions.
5313         (print_dot_configuration): idem.
5314         (shift_one): idem
5315         (remove_collision): idem.
5316
5317         * input/regression/dots.ly: add more test cases.
5318
5319 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5320
5321         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5322
5323         * flower/include/interval.hh: rename elem_b to contains 
5324
5325         * lily/tie.cc: change 'heads to 'head-pair.
5326
5327         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5328         fill in 'heads field.
5329
5330         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5331         minimum-length for short ones, and shorten so collisions with the
5332         next syllable are avoided.
5333
5334         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5335         near-zero slopes.
5336         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5337
5338         * lily/dots.cc: remove quantized_position callback. All Y
5339         positioning is done by dot-column.cc
5340
5341         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5342         exhaustive test of all dot positions. This fixes disappearing dots
5343         in dotted chords.
5344
5345 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5346
5347         * mf/feta-klef.mf (test_staff): fatten up G clef
5348         (test_staff): fatten up f clef.
5349         
5350
5351 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5352
5353         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5354         * input/les-nereides.ly: Use latin1 characters for title, like
5355         Morgenlied.
5356
5357 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5358
5359         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5360         cmb10).
5361
5362         * lily/lyric-extender.cc (brew_molecule): add little space before
5363         extender line.
5364
5365         * lily/beam-quanting.cc (score_forbidden_quants): check if
5366         outer stafflines fall in any beam gaps.
5367
5368         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5369         for lyric texts.
5370
5371 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5372
5373         * VERSION: 2.1.6 released.
5374
5375         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5376         this shows the demerits of a user-defined beam position pair.
5377
5378         * scm/define-grobs.scm (all-grob-descriptions): set
5379         beamed-extreme-minimum-free-lengths to a different value.
5380
5381         * lily/scm-option.cc: add debug-beam scm-option
5382
5383         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5384
5385 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5386
5387         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5388
5389         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5390         space after barline.
5391
5392         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5393
5394         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5395         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5396         the other case, take standard column-breakable spacing. Do not
5397         warn about "no spacing wishes".
5398
5399         This fixes wide spaces after barlines in very loose lines.
5400
5401         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5402
5403 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5404
5405         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5406         acknowledge_grob lyric-syllable, not lyric-text.
5407
5408         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5409         dashes of length #'length separated by #'dash-period. 
5410
5411         * lily/lyric-extender.cc (brew_molecule): idem
5412
5413         * lily/multi-measure-rest.cc (big_rest): idem
5414
5415         * lily/system-start-delimiter.cc (simple_bar): idem
5416
5417         * lily/bar-line.cc (simple_barline): use rounded box
5418
5419         * VERSION: release 2.1.5
5420
5421         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5422         music): move note about dvips to more visible place.
5423
5424         * lily/lyric-phrasing-engraver.cc: move from
5425         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5426         lyric-phrasing-engraver.hh)
5427         
5428         * lyric-align.ly: remove file
5429         
5430         * scripts/convert-ly.py (FatalConversionError.func): add removal
5431         rule for automaticMelismata
5432
5433         * ly/engraver-init.ly (ScoreContext): switch on
5434         New_phrasing_engraver by default.
5435
5436         * lily/slur-engraver.cc (class Slur_engraver):
5437         process_acknowledged_grobs -> process_music.
5438         (try_music): signal melismata correctly.
5439
5440         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5441         word-space, right-trim-amount, and extend past right bound only
5442         for note heads.
5443
5444         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5445         lyric-extender support: add note-heads to the extender
5446         automatically.
5447
5448         * lily/parser.yy: extender is now post_event. 
5449
5450         * lily/accidental-engraver.cc (number_accidentals): remove
5451         spurious warning about non-parent contexts.
5452
5453         * lily/music-output-def.cc (assign_translator): \translator { }
5454         for a Foo context implicitly redefines \FooContext.
5455
5456         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5457         fixes.
5458
5459         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5460         doubly in slur weight. 
5461
5462         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5463         combination.
5464
5465         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5466         staffbar distance.
5467
5468         * scripts/lilypond.py (global_latex_preamble): crank down size of
5469         the margins. Now there is a 12 mm top and bottom margin, which
5470         should correspond with the printable area of modern printers.
5471
5472         This enlarges the music height of the printable page a little.
5473
5474         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5475         signs. Use \markup instead.
5476         (accreg_pen): tweak for accordeon asterisk.
5477
5478 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5479
5480         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5481
5482         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5483
5484         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5485
5486         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5487
5488         * scm/define-grobs.scm (all-grob-descriptions): change
5489         StanzaNumber description: make side support, i.s.o. breakable.
5490         use Instrument_name_engraver for texts in the margin.
5491
5492         * scm/define-translator-properties.scm: remove
5493         melismaEngraverBusy, stz property.
5494
5495         * *.cc: naming: change empty_b () into is_empty ()
5496
5497         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5498
5499         * input/regression/lyric-phrasing-new.ly: new file.
5500
5501         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5502         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5503         melismata are now left-aligned.
5504
5505 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5506
5507         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5508
5509         * mf/feta19.mf: remove.
5510         
5511         * mf/feta-klef.mf (test_staff): more tweaks
5512
5513         * mf/feta-toevallig.mf: more small size tweaks.
5514
5515         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5516         rests for smaller sizes.
5517
5518         * mf/feta-bolletjes.mf: fix cross heads.
5519
5520         * VERSION: release 2.1.4
5521         
5522         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5523         deprecated #'ancient font family
5524
5525         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5526         it is a string or number.
5527
5528         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5529         change calling convention of stem-attachment function. 
5530
5531         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5532
5533         * mf/feta-autometric.mf: dump WX/WY fields too
5534         
5535         * mf/parmesan-heads.mf: idem.
5536
5537         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5538         attachment coordinates.
5539
5540         * lily/note-head.cc (stem_attachment_coordinate): read stem
5541         attachment from the notehead glyphs WX/WY fields.
5542
5543         * lily/include/font-metric.hh (struct Font_metric): add methods
5544         get_indexed_wxwy (), make a distinction between looking up by
5545         index and ASCII  
5546
5547         * mf/feta-bolletjes.mf: rewrite note head MF code.
5548         (test_outlines): make heads more rotund for smaller sizes. 
5549
5550 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5551
5552         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5553         throughout. Font scaling fixes throughout.
5554
5555         * mf/feta-sleur,slur.mf: remove. 
5556
5557         * mf/feta-slag.mf: rewrite.
5558
5559 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5560
5561         * VERSION: release 2.1.3
5562
5563         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5564
5565         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5566
5567         * lily/mark-engraver.cc (process_music): fix mark
5568         \default. (backportme)
5569
5570         * stepmake/stepmake/automatically-generated.sub.make (default):
5571         use -n for head/tail commands. 
5572
5573         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5574         heads with the same pitch.
5575
5576 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5577
5578         * lily/recording-group-engraver.cc (finalize): set protected_scm
5579         member to '() before finalizing.
5580
5581         * lily/translator-group.cc (finalize): remove removal_processing () 
5582
5583         * lily/recording-group-engraver.cc: new engraver: record
5584         synchronized start & end times for each music object.
5585
5586         * lily/parser.yy (toplevel_expression): execute score rendering
5587         during parsing. Cleanup output-filename handling; this is no
5588         longer done with global variables.
5589         (translator_spec_body): allow \type modification too.
5590
5591         * lily/score.cc:  ly:run-translator: new function
5592         (LY_DEFINE): ly:render-output new function.
5593
5594         Separate interpreting and rendering, and make available as
5595         functions at Scheme level.
5596
5597 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5598
5599         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5600         (musicxml-node->string):
5601         (xml-node->string):
5602         (music-to-musicxml): New function.
5603
5604 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5605
5606         * VERSION: 2.1.2 released
5607
5608         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5609
5610         * scm/font.scm (paper20-font-vector): discouple font design sizes
5611         from sizes specified in .ly file: store all design sizes of a font
5612         in a single vector.
5613
5614         * lily/font-select.cc (get_font_by_design_size): new function
5615
5616         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5617         add parmesan,feta in sizes 14 and 18.
5618         
5619         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5620
5621         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5622         of fontSize: this now sets font-size
5623
5624 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5625
5626         * VERSION: 2.1.1 released
5627         
5628         * Documentation/user/refman.itely (Tuning objects): add note about
5629         concurrent tweaks in different contexts. 
5630
5631         * lily/tie-engraver.cc (acknowledge_grob): use
5632         Staff_symbol_referencer::get_position iso. reading staff-position
5633         directly.
5634
5635         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5636         currentMusicalColumn as left span-point for bracket. The bracket
5637         is too long when there are accidentals.
5638
5639 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5640
5641         * buildscripts/lilypond-profile.sh,
5642         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5643         Thanks to Reuben Thomas <rrt@mupsych.org>
5644
5645 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5646
5647         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5648         Wurbel <wurbel@univ-tln.fr>.
5649
5650 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5651
5652         * scripts/midi2ly.py: Add space after chords.
5653
5654 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5655
5656         * input/regression/{many}: add few @code{ ... }.
5657
5658 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5659
5660         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5661         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5662         Removed cmbx5, cmbx6 (which are included in teTeX)
5663         and cmbxti14 which is not used in fonts.scm.
5664
5665 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5666
5667         * lily/midi-item.cc: fine tune quarter tones.
5668
5669 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5670
5671         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5672         new function, warn how many cents are missing in fine tuning.
5673
5674 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5675
5676         * input/bugs/rhytmicstaff-tie.ly: add file.
5677
5678         * THANKS: Create skeleton for 2.1.
5679
5680 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5681
5682         * input/test/bar-lines.ly (TODO): dashed "|".
5683
5684 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5685
5686         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5687         input/regression/tie-chord.ly: Fix spell for tying.
5688
5689         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5690
5691         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5692         new file (renamed, see above).
5693
5694         * Documentation/user/lilypond-book.itely
5695         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5696         * input/example-1.ly input/example-2.ly input/example-3.ly
5697         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5698         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5699         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5700         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5701         * scripts/lilypond-book.py scripts/lilypond.py
5702         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5703         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5704
5705         * Documentation/user/lilypond.tely: update version.
5706
5707         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5708         Remove extra spaces in each @node, fixes spaces.
5709
5710 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5711
5712         * scripts/lilypond-book.py (output_dict): Add definition of
5713         \lilypondbook also for LaTeX output. Solves several bug reports.
5714
5715 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5716
5717         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5718
5719 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5720
5721         * input/test/transposition.ly: Fix key signatures, given in comments.
5722
5723 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5724
5725         * scm/midi.scm (instrument-names-alist),
5726         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5727
5728 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5729
5730         * input/test/temporary-stave.ly (texidoc): New example based on an
5731         email question from Ralph Little.
5732
5733 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5734
5735         * VERSION: release 2.1.0
5736         
5737         * lily/note-performer.cc (try_music): accept busy-playing-event.
5738
5739         * lily/swallow-perf.cc (try_music): return false for
5740         busy-playing-event and melisma-playing-event.
5741
5742 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5743
5744         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5745         >> in \score.
5746
5747 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5748
5749         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5750         that articulation_substitute will not move beam start again.
5751         (articulation_substitute): Bugfix: remove stray space so that new
5752         old chords ending '>>' does not get broken up.
5753         (sub_chord): Use TAB for indentation (not spaces).
5754         
5755         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5756         Bugfix for startup: Use ?^ instead of ?\^.
5757
5758 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5759
5760         * lily/lyric-combine-music-iterator.cc
5761         (Lyric_combine_music_iterator): change init order, to prevent GC
5762         segfaults.
5763
5764         * lily/context-specced-music-iterator.cc (construct_children): 
5765         only change  translator if found. This fixes a core dump problem.
5766
5767 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5768
5769         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5770         comparison.
5771
5772         * mf/feta-bolletjes.mf: make hole in half note little
5773         smaller for stem attachment.
5774
5775         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5776
5777         * mf/feta-banier.mf: don't draw stem with flag, just small square
5778         attachment.
5779
5780         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5781
5782         * mf/feta-banier.mf: remove upstem/downstem characters.
5783
5784         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5785
5786         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5787         stafflinethickness (in the default)
5788
5789         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5790
5791         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5792
5793         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5794
5795         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5796
5797         * lily/include/directional-element-interface.hh:
5798         junk class, make {get,set}_grob_direction functions.
5799
5800         * lily/slur.cc (get_attachment): do something sensible when
5801         attaching to stem without heads (eg. a rest).
5802
5803         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5804         forcing up to staff.  remove #'support-head property
5805         (brew_molecule): small cleanup.
5806         (flag): remove #'grace property.
5807
5808 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5809
5810         * cygwin/postinstall-lilypond.sh: 
5811         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5812         (Volker Zell).
5813
5814 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5815
5816         * scripts/lilypond-book.py: resurrect 'eps' option. 
5817         (TexiPaper.to_eps): use -Ppdf for EPS files.
5818
5819         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5820
5821         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5822
5823         * VERSION: release 2.0.1
5824
5825         * lily/bezier.cc (get_other_coordinate): change assert into
5826         warning.
5827
5828         * lily/note-head.cc (internal_brew_molecule): make left protusion
5829         smaller, to accomodate for natural sign.
5830         (internal_brew_molecule): only do this when the accidental is
5831         close enough.
5832         (extent): new function
5833
5834         * lily/skyline.cc (merge_skyline): new function
5835         (heighten_skyline): new function
5836
5837         * lily/accidental-placement.cc (position_accidentals) 
5838         (position_accidentals): fix todo.
5839
5840 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5841
5842         * input/test/+.ly (texidoc): put version number inline.
5843
5844         * GNUmakefile.in: remove rsync-web target.
5845         
5846         * input/regression/bar-scripts.ly (onestaff): raggedright
5847
5848 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5849
5850         * lily/*.cc: remove #if 0'd code in couple of places.
5851
5852         * lily/midi-stream.cc (operator <<): rewrite.
5853
5854         * lily/note-head.cc (internal_brew_molecule): 
5855         only make ledgers when the Staff symbol has lines.
5856
5857         * ly/property-init.ly (arpeggioBracket): simplify
5858
5859         * lily/translator-group.cc (execute_pushpop_property): use
5860         SCM_EQ_P for comparing keys. This fixes reverting
5861         auto-beam-settings.
5862
5863 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5864 *
5865         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5866         midi_debug_global_b.
5867         (operator <<): Normalise loop.
5868
5869 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5870
5871         * scripts/lilypond.py (escape_path): revise.
5872
5873         * scm/music-functions.scm (set-output-property): new function.
5874         
5875 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5876
5877         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5878         use addmakeflags again.
5879
5880         * cygwin/lily-wins.py (escape_shell): New function; use it.
5881
5882         * scripts/lilypond.py (escape_shell): Escape quotes and other
5883         spaces too.  Do not escape escaping backslashes.
5884
5885         * make/srcdir.make.in (web-install): Must call install-WWW now.
5886
5887         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5888         dependency
5889
5890 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5891
5892         * scripts/lilypond.py (escape_path): escape quotes too. 
5893
5894         * Documentation/user/lilypond.tely (Unified index): rename Index
5895         to accomodate Windows breakage.
5896
5897         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5898
5899         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5900         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5901         target not a source.
5902
5903 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5904
5905         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5906         addmakeflags.  Build and install doc and web also when building on
5907         Cygwin.
5908
5909         * mf/GNUmakefile: Bugfix.
5910
5911         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5912         target web.
5913
5914         * cygwin/lily-wins.py: Quote filename.
5915
5916 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5917
5918         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5919
5920 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5921
5922         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5923         settings.
5924
5925         * configure.in: Require g++ > 3.0.4.
5926
5927         * mf/GNUmakefile: Bugfix: Add list.ly target.
5928         
5929         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5930
5931         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5932         make omf directory, add uninstall targets.
5933
5934 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5935
5936         * lily/tie-performer.cc (initialize): init prev_event
5937
5938         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5939
5940         * lily/script-engraver.cc (make_script_from_event): don't crash on
5941         non-string articulation-type.
5942
5943         * lily/new-fingering-engraver.cc (add_script): don't crash on
5944         0 scripts 
5945         (acknowledge_grob): warn about text script events.
5946
5947 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5948
5949         * buildscript/lilypond.words: fix path for drums.scm.
5950
5951 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5952
5953         * lily/spacing-spanner.cc (note_spacing): don't make longer
5954         durations than measure-length.
5955
5956         * VERSION: release 2.0.0
5957
5958         * GNUmakefile.in (rsync-web): version independent rsync target.
5959
5960         * input/test/+.ly (texidoc): idem.
5961
5962         * input/regression/+.ly: print version number.
5963
5964         * input/regression/accidentals.ly (mel): shorten.
5965
5966         * input/regression/accidental-octave.ly (texidoc): shorten.
5967
5968         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5969
5970         * input/regression/completion-heads-polyphony.ly: octave
5971
5972         * input/regression/beam-manual.ly: remove
5973
5974         * input/regression/beam-chord.ly: remove
5975
5976         * input/regression/grace-dynamic.ly: remove
5977         
5978         * input/regression/grace-volta-repeat.ly: octave fixes.
5979
5980         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5981
5982         * lily/parser.yy (step_number): semitones for chord entry too.
5983         (make_chord_step): more robust code, semitones. 
5984
5985         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5986
5987         * input/regression/breathing-sign.ly (texidoc): split ancient and
5988         normal breathing signs.
5989
5990         * scm/define-grobs.scm (all-grob-descriptions): swap
5991         beamed-extreme-minimum-free-lengths and
5992         beamed-minimum-free-lengths; the 'extreme' case should allow
5993         shorter stems. This fixes forced directions on beamed 32nd and
5994         shorter notes.
5995
5996         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5997         quartertones, not semitones.
5998         (NoteNamesContext): swallow more event types
5999
6000         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6001
6002         * VERSION (PACKAGE_NAME): release 1.9.10
6003
6004 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6005
6006         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6007         set note head as cause of note-column.  This gives a better error
6008         message.
6009
6010 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6011
6012         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6013
6014 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6015
6016         * mf/GNUmakefile (pfa_warning): instruct 
6017
6018         * stepmake/aclocal.m4: typo.
6019
6020         * Documentation/user/cheatsheet.itely: more verbose examples.
6021
6022         * input/regression/clefs.ly: remove bogus docstring.
6023
6024 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6025
6026         * GNUmakefile.in (SUBDIRS): Add elisp.
6027
6028         * elisp/lilypond-mode.el: 
6029         * elisp/lilypond-init.el: 
6030         * elisp/lilypond-indent.el: 
6031         * elisp/lilypond-font-lock.el: Move from top dir.
6032
6033         * stepmake/stepmake/elisp-vars.make: New file.
6034
6035         * config.make.in (elispdir): Add.
6036
6037         * Documentation/topdocs/INSTALL.texi: Typo.
6038
6039         * make/ly-rules.make: Test for files instead of touching void and
6040         ignoring errors.
6041
6042         * GNUmakefile.in:
6043         * make/lilypond.redhat.spec.in:
6044         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6045         <builddir>, adding
6046         
6047              (push "<builddir>/share/lilypond/elisp" load-path)
6048
6049         to your ~/.emacs.el should give you LilyPond-mode again.
6050
6051         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6052         regexp for DOS/Windows, we are too paranoid to fix others.
6053
6054 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6055
6056         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6057
6058         * input/test/chord-names-jazz.ly (banterProperties): fix
6059
6060         * lily/parser.yy (bass_mod): bass figure alterations are semi
6061         tones, not quarter tones
6062
6063         * lily/beam.cc (set_stem_lengths): only lengthen stems
6064         for gapped beams.
6065
6066         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6067         by beamcount.
6068
6069         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6070         a warning that the warning may erroneous.
6071
6072         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6073         target.
6074
6075         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6076         targets.
6077
6078         * GNUmakefile.in ($(config_h)): config.h should depend on
6079         config.hh.in .
6080         (lilypond.words): remove fontball stuff.
6081
6082         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6083
6084         * configure.in: remove pktrace reference.
6085
6086         * GNUmakefile.in (rsync-web): permissions and ownership for
6087         website.
6088
6089         * lily/volta-engraver.cc (staff_eligible): new function.
6090         (stop_translation_timestep): kill off spanners if not eligible.
6091
6092         * VERSION (PATCH_LEVEL): release 1.9.9
6093
6094         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6095
6096         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6097         length is more important than forbidden quants.
6098         
6099 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6100
6101         * buildscripts/lilypond.words: order words in search order,
6102         add lilypond.words.vim to be generated.
6103
6104         * lilypond.vim: use lilypond.words.vim for keyword matching.
6105
6106         * lilypond-mode.el: use search order. fix word selection rules.
6107
6108         * lilypond-font-lock.el: fix fontifying long durations.
6109
6110         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6111
6112 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6113
6114         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6115
6116         * stepmake/stepmake/generic-targets.make:
6117         * stepmake/stepmake/bin/make-version.py: 
6118         * stepmake/aclocal.m4:
6119         * make/stepmake.make:
6120         * make/toplevel-version.make: Build fixes: remove last traces of
6121           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6122
6123         * lily/beam.cc: Add gap-count property.
6124
6125 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6126
6127         * scm/define-grob-properties.scm (gap-count): add gap-count
6128
6129         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6130
6131 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6132
6133         * cygwin/mknetrel.doc: Typo.
6134
6135         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6136
6137         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6138
6139 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6140
6141         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6142         sizes. Remove support for 'ledger'(=tabloid+landscape).
6143
6144 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6145
6146         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6147         sauter PFAs.
6148
6149         * configure.in: remove VERSION stuff once again.
6150
6151         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6152
6153         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6154         for chord names.
6155
6156         * mf/GNUmakefile: always trace pfa fonts.
6157         (SAUTER_FONTS): add cmss[567] too fonts
6158
6159         * configure.in: require mftrace. 
6160
6161         * lily/staff-performer.cc (new_instrument_string): don't look at
6162         instrument property.
6163
6164         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6165         is_direction is the C++ one. Similar for ly_axis_p and
6166         ly_number_pair_p
6167
6168 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6169
6170         * lily/beam.cc (brew_molecule): read gap-count to determine
6171         number of tremolo (gapped) beams.
6172
6173         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6174         shorter than 1/8
6175
6176         * flower/include/array.hh (default_compare): new function
6177
6178         * cygwin/mknetrel: Native fixes.
6179
6180         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6181
6182 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6183
6184         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6185         feature for Windows.
6186
6187         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6188
6189         * cygwin/mknetrel: Updates for native use on Cygwin.
6190
6191         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6192
6193         * stepmake/stepmake/help2man-rules.make: 
6194         * cygwin/mknetrel: Bugfix for manpages.
6195
6196         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6197         $(builddir).  Stepmake is a normal subdirectory now, that is not
6198         configured.  Another srcdir build fix.
6199
6200         * Documentation/topdocs/INSTALL.texi,
6201         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6202         lilypond-init.el, lilypond-mode.el, debian/rules,
6203         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6204         rename generated file lilypond.words to lilypond.words.el.
6205
6206 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6207
6208         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6209
6210         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6211         GNUmakefile.in.
6212
6213 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6214
6215         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6216         when cross building.
6217
6218         * configure.in: srcdir build fix.
6219
6220         * cygwin/GNUmakefile:
6221         * cygwin/lily-wins.py:
6222         * cygwin/postremove-lilypond.sh: 
6223         * cygwin/postinstall-lilypond.sh: Merge from stable.
6224
6225         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6226         s/ly2dvi/lilypond/.
6227
6228 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6229
6230         * lily/slur.cc (after_line_breaking): only set control points if
6231         none supplied yet.
6232
6233         * input/test/slur-manual.ly: new file.
6234
6235         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6236         <<  >> chords too.
6237
6238         * VERSION (PACKAGE_NAME): release 1.9.8
6239
6240         * scripts/lilypond.py (escape_path): escape spaces in directory names
6241
6242         * input/test/text-spanner.ly: fixes.
6243
6244 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6245
6246         * buildscripts/lilypond.words.py: add drum names as note names to
6247         Emacs-mode.
6248
6249 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6250
6251         * input/regression/hairpin-dashed.ly: new file.
6252
6253         * scripts/convert-ly.py (conv): warn about dash-length.
6254
6255         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6256         automatically if we get a new one.
6257
6258         * lily/lookup.cc (dashed_line): new function
6259
6260         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6261         dash-fraction.
6262
6263 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6264
6265         * buildscripts/lilypond.words.py: extract note names.
6266
6267         * lilypond-mode.el: take note names from lilypond.words -file.
6268         small fix in the use of string-match.
6269
6270         * lilypond-font-lock.el: use lilypond.words for note names, add 
6271         maxima to note a duration.
6272
6273 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6274
6275         * lily/breathing-sign.cc: remove railtracks() function. 
6276
6277         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6278
6279         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6280         (brew_molecule): bugfix don't make arpeggio shorter when
6281         arpeggio-direction is set.
6282
6283         *  debian/rules: small corrections in the (Pedro K)
6284
6285         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6286         examples.
6287
6288         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6289         special (repeat) bar comes along.
6290
6291         * input/regression/auto-beam-bar.ly: update.
6292
6293         * scripts/lilypond-book.py (output_dict): remove support for the
6294         EPS option.
6295
6296         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6297         VerticalAlignment and VerticalAxisGroup this fixes the size
6298         computations for the entire system.
6299  
6300         * input/les-nereides.ly (bass): remove superfluous fontSize.
6301
6302         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6303         causes directory of file to be added to include path.
6304
6305         * input/regression/beam-break.ly: test single stem beams.
6306
6307         * input/regression/system-start-bracket.ly: fix.
6308
6309         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6310
6311         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6312
6313         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6314         (score_stem_lengths): do something sensible for single stem beams.
6315
6316         * lily/beam.cc (least_squares): add kludge for single stem beams.
6317
6318         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6319         keySignature to list of broken things.
6320
6321         * input/regression/keys.ly: fix.
6322
6323         * VERSION (PACKAGE_NAME): release 1.9.7
6324
6325         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6326
6327         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6328
6329         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6330         (quartertone_pitch): new function
6331
6332         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6333         flat. WARNING: FONT CHANGED.
6334
6335         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6336
6337         * lily/accidental-placement.cc (add_accidental): support for
6338         quarter tones.
6339
6340         * ly/LANGUAGEs.ly: use symbols for alterations.
6341
6342         * mf/feta-toevallig.mf: change accidental codes. 
6343
6344         * scm/lily.scm (ly:get-option): switch on debugging only for
6345         --verbose.
6346
6347         * lily/lily-guile.cc: remove ly:verbose?
6348
6349         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6350
6351         * lily/parser.yy (TODO): only do gh_call() for apply with
6352         procedure argument.
6353
6354         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6355         stuff in accordance with new timing of tie-events.
6356
6357         * lily/my-lily-lexer.cc: remove \outputproperty
6358
6359         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6360
6361         * scm/define-translator-properties.scm (melismaBusyProperties):
6362         add melismaBusyProperties property.
6363
6364 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6365
6366         * input/test/ambitus-mixed.ly (texidoc): new file.
6367
6368         * buildscripts/mutopia-index.py (find): prune debugging
6369
6370         * lily/side-position-interface.cc: doc updates
6371
6372         * Documentation/user/refman.itely: updates, tweaks.
6373
6374         * lily/parser.yy (Simple_music): remove outputproperty
6375
6376         * make/stepmake.make: use VERSION again; importing VERSION via
6377         autoconf dependencies is too hairy.
6378
6379 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6380
6381         * lilypond-mode.el: allow `-' for keywords and identifiers.
6382
6383 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6384
6385         * VERSION: release 1.9.6
6386         
6387         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6388         iso. ly2dvi.
6389
6390         * Documentation/user/*.itely: fixes everywhere
6391
6392         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6393         produce ties from the engraver itself, do not broadcast TieEvent.
6394
6395         * lily/my-lily-lexer.cc: remove pitch & duration.
6396
6397         * lily/parser.yy (TODO): remove \pitch and \duration
6398
6399         * input/test/explicit.ly: remove file.
6400
6401         * Documentation/user/refman.itely (Pitches): remove \pitch 
6402         \duration command.
6403
6404 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6405
6406         * buildscripts/lilypond.words.py: add all slur types to Emacs
6407         insertion menu, suppose everything is postfixed by dropping 
6408         unnecessary `-' -marks.
6409
6410 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6411
6412         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6413         tremoloed stems.
6414
6415         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6416         head for flagged stems.
6417
6418         * lily/stem.cc (get_default_stem_end_position): futz with extra
6419         stem length if there is a stem tremolo.
6420
6421         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6422         it would be too small.
6423
6424         * lily/font-metric.cc: return #f for non-existent glyph.
6425         
6426         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6427         exported through config.make.
6428
6429         * input/regression/clef-oct.ly: new file.
6430
6431         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6432         transposition.
6433
6434         * input/template/*.ly: remove old relative.
6435
6436         * ly/english.ly: add X names for double sharp.
6437
6438 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6439
6440         * lily/font-select.cc: new file handle font selection routines.
6441
6442         * lily/parser.yy: add ; (Patrick Atamaniuk)
6443
6444         * input/test/time-signature-double.ly: use markups for double time
6445         sigs.
6446
6447         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6448         ChordNames.SeparationItem #'padding for adjusting space after chords.
6449         
6450         * lily/music-output-def.cc (LY_DEFINE): 
6451         new function ly:paper-lookup.
6452         
6453         * mf/parmesan-clefs.mf: use # quantities for char_box
6454         offsets. Fixes overflow errors in the PFA. 
6455
6456         * scm/new-markup.scm (strut-markup): change calling interface for
6457         markup. Pass paper-def, not grob. This would allow \markup to be
6458         used separately from grobs.
6459
6460         * lily/paper-def.cc: new function ly:paper-font; this function
6461         replaces ly:get-font.
6462
6463         * lily/include/font-interface.hh (struct Font_interface): take
6464         Paper_def iso. Grob for get_font().
6465
6466 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6467
6468         * Documentation/user/ tutorial.itely, refman.itely: add warning
6469         about \key and accidentals.
6470
6471 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6472
6473         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6474
6475         * Documentation/user/*.itely: manual tweaks
6476
6477 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6478
6479         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6480         cleanup; bugfix: exact_center
6481
6482         * Documentation/user/refman.itely: added more documentation on
6483         ambitus according to recent questions on lilypond-user list
6484
6485 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6486
6487         * input/regression/ottava.ly (texidoc): demo 15ma too.
6488
6489         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6490
6491         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6492         octave fixes.
6493
6494 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6495
6496         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6497         problems on older Mac editors.
6498
6499 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6500
6501         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6502
6503 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6504
6505         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6506         mf/parmesan-clefs.mf: added comments on character alignment and
6507         set_char_box() conventions
6508
6509         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6510         set_char_box()'s
6511
6512         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6513
6514 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6515
6516         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6517
6518 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6519
6520         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6521         shortened to avoid almost-collision with staff line; code cleanup;
6522         other custodes: fixed char boxes; code cleanup
6523
6524 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6525
6526         * configure.in: release 1.9.5
6527         
6528         * scripts/lilypond.py (global_latex_preamble): only set
6529         twosideshift if 'twoside' is in latexoptions 
6530
6531         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6532
6533         * VERSION: remove
6534
6535         * scripts/*2ly.py: update <> syntax
6536
6537 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6538
6539         * lily/chord-name-engraver.cc (process_music): add origin for
6540         chord name.
6541
6542         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6543
6544         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6545         bass notes for exceptions too.
6546
6547         * scm/define-grobs.scm (all-grob-descriptions): rename
6548         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6549
6550         * scm/define-grob-properties.scm (remove-first): add remove-first
6551         property for orchestral scores.
6552
6553         * Documentation/user/*.itely: switch <<>> and <> 
6554
6555         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6556         last_line only once. This fixes the two consecutive glissandi problem.
6557
6558 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6559
6560         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6561         error message "flexa-width undefined"
6562
6563         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6564         lily/include/gregorian-ligature.hh: print warning when ignoring
6565         head prefixes on flexa shapes
6566
6567         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6568         space before a series of inclinatum heads
6569
6570         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6571         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6572         cleanups
6573
6574         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6575         and char_box
6576
6577 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6578
6579         * input/regression/breathing-sign.ly: tiny fixes
6580
6581         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6582         semantical collision with vaticana ligatures
6583
6584         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6585         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6586         now consistent with mensural ligatures
6587
6588         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6589         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6590         context pitches and staff position; dto. for virga stem; removed
6591         obsolete virga and clivis characters from parmesan font (WARNING:
6592         font changed)
6593
6594         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6595         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6596
6597         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6598         scm/define-grob-properties.scm: consistency fix: renamed
6599         join_left->add_cauda
6600
6601         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6602         appendix length; bugfix: yoffs_bt for reverse direction punctum
6603         characters
6604
6605         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6606         small cleanups; added more docu
6607
6608         * lily/mensural-ligature-engraver.cc,
6609         lily/vaticana-ligature-engraver.cc,
6610         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6611         computation to CoherentLigatureEngraver
6612
6613         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6614         scm/define-grob-properties.scm: bugfix: added missing linea and
6615         cavum properties; bugfix: removed dead semivocalis property
6616
6617         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6618         length; redesigned quilisma, stropha and auctum
6619
6620         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6621         line thickness
6622
6623         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6624         Documentation/user/refman.itely: bugfix: introduced shifted
6625         epiphonus head to avoid collision with adjacent plica
6626
6627 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6628
6629         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6630
6631         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6632
6633 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6634
6635         * Documentation/user/tutorial.itely (A lead sheet): remove
6636         duplicate chords.
6637
6638         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6639
6640 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6641
6642         * Documentation/bibliography/computer-notation.bib (isbn): add
6643         xivcim publication.
6644
6645 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6646
6647         * GNUmakefile.in: drop lilypond.words for generation.
6648
6649 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6650
6651         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6652
6653         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6654
6655 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6656
6657         * input/test/figured-bass-alternate.ly (fl): new file.
6658
6659         * Documentation/topdocs/README.texi (Top): clarifications.
6660
6661         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6662         theses of Gieseking and Renz.
6663
6664         * GNUmakefile.in (README_FILES): remove README.mandrake.
6665
6666 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6667
6668         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6669         from source files and search patterns listed in the script.
6670
6671         * GNUmakefile.in: add target `lilypond.words'.
6672
6673         * lilypond.words: remove file, generated by `make lilypond.words'.
6674
6675         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6676
6677 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6678
6679         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6680
6681 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6682
6683         * VERSION: 1.9.4 released
6684
6685         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6686         rule for < > <-> << >> substitution
6687
6688         * lily/lexer.ll: exchange meaning of << >> and < > 
6689
6690         * VERSION (PACKAGE_NAME): 1.9.3 released
6691
6692         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6693         pages unconditionally.
6694
6695 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6696
6697         * Documentation/user/music-glossary.tely (Top): small syntax
6698         fixes.
6699
6700         * scm/music-functions.scm (remove-tag): filter \tagged music
6701         expressions.
6702
6703         * input/regression/tag-filter.ly (texidoc): new file.
6704
6705         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6706         symbol2 .. ) etc. 
6707
6708         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6709         convert rule.
6710
6711         * Documentation/user/refman.itely (Fingering instructions): adjust
6712         manual.
6713
6714         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6715         for borderline cases (e.g. 1 fingering.)
6716         (position_scripts): revise interface, use fingerOrientations to
6717         set fingering positions.
6718
6719         * scm/document-translation.scm (context-doc): add aliases to
6720         automated documentation.
6721
6722         * make/lilypond-vars.make: remove stepmake compat glue.
6723
6724         * make/generic-vars.make: remove cruft.
6725
6726         * lily/main.cc (main): don't identify binary.
6727
6728 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6729
6730         * lily/include/translator.hh (class Translator): remove
6731         type_string_ , use symbol for context name throughout.
6732         Changes through whole source tree.
6733
6734         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6735         set PDF as default, and always make PDF.
6736
6737         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6738
6739 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6740
6741         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6742         Documentation/user/refman.itely input/regression/allfontstyle.ly
6743         input/regression/grace-types.ly:
6744         fix spelling for acciaccatura (Webster's 1913).
6745
6746 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6747
6748         * lily/main.cc (usage): adjust blurb, include url.
6749
6750         * input/regression/breathing-sign.ly (texidoc): transpose up
6751
6752 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6753
6754         * input/regression/breathing-sign.ly: changed ancient examples to
6755         be relevant (by request of Han-Wen); updated BreathingSign text
6756         property according to new syntax.
6757
6758         * ly/gregorian-init.ly: updated BreathingSign text property
6759         according to new syntax
6760
6761 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6762
6763         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6764         (Clef): index entries for clefs.
6765
6766         * python/lilylib.py (system): remove errorlog files.
6767         
6768 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6769
6770         * lilypond.words: add \new and new graces. Add dynamics to menus
6771         keeping 1.8.x compatibility; after all the engraving relating to 
6772         notes becomes postfixed `-' marks will be removed.
6773
6774 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6775
6776         * lily/molecule.cc (align_to): idem.
6777
6778         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6779         
6780         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6781         accacciatura everywhere.
6782
6783         * VERSION (PACKAGE_NAME): released 1.9.2
6784
6785         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6786
6787         * scm/document-markup.scm (markup-doc-node): sort markup function
6788         list.
6789
6790         * lily/paper-outputter.cc (output_version): change "Lily was here"
6791         into  "Engraved by LilyPond"
6792
6793         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6794         on unquoted strings before \notenames.
6795
6796         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6797         increases the number of s/r reductions to 4.
6798
6799         * scm/new-markup.scm (fraction-markup): \fraction command.
6800
6801         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6802         mode
6803
6804         * lily/lookup.cc (round_filled_box): rename function.
6805         (LY_DEFINE): round-filled-box: change signature.
6806
6807         * Documentation/user/refman.itely: revise section explaining grace
6808         notes.
6809
6810         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6811         ly:set-context-property
6812
6813         * input/*/*.ly (vmus): use \new everywhere.
6814
6815         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6816
6817         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6818         default
6819
6820         * scm/music-functions.scm (set-stop-grace-properties)
6821         (set-start-grace-properties, add-grace-property): new functions
6822         for modular grace tweak control.
6823
6824         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6825         
6826 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6827
6828         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6829
6830         * GNUmakefile.in (install-pfa-fonts):
6831         (get-pfa-fonts): New target.
6832
6833         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6834         install-pfa-fonts help.
6835
6836 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6837
6838         * lily/translator-scheme.cc (LY_DEFINE):
6839         ly:context-pushpop-property new function.
6840         (LY_DEFINE): new function ly:translator-find  
6841         new function ly:translator?
6842         (LY_DEFINE): new function ly:context?
6843
6844         * lily/translator-def.cc: remove
6845         Translator_def::apply_pushpop_property().
6846
6847         * python/lilylib.py (read_pipe): only store and display error log
6848         if verbose not set.
6849         (read_pipe): only display log if it contains something.
6850
6851 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6852
6853         * Documentation/misc/GNUmakefile: Re-add.
6854         (TEXTS): Add CHANGES.
6855
6856 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6857
6858         * lilypond.words: add \newcontext.
6859
6860 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6861
6862         * lily/tie-performer.cc (stop_translation_timestep): only flush
6863         tied_notes when we have actually made a tie. Fixes bugs with ties
6864         in polyphonic scores.
6865
6866 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6867
6868         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6869         they do not exist.
6870
6871 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6872
6873         * VERSION (PACKAGE_NAME): released 1.9.1 
6874
6875         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6876         Instrument_name_engraver
6877
6878         * lily/tie-performer.cc (create_audio_elements): bugfix
6879
6880         * Documentation/user/music-glossary.tely (Top): comment out
6881         font-style statements.
6882
6883         * input/test/force-hshift.ly: revise example.
6884
6885         * Documentation/bibliography/engraving.bib (note): typos.
6886
6887         * configure.in: bump GCC requirements to 3.x
6888
6889         * lily/include/audio-item.hh (class Audio_tie): rename
6890         note_l_drul_ to note_drul_
6891
6892         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6893
6894         * lily/parser.yy (relative_music): whoops. All \relative were off
6895         by ...  a lot .... Ahem.
6896
6897         * scm/define-music-types.scm (music-descriptions): idem.
6898
6899         * lily/beam-engraver.cc: move new-beam-event to beam-event
6900
6901         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6902         to Tie_engraver
6903
6904         * input/regression/bar-number.ly: remove unnecessary old-relative
6905         options.
6906         
6907         * Documentation/user/internals.itely (Creating contexts): document
6908         \newcontext
6909
6910         * lily/parser.yy (Composite_music): add \newcontext
6911
6912         * Documentation/user/refman.itely (MIDI block): add note about
6913         dotted tempos.
6914
6915         * scm/font.scm: remove old markup legacy
6916
6917         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6918
6919         * lily/breathing-sign.cc (brew_molecule): remove function
6920
6921         * lily/text-item.cc: remove old-style markups.
6922         (interpret_markup): C++ version of markup function
6923         (brew_molecule): idem.
6924
6925         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6926         as Scheme variable.
6927
6928         * scripts/convert-ly.py (conv): dashes rule.
6929         Apply rule.
6930
6931         * Documentation/user/lilypond-book.itely: syntax fixes. 
6932
6933 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6934
6935         * VERSION (PACKAGE_NAME): release 1.9.0
6936
6937         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6938         note about dvips. (Should backport.)
6939
6940         * scripts/convert-ly.py
6941         (FatalConversionError.articulation_substitute): add
6942         convert-new-chords code. Remove convert-new-chords.py
6943
6944         * Documentation/user/refman.itely (Octave check): document
6945         \octave.
6946
6947         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6948         \relative changes.
6949
6950         * lily/parser.yy (command_element): octave check:
6951
6952            \octave PITCH
6953
6954         checks that PITCH (without octave) yields PITCH (with octave) in
6955         \relative
6956
6957         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6958
6959         * lily/scm-option.cc: ly:set-option now has the default argument
6960         #t.
6961
6962         * lily/lexer.ll: add \renameinput
6963
6964         * python/lilylib.py (command_name): robustifications.
6965
6966         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6967         /dev/stderr. This is ash compatible.
6968
6969         * ly/init.ly: add warning if compatibility was not necessary.
6970
6971         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6972
6973         * flower/include/string-handle.icc: formatting cleanups, rename
6974         references by ref_count_.
6975
6976 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6977
6978         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6979         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6980         package libs separately, fix conflicting php variable out=/dev/vc/
6981         invoking `unset out', declare menus, use only one icon-file, fix
6982         doc-path in menu.
6983
6984 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6985
6986         * scripts/convert-ly.py (FatalConversionError.conv): typo
6987
6988         * Documentation/misc/GNUmakefile: restore misc directory.
6989
6990         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6991
6992         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6993         Petites-Preludes 
6994
6995         * input/test/partial-blank.ly (quickmeasure): syntax
6996
6997         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6998         attachment property.
6999
7000         * Documentation/user/refman.itely: remove superfluous -'s 
7001         (Grace notes): ) fixes.
7002
7003         * lily/music.cc: generic compress(), transpose() functions. Remove
7004         others.
7005
7006         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7007         style markup entry.
7008
7009         * lily/parser.yy: all articulations postfix; remove obligatory -
7010         for [,  ) and \!
7011         
7012         * lily/music.cc (to_relative_octave): write generic
7013         to_relative_octave function; various relative cleanups.
7014         Hmmm.
7015
7016         * lily/scm-option.cc: add options new-relative and old-relative
7017
7018         * po/sv.po: new po file.
7019
7020         * Documentation/user/refman.itely (Dynamics): website
7021         fixes. (should backport!)
7022
7023 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7024
7025         * make/lilypond.mandrake.spec.in: declare version only once.
7026
7027 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7028
7029         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7030         meaning for now.
7031
7032 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7033
7034         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7035
7036         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7037
7038         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7039
7040         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7041
7042         * lily/music.cc (var): add ly:music-transpose function.
7043
7044         * lily/parser.yy (pre_events): remove prefix articulations.
7045
7046         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7047
7048         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7049
7050         * Documentation/user/refman.itely (Text markup): add comment about
7051         markup in header.
7052
7053 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7054
7055         * lily/paper-outputter.cc (write_header_fields_to_file): 
7056         only dump value if it is a string.
7057
7058         * flower/include/dictionary.hh: remove.
7059         
7060         * Documentation/ChangeLog-1.5: add back old log.
7061
7062         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7063         .pfas from a .deb.
7064
7065 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7066
7067         * Documentation/bibliography/engraving.bib: add entry for
7068         Jaschinski's Notation
7069
7070 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7071
7072         * Documentation/user/refman.itely (Beaming): add note about
7073         allowBeamBreak
7074
7075 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7076
7077         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7078         GregorianTranscription contexts
7079
7080         * ly/engraver-init.ly: vaticana contexts: minor fixes
7081
7082         * Documentation/user/refman.itely (Ancient notation): added note
7083         on appendix length bug
7084
7085         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7086         input/test/vaticana.ly: use vaticana contexts; small fixes
7087
7088 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7089
7090         * flower/hash.cc: Remove.
7091
7092         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7093         to (nonexistent?) hash_func_ identifier.
7094
7095         * python/midi.c (midi_error, midi_warning): Use char const* for
7096         __FUNCTION__ argument.
7097
7098         * python/gettext.py: Remove.  We already require python 2.1, which
7099         includes gettext.py.
7100
7101         * configure.in: Require python 2.1, as INSTALL.texi says.
7102         it.
7103
7104         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7105         versions 1.50 and 1.75.  Remove note about lexer patch.
7106
7107 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7108
7109         * Documentation/topdocs/INSTALL.texi: Update type1 font
7110         description to actual situation.  Add comment about new font ball
7111         layout.
7112
7113         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7114         in $LILYPONDPREFIX suffices for installation.
7115
7116 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7117
7118         * debian/control (Build-Depends): Add flex-old as alternative to
7119         flex.  Deprecate bison 1.75.
7120
7121 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7122
7123         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7124         Vaticana contexts
7125
7126         * Documentation/user/refman.itely (Ancient notation): documented
7127         some bugs; tiny fixes; added docu on Vaticana contexts
7128
7129         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7130         scripts
7131
7132 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7133
7134         * Documentation/user/refman.itely (Ancient notation): added some
7135         introductory words; added section on ancient time signatures;
7136         added some @seealso and @refcommands; small fixes and
7137         beautifications
7138
7139 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7140
7141         * input/regression/note-head-style.ly: many fixes and updates
7142
7143         * Documentation/user/refman.itely: added small sections on ancient
7144         accidentals, rests and flags; revised ancient note head section;
7145         small wording/spelling fixes
7146
7147         * input/test/rests.ly: layout fixes
7148
7149 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7150
7151         * input/puer-fragment.ly: bugfix: central C position of do clef
7152
7153         * ly/gregorian-init.ly: workaround: add small padding space before
7154         divisiones (the correct fix would be the spacing engine to handle
7155         this)
7156
7157 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7158
7159         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7160         cue-notes.ly: minor fixes.
7161
7162 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7163
7164         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7165         input/test/custos-style.ly
7166
7167         * Documentation/index.html.in: bugfix: link to Tutorial.html
7168
7169         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7170         to neumes; bugfix: "et": epiphonus, not just a simple pes
7171
7172 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7173
7174         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7175
7176         * lilypond.words: add new features: markup, column, center, \[ \].
7177         
7178 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7179
7180         * Documentation/topdocs/NEWS.texi, DEDICATION,
7181         stepmake/bin/add-html-footer.py
7182         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7183         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7184         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7185         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7186         added (only) after a sentence which is complete; if the sentence is 
7187         not ended a comma `,' or nothing is used. fix also spaces.
7188
7189 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7190
7191         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7192         requirements to plain 1.6.
7193
7194         * buildscripts/mutopia-index.py (read_lilypond_header): update
7195         mutopia-index.py to 1.4 syntax [sic]
7196
7197 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7198
7199         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7200
7201 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7202
7203         * Documentation/index.html.in: url for regression pdf
7204
7205         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7206
7207         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7208
7209         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7210
7211         * VERSION: 1.8.0 released
7212         
7213         * GNUmakefile.in (local-WWW-post): footify build fix.
7214
7215         * configure.in: require GUILE 1.6.4
7216
7217         * Documentation/user/GNUmakefile: don't copy *.png for
7218         lilypond-internals
7219
7220         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7221         local-WWW-post target.
7222         (rsync-web): add rsync-web target
7223
7224         * Documentation/user/introduction.itely (Music notation and
7225         engraving): add neume example
7226
7227         * input/puer-fragment.ly (cantus): add puer-fragment
7228
7229 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7230
7231         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7232         to notes, so that equalizer is actualy being used.
7233
7234         * scm/midi.scm (instrument-equalizer-alist):
7235         (absolute-volume-alist): Define public, so that user can copy or
7236         override.
7237
7238         * lily/key-performer.cc (create_audio_elements): Check for minor
7239         key.  Only if key is minor, set MIDI key to minor.
7240
7241 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7242
7243         * Documentation/user/refman.itely (Hiding staffs): fixes.
7244
7245         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7246
7247         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7248         vertical extents to deal with Hara kiri correctly.
7249
7250         * input/regression/hara-kiri-short.ly: remove
7251
7252         * input/regression/hara-kiri-pianostaff.ly: update test.
7253
7254         * Documentation/user/*.tely: remove WEBTITLE
7255
7256         * scm/output-tex.scm (comment): idem.
7257
7258         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7259
7260         * scm/music-functions.scm (make-lyric-event): new function
7261
7262         * scm/lily.scm (lilypond-version): new function
7263
7264         * input/test/version-output.ly: new file.
7265
7266         * Documentation/user/lilypond.tely: add version number to
7267         front-page.
7268
7269 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7270
7271         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7272
7273 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7274
7275         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7276
7277         * Documentation/user/refman.itely (Hiding staffs): rename node.
7278
7279 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7280
7281         * input/regression/new-markup-syntax.ly (texidoc): remove
7282         molecule-callback override.
7283
7284 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7285
7286         * input/les-nereides.ly: Mark tweaks with %tweak.
7287
7288         * Debian patch, see debian/changelog (Anthony Fok).
7289
7290 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7291
7292         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7293         problem.
7294
7295 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7296
7297         * Documentation/user/refman.itely (Text markup): Fix language bug.
7298
7299 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7300
7301         * input/* : postfix syntax fixes.
7302
7303         * Documentation/user/refman.itely (Text markup): add note about
7304         raise/lower with ^ or _ .
7305         
7306         * po/fi.po: fix \\apply strings.
7307
7308         * lily/parser.yy (open_event): warn for prefix articulations.
7309
7310 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7311
7312         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7313         fix also on parmesan font.
7314
7315 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7316
7317         * VERSION 1.7.30 released
7318         
7319         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7320
7321         * buildscripts/mutopia-index.py (headertext): rewording
7322
7323 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7324
7325         * scm/new-markup.scm (strut-markup): new markup function.
7326
7327         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7328         space also when no accidental is there.
7329
7330 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7331
7332         * input/les-nereides.ly: Updates.
7333
7334 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7335
7336         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7337         which repeats the tag insertion selected from "Insert tag" menu.
7338
7339 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7340
7341         * lily/all-font-metrics.cc (find_font): load AFM files first only
7342         for feta fonts. This fixes problems with TeXlive and other TeX
7343         distros that include AFM files for the CM fonts. 
7344
7345         * scm/font.scm (qualifiers-to-font-name): remove.
7346
7347         * lily/paper-def.cc: remove get_var.
7348
7349         * input/trip.ly: remove file.
7350         
7351         * input/regression/spacing-note-flags.ly (raggedright): remove
7352         stafflinethickness
7353
7354         * input/les-nereides.ly: update to new syntax, cleanups.
7355
7356 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7357
7358         * Documentation/user/refman.itely: Clarify shortest-note problem
7359         of autobeamer.
7360
7361 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7362
7363         * lilypond-mode.el: Add each word to regexps only once.
7364
7365         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7366         is based on the syntax definitions in lilypond.words. Remove all 
7367         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7368         LilyPond->Insert menu is generated by the entries in lilypond.words 
7369         to which have been given a syntax definition.
7370
7371         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7372         \notes, \relative, \score, \simultaneous, \transpose.
7373
7374         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7375
7376         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7377         
7378         * lilypond-mode.el: add menu keywords separately.
7379
7380         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7381
7382 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7383
7384         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7385         current ugly installation method for PFA fonts.
7386
7387 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7388
7389         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7390         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7391
7392         * Documentation/user/music-glossary.tely: update legato.
7393
7394 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7395
7396         * lexer-gcc-3.0.patch: Remove.
7397
7398         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7399
7400 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7401
7402         * debian/rules (binary-arch): remove NEWS.
7403
7404 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7405
7406         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7407         stepmake/bin{ many }: polish the `--help's of different scripts;
7408         model taken from the core-utils of Linux.
7409
7410         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7411
7412 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7413
7414         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7415
7416         * flower/libc-extension.cc: idem.
7417
7418         * flower/include/libc-extension.hh: protect against isinf macros.
7419
7420 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7421
7422         * { many }: Use two uppercase letters in LilyPond.
7423
7424         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7425
7426         * VERSION: 1.7.29 released.
7427         
7428 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7429
7430         * lily/tie.cc: add TODO comment.
7431
7432         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7433
7434         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7435         linejoins and linecaps. This fixes problems with occasional spikes
7436         on slur/tie endings.
7437         
7438         * input/regression/font-name.ly: don't use PS fonts for
7439         compatibility reasons. 
7440
7441         * mutopia/claop.py (accents): update to 1.8
7442
7443         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7444
7445         * Documentation/user/macros.itexi: don't color glossary links.
7446
7447         * Documentation/user/invoking.itexi (Error messages): new section
7448
7449 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * input/regression/font-name.ly: add file.
7452
7453         * scm/document-backend.scm (grob-doc): remove <hr> from
7454         lilypond-internals
7455
7456         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7457         reqd version to 1.6.4 
7458
7459         * lily/font-interface.cc (get_font): bugfix: take font-name from
7460         alist chain too. This fixes font-name override for \markup.
7461
7462 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7463
7464         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7465
7466         * input/test/polymetric-differing-notes.ly: Compile fix.
7467
7468 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7469
7470         * Documentation/user/refman.itely: fixed typo
7471
7472         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7473         before flexa
7474
7475 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7476
7477         * input/test/{ many }: search & fix some typos.
7478
7479 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7480
7481         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7482         images.
7483
7484         * scm/music-functions.scm (make-voice-props-set): set Script /
7485         TextScript dir for polyphony too.
7486
7487         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7488         before clef.
7489
7490         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7491
7492 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7493
7494         * Documentation/user/refman.itely (Percussion): Small
7495         clarifications and fixes.
7496
7497         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7498         threads. This fixes different heads playing simultaneously.
7499
7500 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7501
7502         * Documentation/user/{ many }: increase readability (read through 
7503         User manual from `one big page').
7504
7505 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7506
7507         * input/test/polymetric-differing-notes.ly: add example with
7508         disparate note values.
7509
7510         * input/test/polymetric.ly: rename from poly-metric
7511
7512         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7513         iso. outname.
7514
7515         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7516         G-clef bbox to real char extents. This fixes the G-clef being
7517         offset too much to the right.
7518         document perc clef offset.
7519
7520         WARNING: FONT CHANGED.
7521
7522         * Documentation/user/tutorial.itely (Tutorial): move menu.
7523
7524 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7525
7526         * buildscripts/lilypond-profile.sh (Error): trim error message.
7527
7528         * Documentation/user/invoking.itexi (Invoking the lilypond
7529         binary): add note about path.
7530
7531         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7532         suppresses superfluous spaces.
7533
7534 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7535
7536         * buildscripts/lilypond-profile.sh: Add documentation to error
7537         message.
7538
7539         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7540
7541 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7542
7543         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7544         <mike@ossmann.com>)
7545
7546         * Documentation/bibliography/computer-notation.bib (pages): prune
7547         unscientific language.
7548
7549         * Documentation/user/GNUmakefile: copy unsplit file to
7550         lilypond.html (idem for lilypond-internals).
7551
7552         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7553
7554         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7555
7556         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7557
7558         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7559         fix.
7560         
7561 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7562
7563         * Documentation/user/{ various }: bind text snippets with their
7564         examples, e.g. by punctuation: This is an example.
7565
7566 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7567
7568         * ly/performer-init.ly (VoiceContext): Typos.
7569
7570         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7571         builds, leave final-install to toplevel srcdir makefile.
7572
7573         * make/srcdir.make.in (install): New target.
7574
7575 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7576
7577         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7578         This fixes core dump on MIDI output (Simon Weatherill).
7579
7580         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7581         on local-WWW-post.
7582
7583 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7584
7585         * make/lilypond.redhat.spec.in: add dvips to reqs.
7586
7587 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7588
7589         * make/srcdir.make.in (web): Add special web target.
7590
7591         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7592         from inner $(LOOP).
7593
7594         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7595
7596         * stepmake/stepmake/generic-targets.make (www-targets-help):
7597         * GNUmakefile.in (web-install): Install in $(webdir).
7598
7599         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7600
7601         * cygwin/changelog: 
7602         * cygwin/mknetrel: Update.
7603
7604         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7605         (html-doc): Remove (use: web).
7606
7607         * stepmake/stepmake/script-rules.make: 
7608         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7609         Fix $(config_make) dependencies for srcdir build.
7610
7611         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7612         target for srcdir build.
7613
7614         * stepmake/make/stepmake.make: 
7615         * make/srcdir.make.in: 
7616         * GNUmakefile.in:
7617         * make/stepmake.make (config_make): Rename variable (was:
7618         configuration).
7619
7620 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7621
7622         * Documentation/user/internals.itely (Manipulating music
7623         expressions): run lilypond on example too.
7624
7625         * flower/include/libc-extension.hh: move lrint define to
7626         header. bugfix.
7627         
7628 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7629
7630         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7631         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7632         do we recurse whole tree?).
7633
7634         * GNUmakefile.in (html-doc): Resurrect.
7635
7636         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7637         obsolete $(package-icon) dependency.
7638
7639 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7640
7641         * Documentation/user/refman.itely (Automatic staff changes):
7642         add seealso 
7643
7644         * Documentation/index.html.in: link to bigpage.
7645
7646         * Documentation/user/tutorial.itely (Tutorial): streamline.
7647
7648         * Documentation/index.html.in: url typo.
7649
7650         * VERSION (PACKAGE_NAME): release 1.7.28
7651
7652         * python/lilylib.py (error_log): remove '/' from name.
7653
7654         * input/regression/pedal.ly: remove; dups input/test/
7655         
7656         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7657
7658         * Documentation/index.html.in: python style doco index.
7659
7660         * Documentation/{footer,header}.html.in (src): remove, 
7661
7662         * Documentation/pictures: remove all but lelie-logo.xpm.
7663
7664         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7665         before running makeinfo.
7666
7667         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7668         @code{}
7669
7670 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7671
7672         * input/test/bar-number-regular-interval.ly: rename.
7673
7674         * Documentation/user/*: various fixes. 
7675
7676 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7677
7678         * Documentation/{ many }: polish for update-all-menus. typos.
7679
7680         * po/fi.po: fixes.
7681
7682         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7683
7684         * buildscripts/mutopia-index.py: polish.
7685
7686         * input/regression/{ many }, input/test{ many }: polish texidocs.
7687
7688 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7689
7690         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7691         pedal-style
7692
7693         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7694         iso. edge-widen.
7695
7696         * lily/piano-pedal-engraver.cc (process_music): change from
7697         process_acknowledged ()
7698
7699         * lily/piano-pedal-bracket.cc: new file. Change
7700         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7701         cleaned up.
7702
7703         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7704
7705         * input/regression/tuplets.ly (texidoc): rename file.
7706
7707         * po/fr.po: update
7708
7709         * buildscripts/lilypond-profile.sh: error message if script is not
7710         sourced.
7711
7712         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7713         bracket-flare
7714         (make_bracket): simplify code.
7715
7716         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7717         argument.
7718
7719         * python/lilylib.py (lilypond_version_check): new function
7720
7721         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7722
7723         * scripts/ly2dvi.py (run_lilypond): add version check.
7724
7725         * scripts/lilypond-book.py (option_definitions): typo
7726
7727         * scripts/ly2dvi.py (include_path): typo
7728
7729         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7730
7731         * lily/parse-scm.cc (parse_handler): typo
7732
7733         * Documentation/user/macros.itexi: use @heading for headings.
7734
7735         * Documentation/user/refman.itely: updates, fixes.
7736
7737 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7738
7739         * po/fi.po: add Finnish translations. fixes.
7740
7741         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7742
7743         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7744         from lily/glissando-engraver.cc.
7745
7746 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7747
7748         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7749         for non-first _broken_ bracket.
7750
7751         * Documentation/user/refman.itely: corrections.
7752
7753 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7754
7755         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7756         support of the fingerings.
7757
7758         * po/fr.po: French translation update.
7759
7760         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7761         strings.
7762
7763 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7764
7765         * Documentation/user/introduction.itely: Small fixes.
7766
7767 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7768
7769         * Documentation/topdocs/AUTHORS.texi: polish.
7770
7771 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7772
7773         * Documentation/user/introduction.itely: revise
7774
7775         * Documentation/user/tutorial.itely: reorganise.
7776
7777         * Documentation/topdocs/index.tely: remove.
7778
7779         * Documentation/header.html.in: prune.
7780
7781         * GNUmakefile.in: clean up web building.
7782
7783         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7784         target.
7785
7786 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7787
7788         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7789
7790         * lilypond-mode.el: turn on blink-matching-paren.
7791
7792 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7793
7794         * scm/output-sodipodi.scm (svg-header): Fix typo.
7795
7796 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7797
7798         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7799         fixes a security hole.
7800
7801         * scripts/lilypond-book.py (original_dir): remove temp_dir
7802
7803         * scm/document-translation.scm: use @code tags.
7804
7805 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7806
7807         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7808
7809         * lilypond-mode.el: add a buffer-local post-command-hook to set
7810         context dependent syntax-table after each cursor event. Remove old
7811         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7812
7813         * lilypond-indent.el: update comments.
7814
7815         * Documentation/footer.html.in: add period.
7816
7817 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7818
7819         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7820
7821         * scm/document-translation.scm (document-property-operation): add
7822         @code{} tags.
7823
7824         * VERSION (PACKAGE_NAME): release 1.7.27
7825
7826         * config.make.in: add PAPER variable
7827
7828         * buildscripts/new-chords.py (help): add help text
7829
7830         * Documentation/user/introduction.itely (Typography and program
7831         architecture):  fixes.
7832
7833         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7834         for texinfo and dvips. This fixes problems with PDF output of the
7835         wrong size.
7836
7837         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7838         DVIPS_PAPERSIZE variable
7839
7840         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7841         TEXINFO_PAPERSIZE variable 
7842
7843 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7844
7845         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7846
7847         * mf/feta-toevallig.mf: lowres fixes.
7848
7849 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7850
7851         * NEWS: Typo and fill-paragraph fixes.
7852
7853         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7854         cast #define.
7855
7856         * configure.in: 
7857         * config.hh.in: Check for lrint.
7858
7859 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7860
7861         * VERSION: 1.7.26 released
7862
7863         * lily/separation-item.cc: add padding property.
7864
7865         * input/test/*.ly: various fixes, remove solo-a2.ly
7866
7867         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7868         bugfix. Fixes old-style markup compatibility.
7869
7870         * Documentation/user/introduction.itely (Introduction): historical
7871         elucidations
7872
7873         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7874
7875         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7876
7877         * Documentation/index.texi (Top): cleanup.
7878
7879         * Documentation/user/introduction.itely (Introduction): rewrite
7880         introduction, 
7881         (Music notation and  engraving): about notation. Add flat-picture
7882
7883 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7884
7885         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7886         separation items. This keeps lyrics from bumping into each other.
7887
7888 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7889
7890         * GNUmakefile.in (topdocs-web): New target.
7891         (local-web): Depend on topdocs-web; fixes html-doc.
7892
7893 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7894
7895         * po/lilypond.pot: run po-replace
7896
7897         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7898
7899         * scm/drums.scm (reset-drum-kit): new function.
7900
7901         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7902
7903         * scripts/update-lily.py: remove
7904         
7905         * VERSION: release 1.7.25
7906         
7907         * Documentation/user/introduction.itely (Introduction): rewrite
7908         start of introduction.
7909
7910 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7911
7912         * lily/all-font-metrics.cc: fixed typo
7913
7914 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7915
7916         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7917         LilyPond-mode-context-set-syntax-table): new functions to define
7918         the syntax table according to context.
7919
7920         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7921
7922 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7923
7924         * Documentation/user/refman.itely (Figured bass): 
7925         language nit courtesy http://www.vocabula.com
7926
7927         * GNUmakefile.in: remove no kpathsea hack.
7928
7929         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7930         doco.
7931
7932         * GNUmakefile.in: remove web-doc target.
7933
7934         * lily/all-font-metrics.cc (find_afm): add message about
7935         buildscripts/clean-fonts.sh 
7936
7937         * scm/define-music-properties.scm (figure): use string for 'figure
7938
7939         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7940
7941         * input/regression/ : add raggedright = ##t where applicable. 
7942         
7943         * scm/bass-figure.scm (make-bass-figure-markup): add
7944         alignBassFigureAccidentals property.
7945
7946         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7947         bracket.
7948
7949         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7950         syllables widths into account for minimum-length.
7951
7952         * input/test/staff-container.ly: update file
7953
7954         * input/test/stem.ly: remove
7955
7956         * lily/event.cc (LY_DEFINE): add ly: prefix.
7957
7958         * input/test/clef-manual-control.ly: from manual-clef
7959
7960         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7961
7962         * input/test/different-time-signatures.ly: move to poly-metric.ly
7963
7964         * input/test/hara-kiri*,scales.ly: remove
7965         
7966         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7967         with chord-names-jazz.ly)
7968
7969         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7970         get scalable cm fonts too.
7971
7972         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7973         --encoding for mftrace if present.
7974
7975         * input/regression/slur-area.ly: move from test/
7976
7977         * input/test/: remove simple-slur-endings slur-attachment
7978         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7979         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7980         slur-symmetry slur-symmetry tie-broken.ly
7981
7982         * scm/drums.scm (set-drum-kit): add function.
7983
7984         * Documentation/user/refman.itely (Percussion staves): use
7985         set-drum-kit
7986
7987         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7988         too
7989         (Global_measure.set_timesig): handle 3/8 time sig too.
7990
7991         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7992         note about triangle note heads.
7993
7994         * scm/drums.scm: use alist for instrument-settings. This fixes the
7995         bug with assigning to drums in the .ly file.
7996
7997         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7998         CHANGED.
7999
8000         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8001         cluster-beacon-interface
8002
8003         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8004
8005         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8006
8007         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8008
8009         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8010         to get positions.
8011
8012         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8013         make ClusterSpannerBeacon to record Y positions. This removes the
8014         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8015         make cluster-note-events.
8016
8017 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8018
8019         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8020
8021         * configure.in: Use lily/main.cc as identifying source file.
8022
8023         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8024
8025         * config.hh.in: 
8026         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8027
8028         * configure.in: Require PYTHON >= 2.0.
8029
8030         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8031           $PYTHON for include dir location.
8032         (STEPMAKE_PYTHON): New function.  Use
8033         
8034             PYTHON=foo ./configure
8035
8036           to override.
8037
8038 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8039
8040         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8041         something.
8042
8043         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8044         ftp.lilypond.org everywhere.
8045
8046 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8047
8048         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8049         detected.
8050
8051         * Documentation/user/refman.itely (Grace notes): note on explicit
8052         contexts
8053
8054 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8055
8056         * lilypond-font-lock.el: add a comment about LilyPond specific
8057         escape characters: ^, - and _, in the syntax table.
8058
8059         * Documentation/user/appendices.itely: a majuscule fix.
8060
8061 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8062
8063         * input/test/trills.ly (endHorizScript): fixes.
8064
8065         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8066         notation, move from regression.
8067
8068         * input/test/script-stack.ly: change name from stacked-scripts
8069
8070         * input/test/ossia.ly: octave errors.
8071
8072         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8073         for midi-volume-equaliser
8074
8075 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8076
8077         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8078         cm fonts.
8079
8080         * mf/feta-beugel.mf: don't multiply font_count by 10.
8081
8082         * lily/lookup.cc (horizontal_line): new function. Use
8083         horizontal-line in output backends.
8084
8085         * Documentation/user/tutorial.itely (An orchestral part): new
8086         section on orchestral stuff and identifiers.
8087
8088 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8089
8090         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8091         some interference to other modes.
8092
8093 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8094
8095         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8096         not maximum of spacing wishes in polyphonic situations.
8097
8098         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8099         number
8100
8101         * lilypond-indent.el: remove paren matching. 
8102
8103         * lily/text-item.cc (interpret_new_markup): new function
8104         use iso. text2molecule.
8105
8106         * lily/main.cc (notice): change FSF address 
8107
8108         * po/de.po: update PO file to 1.6.
8109
8110 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8111
8112         * Documentation/user/ {many}: Add periods and remove spaces.
8113         
8114 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8115
8116         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8117         Disable buffer-locally default paren hook and make a new one. 
8118
8119         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8120         locally LilyPond-paren-mode. Add todo for mouse double-click.
8121
8122 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8123
8124         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8125         Disable buffer-locally default paren idle timer and make a new one. 
8126
8127         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8128         locally LilyPond-show-paren-mode. Add to menu a toggle for
8129         LilyPond-show-paren-function.
8130
8131 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8132
8133         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8134
8135 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8136
8137         * Documentation/user/refman.itely: spelling fix.
8138
8139         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8140         paren highlight function definitions. add todo for
8141         LilyPond-show-paren-mode.
8142
8143 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8144
8145         * input/template/jazz-combo.ly: new file.
8146
8147 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8148
8149         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8150         lo-res fixes.
8151
8152         * mf/feta-schrift.mf: bugfix in varcoda sign.
8153         WARNING: FONT CHANGED
8154
8155         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8156         in accordance with lexer.ll.   
8157
8158 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8159
8160         * Documentation/user/tutorial.itely: Edit introduction.
8161
8162 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8163
8164         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8165         ly:grob-staff-position
8166
8167 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8168
8169         * scm/to-xml.scm: import srfi-1
8170
8171         * VERSION (MAJOR_VERSION):  release 1.7.24
8172
8173         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8174
8175         * scripts/lilypond-book.py (do_file): put texidoc before image.
8176         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8177
8178         * input/regression/*.ly: fix snippet octaves 
8179
8180         * input/test/spanner-after-break-tweak.ly: import
8181         broken-spanner-adjustment
8182
8183         * input/no-notation/midi-transposing.ly: move from input/test/
8184
8185         * input/test/: remove chord-markup
8186
8187         * input/regression/instrument-name-partial.ly: move from input/test.
8188
8189         * input/test/vertical-text.ly: remove
8190
8191         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8192         space above lyrics lines.
8193
8194         * input/test/uniform-breaking.ly: remove file.
8195
8196         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8197         uniform spacing density. 
8198
8199         * input/test/chords.ly (keys): remove file.
8200
8201         * scm/documentation-lib.scm (oop): use srfi-1 too.
8202
8203         * input/regression/*.ly: add \version
8204
8205         * Documentation/user/*.itely: various fixes.
8206
8207         * buildscripts/mf-to-table.py (base): break table every three
8208         symbols.
8209
8210         * input/:  remove %% new-chords-done %% .
8211
8212         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8213         os-music.ly
8214         
8215 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8216
8217         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8218
8219         * scm/new-markup.scm (box-markup): new function.
8220         (box-markup): new function. Contributed by Dick Schoeller
8221         <schoeller@attbi.com>
8222
8223         * scm/lily.scm: remove reduce-no-unit 
8224         (list-insert-separator): use fold-right
8225
8226         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8227         of arguments. 
8228
8229         * NEWS: more neutral language for ancient notation 
8230
8231         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8232         inside pointing beaming for chord tremolo.
8233
8234         * Documentation/user/lilypond-book.itely: minor editing
8235
8236 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8237
8238         * NEWS: added news for 1.8 regarding ancient notation
8239
8240         * Documentation/user/refman.itely (Gregorian square neumes
8241         ligatures): fixed typo
8242
8243         * lily/vaticana-ligature-engraver.cc,
8244         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8245         lower/upper head of Pes only when heads are stacked
8246
8247         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8248         scm/define-grob-properties.scm: cleanup: make "join-left" a
8249         boolean grob property and save delta pitch in grob property
8250         "delta-pitch" instead
8251
8252         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8253
8254 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8255
8256         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8257         completely borked
8258
8259         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8260         (try_music): bug fix: beam multiplicity was completely borked.
8261
8262         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8263         first-n, butfirst-n in favor of srfi-1 functions.
8264         remove string-join, string-pad in favor of srfi-13 functions.
8265
8266         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8267
8268         * NEWS: use complete sentences.
8269
8270         * Documentation/user/introduction.itely (Example applications):
8271         add note about databases and lilypond-book.
8272
8273         * input/test/volta.ly: remove file
8274
8275         * input/regression/volta-broken-left-edge.ly: simplify file
8276
8277 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8278
8279         * Documentation/user/refman.itely (Constructing a tweak): new
8280         subsection.
8281
8282         * Documentation/user/tutorial.itely (Fine tuning layout): add
8283         common tweaks.
8284
8285         * scm/define-grobs.scm (TextScript): use new brewer.
8286
8287 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8288
8289         * VERSION: release 1.7.23
8290
8291         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8292
8293         * python/lilylib.py (make_ps_images): bugfixes.
8294
8295         * input/regression/volta-multi-staff.ly: new file.
8296
8297         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8298
8299         * Documentation/user/tutorial.itely (Piano staffs): new section.
8300         (Setting variables): new section
8301         (Fine tuning layout): new section
8302
8303         * input/just-friends.ly: remove file. Superseeded by
8304         input/test/chords-without-melody.ly
8305
8306         * ly/property-init.ly: add all commands to refman.
8307
8308         * scm/define-translator-properties.scm: remove
8309         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8310
8311         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8312         name. Underscores botch up PS output.
8313
8314         * scm/define-translator-properties.scm: remove
8315         textNonEmpty, oneBeat, regularSpacingDelta
8316
8317         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8318         rule for automaticBars.
8319
8320         * lily/timing-engraver.cc (start_translation_timestep): change
8321         barNonAuto to automaticBars
8322
8323 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8324
8325         * input/test/perform-tie.ly: delete file.
8326
8327 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8328
8329         * Documentation/user/refman.itely (Gregorian square neumes
8330         ligatures): bugfix: do not show ledger lines in neumes table
8331         (fixed by setting staff symbol to transparent rather than removing
8332         it from staff context)
8333
8334 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8335
8336         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8337         glue into brew-new-markup-molecule.
8338
8339         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8340
8341         * Documentation/user/introduction.itely (Computerized typography):
8342         new section
8343
8344         * Documentation/user/tutorial.itely (An orchestral part): remove
8345         pc example from tutorial.
8346
8347         * input/tutorial/lilbook.tex: use screech-boink
8348
8349         * scripts/lilypond-book.py (compile_all_files): split formatting
8350         output body and scheduling lilypond compilation.
8351         (format_lilypond_output_bodies): new function
8352         (format_lilypond_block): new function
8353         (html_pages): allow multi-page images in HTML
8354
8355         * python/lilylib.py (make_ps_images): rename function from
8356         make_preview, merge with make_page_images
8357
8358 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8359
8360         * input/test/key-clefs.ly: moved to regression.
8361
8362         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8363
8364         * input/no-notation/README: added note about midi-*.ly files.
8365
8366         * input/test/two-key.ly: moved to no-notation/parse5.ly
8367
8368         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8369         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8370
8371         * input/test/ {various}: modified comments, marked some for deletion.
8372
8373         * input/test/lines.ly: deleted file; duplicate of
8374         embedded-postscript.ly
8375
8376         * input/test/mmrest-collision: moved to regression.
8377
8378 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8379
8380         * scm/chord-name.scm (note-name->markup): don't superscript root
8381         alterations in chordnames.
8382
8383 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8384
8385         * Documentation/user/refman.itely (Multi measure rests): more
8386         index/cross-referencing.
8387
8388         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8389
8390         * scm/font.scm: remove properties-to-font-name code.
8391
8392         * scm/define-grob-properties.scm: remove 'type
8393
8394         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8395         conversion
8396
8397         * lily/text-spanner.cc: change 'type grob prop to 'style 
8398
8399         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8400         "first" flag to decide whether to make a start-repeat
8401
8402         * input/regression/grace-volta-repeat-2.ly: new file.
8403
8404 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8405
8406         * lilypond-indent.el: rename generic functions to LilyPond-*
8407
8408 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8409
8410         * input/test/thumb.ly: delete, merged into refman.
8411
8412         * Documentation/user/refman.itely: added thumb info to Fingering.
8413
8414         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8415         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8416         vertical-align.ly : deleted files.
8417
8418 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8419
8420         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8421
8422         * lily/line-spanner.cc (broken_trend_offset): remove function.
8423         (get_broken_offset): idem.
8424         (brew_molecule): rewrite the line-break case.
8425
8426         * input/regression/follow-voice-break.ly:  new file.
8427
8428         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8429         start of a system.
8430
8431 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8432
8433         * input/test/tuplet-rest.ly: moved to regression.
8434
8435         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8436         deleted file.
8437
8438         * input/test/ {many} : marked file for possible deletion.
8439
8440 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8441
8442         * input/regression/beam-funky.ly: add note about (disputed)
8443         correct beaming.
8444
8445         * ly/engraver-init.ly (ScoreContext): put key-signature after
8446         staff-bar
8447         
8448 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8449
8450         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8451
8452         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8453
8454         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8455
8456         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8457         stem-extend was deleted (it was duplicate example, and not as
8458         good).
8459
8460         * input/test/[s-z]*.ly: add texidoc index.
8461
8462 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8463
8464         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8465         get_first_notecolumn_y
8466
8467         * lily/spanner.cc (broken_spanner_index): new function.
8468
8469 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8470
8471         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8472         lyric-hyphen.ly : moved to regression.
8473
8474         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8475         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8476
8477         * input/test/instrument-name-mmrest.ly: moved to
8478         ../regression/multi-measure-rest-instr-name.ly
8479
8480         * input/test/knee-sym.ly: moved to
8481         ../regression/beam-knee-symmetry.ly.
8482
8483         * input/test/hymn.ly: change comments.
8484
8485         * input/test/[p-r]*.ly: add texidoc index.
8486
8487 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8488
8489         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8490         to postfix syntax
8491         
8492         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8493         syntax.
8494
8495         * VERSION: release 1.7.22
8496
8497 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8498
8499         * input/test/[h-k]*.ly: added texidoc index.
8500
8501         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8502
8503         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8504
8505         * input/test/ various : mark files for deletion or moving to
8506         regression.
8507
8508         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8509
8510         * input/test/[l-o]*.ly: added texidoc index.
8511
8512 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8513
8514         * scm/music-functions.scm (make-ottava-set): 
8515         only do ottavation if centralCPosition is set.
8516
8517         * lily/translator-scheme.cc (ly:context-property-where-defined):
8518         return '() if not found.
8519
8520 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8521
8522         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8523         Use one command for both commenting and uncommenting.
8524
8525         * lilypond-indent.el (LilyPond-comment-region): new function,
8526         (un)comments each line separately.
8527
8528         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8529         
8530         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8531         imenu is not added by default; adapted from f90.el,
8532         makes Help-menu, which does not fit, visible in XEmacs.
8533         
8534 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8535
8536         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8537         show-paren-mode sets blink-matching-paren-on-screen local.
8538         Try to make show-paren-function to paren-highlight local.
8539
8540         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8541         Copy definitions of Emacs' show-paren-function and
8542         XEmacs' paren-highlight and make minimal changes;
8543         add comments about locality. 
8544         Fix matching first open-paren-char in '<< .. >>'.
8545
8546 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8547
8548         * input/test/g*: added texidoc index.
8549
8550         * input/test/[a-g]*: added raggedright==#t when it
8551          seemed appropiate.
8552
8553         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8554
8555         * Documentation/topdoc/INSTALL.texi: removed false warnings
8556         about gcc 3.3.
8557
8558 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8559
8560         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8561
8562         * input/test/chords-without-melody.ly (texidoc): add from
8563         input/just-friends.ly
8564
8565         * input/regression/size{13--26}.ly: move from input/
8566
8567         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8568         input/{star-spangled-banner,twinkle}.ly: remove 
8569         
8570         * lily/slur.cc: remove slur over rest warnings.
8571
8572         * lily/note-spacing.cc (get_spacing): include left part of right
8573         object in fixed space. This fixes stretched space before
8574         accidentals.
8575
8576         * input/regression/spacing-accidental-stretch.ly: new file.
8577
8578 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8579
8580         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8581         Reduce to 16pt.
8582
8583 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8584
8585         * input/regression/spacing-knee.ly: docstring
8586
8587         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8588
8589         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8590         input/tutorial/{test,solar,flowing}.ly: remove
8591
8592         * input/rhythm.ly: remove
8593
8594         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8595
8596         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8597         update syntax. 
8598
8599         * scm/define-grobs.scm (all-grob-descriptions): set
8600         knee-spacing-correction to 1.0
8601
8602         * lily/note-spacing.cc (stem_dir_correction): compute knee
8603         correction using stem-thickness and head width.
8604
8605         * input/regression/beam-quanting-horizontal.ly: update texidoc
8606
8607         * scm/define-grobs.scm (all-grob-descriptions): set
8608         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8609         This fixes 32nd beams for noteheads in spaces quants.
8610
8611         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8612
8613 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8614
8615         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8616
8617 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8618
8619         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8620
8621         * VERSION (PACKAGE_NAME): release 1.7.21
8622
8623         * input/regression/stem-shorten.ly: new file.
8624
8625         * lily/stem.cc (get_default_stem_end_position): revise stem
8626         shortening code.
8627
8628         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8629
8630         * input/test/{scripts,volta-start,sleur}.ly: remove
8631         
8632         * input/regression/span-bar.ly: smaller file.
8633
8634         * input/regression/spacing-{natural,tight,loose}.ly: remove
8635
8636         * input/test/markup.ly: remove
8637
8638         * scripts/lilypond-book.py: put printfilename in separate chunk,
8639         so texidoc is printed after the filename.  
8640
8641 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8642
8643         * make/lilypond.mandrake.spec.in: fix docdirs.
8644
8645 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8646
8647         * input/regression/beam-french.ly: bugfix.
8648
8649         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8650
8651         * input/regression/(various).ly: add raggedright = #t.
8652
8653         * input/regression/auto-beam.ly: move from abe.ly
8654
8655 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8656
8657         * input/test/f*.ly: added texinfo index.
8658         
8659         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8660
8661 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8662
8663         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8664         quant penalty for beam just outside staff.
8665
8666         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8667         from beam-pos.ly,  remove non-horizontal tests. 
8668
8669         * input/test/(various): cleanup header info. 
8670
8671         * input/test/tchaikovsky.ly: remove file.
8672
8673         * scm/chord-generic-names.scm: move from
8674         double-plus-new-chord-name.scm
8675
8676         * input/test/orchestscore.ly: remove file
8677
8678         * Documentation/user/refman.itely (Vocal music): update documentation.
8679
8680         * scm/define-translator-properties.scm (chordNoteNamer): remove
8681         chordNameStyle, use chordNameFunction
8682
8683         * scm/chord-name.scm (set-chord-name-style): remove
8684         set-chord-name-style. Use \property chordNameFunction.
8685
8686 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8687
8688         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8689         music): remove @TeX{} command.
8690
8691 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8692
8693         * lilypond-indent.el (scan-sexps): Renamed to
8694         aargh-this-breaks-other-emacs-modes-scan-sexps.
8695
8696 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8697
8698         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8699         closing slurs: '()', etc. Add comments.
8700
8701         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8702
8703         * lilypond-font-lock.el: match unending string at eof.
8704
8705         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8706         
8707 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8708
8709         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8710         input/test/beam-dir.ly input/test/beam-position.ly    
8711         input/test/beam-suspect.ly input/test/beam-trend.ly    
8712         input/test/beams.ly input/test/crescendo-text.ly : deleted
8713         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8714         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8715         * input/test/default-bars.ly: moved to bar-always.ly
8716         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8717
8718 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8719
8720         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8721
8722 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8723
8724         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8725
8726 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8727
8728         * lilypond-indent.el: Match better slurs in scheme expressions.
8729         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8730
8731         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8732
8733 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8734
8735         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8736
8737         * input/ac-extra-voice.ly: Add texidoc.
8738
8739         * ly/chord-modifiers-init.ly: 
8740         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8741         and chordNameExceptionsPartial for new chord names.
8742
8743         * input/test/chord-names-dpnj.ly: 
8744         * input/test/dpncnt.ly: Update.
8745
8746         * scm/chord-name.scm: 
8747         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8748         chord selection and options.
8749
8750         * ly/chord-modifiers-init.ly: Add exceptions 
8751
8752         * scm/define-translator-properties.scm (chordNameStyle) 
8753         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8754
8755 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8756
8757         * ly/property-init.ly (germanChords): Added.
8758         (semiGermanChords): Added.
8759         
8760         * input/test/chord-names-german.ly: Use new macros
8761         
8762 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8763
8764         * lilypond-indent.el: Use similar parenthesis highlighting for 
8765         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8766         functions; removed LilyPond-show-paren-function. Fix indenting.
8767         Turn paren-matching on also in XEmacs.
8768
8769         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8770         as needed by parenthesis highlighting functions (in scan-sexp).
8771
8772 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8773
8774         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8775         function.
8776         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8777
8778 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8779
8780         * lilypond-indent.el: tune regexp for show-paren-function.
8781
8782 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8783
8784         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8785         for all LilyPond-produced tex snippets.
8786
8787         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8788         fixes one line --preview output of ly2dvi.
8789
8790 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8791
8792         * lilypond-indent.el: match only one type of slurs in
8793         LilyPond-show-paren-function.
8794
8795 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8796
8797         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8798         * debian/lilypond1.7.dirs: 
8799         * debian/lilypond1.7-doc.dirs: New file.
8800
8801         * input/regression/chord-name-exceptions.ly: Add parameter for
8802         ignatzekExceptions.  Quote hash in docstring.
8803
8804 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8805
8806         * lilypond-indent.el (show-paren-function): define show-paren-function
8807         as LilyPond-blink-matching-open and use it for closing parens.
8808         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8809
8810         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8811         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8812         LilyPond-blink-matching-paren in order to match both open and close
8813         brackets.
8814         
8815 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8816
8817         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8818         testing by modifying the code from FSF Emacs paren.el. Add comments.
8819
8820 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8821
8822         * input/test/dpncnt.ly: Transpose example to match new
8823         default \chords octave.  Add comment.
8824         
8825         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8826         comment about octave change.
8827
8828 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8829
8830         * input/test/[d,e]: added texinfo index tags.
8831         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8832
8833 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8834
8835         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8836
8837 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8838
8839         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8840         as in blink-matching-open.
8841
8842 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8843
8844         * input/test/[a-c]: more comments in files.
8845         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8846         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8847         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8848         mark file for proposed deletion.
8849         * input/test: renaming files:
8850         auto-beam-4-8.ly to beam-auto-4-8.ly
8851         auto-beam-override.ly to beam-auto-override.ly
8852         auto-beam.ly to beam-auto.ly
8853         blank.ly to blank-paper.ly
8854         absolute-volume.ly to dynamic-absolute-volume.ly
8855
8856 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8857
8858         * input/test/dpncnt.ly: 
8859         * input/test/chord-names-dpnj.ly: Resurrect.
8860
8861         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8862
8863         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8864
8865         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8866         Better docstring, add parameter OMIT-ROOT, tidy up.
8867
8868 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8869
8870         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8871
8872 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8873
8874         * scm/output-ascii-script.scm (as-font-alist-alist):
8875         (as-properties-to-font-name):
8876         (as-make-style-sheet): Remove.
8877
8878         * scm/font.scm (as-make-font-list): New function.
8879         (as-font-sheet-alist): New variable.
8880
8881         * ly/paper-as9-init.ly: 
8882         * ly/paper-as5-init.ly: Update.
8883
8884         * ly/paper-as5.ly:
8885         * ly/paper-as9.ly: New file.
8886
8887 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8888
8889         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8890
8891 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8892         * input/sondag-morgen/*: removed due to copyright concerns.
8893         * input/[a,b]*.ly: added a newline at the end of the texinfo
8894         doc string (produces better output in HTML version).
8895         * input/c*.ly: added texinfo index and added comments to
8896         aid in future changes to input/test/ files.
8897
8898 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8899         
8900         * Documentation/user/refman.itely: fixed build problem (missing
8901         file) caused by previous renaming.
8902
8903 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8904         
8905         * input/test/[a,b]*.ly: added texinfo index and added comments to
8906         aid in future changes to input/test/ files.
8907         * input/test/bar-number-every-5-reset.ly: renamed to
8908         bar-number-every-five-reset.ly
8909         * input/test/bar-script-visibility.ly: renamed to
8910         bar-number-show-all.ly
8911
8912 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8913
8914         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8915         to Voice.
8916
8917         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8918         out note-line and glissando functionality.
8919         
8920         * lily/line-spanner.cc (brew_molecule): cleanup.
8921
8922 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8923
8924         * scripts/as2text.scm: Use rdelim module.
8925         (start-system): Rename from start-line.
8926         (stop-system): Rename from stop-line.
8927         (af-gulp-file): Use string iso symbol for getenv.
8928
8929         * scm/output-ascii-script.scm: Add guile and lily modules.
8930         (font-name-alist): New variable.
8931         (draw-line): New function.
8932
8933         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8934         (Were these silently removed, without ChangeLog entry?)
8935
8936 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8937
8938         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8939         process 2nd ottava correctly.
8940
8941 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8942
8943         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8944
8945 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8946
8947         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8948
8949 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8950
8951         * VERSION: release 1.7.20
8952         
8953         * lily/text-spanner.cc (brew_molecule): clean up function. This
8954         fixes bugs with broken 8va spanners.
8955
8956         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8957         This prevents spurious line-breaks with raggedright
8958         
8959 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8960
8961         * lily/key-performer.cc (create_audio_elements): always use major
8962         key
8963
8964         * Documentation/user/internals.itely: updates
8965
8966         * input/regression/beam-break.ly: new file.
8967
8968         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8969         beams if starting or terminating stems have 'beaming set.)
8970
8971         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8972         property.
8973
8974         * lily/parser.yy (verbose_command_req): add comment about scales.
8975
8976 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8977
8978         * lilypond-indent.el: adjust regexps in bracket-matching.
8979
8980 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8981
8982         * Documentation/user/refman.itely: more tiny fixes
8983
8984         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8985         "Chord names"; added table with input syntax for solesmes neumes
8986         table; added some words about rationale on input syntax design
8987
8988         * lily/gregorian-ligature-engraver.cc,
8989         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8990         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8991         alignment of Pes Initio Debilis
8992
8993         * Documentation/user/refman.itely,
8994         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8995         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8996         bugs in the solesmes neumes table
8997
8998 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8999
9000         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9001         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9002
9003         * lilypond-mode.el: fix tag-score. small improvements.
9004
9005 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9006
9007         * .cvsignore: Add aclocal.m4.
9008
9009         * lily/music-constructor.cc: Include <assert.h>.
9010
9011 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9012
9013         * ly/engraver-init.ly (HaraKiriStaffContext): use
9014         RemoveEmptyStaffContext instead.
9015
9016         * Documentation/user/refman.itely: updates
9017
9018 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9019
9020         * Documentation/user/refman.itely: added solesmes neumes table;
9021         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9022         bugfix: "Ornaments" -> "Articulations"
9023
9024         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9025
9026 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9027
9028         * lilypond-indent.el: Add a message about trying to match \] or \).
9029         
9030 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9031         
9032         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9033         obsolete "arithmetic_*"
9034
9035         * input/bugs/ligatures.ly: removed (will be put into a different
9036         directory later)
9037
9038 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9039
9040         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9041         libkpathsea (Maurizio Tomasi).
9042
9043 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9044
9045         * input/regression/repeat-slash.ly (texidoc): new file
9046
9047         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9048         slash repeats separately. Slash repeats and %
9049         repeats can now be nested.
9050
9051 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9052
9053         * lilypond-indent.el: Add preliminary test for closing \] and \).
9054         
9055 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9056
9057         * lily/gregorian-ligature-engraver.cc,
9058         lily/vaticana-ligature-engraver.cc,
9059         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9060         mf/parmesan-heads.mf: various semivocalis related bugfixes
9061
9062         * input/bugs/ligatures.ly: new file demonstrating problems with
9063         ligatures
9064         
9065 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9066
9067         * lilypond-mode.el,
9068         lilypond-font-lock.el,
9069         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9070
9071 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9072
9073         * lilypond-mode.el: Remove outdated code. Stress the difference 
9074         between Emacs and XEmacs definitions.
9075
9076         * lilypond-mode.el,
9077         lilypond-indent.el: Define a function interactive only when necessary.
9078
9079 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9080
9081         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9082         Use inactive regions also in XEmacs.
9083
9084 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9085
9086         * Documentation/user/refman.itely (Repeat syntax): more updates
9087
9088         * lily/simple-spacer.cc (solve): move solution process into
9089         solve(). This fixes a bug with collisions and raggedright = ##t.
9090  
9091         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9092
9093         * ly/engraver-init.ly: remove GraceContext. Update examples.
9094
9095 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9096
9097         * GNUmakefile.in (fonts): Also make fontball.
9098
9099         * Website fixes:
9100
9101         * ly/engraver-init.ly (GraceContext): Add.
9102
9103         * run:
9104
9105             convert-ly $(find . -name *.ly)
9106
9107         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9108         new chords.
9109
9110 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9111
9112         * VERSION: 1.7.19 released
9113         
9114         * scm/music-functions.scm (set-octavation): new function.
9115
9116         * input/regression/ottava.ly: new file
9117
9118         * lily/translator-scheme.cc (LY_DEFINE): new function
9119         ly:unset-context-property
9120         (LY_DEFINE) new function ly:context-property-where-defined: 
9121
9122 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9123
9124         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9125
9126         * lilypond.words: add few.
9127
9128         * input/test/script-chart.ly: fix typo.
9129
9130 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9131
9132         * scm/define-grobs.scm: uniform naming for definitions and output
9133         routine files. 
9134
9135         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9136         scm/context-description.scm
9137
9138         * lily/parser.yy (translator_spec_body): add \description to the
9139         \translator{} body syntax.
9140
9141         * lily/ottava-engraver.cc: new file.
9142
9143         * scm/chord-name.scm (natural-chord-alteration): replace old
9144         chord stuff. 
9145
9146         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9147
9148         * Documentation/user/refman.itely (Metronome marks): update doco.
9149
9150         * input/regression/markup-note.ly: new file
9151
9152         * input/regression/metronome-marking.ly: new file
9153
9154         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9155
9156         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9157         metronome marks.
9158
9159 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9160
9161         * Documentation/user/GNUmakefile: Compatibility fix for new
9162         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9163         for making binary packages; info splitting bug has been fixed.
9164
9165         * Documentation/user/refman.itely: Compile fixes.
9166
9167 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9168
9169         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9170         Count \midi -keywords also for a region.
9171
9172 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9173
9174         * lily/lookup.cc (LY_DEFINE): new function
9175
9176         * Documentation/user/tutorial.itely: updates
9177
9178 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9179
9180         * lilypond-mode.el: Allow Midi on buffer.
9181         Use only '.ly'-extension, remove '.sly' and '.fly'.
9182         Allow use of inactive regions. Invoke next Command on Master file, 
9183         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9184
9185 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9186
9187         * Documentation/user/tutorial.itely: updates.
9188
9189 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9190
9191         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9192
9193 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9194
9195         * lily/coherent-ligature-engraver.cc: fixed typo
9196
9197         * lily/coherent-ligature-engraver.cc,
9198         lily/gregorian-ligature-engraver.cc,
9199         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9200         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9201         lily/vaticana-ligature-engraver.cc,
9202         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9203         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9204         removed all ligature specific stuff from NoteHead code
9205
9206         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9207         ligatures now use regular noteheads
9208
9209         * lily/vaticana-ligature.cc: tiny code cleanups
9210
9211         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9212         space between two adjacent noteheads of the same pitch
9213
9214         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9215         description; cleanup: removed obsolete font-family settings
9216
9217 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9218
9219         * lily/coherent-ligature-engraver.cc,
9220         lily/gregorian-ligature-engraver.cc,
9221         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9222         lily/mensural-ligature-engraver.cc,
9223         lily/vaticana-ligature-engraver.cc,
9224         lily/include/gregorian-ligature-engraver.hh: updated for new
9225         Coherent_ligature_engraver; added comments that describe the basic
9226         design ideas of the ligature implementation
9227
9228         * lily/coherent-ligature-engraver.cc,
9229         lily/include/coherent-ligature-engraver.hh: new file: shared code
9230         between mensural ligatures and Gregorian chant notation ligatures
9231
9232 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9233
9234         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9235         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9236         use only two arguments in sit-for, use no arguments in
9237         read-char-exclusive, backspace is not a character (127) in XEmacs.
9238
9239         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9240
9241 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9242
9243         * lilypond-mode.el: un-commenting works after syntax-table fix.
9244
9245         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9246         group, verbose commenting for syntax table.
9247
9248         * lilypond-indent.el: add TODO for ligature slurs.
9249
9250 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9251
9252         * lilypond-mode.el: Move comments of parenthesis matching away,
9253         (blink-matching-paren-on-screen) fix blinking in Emacs.
9254
9255         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9256         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9257
9258         * lilypond-indent.el: Add TODO for parenthesis matching.
9259
9260 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9261
9262         * lilypond-mode.el: Fix XEmacs: 
9263         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9264         invoke explicitly easy-menu-add (in Emacs done automatically).
9265         
9266         * lilypond.words: Add few words from input/*/*.ly.
9267
9268 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9269
9270         * VERSION (PATCH_LEVEL): release 1.7.18
9271
9272         * scripts/lilypond-book.py: only print basename for printfilename
9273         option
9274
9275         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9276         and syntax updates.
9277
9278 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9279
9280         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9281         better parametrisation. Move fatness of bulb downward.
9282
9283         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9284         glyph names. Underscores are not allowed .ps encoding files.
9285
9286 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9287
9288         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9289         variable "packed" for packed right-ragged mode
9290
9291         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9292         unused variable ragged; fixed indentation
9293
9294         * Documentation/user/refman.itely: tiny cleanups in ancient
9295         clef and custos section
9296
9297 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9298
9299         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9300         \applyoutput PROCEDURE
9301
9302         * lily/my-lily-lexer.cc: add \applyoutput.
9303
9304         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9305
9306         * lily/text-item.cc: clean text-interface description
9307
9308 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9309
9310         * input/{regression,test}/: use postfix for slur endings and beam
9311         begins.
9312
9313         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9314         style beams too. 
9315
9316         * input/regression/lyrics-melisma-beam.ly: new file.
9317
9318         * lily/lyric-engraver.cc (process_music): change from
9319         process_acknowledged_grobs()
9320
9321         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9322         functions to set and revert auto-beam settings.
9323
9324 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9325
9326         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9327
9328 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9329
9330         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9331         Documentation/user/lilypond.tely: fixed some typos; updated author
9332         info
9333
9334         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9335         #"" -> #'flag-style = #'()
9336
9337         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9338         cleanup: removed dead #includes
9339
9340         * lily/gregorian-ligature-engraver.cc,
9341         lily/include/gregorian-ligature.hh,
9342         scm/grob-property-description.scm: small cleanups, small spacing
9343         fixes
9344
9345         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9346         lily/vaticana-ligature.cc,
9347         lily/include/gregorian-ligature-engraver.hh,
9348         scm/grob-property-description.scm, scm/music-types.scm:
9349         "porrectus" -> "pes or flexa"
9350
9351         * ly/engraver-init.ly, scm/grob-description.scm,
9352         scm/grob-property-description.scm: junked porrectus, now handled
9353         by ligature code
9354
9355         * scm/grob-description.scm: bugfix: added space-alist entry for
9356         breathing sign/custos
9357
9358 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9359
9360         * Another grand 2003 update.
9361         
9362         * Remove mentioning of `mudela'; There's no such thing.
9363
9364 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9365
9366         * Documentation/user/preface.itely (Preface to version 1.8): update
9367
9368         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9369
9370         * Documentation/user/converters.itely (Invoking convert-ly): revise
9371
9372         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9373
9374         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9375
9376 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9377
9378         * Documentation/user/internals.itely: more updates.
9379
9380 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9381
9382         * Documentation/user/refman.itely: revise 
9383
9384         * Documentation/user/internals.itely: revise
9385
9386         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9387
9388 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9389
9390         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9391         beautification: reformatted ancient clefs section; cleanup: small
9392         wording fixes
9393
9394 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9395
9396         * lilypond.words: added words for chant notation, sorted
9397         alphabetically through "sort lilypond.words"
9398
9399 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9400
9401         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9402         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9403         chant notation
9404
9405 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9406
9407         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9408         prevent TeX from interpreting them as long dash
9409
9410         * input/test/vaticana.ly: updated
9411
9412         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9413         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9414         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9415         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9416         fixes
9417
9418         * mf/parmesan-heads.mf: ledger endings: removed dead code
9419
9420 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9421
9422         * VERSION: 1.7.17 released
9423         
9424         * Documentation/user/GNUmakefile
9425         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9426         files too.
9427
9428         * scm/document-markup.scm: new file: document all markup
9429         functions.
9430
9431         * scm/documentation-generate.scm: rename all documentation modules
9432         to document-*.scm
9433
9434         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9435         .png
9436
9437         * input/test/divisiones.ly: added
9438
9439         * input/regression/output-property.ly: new file
9440
9441         * lily/cluster.cc: change cluster-interface to use style property
9442
9443 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9444
9445         * input/test/chord-names-german.ly: modified.
9446
9447         * scm/chords-ignatzek.scm:
9448           chord-name->german-markup: Added
9449           note-name->german-markup: Changed (now producing lowercase notenames)
9450
9451         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9452         
9453 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9454
9455         * scripts/convert-ly.py (FatalConversionError.conv):
9456         divisiominima -> divisioMinima, etc.
9457
9458         * ly/engraver-init.ly (FiguredBassContext): add
9459         Separating_line_group_engraver to Figured bass context.
9460
9461         * ly/german-chords-init.ly: remove file
9462
9463         * input/test/chord-names-german.ly (scm): new file.
9464
9465         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9466
9467         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9468         Chord_name_engraver
9469
9470         * Documentation/user/refman.itely: lots of updates.
9471
9472         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9473         new file
9474
9475         * input/test/bar-number-every-5-reset.ly: new file.
9476
9477 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9478
9479         * input/regression/chord-name-major7.ly: new file
9480
9481         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9482         if specced explicitly.
9483
9484         * input/regression/chord-name-entry-11.ly: new file.
9485
9486         * input/test/slur-beautiful.ly: new file.
9487
9488         * Documentation/user/refman.itely: updates.
9489
9490         * input/regression/collisions.ly (threevoice): cleanup.
9491
9492         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9493
9494 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * Documentation/user/*.itely: various updates.
9497
9498         * ly/spanners-init.ly: enddecr/ endcr.
9499
9500         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9501         of tutorial
9502
9503 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9504
9505         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9506
9507         * lily/new-chord-name-engraver.cc (process_music): use octavation
9508         (a number) instead of original-pitch to store inversions. This
9509         fixes a problem with transposed chords with inversions.  
9510
9511 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9512
9513         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9514         used in includable-lexer.hh.
9515
9516         * lily/includable-lexer.cc: Bugfix: include config.h.
9517
9518         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9519         circumvention of Debian packaging bug.
9520
9521 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9522
9523         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9524         
9525         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9526
9527         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9528         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9529
9530         * lily/include/includable-lexer.hh: 
9531         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9532
9533         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9534
9535         * aclocal.m4: Regenerate.
9536
9537         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9538         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9539
9540         * scm/pdf.scm (use-modules): Include lily.
9541
9542         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9543         Noordkamp).
9544         (use-modules): Include lily.
9545         (lily-def): Bugfix: include tex-val in let.
9546
9547 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9548
9549         * lilypond-mode.el: sensible error if lilypond.words not found.
9550
9551         * lilypond.words: add few words.
9552
9553 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9554
9555         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9556
9557         * mf/parmesan-scripts.mf: fixed typo in char name
9558
9559 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9560
9561         * VERSION: 1.7.16 released
9562
9563         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9564         (this is a security vulnerability).
9565
9566         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9567
9568         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9569         add staff support.
9570
9571 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9572
9573         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9574         ly/script-init.ly, scm/script.scm: bugfix: renamed
9575         fermata->signumcongruentiae to fix naming clash with feta font
9576
9577 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9578
9579         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9580
9581         * lily/multi-measure-rest-engraver.cc
9582         (start_translation_timestep): use grace timing too for determining
9583         when to make mmrest.
9584         (start_translation_timestep): clear numbers too.
9585
9586 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9587
9588         * scm/music-types.scm: compile fix: escape braces
9589
9590         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9591         work around font selection problem
9592
9593         * Documentation/user/refman.itely: BreathingSign: added docu for
9594         property "text"
9595
9596 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9597
9598         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9599         information.
9600
9601 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9602
9603         * lily/multi-measure-rest-engraver.cc (class
9604         Multi_measure_rest_engraver): make multiple Number objects, one
9605         for each MultiMeasureTextEvent.
9606
9607         * scm/music-functions.scm (glue-mm-rest-texts): use
9608         MultiMeasureTextEvent
9609
9610         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9611
9612         * Documentation/user/refman.itely (Multi measure rests): update.
9613
9614 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9615
9616         * lily/ly-module.cc (ly_copy_module_variables): use
9617         scm_internal_hash_fold() for iterating modules.
9618
9619 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9620
9621         * Documentation/user/refman.itely: Section Custodes: added more
9622         example code
9623
9624         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9625         neo-mensural rests to parmesan font
9626
9627         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9628         header
9629
9630 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9631
9632         * Documentation/user/macros.itexi: @fileref macro.
9633
9634         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9635         each file. 
9636
9637 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9638
9639         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9640         Documentation/topdocs/AUTHORS.texi: updated my email address
9641
9642         * Documentation/user/refman.itely: updated custos documentation;
9643         beautified divisiones example; beautified articulations table
9644
9645         * lily/breathing-sign.cc: bugfix: finalis molecule
9646
9647 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9648
9649         * Documentation/user/refman.itely: added docu for
9650         contemporary fermata symbols, gregorian breathing signs; small fixes
9651
9652         * ly/gregorian-init.ly: removed obsolete #'type props
9653
9654 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9655
9656         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9657         minimum-length property correctly.
9658
9659 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9660
9661         * scm/music-functions.scm (make-multi-measure-rest): set input
9662         locations for multimeasure rests.
9663
9664 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9665
9666         * input/regression/breathing-sign.ly: updated to for ancient
9667         notation
9668
9669 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9670
9671         * scripts/ly2dvi.py: Add newline.
9672
9673 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9674
9675         * scripts/ly2dvi.py (dependency_files): Compile fix.
9676
9677 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9678
9679         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9680         (make_html_menu_file): --html menu. 
9681
9682 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9683
9684         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9685
9686 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9687
9688         * input/screech-boink.ly: new file.
9689
9690 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9691
9692         * scripts/lilypond-book.py (make_lilypond_file): convert
9693         lilypond-file to lilypond block directly, without going through
9694         begin/end lilypond text.
9695         
9696
9697 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9698
9699         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9700         scm/grob-description.scm: moved Michael's original breathing sign
9701         code in brew_molecule() to divisio_minima(); provided new
9702         brew_molecule() that effectively replaces the
9703         Text_item::brew_molecule callback (with additional fallback to
9704         Michael's original code); added callbacks for brewing divisio
9705         maior/maxima and finalis
9706
9707         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9708         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9709
9710         * script-init.ly: added shortfermata, longfermata,
9711         verylongfermata, varcoda
9712
9713         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9714         longfermata, verylongfermata, varcomma, varcoda
9715
9716 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9717
9718         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9719           Remove all noquote and insert a few quote.
9720         
9721         * Documentation/user/lilypond-book.itely (Music fragment options),
9722           scripts/lilypond-book.py: Don't include quotation blocks by
9723           default. Introduce option quote instead of noquote
9724
9725 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9726
9727         * VERSION: 1.7.15 released
9728         
9729         * Documentation/user/lilypond.tely: omf updates.
9730
9731         * buildscripts/texi2omf.py (omf_vars): include version.date
9732
9733         * make/lilypond.redhat.spec.in: fixes for spec file. 
9734
9735         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9736         by function definition: lily now requires a recent GNU Make.
9737
9738         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9739         writing.
9740
9741         * make/ly-rules.make: remove .ly -> .tex rule
9742
9743         * Documentation/user/refman.itely (Figured bass): revised figured
9744         bass example.
9745
9746 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9747
9748         * stepmake/stepmake/omf-targets.make (local-install): add
9749         scrollkeeper-update message.
9750
9751         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9752         to binary.
9753         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9754
9755         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9756
9757         * Documentation/user/converters.itely (Invoking midi2ly): add
9758         track/channel notice.
9759
9760 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9761
9762         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9763
9764         * lily/parser.yy (scalar): DIGIT is also a scalar.
9765
9766         * Documentation/user/music-glossary.tely: add @omf tags
9767
9768         * Documentation/user/lilypond.tely: add @omf tags
9769
9770         * scm/generate-documentation.scm (string-append): add @omf tags.
9771
9772         * stepmake/stepmake/omf-*: new files 
9773
9774         * input/regression/multi-measure-rest.ly (texidoc): add doco
9775
9776         * GNUmakefile.in (web-doc-install): add web-doc-install target
9777
9778         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9779         fixes crashes while dumping MIDI.
9780
9781         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9782         midi
9783
9784 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9785
9786         * buildscripts/texi2omf.py: new file.
9787
9788         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9789         font-name
9790
9791 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9792
9793         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9794
9795         * lily/sequential-iterator.cc (descend_to_child): call
9796         descend_to_child() for all types of music.
9797
9798 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9799
9800         * scm/translator-property-description.scm: Add
9801         bassFigureFormatFunction.  Replace some entries.
9802
9803 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9804
9805         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9806         clean out.
9807
9808 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9809
9810         * scripts/midi2ly.py (Note.dump): never dump duration for
9811         dump_dur=0.
9812
9813         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9814         new function
9815
9816         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9817         figures using new markups. Much simpler, and should improve layout
9818         a little.
9819
9820         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9821
9822 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9823
9824         * ly/engraver-init.ly: use Hara kiri by default for 
9825         ChordNames, FiguredBass and Lyrics(Voice) context. 
9826
9827         * lily/axis-group-engraver.cc (acknowledge_grob): use
9828         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9829
9830         * scm/new-markup.scm (markup-function-list): add bracket,
9831         vbracket.
9832
9833         * ly/engraver-init.ly (ChordNamesContext): set
9834         minimumVerticalExtent
9835
9836 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9837
9838         * input/test/time-signature-double.ly: new file 
9839
9840         * input/regression/collision-head-chords.ly (texidoc): new file.
9841
9842         * lily/type-swallow-translator.cc: add note swallow translator 
9843
9844         * input/test/time-signature-double.ly: new file.
9845
9846         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9847
9848         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9849         (FiguredBassContext): idem.
9850
9851         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9852
9853         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9854
9855         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9856
9857         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9858         .afm dependency
9859
9860         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9861
9862         * python/lilylib.py (make_page_images): add function.
9863
9864         * scripts/ly2dvi.py (run_latex): include title in preview image.
9865
9866         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9867         from lilypond-book for <ly2dvifile> tags in HTML.
9868
9869         * scripts/ly2dvi.py (option_definitions): add --debug option to
9870         print out environment.
9871
9872         * input/regression/tie-chord-partial.ly: new file.
9873
9874 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9875
9876         * lilypond.words: add 3
9877
9878 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9879
9880         * scm/new-markup.scm (markup-function-list): add finger-markup
9881
9882         * input/tutorial/brahms-tweaked.ly: new markup 
9883
9884         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9885
9886         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9887         crash when processing '() markup
9888
9889         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9890
9891         * lily/breathing-sign.cc (railtracks): another caesura.
9892
9893         * mf/feta-schrift.mf: caesura symbol. 
9894
9895 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9896
9897         * scripts/convert-ly.py (FatalConversionError.conv): add
9898         ly:molecule-XXX conversions.
9899
9900         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9901
9902         * input/regression/multi-measure-rest-text.ly: new file.
9903
9904         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9905         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9906
9907         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9908         ScoreContext
9909
9910         * scm/new-markup.scm (center-markup): \center markup.
9911
9912         * scm/music-functions.scm: remove pitchify scripts.
9913
9914         * lily/music.cc (print_smob): display music name if available 
9915
9916 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9917
9918         * Documentation/user/refman.itely (Instrument names): remove
9919         \turnOff doco.
9920
9921 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9922
9923         * lily/score.cc (mark_smob): bugfix.
9924
9925         * input/regression/rehearsal-mark.ly: new file.
9926
9927         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9928         report error at the current token again.
9929
9930 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9931
9932         * cygwin/mknetrel: Exit if doc build fails.
9933
9934         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9935
9936 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9937
9938         * scm/music-types.scm (music-descriptions): add doc strings
9939
9940 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9941
9942         * lily/lexer.ll: 
9943         * lily/include/my-lily-lexer.hh: 
9944         * lily/include/includable-lexer.hh: Add flex kludge.
9945
9946         * config.hh.in: 
9947         * config.make.in: 
9948         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9949         cruft.
9950         
9951         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9952         code.
9953
9954 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9955
9956         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9957
9958         * lily/parser.yy (new_chord): Compile fix.
9959
9960 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9961
9962         * Documentation/user/refman.itely (Tuning groups of objects):
9963         remove documentation for \turnOff. 
9964
9965         * lily/percent-repeat-engraver.cc (try_music): add correct
9966         processing moments for double-measure percents as well.
9967
9968         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9969
9970         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9971         grob prop type. 
9972
9973         * Documentation/user/refman.itely (Printing named chords): add
9974         chord name tweak doco.
9975
9976         * input/template/gregorian-transcription.ly: new file.
9977
9978 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9979
9980         * VERSION: 1.7.13 released
9981         
9982         * input/test/*: lots of cleanups/comment-outs/removals in chord
9983         examples
9984         
9985         * input/regression/*: lots of cleanups/comment-outs/removals in
9986         chord examples
9987         
9988         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9989         options
9990
9991         * lily/new-chord-name-engraver.cc (process_music): give original
9992         inversion pitch to chord name routine.
9993
9994         * input/tutorial/os-score.ly: update to new markup
9995
9996         * Documentation/user/appendices.itely: simply include
9997         chords-ignatzek. 
9998
9999         * Documentation/user/refman.itely (Chords mode): add documentation
10000         for chord mode.
10001
10002         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10003         not present in chord.
10004         (construct-chord): add inversion and bass support.
10005
10006         * lily/chord.cc: junk contents.
10007
10008 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10009
10010         * Documentation/user/refman.itely:
10011         * Documentation/user/music-glossary.tely: fix. 
10012
10013 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10014
10015         * scm/chord-entry.scm (construct-chord): move chord construction
10016         to Scheme.
10017
10018         * lily/parser.yy (new_chord): new setup for chord entry.
10019
10020 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10021
10022         * lilypond.words:
10023         * Documentation/user/music-glossary.tely: add ambitus.
10024
10025 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10026
10027         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10028
10029         * lily/include/*.hh: string() -> to_string()
10030
10031         * scm/chords-ignatzek.scm: new file.
10032
10033         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10034         standard chord name exceptions.
10035
10036         * scm/translator-property-description.scm (chordNameSeparator):
10037         add property.
10038         (majorSevenSymbol): add property
10039
10040         * lily/translator-scheme.cc (ly:context-properties): new function
10041         (ly:context-parent): new function.
10042         (print_smob): print context name.
10043
10044         * lily/music.cc (ly:get-music-length): new function
10045         (print_smob): don't print properties.
10046
10047         * lily/duration.cc (duration<?): new function
10048
10049         * input/regression/chords-funky-ignatzek.ly: new file.
10050
10051         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10052         jazz chords.
10053
10054         * lily/pitch.cc (ly:pitch-diff): new function.
10055
10056         * input/regression/chords-ignatzek.ly: new file.
10057
10058 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10059
10060         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10061         pitches for jazz chords.
10062
10063 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10064
10065         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10066
10067 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10068
10069         * lilypond.words: add 1
10070
10071 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10072
10073         * Documentation/topdocs/AUTHORS.texi: refine.
10074
10075 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10076
10077         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10078         
10079         * lilypond.words: add one.
10080
10081 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10082
10083         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10084         Fontify bass note in chords, e.g., e in c1/e.
10085         
10086 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10087
10088         * Documentation/user/music-glossary.tely: Dutch updates and
10089         additions (Arent Storm).
10090
10091 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * input/regression/ambitus.ly:  move file.      
10094
10095         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10096
10097         * lily/event.cc (transpose): add tonic property to Key_change_req
10098         and to Key_engraver.
10099
10100 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10101
10102         * Documentation/user/refman.itely: fix typo.
10103
10104         * lilypond.words: removed wrong identifiers.
10105
10106 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10107
10108         * mf/feta-toevallig.mf: make flat stem shorter 
10109
10110 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10111
10112         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10113
10114         * lilypond.words: add from Phrasing slur.
10115         
10116 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10117
10118         * lilypond-mode.el: allow launching multiple ViewPS processes.
10119         
10120         * lilypond.words: add from Text markup.
10121
10122 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10123
10124         * input/test/ossia.ly (texidoc): add comment.
10125
10126         * input/regression/voice-follower.ly: new file.
10127
10128         * mf/feta-toevallig.mf: make flat heavier.
10129
10130         * lily/cluster-engraver.cc: clean up Cluster engraver
10131
10132         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10133         Engraver. Use Note_column to compute Y positions and deal with
10134         line break stuff.
10135
10136 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10137
10138         * lily/stem.cc: move french-beaming to stem.
10139
10140 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10141
10142         * lilypond-font-lock.el: fontify all durations in chords.
10143
10144         * lilypond.words: add from lily/my-lily-lexer.cc
10145
10146 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10147
10148         * VERSION: release 1.7.12
10149
10150         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10151
10152         * lily/gregorian-ligature.cc: new file
10153
10154         * lily/*: the Great 2003 search & replace.
10155
10156         * Documentation/user/refman.itely (Manual repeat commands): add
10157         note about font selection.
10158
10159 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10160
10161         * lilypond-mode.el: propose recompiling midi while invoking playing,
10162         not while stopping playing.
10163
10164 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10165
10166         * lilypond.words: add one.
10167
10168         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10169         and expressional note grouping. Fontify chord modes.
10170
10171 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10172
10173         * Documentation/user/music-glossary.tely (Top): translate melisma.
10174
10175 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10176
10177         * Documentation/user/music-glossary.tely (Top): add melisma.
10178
10179 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10180
10181         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10182         interfaces for (abstract) grob GregorianLigature
10183
10184         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10185         renamed head* -> glyph_name*, x-shift* -> x-offset*
10186
10187         * scm/grob-property-description.scm: bugfix: added missing descriptions
10188
10189 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10190
10191         * input/test/chord-names-dpnj.ly: New file.
10192
10193         * scm/double-plus-new-chord-name.scm: Implement full and partial
10194         exceptions.
10195
10196         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10197
10198         * scm/double-plus-new-chord-name.scm
10199         (double-plus-new-chord->markup): Fix sub->markup.
10200
10201
10202 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10203
10204         * lily/custos-engraver.cc: added TODO; editorial changes
10205
10206         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10207         consistency with other ligature engravers; removed access on (now)
10208         private variable _ligature of Ligature_engraver
10209
10210         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10211         renamed last_bound -> last_bound_; issue programming_error on
10212         abstract method calls; moved primitives code from
10213         Mensural_bracket_engraver to here (because almost ligature
10214         engravers will need it); renamed try_stop_ligature () ->
10215         typeset_ligature (); bugfix: store primitives of finished ligature
10216         in separate variable finished_primitives_ to avoid clash on input
10217         like "\] \["; added current_ligature () to enable access on
10218         private variable _ligature
10219
10220         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10221         (now in super class); renamed try_stop_ligature () ->
10222         typeset_ligature ()
10223
10224         * lily/mensural-ligature.cc: issue programming_error on abstract
10225         method calls
10226
10227         * lily/note-heads-engraver.cc: added TODO comment upon bool
10228         in_ligature
10229
10230         * mf/parmesan-heads.mf: fixed some of set_char_box()
10231
10232         * scm/grob-description.scm: added VaticanaLigature
10233
10234         * scm/grob-property-description.scm: added neume prefix properties
10235
10236         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10237         lily/include/gregorian-ligature-engraver.hh,
10238         lily/include/gregorian-ligature.hh: new files; framework for
10239         gregorian ligature engravers such as vaticana
10240
10241         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10242         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10243         vaticana style ligature implementation (still somewhat uncomplete)
10244
10245 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10246
10247         * VERSION: release 1.7.11
10248
10249         * scripts/convert-ly.py: add ly:pitch-transpose rule
10250
10251 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10252
10253         * input/test/dpncnt.ly: New file.
10254
10255         * lily/my-lily-lexer.cc: Add chordnames keyword.
10256
10257         * lily/parser.yy (chordnames_block): Parse chord name exception
10258         lists, see input/test/dpncnt.ly.
10259
10260         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10261         function.
10262
10263         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10264         filter-out too.
10265
10266         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10267         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10268         pitch functions (except for ly:make-pitch, but that's apparently
10269         some sort of scheme naming standard?).
10270
10271         * scm/lily.scm (!=): define-public.
10272
10273         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10274
10275 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10276
10277         * scm/double-plus-new-chord-name.scm
10278         (double-plus-new-chord-name->markup): New file.
10279
10280 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10281
10282         * python/lilylib.py (make_preview): don't suppress progress for
10283         bbox extraction.
10284
10285 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10286
10287         * Documentation/user/appendices.itely (scheme): update for new syntax.
10288
10289         * input/regression/chord-name-styles.ly: new file
10290
10291         * lily/instrument-name-engraver.cc: create instrument names
10292         without barline too.  Allows instrument name on ChordNames  
10293
10294         * scm/new-markup.scm (interpret-markup): allow simple strings as
10295         markup too.
10296
10297 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10298
10299         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10300         (step->markup-accidental): Fix: add accidental.
10301         (chord::inner-name-american): 
10302         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10303         append stray '/' if last superscript addition was 'o'.
10304
10305         * scm/new-markup.scm (normal-size-sub-markup) 
10306         (normal-size-super-markup): New function.
10307
10308         * lily/source-file.cc (Source_file): Add warning for possibly
10309         intentional but suspicious initialization.
10310
10311         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10312         add comments about cut-and-paste programming.
10313
10314         * flower/rational.cc (lcm): Not used; comment out.
10315
10316 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10317
10318         * lily/new-fingering-engraver.cc (position_scripts): use
10319         fingerHorizontalDirection to determine fingering horizontal
10320         directions.
10321  
10322         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10323         fingering support.
10324
10325         * scripts/convert-ly.py (FatalConversionError.conv): add style
10326         conversion rule. 
10327
10328         * scm/chord-name.scm (set-chord-name-style): new function.
10329         (new-chord-name-brew-molecule): revise to interpret markup only
10330         (new-chord->markup): cleanuppish rewrite. To be called from the
10331         new engraver.
10332
10333         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10334         Markup earlier, during interpreting.
10335
10336         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10337         style settings. Rename to chord-names-*.ly
10338
10339 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10340
10341         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10342         markup code and update to new markup.  Most probably broke some of
10343         it.
10344         
10345 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10346
10347         * Documentation/user/refman.itely: added docu for ambitus and
10348         clusters
10349
10350         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10351         ly_quote_scm() in lookup.cc
10352
10353         * mf/parmesan-clefs.mf: set_char_box fix
10354
10355         * lily/cluster-engraver.cc: junk implicit protection; use
10356         Protected_scm instead
10357
10358 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10359
10360         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10361         throughout.
10362
10363         * scm/new-markup.scm: Turn-off error-triggering test code.
10364
10365 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10366
10367         * scm/new-markup.scm (markup-thrower-typecheck) 
10368         (markup-typecheck?):  add full typechecking functions.
10369         (make-markup-maker): add make-FOO-markup functions.
10370         (markup-argument-list-error): nice error checking messages.
10371         (make-markup): better function: less quoting escapades.
10372
10373 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10374
10375         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10376
10377 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10378
10379         * cygwin/lilypond.hint (requires): Add cygwin.
10380
10381         * .cvsignore: Remove stepmake (huh!?!), add lib.
10382
10383         * GNUmakefile.in: Add libdir links for builddir runs.
10384
10385         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10386         instead of datadir.
10387
10388         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10389         local_lilypond_libdir.
10390
10391         * config.make.in (lilypond_libdir): Add.
10392
10393         * stepmake/stepmake/substitute-rules.make: 
10394         * stepmake/stepmake/script-rules.make: 
10395         * stepmake/stepmake/python-module-rules.make:
10396         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10397         lilypond-python-module patch.
10398
10399 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10400
10401         * Documentation/user/refman.itely (Graphical interfaces): add note
10402         about xml2ly.
10403
10404 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10405
10406         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10407
10408 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10409
10410         * VERSION: released 1.7.10
10411
10412         * scripts/musedata2ly.py (): idem
10413
10414         * scripts/midi2ly.py (dump_chord): idem
10415
10416         * scripts/etf2ly.py (version): idem 
10417
10418         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10419
10420         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10421
10422         * scm/tex.scm (tex-output-expression): remove eval compat
10423         glut. Other output files too.
10424
10425         * scm/chord-name.scm: don't export anything from chord module.
10426
10427         * input/test/american-chords.ly: idem
10428
10429         * input/test/banter-chords.ly (texidoc): idem
10430
10431         * input/test/Cc-chords.ly: add breakage notes.
10432
10433         * Documentation/user/refman.itely (Text markup): rewrite manual
10434         section.
10435
10436         * lily/parser.yy (scalar): allow \markup { } as property value. 
10437
10438         * scm/chord-name.scm: complete new markup usage
10439
10440         * scm/grob-description.scm (all-grob-descriptions): use new markup
10441         texts by default
10442
10443 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10444
10445         * scm/chord-name.scm: partial move to new markup texts.
10446
10447 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10448
10449         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10450
10451         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10452         settable.
10453
10454 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10455
10456         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10457         invoked for old midi, wait for killing.
10458
10459 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10460
10461         * Documentation/user/music-glossary.tely: Finnishing.
10462
10463 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10464
10465         * mf/feta-nummer-code.mf: some kerning pairs.
10466
10467 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10468
10469         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10470         Added.
10471
10472         * Documentation/user/refman.itely (Bar numbers):
10473         set-bar-number-visibility added, modulo-bar-number removed again
10474         (sorry).
10475
10476 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10477
10478         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10479
10480         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10481
10482         * Documentation/user/music-glossary.tely: translate into Finnish.
10483
10484 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10485
10486         * lilypond-mode.el: add shortcut for 2midi
10487
10488         * lilypond-font-lock.el: fontify lyrics
10489
10490 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10491
10492         * scm/drums.scm : use 1.7.x names.
10493
10494         * input/regression/drums.ly : Don't use << chords >>
10495
10496 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10497
10498         * lilypond-mode.el: tidy, add TODO
10499
10500         * make/lilypond.mandrake.spec.in: install-info quietly.
10501
10502 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10503
10504         * input/test/markup.ly: use new syntax.
10505
10506 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10507
10508         * ly/params-init.ly (interscoreline): add word-space
10509
10510         * input/test/metronome.ly (eighthNote): idem.
10511
10512         * input/test/script-priority.ly: use new markup
10513
10514         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10515
10516         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10517
10518         * lily/parser.yy (gen_text_def): bugfix.
10519         (full_markup): allow markup identifier.
10520
10521 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10522
10523         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10524         jobs at the same time. Add horizontal lines to Command menu.
10525         Allow one compiling job -- propose killing others before a new one.
10526
10527         * lilypond.words: add markup, teeny, etc.
10528
10529 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10530
10531         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10532         Allow only one type of midi process; launching Midi either stops
10533         midis or plays the current midi and launching MidiAll stops midis
10534         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10535         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10536
10537 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10538
10539         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10540         markup  for new markup texts.
10541
10542         * lily/mark-engraver.cc (process_music): idem
10543         
10544         * lily/instrument-name-engraver.cc (create_text): idem
10545
10546         * scm/new-markup.scm (magnify-markup): new function.
10547
10548         * scm/molecule.scm (stack-lines): bugfix.
10549
10550         * lily/font-interface.cc (get_font): take font-magnification from
10551         alist chain.
10552
10553 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10554
10555         * lily/molecule-scheme.cc: move scheme functions to separate file.
10556
10557         * lily/font-metric.cc  (ly_get_glyph): new function. 
10558         
10559         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10560         (italic-markup, dynamic-markup): new functions
10561         (font-markup): new function
10562
10563         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10564         padding and minimum
10565
10566 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10567
10568         * lily/accidental-engraver.cc:
10569         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10570
10571 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10572
10573         * lilypond.vim:
10574         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10575         [a-zA-Z] for user defined identifiers. Separate note cases 
10576         with and without a duration (allow cis\longaX).
10577
10578         * lilypond.words: Add words from Info.
10579
10580 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10581
10582         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10583
10584 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10585
10586         * lilypond-mode.el: Propose reverting buffer before a command if
10587         it was edited with an another editor.
10588
10589 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10590
10591         * lily/molecule.cc (ly_translate_molecule): new function
10592
10593         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10594         into libdir
10595
10596         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10597
10598         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10599
10600 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10601
10602         * lilypond.words: take \words from Info-index.
10603
10604 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10605
10606         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10607
10608 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10609
10610         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10611
10612 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10613
10614         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10615         and lilypond-documentation.
10616
10617 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10618
10619         * lily/parser.yy: Compile fix (bison 1.75).
10620
10621 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10622
10623         * VERSION: 1.7.9 released
10624
10625         * scm/music-functions.scm (shift-one-duration-log): refactor.
10626         Use music-map.
10627
10628         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10629
10630         * NEWS: update.
10631
10632         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10633         argument
10634         
10635         * scm/music-functions.scm (display-music): new function
10636         (music-map): change arg order.
10637
10638         * input/regression/new-markup-syntax.scm: new file
10639
10640         * lily/parser.yy (markup): add \markup { .. } syntax.
10641
10642         * scm/new-markup.scm (override-markup): new function
10643         (lookup-markup): new function
10644         (music-markup): new function
10645         (lookup-markup-command): use markup-signature to store argument
10646         format for parser.
10647
10648         * lily/lexer.ll: preliminary \markup syntax. 
10649
10650 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10651
10652         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10653         add pre/post-dependencies and menus with icons from source.
10654
10655         * Documentation/pictures/lilypond-48x48.xpm:
10656         * Documentation/pictures/lilypond-32x32.xpm:
10657         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10658         transparent.
10659
10660         * stepmake/stepmake/generic-targets.make:
10661         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10662
10663 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10664
10665         * input/regression/music-map.ly (texidoc): new file.
10666
10667         * scm/music-functions.scm (music-map): new function
10668
10669 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10670
10671         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10672
10673 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10674
10675         * input/test/to-xml.ly:
10676         * lily/ligature-engraver.cc: Fixes documentation.
10677
10678         * lilypond.mandrake.spec.in:
10679         * lilypond.redhat.spec.in: Add lilypond.words.
10680
10681         * Documentation/user/refman.itely: Mention Info inside emacs.
10682         
10683         * lilypond.suse.spec.in:
10684         * lilypond.redhat.spec.in:
10685         * lilypond.mandrake.spec.in: Set root-owner for doc
10686         (tobbe@nyvalls.se).
10687
10688 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10689
10690         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10691         os.popen.read ().
10692
10693 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10694
10695         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10696
10697         * python/lilylib.py (error): add space
10698
10699 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10700
10701         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10702         distribution.
10703
10704 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10705
10706         * lily/paper-outputter.cc (Paper_outputter): close port when
10707         finishing score.
10708
10709 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10710
10711         * scm/sodipodi.scm: Fixes.
10712
10713 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10714
10715         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10716
10717         * buildscripts/make-font-dir.py: Fix. 
10718
10719 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10720
10721         * lilypond-mode.el: Add support for Info inside Emacs.
10722
10723 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10724
10725         * buildscripts/make-font-dir.py: 
10726         * mf/GNUmakefile: Make sodipodi font map.
10727
10728         * scm/sodipodi.scm: Add more output functions.
10729
10730         * mf/feta-nummer.mf: 
10731         * mf/feta-beugel.mf: Add font_coding_scheme.
10732
10733         * lily/paper-outputter.cc (output_header): Fix creator string.
10734
10735 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10736
10737         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10738         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10739
10740         * lilypond.words: add two (Everybody can add/remove words now!).
10741
10742         * debian/rules:
10743         * make/lilypond.suse.spec.in:
10744         * make/lilypond.mandrake.spec.in:
10745         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10746
10747         * Documentation/user/refman.itely: Mention autocompletion.
10748
10749 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10750
10751         * scripts/ly2dvi.py: Add paper sizes.
10752
10753         * lily/timing-engraver.cc: 
10754         * lily/time-signature.cc: 
10755         * lily/span-bar.cc: 
10756         * lily/grob-scheme.cc: Code formatting fixes.
10757
10758         * scm/sodipodi.scm: 
10759         * scm/sketch.scm:
10760         * buildscripts/mf-to-table.py: 
10761         * buildscripts/make-font-dir.py: Font testing.
10762
10763 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10764
10765         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10766         inserts try-completion and shows all-completions.
10767
10768         * lilypond.words: '\' -> '\\'
10769
10770         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10771         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10772         
10773         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10774         and LilyPond-reserved-words.
10775         
10776 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10777
10778         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10779         from load-path.
10780         
10781         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10782         the mini-buffer with Control-Shift-c.
10783         
10784 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10785
10786         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10787         duration. This fixes \tempo taking time.
10788
10789 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10790
10791         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10792         Allow for text markup in repeatCommands. 
10793
10794 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10795
10796         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10797         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10798         Get rid of skeleton.el-dependency.
10799
10800         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10801
10802 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10803
10804         * lily/beam-engraver.cc (stop_translation_timestep): reset
10805         now_stop_ev_
10806
10807         * lily/scm-option.cc: add parse-protect to ly:set-option
10808
10809         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10810
10811 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10812
10813         * lily/include/ligature-bracket.hh: removed
10814         * lily/ligature-bracket.cc: removed
10815
10816         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10817         .tex
10818
10819         * lily/beam.cc (set_beaming): don't change beam count on rests.
10820         (brew_molecule): always set flag-width > 0.
10821
10822 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10823
10824         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10825         chars, remove instructions; instead, refer to lilypond-init.el and
10826         Documentation/topdocs/INSTALL.texi.
10827
10828         * lilypond.words: add identifiers and reserved words.
10829
10830         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10831         files and adding a load-path.
10832
10833         * lilypond-init.el: Instructions, extracted from 
10834         Documentation/topdocs/INSTALL.texi. 
10835         
10836 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10837
10838         * VERSION: 1.7.8 released 
10839
10840         * lily/grob.cc (warning): better robustness fix.
10841
10842 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10843
10844         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10845
10846         * lily/cluster-engraver.cc: stick better to variable naming
10847         conventions
10848
10849         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10850         until stop_translation_timestep()
10851
10852         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10853         min/max coordinates to backend, but no musical info such as
10854         pitches
10855
10856         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10857
10858         * lily/grob.cc: robustness fix: warning(): do not crash if
10859         cause is not set
10860
10861         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10862         the much more elaborated tuplet brackets than the very naive and
10863         simple ligature bracket grob
10864
10865 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10866
10867         * Documentation/user/refman.itely (Analysis brackets): add
10868         horizontal bracket doco.
10869
10870         * ly/property-init.ly (setMmRestFermata): added.
10871
10872         * Documentation/user/refman.itely (Multi measure rests): fermatas
10873         on mm rests.
10874
10875         * input/regression/apply-context.ly (texidoc): new file
10876
10877         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10878         code to be executed during interpretation. Possible applications:
10879         smart octavation, more advanced bar checks. 
10880
10881         * lily/apply-context-iterator.cc: new file.
10882
10883 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10884
10885         * input/test/new-markup.ly: new file.
10886
10887         * lily/text-item.cc (text_to_molecule): new function
10888
10889         * scm/new-markup.scm (lambda): new file
10890
10891         * lily/function-documentation.cc (ly_add_function_documentation):
10892         add proc property as well
10893
10894 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10895
10896         * Documentation/user/music-glossary.tely (Top): add custos.
10897
10898 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10899
10900         * Documentation/topdocs/INSTALL.texi: advise how to include source
10901         path to Emacs load-path and improve language.
10902
10903 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10904
10905         * GNUmakefile.in: config.h message fix.
10906
10907         * autogen.sh:
10908         * aclocal.m4: Regenerate.
10909
10910         * configure.in: 
10911         * config.make.in: 
10912         * stepmake/config.make.in: 
10913         * stepmake/configure.in: 
10914         * stepmake/autogen.sh: 
10915         * stepmake/aclocal.m4: Update for autoconf 2.56.
10916
10917 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10918
10919         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10920         to install Emacs-mode. Instructions how to use vim-mode.
10921
10922 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10923
10924         * scm/music-types.scm (music-descriptions): no length for tempo event.
10925
10926         * input/*.ly: add \version everywhere.
10927         
10928         * input/*.ly: update syntax to 1.7 + new-chords.
10929
10930         * VERSION: 1.7.7 released.
10931         
10932         * Documentation/user/*.tely: new chord syntax.
10933
10934         * input/regression/[bc]*.ly (texidoc): syntax updates.
10935         
10936 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10937
10938         * lilypond.words: add vocabulary to be used in auto-completion
10939
10940         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10941
10942         * lilypond.vim: allow note name at EOF
10943
10944 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10945
10946         * buildscripts/new-chords.py (edit): -e option: inline editing.
10947
10948         * input/regression/a*.ly (texidoc): syntax updates.
10949
10950         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10951         music): elucidations. 
10952
10953 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10954
10955         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10956         ly/spanners-init.ly, scm/grob-description.scm,
10957         scm/grob-property-description.scm, scm/music-types.scm,
10958         lily/cluster-engraver.cc, lily/cluster.cc,
10959         lily/include/cluster.hh, input/test/cluster.ly: cluster
10960         implementation
10961
10962         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10963         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10964         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10965
10966         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10967
10968         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10969
10970         * scm/grob-description.scm: bugfix: by default, use default note
10971         head style when engraving ligatures
10972
10973         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10974
10975         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10976         events
10977
10978         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10979
10980         * input/test/ancient-font.ly: bugfix: style -> flag-style
10981
10982         * lily/ligature-engraver.cc: indentation fix
10983
10984         * lily/parser.yy: indentation fixes
10985         
10986 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10987
10988         * input/regression/measure-grouping.ly: more elaborate example.
10989
10990         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10991         ly:div-moment. New functions 
10992
10993         * scm/music-functions.scm (set-time-signature): new function,
10994         allow inline time sig settings with measure grouping.
10995
10996         * lily/parser.yy (command_element): move time sig construction
10997         into Scheme.
10998
10999         * lily/side-position-interface.cc (out_of_staff): new function,
11000         like padding, but keep minimum distance from staff. Easier than
11001         linespanners (dynamics, pedals), but roughly the same effect.
11002
11003 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11004
11005         * emacs-mode.el: Added spanish-note-replacements 
11006         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11007
11008         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11009
11010 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11011
11012         * lilypond.vim: Do not fontify cises, desis, etc.
11013
11014         * vimrc: view dvi with <S-F6>
11015
11016 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11017
11018         * lily/lookup.cc (triangle): new function.
11019
11020         * input/regression/measure-grouping.ly (texidoc): new file: show
11021         triangles and brackets for beat groups of 3 and 2.
11022
11023         * lily/include/measure-grouping-spanner.hh (class
11024         Measure_grouping): new file.
11025
11026         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11027
11028         * lily/measure-grouping-engraver.cc (class
11029         Measure_grouping_engraver): new file.
11030
11031 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11032
11033         * Merge from stable:
11034
11035             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11036         
11037         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11038         stylesheet.
11039
11040         * ly/paper19.ly: Include paper19-init.ly.
11041
11042         * ly/paper19-init.ly: New file.
11043
11044         * Documentation/user/tutorial.itely (First steps): Fix first
11045         example for font test.
11046
11047         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11048
11049         * ChangeLog: Add 1.7.6 release marker (see below).
11050
11051         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11052         Add .py files.
11053
11054 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11055
11056         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11057
11058         * input/tutorial/*.ly: update to new syntax.
11059
11060         * lily/parser.yy (Composite_music): new transpose syntax,
11061         \transpose FROM TO MUSIC. 
11062
11063 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11064
11065         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11066         latex progress/error output to stderr (by default this goes to
11067         stdout).  Show lilypond progress, even when not verbose.
11068
11069         * python/lilylib.py (system): New optional parameter to control
11070         showing of progress.
11071
11072         * scm/backend-documentation-lib.scm (check-dangling-properties):
11073         Fix error message.
11074
11075         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11076         axis, extent.
11077
11078         * scm/grob-property-description.scm (magnify): Remove.
11079         (extent, axis): Add.
11080
11081 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11082
11083         * VERSION: Release 1.7.6.
11084
11085         * scripts/convert-ly.py: more uniformization substitutions.
11086
11087         * buildscripts/new-chords.py (sub_chords): new file.
11088
11089 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11090
11091         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11092         lilypond.map.  Include sauter fonts too.  Cleanups.
11093
11094 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11095
11096         * Documentation/user/tutorial.itely (First steps): change to new
11097         chord/tie/slur/beam notation.
11098
11099         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11100         ties.
11101
11102         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11103         engraver. Process ties in postfix notation, i.e. c8-~ c
11104
11105         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11106
11107         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11108
11109         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11110
11111         * lily/beam-engraver.cc (try_music): accept new-beam-events
11112
11113         * input/regression/chord-scripts.ly (texidoc): new file
11114
11115         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11116         script-events.
11117
11118         * scm/script.scm (default-script-alist): cleanup.
11119
11120         * lily/script-engraver.cc (make_script_from_event): cleanup.
11121
11122         * lily/lyric-combine-music-iterator.cc
11123         (Lyric_combine_music_iterator): remove superfluous events.
11124         (melisma_busy): new function. Fix broken melismas.
11125
11126 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11127
11128         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11129         Remove nonvalid settings. Use descriptive key names.
11130         Use <Return> to indicate the pressing of that key.
11131
11132 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11133
11134         * scripts/lilypond-book.py (option_definitions): Typo.
11135
11136         * scripts/ly2dvi.py: Updates.
11137
11138         * python/lilylib.py (setup_environment, print_environment)
11139         (get_bbox, make_preview): Merge and remove from ly2dvi and
11140         lilypond-book.
11141
11142         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11143
11144         * .cvsignore: Remove some cruft.
11145
11146         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11147         path.
11148
11149         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11150         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11151         throughout.
11152
11153         * python/lilylib.py (quiet_system): Junk
11154         (system): Display error log upon failure.
11155         (read_pipe): New function.  Cleanups and fixes.
11156
11157         * python/*.py: Rename from *.py.in.
11158         
11159         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11160
11161         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11162
11163 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11164
11165         * python/GNUmakefile: Bugfix: handle modules.
11166
11167         * stepmake/stepmake/python-module-targets.make (default): Add
11168         compiled modules. 
11169
11170         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11171         compiling modules.
11172
11173         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11174         Bugfix.  (OUT_PYC_MODULES): Add.
11175
11176 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11177
11178         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11179         Use default paths. Refresh description.
11180
11181 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * VERSION: 1.7.5 released
11184
11185         * input/regression/finger-chords.ly (texidoc): new file.
11186
11187         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11188         support
11189
11190         * lily/fingering-engraver.cc (process_music): remove kludgy
11191         scriptHorizontal stuff.
11192
11193         * lily/script.cc: remove staff-support property.
11194
11195         * lily/new-fingering-engraver.cc (add_fingering): new
11196         file. Fingering engraver for new style chords.
11197
11198 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11199
11200         * lily/parser.yy (bare_number): allow 4 \cm (without
11201         decimal dot). (should backport to 1.6?)
11202
11203         * ly/declarations-init.ly: use Scheme for dimension defs.
11204
11205         * lily/parser.yy (TODO): remove hard coded dimensions, add
11206         REAL NUMBER_IDENTIFIER production.
11207
11208         * lily/rest-collision.cc (force_shift_callback): rewrite using
11209         -done property.
11210
11211         * scm/grob-property-description.scm (rest-collision-done): add
11212         property.
11213         
11214         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11215
11216 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11217
11218         * input/regression/multi-measure-rest-center.ly: new file.
11219
11220         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11221         off horizontally by 0.05 ss. Fixed.
11222
11223 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11224
11225         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11226
11227         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11228
11229 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11230
11231         * lily/tie.cc (get_control_points): also avoid staff lines on the
11232         just outside the outer staff lines
11233
11234 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11235
11236         * ly/params-init.ly: Just define style-alist, no need to
11237         define-public.
11238
11239         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11240         (thanks Han-Wen).
11241
11242         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11243         (FET_FILES): = FONT_FILES.
11244
11245         * Merge from stable:
11246
11247             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11248
11249 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11250
11251         * VERSION: 1.7.4 released.  
11252         
11253         * scm/generate-documentation.scm (string-append): add macro
11254         definitions.
11255
11256         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11257         normal texts.
11258
11259         * lily/multi-measure-rest-engraver.cc: make separate
11260         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11261
11262         * lily/multi-measure-rest.cc: remove text handling. Remove
11263         number-threshold.
11264
11265 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11266
11267         * scm/music-types.scm: doc patch by Graham Percival
11268
11269 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11270
11271         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11272         encoding part.
11273         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11274         (sketch_p): Sketch wants only first four elements of X11 font spec.
11275
11276         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11277
11278         * mf/feta-autometric.mf: Write foundry and family to log.
11279
11280         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11281         font translation table.
11282
11283         * buildscripts/mf-to-table.py: Better font info into afm.
11284
11285         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11286         1.0.9 required.
11287
11288         * configure.in: Whine for mftrace 1.0.9.
11289
11290 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11291
11292         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11293
11294         * lily/main.cc (main_prog): don't try to load init.EXT when
11295         processing foo.EXT.
11296
11297 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11298
11299         * scm/tex.scm (zigzig-line): added.
11300
11301         * scm/ps.scm (zigzag-line): added.
11302
11303         * ps/music-drawing-routines.ps (subvec): added.
11304         (draw_zigzag_line): added.
11305         
11306         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11307         grob properties zigzag-width and zigzag-length.
11308
11309         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11310
11311 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11312
11313         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11314         svg output, including font.
11315
11316 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11317
11318         * scm/lily.scm: Register sodipodi output module.
11319
11320         * scm/sodipodi.scm: New file.
11321
11322         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11323
11324         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11325         comment, after header.
11326         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11327         FullName.  Fix FontName key.
11328
11329 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11330
11331         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11332         and breve rests.
11333         
11334         * input/test/blank-notes.ly: bugfix
11335
11336         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11337         rests. (Kim Shrier)
11338
11339         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11340         
11341 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11342
11343         * scm/tex.scm: 
11344         * scm/ps.scm: Cleanup and remove obsolete junk.
11345
11346         * Documentation/user/internals.itely:
11347         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11348
11349         * lily/parser.yy: Identify shift/reduce problems.
11350
11351         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11352         make-style-sheet.  Too specific for convert-ly?
11353
11354 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11355
11356         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11357
11358         * input/test/*.ly: various fixes.
11359
11360         * lily/music.cc (name): bugfix
11361
11362         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11363
11364         * lily/input-file-results.cc (code): set-point-and-click! ->
11365         set-point-and-click
11366         
11367 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11368
11369         * Use uniform ly: prefix for exported scheme primitive functions.
11370
11371         * scm/music-types.scm: junk compat glue
11372
11373         * scripts/convert-ly.py: add rules for stuff below, junk
11374         compatibility glue for spanrequest.
11375
11376         * lily/parser.yy (verbose_event): remove \spanrequest,
11377         \commandspanrequest, \script. 
11378         
11379         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11380
11381         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11382         for \penalty, \glissando.
11383
11384         * VERSION: release 1.7.3
11385         
11386 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11387
11388         * lily/accidental-engraver.cc: Fix
11389         grace-in-the-beginning-of-measure bug caused by the resent
11390         partial-measure fix.
11391
11392         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11393         overlap looks too crowded)
11394         
11395 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11396
11397         * lily/parser.yy (assignment): allow SCM expression as assignment.
11398
11399         * lily/include/music-output-def.hh (class Music_output_def):
11400         * lily/music-output-def.cc: 
11401         * lily/paper-def.cc: 
11402         * scm/font.scm (markup-to-properties):
11403         * lily/parser.yy (music_output_def_body): 
11404         remove style_sheet_
11405
11406 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11407
11408         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11409         length.
11410
11411         * input/regression/spacing-to-grace.ly: new file.
11412
11413         * input/regression/spacing-end-of-line.ly: new file.
11414
11415         * lily/note-spacing.cc (get_spacing): take into account breakable
11416         stuff sticking out at the left (time sig change at line break).
11417
11418         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11419         raggedright code.
11420
11421         * scm/music-functions.scm (make-voice-props-set): add
11422         staff-position for mm rests.
11423  
11424         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11425         before grace notes a little.
11426
11427         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11428
11429         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11430         key adds space at the end of line. 
11431
11432 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11433
11434         * scm/sketch.scm: Fix beams.
11435
11436         * buildscripts/mf-to-table.py: Add EncodingScheme.
11437
11438         * scm/sketch.scm: Resurrect.
11439
11440 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11443         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11444
11445 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11446
11447         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11448
11449         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11450
11451 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11452
11453         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11454         token for origin information.
11455
11456         * lily/parser.yy (My_lily_lexer): do identifier location and
11457         cloning from lexer.
11458
11459         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11460         logic out of the parser. Add bar checks on both ends.
11461
11462         * Documentation/user/refman.itely (Multi measure rests): add more
11463         notes about mm rests.
11464
11465 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11466
11467         * input/regression/bar-scripts.ly: Re-enable.
11468
11469         * lily/parser.yy:
11470         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11471         released rsn.  Bison 1.50 has a crucial bug and won't work.
11472
11473         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11474
11475
11476 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11477
11478         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11479
11480 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11481
11482         * Actually merge changes since 1.6.4 besides ChangeLog, and
11483         resolve conflicts.  Lots of updates, hope all is well.
11484         
11485         * cygwin/lilypond.hint (requires): Add ghostscript.
11486
11487         * scm: Update some (c).
11488         
11489 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11490
11491         * input/test/{various}.ly: add \header fields and texidoc strings.
11492
11493 2002-10-05  Werner Lemberg  <wl@gnu.org>
11494
11495         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11496         renamed to `output_latex_quoted'.
11497         Added `output_latex_noquote'.
11498         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11499         mode.
11500
11501 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11502
11503         * ChangeLog: Add 1.6.6 release marker.  See below.
11504
11505         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11506
11507         * scripts/midi2ly.py: Fix global syntax warnings.
11508
11509         * GNUmakefile.in: Generate builddir locale tree too.
11510
11511         * scripts/ly2dvi.py:
11512         * scripts/midi2ly.py: 
11513         * scripts/mup2ly.py: 
11514         * scripts/update-lily.py:
11515         * lily/main.cc (setup_paths): Fix for locales setup.
11516
11517 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11518
11519         * Documentation/windows/installing.texi: Soften wording about
11520         necessity of becoming Administrator.  tommie@iae.nl reports this
11521         does not seem to be necessary for his flavour of Windows 2000.
11522         Explicitely discourage text mode mounts.
11523
11524 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11525
11526         * lily/rest.cc (after_line_breaking): backport dot position fix.
11527
11528         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11529         rests. Thanks to Klaus Zimmermann for finding this bug.
11530
11531 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11532
11533         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11534
11535 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11536
11537         * Documentation/user/music-glossary.tely: fix links.
11538
11539 2002-10-21  Werner Lemberg  <wl@gnu.org>
11540
11541         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11542         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11543         scaling factor) only once and use them in the definition of
11544         \embeddedps.
11545         * ps/music-drawing-routines.ps (skeel): Removed.
11546
11547 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11548
11549         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11550         Solaris7, as we don't use nested $( ) constructs.
11551
11552 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11553
11554         * VERSION: Release 1.6.6.
11555         
11556 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11557
11558         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11559         as workaround for /bin/sh problems on Solaris7.
11560
11561 2002-10-19  Werner Lemberg  <wl@gnu.org>
11562
11563         * GNUmakefile.in (web-doc): Fix typos.
11564         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11565         `music-drawing-routines.ps' but emit \special{header=...} once.
11566         * scm/tex.scm (header-end): Updated.
11567
11568 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11569
11570         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11571         undefined tremolo. 
11572
11573 2002-10-15  Werner Lemberg  <wl@gnu.org>
11574
11575         * scripts/lilypond-book.py (g_make_html): New global variable.
11576         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11577         if `g_make_html' isn't set.
11578         [main]: Add format `texi-html'.
11579         (option_definitions): Updated.
11580         * Documentation/user/lilypond-book.itely: Updated.
11581
11582         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11583         * make/ly-rules.make (%.texi, %.nexi): Use it.
11584         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11585         format to lilypond-book.
11586         * GNUmakefile.in (web-doc): Ditto.
11587
11588 2002-10-14  Werner Lemberg  <wl@gnu.org>
11589
11590         Further improve TeX output.  The produced files are about 40%
11591         smaller.  `lilyponddefs.tex' is now read only once.
11592
11593         * tex/lilyponddefs.tex: Remove footer stuff.
11594         (\ifundefined): Renamed to...
11595         (\lilypondundefined): This.  Use LaTeX's definition to
11596         make it nestable and make it global.
11597         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11598         output.
11599         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11600         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11601         them global.
11602         (\placebox): Renamed to...
11603         (\lyitem): This.
11604         Make it global and call \outputscale by itself.
11605         (\lybox, \lyvrule): New macros to reduce input data.
11606         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11607         New auxiliary macros.
11608         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11609         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11610         to...
11611         (\lilypondspace): This and made it global.
11612         (\turnOnPostScript): Renamed to...
11613         (\lilypondpostscript): This and made it global.
11614         (\turnOnExperimentalFeatures): Renamed to...
11615         (\lilypondexperimentalfeatures): This and made it global.
11616         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11617         (\lilypondsetdimen): This and made it global.
11618         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11619         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11620         (all, $(outdir)/music-drawing-routines.ps): New rules.
11621         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11622         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11623         start-system, stop-system, stop-last-system, filledbox): Updated to
11624         use the changed macros from lilyponddefs.tex.
11625         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11626
11627 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11628
11629         * Documentation/windows/installing.texi: Update.
11630
11631 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11632
11633         * VERSION: 1.6.5 released
11634
11635         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11636
11637 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11638
11639         * scm/translator-property-description.scm (voltaOnThisStaff): add
11640         property.
11641
11642 2002-09-28  Werner Lemberg  <wl@gnu.org>
11643
11644         * scm/tex.scm (header-end): Suppress page numbering.
11645
11646         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11647         Fix quotation for HTML output.
11648
11649 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11650         
11651         * Documentation/user/refman.itely: grammar and phrasing
11652           fixes to "Note Entry" section.  Also adds a few new examples.
11653
11654 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11655
11656         * flower/include/string-data.icc: include string.h
11657
11658 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11659
11660         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11661
11662 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11663
11664         * Documentation/user/GNUmakefile (extra-local-help): Add.
11665
11666         * stepmake/stepmake/www-targets.make (local-help): Add.
11667
11668 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11669
11670         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11671         packages.
11672
11673         * Documentation/topdocs/README.texi (Top): building documentation
11674         (not website.)
11675
11676 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11677
11678         * Documentation/user/refman.itely: 
11679         * Documentation/user/tutorial.itely: 
11680         * Documentation/user/music-glossary.tely: Merge changes.
11681
11682         * Documentation/user/glossary.html.in: 
11683         * Documentation/index.texi: 
11684         * Documentation/header.html.in: Accomodate renaming of glossary.
11685         
11686         * Documentation/user/tutorial.itely: Add some glossary references.
11687         
11688         * Documentation/user/refman.itely: Minor fixes.
11689         
11690         * Documentation/user/lilypond.tely: Add glossary do direntry.
11691
11692         * Documentation/user/music-glossary.tely: Rename (previously:
11693         glossary.tely).  Fix anchor placement.
11694
11695         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11696
11697 2002-09-23  Werner Lemberg  <wl@gnu.org>
11698
11699         * scripts/lilypond-book.py (output_dict): Fix handling of
11700         various environments by avoid extraneous newlines.
11701         Rename `output-all' regexp for html to `output-html'.
11702         Replace `output-all' regexp for texi with `output-texi-quote'
11703         and `output-texi-noquote'.
11704         (compose_full_body): Don't override `linewidth' user option
11705         for `singleline'.
11706         (schedule_lilypond_block): Don't indent text specified with
11707         `intertext' option.
11708         Add new option `noquote'.
11709         (compile_all_files): Use latex instead of tex to compile ly
11710         files directly.
11711
11712         * Documentation/user/lilypond-book.itely: Updated and revised.
11713         Improve layout.
11714
11715         * Documentation/user/glossary.tely,
11716         Documentation/user/introduction.itely,
11717         Documentation/user/tutorial.itely,
11718         Documentation/user/refman.itely,
11719         Documentation/user/appendices.itely: Fix overfull LilyPond
11720         boxes caused by the new lilypond-book code.  Other minor
11721         fixes.
11722
11723         * Documentation/user/macros.itexi (@texiflat): Don't emit
11724         trailing space.
11725
11726         * scm/tex.scm (end-output, header-end): Add preamble and
11727         postamble to make lilypond output directly compilable with
11728         latex.
11729
11730         
11731 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11732
11733         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11734         instructions.
11735
11736 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11737
11738         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11739
11740 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11741
11742         * lily/beam.cc (connect_beams): don't crash if there are quarter
11743         notes in beams.
11744
11745 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11746
11747         * Documentation/user/refman.itely: corrected ancient clef
11748         docu; added docu on ligatures
11749
11750 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11751
11752         * Documentation/user/glossary.tely,
11753         Documentation/user/refman.itely, input/les-nereides.ly,
11754         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11755         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11756         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11757         Stem properties: flag-style -> stroke-style, style -> flag-style.
11758
11759
11760 2002-09-22  Werner Lemberg  <wl@gnu.org>
11761
11762         * scripts/lilypond-book.py: Add option `notime' to suppress
11763         printing of a time signature.  Specify default indentation of 0pt
11764         if single line fragment.  Don't emit redundant `\paper{ }'.
11765
11766         * Documentation/user/lilypond-book.itely: Updated.
11767
11768         * Documentation/user/glossary.tely: Completely reformatting.
11769
11770 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11771
11772         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11773
11774 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11775
11776         * Documentation/user/tutorial.itely: Fix links.
11777         
11778         * Documentation/topdocs/index.tely:
11779         * Documentation/index.texi:
11780         * Documentation/header.html.in: Small website fixes and updates.
11781
11782         * debian/: Debian patch by Anthony Fok.
11783
11784 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11785
11786         * Documentation/footer.html.in: How time flies: It's already 2002!
11787
11788         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11789         more descriptive link names than 'here'.
11790
11791 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11792
11793         * VERSION: 1.7.2 released
11794         * VERSION: 1.6.4 released
11795         
11796         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11797
11798         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11799         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11800
11801         * mf/feta-din.mf (test): add x-height and space.
11802
11803         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11804         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11805
11806         * ly/grace-init.ly: add-to-grace-init: function to portably add
11807         settings to \grace. 
11808
11809         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11810         if we get an absolute dynamic event.
11811  
11812         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11813
11814         * lily/source-file.cc (get_line): oops. All line numbers were off
11815         by 2. Fix that. 
11816
11817         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11818         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11819
11820         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11821
11822         * lily/parser.yy (number_factor): remove (number) as number
11823         expression. ("Let them eat Lisp").
11824
11825 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11826
11827         * lily/horizontal-bracket.cc: new file.
11828
11829         * lily/horizontal-bracket-engraver.cc: new file.
11830
11831         * input/regression/note-group-bracket.ly: new file. Support
11832         horizontal note brackets for music analysis.
11833
11834         * lily/stem.cc (flag): new flag-style: no-flag.
11835
11836         * input/test/stem-cross-staff.ly: new file
11837         
11838         * Documentation/user/internals.itely: Improved formatting, fixing
11839         typos.  Added a section `Output details' to describe how the TeX
11840         code looks like.
11841
11842         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11843
11844         * lily/parser.yy: remove \dynamicscript.
11845
11846         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11847         definitions. 
11848
11849         * python/midi.c (midi_error): take two arguments.
11850
11851         * Merge 1.6.5 changes:
11852         
11853 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11854
11855         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11856         staff-space.  Previous 1.5 was probably meant as half-spaces.
11857         (cautionary-style): parentheses (was: smaller).  This is what doco
11858         says, and it seems more logical.
11859
11860         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11861         for 2nd sentence.
11862
11863 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11864
11865         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11866
11867 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11868
11869         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11870
11871 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11872
11873         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11874
11875 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11876
11877         * scm/translator-property-description.scm (voltaOnThisStaff): add
11878         property.
11879
11880 2002-09-28  Werner Lemberg  <wl@gnu.org>
11881
11882         * scm/tex.scm (header-end): Suppress page numbering.
11883
11884         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11885         Fix quotation for HTML output.
11886
11887 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11888         
11889         * Documentation/user/refman.itely: grammar and phrasing
11890           fixes to "Note Entry" section.  Also adds a few new examples.
11891
11892 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11893
11894         * flower/include/string-data.icc: include string.h
11895
11896 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11897
11898         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11899
11900 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11901
11902         * Documentation/user/GNUmakefile (extra-local-help): Add.
11903
11904         * stepmake/stepmake/www-targets.make (local-help): Add.
11905
11906 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11907
11908         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11909         packages.
11910
11911         * Documentation/topdocs/README.texi (Top): building documentation
11912         (not website.)
11913
11914 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * Documentation/user/refman.itely: 
11917         * Documentation/user/tutorial.itely: 
11918         * Documentation/user/music-glossary.tely: Merge changes.
11919
11920         * Documentation/user/glossary.html.in: 
11921         * Documentation/index.texi: 
11922         * Documentation/header.html.in: Accomodate renaming of glossary.
11923         
11924         * Documentation/user/tutorial.itely: Add some glossary references.
11925         
11926         * Documentation/user/refman.itely: Minor fixes.
11927         
11928         * Documentation/user/lilypond.tely: Add glossary do direntry.
11929
11930         * Documentation/user/music-glossary.tely: Rename (previously:
11931         glossary.tely).  Fix anchor placement.
11932
11933         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11934
11935 2002-09-23  Werner Lemberg  <wl@gnu.org>
11936
11937         * scripts/lilypond-book.py (output_dict): Fix handling of
11938         various environments by avoid extraneous newlines.
11939         Rename `output-all' regexp for html to `output-html'.
11940         Replace `output-all' regexp for texi with `output-texi-quote'
11941         and `output-texi-noquote'.
11942         (compose_full_body): Don't override `linewidth' user option
11943         for `singleline'.
11944         (schedule_lilypond_block): Don't indent text specified with
11945         `intertext' option.
11946         Add new option `noquote'.
11947         (compile_all_files): Use latex instead of tex to compile ly
11948         files directly.
11949
11950         * Documentation/user/lilypond-book.itely: Updated and revised.
11951         Improve layout.
11952
11953         * Documentation/user/glossary.tely,
11954         Documentation/user/introduction.itely,
11955         Documentation/user/tutorial.itely,
11956         Documentation/user/refman.itely,
11957         Documentation/user/appendices.itely: Fix overfull LilyPond
11958         boxes caused by the new lilypond-book code.  Other minor
11959         fixes.
11960
11961         * Documentation/user/macros.itexi (@texiflat): Don't emit
11962         trailing space.
11963
11964         * scm/tex.scm (end-output, header-end): Add preamble and
11965         postamble to make lilypond output directly compilable with
11966         latex.
11967
11968         
11969 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11970
11971         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11972         instructions.
11973
11974 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11975
11976         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11977
11978 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11979
11980         * lily/beam.cc (connect_beams): don't crash if there are quarter
11981         notes in beams.
11982
11983 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11984
11985         * Documentation/user/refman.itely: corrected ancient clef
11986         docu; added docu on ligatures
11987
11988 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11989
11990         * Documentation/user/glossary.tely,
11991         Documentation/user/refman.itely, input/les-nereides.ly,
11992         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11993         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11994         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11995         Stem properties: flag-style -> stroke-style, style -> flag-style.
11996
11997 2002-09-22  Werner Lemberg  <wl@gnu.org>
11998
11999         * scripts/lilypond-book.py: Add option `notime' to suppress
12000         printing of a time signature.  Specify default indentation of 0pt
12001         if single line fragment.  Don't emit redundant `\paper{ }'.
12002
12003         * Documentation/user/lilypond-book.itely: Updated.
12004
12005         * Documentation/user/glossary.tely: Completely reformatting.
12006
12007 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12008
12009         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12010
12011 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12012
12013         * Documentation/user/tutorial.itely: Fix links.
12014         
12015         * Documentation/topdocs/index.tely:
12016         * Documentation/index.texi:
12017         * Documentation/header.html.in: Small website fixes and updates.
12018
12019         * debian/: Debian patch by Anthony Fok.
12020
12021 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12022
12023         * Documentation/footer.html.in: How time flies: It's already 2002!
12024
12025         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12026         more descriptive link names than 'here'.
12027
12028 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12029
12030         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12031
12032 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12033
12034         * lily/part-combine-music-iterator.cc (get_state): cleanup
12035         (get_music_info): cleanup.
12036
12037 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12038
12039         * scm/backend-documentation-lib.scm (interface-doc-string):
12040         crosslinks between interfaces and grobs. Headings for interfaces
12041         in grob explanation.
12042
12043 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12044
12045         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12046         dtd).  Add preliminary dtd.
12047         (re-sub-alist): Robustify.
12048
12049 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12050
12051         * lily/include/event-chord-iterator.hh,
12052         lily/context-specced-music-iterator.cc,
12053         lily/event.cc, lily/event-chord-iterator.cc: add
12054
12055 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12056
12057         * lily/: some (c) header fixes.
12058         
12059         * lily/request-chord.cc: Remove.
12060         
12061         * lily/include/event-chord-iterator.hh:
12062         * lily/include/event.hh:
12063         * lily/event-chord.cc: New file.
12064         
12065         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12066         requested.
12067
12068 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12069
12070         * lily/ : rename Request to Event
12071
12072         * lily/parser.yy (command_element): move clef stuff into Scheme.
12073
12074         * lily/:  rename length_mom () to get_length()
12075
12076         * lily/part-combine-music.cc: removed file and class.
12077
12078         * lily/context-specced-music-iterator.cc (class
12079         Context_specced_music_iterator): new file. Obsoletes the
12080         Context_specced_music type.
12081
12082         * scm/music-types.scm (make-repeated-music): put different kinds
12083         of repeated music into music-type table.
12084
12085         * VERSION: 1.7.1 released.
12086
12087         * scm/to-xml.scm: new file.
12088
12089         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12090         new Input representation: dump music as XML.
12091
12092         * scm/engraver-documentation-lib.scm
12093         (engraver-accepts-music-types?): add links from music to engraver,
12094         from music-type to engraver.
12095
12096         * lily/include/command-request.hh: removed
12097         lily/include/musical-request.hh: removed. Removed all _req classes
12098         except Key_change_req. Changes throughout.
12099
12100 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12101
12102         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12103
12104 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12105
12106         * lily/*.cc: specify accepts for many engravers.
12107
12108         * scm/music-documentation-lib.scm: dump music expressions and
12109         music subtypes.
12110
12111         * scm/documentation-lib.scm: complete revision.
12112         Use GOOPS objects to store document tree explicitly. Cleaned up and
12113         sped up doco generation a lot.
12114
12115 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12116
12117         * input/trip.ly (fugaIILeft): add arpeggio
12118
12119         * lily/translator-group.cc (try_music_on_nongroup_children):
12120         oops. The name symbol is in the cdr of the assoc handle.
12121
12122         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12123         Hyphen_req, Glissando_req, Break_req, Mark_req 
12124
12125 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12126
12127         * lily/musical-request.cc (music-duration-length,
12128         music-duration-compress): new functions.
12129
12130         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12131         throughout. Warning doesn't work yet.
12132
12133         * lily/translator-group.cc (try_music_on_nongroup_children):
12134         new implementation: store candidate acceptors in a hashTable.
12135
12136 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12137
12138         * scm/music-types.scm (music-descriptions): change name to
12139         internal-class-name
12140
12141         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12142
12143 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12144
12145         * lily/beam.cc (connect_beams): don't crash if there are quarter
12146         notes in beams.
12147
12148 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12149
12150         * Documentation/user/refman.itely: corrected ancient clef
12151         docu; added docu on ligatures
12152
12153 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12154
12155         * Documentation/user/glossary.tely,
12156         Documentation/user/refman.itely, input/les-nereides.ly,
12157         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12158         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12159         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12160         Stem properties: flag-style -> stroke-style, style -> flag-style.
12161
12162 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12163
12164         * scm/music-functions.scm (music-separator?): don't use name music
12165         property.
12166
12167 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12168
12169         * stepmake/stepmake/generic-targets.make (help): Document check
12170         target.
12171
12172         * lily/new-accidental-engraver.cc: Compile fix.
12173
12174 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12175
12176         * scripts/convert-ly.py: Add rule.
12177
12178         * input/test/music-creation.ly:
12179         * input/test/add-staccato.ly:
12180         * input/test/add-text-script.ly: ly-make-music.
12181
12182         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12183         More ly-make-music renamings.
12184
12185         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12186
12187         * lily/music-constructor.cc (make_music): Add debugging info.
12188
12189         * scm/music-functions.scm (make-simultaneous-music,
12190         (make-sequential-music, context-spec-music):
12191         * scm/music-types.scm (music-descriptions): Get lily to run.
12192
12193 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12194
12195         * lily/command-request.cc (transpose_key_alist): new function.
12196
12197         * lily/key-performer.cc (create_audio_elements): cleanup. 
12198
12199 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12200
12201         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12202
12203         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12204         events-accepted field.
12205
12206         * scm/music-types.scm: new file.
12207
12208         * lily/parser.yy: put music type initialization into scheme,
12209         similar to grob initialization.  Changes throughout.
12210
12211 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12212
12213         * Documentation/user/tutorial.itely: Fix links.
12214         
12215         * Documentation/index.texi: 
12216         * Documentation/header.html.in: 
12217         * Documentation/topdocs/index.tely: Small website fixes and updates.
12218
12219         * debian/: Debian patch by Anthony Fok.
12220
12221 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12222
12223         * Documentation/footer.html.in: How time flies: It's already 2002!
12224
12225         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12226         more descriptive link names than 'here'.
12227
12228         * ROADMAP: Remove test stuff.
12229
12230         * scripts/update-lily.py: Allow auto-building of stable and
12231         development versions.  Bugfixes.
12232
12233 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12234
12235         * VERSION: released 1.7.0
12236
12237         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12238
12239         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12240         positive line widths.
12241
12242 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12243
12244         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12245         go.  Fix comments.
12246
12247         * cygwin: Cygwin updates.
12248
12249 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12250
12251         * Documentation/windows/installing.texi (Top): version for python,
12252         urls for ghostscript (thanks to John Potelle)
12253         
12254         * lily/simultaneous-music-iterator.cc
12255         (Simultaneous_music_iterator): init children_list_ before
12256         triggering GC.
12257
12258         * lily/*-iterator.cc: be even more careful with smobbed copy
12259         constructors. 
12260
12261         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12262         LeftEdge item.
12263
12264 2002-09-15  Werner Lemberg  <wl@gnu.org>
12265
12266         Improving LilyPond's output to make them ordinary TeX boxes with
12267         predictable dimensions.  System boxes are now vertically centered on
12268         the baseline; this offset can be further controlled with
12269         \lilypondscoreshift.
12270
12271         * lily/system.cc (System::post_processing): Pass length of current
12272         system to `start-system' (including any horizontal indentation).
12273
12274         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12275         prettier.
12276         (lily-def): Append `%'.
12277         (start-system): Add parameter `wd'.  Output more TeX code to specify
12278         box dimensions.
12279         (stop-system, stop-last-system): Complement changes in
12280         `start-system'.
12281         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12282         Updated.
12283
12284         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12285         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12286         Write final `\endinput'.
12287
12288         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12289         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12290         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12291         files and macro definitions don't produce spurious spaces and
12292         paragraphs (using \endlinechar).
12293         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12294
12295         * Documentation/user/internals.itely: Improved formatting, fixing
12296         typos.  Added a section `Output details' to describe how the TeX
12297         code looks like.
12298
12299 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12300
12301         * lily/accidental-engraver.cc: Also work with partial measures.
12302
12303 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12304
12305         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12306         spanner.
12307
12308 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12309
12310         * lily/identifier-smob.cc (unpack_identifier): new file.
12311
12312         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12313         pass off scheme expressions as music identifiers.
12314
12315         * scm/lily.scm: reorganisation, cleanups.
12316
12317         * lily/main.cc: small cleanups.
12318
12319 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12320
12321         * lily/ly-module.{cc,hh}: new file.
12322
12323 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12324
12325         * lily/accidental-engraver.cc: Also work with partial measures.
12326
12327 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12328
12329         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12330
12331 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12332
12333         * lily/my-lily-lexer.cc: use SCM module in stead of
12334         Scheme_hash_table. Changes throughout.  
12335
12336 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12337
12338         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12339