]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
60ac76a11f0ab8140949598911d99b3c43442f63
[lilypond.git] / ChangeLog
1 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
4         ly:score-bookify.
5
6         * scm/lily.scm (collect-scores-for-book): new function.
7
8         * ly/init.ly: print collected scores/musics.
9
10         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
11         scope, not in lily module.
12
13         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
14
15         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
16         encapsulate gtk/pango tests.
17  
18         * po/tr.po: Turkish translation.
19
20 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
21
22         * input/regression/lily-in-scheme.ly: regression test for #{
23         ... #} syntax
24
25         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
26         was causing an error.
27
28         * Documentation/user/programming-interface.itely (Using LilyPond
29         syntax inside Scheme): documentation for #{ ... #} syntax.
30
31 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
32
33         * Documentation/index.html.in: use black thin <hr>.
34
35         * buildscripts/mutopia-index.py: use thin black <hr>.
36
37 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
38
39         * scm/fret-diagrams.scm: Use UNIX style line endings.
40         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
41         typo.  Fixes compile.
42
43         * scm/output-ps.scm (white-dot): Remove second incarnation.
44
45         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
46
47 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
48
49         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
50         single file error.
51
52         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
53
54 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
55
56         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
57         remove size as argument to fret-diagram interface;
58         improved white-circle dots for fret;
59         improved top-fret thick line/
60
61         * scm/output-ps.scm: added white-dot function
62
63         * scm/output-tex.scm: added white-dot function
64
65         * tex/music-drawing-routines.ps: added draw_white_dot function
66
67         * ps/music-drawing-routines.ps: added draw_white_dot function
68
69         * input/test/fret-diagram.ly: examples to show multiple
70         functions and multiple interfaces
71
72 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
73
74         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
75         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
76
77         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
78         conflict.  Have I told you lately how much I love autotools?
79
80 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
81
82         * lily/lily-guile.cc: 
83         * lily/pangofc-afm-decoder.cc:
84         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
85         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
86
87         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
88         developers.
89
90         * lily/paper-outputter.cc (file): New method.
91         (dump_string): Use it.
92
93         * scm/output-gnome.scm: Update with pango CVS info, lilylib
94         musing.
95         
96         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
97         of them has a comma :-).
98
99         * scm/framework-gnome.scm: Add pango decoders.
100
101         * lily/include/pangofc-afm-decoder.hh: 
102         * lily/pangofc-afm-decoder.cc: New file.
103
104         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
105
106         * configure.in: Check for pango.
107
108         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
109         autoconf).
110         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
111
112         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
113
114 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
115
116         * Documentation/user/tutorial.itely (Integrating text and music):
117         fix grammar & punctuation.
118
119 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
120
121         * lily/: Stray janitorial cleanups.
122
123         * scm/lily.scm (ly:all-stencil-expressions):
124         * scm/lily.scm (ly:all-output-backend-commands): New function.
125
126         * scm/safe-lily.scm (safe-objects): Add them.
127
128         * scm/framework-gnome.scm (<gnome-outputter>): New class.
129
130         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
131
132 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
133
134         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
135
136 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
137
138         * scm/page-layout.scm (default-page-make-stencil): add
139         raggedbottom, raggedlastbottom.
140
141         * Documentation/user/changing-defaults.itely (Page layout): add doc.
142
143         * scm/framework-tex.scm (define-fonts): fix export of
144         papersize.
145
146         * lily/paper-book.cc (classic_output): strip suffixes from
147         framework functions.
148
149         * lily/tuplet-bracket.cc (before_line_breaking): do not return
150         SCM_UNDEFINED to Scheme.
151
152 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
153
154         * lily/book.cc: remove Book::to_stencil().
155         (process): whoops. Score::book_rendering returns vector, not list.
156
157         * scripts/convert-ly.py (conv): remove \notes.
158         apply to input examples.
159         
160         * lily/paper-outputter.cc (output_stencil): don't use
161         smobify_self() but self_scm()
162
163         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
164         from smobify_self().
165
166         * lily/paper-book.cc (output): load framework module
167         scm_c_resolve_module().
168
169         * python/lilylib.py (exit): exit with argument i.
170
171 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
172
173         * scm/framework-gnome.scm (output-framework-gnome): Try loading
174         gnome modules from non-toplevel.
175
176         * lily/ly-module.cc (ly:import-module): Export to ly:.
177
178         * lily/paper-score.cc (process): Do not show progress newline.
179
180         * lily/paper-book.cc (output, classic_output): Show progess
181         newline after score.
182
183 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
184
185         * buildscripts/lilypond-words.py: add ly/vlaams.ly
186
187 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
188
189         * lily/score.cc (ly:run-translator): Do not crash on empty music
190         list.
191
192         * lily/book.cc (process): Do not render score when systems is empty.
193
194         * input/simple-song.ly: Down one octave.
195
196         * scm/output-gnome.scm: Remove script again; re-add modules fix
197         (CVS conflict resolve?)
198
199         * lily/stencil.cc (ly:interpret-stencil): Was:
200         interpret_stencil_expression.
201
202 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
203
204         * buildscripts/guile-gnome.sh: New file.
205
206         * scm/output-gnome.scm: White background, better window size, sane
207         canvas size.  Cleanups.
208
209 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
210
211         * VERSION: release 2.3.4
212
213         * Documentation/user/invoking.itexi (Invoking the lilypond
214         binary): document --safe.
215
216         * scm/output-gnome.scm: set PATH in script.
217
218         * scm/page-layout.scm (default-page-make-stencil): don't stretch
219         if there is too few systems on a page.
220
221         * lily/parser.yy (relative_music): start at middle C without pitch
222         argument.
223
224         * Documentation/user/changing-defaults.itely (Page layout): new node.
225         (Paper size): rename node
226         (Page breaking): new node.
227         (Titling): move from invoking.
228         (File structure): new node.
229
230         * lily/parser.yy (score_body): allow \header and music anywhere in
231         \score body.
232
233 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
234
235         * scm/lily.scm (ly:load): Remove page-breaking.scm.
236
237 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
238
239         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
240
241         * lily/include/paper-line.hh: rename to Paper_system.
242
243         * lily/include/paper-book.hh: doc class.
244
245         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
246
247         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
248         (plain-header): add instrument-name.
249         (default-page-make-stencil): bugfixes.
250
251         * lily/parser.yy (book_body): allow \header anywhere in \book{}
252
253         * lily/paper-book.cc: remove copyright & tagline. Remove
254         interactions with Page
255
256         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
257         here, 
258         (default-page-make-stencil): new function
259         (default-page-music-height): new function
260         (page-headfoot): new function
261         (ly:optimal-page-breaks): generate stencils directly from here
262
263         * scm/titling.scm: new file, group titling functions
264
265 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
266
267         * scm/output-gnome.scm: Handle multiple pages.
268
269         * scm/framework-gnome.scm: Do not load output-gnome.
270         (framework-gnome): Invoke output-gnome::header and
271         output-gnome::end-output as faked stencils.  Fixes experimental
272         gnome output.
273
274 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
275
276         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
277         octavation compatibility fixes. Backportme. 
278
279         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
280         pages.
281         (ly:optimal-page-breaks): combine-penalties: no shortcut for
282         negative. Now we handle negative penalties (ie. \pageBreak)
283         correctly.
284
285         * lily/system.cc (get_line): extract page-penalty from the left
286         bound.
287
288         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
289
290 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
291
292         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
293
294 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
295
296         * scm/output-gnome.scm: Update script.  Move development to
297         lilypond_2_3_2 branch for now.
298
299 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
300
301         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
302         negative penalties.
303         cleanups.
304
305         * Documentation/user/changing-defaults.itely (Creating contexts):
306         index entries
307
308         * scm/page-breaking.scm (ly:optimal-page-breaks): new
309         file. Rewrite function. 
310
311         * lily/paper-book.cc (pages): new interface: page-breaking returns
312         list of line-list.
313
314         * lily/page.cc (Page): take lines argument.
315
316         * scm/document-translation.scm (all-engravers-doc): link to user man
317
318         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
319
320         * Documentation/user/notation.itely (Relative octaves): typo.
321
322         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
323
324 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
325
326         * scm/output-gnome.scm: Update build script.
327
328 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
329
330         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
331         gnome backend.
332
333         * scm/framework-gnome.scm: New file.
334
335         * scm/lily.scm: Use it.
336
337         * lily/paper-outputter.cc: Janitorial cleanups.
338         (ly:outputter-dump-string): Remove unreachable statement.
339
340         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
341         (ice-9): Bugfix: Add srfi-1.
342
343         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
344
345 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
346
347         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
348         in do_quit()
349         
350 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
351
352         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
353
354 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
355
356         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
357         override of Beam::position-callbacks. Why would grace beams not be
358         quantized? Fixes: weird-stem-size-grace. 
359
360         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
361         warning only once. Backportme.
362
363         * lily/accidental-engraver.cc (number_accidentals_from_sig):
364         bugfix, 2nd try. Backportme.
365
366         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
367
368 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
369
370         * Documentation/user/notation.itely (Instrument transpositions):
371         Correct the name of the instrumentTransposition property.
372
373 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
374
375         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
376
377 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
378
379         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
380         and postLilyPondExample are called when defined.
381
382 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
383
384         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
385         This fixes setting notenames with `\include "nederlands.ly" '
386
387         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
388         new function.
389
390 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
391
392         * scm/page-layout.scm: don't do piece, it should be in score-title
393         only.
394
395         * lily/lexer.ll: lex \score separately.
396
397         * lily/paper-book.cc: junk stencil2line.
398
399         * lily/paper-line.cc (Paper_line): construct from Stencil
400         directly. No futzing with the dimensions.
401
402         * lily/include/paper-line.hh (class Paper_line): 
403
404         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
405         takes arbitrary number of arguments.
406
407         * input/test/markup-score.ly (tuning): simplify example. 
408
409 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
410
411         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
412
413         * scm/define-markup-commands.scm (score): define score-markup
414
415         * lily/parser.yy (markup): use score-markup.
416
417         * lily/score.cc: add ly:score? 
418
419 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
420
421         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
422         fret-parse-string so it prepares for calls to fret-diagram-verbose
423         Changed display constants to props so they are available for
424         \override.
425         
426 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
427
428         * VERSION: release 2.3.3
429
430         * stepmake/stepmake/generic-vars.make: unset LANG.
431
432         * input/regression/tuplet-nest.ly: bugfix.
433
434         * lily/tie-performer.cc (stop_translation_timestep): reset
435         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
436
437         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
438         clear repeat_ directly after setting stem_tremolo_. Fixes:
439         tremolo-repeat.ly
440
441         * input/regression/span-bar-break.ly: new file.
442
443         * scm/define-grobs.scm (all-grob-descriptions): remove
444         break-visibility from SpanBar. Fixes: piano-repeat.ly
445
446 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
447
448         * python/lilylib.py (make_ps_images): only compute bbox when needed.
449
450         * scripts/lilypond-book.py (process_snippets): use lily -f ps
451         files for generating pngs. (failed experiment)
452
453         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
454         file with PFA fonts included.
455
456         * lily/score.cc (default_rendering): put header in too.
457
458         * lily/paper-line.cc (LY_DEFINE): change function to
459         ly:paper-line-extent
460
461         * scm/page-layout.scm (default-book-title): only add lines for
462         non-nil fields.
463         (default-score-title): idem.
464
465         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
466
467         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
468
469         * lily/include/paper-book.hh (class Paper_book): remove height_
470         member.
471
472         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
473
474         * lily/ly-module.cc (LY_DEFINE): bugfix.
475
476         * lily/paper-book.cc (book_title): separate function for the book
477         title.
478
479         * scm/page-layout.scm (default-book-title): only account for
480         markup fields.
481
482         * scm/framework-ps.scm: new file. Move high level interface from
483         output-ps.scm
484
485         * scm/music-functions.scm (def-grace-function): move macros from
486         ly/music-functions-init.ly
487
488         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
489         framework-tex.scm
490
491         * scm/framework-tex.scm (dump-line): new file. High level
492         interface for output (pages, systems, header). 
493
494         * lily/include/page.hh (class Page): add is_last_ field.
495
496         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
497
498         * lily/paper-book.cc (split_string): new function
499         (output): output multiple formats, i.e. --format=ps,tex
500
501         * scm/output-ps.scm (output-scopes): dump variables directly.
502         (define-fonts): rewrite for new interface
503
504         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
505
506         * lily/paper-outputter.cc (Paper_outputter): take format argument.
507
508         * lily/main.cc (parse_argv): don't set extension for output.
509
510         * lily/clef-engraver.cc (create_clef): remove
511         Staff_symbol_referencer::set_position() call. 
512
513 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
514
515         * ly/music-functions-init.ly (addlyrics): set the 'origin property
516         with the location argument in music function definitions.
517
518 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
521         staffsymbol dependency.
522
523         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
524         cleanups.
525
526         * lily/book.cc (process): return Paper_book
527         (to_stencil): use Book::process().
528
529         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
530         header_ field. Store in $globalheader
531
532         * lily/parser.yy (book_body): book header is initted to
533         $globalheader.
534         
535
536 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
537
538         * input/test/fill-a4.ly: removed.
539
540         * lily/parser.yy (output_def): push scope of parent_ Output_def
541         too.
542
543 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
544
545         * scm/output-gnome.scm: Update info.
546
547 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
548
549         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
550
551         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
552         than 1 module.
553
554         * lily/include/ly-module.hh (ly_use_module): rename is_module to
555         ly_c_module_p.
556
557         * scm/page-layout.scm (default-book-title): move Scheme titling
558         functions to here.
559
560         * lily/parser.yy (book_paper_block): remove scope too.
561
562         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
563
564         * lily/rest.cc: add direction to rest properties.
565
566         * lily/include/output-def.hh: new file, move from
567         music-output-def.hh
568
569 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
570
571         * scm/output-gnome.scm: Describe feta-cork hack.
572
573 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
574
575         * lily/include/book-paper-def.hh: derive from Output_def 
576
577         * lily/include/paper-def.hh: move all functionality out of class.
578         Junk header.
579
580         * lily/include/music-output-def.hh: rename Music_output_def to
581         Output_def.
582
583         * input/wilhelmus.ly: only set space for Paper formatting. 
584
585         * lily/include/midi-def.hh: remove file, remove class.
586         Move functions to Music-output-def.
587
588         * lily/music-output-def.cc (Music_output_def): remove separate
589         translator table. Lookup translators in scope directly. This
590         obviates Context suffix for context identifiers, i.e.
591
592         \context {
593           \Staff
594           .. 
595           }
596
597
598         will work.
599         
600
601         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
602
603         * Documentation/user/changing-defaults.itely (Horizontal spacing):
604         document spacing override hack.
605
606 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
607
608         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
609         installation info.  Support point-and-click.  Add +/- zoom
610         keybindings.
611
612 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
613
614         * VERSION: 2.3.2 released
615         
616         * lily/parser.yy (book_body): set default bookpaper.
617
618         * scm/output-tex.scm (header): kludge: hard code linewidth. 
619
620         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
621
622 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
623
624         * lily/score.cc (default_rendering): scale outputdef before
625         starting.
626
627 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
628
629         * scm/fret-diagrams.scm: Add header.
630
631         * scm/output-gnome.scm: Hello world :-)
632
633 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
634
635         * scripts/lilypond.py (run_dvips): only add papersize if present.
636
637         * lily/accidental-engraver.cc (update_local_key_signature): new
638         function, fold code from initialize() and process_music().
639         (update_local_key_signature): use deep copy. This fixes one
640         problem from custom-key-signatures.ly.
641         (number_accidentals_from_sig): tighter check for
642         accidental-too-old.
643
644         * ly/engraver-init.ly: remove localKeySignature
645         definition from ChoirStaff, StaffGroup, Score.
646         
647         * lily/percent-repeat-engraver.cc (try_music): add moments for
648         barlines too. Fixes: skipbars-percent-repeat.ly.
649
650 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
651
652         * lily/context-def.cc (filter_performers): don't go to cdrloc if
653         skipping last pair. Fixes: crash-bar-number.
654
655         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
656         D. Sorensen)
657
658         * input/test/fret-diagram.ly: new file.
659
660         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
661         (scale-paper): divide by scale.
662
663 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
664
665         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
666         case.
667
668 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
669
670         * scm/stencil.scm (fontify-text): reinstate function
671
672         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
673
674         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
675
676         * lily/parser.yy (book_paper_head): \bookpaper {} 
677
678         * python/midi.c: remove config.h
679
680 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
681
682         * scm/output-gnome.scm: Update.
683
684 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
685
686         * scm/output-gnome.scm: New file.
687
688         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
689
690 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
691
692         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
693         (find_scaled_font): move from Paper_def
694
695 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
696
697         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
698         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
699
700         * po/fr.po: update po.
701
702         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
703
704         * lily/book-paper-def.cc (print_smob): new file.
705
706 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
707
708         * buildscripts/lilypond-words.py: search words also from
709         music-functions-init.ly.
710
711 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
712
713         * ly/music-functions-init.ly (def-music-function): new helper
714         macro for defining music functions. \addlyrics \appoggiatura
715         \acciaccatura \grace \partcombine \autochange \applycontext
716         \applyoutput and \breathe are now defined here thanks to it.
717
718         * lily/parser.yy: 
719         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
720         \grace \partcombine \autochange \applycontext \applyoutput and
721         \breathe keywords removed from the parser.
722
723         * lily/parser.yy: 
724         * lily/music-function.cc (ly_make_music_function): 
725         * lily/lexer.ll (music_function_type): added a case for 0-arg
726         music functions.
727
728 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
729
730         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
731         refering to a music expression can be used in lily-inside-scheme:
732         #{ $music #}
733
734         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
735         and ly:parser-define, and change ly:parser-parse-string in order
736         to make #{ $music #} work.
737
738         * scm/new-markup.scm (compile-markup-expression): when an argument
739         is a string, use `make-simple-markup'.
740
741 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
742
743         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
744
745 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
746
747         * scripts/convert-ly.py (FatalConversionError.func): handle + in
748         font-size. (backportme)
749
750 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
751
752         * lily/paper-outputter.cc (output_stencil): dump font definitions
753         before each stencil.
754
755         * lily/include/paper-book.hh (struct Score_lines): new
756         struct. Collect info per Paper-score.
757
758         * lily/include/page.hh (class Page): to_stencil() returns Stencil
759         everywhere.
760
761         * lily/stencil.cc (find_expression_fonts): new function
762
763         * lily/paper-outputter.cc (output_stencil): use
764         interpret_stencil_expr
765
766         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
767         (interpret_stencil_expr): new function. Generic stencil
768         interpretation.
769
770         * lily/paper-def.cc (find_scaled_font): divide lookup
771         magnification by outpuscale for non-virtual fontmetrics. This
772         fixes ludicrously long font definitions for text
773         fonts. (backportme)
774
775         * lily/score-engraver.cc: remove
776         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
777
778 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
779
780         * input/test/markup-score.ly: Remove \notes.
781
782         * lily/parser.yy (book_body): Grok Composite_music and \header.
783         (markup): Push NOTES mode before score_block.
784
785         * VERSION: release 2.3.1
786         
787         * mf/feta-klef.mf: 
788         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
789
790         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
791
792         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
793
794 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
795
796         * scm/output-tex.scm (output-tex-string): tighten safe security.
797
798         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
799
800         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
801         allowed ly functions.
802
803         * lily/ly-module.cc (ly_module_define): only define variable if
804         bound.
805         (ly_make_anonymous_module): take safe option.
806
807 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
808
809         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
810
811 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
812
813         * input/regression/newaddlyrics.ly: Fix.
814
815         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
816         \score \notes.
817
818 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
819
820         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
821
822 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
823
824         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
825
826         * lily/paper-line.cc (Paper_line): don't store list of stencils,
827         but convert to single Stencil immediately.
828
829         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
830
831 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
832
833         * scm/output-sodipodi.scm: Resurrect sodipodi output.
834
835 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
836
837         * elisp/lilypond-mode.el: Changed the way defaults are created for
838         LilyPond-command-master.  LilyPond-mode will now check the
839         timestamps of the files to see which command has to run next.
840
841 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
842
843         * scm/bass-figure.scm (format-bass-figure): don't set
844         number-markup for strings. This fixes string in bass
845         figure. (backportme)
846
847         * lily/parser.yy (bass_number): insert number-markup into figure
848         definition.
849
850         * scm/define-music-properties.scm (all-music-properties): make
851         'figure a markup.
852
853         * scripts/convert-ly.py (conv): \apply -> \applymusic
854
855 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
856
857         * elisp/lilypond-mode.el: changed the order of some commands
858         ("Midi" after "2Midi"), use the user-defined
859         LilyPond-command-default as default instead of "LilyPond"
860
861         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
862         to set the master file for the next command.
863
864         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
865         with font-lock-reference-face.
866
867 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
868
869         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
870
871         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
872
873 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
874
875         * ly/music-functions-init.ly (TODO): new file.
876
877         * lily/parser.yy (Generic_prefix_music_scm): add more
878         music_function symbols.
879         (Prefix_composite_music): change \apply to music-function   
880
881         * lily/include/music-function.hh: rename to music-function
882
883 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
884
885         * lily/music-head.cc (LY_DEFINE): change order of args.
886
887         * input/regression/music-head.ly (texidoc): new file.
888
889         * lily/parser.yy (Generic_prefix_music): allow generic
890         music-transformation functions. 
891
892         * lily/include/music-head.hh (is_music_head): new file.
893
894         * lily/music-head.cc (get_music_head_transform): new file.
895
896 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
897
898         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
899         empty extent. This fixes ottava brackets on rests. (backportme)
900
901         * make/lilypond.redhat.spec.in (Group): ln png files for info.
902
903         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
904
905         * cygwin/lily-wins.py: update for the lily-wins.py script.
906
907 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
908
909         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
910         code. This will obviate typeset_grob () in the future.  The effect
911         of this is that improperly written spanner handling will result in
912         invalid spanner bounds.
913         (announce_grob): add to elems_ from here
914         (typeset_grob): comment out.  
915
916         * lily/include/engraver.hh (make_spanner): new calling interface
917         for make_{item,spanner}. This obviates most calls to
918         announce_grob().
919                 
920         * scm/music-functions.scm (set-accidental-style): use GrandStaff
921         iso. PianoStaff for piano styles.
922
923 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
924
925         * Documentation/user/music-glossary.tely: add segno after d.s.
926
927 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
928
929         * lily/include/audio-column.hh: remove unused variables.
930         (patch by Michael Welsh Duggan)
931
932         * flower/include/axes.hh (other_axis): inline Axes function
933         (thanks to David Brandon).
934
935 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
936
937         * cygwin/mknetrel: Install image links (backportme).
938
939         * Documentation/user/GNUmakefile (local-install-info): Activate
940         actual installing of image links (backportme).
941
942 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
943
944         * Documentation/user/notation.itely (Measure repeats): Removed
945         unnecessary (and confusing) \context Voice{.
946
947 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
948
949         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
950
951         * lily/page.cc (Page): Do not use ly_scheme_function for
952         volatile/configurable variables (FIXME: better name).
953
954         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
955         get_scmvar).
956
957 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
958
959         * scripts/convert-ly.py (FatalConversionError.subst): use
960         \transposition.
961
962 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * lily/include/page.hh (class Page): Declare left_margin ().
965
966         * lily/page.cc: Remove paper var caching.
967
968 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
969
970         * Documentation/user/music-glossary.tely: Add name to @top node.
971         Remove comment from @table definitions (workaround for makinfo
972         bug).
973
974         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
975         ly:stencil-get-expr).  Update callers.
976         (ly:stencil-align-to!):  Return stencil too.
977
978         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
979         stencil.  Remove looped line-based page output.
980         (output_line): Use line stencil.  Remove looped stencil-based line
981         output.
982
983         * lily/page.cc (ly:page-paper-lines): New function.
984
985         * input/test/markup-score.ly: New file.
986
987         * scm/define-markup-commands.scm (stencil): New markup.
988
989         * lily/book.cc (to_stencil): New method.
990
991         * lily/parser.yy (markup): Use it to grok \score.
992
993 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
994
995         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
996
997         * lily/paper-book.cc (pages): Change signature.  Update callers.
998
999         * lily/include/page.hh:
1000         * lily/page.cc: New file.
1001
1002         * lily/paper-line.cc (to_stencil): New method.
1003         
1004         * lily/paper-outputter.cc (output_stencil): New method.
1005
1006         * lily/paper-outputter.cc (output_line): Use them.
1007
1008         * lily/warn.cc: Remove.
1009
1010         * lily/my-lily-parser.cc (distill_inname): Remove.
1011
1012         * flower/include/file-name.hh: 
1013         * flower/file-name.cc: New file.  Update users.
1014
1015         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1016         (find): New method of same name.
1017
1018         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1019
1020         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1021         constant error message.
1022
1023 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1024
1025         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1026
1027 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1028
1029         * Documentation/user/music-glossary.tely: @table @strong' replaced
1030         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1031         (backportme).
1032
1033 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1034
1035         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1036
1037         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1038         #{ lily music expression #} that returns an equivalent scheme
1039         music expression by parsing the string.
1040
1041 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1042
1043         * lily/my-lily-parser.cc:
1044         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1045         SCM string (foo.ly/toto.scm support).
1046
1047 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1050
1051 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1052
1053         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1054
1055         * scripts/lilypond-book.py: LY code that includes \header is
1056         not assumed to be a fragment.
1057
1058 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1059
1060         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1061         tremolo beams up.
1062
1063         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1064         (get_default_stem_end_position): No tremolo head juggling if no
1065         heads.  Fixes tremolo crash on rests (backportme).
1066
1067         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1068
1069 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1070
1071         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1072         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1073
1074         * lily/lexer.ll: Allow \encoding in NOTES mode.
1075
1076         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1077         for lyrics, not for commands.
1078
1079         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1080         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1081
1082         * input/regression/newaddlyrics.ly: New file.
1083
1084         * Documentation/topdocs/NEWS.texi: Update.
1085
1086         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1087         (Music_list): Allow embedded scm.
1088
1089         * lily/score.cc (ly:score-bookify): New function.
1090
1091         * lily/music.cc (ly:music-scorify): Idem.
1092
1093         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1094         (ly:parser-print-score): Idem.
1095
1096         * scm/lily.scm (default-toplevel-book-handler): Idem.
1097         (default-toplevel-music-handler): Idem.
1098         (default-toplevel-score-handler): Idem.
1099
1100         * ly/declarations-init.ly: Set default toplevel handlers.
1101
1102         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1103
1104         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1105         printer for score at toplevel.
1106
1107 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1108
1109         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1110         Fix for simple case: input/simple-song.ly, more complex stuff
1111         does not work yet.
1112
1113 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1114
1115         * lily/parser.yy (Prefix_composite_music): split Composite_music
1116         in Prefix_composite_music and Grouped_music_list.
1117         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1118
1119 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1120
1121         * scm/lily.scm (toplevel-expression): New define.
1122
1123         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1124
1125         * lily/parser.yy (toplevel_expression): Use it.
1126
1127         * lily/include/my-lily-parser.hh: Smobbify.
1128
1129         * lily/my-lily-parser.cc (parse_string): New method.
1130         
1131         * lily/my-lily-parser.cc (ly:parse-string): New function.
1132
1133         * Documentation/user/lilypond.tely: Add comment and workaround for
1134         gs-8.01 crash.  Fixes make web.
1135
1136         Simplification of toplevel music.
1137         
1138         * lily/lexer.ll, lily/parser.yy:
1139
1140         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1141         shift/reduce problem.
1142
1143         * Use NOTES mode at start of maininput.
1144
1145         * Grok toplevel composite music expression, put in score and book.
1146
1147         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1148
1149         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1150
1151         * input/simple.ly: New file.
1152         
1153         * input/simple-song.ly: Idem.
1154
1155 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1156
1157         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1158         Sandberg.
1159
1160 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1163
1164 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1165
1166         * input/regression/accidental-octave.ly: doc automatic showing
1167         of note names.
1168
1169 2004-04-16  Heikki Junes <janneke@gnu.org>
1170
1171         * po/fi.po: do "make po && make -C po po-update" at top-level,
1172         then "cp po/out/fi.po po/fi.po" and update fields.
1173
1174         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1175
1176 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1177
1178         * Documentation/user/introduction.itely (About this manual): Fix
1179         templates and regression urls (backportme).
1180
1181 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1182
1183         * ly/engraver-init.ly (Score:graceSettings): Increase
1184         beamed-lengths, especially for 32nd notes.
1185
1186         * Documentation/user/notation.itely (Grace notes): Correct the
1187         syntax for add-grace-property example.
1188
1189 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1190
1191         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1192         `Generated' tag.
1193
1194         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1195         Severely broken (the Debian package, at least).
1196
1197 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1198
1199         * lily/context.cc (find_create_context): assign to lvalue.
1200
1201 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1202
1203         * lily/include/translator.hh (class Translator): rename
1204         get_parent_context() to context () to avoid confusion.
1205
1206         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1207
1208         * lily/lexer.ll: change is_string -> ly_c_string_p 
1209
1210         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1211
1212         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1213
1214         * VERSION: release 2.3.0
1215
1216         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1217
1218         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1219         if nonempty.
1220
1221         * lily/include/context.hh (class Context): make members protected.
1222         (children_contexts): new accessor function.
1223
1224         * lily/include/translator.hh (class Translator): make
1225         daddy_context_ protected.
1226         (class Translator): clean up. 
1227
1228         * lily/include/context.hh (class Context): make daddy_context_
1229         private.
1230
1231         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1232         higher for finding Voice. (backportme)  
1233
1234         * lily/include/context.hh (class Context): remove
1235         find_context_below() as a method.
1236
1237         * Documentation/user/notation.itely (The Lyrics context): add note
1238         about manual durations
1239
1240         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1241         encoding.
1242
1243         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1244
1245 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1246
1247         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1248         \usepackage{inputenc}
1249
1250         * lily/paper-book.cc (classic_output): don't advance Offset for
1251         TeX output.
1252
1253         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1254         ec-sauter.map in rules
1255
1256         * mf/ecb.mf (font_identifier): new file, based on ecbx
1257
1258         * mf/ecb10.mf (gensize): new file.
1259
1260         * Documentation/topdocs/NEWS.texi (Top): document some more new
1261         features.
1262
1263         * ly/declarations-init.ly: run convert-ly
1264
1265         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1266         from input-file-results. Remove input-file-results.* 
1267
1268 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1269
1270         * scm/output-ps.scm (font-command): Fix, again.
1271
1272         * input/test/title-markup.ly: Add \noPagebreak test.
1273
1274         * lily/score-engraver.cc (try_music): Bugfix.
1275
1276 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1277
1278         * lily/main.cc (main_with_guile): excise dependency options -M and
1279         --dep-prefix
1280
1281         * lily/input-file-results.cc: excise Makefile dependency code
1282
1283         * Documentation/user/invoking.itexi (Invoking the lilypond
1284         binary): remove dep doco
1285         
1286         * lily/main.cc (main_with_guile): call lilypond-main
1287         
1288         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1289
1290         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1291         exception.
1292
1293         * lily/my-lily-parser.cc: remove paper_description function
1294
1295         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1296         new function.
1297
1298         * lily/main.cc: remove global_score_count.
1299
1300         * lily/book.cc (process): don't take header from global_input_file.
1301
1302         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1303
1304         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1305
1306         * lily/music-output-def.cc (LY_DEFINE): new function
1307         ly_output_description. This function does the bulk for  setting,
1308         parsing and breaking down of an input file.
1309
1310         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1311         anonymous modules globally. Let's hope they get GCd
1312
1313         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1314
1315 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1316
1317         * scm/output-ps.scm (header): Papersize from paper.
1318
1319         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1320         for classic output.
1321
1322         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1323         lilypondclassic is defined.
1324         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1325
1326         * input/regression/between-systems.ly: Remove.
1327
1328         * python/lilylib.py (get_bbox): Fix regular expression
1329         for bounding box.
1330
1331         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1332
1333         * scm/output-tex.scm (stop-page): Use it.
1334
1335         * scm/output-ps.scm (define-fonts): Bugfix.
1336
1337         * lily/grob.cc: Add penalty to interface.
1338
1339         * lily/include/paper-line.hh (class Paper_line): New member
1340         var penalty_.
1341
1342         * lily/system.cc (get_line): Initialise Paper_line with
1343         page-penalty's from original grobs.
1344
1345         * scm/define-music-properties.scm (all-music-properties): Add
1346         page-penalty.
1347
1348         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1349
1350         * lily/score-engraver.cc (try_music): Handle page-penalty.
1351
1352         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1353
1354 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1355
1356         * ly/declarations-init.ly (melismaEnd): typo
1357
1358         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1359
1360         * scm/output-ps.scm (text): split string into spaces, use moveto
1361         for setting space. 
1362         
1363 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1364
1365         * po/nl.po: Update.
1366
1367         * scm/font.scm (add-cmr-fonts): Typo.
1368
1369 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1370
1371         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1372         font-encoding.
1373
1374         * scm/define-grobs.scm (all-grob-descriptions): idem.
1375
1376         * lily/time-signature.cc (numbered_time_signature): idem.
1377
1378         * scm/font.scm (add-cmr-fonts): use real encoding names for
1379         font-encoding.
1380
1381 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1382
1383         * lily/paper-book.cc (classic_output): 
1384         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1385         Fixes classic output.
1386         (lilypondstart):
1387         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1388         kludge.
1389
1390         * scripts/old-lilypond-book.py: Remove.
1391
1392         Page layout for SCOREs enclosed in a BOOK:
1393
1394         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1395         layout tweaking.
1396
1397         * input/les-nereides.ly (theScore): Add \book.
1398         
1399         * input/test/title-markup.ly: Add \book.
1400
1401         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1402         only if 'verbose.
1403
1404         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1405
1406         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1407
1408         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1409         * scm/output-tex.scm (start-system): Update for page layout by
1410         LilyPond.
1411
1412         * scm/output-ps.scm (start-system): Previously (new-start-system).
1413
1414         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1415         passed to define-fonts.
1416
1417         * lily/paper-column.cc: 
1418         * lily/system.cc (get_line):
1419         * ly/property-init.ly (newpage): 
1420         * scm/define-grob-properties.scm:
1421         * scm/output-ps.scm: 
1422         * scm/output-tex.scm: Remove between-system-string kludge.
1423
1424         * scm/output-ps.scm (define-fonts, font-command,
1425         font-load-encoding): Handle ENCODING = #f.
1426
1427         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1428
1429         * scm/define-markup-commands.scm (fill-line): Use
1430         make-simple-markup (WAS: unexisting make-word-markup).
1431
1432         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1433         ENCODING, MARKUP parameters for interpret_string.
1434
1435         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1436
1437         * lily/score.cc (book_rendering): New method.
1438         (default_rendering): Create Paper_book helper locally, dump
1439         output.
1440
1441         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1442
1443         * lily/parser.yy: Handle \book.
1444
1445         * lily/include/book.hh: 
1446         * lily/book.cc: New file.
1447
1448 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1449
1450         * lily/text-item.cc (interpret_string): new file, select font with
1451         encoding.
1452
1453         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1454
1455         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1456
1457         * lily/parser.yy (markup): take encoding from lexer.
1458
1459 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1460
1461         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1462
1463         * scm/output-ps.scm: Remove some cruft.
1464
1465 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1466
1467         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1468
1469         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1470
1471 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1472
1473         * scm/font.scm (add-century-schoolbook-fonts):
1474         (make-century-schoolbook-tree): New function.
1475
1476         * input/test/title-markup.ly: Use Century Schoolbook font.
1477
1478 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1479
1480         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1481         to Erik Sandberg) 
1482
1483         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1484
1485         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1486
1487         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1488
1489         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1490
1491 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1492
1493         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1494         solo-state (at end of solo), we can set the solo status
1495         too. (backportme.)
1496
1497         * input/regression/part-combine-solo-end.ly: new file.
1498
1499 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1500
1501         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1502         flavour abc files.  Really ignore unknown keys (backportme).
1503
1504 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1505
1506         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1507         magnification_ when looking up in orig_.
1508
1509         * scm/output-tex.scm (text): switch off char-mapping.
1510
1511         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1512         because AFM's encoding field cannot have spaces.
1513
1514 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1515
1516         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1517
1518 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1519
1520         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1521
1522         * mf/cmr.enc: new file, without hi-bit ascii info. 
1523
1524         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1525         width. This removes the 'hook' at the end of a long slur.
1526
1527         * buildscripts/mf-to-table.py (parse_logfile): don't append
1528         encoding to fontname.
1529
1530 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * scm/output-ps.scm (define-fonts): Load .enc only once.
1533
1534         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1535         too.
1536
1537 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1538
1539         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1540         encoding field.
1541
1542         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1543
1544         * ly/portuges.ly (pitchnames): new file.
1545
1546         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1547         Michael Welsh Duggan
1548
1549         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1550
1551         * ly/nederlands.ly: add comment about digits.
1552
1553         * lily/scaled-font-metric.cc (derived_mark): idem.
1554
1555         * scm/encoding.scm (make-encoding-mapping): change permutation to
1556         mapping.
1557
1558         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1559         (Modified_font_metric): make alist for coding_description_
1560         (LY_DEFINE): remove coding-name.
1561
1562         * scm/output-tex.scm (text): remove debugging code.
1563
1564         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1565
1566         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1567         from infile.
1568
1569         * mf/feta-generic.mf: move fet_beginfont into generic code.
1570         use fetaMusic (without space) as encoding
1571
1572         * mf/feta-autometric.mf: take encoding argument
1573
1574         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1575
1576         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1577         use.
1578
1579         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1580         name.
1581
1582 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1583
1584         * input/test/title-markup.ly: Set inputencoding.
1585
1586         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1587
1588         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1589
1590         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1591         function.
1592         (coding-alist): Also hold filename, command.
1593         (read-encoding-file): Return symbols.
1594
1595 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1596
1597         * scm/output-tex.scm: remove fontify; text and char take a font
1598         argument.
1599
1600         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1601
1602         * lily/scaled-font-metric.cc (text_dimension): init
1603         coding_{permutation,table}_ too 
1604         (LY_DEFINE): ly:font-encoding, new function return
1605
1606         * lily/paper-def.cc (find_scaled_font): take input coding from
1607         inputcoding paper var.
1608
1609         * lily/performance.cc (output): remap modulo 16.
1610
1611         * lily/text-item.cc (interpret_markup): whoops, variable
1612         shadowing fixed.
1613
1614 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1615
1616         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1617         symbols, not symbols to strings.
1618         
1619         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1620         symbols, not symbols to strings.
1621
1622 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1623
1624         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1625         (ly:kpathsea-gulp-file): New function.
1626
1627         * scm/encoding.scm (read-encoding-file): Use it.
1628
1629 2004-04-06  Werner Lemberg  <wl@gnu.org>
1630
1631         * scm/encoding.scm (coding-alist): Fix typo.
1632
1633 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1634
1635         * lily/scaled-font-metric.cc (text_dimension): move function from
1636         Font_metric
1637         (make_scaled_font_metric): init coding_scheme_ to TeX
1638         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1639
1640         * lily/include/scaled-font-metric.hh (struct
1641         Modified_font_metric): rename from Scaled_font_metric
1642
1643         * scm/encoding.scm (read-encoding-file): split up large function,
1644         leave caching to (delay)
1645
1646         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1647
1648 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1649
1650         * lily/my-lily-lexer.cc (set_encoding): New method.
1651
1652         * lily/lexer.ll: Grok \encoding.
1653
1654         * lily/font-metric.cc (get_encoded_index): New function.
1655
1656         * lily/include/font-metric.hh (coding_scheme): New method.
1657
1658         * scm/encoding.scm: New file.
1659
1660         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1661
1662 2004-04-05  Werner Lemberg  <wl@gnu.org>
1663
1664         * Documentation/user/tutorial.itely: Revised (finished).
1665
1666         * Documentation/user/macros.itexi (@separate): Removed.
1667
1668 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1669
1670         * scm/output-ps.scm (define-fonts): fix scaling.
1671
1672         * lily/scaled-font-metric.cc (design_size): add function.
1673
1674         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1675         partial cut&paste of ly:font-magnification.
1676
1677 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1678
1679         * scm/output-ps.scm (define-fonts):
1680         (fontify): Update.
1681
1682 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1683
1684         * po/fr.po: update. (backportme).
1685
1686         * po/nl.po: update. (backportme). 
1687
1688         * mf/feta-beugel.mf: document why design size is not fixed.
1689
1690         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1691
1692 2004-04-04  Werner Lemberg  <wl@gnu.org>
1693
1694         * Documentation/user/tutorial.itely: Revised (continued).
1695
1696 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1697
1698         * po/nl.po: Update (backportme).
1699
1700 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1701
1702         * po/de.po: update. (backportme).
1703
1704         * scm/output-tex.scm (font-command): use ly: functions to
1705         construct name.
1706         (define-fonts): don't use alist, just dump \font definitions.
1707         (font-load-command): calculate proper scaling by taking
1708         outputscale from paper argument.
1709
1710         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1711         expression.
1712
1713         * lily/paper-outputter.cc (output_header): pass paper arg to
1714         define-fonts
1715
1716         * lily/paper-def.cc (font_descriptions): dump list of
1717         Scaled_font_metrics
1718         (find_scaled_font): take Font_metric argument, store
1719         Scaled_font_metrics in hash-table containing (size ->
1720         Scaled_font_metrics) alist.
1721         (get_dimension): rename from get_realvar
1722
1723         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1724         ly:font-magnification, ly:font-name: new functions
1725
1726 2004-04-03  Werner Lemberg  <wl@gnu.org>
1727
1728         * Documentation/user/dedication.itely,
1729         Documentation/user/preface.itely,
1730         Documentation/user/introduction.itely,
1731         Documentation/user/tutorial.itely: Revised.
1732         Removing leading spaces which distorts output if info files are read
1733         with stand-alone info.
1734         Removing superfluous inter-word spaces which also distorts output
1735         for stand-alone info.
1736         Using ` and ' instead of `` and '' everywhere to improve
1737         legilibility with stand-alone info
1738         Using @samp for single-letter input items and data which contains
1739         spaces, @code for other things.
1740
1741         * lily/grob-interface.cc: Adding copyright.
1742         (check_interfaces_for_property): Improve format of warning message.
1743
1744 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1745
1746         * lily/include/font-metric.hh (struct Font_metric): add
1747         design_size () method.
1748
1749         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1750
1751         * lily/afm.cc (read_afm_file): read design size.
1752
1753         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1754
1755         * scm/music-functions.scm (unfold-repeats): handle dots too.
1756
1757 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1758
1759         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1760         (backportme)
1761
1762 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1763
1764         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1765         lyric indent.  Revert melismaBusyProperties using \unset.
1766
1767 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1768
1769         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1770
1771         * lily/parser.yy (command_element): allow redefinition of |
1772         meaning.
1773
1774         * lily/break-align-engraver.cc (acknowledge_grob): construct
1775         LeftEdge where the first cause for alignment is coming from.
1776         This makes \override Staff.LeftEdge work as expected.
1777
1778         
1779         * lily/slur-performer.cc (Slur_performer): add inits
1780
1781         * lily/beam-performer.cc (Beam_performer): add inits
1782
1783 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1784
1785         * VERSION (PACKAGE_NAME): release 2.2.0
1786
1787         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1788
1789 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1790
1791         * lily/cluster.cc (height): Fix warning.
1792
1793         * lily/parser.yy: Janitorial cleanups.
1794
1795         * Documentation/user/tutorial.itely (Tutorial): Typo.
1796
1797 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1798
1799         * lily/change-iterator.cc (process): search at multiple context
1800         levels. This fixes 
1801
1802         
1803         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1804         not voice-state index for tie state. This fixes a partcombine
1805         problem with ties.
1806
1807         * Documentation/user/tutorial.itely (Commenting input files): add
1808         note about convert-ly.
1809
1810         * input/test/cadenza-skip.ly:  new file.
1811
1812 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1813
1814         * po/nl.po: Spelling fixes.
1815
1816         * autogen.sh (srcdir): Regenerate.
1817
1818         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1819         autogen.sh.
1820
1821         * configure.in: Use C++ to check for C++ header.
1822
1823         * po/nl.po: Update.
1824
1825         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1826
1827         * lily/event.cc (to_relative_octave): Translatable sentence should
1828         be one string.
1829
1830         * python/lilylib.py (warranty): Year range is not translatable.
1831         It's 2004 already!
1832
1833         * flower/warn.cc (non_fatal_error, warning, programming_error):
1834         Remove whitespace from translated string.
1835
1836 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1837
1838         * VERSION: release 2.1.37.
1839
1840 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1841
1842         * configure.in: check for C language.
1843
1844         * lily/source-file.cc: include strstream without h.
1845
1846         * scm/documentation-generate.scm (string-append): use name without
1847         .texi.
1848
1849         * autogen.sh (srcdir): SUSE fix.
1850
1851         * Documentation/user/notation.itely (Ancient clefs): idem.
1852
1853         * Documentation/user/lilypond-book.itely (Integrating HTML and
1854         music): idem.
1855
1856         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1857
1858         * lily/change-iterator.cc (process): use find_existing_context().
1859
1860         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1861
1862         * input/regression/repeat-unfold-tremolo.ly: new file.
1863
1864         * scm/music-functions.scm (unfold-repeats): undo music compression
1865         too.
1866
1867         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1868         (LY_DEFINE): ly:music-compress new function.
1869
1870         * scm/part-combiner.scm (determine-split-list): split for voice
1871         crossings
1872
1873         * input/regression/part-combine-cross.ly: new file.
1874
1875         * scm/part-combiner.scm (make-part-combine-music): don't do
1876         relative inside partcombine arguments.
1877
1878         * scm/music-functions.scm (make-non-relative-music): new function.
1879
1880         * Documentation/user/notation.itely (Automatic part combining):
1881         add note about \relative.
1882
1883         * lily/part-combine-iterator.cc (construct_children): add
1884         start_moment_ member.
1885
1886         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1887         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1888
1889         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1890
1891         * Documentation/user/changing-defaults.itely (Which properties to
1892         change): fixes.
1893
1894 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1895
1896         * po/fr.po: update.
1897
1898 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1899
1900         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1901
1902         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1903         Reinstate old code that issues warning.  Fixes --srcdir build.
1904
1905 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1906
1907         * input/wilhelmus.ly: New file.
1908
1909         * Documentation/user/notation.itely: 
1910         * Documentation/user/introduction.itely:
1911         * Documentation/user/tutorial.itely: Use quote ly-option instead
1912         of explicit @quotation.  This fixes too long lilypond linewidths
1913         resulting in overful hboxes.
1914
1915         * scripts/lilypond-book.py: Add ly-option: `quote'.
1916
1917 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1918
1919         * tex/titledefs.tex: Avoid that the first score line is extra
1920         indented if instrument is defined but not piece.
1921
1922 2004-03-30  Werner Lemberg  <wl@gnu.org>
1923
1924         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1925         `lilypond/' to info file name.
1926         (@usermanref) [info]: New variant.
1927
1928         * scm/documentation-generate.scm: Fix definition of @usermanref
1929         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1930         to info file name.
1931
1932 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1933
1934         * VERSION: release 2.1.36
1935         
1936         * Documentation/user/changing-defaults.itely (Interpretation
1937         contexts): rewrite introduction.
1938
1939 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1940
1941         * scm/define-markup-commands.scm: Use TeX accents instead of
1942         straight iso-8859-1 encoding in the doc string.
1943
1944 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1945
1946         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1947         space after dotted duration.
1948
1949 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1950
1951         * Documentation/user/introduction.itely: 
1952         * Documentation/user/notation.itely:
1953         * Documentation/user/tutorial.itely: Up all relative examples.
1954         Enclose @lilypond displays in @quotation.  Typos and corrections.
1955
1956         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1957
1958 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1959
1960         * scm/music-functions.scm (make-voice-props-revert): Revert also
1961         MultiMeasureRest staff-position in oneVoice.
1962
1963 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1964
1965         * Documentation/user/changing-defaults.itely, 
1966         Documentation/user/lilypond.tely: few fixes. Place no comma between
1967         two options: a and b, but commas between three options: a, b, and c.
1968         By this manner, grouping is possible: a and b, and c and d.
1969
1970 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1971
1972         * Documentation/user/GNUmakefile: add rule for .nexi
1973
1974 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1975
1976         * Documentation/user/music-glossary.tely: move glossary direntry
1977
1978         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1979         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1980
1981 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * stepmake/aclocal.m4: Verify that gettext configure check with
1984         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1985
1986 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1987
1988         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1989         glob.glob for .png filenames. This catches multipage pngs.  
1990
1991         * Documentation/user/changing-defaults.itely (Determining the grob
1992         property): fix references.
1993
1994         * lily/staff-symbol.cc (print): only add extent if non empty.
1995         This fixes staff-container.ly.
1996
1997         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1998         starting with a mmrest also works.
1999
2000         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2001         PNG for texinfo too.
2002
2003         * po/lilypond.pot: update translation strings.
2004
2005         * VERSION: 2.1.35 released
2006         
2007         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2008         context argument too.
2009
2010         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2011
2012         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2013
2014         * python/lilylib.py (command_name): don't return 1st path
2015         component.
2016
2017         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2018         .png case separately.
2019
2020         * python/lilylib.py (system): typo.
2021         
2022 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2023
2024         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2025         run indent-region.
2026
2027         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2028         Fixes compile.
2029
2030         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2031         Add header.
2032
2033 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2034
2035         * vim/lilypond-indent.vim: small fixes.
2036
2037 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2038
2039         * Documentation/user/notation.itely (Entering lyrics): Add example
2040         with correct english double quotes (at least for LaTeX output,
2041         maybe not a good idea if we switch to PS as the default output
2042         format).
2043
2044 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2045
2046         * lily/staff-performer.cc (create_audio_elements): play instrument
2047         changes before notes arrive. This fixes instrument of the first
2048         note in a score.
2049
2050         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2051         to 1.9.0 conversion.
2052
2053         * lily/mark-engraver.cc: doc string.
2054
2055         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2056
2057         * Documentation/user/introduction.itely (Introduction): new node.
2058
2059 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2060
2061         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2062
2063         * input/regression/spacing-ragged-last.ly: new file.
2064
2065         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2066         spacing.
2067
2068         * scm/font.scm: rewrite using GOOPS.
2069         
2070         * lily/context-def.cc (filter_engravers): derefence pointer.
2071
2072         * lily/lily-guile.cc (type_check_assignment): use
2073         ly_scheme_function iso. scm_primitive_eval where possible.
2074
2075         * lily/performance.cc (output): limit channels at 15. This fixes
2076         percussion inadvertently showing up in large scores.
2077
2078 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2079
2080         * input/regression/tuplet-gap.ly: new file.
2081
2082         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2083         (print): compute gap length from number size, include italic
2084         correction.
2085
2086         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2087         tuplet-bracket
2088
2089         * scm/paper.scm (set-default-paper-size): new function, to be
2090         called at toplevel.
2091         (set-paper-size): new function, to be called inside \paper {}
2092         (set-default-paper-size): new function, to be called at toplevel.
2093
2094         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2095
2096         * lily/beam-performer.cc (process_music): idem.
2097
2098         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2099         
2100         * tex/titledefs.tex: remove scshape for piece.
2101
2102         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2103         font-family
2104
2105         * lily/time-signature.cc (special_time_signature): font-encoding
2106         not family.
2107
2108         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2109         dynamic to head. This fixes p placement in morgenlied.
2110
2111 2004-03-23  Werner Lemberg  <wl@gnu.org>
2112
2113         * stepmake/stepmake/generic-targets.make (help): Improve text.
2114
2115 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2116
2117         * VERSION: 2.1.34 released
2118         
2119         * lily/main.cc (main_with_guile): switch debugging.
2120
2121         * lily/system.cc (get_line): plug leak.
2122
2123         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2124         and contents.
2125         (stencil2line): plug leak.
2126
2127         * Documentation/user/changing-defaults.itely (Determining a grob
2128         property):  new node.
2129         (Layout interfaces): new node.
2130         (Navigating the program reference): new node.
2131
2132         * lily/accidental-engraver.cc (acknowledge_grob): add property
2133         harmonicAccidentals
2134
2135         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2136         general cleanups.
2137         
2138         * input/les-nereides.ly (middleDynamics): resurrect Les
2139         nereides. Remove pedal hack.
2140
2141 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2142
2143         * input/regression/property-grace-polyphony.ly: new file.
2144
2145         * lily/translator-property.cc (execute_pushpop_property): only pop
2146         one instance of the property. This fixes << \\ >> together with
2147         \grace.
2148
2149         * lily/break-align-interface.cc (ordered_elements): we cannot
2150         modify the #'elements property, so return reordered array.
2151
2152 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2153
2154         * buildscripts/lilypond.words.py: remove.
2155         * buildscripts/lilypond-words.py: add new, renamed file. 
2156         Give generated targets and dirs explicitly in arguments.
2157
2158         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2159         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2160         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2161         
2162         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2163
2164         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2165
2166         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2167         orders.
2168
2169         * vim/GNUmakefile: add local-uninstall target.
2170
2171         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2172         
2173         * vim/vimrc: add a one-liner file.
2174
2175         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2176         vimrc in EXTRA_DIST_FILES.
2177
2178         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2179
2180 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2181
2182         * config.make.in: add vimdir.
2183
2184         * vim/GNUmakefile: add local-install.
2185
2186 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2187
2188         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2189         with \lilypondifundefined{blabla}. Solves problem with multiple
2190         titles in the same lilypond-book document.
2191
2192 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2193
2194         * scm/document-backend.scm (interface-doc): sort grob list for
2195         interface.
2196
2197         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2198         pre/post break align-order.
2199
2200         * spelling patch courtesy Edward Sutton.
2201
2202         * Documentation/user/changing-defaults.itely (Changing context
2203         default settings): new node.
2204         (Defining new  contexts): new node.
2205
2206         * scripts/lilypond-book.py (is_derived_class): use numbers
2207         iso. booleans.
2208
2209         * python/lilylib.py (make_ps_images): add margin to PS images.
2210
2211         * scripts/lilypond-book.py (is_derived_class): new function. Take
2212         class arg iso. object.
2213         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2214         for bug in GS/dvips.
2215
2216         * lily/text-item.cc (interpret_markup): idem.
2217
2218         * scm/define-markup-commands.scm: remove split around-space hack.
2219
2220         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2221         function, fold WL's fixes into one function.
2222
2223 2004-03-22  Werner Lemberg  <wl@gnu.org>
2224
2225         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2226         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2227         (Note_column::head_position_interval): Do proper rounding for
2228         calls to Staff_symbol_referencer::get_position.
2229
2230 2004-03-21  Werner Lemberg  <wl@gnu.org>
2231
2232         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2233         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2234         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2235         (My_lily_parser::parse_file): Improve formatting progress indication
2236         sent to stdout.
2237
2238 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2239
2240         * VERSION: 2.1.33 released.
2241
2242         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2243
2244         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2245
2246         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2247         warning is issued about dummy.dep.
2248
2249         * scm/new-font.scm: fix design sizes of nummer
2250
2251 2004-03-21  Werner Lemberg  <wl@gnu.org>
2252
2253         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2254         some annoying warnings from mkdir during `make install'.
2255
2256 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2257
2258         * lily/performer-group-performer.cc (do_announces): call
2259         Performer_group_performer::create_audio_elements () too.
2260
2261         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2262
2263         * scm/define-grobs.scm (all-grob-descriptions): add property
2264         break-align-orders
2265
2266         * lily/global-context.cc (get_default_interpreter): new
2267         function. Override from base class, so no new Score contexts are
2268         created.
2269
2270         * lily/include/stencil.hh (class Stencil): document origin field.
2271
2272         * lily/staff-symbol.cc (print): span staff-symbol on column
2273         extents for non-broken columns. 
2274
2275         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2276         key-signature.
2277
2278         * tex/titledefs.tex: don't use smallcaps for piece.
2279
2280         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2281         translated stencils in the output.
2282
2283         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2284
2285 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2286
2287         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2288         and init ties_created_
2289
2290         * VERSION: release 2.1.32
2291
2292         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2293         doc string from IMPLEMENT_CTOR_CALLBACK().
2294
2295         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2296         that engraver is in a performer hierarchy.
2297
2298 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2299
2300         * vim/lilypond-ftdetect.vim: new file.
2301
2302 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2303
2304         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2305         (compose_ly): default octave should be middle C.
2306
2307         * Documentation/user/changing-defaults.itely (Layout tunings
2308         within contexts): new node.
2309
2310         * lily/include/smobs.hh: document C++ smob interface.
2311
2312         * lily/function-documentation.cc: don't doc functions without
2313         docstring.
2314
2315 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2316
2317         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2318         direntry, so that `info lilypond' goes to Top.
2319
2320         * scm/output-ps.scm (polygon): Fix: add spaces.
2321
2322         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2323         solutions are now optimal too.
2324
2325         * input/test/page-breaks.ly: New file.
2326
2327         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2328         functions into safe module.
2329
2330         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2331         end, prepend zeros.
2332
2333         * scm/output-*.scm: Use ly:number->string rather than
2334         number->string.  Makes for saner output.
2335
2336         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2337         Fixes feta-nummer, feta-din scaling.
2338
2339 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2340
2341         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2342
2343         * scm/music-functions.scm (descend-to-context): new
2344         function. Similar to context-spec-music.
2345         (make-time-signature-set): specify Score as descend-only. This
2346         fixes the polymetric.ly example.
2347
2348         * lily/context-specced-music-iterator.cc (construct_children): add
2349         support for descend-only context spec.
2350
2351         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2352         determine ez-notation letter. 
2353
2354         * lily/system.cc (get_line): start with dumping layer 3. This
2355         fixes ez notation.
2356
2357 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2358
2359         * input/test/title-markup.ly: Stress breaking harder.
2360
2361         * scm/page-layout.scm (height-score): Overfull page scores twice
2362         as bad as underfull (was: by a power).
2363         (walk-lines): Omit first walk-path round (breaking after new node,
2364         without lines).
2365
2366         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2367         diff values are negative.
2368         (output): Bugfix: treat negative vfill differently.
2369
2370         * Documentation/user/lilypond.tely (direntry): Add note about why
2371         `info lilypond' brings up `Invoking LilyPond' node.
2372
2373 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2374
2375         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2376
2377         * lily/paper-book.cc: Remove cruft.
2378         (output): Bugfix: put vfill between lines.
2379         (pages): Bugfix: set page vars needed for filling.
2380
2381         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2382         (was: @ar).
2383
2384         * scm/page-layout.scm: Further development.
2385
2386         * ly/declarations-init.ly (paper): Define page-breaking.
2387
2388 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2389
2390         * lily/note-head.cc (brew_ez_stencil): add note-names
2391         property. Provides internationalization for note names.
2392
2393         * Documentation/user/changing-defaults.itely (Creating contexts):
2394         new node.
2395
2396         * lily/grace-iterator.cc (process): descend to child for \grace.
2397
2398         * lily/timing-translator.cc (initialize): Timing_translator adds
2399         Timing alias by itself.
2400
2401         * lily/context.cc (add_alias): new function.
2402
2403         * scm/lily.scm (tex-output-expression): new function, eval within
2404         drawing API. Guards against eval vulnerabilities.
2405
2406         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2407
2408         * scm/output-ps.scm (scm): export lily drawing API.
2409
2410         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2411         throughout.
2412
2413 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2414
2415         * scm/page-layout.scm (optimal-page-breaking): New function.
2416         
2417         * lily/paper-book.cc (pages): Use it.
2418
2419 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2420
2421         * lily/include/paper-line.hh (class Paper_line): Full smob.
2422
2423 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2424
2425         * lily/global-context.cc (run_iterator_on_me): fix grace note
2426         nesting by initting measurePosition.
2427
2428         * lily/timing-translator.cc (initialize): do no init
2429         measurePosition
2430         
2431         * lily/include/music-output-def.hh (class Music_output_def): add
2432         input_origin_ field.
2433
2434         * Documentation/user/changing-defaults.itely (Changing context
2435         properties on the fly): new node.
2436
2437         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2438         function. Only have smobbed_copy (), and do not provide
2439         smobbed_copy() for non-simple smobs. Changes throughout.
2440
2441 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2442
2443         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2444         start_moment_. Fix by Doug A. Linhardt.
2445
2446 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2447
2448         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2449         accidentals for harmonic notes.
2450
2451         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2452         of different style. (Thanks to Doug Linhardt).
2453
2454         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2455         new node.
2456
2457 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2458
2459         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2460
2461         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2462         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2463         vim/lilypond-indent.vim: doc targets and deps in comments.
2464
2465 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2466
2467         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2468
2469         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2470
2471         * lily/include/paper-line.hh:
2472         * lily/include/paper-line.cc: New file.
2473
2474 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2475
2476         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2477
2478         * GNUmakefile.in: remove stray make out=www
2479
2480         * input/test/bagpipe.ly (gcdg): octave fixes.
2481
2482         * scm/define-markup-commands.scm (number): use font-encoding
2483         iso. font-family
2484
2485         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2486         font-encoding.
2487         
2488 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2489
2490         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2491         `output_format_global' and `PAGE_LAYOUT'.
2492
2493 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2494
2495         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2496         lily functions in safe mode.
2497
2498         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2499         Print filename for HTML, LATEX, before texidoc.
2500
2501         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2502         instructions in output-ps module.
2503
2504         * scm/lily.scm: Do not load output-ps module.
2505
2506         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2507         safe mode.
2508
2509 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2510
2511         * lily/span-dynamic-performer.cc (process_music): remove spurious
2512         warning.
2513
2514         * lily/context-def.cc (Context_def): init name to ""
2515
2516         * lily/font-interface.cc: add font-encoding property.
2517
2518         * scm/lily.scm (chain-assoc-get): bugfix.
2519
2520         * lily/paper-book.cc (stencil2line): protect static SCM.
2521
2522         * lily/font-interface.cc (text_font_alist_chain): rename function,
2523         and use text-font-defaults. 
2524
2525         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2526
2527         * scm/paper.scm (paper-set-staff-size): use new function.
2528
2529         * scm/new-font.scm (make-font-tree): new function.
2530
2531 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2532
2533         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2534
2535         * scm/lily.scm (get-output-module): New function.
2536         (output-alist): Remove ,ps-output-expression.
2537
2538         * scm/output-tex.scm (ps-output-expression): New function.
2539
2540         * scm/output-ps.scm (ps-output-expression): Remove.
2541         (header, start-page): Output page metadata.
2542
2543         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2544         initialise output_module_.  Do not write part of header.
2545         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2546         (output_header): Output full header.
2547
2548         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2549         FIXME.
2550
2551 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2552
2553         * scm/new-font.scm: new file. Tree based font lookup.
2554
2555         * scm/lily.scm (assoc-get): take default argument. Remove
2556         assoc-get-default.
2557         (chain-assoc-get): use chain-assoc-get everywhere.
2558
2559         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2560         autobeamsettings conversion bug.
2561
2562         * lily/include/global-context.hh (Context): clean-up data hiding.
2563
2564         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2565         data hiding.
2566
2567         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2568
2569         * input/regression/stem-shorten.ly: add chord case.
2570
2571         * lily/stem.cc (get_default_stem_end_position): shorten stems
2572         triggered by note-head positions, not by forced-direction. This
2573         fixes a bug with too short stems.  
2574  
2575 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2576
2577         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2578         Lilypond_snippet.output_latex): Always call output_print_filename.
2579
2580         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2581         expand pages.
2582
2583 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2584
2585         * scm/part-combiner.scm (make-autochange-music): switch rests
2586         before switched notes too.
2587
2588         * lily/figured-bass-engraver.cc (process_music): change calling
2589         convention.
2590
2591         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2592
2593         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2594         command.
2595
2596         * lily/include/stencil.hh (class Stencil): add origin field.
2597
2598         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2599         function.
2600
2601         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2602
2603         * lily/lexer.ll: remove support for \$ and $ in identifiers
2604
2605         * lily/sequential-iterator.cc: remove copy_grace_fixups
2606         (get_grace_fixup): slight abstraction of fixup code.
2607
2608         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2609
2610 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2611
2612         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2613         in insert-mode. add indenting rules.
2614
2615 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2616
2617         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2618         protect hack.
2619
2620         * scm/page-layout.scm:
2621         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2622         layout and titling should now match external latex based version.
2623
2624         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2625         header fields.
2626
2627         * ps/lilyponddefs.ps: Remove automatic page layout.
2628
2629         * scm/output-ps.scm (new-start-system): New interface function.
2630
2631         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2632
2633         * lily/paper-book.cc (output): Bugfix.
2634
2635 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2636
2637         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2638         
2639 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2640
2641         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2642         direntries.
2643
2644         * ps/lilyponddefs.ps: Bugfix.
2645
2646         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2647
2648 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2649
2650         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2651         cause. This should fix warnings.
2652
2653         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2654
2655         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2656         prevent aligned 6ths.
2657
2658         * lily/custos.cc (print): remove adjust-if-on-staffline.
2659
2660 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2661
2662         * lily/paper-book.cc: Do header and footer.
2663
2664 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2665
2666         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2667
2668         * scm/paper.scm (lineheight): Remove
2669         (head-sep, foot-sep): Add.
2670
2671 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2672
2673         * mf/feta-schrift.mf: reduce portato thickness.
2674
2675         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2676
2677         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2678         programming_error ().
2679
2680         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2681         bracket to last command column.
2682
2683         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2684         continues on next/prev system.
2685
2686         * input/regression/pedal-end.ly: new file.
2687
2688 2004-03-10  Werner Lemberg  <wl@gnu.org>
2689
2690         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2691         Remove pmx2ly stuff.
2692         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2693
2694 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2695
2696         * scm/page-layout.scm: New file.
2697
2698         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2699         settings.
2700         (Lilypond_snippet.is_outdated): Also check for PNG file.
2701         Workaround for interrupted (web) builds.
2702
2703         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2704
2705         * ps/lilyponddefs.ps: Use only very small top-marging.
2706         (init-paper): Also pop page size string.
2707         (start-page, stop-page): New function.
2708
2709         * scm/output-ps.scm (header-end): Remove stray exec commands.
2710
2711 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2712
2713         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2714
2715         * lily/score.cc (default_rendering): clean protection.
2716
2717         * lily/paper-book.cc (mark_smob): implement smob marking.
2718
2719         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2720
2721         * Documentation/user/*.itely: user manual edits. 
2722
2723 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2724
2725         * Documentation/user/converters.itely (Invoking musedata2ly):
2726         remove pmx2ly.
2727
2728         * scripts/pmx2ly: remove script.
2729         
2730 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2731
2732         * lily/score.cc (default_rendering): Protect paper-book members.
2733
2734         * lily/paper-def.cc (smobbed_copy): New method.
2735
2736         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2737         switch runtime.
2738
2739         * lily/include/music-output.hh (process): Change signature to
2740         return SCM.
2741
2742         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2743         method.
2744
2745         * lily/paper-score.cc (process): Return stencils rather than
2746         outputting directly.  Remove paper-book kludge.  Delete grobs.
2747         (output): Remove.
2748
2749         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2750
2751         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2752
2753         * lily/score.cc (default_rendering)
2754         (ly_render_output): Move adding paper-score two levels up.
2755
2756         * lily/system.cc (get_line):
2757         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2758
2759 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2760
2761         * scm/font.scm (paper20-font-vector): add more design sizes for
2762         number.
2763
2764         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2765         feta-nummber{5,7,11,13}.
2766
2767         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2768         for 12pt design size. 
2769
2770 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2771
2772         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2773
2774 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2775
2776         * lily/font-select.cc (properties_to_font_size_family): Fix
2777         warning message.
2778
2779         * Experimental PostScript latin1 encoding:
2780         
2781         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2782
2783         * scm/output-ps.scm: Experimental encoding using reencode-font.
2784         * scm/font.scm: Add latin1 `font-shape'.
2785         
2786         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2787
2788         * ps/lilyponddefs.ps (reencode-font): New function.
2789
2790         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2791
2792         * scm/output-tex.scm (start-page):
2793         (stop-page): New interface function.
2794
2795 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2796
2797         * lily/paper-outputter.cc (output_expr):
2798         (output_header):
2799         (output_line): New method.
2800
2801         * lily/system.cc (get_line):
2802         (get_lines): New method.
2803         (output_scheme):
2804         (output_line): Remove.
2805
2806         * scm/lily.scm (make-title): New function.
2807
2808         * lily/paper-book.cc: 
2809         * lily/include/paper-book.hh: New file.
2810
2811         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2812         ly-modules.hh).
2813
2814         * lily/ly-module.cc (ly_modules_lookup): New function.
2815
2816         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2817
2818         * scm/output-ps.scm (make-title): Remove.
2819         (output-scopes): Junk header-title test.
2820
2821 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2822
2823         * mf/feta-schrift.mf: thicker dot for portato.
2824
2825         * lily/accidental-placement.cc (position_accidentals): bugfix in
2826         offset, this fixes right-padding of AccidentalPlacement.
2827
2828         * lily/[h-z]*.cc: () formatting.
2829
2830         * Documentation/user/tutorial.itely (An orchestral part): more
2831         fixes for the tutorial.
2832
2833         * scm/translation-functions.scm (fraction-tuplet-formatter):
2834         reverse fraction.
2835
2836         * lily/parser.yy (context_def_spec_block): use \context instead of
2837         \translator.
2838
2839         * lily/[a-g].cc: () style cleanup.
2840
2841         * Documentation/user/tutorial.itely (Automatic and manual beams):
2842         editing of tutorial.
2843
2844 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2845
2846         * buildscripts/mf-to-table.py (base): write encoding name.
2847
2848 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2849
2850         * Documentation/user/GNUmakefile (local-install-info): Issue
2851         warning (for packager, ie, if not installing in /usr or /usr/local).
2852
2853         * lily/stencil-scheme.cc: 
2854         * lily/staff-symbol-referencer.cc: 
2855         * lily/script-column.cc: 
2856         * lily/pitch.cc: 
2857         * lily/music.cc: 
2858         * lily/grob-pq-engraver.cc: 
2859         * lily/font-interface.cc: 
2860         * lily/music-output-def.cc: 
2861         * lily/duration.cc: 
2862         * lily/grob-scheme.cc:
2863         * lily/context-scheme.cc: Put scheme name on first line in
2864         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2865         style cleanups.
2866
2867         * stepmake/stepmake/scm-vars.make: 
2868         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2869         Rename and split TAGS_FILES.
2870
2871         * GNUmakefile.in (ALL-TAGS): Remove.
2872         
2873         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2874         deeper TAGS files.  Fixes regexp tags in TOP dir.
2875
2876 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2877
2878         * VERSION: 2.1.29 released.
2879         
2880         * Documentation/user/changing-defaults.itely (Changing defaults):
2881         new file.
2882
2883         * Documentation/user/notation.itely (Notation manual): rename from 
2884         refman.itely
2885
2886         * Documentation/user/notation-appendices.itely (The Feta font):
2887         new file.
2888
2889         * Documentation/user/advanced.itely: add aborted attempt for
2890         advanced topics manual.
2891
2892 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2893
2894         * scm/new-markup.scm: display Markups in sane format. Patch by
2895         Nicolas Sceaux.
2896
2897 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2898
2899         * lily/main.cc: Cleanups.
2900         (setup_localisation): New function.
2901         (sane_putenv): Remove.
2902         (main_with_guile): New name (Was: main_prog).  Remove musings
2903         about possible preparation for GUILE heavy memory usage and
2904         practical uselessness.  Do not set environment variables
2905         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2906         name juggling.
2907         (parse_argv): New function.
2908         (copyright): New function.  It's 2004 already.
2909
2910         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2911         (distill_inname): Move from main.
2912
2913 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2914
2915         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2916
2917         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2918
2919         * Documentation/user/running.itely: new file.
2920
2921         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2922
2923         * lily/score-performer.cc (finish): call Translator::finalize ().
2924
2925 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2926
2927         * lilypond-ftpplugin.vim: renamed to the following file.
2928         * lilypond-ftplugin.vim: new file.
2929
2930         * GNUmakefile.in: update VIM_FILES.
2931
2932 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2933
2934         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2935         props.
2936
2937         * input/test/tie-sparse.ly: remove.
2938
2939         * lily/tie-performer.cc (try_music): copy & paste from
2940         Tie_engraver.
2941
2942         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2943         variable_ref twice.
2944
2945         * lily/key-performer.cc (create_audio_elements): use
2946         alterations-in-key.
2947
2948         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2949
2950 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2951
2952         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2953         handle also quarter tones (not shown as tests). test also flats.
2954
2955         * Documentation/index.html.in: small fixes.
2956
2957 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2958
2959         * input/regression/new-markup-scheme.ly: Typo.
2960
2961         * scm/define-markup-commands.scm (fill-line): New markup.
2962
2963         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2964         (output-paper-def): Fix alignment.
2965         (make-title): Fix height/width scaling.
2966
2967         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2968
2969         * input/test/title-markup.ly: Add remaining titles.  Layout and
2970         font size fixes.  Add simplistic latin1 test.
2971
2972 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2973
2974         * input/test/nested-groups.ly: remove. move content (to next). 
2975         * input/test/staff-bracket.ly: replace content (from prev), this 
2976         has been already in templates.
2977
2978 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2979
2980         * stepmake/autogen.sh: Only issue warning about running configure
2981         without arguments when autogen.sh will actually be running
2982         configure.
2983
2984 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2985
2986         * scm/new-markup.scm (stack-stencil-line): robustness.
2987
2988         * scm/define-markup-commands.scm (simple): robustification of
2989         simple-markup.
2990
2991         * Documentation/user/music-glossary.tely (Top): change central C
2992         to middle C.
2993
2994         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2995
2996 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2997
2998         * input/test/title-markup.ly (spaceTest): Add.
2999
3000         * lily/text-item.cc (interpret_markup): Make line markup from
3001         multi word markup.
3002
3003         * scm/define-markup-commands.scm (word): New markup command.
3004         (simple): Use it.
3005
3006         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3007
3008 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3009
3010         * vim/ftplugin/lilypond.vim:
3011         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3012         show matching paren in insert mode.
3013
3014 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3015
3016         * scm/output-ps.scm (make-title, output-scopes): Further
3017         development.
3018
3019         * input/test/title-markup.ly: New file.
3020
3021         * ps/lilyponddefs.ps: Disable PostScript titling.
3022
3023         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3024
3025 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3026
3027         * lily/arpeggio.cc (width_callback): remove padding.
3028  
3029         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3030
3031         * scm/define-music-types.scm: remove make-music-by-name.
3032
3033         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3034
3035 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3036
3037         * lily/paper-score.cc (process): Output titles using make-title.
3038
3039         * scm/output-ps.scm (output-stencil): Display directly instead of
3040         constructing string.
3041         (make-title): New function.
3042
3043 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3044
3045         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3046         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3047         Move documentation of LaTeX packages for latin1 characters to the
3048         lilypond-book manual.
3049
3050 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3051
3052         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3053
3054         * vimrc: add menu in console and shortcut <F10> for it.
3055
3056         * vim/:
3057         * vim/compiler/:
3058         * vim/syntax/:
3059         * vim/indent/:
3060         * vim/ftplugin/: new directories.
3061         
3062         * vim/filetype.vim: new file.
3063
3064         * lilypond.vim: remove files (see next).
3065         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3066
3067         * vimrc: remove file (see next).
3068         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3069
3070         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3071         add header. apply bindings only locally.
3072
3073         * vim/indent/lilypond.vim: new file.
3074
3075         * vim/ftplugin/lilypond.vim: remove errorformat.
3076         * vim/compiler/lilypond.vim: new file for errorformats.
3077
3078         * Documentation/topdocs/INSTALL.texi: give easier orders.
3079
3080         * ROADMAP: add vim/
3081
3082 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3083
3084         * Documentation/user/introduction.itely (Introduction): Use @image
3085         iso @html <img...>.  Add workaround for images in columns in info.
3086
3087         * stepmake/aclocal.m4: Store computed version in variable.
3088
3089         * configure.in: Export MAKEINFO_VERSION.
3090
3091         * config.make.in (MAKEINFO_VERSION): Add.
3092
3093         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3094
3095         * Documentation/user/GNUmakefile: Only build info with images when
3096         building web.
3097
3098         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3099
3100         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3101         stuff from documentation-targets.make
3102
3103 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3104
3105         * VERSION: 2.1.28 released
3106         
3107         * scripts/convert-ly.py (conv): 
3108
3109 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3110
3111         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3112         \arpeggioBoth. redefine \arpeggioBracket.
3113
3114         * Documentation/user/refman.itely: document new arpeggio
3115         functions.
3116
3117         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3118
3119         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3120
3121         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3122
3123 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3124
3125         * Documentation/user/introduction.itely (Automated engraving):
3126         rewrite introduction using website text.
3127
3128 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3129
3130         * scm/*.scm: make-music-by-name is replaced by make-music, which
3131         also accept music property settings, eg:
3132           (make-music 'TextScriptEvent 'direction DOWN 'text
3133               (make-simple-markup x))
3134
3135         Patch courtesy Nicolas Sceaux
3136
3137         * lily/beam-quanting.cc: cleanup, separate counts for left and
3138         right beam ends.
3139
3140         * lily/side-position-interface.cc (quantised_position): also
3141         quantize staccato position for forced stem directions. 
3142
3143 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3144
3145         * scm/*.scm: Patch by Nicolas Sceaux: 
3146
3147         * scm/music-functions.scm: ly:grob-property and ly:music-property
3148         are made procedure with setters.
3149
3150         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3151         
3152 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3153
3154         * input/test/[t-v]*.ly: finish rewriting texidocs.
3155
3156         * input/test/vaticana.ly: remove.
3157         * input/test/ligature-vaticana.ly: new, renamed file name.
3158
3159         * input/test/stem-centered.ly: remove.
3160         * input/test/mensural-note-heads.ly: new file. take content from
3161         removed file stem-centered.ly.
3162
3163         * input/test/scales-greek.ly: simplify.
3164
3165         * input/test/s*.ly: reformulate texidocs.
3166         
3167         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3168         of missing features.
3169
3170 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3171
3172         * input/test/[j-o]*.ly: update texidocs.
3173
3174 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3175
3176         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3177
3178         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3179         images.
3180
3181         * Documentation/user/lilypond.tely (@direntry): Update.
3182
3183         * stepmake/stepmake/documentation-targets.make
3184         (install-info,uninstall-info): Install into $(package_infodir).
3185         Install images.  Run install-info to update dir.
3186
3187         * config.make.in (package_infodir): Add.
3188
3189         * Documentation/user/GNUmakefile (info-with-images,
3190         local-install-info, local-uninstall-info): New target.
3191
3192 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3193
3194         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3195         gap/threshold.
3196
3197         * lily/beam-quanting.cc (score_slopes_dy): remove
3198         ROUND_TO_ZERO_SLOPE kludge.
3199
3200         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3201
3202         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3203
3204         * lily/global-context.cc (Global_context): alway accept Score
3205         (run_iterator_on_me): cast Context to Score_context, not
3206         Context_def.
3207
3208         * Documentation/user/refman.itely: documentation patch by Edward
3209         Sanford Sutton.
3210
3211         * mf/GNUmakefile: unset sauter-fonts.
3212
3213 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3214
3215         * scripts/lilypond-book.py (output_texinfo): Output @image
3216         descriptions for info too.
3217
3218         * input/test/chord-names-jazz.ly: 
3219         * input/test/embedded-scm.ly: Clarify.
3220
3221         * input/test/cautionaries.ly: Typo.
3222
3223         * lily/input-smob.cc (ly_input_location): Compile fix.
3224
3225 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3226
3227         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3228
3229         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3230         fixes problems with system defaults being reverted with \override
3231         on Score level.
3232
3233         * lily/global-context.cc (Global_context): apply property-ops to
3234         Global_context too. 
3235
3236 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3237
3238         * scm/output-ps.scm (stencil->string): Rewrite.
3239
3240 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3241
3242         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3243         impersonal style.
3244
3245 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3246
3247         * lily/input-smob.cc (ly_input_location: New function.
3248
3249         * scm/define-markup-commands.scm (upright): New markup command.
3250
3251         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3252
3253         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3254
3255         * scm/output-ps.scm (output-stencil): New function.
3256
3257         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3258         of snippet types; fixes @ignore and @verbatim blocks.
3259
3260 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3261
3262         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3263         to a file in printed documentation, instead, refer either to a 
3264         syntax or to an output.
3265
3266 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3267
3268         * input/regression/beam-center-slope.ly: Add test.
3269
3270 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3271
3272         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3273         (SAUTER_FONTS): Reinstate.
3274
3275         * scm/define-markup-commands.scm (caps): New markup command.
3276
3277         * scm/output-ps.scm (output-scopes): Experimental markup output.
3278
3279         * scm/: Add missing headers.
3280
3281         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3282
3283         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3284
3285 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3286
3287         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3288         Stray style cleanups.
3289
3290 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3291
3292         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3293         no dot combination.
3294
3295         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3296         substitute \override Staff.autoBeamSettings too
3297
3298         * Documentation/user/tutorial.itely: proofreading fixes by David
3299         Bobroff
3300
3301 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3302
3303         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3304
3305         * ps/music-drawing-routines.ps: 
3306         * ps/lilyponddefs.ps: Add end markers.
3307
3308 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3309
3310         * VERSION: 2.1.27 released.
3311         
3312         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3313
3314         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3315         obey documentation.
3316
3317 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3318
3319         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3320
3321         * scm/output-ps.scm: Resurrect.
3322         
3323         * scm/output-tex.scm: Minimal cleanups.
3324
3325         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3326
3327         * make/ly-rules.make: Remove any broken lily-*.tex files before
3328         lilypond-book run.
3329
3330         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3331         comment.
3332
3333         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3334         Enabled by default, may save 10% compile time.
3335
3336 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3337
3338         * lily/lyric-phrasing-engraver.cc: remove
3339         
3340         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3341         longer necessary. 
3342
3343         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3344         so lyric-phrasing-engraver is no longer necessary.
3345
3346         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3347         Grob_pq_engraver from Staff.
3348
3349         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3350         busyGrobs directly.
3351
3352         * input/regression/quote-transposition.ly: new file.
3353
3354         * lily/recording-group-engraver.cc (stop_translation_timestep):
3355         store instrumentTuning too. 
3356
3357         * lily/quote-iterator.cc (process): transpose events using
3358         instrumentTuning.
3359
3360         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3361         -> \tuning <pitch>
3362
3363         * lily/parser.yy (command_req): add \tuning command for setting
3364         instrument tuning of staff.
3365
3366         * Documentation/user/GNUmakefile
3367         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3368
3369         * Documentation/user/refman.itely (Customized accidental rules):
3370         typo.
3371
3372 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3373
3374         * Documentation/user/music-glossary.tely: remove the missing norwegian
3375         translation; they can be put in later properly.
3376
3377 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3378
3379         * lily/recording-group-engraver.cc (start_translation_timestep):
3380         init Recording_group_engraver twice.
3381
3382 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3383
3384         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3385         stray style cleanups:
3386
3387         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3388         -Wmissing-prototypes.
3389
3390         * flower/include/killing-cons.tcc (Killing_cons): Add template
3391         specifier for car_.
3392
3393         * flower/include/parray.hh (binsearchs): Add template specifier
3394         for maxkey.
3395
3396         * flower/include/interval.hh: Declare elem () with template specfier.
3397
3398 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3399
3400         * elisp/lilypond-indent.el (get-buffer-size): add customization
3401         groups for several variables (Reuben Thomas).
3402
3403 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3404
3405         * Documentation/user/invoking.itexi (Point and click): add index
3406         entry.
3407
3408         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3409         go under beam.
3410
3411         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3412         sarabande beam. 
3413
3414         * flower/warn.cc (programming_error): cross fingers not thumbs.
3415
3416         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3417         staff-position is set.
3418
3419         * VERSION: release 2.1.26 
3420         
3421         * scm/chord-entry.scm (construct-chord): process transposition
3422         after processing explicit-11.  
3423
3424 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3425
3426         * lily/parser.yy (add_quote): add syntax for adding quotes:
3427         \addquote "id-string" Music
3428
3429         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3430
3431         * scripts/convert-ly.py (conv): add rules for name changes.
3432
3433         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3434         music/context/grob property functions. Internally, use
3435         get_property() and set_property() for both.
3436
3437 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3438
3439         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3440         for Emacs <= 20 (Laurent Martelli).
3441
3442 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3443
3444         * lily/parser.yy (command_element): extract quoted vector in
3445         parser.
3446
3447         * input/regression/quote.ly: new file.
3448
3449         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3450
3451         * lily/parser.yy (command_element): \quote DURATION NAME: support
3452         cue notes. 
3453
3454         * lily/quote-iterator.cc (class Quote_iterator): new file.
3455
3456 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3457
3458         * lily/auto-beam-engraver.cc (try_music): accept and process
3459         beam-forbid-event.
3460
3461         * input/regression/auto-beam-no-beam.ly: new file.
3462
3463 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3464
3465         * lily/accidental.cc (print): Change font-relative-size ->
3466         font-size. Fixes cautionary-style = smaller.
3467
3468 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3469
3470         * lily/system-start-delimiter.cc (staff_brace): remove
3471         font-relative-size
3472
3473         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3474         forgotten with scm_list_n. Fixes spurious coredumps.
3475
3476         * lily/accidental-engraver.cc (stop_translation_timestep): move
3477         update of localKeySignature to stop_translation_timestep (). This
3478         makes sure that all ties are noticed at the right moment.
3479         (stop_translation_timestep): clear tie only when right-side
3480         notehead was seen.
3481         (number_accidentals_from_sig): cleanup. 
3482
3483         * input/regression/accidental-tie.ly (mus): new file
3484
3485         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3486         these longish tests.
3487
3488 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3489
3490         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3491
3492         * THANKS: update bugreporter list.
3493
3494         * lily/beam.cc (print): broken beams last until end of staff.
3495         (print): broken beams start from prefatory matter.
3496
3497         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3498
3499         * lily/paper-score.cc (process): dump header only once.
3500
3501         * lily/paper-outputter.cc (Paper_outputter): move logic into
3502         Scheme.
3503
3504         * scm/output-tex.scm (output-scopes): new function.
3505         (output-paper-def): new function
3506         (tex-string-def): new function
3507         (symbol->tex-key): new function
3508
3509         * scripts/convert-ly.py (conv): add rule for | ~
3510
3511 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3512
3513         * input/regression/{many}.ly: refresh, trying to guess how
3514         it was designed.
3515
3516 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3517
3518         * VERSION: release 2.1.25
3519
3520         * scm/define-translator-properties.scm
3521         (all-user-translation-properties): add printOctaveNames
3522
3523         * ly/engraver-init.ly: remove Note_event_swallower from
3524         NoteNamesContext.
3525
3526         * lily/note-name-engraver.cc (process_music): new property
3527         printOctaveNames
3528
3529         * lily/context.cc (find_existing_context): remove support for
3530         Current.
3531
3532         * scm/music-functions.scm (set-accidental-style): new function;
3533         duplicate accidental macros.
3534
3535         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3536
3537         * lily/note-name-engraver.cc (process_music):
3538         process_acknowledged_grobs () -> process_music ()
3539
3540         * scm/part-combiner.scm (determine-split-list): robustification.
3541
3542 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3543
3544         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3545         lines for falling into beam-gap.
3546         (score_forbidden_quants): check all staff lines for falling in
3547         beam gaps.
3548
3549         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3550         key/clef/time signatures. 
3551
3552         * input/test/ossia.ly: revise example.
3553
3554         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3555         cleanup.
3556         
3557         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3558         comply to Scheme standard.  Remove ly:get-paper-variable
3559
3560 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3561
3562         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3563
3564 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3565
3566         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3567         properties from Voice context. This fixes accidental size for
3568         staff-switches during grace contexts.
3569
3570         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3571         if necessary. Else, simply wipe dots.
3572
3573         * input/test/beam-alternate.ly: new file
3574
3575         * input/test/piano-staff-distance.ly: new file.
3576
3577         * lily/translator-group.cc (recurse_down_translators): use
3578         Direction for bottom-up/top-down.
3579
3580         * lily/include/translator.hh (class Translator): add
3581         process_music() and do_announces(). This obviates
3582         recurse_down_{engravers,performers}.
3583
3584         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3585         \melisma and \melismaEnd
3586
3587         * lily/melisma-engraver.cc (process_music): change to
3588         Melisma_translator, unify with performer. Accept
3589         ManualMelismaEvent.
3590
3591         * ly/engraver-init.ly: add Font_size_engraver.
3592
3593 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3594
3595         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3596         it hara-kiri.
3597
3598         * input/regression/{many}.ly: improve descriptions trying to figure
3599         out what is tested.
3600
3601 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3602
3603         * lily/slur.cc (broken_trend_offset): robustness fix.
3604
3605         * VERSION: release 2.1.24
3606
3607         * lily/context.cc (find_create_context): go to Score if it exists.
3608
3609         * lily/context-scheme.cc: new file.
3610
3611         * lily/score-translator.cc (get_output): new file.
3612
3613         * lily/include/grob-info.hh: origin_contexts() now does not
3614         include the originating engraver
3615
3616         * lily/translator-group.cc (translator_each): clean up contents,
3617         remove superfluous stubs. Engraver_group_engraver and
3618         Performer_group_performer are the only classes using multiple
3619         inheritance.
3620
3621         * lily/include/score-context.hh (class Score_context): interface
3622         between Score_{engraver,performer} and Global_context.
3623
3624         * lily/include/global-context.hh (Context): change from
3625         global-translator. This is the entry point for contexts; it is not
3626         tweakable using \translator{}. Score is no longer the top context,
3627         but sits underneath Global.
3628
3629         * lily/include/context.hh (class Context): brain surgery: split
3630         out Context functionality from Translator_group. Context is now a
3631         separate type from Translator.
3632
3633 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3634
3635         * lily/include/translator.hh (class Translator): make
3636         get_score_context() and get_global_translator (), and use the one
3637         which is appropriate.
3638
3639         * lily/context.cc: partially put functionality of Translator_group
3640         into Context.
3641
3642         * lily/include/context.hh (Translator): new class: put between
3643         Translator and Translator_group. 
3644
3645         * lily/new-accidental-engraver.cc: remove file.
3646
3647 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3648
3649         * input/regression/{many}.ly: improve descriptions: use complete 
3650         sentences, try to describe what is tested, avoid `we´, do not use 
3651         don't, ... 
3652
3653 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3654
3655         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3656         is at EOL.
3657
3658         * Documentation/user/lilypond.tely: declare the topmost node only
3659         once; removes empty line in @contents.
3660
3661         * Documentation/user/music-glossary.tely: really add Finnish author.
3662         Draw more beatiful `->´ arrow in html: &rarr;
3663
3664 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3665
3666         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3667
3668         * scripts/convert-ly.py (conv): add ly:music-list  change.
3669
3670         * lily/grob.cc: edit doc string.
3671
3672         * scm/define-grob-properties.scm (all-user-grob-properties):
3673         proofreading, editing of doc strings.
3674
3675         * input/regression/tablature-string-tunings.ly: new file.
3676
3677         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3678         listen to stringTunings
3679
3680         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3681         for self-alignment-[XY] code.
3682  
3683 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3684
3685         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3686         cond) into function. Cleanup.
3687
3688         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3689         
3690         * VERSION (PACKAGE_NAME): 2.1.23 released
3691
3692 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3693
3694         * Documentation/user/{refman,internals}.itely: small fixes.
3695
3696 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3697
3698         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3699         accidentals for harmonic notes
3700
3701         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3702         for harmonic notes.
3703
3704         * scm/document-backend.scm (interface-doc): prune Grob
3705         documentation: don't duplicate interface information.
3706
3707         * lily/*.cc: lots of updates of doc strings.
3708
3709 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3710
3711         * input/test/ac-extra-voice.ly (accompany): remove file.
3712
3713         * input/test/maximum-rest-count.ly: remove file.
3714
3715         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3716         conversion rule for \translator { }. Apply everywhere.  
3717
3718         * lily/parser.yy (music_property_def): set property for \once in
3719         the PropertyMusic itself, not the ContextSpec.
3720         (property_operation): change syntax within \translator { }
3721
3722         * scm/define-music-properties.scm (all-music-properties): clean up.
3723
3724         * lily/auto-beam-engraver.cc (test_moment): use
3725         updated_grob_properties() to retrieve autoBeam settings.
3726
3727         * lily/spacing-spanner.cc: bound shortest_playing_len by
3728         measure_length
3729
3730         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3731         multi-measure events for spacing computation.
3732
3733         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3734         elliptical, to 1.49.
3735
3736         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3737         vertical positioning for polyphony, without RestCollision object.
3738
3739         * lily/note-column.cc (add_head): prevent rests & note heads on
3740         one stem.
3741
3742         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3743         (do_shift): rewrite only-rests case: use common refpoints: the
3744         routine will have sensible results when other rest-translations
3745         have taken place.
3746
3747         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3748         < 0 case. 
3749
3750         * VERSION: 2.1.22 released
3751         
3752         * input/GNUmakefile (SUBDIRS): remove ascii-art
3753
3754 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3755
3756         * input/: Convert ly files that still had \property.  Fixes make
3757         web.  Remove exta spaces around '='. 
3758
3759         * scripts/convert-ly.py (conv): Redundant space fixes.
3760
3761         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3762
3763 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3764
3765         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3766         create scalable PS and PDFs  for input/{test,template,regression}.
3767
3768         * lily/context.cc (is_alias): move function.
3769         (is_alias): add Bottom as context alias. 
3770         (find_create_translator): add Bottom as a context alias for creation.
3771
3772         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3773
3774         * lily/parser.yy (music_property_def): new syntax for property
3775         assignments:
3776
3777         \set A.B = #C , \unset A.B
3778         \override A.B #C = #D, \revert A.B #C 
3779
3780         * lily/my-lily-lexer.cc: remove \property
3781
3782 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3783
3784         * Documentation/user/refman.itely: add dots after seealso refs.
3785
3786         * input/template/{many}.ly: harmonise descriptions.
3787
3788         * Documentation/user/music-glossary.itely: add Finnish author.
3789
3790 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3791
3792         * VERSION (PACKAGE_NAME): release 2.1.21
3793
3794 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3795
3796         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3797
3798         * scripts/lilypond-book.py (snippet_res): @include filename must
3799         not be empty.
3800
3801 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3802
3803         * scm/documentation-generate.scm (markup-doc-string): dump
3804         markup-commands.tely
3805
3806         * scm/define-markup-commands.scm (override): new file.
3807         Move documentation from refman into doc-strings. 
3808
3809         * input/test/staff-container.ly: fix example.
3810
3811         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3812         StaffContainer
3813
3814         * lily/grob.cc: remove point_dimension_callback
3815         (Grob): read forced dimensions from X-extent and Y-extent.
3816         (get_paper): remove preset_extent.
3817
3818         * scm/define-grobs.scm (all-grob-descriptions): remove
3819         point_dimension_callback. 
3820
3821         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3822         textscript to head. This makes no-spacing-rods work on
3823         DynamicText.
3824
3825         * lily/chord-name.cc: remove props chord, bass, inversion.
3826
3827         * Documentation/user/appendices.itely: add Scheme functions,
3828         context-properties and layout properties to manual.
3829
3830         * scm/part-combiner.scm (determine-split-list): include rests in a
3831         solo1/2 sequence.
3832
3833         * lily/new-part-combine-iterator.cc (substitute_both): new
3834         function.
3835         (class New_pc_iterator): add separate Voice=solo context, fixes
3836         autobeams going from chords to solo.
3837
3838 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3839
3840         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3841
3842         * Documentation/user/tutorial.itely:
3843         * Documentation/user/refman.itely: Add short note about being part
3844         of lilypond.tely.
3845
3846         * COPYING: Make note more clear with respect to files that are
3847         explicitely licenced otherwise (Documention/user/ comes to mind).
3848         
3849         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3850         comment about barfing of @c,{}.
3851
3852         * Documentation/user/music-glossary.tely: Add list of authors.
3853
3854         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3855         source (was: also in build log).
3856
3857 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3858
3859         * lily/side-position-interface.cc (general_side_position): if
3860         staff-padding is set, then include staff in support too.
3861
3862         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3863         module workbook
3864
3865         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3866
3867         * lily/tuplet-engraver.cc: remove tupletInvisible
3868
3869         * scm/define-translator-properties.scm: cleanup, separate in
3870         internal and user props. 
3871
3872         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3873         LyricsVoice -> Lyrics
3874
3875         * lily/new-part-combine-iterator.cc (process): only print warning
3876         for symbols.
3877
3878 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3879
3880         * scm/part-combiner.scm: Add proper header.
3881
3882         * All but lily/*: The great --2003 --2004 replace; the missing
3883         `bits'.
3884
3885         * TODO: Fix outline mode.  Add book notes.
3886
3887         * ROADMAP: Update.
3888
3889 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3890
3891         * scm/part-combiner.scm (make-autochange-music): use
3892         accumulator. Fixes stack overflow.
3893
3894         * lily/*: rename brew_molecule -> print , molecule-callback ->
3895         print-function
3896
3897         * scm/define-grob-properties.scm: cleanup. Separate into internal
3898         and user properties.
3899
3900         * lily/translator-property.cc (updated_grob_properties): new
3901         function
3902         (execute_pushpop_property): change to new convention:
3903         object property inits are stored as (cons ALIST BASED-ON). This
3904         storage format allows concurrent tweaks in different contexts.
3905
3906 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3907
3908         * TODO: new file.
3909
3910 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3911
3912         * debian/: Late Debian update (sorry Anthony).
3913
3914         * scripts/lilypond-book.py (do_file): Look for input_file in
3915         include path, or ask kpathsea if LATEX.
3916
3917         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3918         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3919         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3920         --header=texidoc.
3921
3922         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3923         relative.
3924
3925         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3926         only when filtering, default to input_base otherwise.  Coding
3927         style fixes.
3928
3929 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3930
3931         * lily/include/translator.hh (class Translator): add virtual
3932         qualifier.
3933
3934 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3935
3936         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3937
3938 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3939
3940         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3941
3942         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3943         (fixes make web).
3944
3945         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3946         live in $(out)-www).
3947
3948         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3949         dependencies.  Add link to .ly source in HTML output.
3950         (Lilypond_snippet.output_html): Handle multiple page picture
3951         output.
3952         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3953         Make usable for output_texinfo again.
3954
3955         * Documentation/user/GNUmakefile: Add static dependency for
3956         lilypond.tely includes.
3957
3958         * Documentation/user/tutorial.itely: Add some lost `relative'
3959         ly-options.
3960
3961 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3962
3963         * lily/include/translator-group.hh: move Music_output_def member
3964         to Global_translator.
3965
3966         * scripts/lilypond-book.py (do_file):  fix latex output.
3967
3968         * VERSION: release 2.1.20
3969         
3970         * scm/part-combiner.scm (determine-split-list): robustness fix 
3971
3972         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3973
3974         * lily/parser.yy (music_output_def_body): plug memory leak.
3975
3976         * lily/translator-group.cc (add_fresh_group_translator): plug
3977         memory leak: unprotect Translator_group once added.   
3978
3979         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3980
3981         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3982         write .dep file.
3983         (Lilypond_snippet.ly): add \renameinput.
3984
3985 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3986
3987         * Documentation/user/refman.itely (Markup command definition): Doc
3988         by Nicolas Sceaux. Rewrite by Han-Wen
3989
3990         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3991         thing of the line.
3992         (brew_molecule): only remove if hyphen is not at the end of line.
3993         (set_spacing_rods): new function: minimum-length specifies
3994         distance between syllables.
3995
3996         * scm/define-grobs.scm (all-grob-descriptions): add
3997         Hyphen_spanner::set_spacing_rods to LyricHyphen
3998
3999         * input/regression/lyric-hyphen-break.ly: new file.
4000
4001         * input/test/lyric-hyphen-retain.ly: new file.
4002
4003         * lily/new-part-combine-iterator.cc (construct_children):
4004         add Rest direction.
4005
4006 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4007
4008         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4009
4010         * Documentation/bibliography/engraving.bib (donemus1982):
4011         update entry.
4012
4013 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4014
4015         * scripts/lilypond-book.py (Substring.__init__): new class.
4016         (Snippet.output_texinfo): add texidoc option.
4017         (Include_snippet.replacement_text): new class.
4018         (Lilypond_snippet.__init__): new class
4019         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4020
4021         * Documentation/user/refman.itely (Sound): 
4022         note about number of channels.
4023
4024         * scm/music-functions.scm (voicify-music): add \context Staff for
4025         << \\ >> polyphony.
4026
4027         * lily/parser.yy (verbose_command_req): \skip now creates
4028         SkipMusic, and does not lead to spurious staves.
4029
4030         * scm/define-music-types.scm (music-descriptions): rename
4031         NonEventSkip to SkipMusic
4032
4033         * input/no-notation/midi-lyric-barcheck.ly: new file.
4034
4035         * input/regression/collision-dots-invert.ly: new file.
4036
4037         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4038         case.
4039
4040         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4041         die if melody died too.
4042
4043 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4044
4045         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4046         with reading from stdin.
4047
4048         * lily/slur-performer.cc (try_music): new file.
4049
4050         * lily/melisma-performer.cc (try_music): new file. Handle
4051         melismata to help lyrics.
4052
4053         * lily/beam-performer.cc (try_music): new file. Handle beam events
4054         to help lyrics.
4055
4056         * lily/score-performer.cc (one_time_step): reinstate
4057         process_music().
4058
4059         * lily/performer.cc (process_music): add to interface.
4060
4061         * lily/performer-group-performer.cc (process_music): new function.
4062
4063         * lily/dot-column.cc (do_shifts): do collision resolution before
4064         dot positioning.
4065         
4066         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4067         file, process printfilename option.
4068         (Snippet.__init__): rewrite: do not use global variables h or
4069         index.
4070         (main): really support -I option.
4071         (find_toplevel_snippets): new code.
4072         (find_toplevel_snippets): reinstate old version, without global
4073         variables.
4074
4075         * tex/texinfo.tex: really add file.
4076         
4077 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4078
4079         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4080         compatibility.
4081
4082 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4083
4084         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4085
4086         * scm/define-translator-properties.scm (drumPitchTable): add
4087         property.
4088
4089         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4090         function.
4091         (help_summary): docstrings.
4092         (do_file): strip the dir of input_base too.
4093
4094 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4095
4096         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4097
4098         * Documentation/user/lilypond-book.itely: Update.
4099
4100         * make/ly-rules.make: Update lilypond-book commands.
4101
4102         * Documentation/user/GNUmakefile: Update makeinfo commands,
4103         lilypond-book flags.
4104
4105         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4106         
4107         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4108
4109         * scripts/filter-lilypond-book.py: Remove.
4110
4111         * Documentation/user/*tely: Update options for new lilypond-book.
4112
4113         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4114         with @macros in @includes.
4115
4116 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4117
4118         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4119         make rest-collision only.
4120
4121         * lily/break-substitution.cc (substitute_one_mutable_property):
4122         clear all-elements using scm_assq_remove_x(). 
4123
4124         * lily/rest-collision.cc (do_shift): shift single rests
4125
4126         * flower/include/array.hh (class Array): rename to is_empty ()
4127
4128         * lily/drum-note-performer.cc: new file: perform drum notes.
4129
4130         * VERSION (PACKAGE_NAME): release 2.1.19.
4131         
4132 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4133
4134         * scripts/filter-lilypond-book.py
4135         (classic_lilypond_book_compatibility): New function.
4136
4137 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4138
4139         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4140
4141         * Grand 2003 -> 2004 search replace. 
4142
4143         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4144         (i.e. < > )
4145
4146         * ly/performer-init.ly: add DrumStaff
4147
4148         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4149         lyric-interface; this prevents lines with only extender lines from
4150         being junked.
4151  
4152         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4153
4154         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4155         extenders right, for once and for all (hopefully).
4156         
4157         * lily/break-substitution.cc (substitute_one_mutable_property):
4158         clear old 'all-elements for System grobs.
4159
4160         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4161         that associatedVoiceContext is always assigned when music & lyrics
4162         are found. 
4163
4164         * ly/engraver-init.ly: remove Lyrics context.
4165         (TabVoice): add noteheads engraver
4166
4167         * input/test/improv.ly: update: do not use Thread switching. 
4168
4169         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4170         squashedPosition is a number  
4171
4172         * Documentation/user/refman.itely (Automatic note splitting):
4173         remove Thread references.
4174
4175         * input/no-notation/pc-direction.ly: remove file.
4176
4177         * ly/engraver-init.ly: remove Thread
4178
4179         * input/regression/tie-chord-partial.ly: remove file.
4180
4181         * scripts/convert-ly.py (conv): \harmonic rule
4182
4183         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4184         notation for harmonic notes: <c' g''\harmonic>
4185
4186         * lily/lily-guile.cc (alist_to_hashq): new function
4187
4188         * scm/lily.scm (alist->hash-table): new function.
4189
4190         * Documentation/user/refman.itely (Percussion staves): update doco.
4191
4192         * input/regression/drums.ly (timb): updates
4193
4194         * lily/note-performer.cc (create_audio_elements): robustness fix.
4195
4196         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4197
4198 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4199
4200         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4201         discard valid matches.
4202
4203 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4204
4205         * lily/drum-note-engraver.cc: new file.
4206
4207         * ly/drumpitch-init.ly: move drum definitions
4208
4209         * scm/drums.scm: remove file.
4210
4211         * lily/*.cc: remove abort-event everywhere.
4212
4213         * lily/note-heads-engraver.cc (process_music): robustification.
4214
4215         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4216         robustification.
4217
4218         * lily/parser.yy (simple_element): add \drums mode.
4219         (simple_element): remove \pitchnames , \chordmodifiers. Use
4220         variables to store this. 
4221
4222         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4223         outside \notes.
4224
4225         * VERSION: release 2.1.18.
4226         
4227         * input/test: remove octave-duplicate.ly
4228
4229 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4230
4231         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4232
4233 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4234
4235         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4236         constructor from Music_iterator. Changes throughout.
4237
4238         * lily/include/music-iterator.hh (class Music_iterator): remove
4239         Music_iterator::skip and Music_iterator::get_pending_events from
4240         interface. Rename report_to -> get_outlet 
4241
4242         * lily/auto-change-iterator.cc: move contents from
4243         new-auto-change-iterator.cc from
4244
4245         * scm/part-combiner.scm: determine split-list from Scheme. 
4246
4247         * lily/new-auto-change-iterator.cc (process): new file.
4248
4249         * lily/parser.yy (part_combined_music): remove old PC cruft.
4250
4251         * ly/engraver-init.ly: remove old
4252         PC cruft.
4253
4254         * Documentation/user/refman.itely (The Lyrics context): note about
4255         extender lines.
4256
4257         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4258         to allow 0-length mmrest events.
4259
4260         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4261
4262         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4263
4264         * lily/spacing-engraver.cc (finalize): robustifications.
4265
4266         * input/regression/new-part-combine-solo-global.ly: new file.
4267
4268         * scm/part-combiner.scm: rewrite.
4269
4270 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4271
4272         * Documentation/user/refman.itely, input/puer-fragment.ly,
4273         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4274         updated for proper use of lyricsto; replaced "(" and ")" ->
4275         "\melisma" and "\melismaEnd"
4276
4277         * input/test/ancient-font.ly: small updates to reduce compile
4278         warnings (TODO: junk this file)
4279
4280         * input/test/gregorian-scripts.ly: added comment about bug
4281
4282         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4283         tiny robustness fix
4284
4285         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4286         recent changes in the feta code); temporarily mapped mensural g
4287         clef to a copy of petrucci g clef until mensural g clef will have
4288         been rewritten
4289
4290         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4291         between mensural and neo-mensural heads (this broke quite a while
4292         ago)
4293
4294         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4295
4296 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4297
4298         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4299         indication.  Fixes for verbatim, multi line comments.
4300
4301 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4302
4303         * input/regression/new-part-combine-solo.ly: more cases.
4304
4305         * lily/slur.cc (height): robustness fix.
4306
4307         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4308
4309         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4310         stemUp/stemDown.
4311
4312         * scm/music-functions.scm (determine-split-list): further analysis.
4313
4314         * lily/script-engraver.cc (try_music): discard duplicate
4315         articulations.
4316
4317         * input/regression/new-part-combine-solo.ly: new file
4318
4319         * input/regression/new-part-combine-a2.ly: new file.
4320
4321         * ly/performer-init.ly: add Devnull
4322
4323         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4324         for \musicglyph #"accidental-*"
4325         (conv): \newpartcombine rule.
4326
4327 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4328
4329         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4330
4331 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4332
4333         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4334         textwidth, --output.
4335
4336 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4337
4338         * scm/new-markup.scm (doubleflat): add accidental markups.
4339
4340         * VERSION: release 2.1.17
4341         
4342         * Documentation/user/refman.itely (Automatic part combining):
4343         revise documentation of the part-combiner.
4344
4345         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4346         
4347         * input/test/part-combine-{moment,staff}.ly: remove file.
4348
4349         * input/regression/pc-mmrest.ly (two): remove file.
4350
4351         * scm/define-music-types.scm (music-descriptions): add
4352         Solo{One,Two}Event and UnisonoEvent
4353
4354         * lily/new-part-combine-iterator.cc (unisono): add state_
4355         variable, signal changes with part-combine-event.
4356
4357         * input/regression/new-part-combine-text.ly: new file.
4358
4359         * lily/part-combine-engraver.cc: new file.
4360
4361 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4362
4363         * scripts/filter-lilypond-book.py: Handle snippet options.
4364
4365 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4366
4367         * scm/music-functions.scm (determine-split-list): detect solo1/2
4368         and unisono.
4369
4370         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4371         revert fix, document why.
4372
4373         * lily/tie-performer.cc (process_music): new function. Set melisma
4374         property.
4375
4376         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4377         always smaller than bracket size.
4378         (make_bracket): oops. Size of the gap was off by factor 2
4379
4380         * input/test/text-rotate.ly: new file.
4381
4382         * scm/new-markup.scm (markup): a macro that provides a
4383         LilyPond-like syntax in scheme for building markups, in order to
4384         help markup command definition. (Nicolas Sceaux)
4385
4386         * input/test/lyrics-skip-notes.ly: new example.
4387
4388         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4389
4390         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4391         use is_alias() iso. == . This fixes lyrics on
4392         GregorianTranscriptions. 
4393
4394 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4395
4396         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4397         \thispagestyle{lastpage} to avoid that it's printed on the second
4398         last page when there's only a single score line on the last page.
4399         (The page breaking mechanism in TeX played some ugly tricks to us.)
4400
4401 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4402
4403         * scripts/filter-lilypond-book.py: Further development.
4404
4405         * input/regression/collision-dots-move.ly: New test.
4406
4407         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4408         hand side note head of non-merged collision to the right.
4409
4410         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4411         Construct children before accessing property from emtpy
4412         lyrics_context_.
4413         (construct_children): Find thread before finding LyricsVoice.
4414         Create LyricsVoice one if none found, fixes crash (thanks Erik
4415         Sandberg).
4416
4417 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4418
4419         * cygwin/: Forward port.
4420
4421 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4422
4423         * buildscripts/install-info-html.sh: Use Bash.
4424
4425         * cygwin/mknetrel: Patch from Bert.
4426
4427 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4428
4429         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4430
4431         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4432         try to copy *png, index.html (Bertalan Fodor).
4433
4434         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4435
4436 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4437
4438         * lily/note-collision.cc (check_meshing_chords): Do not remove
4439         dots (from down head) when merging similar heads (thanks Matthias
4440         Kilian).  Simplify merge_possible tests and other cleanups
4441
4442         * input/regression/collision-merge-differently-dotted.ly: Add test
4443         for disappearing dots on similar heads for both voices.
4444
4445 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4446
4447         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4448         that tagline overrides copyright for single page scores. Correct
4449         the default tagline value.
4450
4451 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4452
4453         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4454
4455 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4456
4457         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4458         TEXMF if it's previously unset.
4459
4460 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4461
4462         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4463
4464         * input/test/trills.ly: fix the unfolding of lineprall.
4465
4466         * input/test/figured-bass-alternative.ly: fix accidental.
4467
4468 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4469
4470         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4471         
4472         * input/no-notation/dos-guile.ly: 
4473         * input/no-notation/dos-ps.ly: 
4474         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4475         
4476         * input/no-notation/safe-include.ly:
4477         * input/no-notation/safe-guile.ly:
4478         * input/no-notation/safe-ps.ly: 
4479         * input/no-notation/safe-tex.ly: New file.
4480
4481         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4482         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4483         options now.
4484         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4485         When in --safe-mode, set environment openout_any=p[aranoid].
4486
4487         * tex/ltest.tex: 
4488         * tex/lilyponddefs.tex: Add \nofiles.
4489
4490         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4491         options.
4492
4493         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4494         This allows building the user manual using a binary installation
4495         and a matching unpacked source tree.
4496
4497         * scm/lily.scm (safe-module): New variable. 
4498
4499         * lily/includable-lexer.cc (new_input): Fix error messages.
4500
4501         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4502         If SAFE, evaluate in safe-module.  Change callers.
4503
4504         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4505
4506         * lily/lexer.ll (embedded_scm): While processing main-input,
4507         invoke ly_parse_scm with safe mode if running in safe-mode.
4508         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4509         in init.ly for safe-mode.
4510
4511 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4512
4513         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4514         compatibility with old versions of geometry.sty (compat2
4515         already implied includehead).
4516         Change the page layout slightly so bottom + footskip = top +
4517         headheight + headsep = 16mm, the remaining paperheight-32mm
4518         are used for the music. Increase footskip to 5mm, so the top of
4519         the footer text doesn't touch the music.
4520
4521 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4522
4523         * VERSION: release 2.1.16
4524         
4525         * scm/music-functions.scm (determine-split-list): bugfix: only use
4526         new-active for both voices if both indexes advance. This fixes the
4527         biggest outstanding problem with new-pc. 
4528
4529         * lily/new-part-combine-iterator.cc (construct_children): set more
4530         directions.
4531
4532 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4533
4534         * scripts/convert-ly.py (conv): add instrument rule.
4535
4536         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4537
4538         * lily/side-position-interface.cc: remove add_staff_support ()
4539         Change all callers to use staff-padding.
4540
4541         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4542         make_spanner().
4543
4544         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4545
4546         * lily/text-engraver.cc: remove scriptHorizontal property.
4547
4548         * lily/beam.cc (least_squares): also set least-squares-dy for
4549         special case of slanted 2-stem beam to center.
4550
4551         * lily/side-position-interface.cc (out_of_staff): move contents of
4552         out_of_staff into aligned_side.
4553         remove out_of_staff().
4554
4555         * input/regression/measure-grouping.ly: fix warning.
4556
4557         * lily/side-position-interface.cc: add staff-padding support to
4558         Side_position_interface::aligned_side.
4559
4560         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4561         one get_property too many.
4562
4563         * flower/include/drul-array.hh (linear_combination): new function
4564         (scale_drul): new function
4565
4566         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4567         operations on empty intervals are silly.
4568
4569 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4570
4571         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4572         (iso gh_scm2int), fixes crash in new part-combiner.
4573
4574         * configure.in: Up mftrace to 1.0.27.
4575
4576 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4577
4578         * VERSION: release 2.1.15
4579         
4580         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4581         align all stanza numbers.
4582
4583 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4584
4585         * Documentation/user/{introduction.itely,refman.itely,
4586         converters.itely}: fix some text inside parentheses; text should
4587         be readable (even) if parentheses are either replaced with commas 
4588         or dropped out.
4589
4590 2004-01-25  Werner Lemberg  <wl@gnu.org>
4591
4592         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4593         input/test/vaticana.ly, input/test/ancient-font.ly,
4594         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4595         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4596         ly/params-as-init.ly, scm/define-grobs.scm,
4597         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4598
4599         * ly/params-as-init.ly: Removed.  Obsolete.
4600         * buildscripts/lilypond.words.py: Updated.
4601
4602 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4603
4604         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4605
4606         * mf/feta-din{4,5,7,9}.mf: remove.
4607         
4608         * lily/engraver.cc (internal_make_item): centralize item/spanner
4609         factory.
4610
4611         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4612         do correct chord conversion for ^"sim."  (backportme)
4613         (FatalConversionError.sub_articulations): substitute ^"foo" in
4614         chords too. (backportme)
4615
4616         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4617         for Fingering.
4618
4619         * lily/side-position-interface.cc (out_of_staff): don't do
4620         anything if staff-padding not defined. 
4621
4622         * mf/feta-params.mf (stafflines): introduce linethickness as
4623         general blackness of the font.
4624
4625         * lily/stem.cc (position_noteheads): rounding error robustness.
4626
4627         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4628         from beam-collision.ly 
4629
4630         * lily/beam.cc (rest_collision_callback): remove direction.
4631
4632         * scm/define-grobs.scm (all-grob-descriptions): remove
4633         enclose-bounds in OttavaBracket and PianoPedalBracket
4634
4635         * scm/new-markup.scm (def-markup-command) new macro, which takes
4636         care of defining the COMMAND-markup and make-COMMAND-markup
4637         procedures, setting markup-signature and keyword-signature object
4638         properties, and pushing the markup command in
4639         markup-function-list.
4640
4641         All markup commands are defined thanks to it.  Users may also use
4642         it to define their own markup commands. (Nicolas Sceaux)
4643
4644         * scm/new-markup.scm: Scheme style clean-up: there should be no
4645         parenthesis alone on a line; LET* should not be used where LET is
4646         enough. (Nicolas Sceaux)
4647
4648 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4649
4650         * scripts/filter-lilypond-book.py: Add script.
4651
4652 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4653
4654         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4655
4656 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4657
4658         * Documentation/user/refman.itely (Fingering instructions): add
4659         single note chords. 
4660
4661         * lily/multi-measure-rest-engraver.cc: use a single
4662         MultiMeasureEvent for mm rests. This prevents problems with the
4663         new part combiner.
4664
4665         * scm/music-functions.scm (determine-split-list): analysis has
4666         global effect: a difference halfway a phrase makes the entire
4667         phrase be typeset as apart.
4668         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4669
4670 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4671
4672         * ly/performer-init.ly: add Devnull.
4673
4674         * Documentation/user/refman.itely (Font selection): remove paper20
4675         ref.
4676         
4677 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4678
4679         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4680
4681 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4682
4683         * scm/music-functions.scm (determine-split-list): bugfixes.
4684
4685         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4686
4687         * input/test/scales-greek.ly: use C as base, results in different
4688         alterations at the clef.
4689
4690         * input/regression/pedal-ped.ly: new file.
4691
4692         * input/regression/pedal-bracket.ly: new file.
4693
4694         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4695         replace after_line_breaking()
4696
4697         * lily/line-interface.cc (line): read thickness.
4698         (line): dash-fraction = 0 always for dotted-line style.
4699
4700         * input/test/staff-lines.ly (lower): bugfix.
4701
4702         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4703         \accepts Devnull into Score.
4704
4705         * scm/lily.scm: remove bla.scm load.
4706
4707 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4708
4709         * VERSION: release 2.1.14
4710         
4711         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4712
4713         * lily/side-position-interface.cc (general_side_position): add
4714         Staff_symbol_referencer::staff_space ().
4715
4716         * lily/include/context-def.hh: rename from translator-def.hh
4717
4718 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4719
4720         * input/template/piano-dynamics.ly (pedal): Updated definition of
4721         Dynamics such that \cresc works, for example.
4722
4723 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4724
4725         * lily/stem.cc (calc_stem_info): use
4726         Staff_symbol_referencer::staff_space
4727
4728         * lily/beam-quanting.cc (quanting): scale Stem_info 
4729
4730         * lily/beam.cc (rest_collision_callback): use minimum-distance
4731         property for rest/beam collisions.
4732         (rest_collision_callback): bugfixes.
4733
4734         * lily/system.cc (post_processing): extra-offset is now relative
4735         to the size of the current staff.
4736
4737         * scm/music-functions.scm (notice-the-events-for-pc): record all
4738         voices, only analyze "one" and "two".
4739
4740         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4741         not parent. 
4742
4743         * lily/new-part-combine-iterator.cc (construct_children): create
4744         Devnull from Voice context
4745
4746         * scm/music-functions.scm (determine-split-list): bugfixes.
4747
4748         * lily/lily-guile.cc (robust_scm2int): new function
4749
4750         * lily/staff-symbol-referencer.cc (line_thickness): new
4751         function. Use throughout.
4752
4753         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4754         in its own context.  Add to preset font-size.
4755
4756         * lily/stem.cc (thickness): new function.
4757
4758         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4759         compute thickness from ledger-line-thickness.
4760
4761         * lily/note-head.cc (brew_ledger_lines): use
4762         Staff_symbol::get_ledger_line_thickness ().
4763
4764         * lily/beam.cc (rest_collision_callback): use
4765         Staff_symbol_referencer::staff_space().
4766
4767         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4768         Mus1 Mus2
4769
4770         * lily/include/translator.hh (class Translator): add accepts_list_
4771         so  \with { \denies / \accepts } also works.
4772
4773         * scm/music-functions.scm (determine-split-list): determine split
4774         list from music events.
4775
4776         * lily/new-part-combine-iterator.cc: more states.
4777
4778         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4779
4780 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4781
4782         * lily/system.cc (set_loose_columns): use the right prebroken cols
4783         for interpolating loose column position.
4784
4785         * lily/text-spanner.cc (brew_molecule): default to no vertical
4786         lines.
4787
4788         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4789         take space.
4790
4791         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4792
4793 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4794
4795         * scripts/convert-ly.py: Do not test filename when processing
4796         stdin.
4797
4798         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4799
4800 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4801
4802         * lily/axis-group-engraver.cc (finalize): extra check; if
4803         process_music () is never called, then staffline_ == 0.
4804
4805         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4806         check run_always ().
4807         
4808         * VERSION: release 2.1.13
4809
4810         * input/regression/note-head-style.ly (pattern): cleanup.
4811
4812         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4813         downloading.
4814
4815         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4816         kludge rehearsalmark placement.
4817
4818         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4819         , ly:spanner?
4820
4821         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4822         close to note head for accidentals.
4823
4824         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4825         tuplet direction.
4826
4827         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4828
4829 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4830
4831         * lily/include/music-iterator.hh (class Music_iterator): add
4832         substitute_outlet() to iterator API.
4833
4834         * lily/new-part-combine-iterator.cc (construct_children):
4835         New_pc_iterator: new class, better part combining.
4836
4837         * lily/tie-column.cc (werner_directions): new function
4838
4839         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4840
4841         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4842         empty objects group spanner as parent
4843
4844         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4845         slope against graphical slope.
4846
4847         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4848         for ottava bracket.
4849
4850         * lily/side-position-interface.cc (general_side_position):
4851         opps. reinstate *dir.
4852
4853         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4854         parser run.
4855
4856         * lily/tuplet-bracket.cc: remove calc_dy ().
4857
4858         * Documentation/user/refman.itely (Balloon help): document balloon
4859         help
4860
4861 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4862
4863         * scm/document-backend.scm (check-dangling-properties): Grob
4864         properties are defined define-grob-properties.scm.
4865         
4866 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4867         
4868         * VERSION: release 2.1.12
4869
4870         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4871         ChordName
4872
4873         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4874         relation to surroundings.
4875
4876         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4877         Y-extent to the note-extents: stay clear of the staff.
4878
4879 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4880
4881         * Documentation/user/GNUmakefile
4882         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4883         iso. copy.
4884
4885         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4886
4887         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4888
4889         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4890
4891         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4892
4893         * lily/line-interface.cc (line): remove thickness from calling interface.
4894
4895         * lily/hairpin.cc: use Line_interface
4896
4897         * lily/line-interface.cc: new file. Line_interface for everything
4898         with dotted/dashed lines.
4899         
4900
4901         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4902
4903         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4904         for constructing ottava brackets.
4905         
4906         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4907         the note heads.
4908
4909         * Documentation/user/internals.itely (Engravers and performers):
4910         fix broken link.
4911
4912         * scm/music-functions.scm (make-mark-set): new function.
4913
4914         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4915         functionally identical to beam.
4916
4917         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4918         () with beam (). 
4919
4920         * Documentation/user/refman.itely (Rehearsal marks): document new
4921         functionality.
4922
4923         * input/regression/rehearsal-mark-number.ly: new file.
4924
4925         * input/regression/rehearsal-mark-letter.ly: new file.
4926
4927         * scm/translation-functions.scm (number->mark-string): new function
4928         (format-mark-letters): new function
4929         (format-mark-numbers): new function
4930
4931         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4932         integer; formatting is done through markFormatter property.
4933         
4934         * scm/define-translator-properties.scm: fold all *-done properties
4935         into positioning-done.
4936
4937         * lily/beam.cc (position_beam): new function
4938         (brew_molecule): make sure that positions are calced before making
4939         the molecule.
4940
4941         * scm/output*.scm (beam):  take 4th argument for function.
4942
4943         * ps/music-drawing-routines.ps: take blot as 4th argument.
4944
4945         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4946         stem to avoid small dents.
4947         
4948 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4949
4950         * VERSION: release 2.1.11
4951
4952         * input/regression/balloon.ly: new file.
4953
4954         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4955         objects, and make help texts. 
4956
4957         * scm/new-markup.scm (parse-simple-duration): parse duration
4958         string to log & dots. (Thanks Nicolas!)
4959
4960         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4961         rule.
4962
4963 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4964
4965         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4966         Lemberg).
4967
4968         * THANKS: alphabetic order.
4969
4970 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4971
4972         * input/regression/note-head-harmonic.ly: new file.
4973
4974         * Documentation/user/internals.itely (Technical manual): explain
4975         difference between music, translation, layout.
4976
4977         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4978
4979         * scm/output-ascii-script.scm (bracket): rounding bfs.
4980
4981         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4982
4983         * ly/paper*.ly: remove files. 
4984         
4985         * scm/paper.scm (set-staff-size): new function: set default
4986         staff-size.
4987
4988         * scripts/convert-ly.py (conv): add conversion rule.
4989
4990         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4991         function.
4992
4993         * scm/paper.scm: new file.
4994         (set-staff-size): new function 
4995         (set-paper-size): new function
4996
4997         * lily/parser.yy (music_output_def_body): restructure definition,
4998         so first Scheme statement in \paper also happens in new scope. 
4999
5000         * lily/system.cc (post_processing): move uniquify_list () to
5001         dumping molecule stage.
5002
5003         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5004         this will mess up scores that use barchecks to shorten measures.
5005
5006         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5007         at 20pt too.
5008
5009         * Documentation/user/tutorial.itely (Printing lyrics): document
5010         \lyricsto
5011
5012         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5013
5014         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5015
5016         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5017         if Voice is not found.
5018
5019         * VERSION: release 2.1.10
5020         
5021         * input/{test,regression}/: remove old-relative 
5022
5023         * lily/lexer.ll: add empty markup signature. 
5024
5025         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5026         strut markup
5027
5028         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5029
5030         * scm/define-translator-properties.scm: update melismata property
5031         doco.
5032
5033         * lily/system.cc (output_lines): revert uniquify_list() patch,
5034         strange side effects seen.
5035         
5036         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5037         dash-period < 0.
5038
5039         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5040         for flute. 
5041
5042 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5043
5044         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5045
5046         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5047
5048         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5049         of line breaks.
5050         (brew_molecule): add padding to left, not right.
5051
5052         * lily/system.cc (uniquify_list): new function
5053         (output_lines): uniquify_list () on all-elements. This fixes
5054         double symbols in the output.
5055
5056         * lily/beam.cc (rest_collision_callback): don't move anything if
5057         staff-position is set.
5058
5059         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5060
5061         * lily/system.cc (typeset_grob): warn if adding twice.
5062
5063         * lily/sequential-iterator.cc (run_always): implement run_always().
5064         (also in other files.)
5065         
5066         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5067
5068         * lily/event.cc (to_relative_octave): add octave-check.
5069
5070         * Documentation/user/refman.itely (Line breaking): add noBreak.
5071
5072         * scm/new-markup.scm (normalsize-markup): add function.
5073         (sans-markup): new function.
5074
5075         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5076         come earlier nowadays.  This fixes beams on grace notes.
5077         
5078         * scm/music-functions.scm (direction-polyphonic-grobs): new
5079         variable, share between override and revert. This fixes script
5080         directions in polyphonic sections. (backportme)
5081
5082 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5083
5084         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5085         breakpoints.
5086
5087         * lily/break-align-interface.cc: add doco
5088
5089         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5090
5091 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5092
5093         * VERSION: release 2.1.9
5094
5095         * scm/document-markup.scm (markup-doc-node): add note about naming.
5096
5097         * scm/new-markup.scm (left-align-markup): bugfix. 
5098
5099         * Documentation/user/refman.itely (Ottava brackets): more doco for
5100         ottava.
5101
5102         * lily/side-position-interface.cc (out_of_staff): also do
5103         out_of_staff() correctly for d == DOWN.
5104
5105         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5106         horizontal line if they move to the right.
5107         
5108         * scm/define-grobs.scm (all-grob-descriptions): set
5109         text-repeat-if-broken for ottava spanner
5110
5111         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5112         property.
5113
5114         * mf/feta18.mf: design size is 18 not 22.5
5115
5116         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5117         Add a single LyricsVoice to a melody. Melismata may be set
5118         individually.
5119
5120         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5121
5122         * lily/dot-column.cc: add stdio.h
5123
5124 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5125
5126         * lily/item.cc: documentation for break-visibility (Thanks, John).
5127
5128 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5129
5130         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5131
5132         * lily/translator-def.cc: rename Translator_def to Context_def.
5133
5134         * Documentation/user/internals.itely (Lexical details): clarify
5135         string def.
5136
5137         * Documentation/user/refman.itely (Rhythmic music): add link to
5138         RhythmicStaff 
5139
5140 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5141
5142         * lily/translator.cc: document start_translation_timestep()
5143
5144         * scm/output-tex.scm (tex-encoded-fontswitch): use
5145         round for rounding (inexact->exact yields rationals)
5146
5147         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5148
5149         * lily/translator-group.cc (get_simple_trans_list): 
5150         new function; construct simple_trans_list_ lazily.
5151         
5152 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5153
5154         * lily/paper-outputter.cc (output_scope): Check if number before
5155         checking exact (guile cvs).
5156
5157         * scm/*: Escape backslashes in scheme strings (guile cvs).
5158
5159 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5160
5161         * Documentation/user/refman.itely (Tablatures basic): annotate
5162         seealso sections.
5163
5164         * lily/*.cc: cleanup of engraver initialize() functions.
5165
5166         * lily/repeat-acknowledge-engraver.cc
5167         (start_translation_timestep): remove first_b_
5168
5169         * lily/tab-note-heads-engraver.cc: listen to string number events
5170         inside < > too. (backportme).
5171
5172         * Documentation/user/refman.itely (Text scripts): add fatText to
5173         index.
5174
5175 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5176
5177         * VERSION: 2.1.8
5178
5179         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5180         footer.
5181
5182         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5183
5184         * lily/bar-check-iterator.cc (process): only warn if
5185         barCheckLastFail was changed.
5186
5187         * scm/define-translator-properties.scm (barCheckLastFail): add
5188         property.
5189
5190         * lily/main.cc (main_prog): print summary of failed files.
5191
5192         * lily/axis-group-engraver.cc: move all spanner creation to
5193         process_music (). Now staffs can be adjusted with \override too.
5194         (Jan, you are a brilliant programmer!)
5195         
5196         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5197
5198 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5199
5200         * Documentation/user/tutorial.itely (Integrating text and music):
5201         Show the commands to produce a PDF as well.
5202
5203 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5204
5205         * lily/translator-def.cc (get_translator_names): accept user
5206         tweaks too. 
5207
5208         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5209         as big as normal heads. 
5210
5211         * input/*ly: run convert-ly
5212         
5213         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5214         () if dependencies are fluked.
5215
5216         * scm/document-translation.scm (engraver-doc-string): update on
5217         latest string/symbol conventions.
5218
5219         * lily/translator-ctors.cc: use Scheme_hash_table.
5220
5221         * lily/translator-def.cc (get_translator_names): new function
5222         (add_context_mod): new function
5223         (get_accepted): new function
5224
5225         * lily/parser.yy (context_mod): put all modifications of
5226         \translator { } in a single production, encode as SCM.
5227
5228         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5229         to use read-only lists, so additions to the definition can be
5230         prepended easily.  
5231
5232         * Documentation/user/invoking.itexi (Editor support): add node on
5233         editor support.
5234
5235         * Documentation/user/refman.itely (Bar check): add lyrics example
5236         of bar checks. 
5237
5238         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5239
5240         * scripts/convert-ly.py (conv): add conversion rule.
5241
5242         * lily/parser.yy: use \change iso. \translator for staff switch.
5243
5244         * lily/my-lily-lexer.cc: add \change.
5245
5246         * scm/define-translator-properties.scm
5247         (default-melisma-properties): add definition.
5248
5249 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5250
5251         * Documentation/user/refman.itely (Bar lines): clarification of
5252         systemStartDelimiter. 
5253
5254         * input/test/slur-shape.ly (x): remove file.
5255
5256         * lily/translator-group.cc (apply_property_operations): new function.
5257
5258 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5259
5260         * lily/parser.yy (optional_prop_ops): allow \with {
5261         PROPERTYSETTINGS } following \context or \new.
5262
5263         * lily/my-lily-lexer.cc: add \with.
5264
5265         * lily/parser.yy (property_operation): clean up definition of
5266         property operations.
5267         (property_op_to_music): new function.
5268         (context_spec_music): new function
5269
5270         * VERSION: 2.1.7 released.
5271         
5272         * input/regression/collision-merge-dots.ly: new file.
5273
5274         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5275         then kill the dots too. 
5276
5277         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5278         set/unset breakableSeparationItem
5279
5280         * lily/separation-item.cc (relative_width): add function.
5281
5282         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5283         only-prebreak-interface
5284
5285         * lily/system.cc (output_lines): only junk only-prebreak-interface
5286         grobs.
5287
5288         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5289         read breakableSeparationItem
5290
5291         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5292
5293         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5294
5295         * lily/dot-column.cc (dot_config_badness): new function:
5296         select the best scoring dot configuration: dots should go close to
5297         the note heads, but be shifted up or down according to conventions.
5298         (print_dot_configuration): idem.
5299         (shift_one): idem
5300         (remove_collision): idem.
5301
5302         * input/regression/dots.ly: add more test cases.
5303
5304 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5305
5306         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5307
5308         * flower/include/interval.hh: rename elem_b to contains 
5309
5310         * lily/tie.cc: change 'heads to 'head-pair.
5311
5312         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5313         fill in 'heads field.
5314
5315         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5316         minimum-length for short ones, and shorten so collisions with the
5317         next syllable are avoided.
5318
5319         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5320         near-zero slopes.
5321         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5322
5323         * lily/dots.cc: remove quantized_position callback. All Y
5324         positioning is done by dot-column.cc
5325
5326         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5327         exhaustive test of all dot positions. This fixes disappearing dots
5328         in dotted chords.
5329
5330 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5331
5332         * mf/feta-klef.mf (test_staff): fatten up G clef
5333         (test_staff): fatten up f clef.
5334         
5335
5336 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5337
5338         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5339         * input/les-nereides.ly: Use latin1 characters for title, like
5340         Morgenlied.
5341
5342 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5343
5344         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5345         cmb10).
5346
5347         * lily/lyric-extender.cc (brew_molecule): add little space before
5348         extender line.
5349
5350         * lily/beam-quanting.cc (score_forbidden_quants): check if
5351         outer stafflines fall in any beam gaps.
5352
5353         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5354         for lyric texts.
5355
5356 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5357
5358         * VERSION: 2.1.6 released.
5359
5360         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5361         this shows the demerits of a user-defined beam position pair.
5362
5363         * scm/define-grobs.scm (all-grob-descriptions): set
5364         beamed-extreme-minimum-free-lengths to a different value.
5365
5366         * lily/scm-option.cc: add debug-beam scm-option
5367
5368         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5369
5370 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5371
5372         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5373
5374         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5375         space after barline.
5376
5377         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5378
5379         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5380         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5381         the other case, take standard column-breakable spacing. Do not
5382         warn about "no spacing wishes".
5383
5384         This fixes wide spaces after barlines in very loose lines.
5385
5386         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5387
5388 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5389
5390         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5391         acknowledge_grob lyric-syllable, not lyric-text.
5392
5393         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5394         dashes of length #'length separated by #'dash-period. 
5395
5396         * lily/lyric-extender.cc (brew_molecule): idem
5397
5398         * lily/multi-measure-rest.cc (big_rest): idem
5399
5400         * lily/system-start-delimiter.cc (simple_bar): idem
5401
5402         * lily/bar-line.cc (simple_barline): use rounded box
5403
5404         * VERSION: release 2.1.5
5405
5406         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5407         music): move note about dvips to more visible place.
5408
5409         * lily/lyric-phrasing-engraver.cc: move from
5410         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5411         lyric-phrasing-engraver.hh)
5412         
5413         * lyric-align.ly: remove file
5414         
5415         * scripts/convert-ly.py (FatalConversionError.func): add removal
5416         rule for automaticMelismata
5417
5418         * ly/engraver-init.ly (ScoreContext): switch on
5419         New_phrasing_engraver by default.
5420
5421         * lily/slur-engraver.cc (class Slur_engraver):
5422         process_acknowledged_grobs -> process_music.
5423         (try_music): signal melismata correctly.
5424
5425         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5426         word-space, right-trim-amount, and extend past right bound only
5427         for note heads.
5428
5429         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5430         lyric-extender support: add note-heads to the extender
5431         automatically.
5432
5433         * lily/parser.yy: extender is now post_event. 
5434
5435         * lily/accidental-engraver.cc (number_accidentals): remove
5436         spurious warning about non-parent contexts.
5437
5438         * lily/music-output-def.cc (assign_translator): \translator { }
5439         for a Foo context implicitly redefines \FooContext.
5440
5441         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5442         fixes.
5443
5444         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5445         doubly in slur weight. 
5446
5447         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5448         combination.
5449
5450         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5451         staffbar distance.
5452
5453         * scripts/lilypond.py (global_latex_preamble): crank down size of
5454         the margins. Now there is a 12 mm top and bottom margin, which
5455         should correspond with the printable area of modern printers.
5456
5457         This enlarges the music height of the printable page a little.
5458
5459         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5460         signs. Use \markup instead.
5461         (accreg_pen): tweak for accordeon asterisk.
5462
5463 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5464
5465         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5466
5467         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5468
5469         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5470
5471         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5472
5473         * scm/define-grobs.scm (all-grob-descriptions): change
5474         StanzaNumber description: make side support, i.s.o. breakable.
5475         use Instrument_name_engraver for texts in the margin.
5476
5477         * scm/define-translator-properties.scm: remove
5478         melismaEngraverBusy, stz property.
5479
5480         * *.cc: naming: change empty_b () into is_empty ()
5481
5482         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5483
5484         * input/regression/lyric-phrasing-new.ly: new file.
5485
5486         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5487         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5488         melismata are now left-aligned.
5489
5490 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5491
5492         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5493
5494         * mf/feta19.mf: remove.
5495         
5496         * mf/feta-klef.mf (test_staff): more tweaks
5497
5498         * mf/feta-toevallig.mf: more small size tweaks.
5499
5500         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5501         rests for smaller sizes.
5502
5503         * mf/feta-bolletjes.mf: fix cross heads.
5504
5505         * VERSION: release 2.1.4
5506         
5507         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5508         deprecated #'ancient font family
5509
5510         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5511         it is a string or number.
5512
5513         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5514         change calling convention of stem-attachment function. 
5515
5516         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5517
5518         * mf/feta-autometric.mf: dump WX/WY fields too
5519         
5520         * mf/parmesan-heads.mf: idem.
5521
5522         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5523         attachment coordinates.
5524
5525         * lily/note-head.cc (stem_attachment_coordinate): read stem
5526         attachment from the notehead glyphs WX/WY fields.
5527
5528         * lily/include/font-metric.hh (struct Font_metric): add methods
5529         get_indexed_wxwy (), make a distinction between looking up by
5530         index and ASCII  
5531
5532         * mf/feta-bolletjes.mf: rewrite note head MF code.
5533         (test_outlines): make heads more rotund for smaller sizes. 
5534
5535 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5536
5537         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5538         throughout. Font scaling fixes throughout.
5539
5540         * mf/feta-sleur,slur.mf: remove. 
5541
5542         * mf/feta-slag.mf: rewrite.
5543
5544 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5545
5546         * VERSION: release 2.1.3
5547
5548         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5549
5550         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5551
5552         * lily/mark-engraver.cc (process_music): fix mark
5553         \default. (backportme)
5554
5555         * stepmake/stepmake/automatically-generated.sub.make (default):
5556         use -n for head/tail commands. 
5557
5558         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5559         heads with the same pitch.
5560
5561 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5562
5563         * lily/recording-group-engraver.cc (finalize): set protected_scm
5564         member to '() before finalizing.
5565
5566         * lily/translator-group.cc (finalize): remove removal_processing () 
5567
5568         * lily/recording-group-engraver.cc: new engraver: record
5569         synchronized start & end times for each music object.
5570
5571         * lily/parser.yy (toplevel_expression): execute score rendering
5572         during parsing. Cleanup output-filename handling; this is no
5573         longer done with global variables.
5574         (translator_spec_body): allow \type modification too.
5575
5576         * lily/score.cc:  ly:run-translator: new function
5577         (LY_DEFINE): ly:render-output new function.
5578
5579         Separate interpreting and rendering, and make available as
5580         functions at Scheme level.
5581
5582 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5583
5584         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5585         (musicxml-node->string):
5586         (xml-node->string):
5587         (music-to-musicxml): New function.
5588
5589 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5590
5591         * VERSION: 2.1.2 released
5592
5593         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5594
5595         * scm/font.scm (paper20-font-vector): discouple font design sizes
5596         from sizes specified in .ly file: store all design sizes of a font
5597         in a single vector.
5598
5599         * lily/font-select.cc (get_font_by_design_size): new function
5600
5601         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5602         add parmesan,feta in sizes 14 and 18.
5603         
5604         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5605
5606         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5607         of fontSize: this now sets font-size
5608
5609 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5610
5611         * VERSION: 2.1.1 released
5612         
5613         * Documentation/user/refman.itely (Tuning objects): add note about
5614         concurrent tweaks in different contexts. 
5615
5616         * lily/tie-engraver.cc (acknowledge_grob): use
5617         Staff_symbol_referencer::get_position iso. reading staff-position
5618         directly.
5619
5620         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5621         currentMusicalColumn as left span-point for bracket. The bracket
5622         is too long when there are accidentals.
5623
5624 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5625
5626         * buildscripts/lilypond-profile.sh,
5627         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5628         Thanks to Reuben Thomas <rrt@mupsych.org>
5629
5630 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5631
5632         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5633         Wurbel <wurbel@univ-tln.fr>.
5634
5635 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5636
5637         * scripts/midi2ly.py: Add space after chords.
5638
5639 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5640
5641         * input/regression/{many}: add few @code{ ... }.
5642
5643 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5644
5645         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5646         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5647         Removed cmbx5, cmbx6 (which are included in teTeX)
5648         and cmbxti14 which is not used in fonts.scm.
5649
5650 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5651
5652         * lily/midi-item.cc: fine tune quarter tones.
5653
5654 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5655
5656         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5657         new function, warn how many cents are missing in fine tuning.
5658
5659 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5660
5661         * input/bugs/rhytmicstaff-tie.ly: add file.
5662
5663         * THANKS: Create skeleton for 2.1.
5664
5665 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5666
5667         * input/test/bar-lines.ly (TODO): dashed "|".
5668
5669 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5670
5671         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5672         input/regression/tie-chord.ly: Fix spell for tying.
5673
5674         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5675
5676         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5677         new file (renamed, see above).
5678
5679         * Documentation/user/lilypond-book.itely
5680         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5681         * input/example-1.ly input/example-2.ly input/example-3.ly
5682         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5683         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5684         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5685         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5686         * scripts/lilypond-book.py scripts/lilypond.py
5687         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5688         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5689
5690         * Documentation/user/lilypond.tely: update version.
5691
5692         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5693         Remove extra spaces in each @node, fixes spaces.
5694
5695 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5696
5697         * scripts/lilypond-book.py (output_dict): Add definition of
5698         \lilypondbook also for LaTeX output. Solves several bug reports.
5699
5700 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5701
5702         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5703
5704 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5705
5706         * input/test/transposition.ly: Fix key signatures, given in comments.
5707
5708 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5709
5710         * scm/midi.scm (instrument-names-alist),
5711         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5712
5713 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5714
5715         * input/test/temporary-stave.ly (texidoc): New example based on an
5716         email question from Ralph Little.
5717
5718 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5719
5720         * VERSION: release 2.1.0
5721         
5722         * lily/note-performer.cc (try_music): accept busy-playing-event.
5723
5724         * lily/swallow-perf.cc (try_music): return false for
5725         busy-playing-event and melisma-playing-event.
5726
5727 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5728
5729         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5730         >> in \score.
5731
5732 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5733
5734         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5735         that articulation_substitute will not move beam start again.
5736         (articulation_substitute): Bugfix: remove stray space so that new
5737         old chords ending '>>' does not get broken up.
5738         (sub_chord): Use TAB for indentation (not spaces).
5739         
5740         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5741         Bugfix for startup: Use ?^ instead of ?\^.
5742
5743 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5744
5745         * lily/lyric-combine-music-iterator.cc
5746         (Lyric_combine_music_iterator): change init order, to prevent GC
5747         segfaults.
5748
5749         * lily/context-specced-music-iterator.cc (construct_children): 
5750         only change  translator if found. This fixes a core dump problem.
5751
5752 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5753
5754         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5755         comparison.
5756
5757         * mf/feta-bolletjes.mf: make hole in half note little
5758         smaller for stem attachment.
5759
5760         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5761
5762         * mf/feta-banier.mf: don't draw stem with flag, just small square
5763         attachment.
5764
5765         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5766
5767         * mf/feta-banier.mf: remove upstem/downstem characters.
5768
5769         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5770
5771         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5772         stafflinethickness (in the default)
5773
5774         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5775
5776         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5777
5778         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5779
5780         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5781
5782         * lily/include/directional-element-interface.hh:
5783         junk class, make {get,set}_grob_direction functions.
5784
5785         * lily/slur.cc (get_attachment): do something sensible when
5786         attaching to stem without heads (eg. a rest).
5787
5788         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5789         forcing up to staff.  remove #'support-head property
5790         (brew_molecule): small cleanup.
5791         (flag): remove #'grace property.
5792
5793 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5794
5795         * cygwin/postinstall-lilypond.sh: 
5796         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5797         (Volker Zell).
5798
5799 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5800
5801         * scripts/lilypond-book.py: resurrect 'eps' option. 
5802         (TexiPaper.to_eps): use -Ppdf for EPS files.
5803
5804         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5805
5806         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5807
5808         * VERSION: release 2.0.1
5809
5810         * lily/bezier.cc (get_other_coordinate): change assert into
5811         warning.
5812
5813         * lily/note-head.cc (internal_brew_molecule): make left protusion
5814         smaller, to accomodate for natural sign.
5815         (internal_brew_molecule): only do this when the accidental is
5816         close enough.
5817         (extent): new function
5818
5819         * lily/skyline.cc (merge_skyline): new function
5820         (heighten_skyline): new function
5821
5822         * lily/accidental-placement.cc (position_accidentals) 
5823         (position_accidentals): fix todo.
5824
5825 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5826
5827         * input/test/+.ly (texidoc): put version number inline.
5828
5829         * GNUmakefile.in: remove rsync-web target.
5830         
5831         * input/regression/bar-scripts.ly (onestaff): raggedright
5832
5833 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5834
5835         * lily/*.cc: remove #if 0'd code in couple of places.
5836
5837         * lily/midi-stream.cc (operator <<): rewrite.
5838
5839         * lily/note-head.cc (internal_brew_molecule): 
5840         only make ledgers when the Staff symbol has lines.
5841
5842         * ly/property-init.ly (arpeggioBracket): simplify
5843
5844         * lily/translator-group.cc (execute_pushpop_property): use
5845         SCM_EQ_P for comparing keys. This fixes reverting
5846         auto-beam-settings.
5847
5848 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5849 *
5850         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5851         midi_debug_global_b.
5852         (operator <<): Normalise loop.
5853
5854 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5855
5856         * scripts/lilypond.py (escape_path): revise.
5857
5858         * scm/music-functions.scm (set-output-property): new function.
5859         
5860 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5861
5862         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5863         use addmakeflags again.
5864
5865         * cygwin/lily-wins.py (escape_shell): New function; use it.
5866
5867         * scripts/lilypond.py (escape_shell): Escape quotes and other
5868         spaces too.  Do not escape escaping backslashes.
5869
5870         * make/srcdir.make.in (web-install): Must call install-WWW now.
5871
5872         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5873         dependency
5874
5875 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5876
5877         * scripts/lilypond.py (escape_path): escape quotes too. 
5878
5879         * Documentation/user/lilypond.tely (Unified index): rename Index
5880         to accomodate Windows breakage.
5881
5882         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5883
5884         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5885         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5886         target not a source.
5887
5888 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5889
5890         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5891         addmakeflags.  Build and install doc and web also when building on
5892         Cygwin.
5893
5894         * mf/GNUmakefile: Bugfix.
5895
5896         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5897         target web.
5898
5899         * cygwin/lily-wins.py: Quote filename.
5900
5901 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5902
5903         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5904
5905 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5906
5907         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5908         settings.
5909
5910         * configure.in: Require g++ > 3.0.4.
5911
5912         * mf/GNUmakefile: Bugfix: Add list.ly target.
5913         
5914         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5915
5916         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5917         make omf directory, add uninstall targets.
5918
5919 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5920
5921         * lily/tie-performer.cc (initialize): init prev_event
5922
5923         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5924
5925         * lily/script-engraver.cc (make_script_from_event): don't crash on
5926         non-string articulation-type.
5927
5928         * lily/new-fingering-engraver.cc (add_script): don't crash on
5929         0 scripts 
5930         (acknowledge_grob): warn about text script events.
5931
5932 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5933
5934         * buildscript/lilypond.words: fix path for drums.scm.
5935
5936 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5937
5938         * lily/spacing-spanner.cc (note_spacing): don't make longer
5939         durations than measure-length.
5940
5941         * VERSION: release 2.0.0
5942
5943         * GNUmakefile.in (rsync-web): version independent rsync target.
5944
5945         * input/test/+.ly (texidoc): idem.
5946
5947         * input/regression/+.ly: print version number.
5948
5949         * input/regression/accidentals.ly (mel): shorten.
5950
5951         * input/regression/accidental-octave.ly (texidoc): shorten.
5952
5953         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5954
5955         * input/regression/completion-heads-polyphony.ly: octave
5956
5957         * input/regression/beam-manual.ly: remove
5958
5959         * input/regression/beam-chord.ly: remove
5960
5961         * input/regression/grace-dynamic.ly: remove
5962         
5963         * input/regression/grace-volta-repeat.ly: octave fixes.
5964
5965         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5966
5967         * lily/parser.yy (step_number): semitones for chord entry too.
5968         (make_chord_step): more robust code, semitones. 
5969
5970         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5971
5972         * input/regression/breathing-sign.ly (texidoc): split ancient and
5973         normal breathing signs.
5974
5975         * scm/define-grobs.scm (all-grob-descriptions): swap
5976         beamed-extreme-minimum-free-lengths and
5977         beamed-minimum-free-lengths; the 'extreme' case should allow
5978         shorter stems. This fixes forced directions on beamed 32nd and
5979         shorter notes.
5980
5981         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5982         quartertones, not semitones.
5983         (NoteNamesContext): swallow more event types
5984
5985         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5986
5987         * VERSION (PACKAGE_NAME): release 1.9.10
5988
5989 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5990
5991         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5992         set note head as cause of note-column.  This gives a better error
5993         message.
5994
5995 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5996
5997         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5998
5999 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6000
6001         * mf/GNUmakefile (pfa_warning): instruct 
6002
6003         * stepmake/aclocal.m4: typo.
6004
6005         * Documentation/user/cheatsheet.itely: more verbose examples.
6006
6007         * input/regression/clefs.ly: remove bogus docstring.
6008
6009 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6010
6011         * GNUmakefile.in (SUBDIRS): Add elisp.
6012
6013         * elisp/lilypond-mode.el: 
6014         * elisp/lilypond-init.el: 
6015         * elisp/lilypond-indent.el: 
6016         * elisp/lilypond-font-lock.el: Move from top dir.
6017
6018         * stepmake/stepmake/elisp-vars.make: New file.
6019
6020         * config.make.in (elispdir): Add.
6021
6022         * Documentation/topdocs/INSTALL.texi: Typo.
6023
6024         * make/ly-rules.make: Test for files instead of touching void and
6025         ignoring errors.
6026
6027         * GNUmakefile.in:
6028         * make/lilypond.redhat.spec.in:
6029         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6030         <builddir>, adding
6031         
6032              (push "<builddir>/share/lilypond/elisp" load-path)
6033
6034         to your ~/.emacs.el should give you LilyPond-mode again.
6035
6036         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6037         regexp for DOS/Windows, we are too paranoid to fix others.
6038
6039 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6040
6041         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6042
6043         * input/test/chord-names-jazz.ly (banterProperties): fix
6044
6045         * lily/parser.yy (bass_mod): bass figure alterations are semi
6046         tones, not quarter tones
6047
6048         * lily/beam.cc (set_stem_lengths): only lengthen stems
6049         for gapped beams.
6050
6051         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6052         by beamcount.
6053
6054         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6055         a warning that the warning may erroneous.
6056
6057         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6058         target.
6059
6060         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6061         targets.
6062
6063         * GNUmakefile.in ($(config_h)): config.h should depend on
6064         config.hh.in .
6065         (lilypond.words): remove fontball stuff.
6066
6067         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6068
6069         * configure.in: remove pktrace reference.
6070
6071         * GNUmakefile.in (rsync-web): permissions and ownership for
6072         website.
6073
6074         * lily/volta-engraver.cc (staff_eligible): new function.
6075         (stop_translation_timestep): kill off spanners if not eligible.
6076
6077         * VERSION (PATCH_LEVEL): release 1.9.9
6078
6079         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6080
6081         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6082         length is more important than forbidden quants.
6083         
6084 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6085
6086         * buildscripts/lilypond.words: order words in search order,
6087         add lilypond.words.vim to be generated.
6088
6089         * lilypond.vim: use lilypond.words.vim for keyword matching.
6090
6091         * lilypond-mode.el: use search order. fix word selection rules.
6092
6093         * lilypond-font-lock.el: fix fontifying long durations.
6094
6095         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6096
6097 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6098
6099         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6100
6101         * stepmake/stepmake/generic-targets.make:
6102         * stepmake/stepmake/bin/make-version.py: 
6103         * stepmake/aclocal.m4:
6104         * make/stepmake.make:
6105         * make/toplevel-version.make: Build fixes: remove last traces of
6106           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6107
6108         * lily/beam.cc: Add gap-count property.
6109
6110 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6111
6112         * scm/define-grob-properties.scm (gap-count): add gap-count
6113
6114         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6115
6116 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6117
6118         * cygwin/mknetrel.doc: Typo.
6119
6120         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6121
6122         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6123
6124 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6125
6126         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6127         sizes. Remove support for 'ledger'(=tabloid+landscape).
6128
6129 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6130
6131         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6132         sauter PFAs.
6133
6134         * configure.in: remove VERSION stuff once again.
6135
6136         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6137
6138         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6139         for chord names.
6140
6141         * mf/GNUmakefile: always trace pfa fonts.
6142         (SAUTER_FONTS): add cmss[567] too fonts
6143
6144         * configure.in: require mftrace. 
6145
6146         * lily/staff-performer.cc (new_instrument_string): don't look at
6147         instrument property.
6148
6149         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6150         is_direction is the C++ one. Similar for ly_axis_p and
6151         ly_number_pair_p
6152
6153 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6154
6155         * lily/beam.cc (brew_molecule): read gap-count to determine
6156         number of tremolo (gapped) beams.
6157
6158         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6159         shorter than 1/8
6160
6161         * flower/include/array.hh (default_compare): new function
6162
6163         * cygwin/mknetrel: Native fixes.
6164
6165         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6166
6167 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6168
6169         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6170         feature for Windows.
6171
6172         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6173
6174         * cygwin/mknetrel: Updates for native use on Cygwin.
6175
6176         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6177
6178         * stepmake/stepmake/help2man-rules.make: 
6179         * cygwin/mknetrel: Bugfix for manpages.
6180
6181         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6182         $(builddir).  Stepmake is a normal subdirectory now, that is not
6183         configured.  Another srcdir build fix.
6184
6185         * Documentation/topdocs/INSTALL.texi,
6186         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6187         lilypond-init.el, lilypond-mode.el, debian/rules,
6188         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6189         rename generated file lilypond.words to lilypond.words.el.
6190
6191 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6192
6193         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6194
6195         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6196         GNUmakefile.in.
6197
6198 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6199
6200         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6201         when cross building.
6202
6203         * configure.in: srcdir build fix.
6204
6205         * cygwin/GNUmakefile:
6206         * cygwin/lily-wins.py:
6207         * cygwin/postremove-lilypond.sh: 
6208         * cygwin/postinstall-lilypond.sh: Merge from stable.
6209
6210         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6211         s/ly2dvi/lilypond/.
6212
6213 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6214
6215         * lily/slur.cc (after_line_breaking): only set control points if
6216         none supplied yet.
6217
6218         * input/test/slur-manual.ly: new file.
6219
6220         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6221         <<  >> chords too.
6222
6223         * VERSION (PACKAGE_NAME): release 1.9.8
6224
6225         * scripts/lilypond.py (escape_path): escape spaces in directory names
6226
6227         * input/test/text-spanner.ly: fixes.
6228
6229 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6230
6231         * buildscripts/lilypond.words.py: add drum names as note names to
6232         Emacs-mode.
6233
6234 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6235
6236         * input/regression/hairpin-dashed.ly: new file.
6237
6238         * scripts/convert-ly.py (conv): warn about dash-length.
6239
6240         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6241         automatically if we get a new one.
6242
6243         * lily/lookup.cc (dashed_line): new function
6244
6245         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6246         dash-fraction.
6247
6248 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6249
6250         * buildscripts/lilypond.words.py: extract note names.
6251
6252         * lilypond-mode.el: take note names from lilypond.words -file.
6253         small fix in the use of string-match.
6254
6255         * lilypond-font-lock.el: use lilypond.words for note names, add 
6256         maxima to note a duration.
6257
6258 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6259
6260         * lily/breathing-sign.cc: remove railtracks() function. 
6261
6262         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6263
6264         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6265         (brew_molecule): bugfix don't make arpeggio shorter when
6266         arpeggio-direction is set.
6267
6268         *  debian/rules: small corrections in the (Pedro K)
6269
6270         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6271         examples.
6272
6273         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6274         special (repeat) bar comes along.
6275
6276         * input/regression/auto-beam-bar.ly: update.
6277
6278         * scripts/lilypond-book.py (output_dict): remove support for the
6279         EPS option.
6280
6281         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6282         VerticalAlignment and VerticalAxisGroup this fixes the size
6283         computations for the entire system.
6284  
6285         * input/les-nereides.ly (bass): remove superfluous fontSize.
6286
6287         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6288         causes directory of file to be added to include path.
6289
6290         * input/regression/beam-break.ly: test single stem beams.
6291
6292         * input/regression/system-start-bracket.ly: fix.
6293
6294         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6295
6296         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6297
6298         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6299         (score_stem_lengths): do something sensible for single stem beams.
6300
6301         * lily/beam.cc (least_squares): add kludge for single stem beams.
6302
6303         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6304         keySignature to list of broken things.
6305
6306         * input/regression/keys.ly: fix.
6307
6308         * VERSION (PACKAGE_NAME): release 1.9.7
6309
6310         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6311
6312         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6313
6314         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6315         (quartertone_pitch): new function
6316
6317         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6318         flat. WARNING: FONT CHANGED.
6319
6320         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6321
6322         * lily/accidental-placement.cc (add_accidental): support for
6323         quarter tones.
6324
6325         * ly/LANGUAGEs.ly: use symbols for alterations.
6326
6327         * mf/feta-toevallig.mf: change accidental codes. 
6328
6329         * scm/lily.scm (ly:get-option): switch on debugging only for
6330         --verbose.
6331
6332         * lily/lily-guile.cc: remove ly:verbose?
6333
6334         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6335
6336         * lily/parser.yy (TODO): only do gh_call() for apply with
6337         procedure argument.
6338
6339         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6340         stuff in accordance with new timing of tie-events.
6341
6342         * lily/my-lily-lexer.cc: remove \outputproperty
6343
6344         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6345
6346         * scm/define-translator-properties.scm (melismaBusyProperties):
6347         add melismaBusyProperties property.
6348
6349 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6350
6351         * input/test/ambitus-mixed.ly (texidoc): new file.
6352
6353         * buildscripts/mutopia-index.py (find): prune debugging
6354
6355         * lily/side-position-interface.cc: doc updates
6356
6357         * Documentation/user/refman.itely: updates, tweaks.
6358
6359         * lily/parser.yy (Simple_music): remove outputproperty
6360
6361         * make/stepmake.make: use VERSION again; importing VERSION via
6362         autoconf dependencies is too hairy.
6363
6364 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6365
6366         * lilypond-mode.el: allow `-' for keywords and identifiers.
6367
6368 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6369
6370         * VERSION: release 1.9.6
6371         
6372         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6373         iso. ly2dvi.
6374
6375         * Documentation/user/*.itely: fixes everywhere
6376
6377         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6378         produce ties from the engraver itself, do not broadcast TieEvent.
6379
6380         * lily/my-lily-lexer.cc: remove pitch & duration.
6381
6382         * lily/parser.yy (TODO): remove \pitch and \duration
6383
6384         * input/test/explicit.ly: remove file.
6385
6386         * Documentation/user/refman.itely (Pitches): remove \pitch 
6387         \duration command.
6388
6389 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6390
6391         * buildscripts/lilypond.words.py: add all slur types to Emacs
6392         insertion menu, suppose everything is postfixed by dropping 
6393         unnecessary `-' -marks.
6394
6395 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6396
6397         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6398         tremoloed stems.
6399
6400         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6401         head for flagged stems.
6402
6403         * lily/stem.cc (get_default_stem_end_position): futz with extra
6404         stem length if there is a stem tremolo.
6405
6406         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6407         it would be too small.
6408
6409         * lily/font-metric.cc: return #f for non-existent glyph.
6410         
6411         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6412         exported through config.make.
6413
6414         * input/regression/clef-oct.ly: new file.
6415
6416         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6417         transposition.
6418
6419         * input/template/*.ly: remove old relative.
6420
6421         * ly/english.ly: add X names for double sharp.
6422
6423 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6424
6425         * lily/font-select.cc: new file handle font selection routines.
6426
6427         * lily/parser.yy: add ; (Patrick Atamaniuk)
6428
6429         * input/test/time-signature-double.ly: use markups for double time
6430         sigs.
6431
6432         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6433         ChordNames.SeparationItem #'padding for adjusting space after chords.
6434         
6435         * lily/music-output-def.cc (LY_DEFINE): 
6436         new function ly:paper-lookup.
6437         
6438         * mf/parmesan-clefs.mf: use # quantities for char_box
6439         offsets. Fixes overflow errors in the PFA. 
6440
6441         * scm/new-markup.scm (strut-markup): change calling interface for
6442         markup. Pass paper-def, not grob. This would allow \markup to be
6443         used separately from grobs.
6444
6445         * lily/paper-def.cc: new function ly:paper-font; this function
6446         replaces ly:get-font.
6447
6448         * lily/include/font-interface.hh (struct Font_interface): take
6449         Paper_def iso. Grob for get_font().
6450
6451 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6452
6453         * Documentation/user/ tutorial.itely, refman.itely: add warning
6454         about \key and accidentals.
6455
6456 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6457
6458         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6459
6460         * Documentation/user/*.itely: manual tweaks
6461
6462 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6463
6464         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6465         cleanup; bugfix: exact_center
6466
6467         * Documentation/user/refman.itely: added more documentation on
6468         ambitus according to recent questions on lilypond-user list
6469
6470 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6471
6472         * input/regression/ottava.ly (texidoc): demo 15ma too.
6473
6474         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6475
6476         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6477         octave fixes.
6478
6479 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6480
6481         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6482         problems on older Mac editors.
6483
6484 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6485
6486         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6487
6488 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6489
6490         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6491         mf/parmesan-clefs.mf: added comments on character alignment and
6492         set_char_box() conventions
6493
6494         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6495         set_char_box()'s
6496
6497         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6498
6499 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6500
6501         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6502
6503 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6504
6505         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6506         shortened to avoid almost-collision with staff line; code cleanup;
6507         other custodes: fixed char boxes; code cleanup
6508
6509 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6510
6511         * configure.in: release 1.9.5
6512         
6513         * scripts/lilypond.py (global_latex_preamble): only set
6514         twosideshift if 'twoside' is in latexoptions 
6515
6516         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6517
6518         * VERSION: remove
6519
6520         * scripts/*2ly.py: update <> syntax
6521
6522 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6523
6524         * lily/chord-name-engraver.cc (process_music): add origin for
6525         chord name.
6526
6527         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6528
6529         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6530         bass notes for exceptions too.
6531
6532         * scm/define-grobs.scm (all-grob-descriptions): rename
6533         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6534
6535         * scm/define-grob-properties.scm (remove-first): add remove-first
6536         property for orchestral scores.
6537
6538         * Documentation/user/*.itely: switch <<>> and <> 
6539
6540         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6541         last_line only once. This fixes the two consecutive glissandi problem.
6542
6543 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6544
6545         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6546         error message "flexa-width undefined"
6547
6548         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6549         lily/include/gregorian-ligature.hh: print warning when ignoring
6550         head prefixes on flexa shapes
6551
6552         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6553         space before a series of inclinatum heads
6554
6555         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6556         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6557         cleanups
6558
6559         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6560         and char_box
6561
6562 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6563
6564         * input/regression/breathing-sign.ly: tiny fixes
6565
6566         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6567         semantical collision with vaticana ligatures
6568
6569         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6570         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6571         now consistent with mensural ligatures
6572
6573         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6574         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6575         context pitches and staff position; dto. for virga stem; removed
6576         obsolete virga and clivis characters from parmesan font (WARNING:
6577         font changed)
6578
6579         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6580         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6581
6582         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6583         scm/define-grob-properties.scm: consistency fix: renamed
6584         join_left->add_cauda
6585
6586         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6587         appendix length; bugfix: yoffs_bt for reverse direction punctum
6588         characters
6589
6590         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6591         small cleanups; added more docu
6592
6593         * lily/mensural-ligature-engraver.cc,
6594         lily/vaticana-ligature-engraver.cc,
6595         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6596         computation to CoherentLigatureEngraver
6597
6598         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6599         scm/define-grob-properties.scm: bugfix: added missing linea and
6600         cavum properties; bugfix: removed dead semivocalis property
6601
6602         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6603         length; redesigned quilisma, stropha and auctum
6604
6605         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6606         line thickness
6607
6608         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6609         Documentation/user/refman.itely: bugfix: introduced shifted
6610         epiphonus head to avoid collision with adjacent plica
6611
6612 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6613
6614         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6615
6616         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6617
6618 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6619
6620         * Documentation/user/tutorial.itely (A lead sheet): remove
6621         duplicate chords.
6622
6623         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6624
6625 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6626
6627         * Documentation/bibliography/computer-notation.bib (isbn): add
6628         xivcim publication.
6629
6630 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6631
6632         * GNUmakefile.in: drop lilypond.words for generation.
6633
6634 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6635
6636         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6637
6638         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6639
6640 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6641
6642         * input/test/figured-bass-alternate.ly (fl): new file.
6643
6644         * Documentation/topdocs/README.texi (Top): clarifications.
6645
6646         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6647         theses of Gieseking and Renz.
6648
6649         * GNUmakefile.in (README_FILES): remove README.mandrake.
6650
6651 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6652
6653         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6654         from source files and search patterns listed in the script.
6655
6656         * GNUmakefile.in: add target `lilypond.words'.
6657
6658         * lilypond.words: remove file, generated by `make lilypond.words'.
6659
6660         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6661
6662 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6663
6664         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6665
6666 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6667
6668         * VERSION: 1.9.4 released
6669
6670         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6671         rule for < > <-> << >> substitution
6672
6673         * lily/lexer.ll: exchange meaning of << >> and < > 
6674
6675         * VERSION (PACKAGE_NAME): 1.9.3 released
6676
6677         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6678         pages unconditionally.
6679
6680 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6681
6682         * Documentation/user/music-glossary.tely (Top): small syntax
6683         fixes.
6684
6685         * scm/music-functions.scm (remove-tag): filter \tagged music
6686         expressions.
6687
6688         * input/regression/tag-filter.ly (texidoc): new file.
6689
6690         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6691         symbol2 .. ) etc. 
6692
6693         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6694         convert rule.
6695
6696         * Documentation/user/refman.itely (Fingering instructions): adjust
6697         manual.
6698
6699         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6700         for borderline cases (e.g. 1 fingering.)
6701         (position_scripts): revise interface, use fingerOrientations to
6702         set fingering positions.
6703
6704         * scm/document-translation.scm (context-doc): add aliases to
6705         automated documentation.
6706
6707         * make/lilypond-vars.make: remove stepmake compat glue.
6708
6709         * make/generic-vars.make: remove cruft.
6710
6711         * lily/main.cc (main): don't identify binary.
6712
6713 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6714
6715         * lily/include/translator.hh (class Translator): remove
6716         type_string_ , use symbol for context name throughout.
6717         Changes through whole source tree.
6718
6719         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6720         set PDF as default, and always make PDF.
6721
6722         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6723
6724 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6725
6726         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6727         Documentation/user/refman.itely input/regression/allfontstyle.ly
6728         input/regression/grace-types.ly:
6729         fix spelling for acciaccatura (Webster's 1913).
6730
6731 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6732
6733         * lily/main.cc (usage): adjust blurb, include url.
6734
6735         * input/regression/breathing-sign.ly (texidoc): transpose up
6736
6737 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6738
6739         * input/regression/breathing-sign.ly: changed ancient examples to
6740         be relevant (by request of Han-Wen); updated BreathingSign text
6741         property according to new syntax.
6742
6743         * ly/gregorian-init.ly: updated BreathingSign text property
6744         according to new syntax
6745
6746 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6747
6748         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6749         (Clef): index entries for clefs.
6750
6751         * python/lilylib.py (system): remove errorlog files.
6752         
6753 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6754
6755         * lilypond.words: add \new and new graces. Add dynamics to menus
6756         keeping 1.8.x compatibility; after all the engraving relating to 
6757         notes becomes postfixed `-' marks will be removed.
6758
6759 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6760
6761         * lily/molecule.cc (align_to): idem.
6762
6763         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6764         
6765         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6766         accacciatura everywhere.
6767
6768         * VERSION (PACKAGE_NAME): released 1.9.2
6769
6770         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6771
6772         * scm/document-markup.scm (markup-doc-node): sort markup function
6773         list.
6774
6775         * lily/paper-outputter.cc (output_version): change "Lily was here"
6776         into  "Engraved by LilyPond"
6777
6778         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6779         on unquoted strings before \notenames.
6780
6781         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6782         increases the number of s/r reductions to 4.
6783
6784         * scm/new-markup.scm (fraction-markup): \fraction command.
6785
6786         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6787         mode
6788
6789         * lily/lookup.cc (round_filled_box): rename function.
6790         (LY_DEFINE): round-filled-box: change signature.
6791
6792         * Documentation/user/refman.itely: revise section explaining grace
6793         notes.
6794
6795         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6796         ly:set-context-property
6797
6798         * input/*/*.ly (vmus): use \new everywhere.
6799
6800         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6801
6802         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6803         default
6804
6805         * scm/music-functions.scm (set-stop-grace-properties)
6806         (set-start-grace-properties, add-grace-property): new functions
6807         for modular grace tweak control.
6808
6809         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6810         
6811 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6812
6813         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6814
6815         * GNUmakefile.in (install-pfa-fonts):
6816         (get-pfa-fonts): New target.
6817
6818         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6819         install-pfa-fonts help.
6820
6821 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6822
6823         * lily/translator-scheme.cc (LY_DEFINE):
6824         ly:context-pushpop-property new function.
6825         (LY_DEFINE): new function ly:translator-find  
6826         new function ly:translator?
6827         (LY_DEFINE): new function ly:context?
6828
6829         * lily/translator-def.cc: remove
6830         Translator_def::apply_pushpop_property().
6831
6832         * python/lilylib.py (read_pipe): only store and display error log
6833         if verbose not set.
6834         (read_pipe): only display log if it contains something.
6835
6836 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6837
6838         * Documentation/misc/GNUmakefile: Re-add.
6839         (TEXTS): Add CHANGES.
6840
6841 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6842
6843         * lilypond.words: add \newcontext.
6844
6845 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6846
6847         * lily/tie-performer.cc (stop_translation_timestep): only flush
6848         tied_notes when we have actually made a tie. Fixes bugs with ties
6849         in polyphonic scores.
6850
6851 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6852
6853         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6854         they do not exist.
6855
6856 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6857
6858         * VERSION (PACKAGE_NAME): released 1.9.1 
6859
6860         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6861         Instrument_name_engraver
6862
6863         * lily/tie-performer.cc (create_audio_elements): bugfix
6864
6865         * Documentation/user/music-glossary.tely (Top): comment out
6866         font-style statements.
6867
6868         * input/test/force-hshift.ly: revise example.
6869
6870         * Documentation/bibliography/engraving.bib (note): typos.
6871
6872         * configure.in: bump GCC requirements to 3.x
6873
6874         * lily/include/audio-item.hh (class Audio_tie): rename
6875         note_l_drul_ to note_drul_
6876
6877         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6878
6879         * lily/parser.yy (relative_music): whoops. All \relative were off
6880         by ...  a lot .... Ahem.
6881
6882         * scm/define-music-types.scm (music-descriptions): idem.
6883
6884         * lily/beam-engraver.cc: move new-beam-event to beam-event
6885
6886         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6887         to Tie_engraver
6888
6889         * input/regression/bar-number.ly: remove unnecessary old-relative
6890         options.
6891         
6892         * Documentation/user/internals.itely (Creating contexts): document
6893         \newcontext
6894
6895         * lily/parser.yy (Composite_music): add \newcontext
6896
6897         * Documentation/user/refman.itely (MIDI block): add note about
6898         dotted tempos.
6899
6900         * scm/font.scm: remove old markup legacy
6901
6902         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6903
6904         * lily/breathing-sign.cc (brew_molecule): remove function
6905
6906         * lily/text-item.cc: remove old-style markups.
6907         (interpret_markup): C++ version of markup function
6908         (brew_molecule): idem.
6909
6910         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6911         as Scheme variable.
6912
6913         * scripts/convert-ly.py (conv): dashes rule.
6914         Apply rule.
6915
6916         * Documentation/user/lilypond-book.itely: syntax fixes. 
6917
6918 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6919
6920         * VERSION (PACKAGE_NAME): release 1.9.0
6921
6922         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6923         note about dvips. (Should backport.)
6924
6925         * scripts/convert-ly.py
6926         (FatalConversionError.articulation_substitute): add
6927         convert-new-chords code. Remove convert-new-chords.py
6928
6929         * Documentation/user/refman.itely (Octave check): document
6930         \octave.
6931
6932         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6933         \relative changes.
6934
6935         * lily/parser.yy (command_element): octave check:
6936
6937            \octave PITCH
6938
6939         checks that PITCH (without octave) yields PITCH (with octave) in
6940         \relative
6941
6942         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6943
6944         * lily/scm-option.cc: ly:set-option now has the default argument
6945         #t.
6946
6947         * lily/lexer.ll: add \renameinput
6948
6949         * python/lilylib.py (command_name): robustifications.
6950
6951         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6952         /dev/stderr. This is ash compatible.
6953
6954         * ly/init.ly: add warning if compatibility was not necessary.
6955
6956         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6957
6958         * flower/include/string-handle.icc: formatting cleanups, rename
6959         references by ref_count_.
6960
6961 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6962
6963         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6964         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6965         package libs separately, fix conflicting php variable out=/dev/vc/
6966         invoking `unset out', declare menus, use only one icon-file, fix
6967         doc-path in menu.
6968
6969 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6970
6971         * scripts/convert-ly.py (FatalConversionError.conv): typo
6972
6973         * Documentation/misc/GNUmakefile: restore misc directory.
6974
6975         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6976
6977         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6978         Petites-Preludes 
6979
6980         * input/test/partial-blank.ly (quickmeasure): syntax
6981
6982         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6983         attachment property.
6984
6985         * Documentation/user/refman.itely: remove superfluous -'s 
6986         (Grace notes): ) fixes.
6987
6988         * lily/music.cc: generic compress(), transpose() functions. Remove
6989         others.
6990
6991         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6992         style markup entry.
6993
6994         * lily/parser.yy: all articulations postfix; remove obligatory -
6995         for [,  ) and \!
6996         
6997         * lily/music.cc (to_relative_octave): write generic
6998         to_relative_octave function; various relative cleanups.
6999         Hmmm.
7000
7001         * lily/scm-option.cc: add options new-relative and old-relative
7002
7003         * po/sv.po: new po file.
7004
7005         * Documentation/user/refman.itely (Dynamics): website
7006         fixes. (should backport!)
7007
7008 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7009
7010         * make/lilypond.mandrake.spec.in: declare version only once.
7011
7012 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7013
7014         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7015         meaning for now.
7016
7017 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7018
7019         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7020
7021         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7022
7023         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7024
7025         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7026
7027         * lily/music.cc (var): add ly:music-transpose function.
7028
7029         * lily/parser.yy (pre_events): remove prefix articulations.
7030
7031         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7032
7033         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7034
7035         * Documentation/user/refman.itely (Text markup): add comment about
7036         markup in header.
7037
7038 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7039
7040         * lily/paper-outputter.cc (write_header_fields_to_file): 
7041         only dump value if it is a string.
7042
7043         * flower/include/dictionary.hh: remove.
7044         
7045         * Documentation/ChangeLog-1.5: add back old log.
7046
7047         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7048         .pfas from a .deb.
7049
7050 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7051
7052         * Documentation/bibliography/engraving.bib: add entry for
7053         Jaschinski's Notation
7054
7055 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7056
7057         * Documentation/user/refman.itely (Beaming): add note about
7058         allowBeamBreak
7059
7060 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7061
7062         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7063         GregorianTranscription contexts
7064
7065         * ly/engraver-init.ly: vaticana contexts: minor fixes
7066
7067         * Documentation/user/refman.itely (Ancient notation): added note
7068         on appendix length bug
7069
7070         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7071         input/test/vaticana.ly: use vaticana contexts; small fixes
7072
7073 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7074
7075         * flower/hash.cc: Remove.
7076
7077         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7078         to (nonexistent?) hash_func_ identifier.
7079
7080         * python/midi.c (midi_error, midi_warning): Use char const* for
7081         __FUNCTION__ argument.
7082
7083         * python/gettext.py: Remove.  We already require python 2.1, which
7084         includes gettext.py.
7085
7086         * configure.in: Require python 2.1, as INSTALL.texi says.
7087         it.
7088
7089         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7090         versions 1.50 and 1.75.  Remove note about lexer patch.
7091
7092 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7093
7094         * Documentation/topdocs/INSTALL.texi: Update type1 font
7095         description to actual situation.  Add comment about new font ball
7096         layout.
7097
7098         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7099         in $LILYPONDPREFIX suffices for installation.
7100
7101 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7102
7103         * debian/control (Build-Depends): Add flex-old as alternative to
7104         flex.  Deprecate bison 1.75.
7105
7106 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7107
7108         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7109         Vaticana contexts
7110
7111         * Documentation/user/refman.itely (Ancient notation): documented
7112         some bugs; tiny fixes; added docu on Vaticana contexts
7113
7114         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7115         scripts
7116
7117 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7118
7119         * Documentation/user/refman.itely (Ancient notation): added some
7120         introductory words; added section on ancient time signatures;
7121         added some @seealso and @refcommands; small fixes and
7122         beautifications
7123
7124 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7125
7126         * input/regression/note-head-style.ly: many fixes and updates
7127
7128         * Documentation/user/refman.itely: added small sections on ancient
7129         accidentals, rests and flags; revised ancient note head section;
7130         small wording/spelling fixes
7131
7132         * input/test/rests.ly: layout fixes
7133
7134 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7135
7136         * input/puer-fragment.ly: bugfix: central C position of do clef
7137
7138         * ly/gregorian-init.ly: workaround: add small padding space before
7139         divisiones (the correct fix would be the spacing engine to handle
7140         this)
7141
7142 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7143
7144         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7145         cue-notes.ly: minor fixes.
7146
7147 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7148
7149         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7150         input/test/custos-style.ly
7151
7152         * Documentation/index.html.in: bugfix: link to Tutorial.html
7153
7154         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7155         to neumes; bugfix: "et": epiphonus, not just a simple pes
7156
7157 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7158
7159         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7160
7161         * lilypond.words: add new features: markup, column, center, \[ \].
7162         
7163 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7164
7165         * Documentation/topdocs/NEWS.texi, DEDICATION,
7166         stepmake/bin/add-html-footer.py
7167         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7168         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7169         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7170         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7171         added (only) after a sentence which is complete; if the sentence is 
7172         not ended a comma `,' or nothing is used. fix also spaces.
7173
7174 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7175
7176         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7177         requirements to plain 1.6.
7178
7179         * buildscripts/mutopia-index.py (read_lilypond_header): update
7180         mutopia-index.py to 1.4 syntax [sic]
7181
7182 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7183
7184         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7185
7186 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7187
7188         * Documentation/index.html.in: url for regression pdf
7189
7190         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7191
7192         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7193
7194         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7195
7196         * VERSION: 1.8.0 released
7197         
7198         * GNUmakefile.in (local-WWW-post): footify build fix.
7199
7200         * configure.in: require GUILE 1.6.4
7201
7202         * Documentation/user/GNUmakefile: don't copy *.png for
7203         lilypond-internals
7204
7205         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7206         local-WWW-post target.
7207         (rsync-web): add rsync-web target
7208
7209         * Documentation/user/introduction.itely (Music notation and
7210         engraving): add neume example
7211
7212         * input/puer-fragment.ly (cantus): add puer-fragment
7213
7214 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7215
7216         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7217         to notes, so that equalizer is actualy being used.
7218
7219         * scm/midi.scm (instrument-equalizer-alist):
7220         (absolute-volume-alist): Define public, so that user can copy or
7221         override.
7222
7223         * lily/key-performer.cc (create_audio_elements): Check for minor
7224         key.  Only if key is minor, set MIDI key to minor.
7225
7226 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7227
7228         * Documentation/user/refman.itely (Hiding staffs): fixes.
7229
7230         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7231
7232         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7233         vertical extents to deal with Hara kiri correctly.
7234
7235         * input/regression/hara-kiri-short.ly: remove
7236
7237         * input/regression/hara-kiri-pianostaff.ly: update test.
7238
7239         * Documentation/user/*.tely: remove WEBTITLE
7240
7241         * scm/output-tex.scm (comment): idem.
7242
7243         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7244
7245         * scm/music-functions.scm (make-lyric-event): new function
7246
7247         * scm/lily.scm (lilypond-version): new function
7248
7249         * input/test/version-output.ly: new file.
7250
7251         * Documentation/user/lilypond.tely: add version number to
7252         front-page.
7253
7254 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7255
7256         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7257
7258 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7259
7260         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7261
7262         * Documentation/user/refman.itely (Hiding staffs): rename node.
7263
7264 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7265
7266         * input/regression/new-markup-syntax.ly (texidoc): remove
7267         molecule-callback override.
7268
7269 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7270
7271         * input/les-nereides.ly: Mark tweaks with %tweak.
7272
7273         * Debian patch, see debian/changelog (Anthony Fok).
7274
7275 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7276
7277         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7278         problem.
7279
7280 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7281
7282         * Documentation/user/refman.itely (Text markup): Fix language bug.
7283
7284 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7285
7286         * input/* : postfix syntax fixes.
7287
7288         * Documentation/user/refman.itely (Text markup): add note about
7289         raise/lower with ^ or _ .
7290         
7291         * po/fi.po: fix \\apply strings.
7292
7293         * lily/parser.yy (open_event): warn for prefix articulations.
7294
7295 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7296
7297         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7298         fix also on parmesan font.
7299
7300 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7301
7302         * VERSION 1.7.30 released
7303         
7304         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7305
7306         * buildscripts/mutopia-index.py (headertext): rewording
7307
7308 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7309
7310         * scm/new-markup.scm (strut-markup): new markup function.
7311
7312         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7313         space also when no accidental is there.
7314
7315 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7316
7317         * input/les-nereides.ly: Updates.
7318
7319 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7320
7321         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7322         which repeats the tag insertion selected from "Insert tag" menu.
7323
7324 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7325
7326         * lily/all-font-metrics.cc (find_font): load AFM files first only
7327         for feta fonts. This fixes problems with TeXlive and other TeX
7328         distros that include AFM files for the CM fonts. 
7329
7330         * scm/font.scm (qualifiers-to-font-name): remove.
7331
7332         * lily/paper-def.cc: remove get_var.
7333
7334         * input/trip.ly: remove file.
7335         
7336         * input/regression/spacing-note-flags.ly (raggedright): remove
7337         stafflinethickness
7338
7339         * input/les-nereides.ly: update to new syntax, cleanups.
7340
7341 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7342
7343         * Documentation/user/refman.itely: Clarify shortest-note problem
7344         of autobeamer.
7345
7346 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7347
7348         * lilypond-mode.el: Add each word to regexps only once.
7349
7350         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7351         is based on the syntax definitions in lilypond.words. Remove all 
7352         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7353         LilyPond->Insert menu is generated by the entries in lilypond.words 
7354         to which have been given a syntax definition.
7355
7356         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7357         \notes, \relative, \score, \simultaneous, \transpose.
7358
7359         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7360
7361         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7362         
7363         * lilypond-mode.el: add menu keywords separately.
7364
7365         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7366
7367 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7368
7369         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7370         current ugly installation method for PFA fonts.
7371
7372 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7373
7374         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7375         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7376
7377         * Documentation/user/music-glossary.tely: update legato.
7378
7379 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7380
7381         * lexer-gcc-3.0.patch: Remove.
7382
7383         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7384
7385 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7386
7387         * debian/rules (binary-arch): remove NEWS.
7388
7389 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7390
7391         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7392         stepmake/bin{ many }: polish the `--help's of different scripts;
7393         model taken from the core-utils of Linux.
7394
7395         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7396
7397 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7398
7399         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7400
7401         * flower/libc-extension.cc: idem.
7402
7403         * flower/include/libc-extension.hh: protect against isinf macros.
7404
7405 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7406
7407         * { many }: Use two uppercase letters in LilyPond.
7408
7409         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7410
7411         * VERSION: 1.7.29 released.
7412         
7413 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7414
7415         * lily/tie.cc: add TODO comment.
7416
7417         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7418
7419         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7420         linejoins and linecaps. This fixes problems with occasional spikes
7421         on slur/tie endings.
7422         
7423         * input/regression/font-name.ly: don't use PS fonts for
7424         compatibility reasons. 
7425
7426         * mutopia/claop.py (accents): update to 1.8
7427
7428         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7429
7430         * Documentation/user/macros.itexi: don't color glossary links.
7431
7432         * Documentation/user/invoking.itexi (Error messages): new section
7433
7434 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7435
7436         * input/regression/font-name.ly: add file.
7437
7438         * scm/document-backend.scm (grob-doc): remove <hr> from
7439         lilypond-internals
7440
7441         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7442         reqd version to 1.6.4 
7443
7444         * lily/font-interface.cc (get_font): bugfix: take font-name from
7445         alist chain too. This fixes font-name override for \markup.
7446
7447 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7448
7449         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7450
7451         * input/test/polymetric-differing-notes.ly: Compile fix.
7452
7453 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7454
7455         * Documentation/user/refman.itely: fixed typo
7456
7457         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7458         before flexa
7459
7460 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7461
7462         * input/test/{ many }: search & fix some typos.
7463
7464 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7465
7466         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7467         images.
7468
7469         * scm/music-functions.scm (make-voice-props-set): set Script /
7470         TextScript dir for polyphony too.
7471
7472         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7473         before clef.
7474
7475         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7476
7477 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7478
7479         * Documentation/user/refman.itely (Percussion): Small
7480         clarifications and fixes.
7481
7482         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7483         threads. This fixes different heads playing simultaneously.
7484
7485 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7486
7487         * Documentation/user/{ many }: increase readability (read through 
7488         User manual from `one big page').
7489
7490 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7491
7492         * input/test/polymetric-differing-notes.ly: add example with
7493         disparate note values.
7494
7495         * input/test/polymetric.ly: rename from poly-metric
7496
7497         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7498         iso. outname.
7499
7500         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7501         G-clef bbox to real char extents. This fixes the G-clef being
7502         offset too much to the right.
7503         document perc clef offset.
7504
7505         WARNING: FONT CHANGED.
7506
7507         * Documentation/user/tutorial.itely (Tutorial): move menu.
7508
7509 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510
7511         * buildscripts/lilypond-profile.sh (Error): trim error message.
7512
7513         * Documentation/user/invoking.itexi (Invoking the lilypond
7514         binary): add note about path.
7515
7516         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7517         suppresses superfluous spaces.
7518
7519 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7520
7521         * buildscripts/lilypond-profile.sh: Add documentation to error
7522         message.
7523
7524         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7525
7526 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7527
7528         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7529         <mike@ossmann.com>)
7530
7531         * Documentation/bibliography/computer-notation.bib (pages): prune
7532         unscientific language.
7533
7534         * Documentation/user/GNUmakefile: copy unsplit file to
7535         lilypond.html (idem for lilypond-internals).
7536
7537         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7538
7539         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7540
7541         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7542
7543         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7544         fix.
7545         
7546 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7547
7548         * Documentation/user/{ various }: bind text snippets with their
7549         examples, e.g. by punctuation: This is an example.
7550
7551 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7552
7553         * ly/performer-init.ly (VoiceContext): Typos.
7554
7555         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7556         builds, leave final-install to toplevel srcdir makefile.
7557
7558         * make/srcdir.make.in (install): New target.
7559
7560 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7561
7562         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7563         This fixes core dump on MIDI output (Simon Weatherill).
7564
7565         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7566         on local-WWW-post.
7567
7568 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7569
7570         * make/lilypond.redhat.spec.in: add dvips to reqs.
7571
7572 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7573
7574         * make/srcdir.make.in (web): Add special web target.
7575
7576         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7577         from inner $(LOOP).
7578
7579         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7580
7581         * stepmake/stepmake/generic-targets.make (www-targets-help):
7582         * GNUmakefile.in (web-install): Install in $(webdir).
7583
7584         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7585
7586         * cygwin/changelog: 
7587         * cygwin/mknetrel: Update.
7588
7589         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7590         (html-doc): Remove (use: web).
7591
7592         * stepmake/stepmake/script-rules.make: 
7593         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7594         Fix $(config_make) dependencies for srcdir build.
7595
7596         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7597         target for srcdir build.
7598
7599         * stepmake/make/stepmake.make: 
7600         * make/srcdir.make.in: 
7601         * GNUmakefile.in:
7602         * make/stepmake.make (config_make): Rename variable (was:
7603         configuration).
7604
7605 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7606
7607         * Documentation/user/internals.itely (Manipulating music
7608         expressions): run lilypond on example too.
7609
7610         * flower/include/libc-extension.hh: move lrint define to
7611         header. bugfix.
7612         
7613 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7614
7615         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7616         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7617         do we recurse whole tree?).
7618
7619         * GNUmakefile.in (html-doc): Resurrect.
7620
7621         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7622         obsolete $(package-icon) dependency.
7623
7624 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7625
7626         * Documentation/user/refman.itely (Automatic staff changes):
7627         add seealso 
7628
7629         * Documentation/index.html.in: link to bigpage.
7630
7631         * Documentation/user/tutorial.itely (Tutorial): streamline.
7632
7633         * Documentation/index.html.in: url typo.
7634
7635         * VERSION (PACKAGE_NAME): release 1.7.28
7636
7637         * python/lilylib.py (error_log): remove '/' from name.
7638
7639         * input/regression/pedal.ly: remove; dups input/test/
7640         
7641         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7642
7643         * Documentation/index.html.in: python style doco index.
7644
7645         * Documentation/{footer,header}.html.in (src): remove, 
7646
7647         * Documentation/pictures: remove all but lelie-logo.xpm.
7648
7649         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7650         before running makeinfo.
7651
7652         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7653         @code{}
7654
7655 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7656
7657         * input/test/bar-number-regular-interval.ly: rename.
7658
7659         * Documentation/user/*: various fixes. 
7660
7661 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7662
7663         * Documentation/{ many }: polish for update-all-menus. typos.
7664
7665         * po/fi.po: fixes.
7666
7667         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7668
7669         * buildscripts/mutopia-index.py: polish.
7670
7671         * input/regression/{ many }, input/test{ many }: polish texidocs.
7672
7673 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7674
7675         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7676         pedal-style
7677
7678         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7679         iso. edge-widen.
7680
7681         * lily/piano-pedal-engraver.cc (process_music): change from
7682         process_acknowledged ()
7683
7684         * lily/piano-pedal-bracket.cc: new file. Change
7685         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7686         cleaned up.
7687
7688         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7689
7690         * input/regression/tuplets.ly (texidoc): rename file.
7691
7692         * po/fr.po: update
7693
7694         * buildscripts/lilypond-profile.sh: error message if script is not
7695         sourced.
7696
7697         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7698         bracket-flare
7699         (make_bracket): simplify code.
7700
7701         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7702         argument.
7703
7704         * python/lilylib.py (lilypond_version_check): new function
7705
7706         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7707
7708         * scripts/ly2dvi.py (run_lilypond): add version check.
7709
7710         * scripts/lilypond-book.py (option_definitions): typo
7711
7712         * scripts/ly2dvi.py (include_path): typo
7713
7714         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7715
7716         * lily/parse-scm.cc (parse_handler): typo
7717
7718         * Documentation/user/macros.itexi: use @heading for headings.
7719
7720         * Documentation/user/refman.itely: updates, fixes.
7721
7722 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7723
7724         * po/fi.po: add Finnish translations. fixes.
7725
7726         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7727
7728         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7729         from lily/glissando-engraver.cc.
7730
7731 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7732
7733         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7734         for non-first _broken_ bracket.
7735
7736         * Documentation/user/refman.itely: corrections.
7737
7738 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7739
7740         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7741         support of the fingerings.
7742
7743         * po/fr.po: French translation update.
7744
7745         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7746         strings.
7747
7748 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7749
7750         * Documentation/user/introduction.itely: Small fixes.
7751
7752 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7753
7754         * Documentation/topdocs/AUTHORS.texi: polish.
7755
7756 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7757
7758         * Documentation/user/introduction.itely: revise
7759
7760         * Documentation/user/tutorial.itely: reorganise.
7761
7762         * Documentation/topdocs/index.tely: remove.
7763
7764         * Documentation/header.html.in: prune.
7765
7766         * GNUmakefile.in: clean up web building.
7767
7768         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7769         target.
7770
7771 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7772
7773         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7774
7775         * lilypond-mode.el: turn on blink-matching-paren.
7776
7777 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7778
7779         * scm/output-sodipodi.scm (svg-header): Fix typo.
7780
7781 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7782
7783         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7784         fixes a security hole.
7785
7786         * scripts/lilypond-book.py (original_dir): remove temp_dir
7787
7788         * scm/document-translation.scm: use @code tags.
7789
7790 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7791
7792         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7793
7794         * lilypond-mode.el: add a buffer-local post-command-hook to set
7795         context dependent syntax-table after each cursor event. Remove old
7796         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7797
7798         * lilypond-indent.el: update comments.
7799
7800         * Documentation/footer.html.in: add period.
7801
7802 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7803
7804         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7805
7806         * scm/document-translation.scm (document-property-operation): add
7807         @code{} tags.
7808
7809         * VERSION (PACKAGE_NAME): release 1.7.27
7810
7811         * config.make.in: add PAPER variable
7812
7813         * buildscripts/new-chords.py (help): add help text
7814
7815         * Documentation/user/introduction.itely (Typography and program
7816         architecture):  fixes.
7817
7818         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7819         for texinfo and dvips. This fixes problems with PDF output of the
7820         wrong size.
7821
7822         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7823         DVIPS_PAPERSIZE variable
7824
7825         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7826         TEXINFO_PAPERSIZE variable 
7827
7828 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7831
7832         * mf/feta-toevallig.mf: lowres fixes.
7833
7834 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7835
7836         * NEWS: Typo and fill-paragraph fixes.
7837
7838         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7839         cast #define.
7840
7841         * configure.in: 
7842         * config.hh.in: Check for lrint.
7843
7844 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7845
7846         * VERSION: 1.7.26 released
7847
7848         * lily/separation-item.cc: add padding property.
7849
7850         * input/test/*.ly: various fixes, remove solo-a2.ly
7851
7852         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7853         bugfix. Fixes old-style markup compatibility.
7854
7855         * Documentation/user/introduction.itely (Introduction): historical
7856         elucidations
7857
7858         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7859
7860         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7861
7862         * Documentation/index.texi (Top): cleanup.
7863
7864         * Documentation/user/introduction.itely (Introduction): rewrite
7865         introduction, 
7866         (Music notation and  engraving): about notation. Add flat-picture
7867
7868 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7869
7870         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7871         separation items. This keeps lyrics from bumping into each other.
7872
7873 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7874
7875         * GNUmakefile.in (topdocs-web): New target.
7876         (local-web): Depend on topdocs-web; fixes html-doc.
7877
7878 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7879
7880         * po/lilypond.pot: run po-replace
7881
7882         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7883
7884         * scm/drums.scm (reset-drum-kit): new function.
7885
7886         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7887
7888         * scripts/update-lily.py: remove
7889         
7890         * VERSION: release 1.7.25
7891         
7892         * Documentation/user/introduction.itely (Introduction): rewrite
7893         start of introduction.
7894
7895 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7896
7897         * lily/all-font-metrics.cc: fixed typo
7898
7899 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7900
7901         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7902         LilyPond-mode-context-set-syntax-table): new functions to define
7903         the syntax table according to context.
7904
7905         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7906
7907 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7908
7909         * Documentation/user/refman.itely (Figured bass): 
7910         language nit courtesy http://www.vocabula.com
7911
7912         * GNUmakefile.in: remove no kpathsea hack.
7913
7914         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7915         doco.
7916
7917         * GNUmakefile.in: remove web-doc target.
7918
7919         * lily/all-font-metrics.cc (find_afm): add message about
7920         buildscripts/clean-fonts.sh 
7921
7922         * scm/define-music-properties.scm (figure): use string for 'figure
7923
7924         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7925
7926         * input/regression/ : add raggedright = ##t where applicable. 
7927         
7928         * scm/bass-figure.scm (make-bass-figure-markup): add
7929         alignBassFigureAccidentals property.
7930
7931         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7932         bracket.
7933
7934         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7935         syllables widths into account for minimum-length.
7936
7937         * input/test/staff-container.ly: update file
7938
7939         * input/test/stem.ly: remove
7940
7941         * lily/event.cc (LY_DEFINE): add ly: prefix.
7942
7943         * input/test/clef-manual-control.ly: from manual-clef
7944
7945         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7946
7947         * input/test/different-time-signatures.ly: move to poly-metric.ly
7948
7949         * input/test/hara-kiri*,scales.ly: remove
7950         
7951         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7952         with chord-names-jazz.ly)
7953
7954         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7955         get scalable cm fonts too.
7956
7957         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7958         --encoding for mftrace if present.
7959
7960         * input/regression/slur-area.ly: move from test/
7961
7962         * input/test/: remove simple-slur-endings slur-attachment
7963         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7964         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7965         slur-symmetry slur-symmetry tie-broken.ly
7966
7967         * scm/drums.scm (set-drum-kit): add function.
7968
7969         * Documentation/user/refman.itely (Percussion staves): use
7970         set-drum-kit
7971
7972         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7973         too
7974         (Global_measure.set_timesig): handle 3/8 time sig too.
7975
7976         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7977         note about triangle note heads.
7978
7979         * scm/drums.scm: use alist for instrument-settings. This fixes the
7980         bug with assigning to drums in the .ly file.
7981
7982         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7983         CHANGED.
7984
7985         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7986         cluster-beacon-interface
7987
7988         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7989
7990         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7991
7992         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7993
7994         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7995         to get positions.
7996
7997         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7998         make ClusterSpannerBeacon to record Y positions. This removes the
7999         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8000         make cluster-note-events.
8001
8002 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8003
8004         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8005
8006         * configure.in: Use lily/main.cc as identifying source file.
8007
8008         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8009
8010         * config.hh.in: 
8011         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8012
8013         * configure.in: Require PYTHON >= 2.0.
8014
8015         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8016           $PYTHON for include dir location.
8017         (STEPMAKE_PYTHON): New function.  Use
8018         
8019             PYTHON=foo ./configure
8020
8021           to override.
8022
8023 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8024
8025         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8026         something.
8027
8028         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8029         ftp.lilypond.org everywhere.
8030
8031 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8032
8033         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8034         detected.
8035
8036         * Documentation/user/refman.itely (Grace notes): note on explicit
8037         contexts
8038
8039 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8040
8041         * lilypond-font-lock.el: add a comment about LilyPond specific
8042         escape characters: ^, - and _, in the syntax table.
8043
8044         * Documentation/user/appendices.itely: a majuscule fix.
8045
8046 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8047
8048         * input/test/trills.ly (endHorizScript): fixes.
8049
8050         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8051         notation, move from regression.
8052
8053         * input/test/script-stack.ly: change name from stacked-scripts
8054
8055         * input/test/ossia.ly: octave errors.
8056
8057         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8058         for midi-volume-equaliser
8059
8060 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8061
8062         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8063         cm fonts.
8064
8065         * mf/feta-beugel.mf: don't multiply font_count by 10.
8066
8067         * lily/lookup.cc (horizontal_line): new function. Use
8068         horizontal-line in output backends.
8069
8070         * Documentation/user/tutorial.itely (An orchestral part): new
8071         section on orchestral stuff and identifiers.
8072
8073 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8074
8075         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8076         some interference to other modes.
8077
8078 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8079
8080         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8081         not maximum of spacing wishes in polyphonic situations.
8082
8083         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8084         number
8085
8086         * lilypond-indent.el: remove paren matching. 
8087
8088         * lily/text-item.cc (interpret_new_markup): new function
8089         use iso. text2molecule.
8090
8091         * lily/main.cc (notice): change FSF address 
8092
8093         * po/de.po: update PO file to 1.6.
8094
8095 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8096
8097         * Documentation/user/ {many}: Add periods and remove spaces.
8098         
8099 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8100
8101         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8102         Disable buffer-locally default paren hook and make a new one. 
8103
8104         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8105         locally LilyPond-paren-mode. Add todo for mouse double-click.
8106
8107 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8108
8109         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8110         Disable buffer-locally default paren idle timer and make a new one. 
8111
8112         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8113         locally LilyPond-show-paren-mode. Add to menu a toggle for
8114         LilyPond-show-paren-function.
8115
8116 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8117
8118         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8119
8120 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8121
8122         * Documentation/user/refman.itely: spelling fix.
8123
8124         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8125         paren highlight function definitions. add todo for
8126         LilyPond-show-paren-mode.
8127
8128 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8129
8130         * input/template/jazz-combo.ly: new file.
8131
8132 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8133
8134         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8135         lo-res fixes.
8136
8137         * mf/feta-schrift.mf: bugfix in varcoda sign.
8138         WARNING: FONT CHANGED
8139
8140         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8141         in accordance with lexer.ll.   
8142
8143 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8144
8145         * Documentation/user/tutorial.itely: Edit introduction.
8146
8147 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8148
8149         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8150         ly:grob-staff-position
8151
8152 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8153
8154         * scm/to-xml.scm: import srfi-1
8155
8156         * VERSION (MAJOR_VERSION):  release 1.7.24
8157
8158         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8159
8160         * scripts/lilypond-book.py (do_file): put texidoc before image.
8161         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8162
8163         * input/regression/*.ly: fix snippet octaves 
8164
8165         * input/test/spanner-after-break-tweak.ly: import
8166         broken-spanner-adjustment
8167
8168         * input/no-notation/midi-transposing.ly: move from input/test/
8169
8170         * input/test/: remove chord-markup
8171
8172         * input/regression/instrument-name-partial.ly: move from input/test.
8173
8174         * input/test/vertical-text.ly: remove
8175
8176         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8177         space above lyrics lines.
8178
8179         * input/test/uniform-breaking.ly: remove file.
8180
8181         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8182         uniform spacing density. 
8183
8184         * input/test/chords.ly (keys): remove file.
8185
8186         * scm/documentation-lib.scm (oop): use srfi-1 too.
8187
8188         * input/regression/*.ly: add \version
8189
8190         * Documentation/user/*.itely: various fixes.
8191
8192         * buildscripts/mf-to-table.py (base): break table every three
8193         symbols.
8194
8195         * input/:  remove %% new-chords-done %% .
8196
8197         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8198         os-music.ly
8199         
8200 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8201
8202         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8203
8204         * scm/new-markup.scm (box-markup): new function.
8205         (box-markup): new function. Contributed by Dick Schoeller
8206         <schoeller@attbi.com>
8207
8208         * scm/lily.scm: remove reduce-no-unit 
8209         (list-insert-separator): use fold-right
8210
8211         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8212         of arguments. 
8213
8214         * NEWS: more neutral language for ancient notation 
8215
8216         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8217         inside pointing beaming for chord tremolo.
8218
8219         * Documentation/user/lilypond-book.itely: minor editing
8220
8221 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8222
8223         * NEWS: added news for 1.8 regarding ancient notation
8224
8225         * Documentation/user/refman.itely (Gregorian square neumes
8226         ligatures): fixed typo
8227
8228         * lily/vaticana-ligature-engraver.cc,
8229         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8230         lower/upper head of Pes only when heads are stacked
8231
8232         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8233         scm/define-grob-properties.scm: cleanup: make "join-left" a
8234         boolean grob property and save delta pitch in grob property
8235         "delta-pitch" instead
8236
8237         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8238
8239 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8240
8241         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8242         completely borked
8243
8244         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8245         (try_music): bug fix: beam multiplicity was completely borked.
8246
8247         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8248         first-n, butfirst-n in favor of srfi-1 functions.
8249         remove string-join, string-pad in favor of srfi-13 functions.
8250
8251         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8252
8253         * NEWS: use complete sentences.
8254
8255         * Documentation/user/introduction.itely (Example applications):
8256         add note about databases and lilypond-book.
8257
8258         * input/test/volta.ly: remove file
8259
8260         * input/regression/volta-broken-left-edge.ly: simplify file
8261
8262 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8263
8264         * Documentation/user/refman.itely (Constructing a tweak): new
8265         subsection.
8266
8267         * Documentation/user/tutorial.itely (Fine tuning layout): add
8268         common tweaks.
8269
8270         * scm/define-grobs.scm (TextScript): use new brewer.
8271
8272 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8273
8274         * VERSION: release 1.7.23
8275
8276         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8277
8278         * python/lilylib.py (make_ps_images): bugfixes.
8279
8280         * input/regression/volta-multi-staff.ly: new file.
8281
8282         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8283
8284         * Documentation/user/tutorial.itely (Piano staffs): new section.
8285         (Setting variables): new section
8286         (Fine tuning layout): new section
8287
8288         * input/just-friends.ly: remove file. Superseeded by
8289         input/test/chords-without-melody.ly
8290
8291         * ly/property-init.ly: add all commands to refman.
8292
8293         * scm/define-translator-properties.scm: remove
8294         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8295
8296         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8297         name. Underscores botch up PS output.
8298
8299         * scm/define-translator-properties.scm: remove
8300         textNonEmpty, oneBeat, regularSpacingDelta
8301
8302         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8303         rule for automaticBars.
8304
8305         * lily/timing-engraver.cc (start_translation_timestep): change
8306         barNonAuto to automaticBars
8307
8308 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8309
8310         * input/test/perform-tie.ly: delete file.
8311
8312 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8313
8314         * Documentation/user/refman.itely (Gregorian square neumes
8315         ligatures): bugfix: do not show ledger lines in neumes table
8316         (fixed by setting staff symbol to transparent rather than removing
8317         it from staff context)
8318
8319 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8320
8321         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8322         glue into brew-new-markup-molecule.
8323
8324         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8325
8326         * Documentation/user/introduction.itely (Computerized typography):
8327         new section
8328
8329         * Documentation/user/tutorial.itely (An orchestral part): remove
8330         pc example from tutorial.
8331
8332         * input/tutorial/lilbook.tex: use screech-boink
8333
8334         * scripts/lilypond-book.py (compile_all_files): split formatting
8335         output body and scheduling lilypond compilation.
8336         (format_lilypond_output_bodies): new function
8337         (format_lilypond_block): new function
8338         (html_pages): allow multi-page images in HTML
8339
8340         * python/lilylib.py (make_ps_images): rename function from
8341         make_preview, merge with make_page_images
8342
8343 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8344
8345         * input/test/key-clefs.ly: moved to regression.
8346
8347         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8348
8349         * input/no-notation/README: added note about midi-*.ly files.
8350
8351         * input/test/two-key.ly: moved to no-notation/parse5.ly
8352
8353         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8354         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8355
8356         * input/test/ {various}: modified comments, marked some for deletion.
8357
8358         * input/test/lines.ly: deleted file; duplicate of
8359         embedded-postscript.ly
8360
8361         * input/test/mmrest-collision: moved to regression.
8362
8363 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8364
8365         * scm/chord-name.scm (note-name->markup): don't superscript root
8366         alterations in chordnames.
8367
8368 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8369
8370         * Documentation/user/refman.itely (Multi measure rests): more
8371         index/cross-referencing.
8372
8373         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8374
8375         * scm/font.scm: remove properties-to-font-name code.
8376
8377         * scm/define-grob-properties.scm: remove 'type
8378
8379         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8380         conversion
8381
8382         * lily/text-spanner.cc: change 'type grob prop to 'style 
8383
8384         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8385         "first" flag to decide whether to make a start-repeat
8386
8387         * input/regression/grace-volta-repeat-2.ly: new file.
8388
8389 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8390
8391         * lilypond-indent.el: rename generic functions to LilyPond-*
8392
8393 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8394
8395         * input/test/thumb.ly: delete, merged into refman.
8396
8397         * Documentation/user/refman.itely: added thumb info to Fingering.
8398
8399         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8400         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8401         vertical-align.ly : deleted files.
8402
8403 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8404
8405         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8406
8407         * lily/line-spanner.cc (broken_trend_offset): remove function.
8408         (get_broken_offset): idem.
8409         (brew_molecule): rewrite the line-break case.
8410
8411         * input/regression/follow-voice-break.ly:  new file.
8412
8413         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8414         start of a system.
8415
8416 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8417
8418         * input/test/tuplet-rest.ly: moved to regression.
8419
8420         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8421         deleted file.
8422
8423         * input/test/ {many} : marked file for possible deletion.
8424
8425 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8426
8427         * input/regression/beam-funky.ly: add note about (disputed)
8428         correct beaming.
8429
8430         * ly/engraver-init.ly (ScoreContext): put key-signature after
8431         staff-bar
8432         
8433 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8434
8435         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8436
8437         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8438
8439         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8440
8441         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8442         stem-extend was deleted (it was duplicate example, and not as
8443         good).
8444
8445         * input/test/[s-z]*.ly: add texidoc index.
8446
8447 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8448
8449         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8450         get_first_notecolumn_y
8451
8452         * lily/spanner.cc (broken_spanner_index): new function.
8453
8454 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8455
8456         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8457         lyric-hyphen.ly : moved to regression.
8458
8459         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8460         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8461
8462         * input/test/instrument-name-mmrest.ly: moved to
8463         ../regression/multi-measure-rest-instr-name.ly
8464
8465         * input/test/knee-sym.ly: moved to
8466         ../regression/beam-knee-symmetry.ly.
8467
8468         * input/test/hymn.ly: change comments.
8469
8470         * input/test/[p-r]*.ly: add texidoc index.
8471
8472 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8473
8474         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8475         to postfix syntax
8476         
8477         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8478         syntax.
8479
8480         * VERSION: release 1.7.22
8481
8482 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8483
8484         * input/test/[h-k]*.ly: added texidoc index.
8485
8486         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8487
8488         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8489
8490         * input/test/ various : mark files for deletion or moving to
8491         regression.
8492
8493         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8494
8495         * input/test/[l-o]*.ly: added texidoc index.
8496
8497 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8498
8499         * scm/music-functions.scm (make-ottava-set): 
8500         only do ottavation if centralCPosition is set.
8501
8502         * lily/translator-scheme.cc (ly:context-property-where-defined):
8503         return '() if not found.
8504
8505 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8506
8507         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8508         Use one command for both commenting and uncommenting.
8509
8510         * lilypond-indent.el (LilyPond-comment-region): new function,
8511         (un)comments each line separately.
8512
8513         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8514         
8515         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8516         imenu is not added by default; adapted from f90.el,
8517         makes Help-menu, which does not fit, visible in XEmacs.
8518         
8519 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8520
8521         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8522         show-paren-mode sets blink-matching-paren-on-screen local.
8523         Try to make show-paren-function to paren-highlight local.
8524
8525         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8526         Copy definitions of Emacs' show-paren-function and
8527         XEmacs' paren-highlight and make minimal changes;
8528         add comments about locality. 
8529         Fix matching first open-paren-char in '<< .. >>'.
8530
8531 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8532
8533         * input/test/g*: added texidoc index.
8534
8535         * input/test/[a-g]*: added raggedright==#t when it
8536          seemed appropiate.
8537
8538         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8539
8540         * Documentation/topdoc/INSTALL.texi: removed false warnings
8541         about gcc 3.3.
8542
8543 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8544
8545         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8546
8547         * input/test/chords-without-melody.ly (texidoc): add from
8548         input/just-friends.ly
8549
8550         * input/regression/size{13--26}.ly: move from input/
8551
8552         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8553         input/{star-spangled-banner,twinkle}.ly: remove 
8554         
8555         * lily/slur.cc: remove slur over rest warnings.
8556
8557         * lily/note-spacing.cc (get_spacing): include left part of right
8558         object in fixed space. This fixes stretched space before
8559         accidentals.
8560
8561         * input/regression/spacing-accidental-stretch.ly: new file.
8562
8563 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8564
8565         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8566         Reduce to 16pt.
8567
8568 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8569
8570         * input/regression/spacing-knee.ly: docstring
8571
8572         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8573
8574         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8575         input/tutorial/{test,solar,flowing}.ly: remove
8576
8577         * input/rhythm.ly: remove
8578
8579         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8580
8581         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8582         update syntax. 
8583
8584         * scm/define-grobs.scm (all-grob-descriptions): set
8585         knee-spacing-correction to 1.0
8586
8587         * lily/note-spacing.cc (stem_dir_correction): compute knee
8588         correction using stem-thickness and head width.
8589
8590         * input/regression/beam-quanting-horizontal.ly: update texidoc
8591
8592         * scm/define-grobs.scm (all-grob-descriptions): set
8593         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8594         This fixes 32nd beams for noteheads in spaces quants.
8595
8596         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8597
8598 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8599
8600         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8601
8602 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8603
8604         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8605
8606         * VERSION (PACKAGE_NAME): release 1.7.21
8607
8608         * input/regression/stem-shorten.ly: new file.
8609
8610         * lily/stem.cc (get_default_stem_end_position): revise stem
8611         shortening code.
8612
8613         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8614
8615         * input/test/{scripts,volta-start,sleur}.ly: remove
8616         
8617         * input/regression/span-bar.ly: smaller file.
8618
8619         * input/regression/spacing-{natural,tight,loose}.ly: remove
8620
8621         * input/test/markup.ly: remove
8622
8623         * scripts/lilypond-book.py: put printfilename in separate chunk,
8624         so texidoc is printed after the filename.  
8625
8626 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8627
8628         * make/lilypond.mandrake.spec.in: fix docdirs.
8629
8630 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8631
8632         * input/regression/beam-french.ly: bugfix.
8633
8634         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8635
8636         * input/regression/(various).ly: add raggedright = #t.
8637
8638         * input/regression/auto-beam.ly: move from abe.ly
8639
8640 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8641
8642         * input/test/f*.ly: added texinfo index.
8643         
8644         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8645
8646 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8647
8648         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8649         quant penalty for beam just outside staff.
8650
8651         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8652         from beam-pos.ly,  remove non-horizontal tests. 
8653
8654         * input/test/(various): cleanup header info. 
8655
8656         * input/test/tchaikovsky.ly: remove file.
8657
8658         * scm/chord-generic-names.scm: move from
8659         double-plus-new-chord-name.scm
8660
8661         * input/test/orchestscore.ly: remove file
8662
8663         * Documentation/user/refman.itely (Vocal music): update documentation.
8664
8665         * scm/define-translator-properties.scm (chordNoteNamer): remove
8666         chordNameStyle, use chordNameFunction
8667
8668         * scm/chord-name.scm (set-chord-name-style): remove
8669         set-chord-name-style. Use \property chordNameFunction.
8670
8671 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8672
8673         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8674         music): remove @TeX{} command.
8675
8676 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8677
8678         * lilypond-indent.el (scan-sexps): Renamed to
8679         aargh-this-breaks-other-emacs-modes-scan-sexps.
8680
8681 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8682
8683         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8684         closing slurs: '()', etc. Add comments.
8685
8686         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8687
8688         * lilypond-font-lock.el: match unending string at eof.
8689
8690         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8691         
8692 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8693
8694         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8695         input/test/beam-dir.ly input/test/beam-position.ly    
8696         input/test/beam-suspect.ly input/test/beam-trend.ly    
8697         input/test/beams.ly input/test/crescendo-text.ly : deleted
8698         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8699         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8700         * input/test/default-bars.ly: moved to bar-always.ly
8701         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8702
8703 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8704
8705         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8706
8707 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8708
8709         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8710
8711 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8712
8713         * lilypond-indent.el: Match better slurs in scheme expressions.
8714         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8715
8716         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8717
8718 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8719
8720         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8721
8722         * input/ac-extra-voice.ly: Add texidoc.
8723
8724         * ly/chord-modifiers-init.ly: 
8725         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8726         and chordNameExceptionsPartial for new chord names.
8727
8728         * input/test/chord-names-dpnj.ly: 
8729         * input/test/dpncnt.ly: Update.
8730
8731         * scm/chord-name.scm: 
8732         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8733         chord selection and options.
8734
8735         * ly/chord-modifiers-init.ly: Add exceptions 
8736
8737         * scm/define-translator-properties.scm (chordNameStyle) 
8738         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8739
8740 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8741
8742         * ly/property-init.ly (germanChords): Added.
8743         (semiGermanChords): Added.
8744         
8745         * input/test/chord-names-german.ly: Use new macros
8746         
8747 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8748
8749         * lilypond-indent.el: Use similar parenthesis highlighting for 
8750         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8751         functions; removed LilyPond-show-paren-function. Fix indenting.
8752         Turn paren-matching on also in XEmacs.
8753
8754         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8755         as needed by parenthesis highlighting functions (in scan-sexp).
8756
8757 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8758
8759         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8760         function.
8761         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8762
8763 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8764
8765         * lilypond-indent.el: tune regexp for show-paren-function.
8766
8767 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8768
8769         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8770         for all LilyPond-produced tex snippets.
8771
8772         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8773         fixes one line --preview output of ly2dvi.
8774
8775 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8776
8777         * lilypond-indent.el: match only one type of slurs in
8778         LilyPond-show-paren-function.
8779
8780 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8781
8782         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8783         * debian/lilypond1.7.dirs: 
8784         * debian/lilypond1.7-doc.dirs: New file.
8785
8786         * input/regression/chord-name-exceptions.ly: Add parameter for
8787         ignatzekExceptions.  Quote hash in docstring.
8788
8789 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8790
8791         * lilypond-indent.el (show-paren-function): define show-paren-function
8792         as LilyPond-blink-matching-open and use it for closing parens.
8793         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8794
8795         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8796         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8797         LilyPond-blink-matching-paren in order to match both open and close
8798         brackets.
8799         
8800 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8801
8802         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8803         testing by modifying the code from FSF Emacs paren.el. Add comments.
8804
8805 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8806
8807         * input/test/dpncnt.ly: Transpose example to match new
8808         default \chords octave.  Add comment.
8809         
8810         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8811         comment about octave change.
8812
8813 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8814
8815         * input/test/[d,e]: added texinfo index tags.
8816         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8817
8818 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8819
8820         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8821
8822 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8823
8824         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8825         as in blink-matching-open.
8826
8827 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8828
8829         * input/test/[a-c]: more comments in files.
8830         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8831         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8832         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8833         mark file for proposed deletion.
8834         * input/test: renaming files:
8835         auto-beam-4-8.ly to beam-auto-4-8.ly
8836         auto-beam-override.ly to beam-auto-override.ly
8837         auto-beam.ly to beam-auto.ly
8838         blank.ly to blank-paper.ly
8839         absolute-volume.ly to dynamic-absolute-volume.ly
8840
8841 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8842
8843         * input/test/dpncnt.ly: 
8844         * input/test/chord-names-dpnj.ly: Resurrect.
8845
8846         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8847
8848         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8849
8850         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8851         Better docstring, add parameter OMIT-ROOT, tidy up.
8852
8853 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8854
8855         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8856
8857 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8858
8859         * scm/output-ascii-script.scm (as-font-alist-alist):
8860         (as-properties-to-font-name):
8861         (as-make-style-sheet): Remove.
8862
8863         * scm/font.scm (as-make-font-list): New function.
8864         (as-font-sheet-alist): New variable.
8865
8866         * ly/paper-as9-init.ly: 
8867         * ly/paper-as5-init.ly: Update.
8868
8869         * ly/paper-as5.ly:
8870         * ly/paper-as9.ly: New file.
8871
8872 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8873
8874         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8875
8876 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8877         * input/sondag-morgen/*: removed due to copyright concerns.
8878         * input/[a,b]*.ly: added a newline at the end of the texinfo
8879         doc string (produces better output in HTML version).
8880         * input/c*.ly: added texinfo index and added comments to
8881         aid in future changes to input/test/ files.
8882
8883 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8884         
8885         * Documentation/user/refman.itely: fixed build problem (missing
8886         file) caused by previous renaming.
8887
8888 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8889         
8890         * input/test/[a,b]*.ly: added texinfo index and added comments to
8891         aid in future changes to input/test/ files.
8892         * input/test/bar-number-every-5-reset.ly: renamed to
8893         bar-number-every-five-reset.ly
8894         * input/test/bar-script-visibility.ly: renamed to
8895         bar-number-show-all.ly
8896
8897 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8898
8899         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8900         to Voice.
8901
8902         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8903         out note-line and glissando functionality.
8904         
8905         * lily/line-spanner.cc (brew_molecule): cleanup.
8906
8907 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8908
8909         * scripts/as2text.scm: Use rdelim module.
8910         (start-system): Rename from start-line.
8911         (stop-system): Rename from stop-line.
8912         (af-gulp-file): Use string iso symbol for getenv.
8913
8914         * scm/output-ascii-script.scm: Add guile and lily modules.
8915         (font-name-alist): New variable.
8916         (draw-line): New function.
8917
8918         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8919         (Were these silently removed, without ChangeLog entry?)
8920
8921 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8922
8923         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8924         process 2nd ottava correctly.
8925
8926 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8927
8928         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8929
8930 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8931
8932         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8933
8934 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8935
8936         * VERSION: release 1.7.20
8937         
8938         * lily/text-spanner.cc (brew_molecule): clean up function. This
8939         fixes bugs with broken 8va spanners.
8940
8941         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8942         This prevents spurious line-breaks with raggedright
8943         
8944 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8945
8946         * lily/key-performer.cc (create_audio_elements): always use major
8947         key
8948
8949         * Documentation/user/internals.itely: updates
8950
8951         * input/regression/beam-break.ly: new file.
8952
8953         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8954         beams if starting or terminating stems have 'beaming set.)
8955
8956         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8957         property.
8958
8959         * lily/parser.yy (verbose_command_req): add comment about scales.
8960
8961 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8962
8963         * lilypond-indent.el: adjust regexps in bracket-matching.
8964
8965 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8966
8967         * Documentation/user/refman.itely: more tiny fixes
8968
8969         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8970         "Chord names"; added table with input syntax for solesmes neumes
8971         table; added some words about rationale on input syntax design
8972
8973         * lily/gregorian-ligature-engraver.cc,
8974         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8975         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8976         alignment of Pes Initio Debilis
8977
8978         * Documentation/user/refman.itely,
8979         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8980         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8981         bugs in the solesmes neumes table
8982
8983 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8984
8985         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8986         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8987
8988         * lilypond-mode.el: fix tag-score. small improvements.
8989
8990 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8991
8992         * .cvsignore: Add aclocal.m4.
8993
8994         * lily/music-constructor.cc: Include <assert.h>.
8995
8996 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8997
8998         * ly/engraver-init.ly (HaraKiriStaffContext): use
8999         RemoveEmptyStaffContext instead.
9000
9001         * Documentation/user/refman.itely: updates
9002
9003 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9004
9005         * Documentation/user/refman.itely: added solesmes neumes table;
9006         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9007         bugfix: "Ornaments" -> "Articulations"
9008
9009         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9010
9011 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9012
9013         * lilypond-indent.el: Add a message about trying to match \] or \).
9014         
9015 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9016         
9017         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9018         obsolete "arithmetic_*"
9019
9020         * input/bugs/ligatures.ly: removed (will be put into a different
9021         directory later)
9022
9023 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9024
9025         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9026         libkpathsea (Maurizio Tomasi).
9027
9028 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9029
9030         * input/regression/repeat-slash.ly (texidoc): new file
9031
9032         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9033         slash repeats separately. Slash repeats and %
9034         repeats can now be nested.
9035
9036 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9037
9038         * lilypond-indent.el: Add preliminary test for closing \] and \).
9039         
9040 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9041
9042         * lily/gregorian-ligature-engraver.cc,
9043         lily/vaticana-ligature-engraver.cc,
9044         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9045         mf/parmesan-heads.mf: various semivocalis related bugfixes
9046
9047         * input/bugs/ligatures.ly: new file demonstrating problems with
9048         ligatures
9049         
9050 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9051
9052         * lilypond-mode.el,
9053         lilypond-font-lock.el,
9054         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9055
9056 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9057
9058         * lilypond-mode.el: Remove outdated code. Stress the difference 
9059         between Emacs and XEmacs definitions.
9060
9061         * lilypond-mode.el,
9062         lilypond-indent.el: Define a function interactive only when necessary.
9063
9064 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9065
9066         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9067         Use inactive regions also in XEmacs.
9068
9069 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9070
9071         * Documentation/user/refman.itely (Repeat syntax): more updates
9072
9073         * lily/simple-spacer.cc (solve): move solution process into
9074         solve(). This fixes a bug with collisions and raggedright = ##t.
9075  
9076         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9077
9078         * ly/engraver-init.ly: remove GraceContext. Update examples.
9079
9080 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9081
9082         * GNUmakefile.in (fonts): Also make fontball.
9083
9084         * Website fixes:
9085
9086         * ly/engraver-init.ly (GraceContext): Add.
9087
9088         * run:
9089
9090             convert-ly $(find . -name *.ly)
9091
9092         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9093         new chords.
9094
9095 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9096
9097         * VERSION: 1.7.19 released
9098         
9099         * scm/music-functions.scm (set-octavation): new function.
9100
9101         * input/regression/ottava.ly: new file
9102
9103         * lily/translator-scheme.cc (LY_DEFINE): new function
9104         ly:unset-context-property
9105         (LY_DEFINE) new function ly:context-property-where-defined: 
9106
9107 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9108
9109         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9110
9111         * lilypond.words: add few.
9112
9113         * input/test/script-chart.ly: fix typo.
9114
9115 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9116
9117         * scm/define-grobs.scm: uniform naming for definitions and output
9118         routine files. 
9119
9120         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9121         scm/context-description.scm
9122
9123         * lily/parser.yy (translator_spec_body): add \description to the
9124         \translator{} body syntax.
9125
9126         * lily/ottava-engraver.cc: new file.
9127
9128         * scm/chord-name.scm (natural-chord-alteration): replace old
9129         chord stuff. 
9130
9131         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9132
9133         * Documentation/user/refman.itely (Metronome marks): update doco.
9134
9135         * input/regression/markup-note.ly: new file
9136
9137         * input/regression/metronome-marking.ly: new file
9138
9139         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9140
9141         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9142         metronome marks.
9143
9144 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9145
9146         * Documentation/user/GNUmakefile: Compatibility fix for new
9147         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9148         for making binary packages; info splitting bug has been fixed.
9149
9150         * Documentation/user/refman.itely: Compile fixes.
9151
9152 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9153
9154         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9155         Count \midi -keywords also for a region.
9156
9157 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9158
9159         * lily/lookup.cc (LY_DEFINE): new function
9160
9161         * Documentation/user/tutorial.itely: updates
9162
9163 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9164
9165         * lilypond-mode.el: Allow Midi on buffer.
9166         Use only '.ly'-extension, remove '.sly' and '.fly'.
9167         Allow use of inactive regions. Invoke next Command on Master file, 
9168         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9169
9170 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9171
9172         * Documentation/user/tutorial.itely: updates.
9173
9174 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9175
9176         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9177
9178 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9179
9180         * lily/coherent-ligature-engraver.cc: fixed typo
9181
9182         * lily/coherent-ligature-engraver.cc,
9183         lily/gregorian-ligature-engraver.cc,
9184         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9185         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9186         lily/vaticana-ligature-engraver.cc,
9187         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9188         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9189         removed all ligature specific stuff from NoteHead code
9190
9191         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9192         ligatures now use regular noteheads
9193
9194         * lily/vaticana-ligature.cc: tiny code cleanups
9195
9196         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9197         space between two adjacent noteheads of the same pitch
9198
9199         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9200         description; cleanup: removed obsolete font-family settings
9201
9202 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9203
9204         * lily/coherent-ligature-engraver.cc,
9205         lily/gregorian-ligature-engraver.cc,
9206         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9207         lily/mensural-ligature-engraver.cc,
9208         lily/vaticana-ligature-engraver.cc,
9209         lily/include/gregorian-ligature-engraver.hh: updated for new
9210         Coherent_ligature_engraver; added comments that describe the basic
9211         design ideas of the ligature implementation
9212
9213         * lily/coherent-ligature-engraver.cc,
9214         lily/include/coherent-ligature-engraver.hh: new file: shared code
9215         between mensural ligatures and Gregorian chant notation ligatures
9216
9217 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9218
9219         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9220         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9221         use only two arguments in sit-for, use no arguments in
9222         read-char-exclusive, backspace is not a character (127) in XEmacs.
9223
9224         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9225
9226 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9227
9228         * lilypond-mode.el: un-commenting works after syntax-table fix.
9229
9230         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9231         group, verbose commenting for syntax table.
9232
9233         * lilypond-indent.el: add TODO for ligature slurs.
9234
9235 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9236
9237         * lilypond-mode.el: Move comments of parenthesis matching away,
9238         (blink-matching-paren-on-screen) fix blinking in Emacs.
9239
9240         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9241         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9242
9243         * lilypond-indent.el: Add TODO for parenthesis matching.
9244
9245 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9246
9247         * lilypond-mode.el: Fix XEmacs: 
9248         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9249         invoke explicitly easy-menu-add (in Emacs done automatically).
9250         
9251         * lilypond.words: Add few words from input/*/*.ly.
9252
9253 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9254
9255         * VERSION (PATCH_LEVEL): release 1.7.18
9256
9257         * scripts/lilypond-book.py: only print basename for printfilename
9258         option
9259
9260         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9261         and syntax updates.
9262
9263 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9264
9265         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9266         better parametrisation. Move fatness of bulb downward.
9267
9268         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9269         glyph names. Underscores are not allowed .ps encoding files.
9270
9271 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9272
9273         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9274         variable "packed" for packed right-ragged mode
9275
9276         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9277         unused variable ragged; fixed indentation
9278
9279         * Documentation/user/refman.itely: tiny cleanups in ancient
9280         clef and custos section
9281
9282 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9283
9284         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9285         \applyoutput PROCEDURE
9286
9287         * lily/my-lily-lexer.cc: add \applyoutput.
9288
9289         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9290
9291         * lily/text-item.cc: clean text-interface description
9292
9293 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9294
9295         * input/{regression,test}/: use postfix for slur endings and beam
9296         begins.
9297
9298         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9299         style beams too. 
9300
9301         * input/regression/lyrics-melisma-beam.ly: new file.
9302
9303         * lily/lyric-engraver.cc (process_music): change from
9304         process_acknowledged_grobs()
9305
9306         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9307         functions to set and revert auto-beam settings.
9308
9309 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9310
9311         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9312
9313 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9314
9315         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9316         Documentation/user/lilypond.tely: fixed some typos; updated author
9317         info
9318
9319         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9320         #"" -> #'flag-style = #'()
9321
9322         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9323         cleanup: removed dead #includes
9324
9325         * lily/gregorian-ligature-engraver.cc,
9326         lily/include/gregorian-ligature.hh,
9327         scm/grob-property-description.scm: small cleanups, small spacing
9328         fixes
9329
9330         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9331         lily/vaticana-ligature.cc,
9332         lily/include/gregorian-ligature-engraver.hh,
9333         scm/grob-property-description.scm, scm/music-types.scm:
9334         "porrectus" -> "pes or flexa"
9335
9336         * ly/engraver-init.ly, scm/grob-description.scm,
9337         scm/grob-property-description.scm: junked porrectus, now handled
9338         by ligature code
9339
9340         * scm/grob-description.scm: bugfix: added space-alist entry for
9341         breathing sign/custos
9342
9343 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9344
9345         * Another grand 2003 update.
9346         
9347         * Remove mentioning of `mudela'; There's no such thing.
9348
9349 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9350
9351         * Documentation/user/preface.itely (Preface to version 1.8): update
9352
9353         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9354
9355         * Documentation/user/converters.itely (Invoking convert-ly): revise
9356
9357         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9358
9359         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9360
9361 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9362
9363         * Documentation/user/internals.itely: more updates.
9364
9365 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9366
9367         * Documentation/user/refman.itely: revise 
9368
9369         * Documentation/user/internals.itely: revise
9370
9371         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9372
9373 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9374
9375         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9376         beautification: reformatted ancient clefs section; cleanup: small
9377         wording fixes
9378
9379 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9380
9381         * lilypond.words: added words for chant notation, sorted
9382         alphabetically through "sort lilypond.words"
9383
9384 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9385
9386         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9387         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9388         chant notation
9389
9390 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9391
9392         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9393         prevent TeX from interpreting them as long dash
9394
9395         * input/test/vaticana.ly: updated
9396
9397         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9398         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9399         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9400         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9401         fixes
9402
9403         * mf/parmesan-heads.mf: ledger endings: removed dead code
9404
9405 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9406
9407         * VERSION: 1.7.17 released
9408         
9409         * Documentation/user/GNUmakefile
9410         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9411         files too.
9412
9413         * scm/document-markup.scm: new file: document all markup
9414         functions.
9415
9416         * scm/documentation-generate.scm: rename all documentation modules
9417         to document-*.scm
9418
9419         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9420         .png
9421
9422         * input/test/divisiones.ly: added
9423
9424         * input/regression/output-property.ly: new file
9425
9426         * lily/cluster.cc: change cluster-interface to use style property
9427
9428 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9429
9430         * input/test/chord-names-german.ly: modified.
9431
9432         * scm/chords-ignatzek.scm:
9433           chord-name->german-markup: Added
9434           note-name->german-markup: Changed (now producing lowercase notenames)
9435
9436         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9437         
9438 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9439
9440         * scripts/convert-ly.py (FatalConversionError.conv):
9441         divisiominima -> divisioMinima, etc.
9442
9443         * ly/engraver-init.ly (FiguredBassContext): add
9444         Separating_line_group_engraver to Figured bass context.
9445
9446         * ly/german-chords-init.ly: remove file
9447
9448         * input/test/chord-names-german.ly (scm): new file.
9449
9450         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9451
9452         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9453         Chord_name_engraver
9454
9455         * Documentation/user/refman.itely: lots of updates.
9456
9457         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9458         new file
9459
9460         * input/test/bar-number-every-5-reset.ly: new file.
9461
9462 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9463
9464         * input/regression/chord-name-major7.ly: new file
9465
9466         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9467         if specced explicitly.
9468
9469         * input/regression/chord-name-entry-11.ly: new file.
9470
9471         * input/test/slur-beautiful.ly: new file.
9472
9473         * Documentation/user/refman.itely: updates.
9474
9475         * input/regression/collisions.ly (threevoice): cleanup.
9476
9477         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9478
9479 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9480
9481         * Documentation/user/*.itely: various updates.
9482
9483         * ly/spanners-init.ly: enddecr/ endcr.
9484
9485         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9486         of tutorial
9487
9488 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9489
9490         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9491
9492         * lily/new-chord-name-engraver.cc (process_music): use octavation
9493         (a number) instead of original-pitch to store inversions. This
9494         fixes a problem with transposed chords with inversions.  
9495
9496 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9497
9498         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9499         used in includable-lexer.hh.
9500
9501         * lily/includable-lexer.cc: Bugfix: include config.h.
9502
9503         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9504         circumvention of Debian packaging bug.
9505
9506 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9507
9508         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9509         
9510         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9511
9512         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9513         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9514
9515         * lily/include/includable-lexer.hh: 
9516         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9517
9518         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9519
9520         * aclocal.m4: Regenerate.
9521
9522         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9523         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9524
9525         * scm/pdf.scm (use-modules): Include lily.
9526
9527         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9528         Noordkamp).
9529         (use-modules): Include lily.
9530         (lily-def): Bugfix: include tex-val in let.
9531
9532 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9533
9534         * lilypond-mode.el: sensible error if lilypond.words not found.
9535
9536         * lilypond.words: add few words.
9537
9538 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9539
9540         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9541
9542         * mf/parmesan-scripts.mf: fixed typo in char name
9543
9544 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9545
9546         * VERSION: 1.7.16 released
9547
9548         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9549         (this is a security vulnerability).
9550
9551         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9552
9553         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9554         add staff support.
9555
9556 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9557
9558         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9559         ly/script-init.ly, scm/script.scm: bugfix: renamed
9560         fermata->signumcongruentiae to fix naming clash with feta font
9561
9562 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9563
9564         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9565
9566         * lily/multi-measure-rest-engraver.cc
9567         (start_translation_timestep): use grace timing too for determining
9568         when to make mmrest.
9569         (start_translation_timestep): clear numbers too.
9570
9571 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9572
9573         * scm/music-types.scm: compile fix: escape braces
9574
9575         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9576         work around font selection problem
9577
9578         * Documentation/user/refman.itely: BreathingSign: added docu for
9579         property "text"
9580
9581 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9582
9583         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9584         information.
9585
9586 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9587
9588         * lily/multi-measure-rest-engraver.cc (class
9589         Multi_measure_rest_engraver): make multiple Number objects, one
9590         for each MultiMeasureTextEvent.
9591
9592         * scm/music-functions.scm (glue-mm-rest-texts): use
9593         MultiMeasureTextEvent
9594
9595         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9596
9597         * Documentation/user/refman.itely (Multi measure rests): update.
9598
9599 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9600
9601         * lily/ly-module.cc (ly_copy_module_variables): use
9602         scm_internal_hash_fold() for iterating modules.
9603
9604 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9605
9606         * Documentation/user/refman.itely: Section Custodes: added more
9607         example code
9608
9609         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9610         neo-mensural rests to parmesan font
9611
9612         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9613         header
9614
9615 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9616
9617         * Documentation/user/macros.itexi: @fileref macro.
9618
9619         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9620         each file. 
9621
9622 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9623
9624         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9625         Documentation/topdocs/AUTHORS.texi: updated my email address
9626
9627         * Documentation/user/refman.itely: updated custos documentation;
9628         beautified divisiones example; beautified articulations table
9629
9630         * lily/breathing-sign.cc: bugfix: finalis molecule
9631
9632 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9633
9634         * Documentation/user/refman.itely: added docu for
9635         contemporary fermata symbols, gregorian breathing signs; small fixes
9636
9637         * ly/gregorian-init.ly: removed obsolete #'type props
9638
9639 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9640
9641         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9642         minimum-length property correctly.
9643
9644 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9645
9646         * scm/music-functions.scm (make-multi-measure-rest): set input
9647         locations for multimeasure rests.
9648
9649 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9650
9651         * input/regression/breathing-sign.ly: updated to for ancient
9652         notation
9653
9654 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9655
9656         * scripts/ly2dvi.py: Add newline.
9657
9658 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9659
9660         * scripts/ly2dvi.py (dependency_files): Compile fix.
9661
9662 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9663
9664         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9665         (make_html_menu_file): --html menu. 
9666
9667 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9668
9669         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9670
9671 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9672
9673         * input/screech-boink.ly: new file.
9674
9675 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9676
9677         * scripts/lilypond-book.py (make_lilypond_file): convert
9678         lilypond-file to lilypond block directly, without going through
9679         begin/end lilypond text.
9680         
9681
9682 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9683
9684         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9685         scm/grob-description.scm: moved Michael's original breathing sign
9686         code in brew_molecule() to divisio_minima(); provided new
9687         brew_molecule() that effectively replaces the
9688         Text_item::brew_molecule callback (with additional fallback to
9689         Michael's original code); added callbacks for brewing divisio
9690         maior/maxima and finalis
9691
9692         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9693         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9694
9695         * script-init.ly: added shortfermata, longfermata,
9696         verylongfermata, varcoda
9697
9698         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9699         longfermata, verylongfermata, varcomma, varcoda
9700
9701 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9702
9703         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9704           Remove all noquote and insert a few quote.
9705         
9706         * Documentation/user/lilypond-book.itely (Music fragment options),
9707           scripts/lilypond-book.py: Don't include quotation blocks by
9708           default. Introduce option quote instead of noquote
9709
9710 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9711
9712         * VERSION: 1.7.15 released
9713         
9714         * Documentation/user/lilypond.tely: omf updates.
9715
9716         * buildscripts/texi2omf.py (omf_vars): include version.date
9717
9718         * make/lilypond.redhat.spec.in: fixes for spec file. 
9719
9720         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9721         by function definition: lily now requires a recent GNU Make.
9722
9723         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9724         writing.
9725
9726         * make/ly-rules.make: remove .ly -> .tex rule
9727
9728         * Documentation/user/refman.itely (Figured bass): revised figured
9729         bass example.
9730
9731 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9732
9733         * stepmake/stepmake/omf-targets.make (local-install): add
9734         scrollkeeper-update message.
9735
9736         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9737         to binary.
9738         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9739
9740         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9741
9742         * Documentation/user/converters.itely (Invoking midi2ly): add
9743         track/channel notice.
9744
9745 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9746
9747         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9748
9749         * lily/parser.yy (scalar): DIGIT is also a scalar.
9750
9751         * Documentation/user/music-glossary.tely: add @omf tags
9752
9753         * Documentation/user/lilypond.tely: add @omf tags
9754
9755         * scm/generate-documentation.scm (string-append): add @omf tags.
9756
9757         * stepmake/stepmake/omf-*: new files 
9758
9759         * input/regression/multi-measure-rest.ly (texidoc): add doco
9760
9761         * GNUmakefile.in (web-doc-install): add web-doc-install target
9762
9763         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9764         fixes crashes while dumping MIDI.
9765
9766         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9767         midi
9768
9769 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9770
9771         * buildscripts/texi2omf.py: new file.
9772
9773         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9774         font-name
9775
9776 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9777
9778         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9779
9780         * lily/sequential-iterator.cc (descend_to_child): call
9781         descend_to_child() for all types of music.
9782
9783 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9784
9785         * scm/translator-property-description.scm: Add
9786         bassFigureFormatFunction.  Replace some entries.
9787
9788 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9789
9790         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9791         clean out.
9792
9793 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9794
9795         * scripts/midi2ly.py (Note.dump): never dump duration for
9796         dump_dur=0.
9797
9798         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9799         new function
9800
9801         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9802         figures using new markups. Much simpler, and should improve layout
9803         a little.
9804
9805         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9806
9807 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9808
9809         * ly/engraver-init.ly: use Hara kiri by default for 
9810         ChordNames, FiguredBass and Lyrics(Voice) context. 
9811
9812         * lily/axis-group-engraver.cc (acknowledge_grob): use
9813         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9814
9815         * scm/new-markup.scm (markup-function-list): add bracket,
9816         vbracket.
9817
9818         * ly/engraver-init.ly (ChordNamesContext): set
9819         minimumVerticalExtent
9820
9821 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9822
9823         * input/test/time-signature-double.ly: new file 
9824
9825         * input/regression/collision-head-chords.ly (texidoc): new file.
9826
9827         * lily/type-swallow-translator.cc: add note swallow translator 
9828
9829         * input/test/time-signature-double.ly: new file.
9830
9831         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9832
9833         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9834         (FiguredBassContext): idem.
9835
9836         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9837
9838         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9839
9840         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9841
9842         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9843         .afm dependency
9844
9845         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9846
9847         * python/lilylib.py (make_page_images): add function.
9848
9849         * scripts/ly2dvi.py (run_latex): include title in preview image.
9850
9851         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9852         from lilypond-book for <ly2dvifile> tags in HTML.
9853
9854         * scripts/ly2dvi.py (option_definitions): add --debug option to
9855         print out environment.
9856
9857         * input/regression/tie-chord-partial.ly: new file.
9858
9859 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9860
9861         * lilypond.words: add 3
9862
9863 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9864
9865         * scm/new-markup.scm (markup-function-list): add finger-markup
9866
9867         * input/tutorial/brahms-tweaked.ly: new markup 
9868
9869         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9870
9871         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9872         crash when processing '() markup
9873
9874         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9875
9876         * lily/breathing-sign.cc (railtracks): another caesura.
9877
9878         * mf/feta-schrift.mf: caesura symbol. 
9879
9880 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9881
9882         * scripts/convert-ly.py (FatalConversionError.conv): add
9883         ly:molecule-XXX conversions.
9884
9885         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9886
9887         * input/regression/multi-measure-rest-text.ly: new file.
9888
9889         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9890         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9891
9892         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9893         ScoreContext
9894
9895         * scm/new-markup.scm (center-markup): \center markup.
9896
9897         * scm/music-functions.scm: remove pitchify scripts.
9898
9899         * lily/music.cc (print_smob): display music name if available 
9900
9901 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9902
9903         * Documentation/user/refman.itely (Instrument names): remove
9904         \turnOff doco.
9905
9906 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9907
9908         * lily/score.cc (mark_smob): bugfix.
9909
9910         * input/regression/rehearsal-mark.ly: new file.
9911
9912         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9913         report error at the current token again.
9914
9915 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9916
9917         * cygwin/mknetrel: Exit if doc build fails.
9918
9919         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9920
9921 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9922
9923         * scm/music-types.scm (music-descriptions): add doc strings
9924
9925 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * lily/lexer.ll: 
9928         * lily/include/my-lily-lexer.hh: 
9929         * lily/include/includable-lexer.hh: Add flex kludge.
9930
9931         * config.hh.in: 
9932         * config.make.in: 
9933         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9934         cruft.
9935         
9936         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9937         code.
9938
9939 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9940
9941         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9942
9943         * lily/parser.yy (new_chord): Compile fix.
9944
9945 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9946
9947         * Documentation/user/refman.itely (Tuning groups of objects):
9948         remove documentation for \turnOff. 
9949
9950         * lily/percent-repeat-engraver.cc (try_music): add correct
9951         processing moments for double-measure percents as well.
9952
9953         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9954
9955         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9956         grob prop type. 
9957
9958         * Documentation/user/refman.itely (Printing named chords): add
9959         chord name tweak doco.
9960
9961         * input/template/gregorian-transcription.ly: new file.
9962
9963 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9964
9965         * VERSION: 1.7.13 released
9966         
9967         * input/test/*: lots of cleanups/comment-outs/removals in chord
9968         examples
9969         
9970         * input/regression/*: lots of cleanups/comment-outs/removals in
9971         chord examples
9972         
9973         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9974         options
9975
9976         * lily/new-chord-name-engraver.cc (process_music): give original
9977         inversion pitch to chord name routine.
9978
9979         * input/tutorial/os-score.ly: update to new markup
9980
9981         * Documentation/user/appendices.itely: simply include
9982         chords-ignatzek. 
9983
9984         * Documentation/user/refman.itely (Chords mode): add documentation
9985         for chord mode.
9986
9987         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9988         not present in chord.
9989         (construct-chord): add inversion and bass support.
9990
9991         * lily/chord.cc: junk contents.
9992
9993 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9994
9995         * Documentation/user/refman.itely:
9996         * Documentation/user/music-glossary.tely: fix. 
9997
9998 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9999
10000         * scm/chord-entry.scm (construct-chord): move chord construction
10001         to Scheme.
10002
10003         * lily/parser.yy (new_chord): new setup for chord entry.
10004
10005 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10006
10007         * lilypond.words:
10008         * Documentation/user/music-glossary.tely: add ambitus.
10009
10010 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10011
10012         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10013
10014         * lily/include/*.hh: string() -> to_string()
10015
10016         * scm/chords-ignatzek.scm: new file.
10017
10018         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10019         standard chord name exceptions.
10020
10021         * scm/translator-property-description.scm (chordNameSeparator):
10022         add property.
10023         (majorSevenSymbol): add property
10024
10025         * lily/translator-scheme.cc (ly:context-properties): new function
10026         (ly:context-parent): new function.
10027         (print_smob): print context name.
10028
10029         * lily/music.cc (ly:get-music-length): new function
10030         (print_smob): don't print properties.
10031
10032         * lily/duration.cc (duration<?): new function
10033
10034         * input/regression/chords-funky-ignatzek.ly: new file.
10035
10036         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10037         jazz chords.
10038
10039         * lily/pitch.cc (ly:pitch-diff): new function.
10040
10041         * input/regression/chords-ignatzek.ly: new file.
10042
10043 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10044
10045         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10046         pitches for jazz chords.
10047
10048 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10049
10050         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10051
10052 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10053
10054         * lilypond.words: add 1
10055
10056 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10057
10058         * Documentation/topdocs/AUTHORS.texi: refine.
10059
10060 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10061
10062         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10063         
10064         * lilypond.words: add one.
10065
10066 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10067
10068         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10069         Fontify bass note in chords, e.g., e in c1/e.
10070         
10071 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10072
10073         * Documentation/user/music-glossary.tely: Dutch updates and
10074         additions (Arent Storm).
10075
10076 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10077
10078         * input/regression/ambitus.ly:  move file.      
10079
10080         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10081
10082         * lily/event.cc (transpose): add tonic property to Key_change_req
10083         and to Key_engraver.
10084
10085 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10086
10087         * Documentation/user/refman.itely: fix typo.
10088
10089         * lilypond.words: removed wrong identifiers.
10090
10091 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * mf/feta-toevallig.mf: make flat stem shorter 
10094
10095 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10096
10097         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10098
10099         * lilypond.words: add from Phrasing slur.
10100         
10101 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10102
10103         * lilypond-mode.el: allow launching multiple ViewPS processes.
10104         
10105         * lilypond.words: add from Text markup.
10106
10107 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10108
10109         * input/test/ossia.ly (texidoc): add comment.
10110
10111         * input/regression/voice-follower.ly: new file.
10112
10113         * mf/feta-toevallig.mf: make flat heavier.
10114
10115         * lily/cluster-engraver.cc: clean up Cluster engraver
10116
10117         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10118         Engraver. Use Note_column to compute Y positions and deal with
10119         line break stuff.
10120
10121 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10122
10123         * lily/stem.cc: move french-beaming to stem.
10124
10125 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10126
10127         * lilypond-font-lock.el: fontify all durations in chords.
10128
10129         * lilypond.words: add from lily/my-lily-lexer.cc
10130
10131 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10132
10133         * VERSION: release 1.7.12
10134
10135         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10136
10137         * lily/gregorian-ligature.cc: new file
10138
10139         * lily/*: the Great 2003 search & replace.
10140
10141         * Documentation/user/refman.itely (Manual repeat commands): add
10142         note about font selection.
10143
10144 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10145
10146         * lilypond-mode.el: propose recompiling midi while invoking playing,
10147         not while stopping playing.
10148
10149 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10150
10151         * lilypond.words: add one.
10152
10153         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10154         and expressional note grouping. Fontify chord modes.
10155
10156 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10157
10158         * Documentation/user/music-glossary.tely (Top): translate melisma.
10159
10160 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10161
10162         * Documentation/user/music-glossary.tely (Top): add melisma.
10163
10164 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10165
10166         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10167         interfaces for (abstract) grob GregorianLigature
10168
10169         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10170         renamed head* -> glyph_name*, x-shift* -> x-offset*
10171
10172         * scm/grob-property-description.scm: bugfix: added missing descriptions
10173
10174 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10175
10176         * input/test/chord-names-dpnj.ly: New file.
10177
10178         * scm/double-plus-new-chord-name.scm: Implement full and partial
10179         exceptions.
10180
10181         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10182
10183         * scm/double-plus-new-chord-name.scm
10184         (double-plus-new-chord->markup): Fix sub->markup.
10185
10186
10187 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10188
10189         * lily/custos-engraver.cc: added TODO; editorial changes
10190
10191         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10192         consistency with other ligature engravers; removed access on (now)
10193         private variable _ligature of Ligature_engraver
10194
10195         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10196         renamed last_bound -> last_bound_; issue programming_error on
10197         abstract method calls; moved primitives code from
10198         Mensural_bracket_engraver to here (because almost ligature
10199         engravers will need it); renamed try_stop_ligature () ->
10200         typeset_ligature (); bugfix: store primitives of finished ligature
10201         in separate variable finished_primitives_ to avoid clash on input
10202         like "\] \["; added current_ligature () to enable access on
10203         private variable _ligature
10204
10205         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10206         (now in super class); renamed try_stop_ligature () ->
10207         typeset_ligature ()
10208
10209         * lily/mensural-ligature.cc: issue programming_error on abstract
10210         method calls
10211
10212         * lily/note-heads-engraver.cc: added TODO comment upon bool
10213         in_ligature
10214
10215         * mf/parmesan-heads.mf: fixed some of set_char_box()
10216
10217         * scm/grob-description.scm: added VaticanaLigature
10218
10219         * scm/grob-property-description.scm: added neume prefix properties
10220
10221         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10222         lily/include/gregorian-ligature-engraver.hh,
10223         lily/include/gregorian-ligature.hh: new files; framework for
10224         gregorian ligature engravers such as vaticana
10225
10226         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10227         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10228         vaticana style ligature implementation (still somewhat uncomplete)
10229
10230 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10231
10232         * VERSION: release 1.7.11
10233
10234         * scripts/convert-ly.py: add ly:pitch-transpose rule
10235
10236 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10237
10238         * input/test/dpncnt.ly: New file.
10239
10240         * lily/my-lily-lexer.cc: Add chordnames keyword.
10241
10242         * lily/parser.yy (chordnames_block): Parse chord name exception
10243         lists, see input/test/dpncnt.ly.
10244
10245         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10246         function.
10247
10248         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10249         filter-out too.
10250
10251         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10252         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10253         pitch functions (except for ly:make-pitch, but that's apparently
10254         some sort of scheme naming standard?).
10255
10256         * scm/lily.scm (!=): define-public.
10257
10258         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10259
10260 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10261
10262         * scm/double-plus-new-chord-name.scm
10263         (double-plus-new-chord-name->markup): New file.
10264
10265 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10266
10267         * python/lilylib.py (make_preview): don't suppress progress for
10268         bbox extraction.
10269
10270 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10271
10272         * Documentation/user/appendices.itely (scheme): update for new syntax.
10273
10274         * input/regression/chord-name-styles.ly: new file
10275
10276         * lily/instrument-name-engraver.cc: create instrument names
10277         without barline too.  Allows instrument name on ChordNames  
10278
10279         * scm/new-markup.scm (interpret-markup): allow simple strings as
10280         markup too.
10281
10282 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10283
10284         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10285         (step->markup-accidental): Fix: add accidental.
10286         (chord::inner-name-american): 
10287         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10288         append stray '/' if last superscript addition was 'o'.
10289
10290         * scm/new-markup.scm (normal-size-sub-markup) 
10291         (normal-size-super-markup): New function.
10292
10293         * lily/source-file.cc (Source_file): Add warning for possibly
10294         intentional but suspicious initialization.
10295
10296         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10297         add comments about cut-and-paste programming.
10298
10299         * flower/rational.cc (lcm): Not used; comment out.
10300
10301 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10302
10303         * lily/new-fingering-engraver.cc (position_scripts): use
10304         fingerHorizontalDirection to determine fingering horizontal
10305         directions.
10306  
10307         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10308         fingering support.
10309
10310         * scripts/convert-ly.py (FatalConversionError.conv): add style
10311         conversion rule. 
10312
10313         * scm/chord-name.scm (set-chord-name-style): new function.
10314         (new-chord-name-brew-molecule): revise to interpret markup only
10315         (new-chord->markup): cleanuppish rewrite. To be called from the
10316         new engraver.
10317
10318         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10319         Markup earlier, during interpreting.
10320
10321         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10322         style settings. Rename to chord-names-*.ly
10323
10324 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10325
10326         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10327         markup code and update to new markup.  Most probably broke some of
10328         it.
10329         
10330 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10331
10332         * Documentation/user/refman.itely: added docu for ambitus and
10333         clusters
10334
10335         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10336         ly_quote_scm() in lookup.cc
10337
10338         * mf/parmesan-clefs.mf: set_char_box fix
10339
10340         * lily/cluster-engraver.cc: junk implicit protection; use
10341         Protected_scm instead
10342
10343 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10344
10345         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10346         throughout.
10347
10348         * scm/new-markup.scm: Turn-off error-triggering test code.
10349
10350 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10351
10352         * scm/new-markup.scm (markup-thrower-typecheck) 
10353         (markup-typecheck?):  add full typechecking functions.
10354         (make-markup-maker): add make-FOO-markup functions.
10355         (markup-argument-list-error): nice error checking messages.
10356         (make-markup): better function: less quoting escapades.
10357
10358 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10359
10360         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10361
10362 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10363
10364         * cygwin/lilypond.hint (requires): Add cygwin.
10365
10366         * .cvsignore: Remove stepmake (huh!?!), add lib.
10367
10368         * GNUmakefile.in: Add libdir links for builddir runs.
10369
10370         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10371         instead of datadir.
10372
10373         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10374         local_lilypond_libdir.
10375
10376         * config.make.in (lilypond_libdir): Add.
10377
10378         * stepmake/stepmake/substitute-rules.make: 
10379         * stepmake/stepmake/script-rules.make: 
10380         * stepmake/stepmake/python-module-rules.make:
10381         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10382         lilypond-python-module patch.
10383
10384 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10385
10386         * Documentation/user/refman.itely (Graphical interfaces): add note
10387         about xml2ly.
10388
10389 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10390
10391         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10392
10393 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10394
10395         * VERSION: released 1.7.10
10396
10397         * scripts/musedata2ly.py (): idem
10398
10399         * scripts/midi2ly.py (dump_chord): idem
10400
10401         * scripts/etf2ly.py (version): idem 
10402
10403         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10404
10405         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10406
10407         * scm/tex.scm (tex-output-expression): remove eval compat
10408         glut. Other output files too.
10409
10410         * scm/chord-name.scm: don't export anything from chord module.
10411
10412         * input/test/american-chords.ly: idem
10413
10414         * input/test/banter-chords.ly (texidoc): idem
10415
10416         * input/test/Cc-chords.ly: add breakage notes.
10417
10418         * Documentation/user/refman.itely (Text markup): rewrite manual
10419         section.
10420
10421         * lily/parser.yy (scalar): allow \markup { } as property value. 
10422
10423         * scm/chord-name.scm: complete new markup usage
10424
10425         * scm/grob-description.scm (all-grob-descriptions): use new markup
10426         texts by default
10427
10428 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10429
10430         * scm/chord-name.scm: partial move to new markup texts.
10431
10432 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10433
10434         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10435
10436         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10437         settable.
10438
10439 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10440
10441         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10442         invoked for old midi, wait for killing.
10443
10444 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10445
10446         * Documentation/user/music-glossary.tely: Finnishing.
10447
10448 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10449
10450         * mf/feta-nummer-code.mf: some kerning pairs.
10451
10452 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10453
10454         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10455         Added.
10456
10457         * Documentation/user/refman.itely (Bar numbers):
10458         set-bar-number-visibility added, modulo-bar-number removed again
10459         (sorry).
10460
10461 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10462
10463         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10464
10465         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10466
10467         * Documentation/user/music-glossary.tely: translate into Finnish.
10468
10469 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10470
10471         * lilypond-mode.el: add shortcut for 2midi
10472
10473         * lilypond-font-lock.el: fontify lyrics
10474
10475 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10476
10477         * scm/drums.scm : use 1.7.x names.
10478
10479         * input/regression/drums.ly : Don't use << chords >>
10480
10481 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10482
10483         * lilypond-mode.el: tidy, add TODO
10484
10485         * make/lilypond.mandrake.spec.in: install-info quietly.
10486
10487 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10488
10489         * input/test/markup.ly: use new syntax.
10490
10491 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10492
10493         * ly/params-init.ly (interscoreline): add word-space
10494
10495         * input/test/metronome.ly (eighthNote): idem.
10496
10497         * input/test/script-priority.ly: use new markup
10498
10499         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10500
10501         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10502
10503         * lily/parser.yy (gen_text_def): bugfix.
10504         (full_markup): allow markup identifier.
10505
10506 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10507
10508         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10509         jobs at the same time. Add horizontal lines to Command menu.
10510         Allow one compiling job -- propose killing others before a new one.
10511
10512         * lilypond.words: add markup, teeny, etc.
10513
10514 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10515
10516         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10517         Allow only one type of midi process; launching Midi either stops
10518         midis or plays the current midi and launching MidiAll stops midis
10519         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10520         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10521
10522 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10523
10524         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10525         markup  for new markup texts.
10526
10527         * lily/mark-engraver.cc (process_music): idem
10528         
10529         * lily/instrument-name-engraver.cc (create_text): idem
10530
10531         * scm/new-markup.scm (magnify-markup): new function.
10532
10533         * scm/molecule.scm (stack-lines): bugfix.
10534
10535         * lily/font-interface.cc (get_font): take font-magnification from
10536         alist chain.
10537
10538 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10539
10540         * lily/molecule-scheme.cc: move scheme functions to separate file.
10541
10542         * lily/font-metric.cc  (ly_get_glyph): new function. 
10543         
10544         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10545         (italic-markup, dynamic-markup): new functions
10546         (font-markup): new function
10547
10548         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10549         padding and minimum
10550
10551 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10552
10553         * lily/accidental-engraver.cc:
10554         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10555
10556 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10557
10558         * lilypond.vim:
10559         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10560         [a-zA-Z] for user defined identifiers. Separate note cases 
10561         with and without a duration (allow cis\longaX).
10562
10563         * lilypond.words: Add words from Info.
10564
10565 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10566
10567         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10568
10569 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10570
10571         * lilypond-mode.el: Propose reverting buffer before a command if
10572         it was edited with an another editor.
10573
10574 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10575
10576         * lily/molecule.cc (ly_translate_molecule): new function
10577
10578         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10579         into libdir
10580
10581         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10582
10583         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10584
10585 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10586
10587         * lilypond.words: take \words from Info-index.
10588
10589 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10590
10591         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10592
10593 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10594
10595         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10596
10597 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10598
10599         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10600         and lilypond-documentation.
10601
10602 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10603
10604         * lily/parser.yy: Compile fix (bison 1.75).
10605
10606 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10607
10608         * VERSION: 1.7.9 released
10609
10610         * scm/music-functions.scm (shift-one-duration-log): refactor.
10611         Use music-map.
10612
10613         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10614
10615         * NEWS: update.
10616
10617         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10618         argument
10619         
10620         * scm/music-functions.scm (display-music): new function
10621         (music-map): change arg order.
10622
10623         * input/regression/new-markup-syntax.scm: new file
10624
10625         * lily/parser.yy (markup): add \markup { .. } syntax.
10626
10627         * scm/new-markup.scm (override-markup): new function
10628         (lookup-markup): new function
10629         (music-markup): new function
10630         (lookup-markup-command): use markup-signature to store argument
10631         format for parser.
10632
10633         * lily/lexer.ll: preliminary \markup syntax. 
10634
10635 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10636
10637         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10638         add pre/post-dependencies and menus with icons from source.
10639
10640         * Documentation/pictures/lilypond-48x48.xpm:
10641         * Documentation/pictures/lilypond-32x32.xpm:
10642         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10643         transparent.
10644
10645         * stepmake/stepmake/generic-targets.make:
10646         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10647
10648 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10649
10650         * input/regression/music-map.ly (texidoc): new file.
10651
10652         * scm/music-functions.scm (music-map): new function
10653
10654 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10655
10656         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10657
10658 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10659
10660         * input/test/to-xml.ly:
10661         * lily/ligature-engraver.cc: Fixes documentation.
10662
10663         * lilypond.mandrake.spec.in:
10664         * lilypond.redhat.spec.in: Add lilypond.words.
10665
10666         * Documentation/user/refman.itely: Mention Info inside emacs.
10667         
10668         * lilypond.suse.spec.in:
10669         * lilypond.redhat.spec.in:
10670         * lilypond.mandrake.spec.in: Set root-owner for doc
10671         (tobbe@nyvalls.se).
10672
10673 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10674
10675         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10676         os.popen.read ().
10677
10678 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10679
10680         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10681
10682         * python/lilylib.py (error): add space
10683
10684 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10685
10686         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10687         distribution.
10688
10689 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10690
10691         * lily/paper-outputter.cc (Paper_outputter): close port when
10692         finishing score.
10693
10694 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10695
10696         * scm/sodipodi.scm: Fixes.
10697
10698 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10699
10700         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10701
10702         * buildscripts/make-font-dir.py: Fix. 
10703
10704 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10705
10706         * lilypond-mode.el: Add support for Info inside Emacs.
10707
10708 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10709
10710         * buildscripts/make-font-dir.py: 
10711         * mf/GNUmakefile: Make sodipodi font map.
10712
10713         * scm/sodipodi.scm: Add more output functions.
10714
10715         * mf/feta-nummer.mf: 
10716         * mf/feta-beugel.mf: Add font_coding_scheme.
10717
10718         * lily/paper-outputter.cc (output_header): Fix creator string.
10719
10720 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10721
10722         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10723         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10724
10725         * lilypond.words: add two (Everybody can add/remove words now!).
10726
10727         * debian/rules:
10728         * make/lilypond.suse.spec.in:
10729         * make/lilypond.mandrake.spec.in:
10730         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10731
10732         * Documentation/user/refman.itely: Mention autocompletion.
10733
10734 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10735
10736         * scripts/ly2dvi.py: Add paper sizes.
10737
10738         * lily/timing-engraver.cc: 
10739         * lily/time-signature.cc: 
10740         * lily/span-bar.cc: 
10741         * lily/grob-scheme.cc: Code formatting fixes.
10742
10743         * scm/sodipodi.scm: 
10744         * scm/sketch.scm:
10745         * buildscripts/mf-to-table.py: 
10746         * buildscripts/make-font-dir.py: Font testing.
10747
10748 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10749
10750         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10751         inserts try-completion and shows all-completions.
10752
10753         * lilypond.words: '\' -> '\\'
10754
10755         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10756         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10757         
10758         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10759         and LilyPond-reserved-words.
10760         
10761 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10762
10763         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10764         from load-path.
10765         
10766         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10767         the mini-buffer with Control-Shift-c.
10768         
10769 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10770
10771         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10772         duration. This fixes \tempo taking time.
10773
10774 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10775
10776         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10777         Allow for text markup in repeatCommands. 
10778
10779 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10780
10781         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10782         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10783         Get rid of skeleton.el-dependency.
10784
10785         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10786
10787 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10788
10789         * lily/beam-engraver.cc (stop_translation_timestep): reset
10790         now_stop_ev_
10791
10792         * lily/scm-option.cc: add parse-protect to ly:set-option
10793
10794         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10795
10796 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10797
10798         * lily/include/ligature-bracket.hh: removed
10799         * lily/ligature-bracket.cc: removed
10800
10801         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10802         .tex
10803
10804         * lily/beam.cc (set_beaming): don't change beam count on rests.
10805         (brew_molecule): always set flag-width > 0.
10806
10807 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10808
10809         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10810         chars, remove instructions; instead, refer to lilypond-init.el and
10811         Documentation/topdocs/INSTALL.texi.
10812
10813         * lilypond.words: add identifiers and reserved words.
10814
10815         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10816         files and adding a load-path.
10817
10818         * lilypond-init.el: Instructions, extracted from 
10819         Documentation/topdocs/INSTALL.texi. 
10820         
10821 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10822
10823         * VERSION: 1.7.8 released 
10824
10825         * lily/grob.cc (warning): better robustness fix.
10826
10827 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10828
10829         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10830
10831         * lily/cluster-engraver.cc: stick better to variable naming
10832         conventions
10833
10834         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10835         until stop_translation_timestep()
10836
10837         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10838         min/max coordinates to backend, but no musical info such as
10839         pitches
10840
10841         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10842
10843         * lily/grob.cc: robustness fix: warning(): do not crash if
10844         cause is not set
10845
10846         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10847         the much more elaborated tuplet brackets than the very naive and
10848         simple ligature bracket grob
10849
10850 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10851
10852         * Documentation/user/refman.itely (Analysis brackets): add
10853         horizontal bracket doco.
10854
10855         * ly/property-init.ly (setMmRestFermata): added.
10856
10857         * Documentation/user/refman.itely (Multi measure rests): fermatas
10858         on mm rests.
10859
10860         * input/regression/apply-context.ly (texidoc): new file
10861
10862         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10863         code to be executed during interpretation. Possible applications:
10864         smart octavation, more advanced bar checks. 
10865
10866         * lily/apply-context-iterator.cc: new file.
10867
10868 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10869
10870         * input/test/new-markup.ly: new file.
10871
10872         * lily/text-item.cc (text_to_molecule): new function
10873
10874         * scm/new-markup.scm (lambda): new file
10875
10876         * lily/function-documentation.cc (ly_add_function_documentation):
10877         add proc property as well
10878
10879 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10880
10881         * Documentation/user/music-glossary.tely (Top): add custos.
10882
10883 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10884
10885         * Documentation/topdocs/INSTALL.texi: advise how to include source
10886         path to Emacs load-path and improve language.
10887
10888 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10889
10890         * GNUmakefile.in: config.h message fix.
10891
10892         * autogen.sh:
10893         * aclocal.m4: Regenerate.
10894
10895         * configure.in: 
10896         * config.make.in: 
10897         * stepmake/config.make.in: 
10898         * stepmake/configure.in: 
10899         * stepmake/autogen.sh: 
10900         * stepmake/aclocal.m4: Update for autoconf 2.56.
10901
10902 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10903
10904         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10905         to install Emacs-mode. Instructions how to use vim-mode.
10906
10907 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10908
10909         * scm/music-types.scm (music-descriptions): no length for tempo event.
10910
10911         * input/*.ly: add \version everywhere.
10912         
10913         * input/*.ly: update syntax to 1.7 + new-chords.
10914
10915         * VERSION: 1.7.7 released.
10916         
10917         * Documentation/user/*.tely: new chord syntax.
10918
10919         * input/regression/[bc]*.ly (texidoc): syntax updates.
10920         
10921 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10922
10923         * lilypond.words: add vocabulary to be used in auto-completion
10924
10925         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10926
10927         * lilypond.vim: allow note name at EOF
10928
10929 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10930
10931         * buildscripts/new-chords.py (edit): -e option: inline editing.
10932
10933         * input/regression/a*.ly (texidoc): syntax updates.
10934
10935         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10936         music): elucidations. 
10937
10938 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10939
10940         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10941         ly/spanners-init.ly, scm/grob-description.scm,
10942         scm/grob-property-description.scm, scm/music-types.scm,
10943         lily/cluster-engraver.cc, lily/cluster.cc,
10944         lily/include/cluster.hh, input/test/cluster.ly: cluster
10945         implementation
10946
10947         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10948         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10949         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10950
10951         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10952
10953         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10954
10955         * scm/grob-description.scm: bugfix: by default, use default note
10956         head style when engraving ligatures
10957
10958         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10959
10960         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10961         events
10962
10963         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10964
10965         * input/test/ancient-font.ly: bugfix: style -> flag-style
10966
10967         * lily/ligature-engraver.cc: indentation fix
10968
10969         * lily/parser.yy: indentation fixes
10970         
10971 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10972
10973         * input/regression/measure-grouping.ly: more elaborate example.
10974
10975         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10976         ly:div-moment. New functions 
10977
10978         * scm/music-functions.scm (set-time-signature): new function,
10979         allow inline time sig settings with measure grouping.
10980
10981         * lily/parser.yy (command_element): move time sig construction
10982         into Scheme.
10983
10984         * lily/side-position-interface.cc (out_of_staff): new function,
10985         like padding, but keep minimum distance from staff. Easier than
10986         linespanners (dynamics, pedals), but roughly the same effect.
10987
10988 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10989
10990         * emacs-mode.el: Added spanish-note-replacements 
10991         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10992
10993         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10994
10995 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10996
10997         * lilypond.vim: Do not fontify cises, desis, etc.
10998
10999         * vimrc: view dvi with <S-F6>
11000
11001 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11002
11003         * lily/lookup.cc (triangle): new function.
11004
11005         * input/regression/measure-grouping.ly (texidoc): new file: show
11006         triangles and brackets for beat groups of 3 and 2.
11007
11008         * lily/include/measure-grouping-spanner.hh (class
11009         Measure_grouping): new file.
11010
11011         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11012
11013         * lily/measure-grouping-engraver.cc (class
11014         Measure_grouping_engraver): new file.
11015
11016 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11017
11018         * Merge from stable:
11019
11020             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11021         
11022         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11023         stylesheet.
11024
11025         * ly/paper19.ly: Include paper19-init.ly.
11026
11027         * ly/paper19-init.ly: New file.
11028
11029         * Documentation/user/tutorial.itely (First steps): Fix first
11030         example for font test.
11031
11032         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11033
11034         * ChangeLog: Add 1.7.6 release marker (see below).
11035
11036         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11037         Add .py files.
11038
11039 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11040
11041         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11042
11043         * input/tutorial/*.ly: update to new syntax.
11044
11045         * lily/parser.yy (Composite_music): new transpose syntax,
11046         \transpose FROM TO MUSIC. 
11047
11048 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11049
11050         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11051         latex progress/error output to stderr (by default this goes to
11052         stdout).  Show lilypond progress, even when not verbose.
11053
11054         * python/lilylib.py (system): New optional parameter to control
11055         showing of progress.
11056
11057         * scm/backend-documentation-lib.scm (check-dangling-properties):
11058         Fix error message.
11059
11060         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11061         axis, extent.
11062
11063         * scm/grob-property-description.scm (magnify): Remove.
11064         (extent, axis): Add.
11065
11066 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11067
11068         * VERSION: Release 1.7.6.
11069
11070         * scripts/convert-ly.py: more uniformization substitutions.
11071
11072         * buildscripts/new-chords.py (sub_chords): new file.
11073
11074 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11075
11076         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11077         lilypond.map.  Include sauter fonts too.  Cleanups.
11078
11079 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11080
11081         * Documentation/user/tutorial.itely (First steps): change to new
11082         chord/tie/slur/beam notation.
11083
11084         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11085         ties.
11086
11087         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11088         engraver. Process ties in postfix notation, i.e. c8-~ c
11089
11090         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11091
11092         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11093
11094         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11095
11096         * lily/beam-engraver.cc (try_music): accept new-beam-events
11097
11098         * input/regression/chord-scripts.ly (texidoc): new file
11099
11100         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11101         script-events.
11102
11103         * scm/script.scm (default-script-alist): cleanup.
11104
11105         * lily/script-engraver.cc (make_script_from_event): cleanup.
11106
11107         * lily/lyric-combine-music-iterator.cc
11108         (Lyric_combine_music_iterator): remove superfluous events.
11109         (melisma_busy): new function. Fix broken melismas.
11110
11111 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11112
11113         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11114         Remove nonvalid settings. Use descriptive key names.
11115         Use <Return> to indicate the pressing of that key.
11116
11117 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11118
11119         * scripts/lilypond-book.py (option_definitions): Typo.
11120
11121         * scripts/ly2dvi.py: Updates.
11122
11123         * python/lilylib.py (setup_environment, print_environment)
11124         (get_bbox, make_preview): Merge and remove from ly2dvi and
11125         lilypond-book.
11126
11127         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11128
11129         * .cvsignore: Remove some cruft.
11130
11131         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11132         path.
11133
11134         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11135         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11136         throughout.
11137
11138         * python/lilylib.py (quiet_system): Junk
11139         (system): Display error log upon failure.
11140         (read_pipe): New function.  Cleanups and fixes.
11141
11142         * python/*.py: Rename from *.py.in.
11143         
11144         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11145
11146         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11147
11148 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11149
11150         * python/GNUmakefile: Bugfix: handle modules.
11151
11152         * stepmake/stepmake/python-module-targets.make (default): Add
11153         compiled modules. 
11154
11155         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11156         compiling modules.
11157
11158         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11159         Bugfix.  (OUT_PYC_MODULES): Add.
11160
11161 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11162
11163         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11164         Use default paths. Refresh description.
11165
11166 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11167
11168         * VERSION: 1.7.5 released
11169
11170         * input/regression/finger-chords.ly (texidoc): new file.
11171
11172         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11173         support
11174
11175         * lily/fingering-engraver.cc (process_music): remove kludgy
11176         scriptHorizontal stuff.
11177
11178         * lily/script.cc: remove staff-support property.
11179
11180         * lily/new-fingering-engraver.cc (add_fingering): new
11181         file. Fingering engraver for new style chords.
11182
11183 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11184
11185         * lily/parser.yy (bare_number): allow 4 \cm (without
11186         decimal dot). (should backport to 1.6?)
11187
11188         * ly/declarations-init.ly: use Scheme for dimension defs.
11189
11190         * lily/parser.yy (TODO): remove hard coded dimensions, add
11191         REAL NUMBER_IDENTIFIER production.
11192
11193         * lily/rest-collision.cc (force_shift_callback): rewrite using
11194         -done property.
11195
11196         * scm/grob-property-description.scm (rest-collision-done): add
11197         property.
11198         
11199         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11200
11201 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11202
11203         * input/regression/multi-measure-rest-center.ly: new file.
11204
11205         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11206         off horizontally by 0.05 ss. Fixed.
11207
11208 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11209
11210         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11211
11212         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11213
11214 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11215
11216         * lily/tie.cc (get_control_points): also avoid staff lines on the
11217         just outside the outer staff lines
11218
11219 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11220
11221         * ly/params-init.ly: Just define style-alist, no need to
11222         define-public.
11223
11224         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11225         (thanks Han-Wen).
11226
11227         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11228         (FET_FILES): = FONT_FILES.
11229
11230         * Merge from stable:
11231
11232             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11233
11234 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11235
11236         * VERSION: 1.7.4 released.  
11237         
11238         * scm/generate-documentation.scm (string-append): add macro
11239         definitions.
11240
11241         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11242         normal texts.
11243
11244         * lily/multi-measure-rest-engraver.cc: make separate
11245         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11246
11247         * lily/multi-measure-rest.cc: remove text handling. Remove
11248         number-threshold.
11249
11250 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11251
11252         * scm/music-types.scm: doc patch by Graham Percival
11253
11254 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11255
11256         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11257         encoding part.
11258         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11259         (sketch_p): Sketch wants only first four elements of X11 font spec.
11260
11261         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11262
11263         * mf/feta-autometric.mf: Write foundry and family to log.
11264
11265         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11266         font translation table.
11267
11268         * buildscripts/mf-to-table.py: Better font info into afm.
11269
11270         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11271         1.0.9 required.
11272
11273         * configure.in: Whine for mftrace 1.0.9.
11274
11275 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11276
11277         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11278
11279         * lily/main.cc (main_prog): don't try to load init.EXT when
11280         processing foo.EXT.
11281
11282 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11283
11284         * scm/tex.scm (zigzig-line): added.
11285
11286         * scm/ps.scm (zigzag-line): added.
11287
11288         * ps/music-drawing-routines.ps (subvec): added.
11289         (draw_zigzag_line): added.
11290         
11291         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11292         grob properties zigzag-width and zigzag-length.
11293
11294         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11295
11296 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11299         svg output, including font.
11300
11301 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11302
11303         * scm/lily.scm: Register sodipodi output module.
11304
11305         * scm/sodipodi.scm: New file.
11306
11307         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11308
11309         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11310         comment, after header.
11311         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11312         FullName.  Fix FontName key.
11313
11314 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11315
11316         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11317         and breve rests.
11318         
11319         * input/test/blank-notes.ly: bugfix
11320
11321         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11322         rests. (Kim Shrier)
11323
11324         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11325         
11326 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * scm/tex.scm: 
11329         * scm/ps.scm: Cleanup and remove obsolete junk.
11330
11331         * Documentation/user/internals.itely:
11332         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11333
11334         * lily/parser.yy: Identify shift/reduce problems.
11335
11336         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11337         make-style-sheet.  Too specific for convert-ly?
11338
11339 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11340
11341         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11342
11343         * input/test/*.ly: various fixes.
11344
11345         * lily/music.cc (name): bugfix
11346
11347         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11348
11349         * lily/input-file-results.cc (code): set-point-and-click! ->
11350         set-point-and-click
11351         
11352 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11353
11354         * Use uniform ly: prefix for exported scheme primitive functions.
11355
11356         * scm/music-types.scm: junk compat glue
11357
11358         * scripts/convert-ly.py: add rules for stuff below, junk
11359         compatibility glue for spanrequest.
11360
11361         * lily/parser.yy (verbose_event): remove \spanrequest,
11362         \commandspanrequest, \script. 
11363         
11364         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11365
11366         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11367         for \penalty, \glissando.
11368
11369         * VERSION: release 1.7.3
11370         
11371 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11372
11373         * lily/accidental-engraver.cc: Fix
11374         grace-in-the-beginning-of-measure bug caused by the resent
11375         partial-measure fix.
11376
11377         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11378         overlap looks too crowded)
11379         
11380 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11381
11382         * lily/parser.yy (assignment): allow SCM expression as assignment.
11383
11384         * lily/include/music-output-def.hh (class Music_output_def):
11385         * lily/music-output-def.cc: 
11386         * lily/paper-def.cc: 
11387         * scm/font.scm (markup-to-properties):
11388         * lily/parser.yy (music_output_def_body): 
11389         remove style_sheet_
11390
11391 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11392
11393         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11394         length.
11395
11396         * input/regression/spacing-to-grace.ly: new file.
11397
11398         * input/regression/spacing-end-of-line.ly: new file.
11399
11400         * lily/note-spacing.cc (get_spacing): take into account breakable
11401         stuff sticking out at the left (time sig change at line break).
11402
11403         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11404         raggedright code.
11405
11406         * scm/music-functions.scm (make-voice-props-set): add
11407         staff-position for mm rests.
11408  
11409         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11410         before grace notes a little.
11411
11412         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11413
11414         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11415         key adds space at the end of line. 
11416
11417 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11418
11419         * scm/sketch.scm: Fix beams.
11420
11421         * buildscripts/mf-to-table.py: Add EncodingScheme.
11422
11423         * scm/sketch.scm: Resurrect.
11424
11425 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11426
11427         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11428         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11429
11430 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11431
11432         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11433
11434         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11435
11436 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11437
11438         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11439         token for origin information.
11440
11441         * lily/parser.yy (My_lily_lexer): do identifier location and
11442         cloning from lexer.
11443
11444         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11445         logic out of the parser. Add bar checks on both ends.
11446
11447         * Documentation/user/refman.itely (Multi measure rests): add more
11448         notes about mm rests.
11449
11450 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11451
11452         * input/regression/bar-scripts.ly: Re-enable.
11453
11454         * lily/parser.yy:
11455         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11456         released rsn.  Bison 1.50 has a crucial bug and won't work.
11457
11458         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11459
11460
11461 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11462
11463         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11464
11465 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11466
11467         * Actually merge changes since 1.6.4 besides ChangeLog, and
11468         resolve conflicts.  Lots of updates, hope all is well.
11469         
11470         * cygwin/lilypond.hint (requires): Add ghostscript.
11471
11472         * scm: Update some (c).
11473         
11474 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11475
11476         * input/test/{various}.ly: add \header fields and texidoc strings.
11477
11478 2002-10-05  Werner Lemberg  <wl@gnu.org>
11479
11480         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11481         renamed to `output_latex_quoted'.
11482         Added `output_latex_noquote'.
11483         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11484         mode.
11485
11486 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11487
11488         * ChangeLog: Add 1.6.6 release marker.  See below.
11489
11490         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11491
11492         * scripts/midi2ly.py: Fix global syntax warnings.
11493
11494         * GNUmakefile.in: Generate builddir locale tree too.
11495
11496         * scripts/ly2dvi.py:
11497         * scripts/midi2ly.py: 
11498         * scripts/mup2ly.py: 
11499         * scripts/update-lily.py:
11500         * lily/main.cc (setup_paths): Fix for locales setup.
11501
11502 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11503
11504         * Documentation/windows/installing.texi: Soften wording about
11505         necessity of becoming Administrator.  tommie@iae.nl reports this
11506         does not seem to be necessary for his flavour of Windows 2000.
11507         Explicitely discourage text mode mounts.
11508
11509 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11510
11511         * lily/rest.cc (after_line_breaking): backport dot position fix.
11512
11513         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11514         rests. Thanks to Klaus Zimmermann for finding this bug.
11515
11516 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11517
11518         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11519
11520 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11521
11522         * Documentation/user/music-glossary.tely: fix links.
11523
11524 2002-10-21  Werner Lemberg  <wl@gnu.org>
11525
11526         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11527         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11528         scaling factor) only once and use them in the definition of
11529         \embeddedps.
11530         * ps/music-drawing-routines.ps (skeel): Removed.
11531
11532 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11533
11534         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11535         Solaris7, as we don't use nested $( ) constructs.
11536
11537 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11538
11539         * VERSION: Release 1.6.6.
11540         
11541 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11542
11543         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11544         as workaround for /bin/sh problems on Solaris7.
11545
11546 2002-10-19  Werner Lemberg  <wl@gnu.org>
11547
11548         * GNUmakefile.in (web-doc): Fix typos.
11549         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11550         `music-drawing-routines.ps' but emit \special{header=...} once.
11551         * scm/tex.scm (header-end): Updated.
11552
11553 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11554
11555         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11556         undefined tremolo. 
11557
11558 2002-10-15  Werner Lemberg  <wl@gnu.org>
11559
11560         * scripts/lilypond-book.py (g_make_html): New global variable.
11561         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11562         if `g_make_html' isn't set.
11563         [main]: Add format `texi-html'.
11564         (option_definitions): Updated.
11565         * Documentation/user/lilypond-book.itely: Updated.
11566
11567         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11568         * make/ly-rules.make (%.texi, %.nexi): Use it.
11569         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11570         format to lilypond-book.
11571         * GNUmakefile.in (web-doc): Ditto.
11572
11573 2002-10-14  Werner Lemberg  <wl@gnu.org>
11574
11575         Further improve TeX output.  The produced files are about 40%
11576         smaller.  `lilyponddefs.tex' is now read only once.
11577
11578         * tex/lilyponddefs.tex: Remove footer stuff.
11579         (\ifundefined): Renamed to...
11580         (\lilypondundefined): This.  Use LaTeX's definition to
11581         make it nestable and make it global.
11582         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11583         output.
11584         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11585         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11586         them global.
11587         (\placebox): Renamed to...
11588         (\lyitem): This.
11589         Make it global and call \outputscale by itself.
11590         (\lybox, \lyvrule): New macros to reduce input data.
11591         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11592         New auxiliary macros.
11593         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11594         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11595         to...
11596         (\lilypondspace): This and made it global.
11597         (\turnOnPostScript): Renamed to...
11598         (\lilypondpostscript): This and made it global.
11599         (\turnOnExperimentalFeatures): Renamed to...
11600         (\lilypondexperimentalfeatures): This and made it global.
11601         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11602         (\lilypondsetdimen): This and made it global.
11603         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11604         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11605         (all, $(outdir)/music-drawing-routines.ps): New rules.
11606         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11607         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11608         start-system, stop-system, stop-last-system, filledbox): Updated to
11609         use the changed macros from lilyponddefs.tex.
11610         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11611
11612 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11613
11614         * Documentation/windows/installing.texi: Update.
11615
11616 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11617
11618         * VERSION: 1.6.5 released
11619
11620         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11621
11622 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11623
11624         * scm/translator-property-description.scm (voltaOnThisStaff): add
11625         property.
11626
11627 2002-09-28  Werner Lemberg  <wl@gnu.org>
11628
11629         * scm/tex.scm (header-end): Suppress page numbering.
11630
11631         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11632         Fix quotation for HTML output.
11633
11634 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11635         
11636         * Documentation/user/refman.itely: grammar and phrasing
11637           fixes to "Note Entry" section.  Also adds a few new examples.
11638
11639 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11640
11641         * flower/include/string-data.icc: include string.h
11642
11643 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11644
11645         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11646
11647 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11648
11649         * Documentation/user/GNUmakefile (extra-local-help): Add.
11650
11651         * stepmake/stepmake/www-targets.make (local-help): Add.
11652
11653 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11654
11655         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11656         packages.
11657
11658         * Documentation/topdocs/README.texi (Top): building documentation
11659         (not website.)
11660
11661 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11662
11663         * Documentation/user/refman.itely: 
11664         * Documentation/user/tutorial.itely: 
11665         * Documentation/user/music-glossary.tely: Merge changes.
11666
11667         * Documentation/user/glossary.html.in: 
11668         * Documentation/index.texi: 
11669         * Documentation/header.html.in: Accomodate renaming of glossary.
11670         
11671         * Documentation/user/tutorial.itely: Add some glossary references.
11672         
11673         * Documentation/user/refman.itely: Minor fixes.
11674         
11675         * Documentation/user/lilypond.tely: Add glossary do direntry.
11676
11677         * Documentation/user/music-glossary.tely: Rename (previously:
11678         glossary.tely).  Fix anchor placement.
11679
11680         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11681
11682 2002-09-23  Werner Lemberg  <wl@gnu.org>
11683
11684         * scripts/lilypond-book.py (output_dict): Fix handling of
11685         various environments by avoid extraneous newlines.
11686         Rename `output-all' regexp for html to `output-html'.
11687         Replace `output-all' regexp for texi with `output-texi-quote'
11688         and `output-texi-noquote'.
11689         (compose_full_body): Don't override `linewidth' user option
11690         for `singleline'.
11691         (schedule_lilypond_block): Don't indent text specified with
11692         `intertext' option.
11693         Add new option `noquote'.
11694         (compile_all_files): Use latex instead of tex to compile ly
11695         files directly.
11696
11697         * Documentation/user/lilypond-book.itely: Updated and revised.
11698         Improve layout.
11699
11700         * Documentation/user/glossary.tely,
11701         Documentation/user/introduction.itely,
11702         Documentation/user/tutorial.itely,
11703         Documentation/user/refman.itely,
11704         Documentation/user/appendices.itely: Fix overfull LilyPond
11705         boxes caused by the new lilypond-book code.  Other minor
11706         fixes.
11707
11708         * Documentation/user/macros.itexi (@texiflat): Don't emit
11709         trailing space.
11710
11711         * scm/tex.scm (end-output, header-end): Add preamble and
11712         postamble to make lilypond output directly compilable with
11713         latex.
11714
11715         
11716 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11717
11718         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11719         instructions.
11720
11721 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11722
11723         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11724
11725 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11726
11727         * lily/beam.cc (connect_beams): don't crash if there are quarter
11728         notes in beams.
11729
11730 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11731
11732         * Documentation/user/refman.itely: corrected ancient clef
11733         docu; added docu on ligatures
11734
11735 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11736
11737         * Documentation/user/glossary.tely,
11738         Documentation/user/refman.itely, input/les-nereides.ly,
11739         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11740         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11741         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11742         Stem properties: flag-style -> stroke-style, style -> flag-style.
11743
11744
11745 2002-09-22  Werner Lemberg  <wl@gnu.org>
11746
11747         * scripts/lilypond-book.py: Add option `notime' to suppress
11748         printing of a time signature.  Specify default indentation of 0pt
11749         if single line fragment.  Don't emit redundant `\paper{ }'.
11750
11751         * Documentation/user/lilypond-book.itely: Updated.
11752
11753         * Documentation/user/glossary.tely: Completely reformatting.
11754
11755 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11756
11757         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11758
11759 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11760
11761         * Documentation/user/tutorial.itely: Fix links.
11762         
11763         * Documentation/topdocs/index.tely:
11764         * Documentation/index.texi:
11765         * Documentation/header.html.in: Small website fixes and updates.
11766
11767         * debian/: Debian patch by Anthony Fok.
11768
11769 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11770
11771         * Documentation/footer.html.in: How time flies: It's already 2002!
11772
11773         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11774         more descriptive link names than 'here'.
11775
11776 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11777
11778         * VERSION: 1.7.2 released
11779         * VERSION: 1.6.4 released
11780         
11781         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11782
11783         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11784         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11785
11786         * mf/feta-din.mf (test): add x-height and space.
11787
11788         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11789         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11790
11791         * ly/grace-init.ly: add-to-grace-init: function to portably add
11792         settings to \grace. 
11793
11794         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11795         if we get an absolute dynamic event.
11796  
11797         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11798
11799         * lily/source-file.cc (get_line): oops. All line numbers were off
11800         by 2. Fix that. 
11801
11802         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11803         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11804
11805         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11806
11807         * lily/parser.yy (number_factor): remove (number) as number
11808         expression. ("Let them eat Lisp").
11809
11810 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11811
11812         * lily/horizontal-bracket.cc: new file.
11813
11814         * lily/horizontal-bracket-engraver.cc: new file.
11815
11816         * input/regression/note-group-bracket.ly: new file. Support
11817         horizontal note brackets for music analysis.
11818
11819         * lily/stem.cc (flag): new flag-style: no-flag.
11820
11821         * input/test/stem-cross-staff.ly: new file
11822         
11823         * Documentation/user/internals.itely: Improved formatting, fixing
11824         typos.  Added a section `Output details' to describe how the TeX
11825         code looks like.
11826
11827         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11828
11829         * lily/parser.yy: remove \dynamicscript.
11830
11831         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11832         definitions. 
11833
11834         * python/midi.c (midi_error): take two arguments.
11835
11836         * Merge 1.6.5 changes:
11837         
11838 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11839
11840         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11841         staff-space.  Previous 1.5 was probably meant as half-spaces.
11842         (cautionary-style): parentheses (was: smaller).  This is what doco
11843         says, and it seems more logical.
11844
11845         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11846         for 2nd sentence.
11847
11848 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11849
11850         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11851
11852 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11853
11854         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11855
11856 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11857
11858         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11859
11860 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11861
11862         * scm/translator-property-description.scm (voltaOnThisStaff): add
11863         property.
11864
11865 2002-09-28  Werner Lemberg  <wl@gnu.org>
11866
11867         * scm/tex.scm (header-end): Suppress page numbering.
11868
11869         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11870         Fix quotation for HTML output.
11871
11872 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11873         
11874         * Documentation/user/refman.itely: grammar and phrasing
11875           fixes to "Note Entry" section.  Also adds a few new examples.
11876
11877 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11878
11879         * flower/include/string-data.icc: include string.h
11880
11881 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11882
11883         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11884
11885 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11886
11887         * Documentation/user/GNUmakefile (extra-local-help): Add.
11888
11889         * stepmake/stepmake/www-targets.make (local-help): Add.
11890
11891 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11892
11893         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11894         packages.
11895
11896         * Documentation/topdocs/README.texi (Top): building documentation
11897         (not website.)
11898
11899 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11900
11901         * Documentation/user/refman.itely: 
11902         * Documentation/user/tutorial.itely: 
11903         * Documentation/user/music-glossary.tely: Merge changes.
11904
11905         * Documentation/user/glossary.html.in: 
11906         * Documentation/index.texi: 
11907         * Documentation/header.html.in: Accomodate renaming of glossary.
11908         
11909         * Documentation/user/tutorial.itely: Add some glossary references.
11910         
11911         * Documentation/user/refman.itely: Minor fixes.
11912         
11913         * Documentation/user/lilypond.tely: Add glossary do direntry.
11914
11915         * Documentation/user/music-glossary.tely: Rename (previously:
11916         glossary.tely).  Fix anchor placement.
11917
11918         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11919
11920 2002-09-23  Werner Lemberg  <wl@gnu.org>
11921
11922         * scripts/lilypond-book.py (output_dict): Fix handling of
11923         various environments by avoid extraneous newlines.
11924         Rename `output-all' regexp for html to `output-html'.
11925         Replace `output-all' regexp for texi with `output-texi-quote'
11926         and `output-texi-noquote'.
11927         (compose_full_body): Don't override `linewidth' user option
11928         for `singleline'.
11929         (schedule_lilypond_block): Don't indent text specified with
11930         `intertext' option.
11931         Add new option `noquote'.
11932         (compile_all_files): Use latex instead of tex to compile ly
11933         files directly.
11934
11935         * Documentation/user/lilypond-book.itely: Updated and revised.
11936         Improve layout.
11937
11938         * Documentation/user/glossary.tely,
11939         Documentation/user/introduction.itely,
11940         Documentation/user/tutorial.itely,
11941         Documentation/user/refman.itely,
11942         Documentation/user/appendices.itely: Fix overfull LilyPond
11943         boxes caused by the new lilypond-book code.  Other minor
11944         fixes.
11945
11946         * Documentation/user/macros.itexi (@texiflat): Don't emit
11947         trailing space.
11948
11949         * scm/tex.scm (end-output, header-end): Add preamble and
11950         postamble to make lilypond output directly compilable with
11951         latex.
11952
11953         
11954 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11955
11956         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11957         instructions.
11958
11959 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11960
11961         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11962
11963 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11964
11965         * lily/beam.cc (connect_beams): don't crash if there are quarter
11966         notes in beams.
11967
11968 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11969
11970         * Documentation/user/refman.itely: corrected ancient clef
11971         docu; added docu on ligatures
11972
11973 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11974
11975         * Documentation/user/glossary.tely,
11976         Documentation/user/refman.itely, input/les-nereides.ly,
11977         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11978         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11979         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11980         Stem properties: flag-style -> stroke-style, style -> flag-style.
11981
11982 2002-09-22  Werner Lemberg  <wl@gnu.org>
11983
11984         * scripts/lilypond-book.py: Add option `notime' to suppress
11985         printing of a time signature.  Specify default indentation of 0pt
11986         if single line fragment.  Don't emit redundant `\paper{ }'.
11987
11988         * Documentation/user/lilypond-book.itely: Updated.
11989
11990         * Documentation/user/glossary.tely: Completely reformatting.
11991
11992 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11993
11994         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11995
11996 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11997
11998         * Documentation/user/tutorial.itely: Fix links.
11999         
12000         * Documentation/topdocs/index.tely:
12001         * Documentation/index.texi:
12002         * Documentation/header.html.in: Small website fixes and updates.
12003
12004         * debian/: Debian patch by Anthony Fok.
12005
12006 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * Documentation/footer.html.in: How time flies: It's already 2002!
12009
12010         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12011         more descriptive link names than 'here'.
12012
12013 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12014
12015         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12016
12017 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12018
12019         * lily/part-combine-music-iterator.cc (get_state): cleanup
12020         (get_music_info): cleanup.
12021
12022 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12023
12024         * scm/backend-documentation-lib.scm (interface-doc-string):
12025         crosslinks between interfaces and grobs. Headings for interfaces
12026         in grob explanation.
12027
12028 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12029
12030         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12031         dtd).  Add preliminary dtd.
12032         (re-sub-alist): Robustify.
12033
12034 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12035
12036         * lily/include/event-chord-iterator.hh,
12037         lily/context-specced-music-iterator.cc,
12038         lily/event.cc, lily/event-chord-iterator.cc: add
12039
12040 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12041
12042         * lily/: some (c) header fixes.
12043         
12044         * lily/request-chord.cc: Remove.
12045         
12046         * lily/include/event-chord-iterator.hh:
12047         * lily/include/event.hh:
12048         * lily/event-chord.cc: New file.
12049         
12050         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12051         requested.
12052
12053 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12054
12055         * lily/ : rename Request to Event
12056
12057         * lily/parser.yy (command_element): move clef stuff into Scheme.
12058
12059         * lily/:  rename length_mom () to get_length()
12060
12061         * lily/part-combine-music.cc: removed file and class.
12062
12063         * lily/context-specced-music-iterator.cc (class
12064         Context_specced_music_iterator): new file. Obsoletes the
12065         Context_specced_music type.
12066
12067         * scm/music-types.scm (make-repeated-music): put different kinds
12068         of repeated music into music-type table.
12069
12070         * VERSION: 1.7.1 released.
12071
12072         * scm/to-xml.scm: new file.
12073
12074         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12075         new Input representation: dump music as XML.
12076
12077         * scm/engraver-documentation-lib.scm
12078         (engraver-accepts-music-types?): add links from music to engraver,
12079         from music-type to engraver.
12080
12081         * lily/include/command-request.hh: removed
12082         lily/include/musical-request.hh: removed. Removed all _req classes
12083         except Key_change_req. Changes throughout.
12084
12085 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12086
12087         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12088
12089 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12090
12091         * lily/*.cc: specify accepts for many engravers.
12092
12093         * scm/music-documentation-lib.scm: dump music expressions and
12094         music subtypes.
12095
12096         * scm/documentation-lib.scm: complete revision.
12097         Use GOOPS objects to store document tree explicitly. Cleaned up and
12098         sped up doco generation a lot.
12099
12100 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12101
12102         * input/trip.ly (fugaIILeft): add arpeggio
12103
12104         * lily/translator-group.cc (try_music_on_nongroup_children):
12105         oops. The name symbol is in the cdr of the assoc handle.
12106
12107         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12108         Hyphen_req, Glissando_req, Break_req, Mark_req 
12109
12110 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12111
12112         * lily/musical-request.cc (music-duration-length,
12113         music-duration-compress): new functions.
12114
12115         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12116         throughout. Warning doesn't work yet.
12117
12118         * lily/translator-group.cc (try_music_on_nongroup_children):
12119         new implementation: store candidate acceptors in a hashTable.
12120
12121 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12122
12123         * scm/music-types.scm (music-descriptions): change name to
12124         internal-class-name
12125
12126         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12127
12128 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12129
12130         * lily/beam.cc (connect_beams): don't crash if there are quarter
12131         notes in beams.
12132
12133 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12134
12135         * Documentation/user/refman.itely: corrected ancient clef
12136         docu; added docu on ligatures
12137
12138 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12139
12140         * Documentation/user/glossary.tely,
12141         Documentation/user/refman.itely, input/les-nereides.ly,
12142         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12143         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12144         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12145         Stem properties: flag-style -> stroke-style, style -> flag-style.
12146
12147 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12148
12149         * scm/music-functions.scm (music-separator?): don't use name music
12150         property.
12151
12152 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12153
12154         * stepmake/stepmake/generic-targets.make (help): Document check
12155         target.
12156
12157         * lily/new-accidental-engraver.cc: Compile fix.
12158
12159 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12160
12161         * scripts/convert-ly.py: Add rule.
12162
12163         * input/test/music-creation.ly:
12164         * input/test/add-staccato.ly:
12165         * input/test/add-text-script.ly: ly-make-music.
12166
12167         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12168         More ly-make-music renamings.
12169
12170         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12171
12172         * lily/music-constructor.cc (make_music): Add debugging info.
12173
12174         * scm/music-functions.scm (make-simultaneous-music,
12175         (make-sequential-music, context-spec-music):
12176         * scm/music-types.scm (music-descriptions): Get lily to run.
12177
12178 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12179
12180         * lily/command-request.cc (transpose_key_alist): new function.
12181
12182         * lily/key-performer.cc (create_audio_elements): cleanup. 
12183
12184 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12185
12186         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12187
12188         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12189         events-accepted field.
12190
12191         * scm/music-types.scm: new file.
12192
12193         * lily/parser.yy: put music type initialization into scheme,
12194         similar to grob initialization.  Changes throughout.
12195
12196 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12197
12198         * Documentation/user/tutorial.itely: Fix links.
12199         
12200         * Documentation/index.texi: 
12201         * Documentation/header.html.in: 
12202         * Documentation/topdocs/index.tely: Small website fixes and updates.
12203
12204         * debian/: Debian patch by Anthony Fok.
12205
12206 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12207
12208         * Documentation/footer.html.in: How time flies: It's already 2002!
12209
12210         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12211         more descriptive link names than 'here'.
12212
12213         * ROADMAP: Remove test stuff.
12214
12215         * scripts/update-lily.py: Allow auto-building of stable and
12216         development versions.  Bugfixes.
12217
12218 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12219
12220         * VERSION: released 1.7.0
12221
12222         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12223
12224         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12225         positive line widths.
12226
12227 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12228
12229         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12230         go.  Fix comments.
12231
12232         * cygwin: Cygwin updates.
12233
12234 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12235
12236         * Documentation/windows/installing.texi (Top): version for python,
12237         urls for ghostscript (thanks to John Potelle)
12238         
12239         * lily/simultaneous-music-iterator.cc
12240         (Simultaneous_music_iterator): init children_list_ before
12241         triggering GC.
12242
12243         * lily/*-iterator.cc: be even more careful with smobbed copy
12244         constructors. 
12245
12246         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12247         LeftEdge item.
12248
12249 2002-09-15  Werner Lemberg  <wl@gnu.org>
12250
12251         Improving LilyPond's output to make them ordinary TeX boxes with
12252         predictable dimensions.  System boxes are now vertically centered on
12253         the baseline; this offset can be further controlled with
12254         \lilypondscoreshift.
12255
12256         * lily/system.cc (System::post_processing): Pass length of current
12257         system to `start-system' (including any horizontal indentation).
12258
12259         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12260         prettier.
12261         (lily-def): Append `%'.
12262         (start-system): Add parameter `wd'.  Output more TeX code to specify
12263         box dimensions.
12264         (stop-system, stop-last-system): Complement changes in
12265         `start-system'.
12266         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12267         Updated.
12268
12269         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12270         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12271         Write final `\endinput'.
12272
12273         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12274         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12275         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12276         files and macro definitions don't produce spurious spaces and
12277         paragraphs (using \endlinechar).
12278         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12279
12280         * Documentation/user/internals.itely: Improved formatting, fixing
12281         typos.  Added a section `Output details' to describe how the TeX
12282         code looks like.
12283
12284 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12285
12286         * lily/accidental-engraver.cc: Also work with partial measures.
12287
12288 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12289
12290         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12291         spanner.
12292
12293 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12294
12295         * lily/identifier-smob.cc (unpack_identifier): new file.
12296
12297         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12298         pass off scheme expressions as music identifiers.
12299
12300         * scm/lily.scm: reorganisation, cleanups.
12301
12302         * lily/main.cc: small cleanups.
12303
12304 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12305
12306         * lily/ly-module.{cc,hh}: new file.
12307
12308 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12309
12310         * lily/accidental-engraver.cc: Also work with partial measures.
12311
12312 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12313
12314         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12315
12316 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12317
12318         * lily/my-lily-lexer.cc: use SCM module in stead of
12319         Scheme_hash_table. Changes throughout.  
12320
12321 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12322
12323         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12324