]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
don't do piece, it should be in score-title
[lilypond.git] / ChangeLog
1 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * scm/page-layout.scm: don't do piece, it should be in score-title
4         only.
5
6         * lily/lexer.ll: lex \score separately.
7
8         * lily/paper-book.cc: junk stencil2line.
9
10         * lily/paper-line.cc (Paper_line): construct from Stencil
11         directly. No futzing with the dimensions.
12
13         * lily/include/paper-line.hh (class Paper_line): 
14
15         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
16         takes arbitrary number of arguments.
17
18         * input/test/markup-score.ly (tuning): simplify example. 
19
20 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
21
22         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
23
24         * scm/define-markup-commands.scm (score): define score-markup
25
26         * lily/parser.yy (markup): use score-markup.
27
28         * lily/score.cc: add ly:score? 
29
30 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
31
32         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
33         fret-parse-string so it prepares for calls to fret-diagram-verbose
34         Changed display constants to props so they are available for
35         \override.
36         
37 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
38
39         * VERSION: release 2.3.3
40
41         * stepmake/stepmake/generic-vars.make: unset LANG.
42
43         * input/regression/tuplet-nest.ly: bugfix.
44
45         * lily/tie-performer.cc (stop_translation_timestep): reset
46         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
47
48         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
49         clear repeat_ directly after setting stem_tremolo_. Fixes:
50         tremolo-repeat.ly
51
52         * input/regression/span-bar-break.ly: new file.
53
54         * scm/define-grobs.scm (all-grob-descriptions): remove
55         break-visibility from SpanBar. Fixes: piano-repeat.ly
56
57 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
58
59         * python/lilylib.py (make_ps_images): only compute bbox when needed.
60
61         * scripts/lilypond-book.py (process_snippets): use lily -f ps
62         files for generating pngs. (failed experiment)
63
64         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
65         file with PFA fonts included.
66
67         * lily/score.cc (default_rendering): put header in too.
68
69         * lily/paper-line.cc (LY_DEFINE): change function to
70         ly:paper-line-extent
71
72         * scm/page-layout.scm (default-book-title): only add lines for
73         non-nil fields.
74         (default-score-title): idem.
75
76         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
77
78         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
79
80         * lily/include/paper-book.hh (class Paper_book): remove height_
81         member.
82
83         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
84
85         * lily/ly-module.cc (LY_DEFINE): bugfix.
86
87         * lily/paper-book.cc (book_title): separate function for the book
88         title.
89
90         * scm/page-layout.scm (default-book-title): only account for
91         markup fields.
92
93         * scm/framework-ps.scm: new file. Move high level interface from
94         output-ps.scm
95
96         * scm/music-functions.scm (def-grace-function): move macros from
97         ly/music-functions-init.ly
98
99         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
100         framework-tex.scm
101
102         * scm/framework-tex.scm (dump-line): new file. High level
103         interface for output (pages, systems, header). 
104
105         * lily/include/page.hh (class Page): add is_last_ field.
106
107         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
108
109         * lily/paper-book.cc (split_string): new function
110         (output): output multiple formats, i.e. --format=ps,tex
111
112         * scm/output-ps.scm (output-scopes): dump variables directly.
113         (define-fonts): rewrite for new interface
114
115         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
116
117         * lily/paper-outputter.cc (Paper_outputter): take format argument.
118
119         * lily/main.cc (parse_argv): don't set extension for output.
120
121         * lily/clef-engraver.cc (create_clef): remove
122         Staff_symbol_referencer::set_position() call. 
123
124 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
125
126         * ly/music-functions-init.ly (addlyrics): set the 'origin property
127         with the location argument in music function definitions.
128
129 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
130
131         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
132         staffsymbol dependency.
133
134         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
135         cleanups.
136
137         * lily/book.cc (process): return Paper_book
138         (to_stencil): use Book::process().
139
140         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
141         header_ field. Store in $globalheader
142
143         * lily/parser.yy (book_body): book header is initted to
144         $globalheader.
145         
146
147 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
148
149         * input/test/fill-a4.ly: removed.
150
151         * lily/parser.yy (output_def): push scope of parent_ Output_def
152         too.
153
154 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
155
156         * scm/output-gnome.scm: Update info.
157
158 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
159
160         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
161
162         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
163         than 1 module.
164
165         * lily/include/ly-module.hh (ly_use_module): rename is_module to
166         ly_c_module_p.
167
168         * scm/page-layout.scm (default-book-title): move Scheme titling
169         functions to here.
170
171         * lily/parser.yy (book_paper_block): remove scope too.
172
173         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
174
175         * lily/rest.cc: add direction to rest properties.
176
177         * lily/include/output-def.hh: new file, move from
178         music-output-def.hh
179
180 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
181
182         * scm/output-gnome.scm: Describe feta-cork hack.
183
184 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
185
186         * lily/include/book-paper-def.hh: derive from Output_def 
187
188         * lily/include/paper-def.hh: move all functionality out of class.
189         Junk header.
190
191         * lily/include/music-output-def.hh: rename Music_output_def to
192         Output_def.
193
194         * input/wilhelmus.ly: only set space for Paper formatting. 
195
196         * lily/include/midi-def.hh: remove file, remove class.
197         Move functions to Music-output-def.
198
199         * lily/music-output-def.cc (Music_output_def): remove separate
200         translator table. Lookup translators in scope directly. This
201         obviates Context suffix for context identifiers, i.e.
202
203         \context {
204           \Staff
205           .. 
206           }
207
208
209         will work.
210         
211
212         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
213
214         * Documentation/user/changing-defaults.itely (Horizontal spacing):
215         document spacing override hack.
216
217 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
218
219         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
220         installation info.  Support point-and-click.  Add +/- zoom
221         keybindings.
222
223 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
224
225         * VERSION: 2.3.2 released
226         
227         * lily/parser.yy (book_body): set default bookpaper.
228
229         * scm/output-tex.scm (header): kludge: hard code linewidth. 
230
231         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
232
233 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
234
235         * lily/score.cc (default_rendering): scale outputdef before
236         starting.
237
238 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
239
240         * scm/fret-diagrams.scm: Add header.
241
242         * scm/output-gnome.scm: Hello world :-)
243
244 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
245
246         * scripts/lilypond.py (run_dvips): only add papersize if present.
247
248         * lily/accidental-engraver.cc (update_local_key_signature): new
249         function, fold code from initialize() and process_music().
250         (update_local_key_signature): use deep copy. This fixes one
251         problem from custom-key-signatures.ly.
252         (number_accidentals_from_sig): tighter check for
253         accidental-too-old.
254
255         * ly/engraver-init.ly: remove localKeySignature
256         definition from ChoirStaff, StaffGroup, Score.
257         
258         * lily/percent-repeat-engraver.cc (try_music): add moments for
259         barlines too. Fixes: skipbars-percent-repeat.ly.
260
261 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
262
263         * lily/context-def.cc (filter_performers): don't go to cdrloc if
264         skipping last pair. Fixes: crash-bar-number.
265
266         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
267         D. Sorensen)
268
269         * input/test/fret-diagram.ly: new file.
270
271         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
272         (scale-paper): divide by scale.
273
274 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
275
276         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
277         case.
278
279 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
280
281         * scm/stencil.scm (fontify-text): reinstate function
282
283         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
284
285         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
286
287         * lily/parser.yy (book_paper_head): \bookpaper {} 
288
289         * python/midi.c: remove config.h
290
291 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
292
293         * scm/output-gnome.scm: Update.
294
295 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
296
297         * scm/output-gnome.scm: New file.
298
299         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
300
301 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
302
303         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
304         (find_scaled_font): move from Paper_def
305
306 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
307
308         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
309         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
310
311         * po/fr.po: update po.
312
313         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
314
315         * lily/book-paper-def.cc (print_smob): new file.
316
317 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
318
319         * buildscripts/lilypond-words.py: search words also from
320         music-functions-init.ly.
321
322 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
323
324         * ly/music-functions-init.ly (def-music-function): new helper
325         macro for defining music functions. \addlyrics \appoggiatura
326         \acciaccatura \grace \partcombine \autochange \applycontext
327         \applyoutput and \breathe are now defined here thanks to it.
328
329         * lily/parser.yy: 
330         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
331         \grace \partcombine \autochange \applycontext \applyoutput and
332         \breathe keywords removed from the parser.
333
334         * lily/parser.yy: 
335         * lily/music-function.cc (ly_make_music_function): 
336         * lily/lexer.ll (music_function_type): added a case for 0-arg
337         music functions.
338
339 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
340
341         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
342         refering to a music expression can be used in lily-inside-scheme:
343         #{ $music #}
344
345         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
346         and ly:parser-define, and change ly:parser-parse-string in order
347         to make #{ $music #} work.
348
349         * scm/new-markup.scm (compile-markup-expression): when an argument
350         is a string, use `make-simple-markup'.
351
352 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
353
354         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
355
356 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
357
358         * scripts/convert-ly.py (FatalConversionError.func): handle + in
359         font-size. (backportme)
360
361 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
362
363         * lily/paper-outputter.cc (output_stencil): dump font definitions
364         before each stencil.
365
366         * lily/include/paper-book.hh (struct Score_lines): new
367         struct. Collect info per Paper-score.
368
369         * lily/include/page.hh (class Page): to_stencil() returns Stencil
370         everywhere.
371
372         * lily/stencil.cc (find_expression_fonts): new function
373
374         * lily/paper-outputter.cc (output_stencil): use
375         interpret_stencil_expr
376
377         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
378         (interpret_stencil_expr): new function. Generic stencil
379         interpretation.
380
381         * lily/paper-def.cc (find_scaled_font): divide lookup
382         magnification by outpuscale for non-virtual fontmetrics. This
383         fixes ludicrously long font definitions for text
384         fonts. (backportme)
385
386         * lily/score-engraver.cc: remove
387         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
388
389 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
390
391         * input/test/markup-score.ly: Remove \notes.
392
393         * lily/parser.yy (book_body): Grok Composite_music and \header.
394         (markup): Push NOTES mode before score_block.
395
396         * VERSION: release 2.3.1
397         
398         * mf/feta-klef.mf: 
399         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
400
401         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
402
403         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
404
405 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
406
407         * scm/output-tex.scm (output-tex-string): tighten safe security.
408
409         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
410
411         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
412         allowed ly functions.
413
414         * lily/ly-module.cc (ly_module_define): only define variable if
415         bound.
416         (ly_make_anonymous_module): take safe option.
417
418 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
419
420         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
421
422 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
423
424         * input/regression/newaddlyrics.ly: Fix.
425
426         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
427         \score \notes.
428
429 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
430
431         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
432
433 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
434
435         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
436
437         * lily/paper-line.cc (Paper_line): don't store list of stencils,
438         but convert to single Stencil immediately.
439
440         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
441
442 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
443
444         * scm/output-sodipodi.scm: Resurrect sodipodi output.
445
446 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
447
448         * elisp/lilypond-mode.el: Changed the way defaults are created for
449         LilyPond-command-master.  LilyPond-mode will now check the
450         timestamps of the files to see which command has to run next.
451
452 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
453
454         * scm/bass-figure.scm (format-bass-figure): don't set
455         number-markup for strings. This fixes string in bass
456         figure. (backportme)
457
458         * lily/parser.yy (bass_number): insert number-markup into figure
459         definition.
460
461         * scm/define-music-properties.scm (all-music-properties): make
462         'figure a markup.
463
464         * scripts/convert-ly.py (conv): \apply -> \applymusic
465
466 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
467
468         * elisp/lilypond-mode.el: changed the order of some commands
469         ("Midi" after "2Midi"), use the user-defined
470         LilyPond-command-default as default instead of "LilyPond"
471
472         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
473         to set the master file for the next command.
474
475         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
476         with font-lock-reference-face.
477
478 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
479
480         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
481
482         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
483
484 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
485
486         * ly/music-functions-init.ly (TODO): new file.
487
488         * lily/parser.yy (Generic_prefix_music_scm): add more
489         music_function symbols.
490         (Prefix_composite_music): change \apply to music-function   
491
492         * lily/include/music-function.hh: rename to music-function
493
494 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
495
496         * lily/music-head.cc (LY_DEFINE): change order of args.
497
498         * input/regression/music-head.ly (texidoc): new file.
499
500         * lily/parser.yy (Generic_prefix_music): allow generic
501         music-transformation functions. 
502
503         * lily/include/music-head.hh (is_music_head): new file.
504
505         * lily/music-head.cc (get_music_head_transform): new file.
506
507 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
508
509         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
510         empty extent. This fixes ottava brackets on rests. (backportme)
511
512         * make/lilypond.redhat.spec.in (Group): ln png files for info.
513
514         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
515
516         * cygwin/lily-wins.py: update for the lily-wins.py script.
517
518 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
521         code. This will obviate typeset_grob () in the future.  The effect
522         of this is that improperly written spanner handling will result in
523         invalid spanner bounds.
524         (announce_grob): add to elems_ from here
525         (typeset_grob): comment out.  
526
527         * lily/include/engraver.hh (make_spanner): new calling interface
528         for make_{item,spanner}. This obviates most calls to
529         announce_grob().
530                 
531         * scm/music-functions.scm (set-accidental-style): use GrandStaff
532         iso. PianoStaff for piano styles.
533
534 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
535
536         * Documentation/user/music-glossary.tely: add segno after d.s.
537
538 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
539
540         * lily/include/audio-column.hh: remove unused variables.
541         (patch by Michael Welsh Duggan)
542
543         * flower/include/axes.hh (other_axis): inline Axes function
544         (thanks to David Brandon).
545
546 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
547
548         * cygwin/mknetrel: Install image links (backportme).
549
550         * Documentation/user/GNUmakefile (local-install-info): Activate
551         actual installing of image links (backportme).
552
553 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
554
555         * Documentation/user/notation.itely (Measure repeats): Removed
556         unnecessary (and confusing) \context Voice{.
557
558 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
559
560         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
561
562         * lily/page.cc (Page): Do not use ly_scheme_function for
563         volatile/configurable variables (FIXME: better name).
564
565         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
566         get_scmvar).
567
568 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
569
570         * scripts/convert-ly.py (FatalConversionError.subst): use
571         \transposition.
572
573 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
574
575         * lily/include/page.hh (class Page): Declare left_margin ().
576
577         * lily/page.cc: Remove paper var caching.
578
579 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
580
581         * Documentation/user/music-glossary.tely: Add name to @top node.
582         Remove comment from @table definitions (workaround for makinfo
583         bug).
584
585         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
586         ly:stencil-get-expr).  Update callers.
587         (ly:stencil-align-to!):  Return stencil too.
588
589         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
590         stencil.  Remove looped line-based page output.
591         (output_line): Use line stencil.  Remove looped stencil-based line
592         output.
593
594         * lily/page.cc (ly:page-paper-lines): New function.
595
596         * input/test/markup-score.ly: New file.
597
598         * scm/define-markup-commands.scm (stencil): New markup.
599
600         * lily/book.cc (to_stencil): New method.
601
602         * lily/parser.yy (markup): Use it to grok \score.
603
604 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
605
606         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
607
608         * lily/paper-book.cc (pages): Change signature.  Update callers.
609
610         * lily/include/page.hh:
611         * lily/page.cc: New file.
612
613         * lily/paper-line.cc (to_stencil): New method.
614         
615         * lily/paper-outputter.cc (output_stencil): New method.
616
617         * lily/paper-outputter.cc (output_line): Use them.
618
619         * lily/warn.cc: Remove.
620
621         * lily/my-lily-parser.cc (distill_inname): Remove.
622
623         * flower/include/file-name.hh: 
624         * flower/file-name.cc: New file.  Update users.
625
626         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
627         (find): New method of same name.
628
629         * lily/my-lily-parser.cc (ly:parse-file): Use it.
630
631         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
632         constant error message.
633
634 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
635
636         * input/test/{blank-notes.ly,staff-container.ly}: typos.
637
638 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
639
640         * Documentation/user/music-glossary.tely: @table @strong' replaced
641         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
642         (backportme).
643
644 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
645
646         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
647
648         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
649         #{ lily music expression #} that returns an equivalent scheme
650         music expression by parsing the string.
651
652 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
653
654         * lily/my-lily-parser.cc:
655         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
656         SCM string (foo.ly/toto.scm support).
657
658 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
659
660         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
661
662 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
663
664         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
665
666         * scripts/lilypond-book.py: LY code that includes \header is
667         not assumed to be a fragment.
668
669 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
670
671         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
672         tremolo beams up.
673
674         * lily/stem.cc (chord_start_y): Return 0 if no heads.
675         (get_default_stem_end_position): No tremolo head juggling if no
676         heads.  Fixes tremolo crash on rests (backportme).
677
678         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
679
680 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
681
682         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
683         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
684
685         * lily/lexer.ll: Allow \encoding in NOTES mode.
686
687         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
688         for lyrics, not for commands.
689
690         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
691         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
692
693         * input/regression/newaddlyrics.ly: New file.
694
695         * Documentation/topdocs/NEWS.texi: Update.
696
697         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
698         (Music_list): Allow embedded scm.
699
700         * lily/score.cc (ly:score-bookify): New function.
701
702         * lily/music.cc (ly:music-scorify): Idem.
703
704         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
705         (ly:parser-print-score): Idem.
706
707         * scm/lily.scm (default-toplevel-book-handler): Idem.
708         (default-toplevel-music-handler): Idem.
709         (default-toplevel-score-handler): Idem.
710
711         * ly/declarations-init.ly: Set default toplevel handlers.
712
713         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
714
715         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
716         printer for score at toplevel.
717
718 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
719
720         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
721         Fix for simple case: input/simple-song.ly, more complex stuff
722         does not work yet.
723
724 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
725
726         * lily/parser.yy (Prefix_composite_music): split Composite_music
727         in Prefix_composite_music and Grouped_music_list.
728         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
729
730 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
731
732         * scm/lily.scm (toplevel-expression): New define.
733
734         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
735
736         * lily/parser.yy (toplevel_expression): Use it.
737
738         * lily/include/my-lily-parser.hh: Smobbify.
739
740         * lily/my-lily-parser.cc (parse_string): New method.
741         
742         * lily/my-lily-parser.cc (ly:parse-string): New function.
743
744         * Documentation/user/lilypond.tely: Add comment and workaround for
745         gs-8.01 crash.  Fixes make web.
746
747         Simplification of toplevel music.
748         
749         * lily/lexer.ll, lily/parser.yy:
750
751         * In LYRICS mode, return LYRICS_STRING.  This fixes one
752         shift/reduce problem.
753
754         * Use NOTES mode at start of maininput.
755
756         * Grok toplevel composite music expression, put in score and book.
757
758         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
759
760         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
761
762         * input/simple.ly: New file.
763         
764         * input/simple-song.ly: Idem.
765
766 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
767
768         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
769         Sandberg.
770
771 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
772
773         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
774
775 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
776
777         * input/regression/accidental-octave.ly: doc automatic showing
778         of note names.
779
780 2004-04-16  Heikki Junes <janneke@gnu.org>
781
782         * po/fi.po: do "make po && make -C po po-update" at top-level,
783         then "cp po/out/fi.po po/fi.po" and update fields.
784
785         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
786
787 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * Documentation/user/introduction.itely (About this manual): Fix
790         templates and regression urls (backportme).
791
792 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
793
794         * ly/engraver-init.ly (Score:graceSettings): Increase
795         beamed-lengths, especially for 32nd notes.
796
797         * Documentation/user/notation.itely (Grace notes): Correct the
798         syntax for add-grace-property example.
799
800 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
801
802         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
803         `Generated' tag.
804
805         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
806         Severely broken (the Debian package, at least).
807
808 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
809
810         * lily/context.cc (find_create_context): assign to lvalue.
811
812 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
813
814         * lily/include/translator.hh (class Translator): rename
815         get_parent_context() to context () to avoid confusion.
816
817         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
818
819         * lily/lexer.ll: change is_string -> ly_c_string_p 
820
821         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
822
823         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
824
825         * VERSION: release 2.3.0
826
827         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
828
829         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
830         if nonempty.
831
832         * lily/include/context.hh (class Context): make members protected.
833         (children_contexts): new accessor function.
834
835         * lily/include/translator.hh (class Translator): make
836         daddy_context_ protected.
837         (class Translator): clean up. 
838
839         * lily/include/context.hh (class Context): make daddy_context_
840         private.
841
842         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
843         higher for finding Voice. (backportme)  
844
845         * lily/include/context.hh (class Context): remove
846         find_context_below() as a method.
847
848         * Documentation/user/notation.itely (The Lyrics context): add note
849         about manual durations
850
851         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
852         encoding.
853
854         * scm/output-tex.scm (text): dump \inputencoding{} for text.
855
856 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
857
858         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
859         \usepackage{inputenc}
860
861         * lily/paper-book.cc (classic_output): don't advance Offset for
862         TeX output.
863
864         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
865         ec-sauter.map in rules
866
867         * mf/ecb.mf (font_identifier): new file, based on ecbx
868
869         * mf/ecb10.mf (gensize): new file.
870
871         * Documentation/topdocs/NEWS.texi (Top): document some more new
872         features.
873
874         * ly/declarations-init.ly: run convert-ly
875
876         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
877         from input-file-results. Remove input-file-results.* 
878
879 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
880
881         * scm/output-ps.scm (font-command): Fix, again.
882
883         * input/test/title-markup.ly: Add \noPagebreak test.
884
885         * lily/score-engraver.cc (try_music): Bugfix.
886
887 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
888
889         * lily/main.cc (main_with_guile): excise dependency options -M and
890         --dep-prefix
891
892         * lily/input-file-results.cc: excise Makefile dependency code
893
894         * Documentation/user/invoking.itexi (Invoking the lilypond
895         binary): remove dep doco
896         
897         * lily/main.cc (main_with_guile): call lilypond-main
898         
899         * scm/lily.scm (lilypond-main): new function: handle multiple files.
900
901         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
902         exception.
903
904         * lily/my-lily-parser.cc: remove paper_description function
905
906         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
907         new function.
908
909         * lily/main.cc: remove global_score_count.
910
911         * lily/book.cc (process): don't take header from global_input_file.
912
913         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
914
915         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
916
917         * lily/music-output-def.cc (LY_DEFINE): new function
918         ly_output_description. This function does the bulk for  setting,
919         parsing and breaking down of an input file.
920
921         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
922         anonymous modules globally. Let's hope they get GCd
923
924         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
925
926 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
927
928         * scm/output-ps.scm (header): Papersize from paper.
929
930         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
931         for classic output.
932
933         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
934         lilypondclassic is defined.
935         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
936
937         * input/regression/between-systems.ly: Remove.
938
939         * python/lilylib.py (get_bbox): Fix regular expression
940         for bounding box.
941
942         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
943
944         * scm/output-tex.scm (stop-page): Use it.
945
946         * scm/output-ps.scm (define-fonts): Bugfix.
947
948         * lily/grob.cc: Add penalty to interface.
949
950         * lily/include/paper-line.hh (class Paper_line): New member
951         var penalty_.
952
953         * lily/system.cc (get_line): Initialise Paper_line with
954         page-penalty's from original grobs.
955
956         * scm/define-music-properties.scm (all-music-properties): Add
957         page-penalty.
958
959         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
960
961         * lily/score-engraver.cc (try_music): Handle page-penalty.
962
963         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
964
965 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
966
967         * ly/declarations-init.ly (melismaEnd): typo
968
969         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
970
971         * scm/output-ps.scm (text): split string into spaces, use moveto
972         for setting space. 
973         
974 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
975
976         * po/nl.po: Update.
977
978         * scm/font.scm (add-cmr-fonts): Typo.
979
980 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
981
982         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
983         font-encoding.
984
985         * scm/define-grobs.scm (all-grob-descriptions): idem.
986
987         * lily/time-signature.cc (numbered_time_signature): idem.
988
989         * scm/font.scm (add-cmr-fonts): use real encoding names for
990         font-encoding.
991
992 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
993
994         * lily/paper-book.cc (classic_output): 
995         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
996         Fixes classic output.
997         (lilypondstart):
998         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
999         kludge.
1000
1001         * scripts/old-lilypond-book.py: Remove.
1002
1003         Page layout for SCOREs enclosed in a BOOK:
1004
1005         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1006         layout tweaking.
1007
1008         * input/les-nereides.ly (theScore): Add \book.
1009         
1010         * input/test/title-markup.ly: Add \book.
1011
1012         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1013         only if 'verbose.
1014
1015         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1016
1017         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1018
1019         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1020         * scm/output-tex.scm (start-system): Update for page layout by
1021         LilyPond.
1022
1023         * scm/output-ps.scm (start-system): Previously (new-start-system).
1024
1025         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1026         passed to define-fonts.
1027
1028         * lily/paper-column.cc: 
1029         * lily/system.cc (get_line):
1030         * ly/property-init.ly (newpage): 
1031         * scm/define-grob-properties.scm:
1032         * scm/output-ps.scm: 
1033         * scm/output-tex.scm: Remove between-system-string kludge.
1034
1035         * scm/output-ps.scm (define-fonts, font-command,
1036         font-load-encoding): Handle ENCODING = #f.
1037
1038         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1039
1040         * scm/define-markup-commands.scm (fill-line): Use
1041         make-simple-markup (WAS: unexisting make-word-markup).
1042
1043         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1044         ENCODING, MARKUP parameters for interpret_string.
1045
1046         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1047
1048         * lily/score.cc (book_rendering): New method.
1049         (default_rendering): Create Paper_book helper locally, dump
1050         output.
1051
1052         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1053
1054         * lily/parser.yy: Handle \book.
1055
1056         * lily/include/book.hh: 
1057         * lily/book.cc: New file.
1058
1059 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1060
1061         * lily/text-item.cc (interpret_string): new file, select font with
1062         encoding.
1063
1064         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1065
1066         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1067
1068         * lily/parser.yy (markup): take encoding from lexer.
1069
1070 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1073
1074         * scm/output-ps.scm: Remove some cruft.
1075
1076 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1077
1078         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1079
1080         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1081
1082 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1083
1084         * scm/font.scm (add-century-schoolbook-fonts):
1085         (make-century-schoolbook-tree): New function.
1086
1087         * input/test/title-markup.ly: Use Century Schoolbook font.
1088
1089 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1090
1091         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1092         to Erik Sandberg) 
1093
1094         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1095
1096         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1097
1098         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1099
1100         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1101
1102 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1103
1104         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1105         solo-state (at end of solo), we can set the solo status
1106         too. (backportme.)
1107
1108         * input/regression/part-combine-solo-end.ly: new file.
1109
1110 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1111
1112         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1113         flavour abc files.  Really ignore unknown keys (backportme).
1114
1115 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1116
1117         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1118         magnification_ when looking up in orig_.
1119
1120         * scm/output-tex.scm (text): switch off char-mapping.
1121
1122         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1123         because AFM's encoding field cannot have spaces.
1124
1125 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1126
1127         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1128
1129 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1130
1131         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1132
1133         * mf/cmr.enc: new file, without hi-bit ascii info. 
1134
1135         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1136         width. This removes the 'hook' at the end of a long slur.
1137
1138         * buildscripts/mf-to-table.py (parse_logfile): don't append
1139         encoding to fontname.
1140
1141 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1142
1143         * scm/output-ps.scm (define-fonts): Load .enc only once.
1144
1145         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1146         too.
1147
1148 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1149
1150         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1151         encoding field.
1152
1153         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1154
1155         * ly/portuges.ly (pitchnames): new file.
1156
1157         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1158         Michael Welsh Duggan
1159
1160         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1161
1162         * ly/nederlands.ly: add comment about digits.
1163
1164         * lily/scaled-font-metric.cc (derived_mark): idem.
1165
1166         * scm/encoding.scm (make-encoding-mapping): change permutation to
1167         mapping.
1168
1169         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1170         (Modified_font_metric): make alist for coding_description_
1171         (LY_DEFINE): remove coding-name.
1172
1173         * scm/output-tex.scm (text): remove debugging code.
1174
1175         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1176
1177         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1178         from infile.
1179
1180         * mf/feta-generic.mf: move fet_beginfont into generic code.
1181         use fetaMusic (without space) as encoding
1182
1183         * mf/feta-autometric.mf: take encoding argument
1184
1185         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1186
1187         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1188         use.
1189
1190         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1191         name.
1192
1193 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1194
1195         * input/test/title-markup.ly: Set inputencoding.
1196
1197         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1198
1199         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1200
1201         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1202         function.
1203         (coding-alist): Also hold filename, command.
1204         (read-encoding-file): Return symbols.
1205
1206 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1207
1208         * scm/output-tex.scm: remove fontify; text and char take a font
1209         argument.
1210
1211         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1212
1213         * lily/scaled-font-metric.cc (text_dimension): init
1214         coding_{permutation,table}_ too 
1215         (LY_DEFINE): ly:font-encoding, new function return
1216
1217         * lily/paper-def.cc (find_scaled_font): take input coding from
1218         inputcoding paper var.
1219
1220         * lily/performance.cc (output): remap modulo 16.
1221
1222         * lily/text-item.cc (interpret_markup): whoops, variable
1223         shadowing fixed.
1224
1225 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1226
1227         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1228         symbols, not symbols to strings.
1229         
1230         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1231         symbols, not symbols to strings.
1232
1233 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1234
1235         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1236         (ly:kpathsea-gulp-file): New function.
1237
1238         * scm/encoding.scm (read-encoding-file): Use it.
1239
1240 2004-04-06  Werner Lemberg  <wl@gnu.org>
1241
1242         * scm/encoding.scm (coding-alist): Fix typo.
1243
1244 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1245
1246         * lily/scaled-font-metric.cc (text_dimension): move function from
1247         Font_metric
1248         (make_scaled_font_metric): init coding_scheme_ to TeX
1249         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1250
1251         * lily/include/scaled-font-metric.hh (struct
1252         Modified_font_metric): rename from Scaled_font_metric
1253
1254         * scm/encoding.scm (read-encoding-file): split up large function,
1255         leave caching to (delay)
1256
1257         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1258
1259 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1260
1261         * lily/my-lily-lexer.cc (set_encoding): New method.
1262
1263         * lily/lexer.ll: Grok \encoding.
1264
1265         * lily/font-metric.cc (get_encoded_index): New function.
1266
1267         * lily/include/font-metric.hh (coding_scheme): New method.
1268
1269         * scm/encoding.scm: New file.
1270
1271         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1272
1273 2004-04-05  Werner Lemberg  <wl@gnu.org>
1274
1275         * Documentation/user/tutorial.itely: Revised (finished).
1276
1277         * Documentation/user/macros.itexi (@separate): Removed.
1278
1279 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1280
1281         * scm/output-ps.scm (define-fonts): fix scaling.
1282
1283         * lily/scaled-font-metric.cc (design_size): add function.
1284
1285         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1286         partial cut&paste of ly:font-magnification.
1287
1288 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1289
1290         * scm/output-ps.scm (define-fonts):
1291         (fontify): Update.
1292
1293 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1294
1295         * po/fr.po: update. (backportme).
1296
1297         * po/nl.po: update. (backportme). 
1298
1299         * mf/feta-beugel.mf: document why design size is not fixed.
1300
1301         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1302
1303 2004-04-04  Werner Lemberg  <wl@gnu.org>
1304
1305         * Documentation/user/tutorial.itely: Revised (continued).
1306
1307 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * po/nl.po: Update (backportme).
1310
1311 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1312
1313         * po/de.po: update. (backportme).
1314
1315         * scm/output-tex.scm (font-command): use ly: functions to
1316         construct name.
1317         (define-fonts): don't use alist, just dump \font definitions.
1318         (font-load-command): calculate proper scaling by taking
1319         outputscale from paper argument.
1320
1321         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1322         expression.
1323
1324         * lily/paper-outputter.cc (output_header): pass paper arg to
1325         define-fonts
1326
1327         * lily/paper-def.cc (font_descriptions): dump list of
1328         Scaled_font_metrics
1329         (find_scaled_font): take Font_metric argument, store
1330         Scaled_font_metrics in hash-table containing (size ->
1331         Scaled_font_metrics) alist.
1332         (get_dimension): rename from get_realvar
1333
1334         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1335         ly:font-magnification, ly:font-name: new functions
1336
1337 2004-04-03  Werner Lemberg  <wl@gnu.org>
1338
1339         * Documentation/user/dedication.itely,
1340         Documentation/user/preface.itely,
1341         Documentation/user/introduction.itely,
1342         Documentation/user/tutorial.itely: Revised.
1343         Removing leading spaces which distorts output if info files are read
1344         with stand-alone info.
1345         Removing superfluous inter-word spaces which also distorts output
1346         for stand-alone info.
1347         Using ` and ' instead of `` and '' everywhere to improve
1348         legilibility with stand-alone info
1349         Using @samp for single-letter input items and data which contains
1350         spaces, @code for other things.
1351
1352         * lily/grob-interface.cc: Adding copyright.
1353         (check_interfaces_for_property): Improve format of warning message.
1354
1355 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1356
1357         * lily/include/font-metric.hh (struct Font_metric): add
1358         design_size () method.
1359
1360         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1361
1362         * lily/afm.cc (read_afm_file): read design size.
1363
1364         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1365
1366         * scm/music-functions.scm (unfold-repeats): handle dots too.
1367
1368 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1369
1370         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1371         (backportme)
1372
1373 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1374
1375         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1376         lyric indent.  Revert melismaBusyProperties using \unset.
1377
1378 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1379
1380         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1381
1382         * lily/parser.yy (command_element): allow redefinition of |
1383         meaning.
1384
1385         * lily/break-align-engraver.cc (acknowledge_grob): construct
1386         LeftEdge where the first cause for alignment is coming from.
1387         This makes \override Staff.LeftEdge work as expected.
1388
1389         
1390         * lily/slur-performer.cc (Slur_performer): add inits
1391
1392         * lily/beam-performer.cc (Beam_performer): add inits
1393
1394 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1395
1396         * VERSION (PACKAGE_NAME): release 2.2.0
1397
1398         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1399
1400 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1401
1402         * lily/cluster.cc (height): Fix warning.
1403
1404         * lily/parser.yy: Janitorial cleanups.
1405
1406         * Documentation/user/tutorial.itely (Tutorial): Typo.
1407
1408 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1409
1410         * lily/change-iterator.cc (process): search at multiple context
1411         levels. This fixes 
1412
1413         
1414         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1415         not voice-state index for tie state. This fixes a partcombine
1416         problem with ties.
1417
1418         * Documentation/user/tutorial.itely (Commenting input files): add
1419         note about convert-ly.
1420
1421         * input/test/cadenza-skip.ly:  new file.
1422
1423 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1424
1425         * po/nl.po: Spelling fixes.
1426
1427         * autogen.sh (srcdir): Regenerate.
1428
1429         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1430         autogen.sh.
1431
1432         * configure.in: Use C++ to check for C++ header.
1433
1434         * po/nl.po: Update.
1435
1436         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1437
1438         * lily/event.cc (to_relative_octave): Translatable sentence should
1439         be one string.
1440
1441         * python/lilylib.py (warranty): Year range is not translatable.
1442         It's 2004 already!
1443
1444         * flower/warn.cc (non_fatal_error, warning, programming_error):
1445         Remove whitespace from translated string.
1446
1447 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1448
1449         * VERSION: release 2.1.37.
1450
1451 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1452
1453         * configure.in: check for C language.
1454
1455         * lily/source-file.cc: include strstream without h.
1456
1457         * scm/documentation-generate.scm (string-append): use name without
1458         .texi.
1459
1460         * autogen.sh (srcdir): SUSE fix.
1461
1462         * Documentation/user/notation.itely (Ancient clefs): idem.
1463
1464         * Documentation/user/lilypond-book.itely (Integrating HTML and
1465         music): idem.
1466
1467         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1468
1469         * lily/change-iterator.cc (process): use find_existing_context().
1470
1471         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1472
1473         * input/regression/repeat-unfold-tremolo.ly: new file.
1474
1475         * scm/music-functions.scm (unfold-repeats): undo music compression
1476         too.
1477
1478         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1479         (LY_DEFINE): ly:music-compress new function.
1480
1481         * scm/part-combiner.scm (determine-split-list): split for voice
1482         crossings
1483
1484         * input/regression/part-combine-cross.ly: new file.
1485
1486         * scm/part-combiner.scm (make-part-combine-music): don't do
1487         relative inside partcombine arguments.
1488
1489         * scm/music-functions.scm (make-non-relative-music): new function.
1490
1491         * Documentation/user/notation.itely (Automatic part combining):
1492         add note about \relative.
1493
1494         * lily/part-combine-iterator.cc (construct_children): add
1495         start_moment_ member.
1496
1497         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1498         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1499
1500         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1501
1502         * Documentation/user/changing-defaults.itely (Which properties to
1503         change): fixes.
1504
1505 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1506
1507         * po/fr.po: update.
1508
1509 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1510
1511         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1512
1513         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1514         Reinstate old code that issues warning.  Fixes --srcdir build.
1515
1516 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1517
1518         * input/wilhelmus.ly: New file.
1519
1520         * Documentation/user/notation.itely: 
1521         * Documentation/user/introduction.itely:
1522         * Documentation/user/tutorial.itely: Use quote ly-option instead
1523         of explicit @quotation.  This fixes too long lilypond linewidths
1524         resulting in overful hboxes.
1525
1526         * scripts/lilypond-book.py: Add ly-option: `quote'.
1527
1528 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1529
1530         * tex/titledefs.tex: Avoid that the first score line is extra
1531         indented if instrument is defined but not piece.
1532
1533 2004-03-30  Werner Lemberg  <wl@gnu.org>
1534
1535         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1536         `lilypond/' to info file name.
1537         (@usermanref) [info]: New variant.
1538
1539         * scm/documentation-generate.scm: Fix definition of @usermanref
1540         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1541         to info file name.
1542
1543 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1544
1545         * VERSION: release 2.1.36
1546         
1547         * Documentation/user/changing-defaults.itely (Interpretation
1548         contexts): rewrite introduction.
1549
1550 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1551
1552         * scm/define-markup-commands.scm: Use TeX accents instead of
1553         straight iso-8859-1 encoding in the doc string.
1554
1555 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1556
1557         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1558         space after dotted duration.
1559
1560 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1561
1562         * Documentation/user/introduction.itely: 
1563         * Documentation/user/notation.itely:
1564         * Documentation/user/tutorial.itely: Up all relative examples.
1565         Enclose @lilypond displays in @quotation.  Typos and corrections.
1566
1567         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1568
1569 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1570
1571         * scm/music-functions.scm (make-voice-props-revert): Revert also
1572         MultiMeasureRest staff-position in oneVoice.
1573
1574 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1575
1576         * Documentation/user/changing-defaults.itely, 
1577         Documentation/user/lilypond.tely: few fixes. Place no comma between
1578         two options: a and b, but commas between three options: a, b, and c.
1579         By this manner, grouping is possible: a and b, and c and d.
1580
1581 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1582
1583         * Documentation/user/GNUmakefile: add rule for .nexi
1584
1585 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1586
1587         * Documentation/user/music-glossary.tely: move glossary direntry
1588
1589         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1590         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1591
1592 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1593
1594         * stepmake/aclocal.m4: Verify that gettext configure check with
1595         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1596
1597 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1598
1599         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1600         glob.glob for .png filenames. This catches multipage pngs.  
1601
1602         * Documentation/user/changing-defaults.itely (Determining the grob
1603         property): fix references.
1604
1605         * lily/staff-symbol.cc (print): only add extent if non empty.
1606         This fixes staff-container.ly.
1607
1608         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1609         starting with a mmrest also works.
1610
1611         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1612         PNG for texinfo too.
1613
1614         * po/lilypond.pot: update translation strings.
1615
1616         * VERSION: 2.1.35 released
1617         
1618         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1619         context argument too.
1620
1621         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1622
1623         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1624
1625         * python/lilylib.py (command_name): don't return 1st path
1626         component.
1627
1628         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1629         .png case separately.
1630
1631         * python/lilylib.py (system): typo.
1632         
1633 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1634
1635         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1636         run indent-region.
1637
1638         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1639         Fixes compile.
1640
1641         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1642         Add header.
1643
1644 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1645
1646         * vim/lilypond-indent.vim: small fixes.
1647
1648 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1649
1650         * Documentation/user/notation.itely (Entering lyrics): Add example
1651         with correct english double quotes (at least for LaTeX output,
1652         maybe not a good idea if we switch to PS as the default output
1653         format).
1654
1655 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1656
1657         * lily/staff-performer.cc (create_audio_elements): play instrument
1658         changes before notes arrive. This fixes instrument of the first
1659         note in a score.
1660
1661         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1662         to 1.9.0 conversion.
1663
1664         * lily/mark-engraver.cc: doc string.
1665
1666         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1667
1668         * Documentation/user/introduction.itely (Introduction): new node.
1669
1670 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1671
1672         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1673
1674         * input/regression/spacing-ragged-last.ly: new file.
1675
1676         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1677         spacing.
1678
1679         * scm/font.scm: rewrite using GOOPS.
1680         
1681         * lily/context-def.cc (filter_engravers): derefence pointer.
1682
1683         * lily/lily-guile.cc (type_check_assignment): use
1684         ly_scheme_function iso. scm_primitive_eval where possible.
1685
1686         * lily/performance.cc (output): limit channels at 15. This fixes
1687         percussion inadvertently showing up in large scores.
1688
1689 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1690
1691         * input/regression/tuplet-gap.ly: new file.
1692
1693         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1694         (print): compute gap length from number size, include italic
1695         correction.
1696
1697         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1698         tuplet-bracket
1699
1700         * scm/paper.scm (set-default-paper-size): new function, to be
1701         called at toplevel.
1702         (set-paper-size): new function, to be called inside \paper {}
1703         (set-default-paper-size): new function, to be called at toplevel.
1704
1705         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1706
1707         * lily/beam-performer.cc (process_music): idem.
1708
1709         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1710         
1711         * tex/titledefs.tex: remove scshape for piece.
1712
1713         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1714         font-family
1715
1716         * lily/time-signature.cc (special_time_signature): font-encoding
1717         not family.
1718
1719         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1720         dynamic to head. This fixes p placement in morgenlied.
1721
1722 2004-03-23  Werner Lemberg  <wl@gnu.org>
1723
1724         * stepmake/stepmake/generic-targets.make (help): Improve text.
1725
1726 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1727
1728         * VERSION: 2.1.34 released
1729         
1730         * lily/main.cc (main_with_guile): switch debugging.
1731
1732         * lily/system.cc (get_line): plug leak.
1733
1734         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1735         and contents.
1736         (stencil2line): plug leak.
1737
1738         * Documentation/user/changing-defaults.itely (Determining a grob
1739         property):  new node.
1740         (Layout interfaces): new node.
1741         (Navigating the program reference): new node.
1742
1743         * lily/accidental-engraver.cc (acknowledge_grob): add property
1744         harmonicAccidentals
1745
1746         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1747         general cleanups.
1748         
1749         * input/les-nereides.ly (middleDynamics): resurrect Les
1750         nereides. Remove pedal hack.
1751
1752 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1753
1754         * input/regression/property-grace-polyphony.ly: new file.
1755
1756         * lily/translator-property.cc (execute_pushpop_property): only pop
1757         one instance of the property. This fixes << \\ >> together with
1758         \grace.
1759
1760         * lily/break-align-interface.cc (ordered_elements): we cannot
1761         modify the #'elements property, so return reordered array.
1762
1763 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1764
1765         * buildscripts/lilypond.words.py: remove.
1766         * buildscripts/lilypond-words.py: add new, renamed file. 
1767         Give generated targets and dirs explicitly in arguments.
1768
1769         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1770         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1771         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1772         
1773         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1774
1775         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1776
1777         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1778         orders.
1779
1780         * vim/GNUmakefile: add local-uninstall target.
1781
1782         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1783         
1784         * vim/vimrc: add a one-liner file.
1785
1786         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1787         vimrc in EXTRA_DIST_FILES.
1788
1789         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1790
1791 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1792
1793         * config.make.in: add vimdir.
1794
1795         * vim/GNUmakefile: add local-install.
1796
1797 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1798
1799         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1800         with \lilypondifundefined{blabla}. Solves problem with multiple
1801         titles in the same lilypond-book document.
1802
1803 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1804
1805         * scm/document-backend.scm (interface-doc): sort grob list for
1806         interface.
1807
1808         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1809         pre/post break align-order.
1810
1811         * spelling patch courtesy Edward Sutton.
1812
1813         * Documentation/user/changing-defaults.itely (Changing context
1814         default settings): new node.
1815         (Defining new  contexts): new node.
1816
1817         * scripts/lilypond-book.py (is_derived_class): use numbers
1818         iso. booleans.
1819
1820         * python/lilylib.py (make_ps_images): add margin to PS images.
1821
1822         * scripts/lilypond-book.py (is_derived_class): new function. Take
1823         class arg iso. object.
1824         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1825         for bug in GS/dvips.
1826
1827         * lily/text-item.cc (interpret_markup): idem.
1828
1829         * scm/define-markup-commands.scm: remove split around-space hack.
1830
1831         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1832         function, fold WL's fixes into one function.
1833
1834 2004-03-22  Werner Lemberg  <wl@gnu.org>
1835
1836         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1837         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1838         (Note_column::head_position_interval): Do proper rounding for
1839         calls to Staff_symbol_referencer::get_position.
1840
1841 2004-03-21  Werner Lemberg  <wl@gnu.org>
1842
1843         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1844         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1845         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1846         (My_lily_parser::parse_file): Improve formatting progress indication
1847         sent to stdout.
1848
1849 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1850
1851         * VERSION: 2.1.33 released.
1852
1853         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1854
1855         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1856
1857         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1858         warning is issued about dummy.dep.
1859
1860         * scm/new-font.scm: fix design sizes of nummer
1861
1862 2004-03-21  Werner Lemberg  <wl@gnu.org>
1863
1864         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1865         some annoying warnings from mkdir during `make install'.
1866
1867 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1868
1869         * lily/performer-group-performer.cc (do_announces): call
1870         Performer_group_performer::create_audio_elements () too.
1871
1872         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1873
1874         * scm/define-grobs.scm (all-grob-descriptions): add property
1875         break-align-orders
1876
1877         * lily/global-context.cc (get_default_interpreter): new
1878         function. Override from base class, so no new Score contexts are
1879         created.
1880
1881         * lily/include/stencil.hh (class Stencil): document origin field.
1882
1883         * lily/staff-symbol.cc (print): span staff-symbol on column
1884         extents for non-broken columns. 
1885
1886         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1887         key-signature.
1888
1889         * tex/titledefs.tex: don't use smallcaps for piece.
1890
1891         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1892         translated stencils in the output.
1893
1894         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1895
1896 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1897
1898         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1899         and init ties_created_
1900
1901         * VERSION: release 2.1.32
1902
1903         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1904         doc string from IMPLEMENT_CTOR_CALLBACK().
1905
1906         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1907         that engraver is in a performer hierarchy.
1908
1909 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1910
1911         * vim/lilypond-ftdetect.vim: new file.
1912
1913 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1914
1915         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1916         (compose_ly): default octave should be middle C.
1917
1918         * Documentation/user/changing-defaults.itely (Layout tunings
1919         within contexts): new node.
1920
1921         * lily/include/smobs.hh: document C++ smob interface.
1922
1923         * lily/function-documentation.cc: don't doc functions without
1924         docstring.
1925
1926 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1927
1928         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1929         direntry, so that `info lilypond' goes to Top.
1930
1931         * scm/output-ps.scm (polygon): Fix: add spaces.
1932
1933         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1934         solutions are now optimal too.
1935
1936         * input/test/page-breaks.ly: New file.
1937
1938         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1939         functions into safe module.
1940
1941         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1942         end, prepend zeros.
1943
1944         * scm/output-*.scm: Use ly:number->string rather than
1945         number->string.  Makes for saner output.
1946
1947         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1948         Fixes feta-nummer, feta-din scaling.
1949
1950 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1951
1952         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1953
1954         * scm/music-functions.scm (descend-to-context): new
1955         function. Similar to context-spec-music.
1956         (make-time-signature-set): specify Score as descend-only. This
1957         fixes the polymetric.ly example.
1958
1959         * lily/context-specced-music-iterator.cc (construct_children): add
1960         support for descend-only context spec.
1961
1962         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1963         determine ez-notation letter. 
1964
1965         * lily/system.cc (get_line): start with dumping layer 3. This
1966         fixes ez notation.
1967
1968 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1969
1970         * input/test/title-markup.ly: Stress breaking harder.
1971
1972         * scm/page-layout.scm (height-score): Overfull page scores twice
1973         as bad as underfull (was: by a power).
1974         (walk-lines): Omit first walk-path round (breaking after new node,
1975         without lines).
1976
1977         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1978         diff values are negative.
1979         (output): Bugfix: treat negative vfill differently.
1980
1981         * Documentation/user/lilypond.tely (direntry): Add note about why
1982         `info lilypond' brings up `Invoking LilyPond' node.
1983
1984 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1985
1986         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1987
1988         * lily/paper-book.cc: Remove cruft.
1989         (output): Bugfix: put vfill between lines.
1990         (pages): Bugfix: set page vars needed for filling.
1991
1992         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1993         (was: @ar).
1994
1995         * scm/page-layout.scm: Further development.
1996
1997         * ly/declarations-init.ly (paper): Define page-breaking.
1998
1999 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2000
2001         * lily/note-head.cc (brew_ez_stencil): add note-names
2002         property. Provides internationalization for note names.
2003
2004         * Documentation/user/changing-defaults.itely (Creating contexts):
2005         new node.
2006
2007         * lily/grace-iterator.cc (process): descend to child for \grace.
2008
2009         * lily/timing-translator.cc (initialize): Timing_translator adds
2010         Timing alias by itself.
2011
2012         * lily/context.cc (add_alias): new function.
2013
2014         * scm/lily.scm (tex-output-expression): new function, eval within
2015         drawing API. Guards against eval vulnerabilities.
2016
2017         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2018
2019         * scm/output-ps.scm (scm): export lily drawing API.
2020
2021         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2022         throughout.
2023
2024 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2025
2026         * scm/page-layout.scm (optimal-page-breaking): New function.
2027         
2028         * lily/paper-book.cc (pages): Use it.
2029
2030 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2031
2032         * lily/include/paper-line.hh (class Paper_line): Full smob.
2033
2034 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2035
2036         * lily/global-context.cc (run_iterator_on_me): fix grace note
2037         nesting by initting measurePosition.
2038
2039         * lily/timing-translator.cc (initialize): do no init
2040         measurePosition
2041         
2042         * lily/include/music-output-def.hh (class Music_output_def): add
2043         input_origin_ field.
2044
2045         * Documentation/user/changing-defaults.itely (Changing context
2046         properties on the fly): new node.
2047
2048         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2049         function. Only have smobbed_copy (), and do not provide
2050         smobbed_copy() for non-simple smobs. Changes throughout.
2051
2052 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2053
2054         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2055         start_moment_. Fix by Doug A. Linhardt.
2056
2057 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2058
2059         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2060         accidentals for harmonic notes.
2061
2062         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2063         of different style. (Thanks to Doug Linhardt).
2064
2065         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2066         new node.
2067
2068 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2069
2070         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2071
2072         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2073         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2074         vim/lilypond-indent.vim: doc targets and deps in comments.
2075
2076 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2077
2078         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2079
2080         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2081
2082         * lily/include/paper-line.hh:
2083         * lily/include/paper-line.cc: New file.
2084
2085 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2086
2087         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2088
2089         * GNUmakefile.in: remove stray make out=www
2090
2091         * input/test/bagpipe.ly (gcdg): octave fixes.
2092
2093         * scm/define-markup-commands.scm (number): use font-encoding
2094         iso. font-family
2095
2096         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2097         font-encoding.
2098         
2099 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2100
2101         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2102         `output_format_global' and `PAGE_LAYOUT'.
2103
2104 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2105
2106         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2107         lily functions in safe mode.
2108
2109         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2110         Print filename for HTML, LATEX, before texidoc.
2111
2112         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2113         instructions in output-ps module.
2114
2115         * scm/lily.scm: Do not load output-ps module.
2116
2117         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2118         safe mode.
2119
2120 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2121
2122         * lily/span-dynamic-performer.cc (process_music): remove spurious
2123         warning.
2124
2125         * lily/context-def.cc (Context_def): init name to ""
2126
2127         * lily/font-interface.cc: add font-encoding property.
2128
2129         * scm/lily.scm (chain-assoc-get): bugfix.
2130
2131         * lily/paper-book.cc (stencil2line): protect static SCM.
2132
2133         * lily/font-interface.cc (text_font_alist_chain): rename function,
2134         and use text-font-defaults. 
2135
2136         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2137
2138         * scm/paper.scm (paper-set-staff-size): use new function.
2139
2140         * scm/new-font.scm (make-font-tree): new function.
2141
2142 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2143
2144         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2145
2146         * scm/lily.scm (get-output-module): New function.
2147         (output-alist): Remove ,ps-output-expression.
2148
2149         * scm/output-tex.scm (ps-output-expression): New function.
2150
2151         * scm/output-ps.scm (ps-output-expression): Remove.
2152         (header, start-page): Output page metadata.
2153
2154         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2155         initialise output_module_.  Do not write part of header.
2156         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2157         (output_header): Output full header.
2158
2159         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2160         FIXME.
2161
2162 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2163
2164         * scm/new-font.scm: new file. Tree based font lookup.
2165
2166         * scm/lily.scm (assoc-get): take default argument. Remove
2167         assoc-get-default.
2168         (chain-assoc-get): use chain-assoc-get everywhere.
2169
2170         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2171         autobeamsettings conversion bug.
2172
2173         * lily/include/global-context.hh (Context): clean-up data hiding.
2174
2175         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2176         data hiding.
2177
2178         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2179
2180         * input/regression/stem-shorten.ly: add chord case.
2181
2182         * lily/stem.cc (get_default_stem_end_position): shorten stems
2183         triggered by note-head positions, not by forced-direction. This
2184         fixes a bug with too short stems.  
2185  
2186 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2187
2188         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2189         Lilypond_snippet.output_latex): Always call output_print_filename.
2190
2191         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2192         expand pages.
2193
2194 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2195
2196         * scm/part-combiner.scm (make-autochange-music): switch rests
2197         before switched notes too.
2198
2199         * lily/figured-bass-engraver.cc (process_music): change calling
2200         convention.
2201
2202         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2203
2204         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2205         command.
2206
2207         * lily/include/stencil.hh (class Stencil): add origin field.
2208
2209         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2210         function.
2211
2212         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2213
2214         * lily/lexer.ll: remove support for \$ and $ in identifiers
2215
2216         * lily/sequential-iterator.cc: remove copy_grace_fixups
2217         (get_grace_fixup): slight abstraction of fixup code.
2218
2219         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2220
2221 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2222
2223         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2224         in insert-mode. add indenting rules.
2225
2226 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2227
2228         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2229         protect hack.
2230
2231         * scm/page-layout.scm:
2232         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2233         layout and titling should now match external latex based version.
2234
2235         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2236         header fields.
2237
2238         * ps/lilyponddefs.ps: Remove automatic page layout.
2239
2240         * scm/output-ps.scm (new-start-system): New interface function.
2241
2242         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2243
2244         * lily/paper-book.cc (output): Bugfix.
2245
2246 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2247
2248         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2249         
2250 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2251
2252         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2253         direntries.
2254
2255         * ps/lilyponddefs.ps: Bugfix.
2256
2257         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2258
2259 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2260
2261         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2262         cause. This should fix warnings.
2263
2264         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2265
2266         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2267         prevent aligned 6ths.
2268
2269         * lily/custos.cc (print): remove adjust-if-on-staffline.
2270
2271 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2272
2273         * lily/paper-book.cc: Do header and footer.
2274
2275 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2276
2277         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2278
2279         * scm/paper.scm (lineheight): Remove
2280         (head-sep, foot-sep): Add.
2281
2282 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2283
2284         * mf/feta-schrift.mf: reduce portato thickness.
2285
2286         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2287
2288         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2289         programming_error ().
2290
2291         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2292         bracket to last command column.
2293
2294         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2295         continues on next/prev system.
2296
2297         * input/regression/pedal-end.ly: new file.
2298
2299 2004-03-10  Werner Lemberg  <wl@gnu.org>
2300
2301         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2302         Remove pmx2ly stuff.
2303         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2304
2305 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2306
2307         * scm/page-layout.scm: New file.
2308
2309         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2310         settings.
2311         (Lilypond_snippet.is_outdated): Also check for PNG file.
2312         Workaround for interrupted (web) builds.
2313
2314         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2315
2316         * ps/lilyponddefs.ps: Use only very small top-marging.
2317         (init-paper): Also pop page size string.
2318         (start-page, stop-page): New function.
2319
2320         * scm/output-ps.scm (header-end): Remove stray exec commands.
2321
2322 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2323
2324         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2325
2326         * lily/score.cc (default_rendering): clean protection.
2327
2328         * lily/paper-book.cc (mark_smob): implement smob marking.
2329
2330         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2331
2332         * Documentation/user/*.itely: user manual edits. 
2333
2334 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2335
2336         * Documentation/user/converters.itely (Invoking musedata2ly):
2337         remove pmx2ly.
2338
2339         * scripts/pmx2ly: remove script.
2340         
2341 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2342
2343         * lily/score.cc (default_rendering): Protect paper-book members.
2344
2345         * lily/paper-def.cc (smobbed_copy): New method.
2346
2347         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2348         switch runtime.
2349
2350         * lily/include/music-output.hh (process): Change signature to
2351         return SCM.
2352
2353         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2354         method.
2355
2356         * lily/paper-score.cc (process): Return stencils rather than
2357         outputting directly.  Remove paper-book kludge.  Delete grobs.
2358         (output): Remove.
2359
2360         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2361
2362         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2363
2364         * lily/score.cc (default_rendering)
2365         (ly_render_output): Move adding paper-score two levels up.
2366
2367         * lily/system.cc (get_line):
2368         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2369
2370 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2371
2372         * scm/font.scm (paper20-font-vector): add more design sizes for
2373         number.
2374
2375         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2376         feta-nummber{5,7,11,13}.
2377
2378         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2379         for 12pt design size. 
2380
2381 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2382
2383         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2384
2385 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2386
2387         * lily/font-select.cc (properties_to_font_size_family): Fix
2388         warning message.
2389
2390         * Experimental PostScript latin1 encoding:
2391         
2392         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2393
2394         * scm/output-ps.scm: Experimental encoding using reencode-font.
2395         * scm/font.scm: Add latin1 `font-shape'.
2396         
2397         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2398
2399         * ps/lilyponddefs.ps (reencode-font): New function.
2400
2401         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2402
2403         * scm/output-tex.scm (start-page):
2404         (stop-page): New interface function.
2405
2406 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2407
2408         * lily/paper-outputter.cc (output_expr):
2409         (output_header):
2410         (output_line): New method.
2411
2412         * lily/system.cc (get_line):
2413         (get_lines): New method.
2414         (output_scheme):
2415         (output_line): Remove.
2416
2417         * scm/lily.scm (make-title): New function.
2418
2419         * lily/paper-book.cc: 
2420         * lily/include/paper-book.hh: New file.
2421
2422         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2423         ly-modules.hh).
2424
2425         * lily/ly-module.cc (ly_modules_lookup): New function.
2426
2427         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2428
2429         * scm/output-ps.scm (make-title): Remove.
2430         (output-scopes): Junk header-title test.
2431
2432 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2433
2434         * mf/feta-schrift.mf: thicker dot for portato.
2435
2436         * lily/accidental-placement.cc (position_accidentals): bugfix in
2437         offset, this fixes right-padding of AccidentalPlacement.
2438
2439         * lily/[h-z]*.cc: () formatting.
2440
2441         * Documentation/user/tutorial.itely (An orchestral part): more
2442         fixes for the tutorial.
2443
2444         * scm/translation-functions.scm (fraction-tuplet-formatter):
2445         reverse fraction.
2446
2447         * lily/parser.yy (context_def_spec_block): use \context instead of
2448         \translator.
2449
2450         * lily/[a-g].cc: () style cleanup.
2451
2452         * Documentation/user/tutorial.itely (Automatic and manual beams):
2453         editing of tutorial.
2454
2455 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2456
2457         * buildscripts/mf-to-table.py (base): write encoding name.
2458
2459 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2460
2461         * Documentation/user/GNUmakefile (local-install-info): Issue
2462         warning (for packager, ie, if not installing in /usr or /usr/local).
2463
2464         * lily/stencil-scheme.cc: 
2465         * lily/staff-symbol-referencer.cc: 
2466         * lily/script-column.cc: 
2467         * lily/pitch.cc: 
2468         * lily/music.cc: 
2469         * lily/grob-pq-engraver.cc: 
2470         * lily/font-interface.cc: 
2471         * lily/music-output-def.cc: 
2472         * lily/duration.cc: 
2473         * lily/grob-scheme.cc:
2474         * lily/context-scheme.cc: Put scheme name on first line in
2475         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2476         style cleanups.
2477
2478         * stepmake/stepmake/scm-vars.make: 
2479         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2480         Rename and split TAGS_FILES.
2481
2482         * GNUmakefile.in (ALL-TAGS): Remove.
2483         
2484         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2485         deeper TAGS files.  Fixes regexp tags in TOP dir.
2486
2487 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2488
2489         * VERSION: 2.1.29 released.
2490         
2491         * Documentation/user/changing-defaults.itely (Changing defaults):
2492         new file.
2493
2494         * Documentation/user/notation.itely (Notation manual): rename from 
2495         refman.itely
2496
2497         * Documentation/user/notation-appendices.itely (The Feta font):
2498         new file.
2499
2500         * Documentation/user/advanced.itely: add aborted attempt for
2501         advanced topics manual.
2502
2503 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2504
2505         * scm/new-markup.scm: display Markups in sane format. Patch by
2506         Nicolas Sceaux.
2507
2508 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * lily/main.cc: Cleanups.
2511         (setup_localisation): New function.
2512         (sane_putenv): Remove.
2513         (main_with_guile): New name (Was: main_prog).  Remove musings
2514         about possible preparation for GUILE heavy memory usage and
2515         practical uselessness.  Do not set environment variables
2516         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2517         name juggling.
2518         (parse_argv): New function.
2519         (copyright): New function.  It's 2004 already.
2520
2521         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2522         (distill_inname): Move from main.
2523
2524 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2525
2526         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2527
2528         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2529
2530         * Documentation/user/running.itely: new file.
2531
2532         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2533
2534         * lily/score-performer.cc (finish): call Translator::finalize ().
2535
2536 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2537
2538         * lilypond-ftpplugin.vim: renamed to the following file.
2539         * lilypond-ftplugin.vim: new file.
2540
2541         * GNUmakefile.in: update VIM_FILES.
2542
2543 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2544
2545         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2546         props.
2547
2548         * input/test/tie-sparse.ly: remove.
2549
2550         * lily/tie-performer.cc (try_music): copy & paste from
2551         Tie_engraver.
2552
2553         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2554         variable_ref twice.
2555
2556         * lily/key-performer.cc (create_audio_elements): use
2557         alterations-in-key.
2558
2559         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2560
2561 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2562
2563         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2564         handle also quarter tones (not shown as tests). test also flats.
2565
2566         * Documentation/index.html.in: small fixes.
2567
2568 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2569
2570         * input/regression/new-markup-scheme.ly: Typo.
2571
2572         * scm/define-markup-commands.scm (fill-line): New markup.
2573
2574         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2575         (output-paper-def): Fix alignment.
2576         (make-title): Fix height/width scaling.
2577
2578         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2579
2580         * input/test/title-markup.ly: Add remaining titles.  Layout and
2581         font size fixes.  Add simplistic latin1 test.
2582
2583 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2584
2585         * input/test/nested-groups.ly: remove. move content (to next). 
2586         * input/test/staff-bracket.ly: replace content (from prev), this 
2587         has been already in templates.
2588
2589 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2590
2591         * stepmake/autogen.sh: Only issue warning about running configure
2592         without arguments when autogen.sh will actually be running
2593         configure.
2594
2595 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2596
2597         * scm/new-markup.scm (stack-stencil-line): robustness.
2598
2599         * scm/define-markup-commands.scm (simple): robustification of
2600         simple-markup.
2601
2602         * Documentation/user/music-glossary.tely (Top): change central C
2603         to middle C.
2604
2605         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2606
2607 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2608
2609         * input/test/title-markup.ly (spaceTest): Add.
2610
2611         * lily/text-item.cc (interpret_markup): Make line markup from
2612         multi word markup.
2613
2614         * scm/define-markup-commands.scm (word): New markup command.
2615         (simple): Use it.
2616
2617         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2618
2619 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2620
2621         * vim/ftplugin/lilypond.vim:
2622         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2623         show matching paren in insert mode.
2624
2625 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2626
2627         * scm/output-ps.scm (make-title, output-scopes): Further
2628         development.
2629
2630         * input/test/title-markup.ly: New file.
2631
2632         * ps/lilyponddefs.ps: Disable PostScript titling.
2633
2634         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2635
2636 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2637
2638         * lily/arpeggio.cc (width_callback): remove padding.
2639  
2640         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2641
2642         * scm/define-music-types.scm: remove make-music-by-name.
2643
2644         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2645
2646 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2647
2648         * lily/paper-score.cc (process): Output titles using make-title.
2649
2650         * scm/output-ps.scm (output-stencil): Display directly instead of
2651         constructing string.
2652         (make-title): New function.
2653
2654 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2655
2656         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2657         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2658         Move documentation of LaTeX packages for latin1 characters to the
2659         lilypond-book manual.
2660
2661 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2662
2663         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2664
2665         * vimrc: add menu in console and shortcut <F10> for it.
2666
2667         * vim/:
2668         * vim/compiler/:
2669         * vim/syntax/:
2670         * vim/indent/:
2671         * vim/ftplugin/: new directories.
2672         
2673         * vim/filetype.vim: new file.
2674
2675         * lilypond.vim: remove files (see next).
2676         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2677
2678         * vimrc: remove file (see next).
2679         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2680
2681         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2682         add header. apply bindings only locally.
2683
2684         * vim/indent/lilypond.vim: new file.
2685
2686         * vim/ftplugin/lilypond.vim: remove errorformat.
2687         * vim/compiler/lilypond.vim: new file for errorformats.
2688
2689         * Documentation/topdocs/INSTALL.texi: give easier orders.
2690
2691         * ROADMAP: add vim/
2692
2693 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2694
2695         * Documentation/user/introduction.itely (Introduction): Use @image
2696         iso @html <img...>.  Add workaround for images in columns in info.
2697
2698         * stepmake/aclocal.m4: Store computed version in variable.
2699
2700         * configure.in: Export MAKEINFO_VERSION.
2701
2702         * config.make.in (MAKEINFO_VERSION): Add.
2703
2704         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2705
2706         * Documentation/user/GNUmakefile: Only build info with images when
2707         building web.
2708
2709         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2710
2711         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2712         stuff from documentation-targets.make
2713
2714 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2715
2716         * VERSION: 2.1.28 released
2717         
2718         * scripts/convert-ly.py (conv): 
2719
2720 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2721
2722         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2723         \arpeggioBoth. redefine \arpeggioBracket.
2724
2725         * Documentation/user/refman.itely: document new arpeggio
2726         functions.
2727
2728         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2729
2730         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2731
2732         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2733
2734 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2735
2736         * Documentation/user/introduction.itely (Automated engraving):
2737         rewrite introduction using website text.
2738
2739 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2740
2741         * scm/*.scm: make-music-by-name is replaced by make-music, which
2742         also accept music property settings, eg:
2743           (make-music 'TextScriptEvent 'direction DOWN 'text
2744               (make-simple-markup x))
2745
2746         Patch courtesy Nicolas Sceaux
2747
2748         * lily/beam-quanting.cc: cleanup, separate counts for left and
2749         right beam ends.
2750
2751         * lily/side-position-interface.cc (quantised_position): also
2752         quantize staccato position for forced stem directions. 
2753
2754 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2755
2756         * scm/*.scm: Patch by Nicolas Sceaux: 
2757
2758         * scm/music-functions.scm: ly:grob-property and ly:music-property
2759         are made procedure with setters.
2760
2761         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2762         
2763 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2764
2765         * input/test/[t-v]*.ly: finish rewriting texidocs.
2766
2767         * input/test/vaticana.ly: remove.
2768         * input/test/ligature-vaticana.ly: new, renamed file name.
2769
2770         * input/test/stem-centered.ly: remove.
2771         * input/test/mensural-note-heads.ly: new file. take content from
2772         removed file stem-centered.ly.
2773
2774         * input/test/scales-greek.ly: simplify.
2775
2776         * input/test/s*.ly: reformulate texidocs.
2777         
2778         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2779         of missing features.
2780
2781 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2782
2783         * input/test/[j-o]*.ly: update texidocs.
2784
2785 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2786
2787         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2788
2789         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2790         images.
2791
2792         * Documentation/user/lilypond.tely (@direntry): Update.
2793
2794         * stepmake/stepmake/documentation-targets.make
2795         (install-info,uninstall-info): Install into $(package_infodir).
2796         Install images.  Run install-info to update dir.
2797
2798         * config.make.in (package_infodir): Add.
2799
2800         * Documentation/user/GNUmakefile (info-with-images,
2801         local-install-info, local-uninstall-info): New target.
2802
2803 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2804
2805         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2806         gap/threshold.
2807
2808         * lily/beam-quanting.cc (score_slopes_dy): remove
2809         ROUND_TO_ZERO_SLOPE kludge.
2810
2811         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2812
2813         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2814
2815         * lily/global-context.cc (Global_context): alway accept Score
2816         (run_iterator_on_me): cast Context to Score_context, not
2817         Context_def.
2818
2819         * Documentation/user/refman.itely: documentation patch by Edward
2820         Sanford Sutton.
2821
2822         * mf/GNUmakefile: unset sauter-fonts.
2823
2824 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2825
2826         * scripts/lilypond-book.py (output_texinfo): Output @image
2827         descriptions for info too.
2828
2829         * input/test/chord-names-jazz.ly: 
2830         * input/test/embedded-scm.ly: Clarify.
2831
2832         * input/test/cautionaries.ly: Typo.
2833
2834         * lily/input-smob.cc (ly_input_location): Compile fix.
2835
2836 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2837
2838         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2839
2840         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2841         fixes problems with system defaults being reverted with \override
2842         on Score level.
2843
2844         * lily/global-context.cc (Global_context): apply property-ops to
2845         Global_context too. 
2846
2847 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2848
2849         * scm/output-ps.scm (stencil->string): Rewrite.
2850
2851 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2852
2853         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2854         impersonal style.
2855
2856 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2857
2858         * lily/input-smob.cc (ly_input_location: New function.
2859
2860         * scm/define-markup-commands.scm (upright): New markup command.
2861
2862         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2863
2864         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2865
2866         * scm/output-ps.scm (output-stencil): New function.
2867
2868         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2869         of snippet types; fixes @ignore and @verbatim blocks.
2870
2871 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2872
2873         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2874         to a file in printed documentation, instead, refer either to a 
2875         syntax or to an output.
2876
2877 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2878
2879         * input/regression/beam-center-slope.ly: Add test.
2880
2881 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2882
2883         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2884         (SAUTER_FONTS): Reinstate.
2885
2886         * scm/define-markup-commands.scm (caps): New markup command.
2887
2888         * scm/output-ps.scm (output-scopes): Experimental markup output.
2889
2890         * scm/: Add missing headers.
2891
2892         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2893
2894         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2895
2896 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2897
2898         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2899         Stray style cleanups.
2900
2901 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2902
2903         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2904         no dot combination.
2905
2906         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2907         substitute \override Staff.autoBeamSettings too
2908
2909         * Documentation/user/tutorial.itely: proofreading fixes by David
2910         Bobroff
2911
2912 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2913
2914         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2915
2916         * ps/music-drawing-routines.ps: 
2917         * ps/lilyponddefs.ps: Add end markers.
2918
2919 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2920
2921         * VERSION: 2.1.27 released.
2922         
2923         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2924
2925         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2926         obey documentation.
2927
2928 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2929
2930         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2931
2932         * scm/output-ps.scm: Resurrect.
2933         
2934         * scm/output-tex.scm: Minimal cleanups.
2935
2936         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2937
2938         * make/ly-rules.make: Remove any broken lily-*.tex files before
2939         lilypond-book run.
2940
2941         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2942         comment.
2943
2944         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2945         Enabled by default, may save 10% compile time.
2946
2947 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2948
2949         * lily/lyric-phrasing-engraver.cc: remove
2950         
2951         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2952         longer necessary. 
2953
2954         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2955         so lyric-phrasing-engraver is no longer necessary.
2956
2957         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2958         Grob_pq_engraver from Staff.
2959
2960         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2961         busyGrobs directly.
2962
2963         * input/regression/quote-transposition.ly: new file.
2964
2965         * lily/recording-group-engraver.cc (stop_translation_timestep):
2966         store instrumentTuning too. 
2967
2968         * lily/quote-iterator.cc (process): transpose events using
2969         instrumentTuning.
2970
2971         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2972         -> \tuning <pitch>
2973
2974         * lily/parser.yy (command_req): add \tuning command for setting
2975         instrument tuning of staff.
2976
2977         * Documentation/user/GNUmakefile
2978         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2979
2980         * Documentation/user/refman.itely (Customized accidental rules):
2981         typo.
2982
2983 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2984
2985         * Documentation/user/music-glossary.tely: remove the missing norwegian
2986         translation; they can be put in later properly.
2987
2988 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2989
2990         * lily/recording-group-engraver.cc (start_translation_timestep):
2991         init Recording_group_engraver twice.
2992
2993 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2994
2995         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2996         stray style cleanups:
2997
2998         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2999         -Wmissing-prototypes.
3000
3001         * flower/include/killing-cons.tcc (Killing_cons): Add template
3002         specifier for car_.
3003
3004         * flower/include/parray.hh (binsearchs): Add template specifier
3005         for maxkey.
3006
3007         * flower/include/interval.hh: Declare elem () with template specfier.
3008
3009 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3010
3011         * elisp/lilypond-indent.el (get-buffer-size): add customization
3012         groups for several variables (Reuben Thomas).
3013
3014 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3015
3016         * Documentation/user/invoking.itexi (Point and click): add index
3017         entry.
3018
3019         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3020         go under beam.
3021
3022         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3023         sarabande beam. 
3024
3025         * flower/warn.cc (programming_error): cross fingers not thumbs.
3026
3027         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3028         staff-position is set.
3029
3030         * VERSION: release 2.1.26 
3031         
3032         * scm/chord-entry.scm (construct-chord): process transposition
3033         after processing explicit-11.  
3034
3035 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3036
3037         * lily/parser.yy (add_quote): add syntax for adding quotes:
3038         \addquote "id-string" Music
3039
3040         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3041
3042         * scripts/convert-ly.py (conv): add rules for name changes.
3043
3044         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3045         music/context/grob property functions. Internally, use
3046         get_property() and set_property() for both.
3047
3048 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3049
3050         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3051         for Emacs <= 20 (Laurent Martelli).
3052
3053 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3054
3055         * lily/parser.yy (command_element): extract quoted vector in
3056         parser.
3057
3058         * input/regression/quote.ly: new file.
3059
3060         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3061
3062         * lily/parser.yy (command_element): \quote DURATION NAME: support
3063         cue notes. 
3064
3065         * lily/quote-iterator.cc (class Quote_iterator): new file.
3066
3067 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3068
3069         * lily/auto-beam-engraver.cc (try_music): accept and process
3070         beam-forbid-event.
3071
3072         * input/regression/auto-beam-no-beam.ly: new file.
3073
3074 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3075
3076         * lily/accidental.cc (print): Change font-relative-size ->
3077         font-size. Fixes cautionary-style = smaller.
3078
3079 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3080
3081         * lily/system-start-delimiter.cc (staff_brace): remove
3082         font-relative-size
3083
3084         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3085         forgotten with scm_list_n. Fixes spurious coredumps.
3086
3087         * lily/accidental-engraver.cc (stop_translation_timestep): move
3088         update of localKeySignature to stop_translation_timestep (). This
3089         makes sure that all ties are noticed at the right moment.
3090         (stop_translation_timestep): clear tie only when right-side
3091         notehead was seen.
3092         (number_accidentals_from_sig): cleanup. 
3093
3094         * input/regression/accidental-tie.ly (mus): new file
3095
3096         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3097         these longish tests.
3098
3099 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3100
3101         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3102
3103         * THANKS: update bugreporter list.
3104
3105         * lily/beam.cc (print): broken beams last until end of staff.
3106         (print): broken beams start from prefatory matter.
3107
3108         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3109
3110         * lily/paper-score.cc (process): dump header only once.
3111
3112         * lily/paper-outputter.cc (Paper_outputter): move logic into
3113         Scheme.
3114
3115         * scm/output-tex.scm (output-scopes): new function.
3116         (output-paper-def): new function
3117         (tex-string-def): new function
3118         (symbol->tex-key): new function
3119
3120         * scripts/convert-ly.py (conv): add rule for | ~
3121
3122 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3123
3124         * input/regression/{many}.ly: refresh, trying to guess how
3125         it was designed.
3126
3127 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3128
3129         * VERSION: release 2.1.25
3130
3131         * scm/define-translator-properties.scm
3132         (all-user-translation-properties): add printOctaveNames
3133
3134         * ly/engraver-init.ly: remove Note_event_swallower from
3135         NoteNamesContext.
3136
3137         * lily/note-name-engraver.cc (process_music): new property
3138         printOctaveNames
3139
3140         * lily/context.cc (find_existing_context): remove support for
3141         Current.
3142
3143         * scm/music-functions.scm (set-accidental-style): new function;
3144         duplicate accidental macros.
3145
3146         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3147
3148         * lily/note-name-engraver.cc (process_music):
3149         process_acknowledged_grobs () -> process_music ()
3150
3151         * scm/part-combiner.scm (determine-split-list): robustification.
3152
3153 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3154
3155         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3156         lines for falling into beam-gap.
3157         (score_forbidden_quants): check all staff lines for falling in
3158         beam gaps.
3159
3160         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3161         key/clef/time signatures. 
3162
3163         * input/test/ossia.ly: revise example.
3164
3165         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3166         cleanup.
3167         
3168         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3169         comply to Scheme standard.  Remove ly:get-paper-variable
3170
3171 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3172
3173         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3174
3175 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3176
3177         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3178         properties from Voice context. This fixes accidental size for
3179         staff-switches during grace contexts.
3180
3181         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3182         if necessary. Else, simply wipe dots.
3183
3184         * input/test/beam-alternate.ly: new file
3185
3186         * input/test/piano-staff-distance.ly: new file.
3187
3188         * lily/translator-group.cc (recurse_down_translators): use
3189         Direction for bottom-up/top-down.
3190
3191         * lily/include/translator.hh (class Translator): add
3192         process_music() and do_announces(). This obviates
3193         recurse_down_{engravers,performers}.
3194
3195         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3196         \melisma and \melismaEnd
3197
3198         * lily/melisma-engraver.cc (process_music): change to
3199         Melisma_translator, unify with performer. Accept
3200         ManualMelismaEvent.
3201
3202         * ly/engraver-init.ly: add Font_size_engraver.
3203
3204 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3205
3206         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3207         it hara-kiri.
3208
3209         * input/regression/{many}.ly: improve descriptions trying to figure
3210         out what is tested.
3211
3212 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3213
3214         * lily/slur.cc (broken_trend_offset): robustness fix.
3215
3216         * VERSION: release 2.1.24
3217
3218         * lily/context.cc (find_create_context): go to Score if it exists.
3219
3220         * lily/context-scheme.cc: new file.
3221
3222         * lily/score-translator.cc (get_output): new file.
3223
3224         * lily/include/grob-info.hh: origin_contexts() now does not
3225         include the originating engraver
3226
3227         * lily/translator-group.cc (translator_each): clean up contents,
3228         remove superfluous stubs. Engraver_group_engraver and
3229         Performer_group_performer are the only classes using multiple
3230         inheritance.
3231
3232         * lily/include/score-context.hh (class Score_context): interface
3233         between Score_{engraver,performer} and Global_context.
3234
3235         * lily/include/global-context.hh (Context): change from
3236         global-translator. This is the entry point for contexts; it is not
3237         tweakable using \translator{}. Score is no longer the top context,
3238         but sits underneath Global.
3239
3240         * lily/include/context.hh (class Context): brain surgery: split
3241         out Context functionality from Translator_group. Context is now a
3242         separate type from Translator.
3243
3244 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3245
3246         * lily/include/translator.hh (class Translator): make
3247         get_score_context() and get_global_translator (), and use the one
3248         which is appropriate.
3249
3250         * lily/context.cc: partially put functionality of Translator_group
3251         into Context.
3252
3253         * lily/include/context.hh (Translator): new class: put between
3254         Translator and Translator_group. 
3255
3256         * lily/new-accidental-engraver.cc: remove file.
3257
3258 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3259
3260         * input/regression/{many}.ly: improve descriptions: use complete 
3261         sentences, try to describe what is tested, avoid `we´, do not use 
3262         don't, ... 
3263
3264 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3265
3266         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3267         is at EOL.
3268
3269         * Documentation/user/lilypond.tely: declare the topmost node only
3270         once; removes empty line in @contents.
3271
3272         * Documentation/user/music-glossary.tely: really add Finnish author.
3273         Draw more beatiful `->´ arrow in html: &rarr;
3274
3275 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3276
3277         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3278
3279         * scripts/convert-ly.py (conv): add ly:music-list  change.
3280
3281         * lily/grob.cc: edit doc string.
3282
3283         * scm/define-grob-properties.scm (all-user-grob-properties):
3284         proofreading, editing of doc strings.
3285
3286         * input/regression/tablature-string-tunings.ly: new file.
3287
3288         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3289         listen to stringTunings
3290
3291         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3292         for self-alignment-[XY] code.
3293  
3294 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3295
3296         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3297         cond) into function. Cleanup.
3298
3299         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3300         
3301         * VERSION (PACKAGE_NAME): 2.1.23 released
3302
3303 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3304
3305         * Documentation/user/{refman,internals}.itely: small fixes.
3306
3307 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3308
3309         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3310         accidentals for harmonic notes
3311
3312         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3313         for harmonic notes.
3314
3315         * scm/document-backend.scm (interface-doc): prune Grob
3316         documentation: don't duplicate interface information.
3317
3318         * lily/*.cc: lots of updates of doc strings.
3319
3320 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3321
3322         * input/test/ac-extra-voice.ly (accompany): remove file.
3323
3324         * input/test/maximum-rest-count.ly: remove file.
3325
3326         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3327         conversion rule for \translator { }. Apply everywhere.  
3328
3329         * lily/parser.yy (music_property_def): set property for \once in
3330         the PropertyMusic itself, not the ContextSpec.
3331         (property_operation): change syntax within \translator { }
3332
3333         * scm/define-music-properties.scm (all-music-properties): clean up.
3334
3335         * lily/auto-beam-engraver.cc (test_moment): use
3336         updated_grob_properties() to retrieve autoBeam settings.
3337
3338         * lily/spacing-spanner.cc: bound shortest_playing_len by
3339         measure_length
3340
3341         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3342         multi-measure events for spacing computation.
3343
3344         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3345         elliptical, to 1.49.
3346
3347         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3348         vertical positioning for polyphony, without RestCollision object.
3349
3350         * lily/note-column.cc (add_head): prevent rests & note heads on
3351         one stem.
3352
3353         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3354         (do_shift): rewrite only-rests case: use common refpoints: the
3355         routine will have sensible results when other rest-translations
3356         have taken place.
3357
3358         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3359         < 0 case. 
3360
3361         * VERSION: 2.1.22 released
3362         
3363         * input/GNUmakefile (SUBDIRS): remove ascii-art
3364
3365 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3366
3367         * input/: Convert ly files that still had \property.  Fixes make
3368         web.  Remove exta spaces around '='. 
3369
3370         * scripts/convert-ly.py (conv): Redundant space fixes.
3371
3372         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3373
3374 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3375
3376         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3377         create scalable PS and PDFs  for input/{test,template,regression}.
3378
3379         * lily/context.cc (is_alias): move function.
3380         (is_alias): add Bottom as context alias. 
3381         (find_create_translator): add Bottom as a context alias for creation.
3382
3383         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3384
3385         * lily/parser.yy (music_property_def): new syntax for property
3386         assignments:
3387
3388         \set A.B = #C , \unset A.B
3389         \override A.B #C = #D, \revert A.B #C 
3390
3391         * lily/my-lily-lexer.cc: remove \property
3392
3393 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3394
3395         * Documentation/user/refman.itely: add dots after seealso refs.
3396
3397         * input/template/{many}.ly: harmonise descriptions.
3398
3399         * Documentation/user/music-glossary.itely: add Finnish author.
3400
3401 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3402
3403         * VERSION (PACKAGE_NAME): release 2.1.21
3404
3405 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3406
3407         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3408
3409         * scripts/lilypond-book.py (snippet_res): @include filename must
3410         not be empty.
3411
3412 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3413
3414         * scm/documentation-generate.scm (markup-doc-string): dump
3415         markup-commands.tely
3416
3417         * scm/define-markup-commands.scm (override): new file.
3418         Move documentation from refman into doc-strings. 
3419
3420         * input/test/staff-container.ly: fix example.
3421
3422         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3423         StaffContainer
3424
3425         * lily/grob.cc: remove point_dimension_callback
3426         (Grob): read forced dimensions from X-extent and Y-extent.
3427         (get_paper): remove preset_extent.
3428
3429         * scm/define-grobs.scm (all-grob-descriptions): remove
3430         point_dimension_callback. 
3431
3432         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3433         textscript to head. This makes no-spacing-rods work on
3434         DynamicText.
3435
3436         * lily/chord-name.cc: remove props chord, bass, inversion.
3437
3438         * Documentation/user/appendices.itely: add Scheme functions,
3439         context-properties and layout properties to manual.
3440
3441         * scm/part-combiner.scm (determine-split-list): include rests in a
3442         solo1/2 sequence.
3443
3444         * lily/new-part-combine-iterator.cc (substitute_both): new
3445         function.
3446         (class New_pc_iterator): add separate Voice=solo context, fixes
3447         autobeams going from chords to solo.
3448
3449 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3450
3451         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3452
3453         * Documentation/user/tutorial.itely:
3454         * Documentation/user/refman.itely: Add short note about being part
3455         of lilypond.tely.
3456
3457         * COPYING: Make note more clear with respect to files that are
3458         explicitely licenced otherwise (Documention/user/ comes to mind).
3459         
3460         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3461         comment about barfing of @c,{}.
3462
3463         * Documentation/user/music-glossary.tely: Add list of authors.
3464
3465         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3466         source (was: also in build log).
3467
3468 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3469
3470         * lily/side-position-interface.cc (general_side_position): if
3471         staff-padding is set, then include staff in support too.
3472
3473         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3474         module workbook
3475
3476         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3477
3478         * lily/tuplet-engraver.cc: remove tupletInvisible
3479
3480         * scm/define-translator-properties.scm: cleanup, separate in
3481         internal and user props. 
3482
3483         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3484         LyricsVoice -> Lyrics
3485
3486         * lily/new-part-combine-iterator.cc (process): only print warning
3487         for symbols.
3488
3489 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3490
3491         * scm/part-combiner.scm: Add proper header.
3492
3493         * All but lily/*: The great --2003 --2004 replace; the missing
3494         `bits'.
3495
3496         * TODO: Fix outline mode.  Add book notes.
3497
3498         * ROADMAP: Update.
3499
3500 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3501
3502         * scm/part-combiner.scm (make-autochange-music): use
3503         accumulator. Fixes stack overflow.
3504
3505         * lily/*: rename brew_molecule -> print , molecule-callback ->
3506         print-function
3507
3508         * scm/define-grob-properties.scm: cleanup. Separate into internal
3509         and user properties.
3510
3511         * lily/translator-property.cc (updated_grob_properties): new
3512         function
3513         (execute_pushpop_property): change to new convention:
3514         object property inits are stored as (cons ALIST BASED-ON). This
3515         storage format allows concurrent tweaks in different contexts.
3516
3517 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3518
3519         * TODO: new file.
3520
3521 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3522
3523         * debian/: Late Debian update (sorry Anthony).
3524
3525         * scripts/lilypond-book.py (do_file): Look for input_file in
3526         include path, or ask kpathsea if LATEX.
3527
3528         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3529         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3530         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3531         --header=texidoc.
3532
3533         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3534         relative.
3535
3536         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3537         only when filtering, default to input_base otherwise.  Coding
3538         style fixes.
3539
3540 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3541
3542         * lily/include/translator.hh (class Translator): add virtual
3543         qualifier.
3544
3545 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3546
3547         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3548
3549 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3550
3551         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3552
3553         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3554         (fixes make web).
3555
3556         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3557         live in $(out)-www).
3558
3559         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3560         dependencies.  Add link to .ly source in HTML output.
3561         (Lilypond_snippet.output_html): Handle multiple page picture
3562         output.
3563         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3564         Make usable for output_texinfo again.
3565
3566         * Documentation/user/GNUmakefile: Add static dependency for
3567         lilypond.tely includes.
3568
3569         * Documentation/user/tutorial.itely: Add some lost `relative'
3570         ly-options.
3571
3572 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3573
3574         * lily/include/translator-group.hh: move Music_output_def member
3575         to Global_translator.
3576
3577         * scripts/lilypond-book.py (do_file):  fix latex output.
3578
3579         * VERSION: release 2.1.20
3580         
3581         * scm/part-combiner.scm (determine-split-list): robustness fix 
3582
3583         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3584
3585         * lily/parser.yy (music_output_def_body): plug memory leak.
3586
3587         * lily/translator-group.cc (add_fresh_group_translator): plug
3588         memory leak: unprotect Translator_group once added.   
3589
3590         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3591
3592         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3593         write .dep file.
3594         (Lilypond_snippet.ly): add \renameinput.
3595
3596 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3597
3598         * Documentation/user/refman.itely (Markup command definition): Doc
3599         by Nicolas Sceaux. Rewrite by Han-Wen
3600
3601         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3602         thing of the line.
3603         (brew_molecule): only remove if hyphen is not at the end of line.
3604         (set_spacing_rods): new function: minimum-length specifies
3605         distance between syllables.
3606
3607         * scm/define-grobs.scm (all-grob-descriptions): add
3608         Hyphen_spanner::set_spacing_rods to LyricHyphen
3609
3610         * input/regression/lyric-hyphen-break.ly: new file.
3611
3612         * input/test/lyric-hyphen-retain.ly: new file.
3613
3614         * lily/new-part-combine-iterator.cc (construct_children):
3615         add Rest direction.
3616
3617 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3618
3619         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3620
3621         * Documentation/bibliography/engraving.bib (donemus1982):
3622         update entry.
3623
3624 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3625
3626         * scripts/lilypond-book.py (Substring.__init__): new class.
3627         (Snippet.output_texinfo): add texidoc option.
3628         (Include_snippet.replacement_text): new class.
3629         (Lilypond_snippet.__init__): new class
3630         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3631
3632         * Documentation/user/refman.itely (Sound): 
3633         note about number of channels.
3634
3635         * scm/music-functions.scm (voicify-music): add \context Staff for
3636         << \\ >> polyphony.
3637
3638         * lily/parser.yy (verbose_command_req): \skip now creates
3639         SkipMusic, and does not lead to spurious staves.
3640
3641         * scm/define-music-types.scm (music-descriptions): rename
3642         NonEventSkip to SkipMusic
3643
3644         * input/no-notation/midi-lyric-barcheck.ly: new file.
3645
3646         * input/regression/collision-dots-invert.ly: new file.
3647
3648         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3649         case.
3650
3651         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3652         die if melody died too.
3653
3654 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3655
3656         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3657         with reading from stdin.
3658
3659         * lily/slur-performer.cc (try_music): new file.
3660
3661         * lily/melisma-performer.cc (try_music): new file. Handle
3662         melismata to help lyrics.
3663
3664         * lily/beam-performer.cc (try_music): new file. Handle beam events
3665         to help lyrics.
3666
3667         * lily/score-performer.cc (one_time_step): reinstate
3668         process_music().
3669
3670         * lily/performer.cc (process_music): add to interface.
3671
3672         * lily/performer-group-performer.cc (process_music): new function.
3673
3674         * lily/dot-column.cc (do_shifts): do collision resolution before
3675         dot positioning.
3676         
3677         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3678         file, process printfilename option.
3679         (Snippet.__init__): rewrite: do not use global variables h or
3680         index.
3681         (main): really support -I option.
3682         (find_toplevel_snippets): new code.
3683         (find_toplevel_snippets): reinstate old version, without global
3684         variables.
3685
3686         * tex/texinfo.tex: really add file.
3687         
3688 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3689
3690         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3691         compatibility.
3692
3693 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3694
3695         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3696
3697         * scm/define-translator-properties.scm (drumPitchTable): add
3698         property.
3699
3700         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3701         function.
3702         (help_summary): docstrings.
3703         (do_file): strip the dir of input_base too.
3704
3705 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3706
3707         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3708
3709         * Documentation/user/lilypond-book.itely: Update.
3710
3711         * make/ly-rules.make: Update lilypond-book commands.
3712
3713         * Documentation/user/GNUmakefile: Update makeinfo commands,
3714         lilypond-book flags.
3715
3716         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3717         
3718         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3719
3720         * scripts/filter-lilypond-book.py: Remove.
3721
3722         * Documentation/user/*tely: Update options for new lilypond-book.
3723
3724         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3725         with @macros in @includes.
3726
3727 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3728
3729         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3730         make rest-collision only.
3731
3732         * lily/break-substitution.cc (substitute_one_mutable_property):
3733         clear all-elements using scm_assq_remove_x(). 
3734
3735         * lily/rest-collision.cc (do_shift): shift single rests
3736
3737         * flower/include/array.hh (class Array): rename to is_empty ()
3738
3739         * lily/drum-note-performer.cc: new file: perform drum notes.
3740
3741         * VERSION (PACKAGE_NAME): release 2.1.19.
3742         
3743 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3744
3745         * scripts/filter-lilypond-book.py
3746         (classic_lilypond_book_compatibility): New function.
3747
3748 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3749
3750         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3751
3752         * Grand 2003 -> 2004 search replace. 
3753
3754         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3755         (i.e. < > )
3756
3757         * ly/performer-init.ly: add DrumStaff
3758
3759         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3760         lyric-interface; this prevents lines with only extender lines from
3761         being junked.
3762  
3763         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3764
3765         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3766         extenders right, for once and for all (hopefully).
3767         
3768         * lily/break-substitution.cc (substitute_one_mutable_property):
3769         clear old 'all-elements for System grobs.
3770
3771         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3772         that associatedVoiceContext is always assigned when music & lyrics
3773         are found. 
3774
3775         * ly/engraver-init.ly: remove Lyrics context.
3776         (TabVoice): add noteheads engraver
3777
3778         * input/test/improv.ly: update: do not use Thread switching. 
3779
3780         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3781         squashedPosition is a number  
3782
3783         * Documentation/user/refman.itely (Automatic note splitting):
3784         remove Thread references.
3785
3786         * input/no-notation/pc-direction.ly: remove file.
3787
3788         * ly/engraver-init.ly: remove Thread
3789
3790         * input/regression/tie-chord-partial.ly: remove file.
3791
3792         * scripts/convert-ly.py (conv): \harmonic rule
3793
3794         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3795         notation for harmonic notes: <c' g''\harmonic>
3796
3797         * lily/lily-guile.cc (alist_to_hashq): new function
3798
3799         * scm/lily.scm (alist->hash-table): new function.
3800
3801         * Documentation/user/refman.itely (Percussion staves): update doco.
3802
3803         * input/regression/drums.ly (timb): updates
3804
3805         * lily/note-performer.cc (create_audio_elements): robustness fix.
3806
3807         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3808
3809 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3810
3811         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3812         discard valid matches.
3813
3814 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3815
3816         * lily/drum-note-engraver.cc: new file.
3817
3818         * ly/drumpitch-init.ly: move drum definitions
3819
3820         * scm/drums.scm: remove file.
3821
3822         * lily/*.cc: remove abort-event everywhere.
3823
3824         * lily/note-heads-engraver.cc (process_music): robustification.
3825
3826         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3827         robustification.
3828
3829         * lily/parser.yy (simple_element): add \drums mode.
3830         (simple_element): remove \pitchnames , \chordmodifiers. Use
3831         variables to store this. 
3832
3833         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3834         outside \notes.
3835
3836         * VERSION: release 2.1.18.
3837         
3838         * input/test: remove octave-duplicate.ly
3839
3840 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3841
3842         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3843
3844 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3845
3846         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3847         constructor from Music_iterator. Changes throughout.
3848
3849         * lily/include/music-iterator.hh (class Music_iterator): remove
3850         Music_iterator::skip and Music_iterator::get_pending_events from
3851         interface. Rename report_to -> get_outlet 
3852
3853         * lily/auto-change-iterator.cc: move contents from
3854         new-auto-change-iterator.cc from
3855
3856         * scm/part-combiner.scm: determine split-list from Scheme. 
3857
3858         * lily/new-auto-change-iterator.cc (process): new file.
3859
3860         * lily/parser.yy (part_combined_music): remove old PC cruft.
3861
3862         * ly/engraver-init.ly: remove old
3863         PC cruft.
3864
3865         * Documentation/user/refman.itely (The Lyrics context): note about
3866         extender lines.
3867
3868         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3869         to allow 0-length mmrest events.
3870
3871         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3872
3873         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3874
3875         * lily/spacing-engraver.cc (finalize): robustifications.
3876
3877         * input/regression/new-part-combine-solo-global.ly: new file.
3878
3879         * scm/part-combiner.scm: rewrite.
3880
3881 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3882
3883         * Documentation/user/refman.itely, input/puer-fragment.ly,
3884         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3885         updated for proper use of lyricsto; replaced "(" and ")" ->
3886         "\melisma" and "\melismaEnd"
3887
3888         * input/test/ancient-font.ly: small updates to reduce compile
3889         warnings (TODO: junk this file)
3890
3891         * input/test/gregorian-scripts.ly: added comment about bug
3892
3893         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3894         tiny robustness fix
3895
3896         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3897         recent changes in the feta code); temporarily mapped mensural g
3898         clef to a copy of petrucci g clef until mensural g clef will have
3899         been rewritten
3900
3901         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3902         between mensural and neo-mensural heads (this broke quite a while
3903         ago)
3904
3905         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3906
3907 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3908
3909         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3910         indication.  Fixes for verbatim, multi line comments.
3911
3912 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3913
3914         * input/regression/new-part-combine-solo.ly: more cases.
3915
3916         * lily/slur.cc (height): robustness fix.
3917
3918         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3919
3920         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3921         stemUp/stemDown.
3922
3923         * scm/music-functions.scm (determine-split-list): further analysis.
3924
3925         * lily/script-engraver.cc (try_music): discard duplicate
3926         articulations.
3927
3928         * input/regression/new-part-combine-solo.ly: new file
3929
3930         * input/regression/new-part-combine-a2.ly: new file.
3931
3932         * ly/performer-init.ly: add Devnull
3933
3934         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3935         for \musicglyph #"accidental-*"
3936         (conv): \newpartcombine rule.
3937
3938 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3939
3940         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3941
3942 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3943
3944         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3945         textwidth, --output.
3946
3947 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3948
3949         * scm/new-markup.scm (doubleflat): add accidental markups.
3950
3951         * VERSION: release 2.1.17
3952         
3953         * Documentation/user/refman.itely (Automatic part combining):
3954         revise documentation of the part-combiner.
3955
3956         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3957         
3958         * input/test/part-combine-{moment,staff}.ly: remove file.
3959
3960         * input/regression/pc-mmrest.ly (two): remove file.
3961
3962         * scm/define-music-types.scm (music-descriptions): add
3963         Solo{One,Two}Event and UnisonoEvent
3964
3965         * lily/new-part-combine-iterator.cc (unisono): add state_
3966         variable, signal changes with part-combine-event.
3967
3968         * input/regression/new-part-combine-text.ly: new file.
3969
3970         * lily/part-combine-engraver.cc: new file.
3971
3972 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3973
3974         * scripts/filter-lilypond-book.py: Handle snippet options.
3975
3976 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3977
3978         * scm/music-functions.scm (determine-split-list): detect solo1/2
3979         and unisono.
3980
3981         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3982         revert fix, document why.
3983
3984         * lily/tie-performer.cc (process_music): new function. Set melisma
3985         property.
3986
3987         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3988         always smaller than bracket size.
3989         (make_bracket): oops. Size of the gap was off by factor 2
3990
3991         * input/test/text-rotate.ly: new file.
3992
3993         * scm/new-markup.scm (markup): a macro that provides a
3994         LilyPond-like syntax in scheme for building markups, in order to
3995         help markup command definition. (Nicolas Sceaux)
3996
3997         * input/test/lyrics-skip-notes.ly: new example.
3998
3999         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4000
4001         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4002         use is_alias() iso. == . This fixes lyrics on
4003         GregorianTranscriptions. 
4004
4005 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4006
4007         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4008         \thispagestyle{lastpage} to avoid that it's printed on the second
4009         last page when there's only a single score line on the last page.
4010         (The page breaking mechanism in TeX played some ugly tricks to us.)
4011
4012 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4013
4014         * scripts/filter-lilypond-book.py: Further development.
4015
4016         * input/regression/collision-dots-move.ly: New test.
4017
4018         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4019         hand side note head of non-merged collision to the right.
4020
4021         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4022         Construct children before accessing property from emtpy
4023         lyrics_context_.
4024         (construct_children): Find thread before finding LyricsVoice.
4025         Create LyricsVoice one if none found, fixes crash (thanks Erik
4026         Sandberg).
4027
4028 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4029
4030         * cygwin/: Forward port.
4031
4032 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4033
4034         * buildscripts/install-info-html.sh: Use Bash.
4035
4036         * cygwin/mknetrel: Patch from Bert.
4037
4038 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4039
4040         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4041
4042         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4043         try to copy *png, index.html (Bertalan Fodor).
4044
4045         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4046
4047 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4048
4049         * lily/note-collision.cc (check_meshing_chords): Do not remove
4050         dots (from down head) when merging similar heads (thanks Matthias
4051         Kilian).  Simplify merge_possible tests and other cleanups
4052
4053         * input/regression/collision-merge-differently-dotted.ly: Add test
4054         for disappearing dots on similar heads for both voices.
4055
4056 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4057
4058         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4059         that tagline overrides copyright for single page scores. Correct
4060         the default tagline value.
4061
4062 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4063
4064         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4065
4066 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4067
4068         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4069         TEXMF if it's previously unset.
4070
4071 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4072
4073         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4074
4075         * input/test/trills.ly: fix the unfolding of lineprall.
4076
4077         * input/test/figured-bass-alternative.ly: fix accidental.
4078
4079 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4080
4081         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4082         
4083         * input/no-notation/dos-guile.ly: 
4084         * input/no-notation/dos-ps.ly: 
4085         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4086         
4087         * input/no-notation/safe-include.ly:
4088         * input/no-notation/safe-guile.ly:
4089         * input/no-notation/safe-ps.ly: 
4090         * input/no-notation/safe-tex.ly: New file.
4091
4092         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4093         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4094         options now.
4095         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4096         When in --safe-mode, set environment openout_any=p[aranoid].
4097
4098         * tex/ltest.tex: 
4099         * tex/lilyponddefs.tex: Add \nofiles.
4100
4101         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4102         options.
4103
4104         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4105         This allows building the user manual using a binary installation
4106         and a matching unpacked source tree.
4107
4108         * scm/lily.scm (safe-module): New variable. 
4109
4110         * lily/includable-lexer.cc (new_input): Fix error messages.
4111
4112         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4113         If SAFE, evaluate in safe-module.  Change callers.
4114
4115         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4116
4117         * lily/lexer.ll (embedded_scm): While processing main-input,
4118         invoke ly_parse_scm with safe mode if running in safe-mode.
4119         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4120         in init.ly for safe-mode.
4121
4122 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4123
4124         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4125         compatibility with old versions of geometry.sty (compat2
4126         already implied includehead).
4127         Change the page layout slightly so bottom + footskip = top +
4128         headheight + headsep = 16mm, the remaining paperheight-32mm
4129         are used for the music. Increase footskip to 5mm, so the top of
4130         the footer text doesn't touch the music.
4131
4132 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4133
4134         * VERSION: release 2.1.16
4135         
4136         * scm/music-functions.scm (determine-split-list): bugfix: only use
4137         new-active for both voices if both indexes advance. This fixes the
4138         biggest outstanding problem with new-pc. 
4139
4140         * lily/new-part-combine-iterator.cc (construct_children): set more
4141         directions.
4142
4143 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4144
4145         * scripts/convert-ly.py (conv): add instrument rule.
4146
4147         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4148
4149         * lily/side-position-interface.cc: remove add_staff_support ()
4150         Change all callers to use staff-padding.
4151
4152         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4153         make_spanner().
4154
4155         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4156
4157         * lily/text-engraver.cc: remove scriptHorizontal property.
4158
4159         * lily/beam.cc (least_squares): also set least-squares-dy for
4160         special case of slanted 2-stem beam to center.
4161
4162         * lily/side-position-interface.cc (out_of_staff): move contents of
4163         out_of_staff into aligned_side.
4164         remove out_of_staff().
4165
4166         * input/regression/measure-grouping.ly: fix warning.
4167
4168         * lily/side-position-interface.cc: add staff-padding support to
4169         Side_position_interface::aligned_side.
4170
4171         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4172         one get_property too many.
4173
4174         * flower/include/drul-array.hh (linear_combination): new function
4175         (scale_drul): new function
4176
4177         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4178         operations on empty intervals are silly.
4179
4180 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4181
4182         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4183         (iso gh_scm2int), fixes crash in new part-combiner.
4184
4185         * configure.in: Up mftrace to 1.0.27.
4186
4187 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4188
4189         * VERSION: release 2.1.15
4190         
4191         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4192         align all stanza numbers.
4193
4194 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4195
4196         * Documentation/user/{introduction.itely,refman.itely,
4197         converters.itely}: fix some text inside parentheses; text should
4198         be readable (even) if parentheses are either replaced with commas 
4199         or dropped out.
4200
4201 2004-01-25  Werner Lemberg  <wl@gnu.org>
4202
4203         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4204         input/test/vaticana.ly, input/test/ancient-font.ly,
4205         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4206         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4207         ly/params-as-init.ly, scm/define-grobs.scm,
4208         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4209
4210         * ly/params-as-init.ly: Removed.  Obsolete.
4211         * buildscripts/lilypond.words.py: Updated.
4212
4213 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4214
4215         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4216
4217         * mf/feta-din{4,5,7,9}.mf: remove.
4218         
4219         * lily/engraver.cc (internal_make_item): centralize item/spanner
4220         factory.
4221
4222         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4223         do correct chord conversion for ^"sim."  (backportme)
4224         (FatalConversionError.sub_articulations): substitute ^"foo" in
4225         chords too. (backportme)
4226
4227         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4228         for Fingering.
4229
4230         * lily/side-position-interface.cc (out_of_staff): don't do
4231         anything if staff-padding not defined. 
4232
4233         * mf/feta-params.mf (stafflines): introduce linethickness as
4234         general blackness of the font.
4235
4236         * lily/stem.cc (position_noteheads): rounding error robustness.
4237
4238         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4239         from beam-collision.ly 
4240
4241         * lily/beam.cc (rest_collision_callback): remove direction.
4242
4243         * scm/define-grobs.scm (all-grob-descriptions): remove
4244         enclose-bounds in OttavaBracket and PianoPedalBracket
4245
4246         * scm/new-markup.scm (def-markup-command) new macro, which takes
4247         care of defining the COMMAND-markup and make-COMMAND-markup
4248         procedures, setting markup-signature and keyword-signature object
4249         properties, and pushing the markup command in
4250         markup-function-list.
4251
4252         All markup commands are defined thanks to it.  Users may also use
4253         it to define their own markup commands. (Nicolas Sceaux)
4254
4255         * scm/new-markup.scm: Scheme style clean-up: there should be no
4256         parenthesis alone on a line; LET* should not be used where LET is
4257         enough. (Nicolas Sceaux)
4258
4259 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4260
4261         * scripts/filter-lilypond-book.py: Add script.
4262
4263 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4264
4265         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4266
4267 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4268
4269         * Documentation/user/refman.itely (Fingering instructions): add
4270         single note chords. 
4271
4272         * lily/multi-measure-rest-engraver.cc: use a single
4273         MultiMeasureEvent for mm rests. This prevents problems with the
4274         new part combiner.
4275
4276         * scm/music-functions.scm (determine-split-list): analysis has
4277         global effect: a difference halfway a phrase makes the entire
4278         phrase be typeset as apart.
4279         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4280
4281 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4282
4283         * ly/performer-init.ly: add Devnull.
4284
4285         * Documentation/user/refman.itely (Font selection): remove paper20
4286         ref.
4287         
4288 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4289
4290         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4291
4292 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4293
4294         * scm/music-functions.scm (determine-split-list): bugfixes.
4295
4296         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4297
4298         * input/test/scales-greek.ly: use C as base, results in different
4299         alterations at the clef.
4300
4301         * input/regression/pedal-ped.ly: new file.
4302
4303         * input/regression/pedal-bracket.ly: new file.
4304
4305         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4306         replace after_line_breaking()
4307
4308         * lily/line-interface.cc (line): read thickness.
4309         (line): dash-fraction = 0 always for dotted-line style.
4310
4311         * input/test/staff-lines.ly (lower): bugfix.
4312
4313         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4314         \accepts Devnull into Score.
4315
4316         * scm/lily.scm: remove bla.scm load.
4317
4318 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4319
4320         * VERSION: release 2.1.14
4321         
4322         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4323
4324         * lily/side-position-interface.cc (general_side_position): add
4325         Staff_symbol_referencer::staff_space ().
4326
4327         * lily/include/context-def.hh: rename from translator-def.hh
4328
4329 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4330
4331         * input/template/piano-dynamics.ly (pedal): Updated definition of
4332         Dynamics such that \cresc works, for example.
4333
4334 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4335
4336         * lily/stem.cc (calc_stem_info): use
4337         Staff_symbol_referencer::staff_space
4338
4339         * lily/beam-quanting.cc (quanting): scale Stem_info 
4340
4341         * lily/beam.cc (rest_collision_callback): use minimum-distance
4342         property for rest/beam collisions.
4343         (rest_collision_callback): bugfixes.
4344
4345         * lily/system.cc (post_processing): extra-offset is now relative
4346         to the size of the current staff.
4347
4348         * scm/music-functions.scm (notice-the-events-for-pc): record all
4349         voices, only analyze "one" and "two".
4350
4351         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4352         not parent. 
4353
4354         * lily/new-part-combine-iterator.cc (construct_children): create
4355         Devnull from Voice context
4356
4357         * scm/music-functions.scm (determine-split-list): bugfixes.
4358
4359         * lily/lily-guile.cc (robust_scm2int): new function
4360
4361         * lily/staff-symbol-referencer.cc (line_thickness): new
4362         function. Use throughout.
4363
4364         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4365         in its own context.  Add to preset font-size.
4366
4367         * lily/stem.cc (thickness): new function.
4368
4369         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4370         compute thickness from ledger-line-thickness.
4371
4372         * lily/note-head.cc (brew_ledger_lines): use
4373         Staff_symbol::get_ledger_line_thickness ().
4374
4375         * lily/beam.cc (rest_collision_callback): use
4376         Staff_symbol_referencer::staff_space().
4377
4378         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4379         Mus1 Mus2
4380
4381         * lily/include/translator.hh (class Translator): add accepts_list_
4382         so  \with { \denies / \accepts } also works.
4383
4384         * scm/music-functions.scm (determine-split-list): determine split
4385         list from music events.
4386
4387         * lily/new-part-combine-iterator.cc: more states.
4388
4389         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4390
4391 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4392
4393         * lily/system.cc (set_loose_columns): use the right prebroken cols
4394         for interpolating loose column position.
4395
4396         * lily/text-spanner.cc (brew_molecule): default to no vertical
4397         lines.
4398
4399         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4400         take space.
4401
4402         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4403
4404 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4405
4406         * scripts/convert-ly.py: Do not test filename when processing
4407         stdin.
4408
4409         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4410
4411 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4412
4413         * lily/axis-group-engraver.cc (finalize): extra check; if
4414         process_music () is never called, then staffline_ == 0.
4415
4416         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4417         check run_always ().
4418         
4419         * VERSION: release 2.1.13
4420
4421         * input/regression/note-head-style.ly (pattern): cleanup.
4422
4423         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4424         downloading.
4425
4426         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4427         kludge rehearsalmark placement.
4428
4429         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4430         , ly:spanner?
4431
4432         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4433         close to note head for accidentals.
4434
4435         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4436         tuplet direction.
4437
4438         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4439
4440 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4441
4442         * lily/include/music-iterator.hh (class Music_iterator): add
4443         substitute_outlet() to iterator API.
4444
4445         * lily/new-part-combine-iterator.cc (construct_children):
4446         New_pc_iterator: new class, better part combining.
4447
4448         * lily/tie-column.cc (werner_directions): new function
4449
4450         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4451
4452         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4453         empty objects group spanner as parent
4454
4455         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4456         slope against graphical slope.
4457
4458         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4459         for ottava bracket.
4460
4461         * lily/side-position-interface.cc (general_side_position):
4462         opps. reinstate *dir.
4463
4464         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4465         parser run.
4466
4467         * lily/tuplet-bracket.cc: remove calc_dy ().
4468
4469         * Documentation/user/refman.itely (Balloon help): document balloon
4470         help
4471
4472 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4473
4474         * scm/document-backend.scm (check-dangling-properties): Grob
4475         properties are defined define-grob-properties.scm.
4476         
4477 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4478         
4479         * VERSION: release 2.1.12
4480
4481         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4482         ChordName
4483
4484         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4485         relation to surroundings.
4486
4487         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4488         Y-extent to the note-extents: stay clear of the staff.
4489
4490 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4491
4492         * Documentation/user/GNUmakefile
4493         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4494         iso. copy.
4495
4496         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4497
4498         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4499
4500         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4501
4502         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4503
4504         * lily/line-interface.cc (line): remove thickness from calling interface.
4505
4506         * lily/hairpin.cc: use Line_interface
4507
4508         * lily/line-interface.cc: new file. Line_interface for everything
4509         with dotted/dashed lines.
4510         
4511
4512         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4513
4514         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4515         for constructing ottava brackets.
4516         
4517         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4518         the note heads.
4519
4520         * Documentation/user/internals.itely (Engravers and performers):
4521         fix broken link.
4522
4523         * scm/music-functions.scm (make-mark-set): new function.
4524
4525         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4526         functionally identical to beam.
4527
4528         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4529         () with beam (). 
4530
4531         * Documentation/user/refman.itely (Rehearsal marks): document new
4532         functionality.
4533
4534         * input/regression/rehearsal-mark-number.ly: new file.
4535
4536         * input/regression/rehearsal-mark-letter.ly: new file.
4537
4538         * scm/translation-functions.scm (number->mark-string): new function
4539         (format-mark-letters): new function
4540         (format-mark-numbers): new function
4541
4542         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4543         integer; formatting is done through markFormatter property.
4544         
4545         * scm/define-translator-properties.scm: fold all *-done properties
4546         into positioning-done.
4547
4548         * lily/beam.cc (position_beam): new function
4549         (brew_molecule): make sure that positions are calced before making
4550         the molecule.
4551
4552         * scm/output*.scm (beam):  take 4th argument for function.
4553
4554         * ps/music-drawing-routines.ps: take blot as 4th argument.
4555
4556         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4557         stem to avoid small dents.
4558         
4559 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4560
4561         * VERSION: release 2.1.11
4562
4563         * input/regression/balloon.ly: new file.
4564
4565         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4566         objects, and make help texts. 
4567
4568         * scm/new-markup.scm (parse-simple-duration): parse duration
4569         string to log & dots. (Thanks Nicolas!)
4570
4571         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4572         rule.
4573
4574 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4575
4576         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4577         Lemberg).
4578
4579         * THANKS: alphabetic order.
4580
4581 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4582
4583         * input/regression/note-head-harmonic.ly: new file.
4584
4585         * Documentation/user/internals.itely (Technical manual): explain
4586         difference between music, translation, layout.
4587
4588         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4589
4590         * scm/output-ascii-script.scm (bracket): rounding bfs.
4591
4592         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4593
4594         * ly/paper*.ly: remove files. 
4595         
4596         * scm/paper.scm (set-staff-size): new function: set default
4597         staff-size.
4598
4599         * scripts/convert-ly.py (conv): add conversion rule.
4600
4601         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4602         function.
4603
4604         * scm/paper.scm: new file.
4605         (set-staff-size): new function 
4606         (set-paper-size): new function
4607
4608         * lily/parser.yy (music_output_def_body): restructure definition,
4609         so first Scheme statement in \paper also happens in new scope. 
4610
4611         * lily/system.cc (post_processing): move uniquify_list () to
4612         dumping molecule stage.
4613
4614         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4615         this will mess up scores that use barchecks to shorten measures.
4616
4617         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4618         at 20pt too.
4619
4620         * Documentation/user/tutorial.itely (Printing lyrics): document
4621         \lyricsto
4622
4623         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4624
4625         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4626
4627         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4628         if Voice is not found.
4629
4630         * VERSION: release 2.1.10
4631         
4632         * input/{test,regression}/: remove old-relative 
4633
4634         * lily/lexer.ll: add empty markup signature. 
4635
4636         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4637         strut markup
4638
4639         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4640
4641         * scm/define-translator-properties.scm: update melismata property
4642         doco.
4643
4644         * lily/system.cc (output_lines): revert uniquify_list() patch,
4645         strange side effects seen.
4646         
4647         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4648         dash-period < 0.
4649
4650         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4651         for flute. 
4652
4653 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4654
4655         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4656
4657         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4658
4659         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4660         of line breaks.
4661         (brew_molecule): add padding to left, not right.
4662
4663         * lily/system.cc (uniquify_list): new function
4664         (output_lines): uniquify_list () on all-elements. This fixes
4665         double symbols in the output.
4666
4667         * lily/beam.cc (rest_collision_callback): don't move anything if
4668         staff-position is set.
4669
4670         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4671
4672         * lily/system.cc (typeset_grob): warn if adding twice.
4673
4674         * lily/sequential-iterator.cc (run_always): implement run_always().
4675         (also in other files.)
4676         
4677         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4678
4679         * lily/event.cc (to_relative_octave): add octave-check.
4680
4681         * Documentation/user/refman.itely (Line breaking): add noBreak.
4682
4683         * scm/new-markup.scm (normalsize-markup): add function.
4684         (sans-markup): new function.
4685
4686         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4687         come earlier nowadays.  This fixes beams on grace notes.
4688         
4689         * scm/music-functions.scm (direction-polyphonic-grobs): new
4690         variable, share between override and revert. This fixes script
4691         directions in polyphonic sections. (backportme)
4692
4693 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4694
4695         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4696         breakpoints.
4697
4698         * lily/break-align-interface.cc: add doco
4699
4700         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4701
4702 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4703
4704         * VERSION: release 2.1.9
4705
4706         * scm/document-markup.scm (markup-doc-node): add note about naming.
4707
4708         * scm/new-markup.scm (left-align-markup): bugfix. 
4709
4710         * Documentation/user/refman.itely (Ottava brackets): more doco for
4711         ottava.
4712
4713         * lily/side-position-interface.cc (out_of_staff): also do
4714         out_of_staff() correctly for d == DOWN.
4715
4716         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4717         horizontal line if they move to the right.
4718         
4719         * scm/define-grobs.scm (all-grob-descriptions): set
4720         text-repeat-if-broken for ottava spanner
4721
4722         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4723         property.
4724
4725         * mf/feta18.mf: design size is 18 not 22.5
4726
4727         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4728         Add a single LyricsVoice to a melody. Melismata may be set
4729         individually.
4730
4731         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4732
4733         * lily/dot-column.cc: add stdio.h
4734
4735 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4736
4737         * lily/item.cc: documentation for break-visibility (Thanks, John).
4738
4739 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4740
4741         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4742
4743         * lily/translator-def.cc: rename Translator_def to Context_def.
4744
4745         * Documentation/user/internals.itely (Lexical details): clarify
4746         string def.
4747
4748         * Documentation/user/refman.itely (Rhythmic music): add link to
4749         RhythmicStaff 
4750
4751 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4752
4753         * lily/translator.cc: document start_translation_timestep()
4754
4755         * scm/output-tex.scm (tex-encoded-fontswitch): use
4756         round for rounding (inexact->exact yields rationals)
4757
4758         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4759
4760         * lily/translator-group.cc (get_simple_trans_list): 
4761         new function; construct simple_trans_list_ lazily.
4762         
4763 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4764
4765         * lily/paper-outputter.cc (output_scope): Check if number before
4766         checking exact (guile cvs).
4767
4768         * scm/*: Escape backslashes in scheme strings (guile cvs).
4769
4770 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4771
4772         * Documentation/user/refman.itely (Tablatures basic): annotate
4773         seealso sections.
4774
4775         * lily/*.cc: cleanup of engraver initialize() functions.
4776
4777         * lily/repeat-acknowledge-engraver.cc
4778         (start_translation_timestep): remove first_b_
4779
4780         * lily/tab-note-heads-engraver.cc: listen to string number events
4781         inside < > too. (backportme).
4782
4783         * Documentation/user/refman.itely (Text scripts): add fatText to
4784         index.
4785
4786 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4787
4788         * VERSION: 2.1.8
4789
4790         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4791         footer.
4792
4793         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4794
4795         * lily/bar-check-iterator.cc (process): only warn if
4796         barCheckLastFail was changed.
4797
4798         * scm/define-translator-properties.scm (barCheckLastFail): add
4799         property.
4800
4801         * lily/main.cc (main_prog): print summary of failed files.
4802
4803         * lily/axis-group-engraver.cc: move all spanner creation to
4804         process_music (). Now staffs can be adjusted with \override too.
4805         (Jan, you are a brilliant programmer!)
4806         
4807         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4808
4809 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4810
4811         * Documentation/user/tutorial.itely (Integrating text and music):
4812         Show the commands to produce a PDF as well.
4813
4814 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4815
4816         * lily/translator-def.cc (get_translator_names): accept user
4817         tweaks too. 
4818
4819         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4820         as big as normal heads. 
4821
4822         * input/*ly: run convert-ly
4823         
4824         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4825         () if dependencies are fluked.
4826
4827         * scm/document-translation.scm (engraver-doc-string): update on
4828         latest string/symbol conventions.
4829
4830         * lily/translator-ctors.cc: use Scheme_hash_table.
4831
4832         * lily/translator-def.cc (get_translator_names): new function
4833         (add_context_mod): new function
4834         (get_accepted): new function
4835
4836         * lily/parser.yy (context_mod): put all modifications of
4837         \translator { } in a single production, encode as SCM.
4838
4839         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4840         to use read-only lists, so additions to the definition can be
4841         prepended easily.  
4842
4843         * Documentation/user/invoking.itexi (Editor support): add node on
4844         editor support.
4845
4846         * Documentation/user/refman.itely (Bar check): add lyrics example
4847         of bar checks. 
4848
4849         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4850
4851         * scripts/convert-ly.py (conv): add conversion rule.
4852
4853         * lily/parser.yy: use \change iso. \translator for staff switch.
4854
4855         * lily/my-lily-lexer.cc: add \change.
4856
4857         * scm/define-translator-properties.scm
4858         (default-melisma-properties): add definition.
4859
4860 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4861
4862         * Documentation/user/refman.itely (Bar lines): clarification of
4863         systemStartDelimiter. 
4864
4865         * input/test/slur-shape.ly (x): remove file.
4866
4867         * lily/translator-group.cc (apply_property_operations): new function.
4868
4869 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4870
4871         * lily/parser.yy (optional_prop_ops): allow \with {
4872         PROPERTYSETTINGS } following \context or \new.
4873
4874         * lily/my-lily-lexer.cc: add \with.
4875
4876         * lily/parser.yy (property_operation): clean up definition of
4877         property operations.
4878         (property_op_to_music): new function.
4879         (context_spec_music): new function
4880
4881         * VERSION: 2.1.7 released.
4882         
4883         * input/regression/collision-merge-dots.ly: new file.
4884
4885         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4886         then kill the dots too. 
4887
4888         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4889         set/unset breakableSeparationItem
4890
4891         * lily/separation-item.cc (relative_width): add function.
4892
4893         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4894         only-prebreak-interface
4895
4896         * lily/system.cc (output_lines): only junk only-prebreak-interface
4897         grobs.
4898
4899         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4900         read breakableSeparationItem
4901
4902         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4903
4904         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4905
4906         * lily/dot-column.cc (dot_config_badness): new function:
4907         select the best scoring dot configuration: dots should go close to
4908         the note heads, but be shifted up or down according to conventions.
4909         (print_dot_configuration): idem.
4910         (shift_one): idem
4911         (remove_collision): idem.
4912
4913         * input/regression/dots.ly: add more test cases.
4914
4915 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4916
4917         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4918
4919         * flower/include/interval.hh: rename elem_b to contains 
4920
4921         * lily/tie.cc: change 'heads to 'head-pair.
4922
4923         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4924         fill in 'heads field.
4925
4926         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4927         minimum-length for short ones, and shorten so collisions with the
4928         next syllable are avoided.
4929
4930         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4931         near-zero slopes.
4932         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4933
4934         * lily/dots.cc: remove quantized_position callback. All Y
4935         positioning is done by dot-column.cc
4936
4937         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4938         exhaustive test of all dot positions. This fixes disappearing dots
4939         in dotted chords.
4940
4941 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4942
4943         * mf/feta-klef.mf (test_staff): fatten up G clef
4944         (test_staff): fatten up f clef.
4945         
4946
4947 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4948
4949         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4950         * input/les-nereides.ly: Use latin1 characters for title, like
4951         Morgenlied.
4952
4953 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4954
4955         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4956         cmb10).
4957
4958         * lily/lyric-extender.cc (brew_molecule): add little space before
4959         extender line.
4960
4961         * lily/beam-quanting.cc (score_forbidden_quants): check if
4962         outer stafflines fall in any beam gaps.
4963
4964         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4965         for lyric texts.
4966
4967 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4968
4969         * VERSION: 2.1.6 released.
4970
4971         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4972         this shows the demerits of a user-defined beam position pair.
4973
4974         * scm/define-grobs.scm (all-grob-descriptions): set
4975         beamed-extreme-minimum-free-lengths to a different value.
4976
4977         * lily/scm-option.cc: add debug-beam scm-option
4978
4979         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4980
4981 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4982
4983         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4984
4985         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4986         space after barline.
4987
4988         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4989
4990         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4991         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4992         the other case, take standard column-breakable spacing. Do not
4993         warn about "no spacing wishes".
4994
4995         This fixes wide spaces after barlines in very loose lines.
4996
4997         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4998
4999 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5000
5001         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5002         acknowledge_grob lyric-syllable, not lyric-text.
5003
5004         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5005         dashes of length #'length separated by #'dash-period. 
5006
5007         * lily/lyric-extender.cc (brew_molecule): idem
5008
5009         * lily/multi-measure-rest.cc (big_rest): idem
5010
5011         * lily/system-start-delimiter.cc (simple_bar): idem
5012
5013         * lily/bar-line.cc (simple_barline): use rounded box
5014
5015         * VERSION: release 2.1.5
5016
5017         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5018         music): move note about dvips to more visible place.
5019
5020         * lily/lyric-phrasing-engraver.cc: move from
5021         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5022         lyric-phrasing-engraver.hh)
5023         
5024         * lyric-align.ly: remove file
5025         
5026         * scripts/convert-ly.py (FatalConversionError.func): add removal
5027         rule for automaticMelismata
5028
5029         * ly/engraver-init.ly (ScoreContext): switch on
5030         New_phrasing_engraver by default.
5031
5032         * lily/slur-engraver.cc (class Slur_engraver):
5033         process_acknowledged_grobs -> process_music.
5034         (try_music): signal melismata correctly.
5035
5036         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5037         word-space, right-trim-amount, and extend past right bound only
5038         for note heads.
5039
5040         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5041         lyric-extender support: add note-heads to the extender
5042         automatically.
5043
5044         * lily/parser.yy: extender is now post_event. 
5045
5046         * lily/accidental-engraver.cc (number_accidentals): remove
5047         spurious warning about non-parent contexts.
5048
5049         * lily/music-output-def.cc (assign_translator): \translator { }
5050         for a Foo context implicitly redefines \FooContext.
5051
5052         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5053         fixes.
5054
5055         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5056         doubly in slur weight. 
5057
5058         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5059         combination.
5060
5061         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5062         staffbar distance.
5063
5064         * scripts/lilypond.py (global_latex_preamble): crank down size of
5065         the margins. Now there is a 12 mm top and bottom margin, which
5066         should correspond with the printable area of modern printers.
5067
5068         This enlarges the music height of the printable page a little.
5069
5070         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5071         signs. Use \markup instead.
5072         (accreg_pen): tweak for accordeon asterisk.
5073
5074 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5075
5076         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5077
5078         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5079
5080         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5081
5082         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5083
5084         * scm/define-grobs.scm (all-grob-descriptions): change
5085         StanzaNumber description: make side support, i.s.o. breakable.
5086         use Instrument_name_engraver for texts in the margin.
5087
5088         * scm/define-translator-properties.scm: remove
5089         melismaEngraverBusy, stz property.
5090
5091         * *.cc: naming: change empty_b () into is_empty ()
5092
5093         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5094
5095         * input/regression/lyric-phrasing-new.ly: new file.
5096
5097         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5098         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5099         melismata are now left-aligned.
5100
5101 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5102
5103         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5104
5105         * mf/feta19.mf: remove.
5106         
5107         * mf/feta-klef.mf (test_staff): more tweaks
5108
5109         * mf/feta-toevallig.mf: more small size tweaks.
5110
5111         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5112         rests for smaller sizes.
5113
5114         * mf/feta-bolletjes.mf: fix cross heads.
5115
5116         * VERSION: release 2.1.4
5117         
5118         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5119         deprecated #'ancient font family
5120
5121         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5122         it is a string or number.
5123
5124         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5125         change calling convention of stem-attachment function. 
5126
5127         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5128
5129         * mf/feta-autometric.mf: dump WX/WY fields too
5130         
5131         * mf/parmesan-heads.mf: idem.
5132
5133         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5134         attachment coordinates.
5135
5136         * lily/note-head.cc (stem_attachment_coordinate): read stem
5137         attachment from the notehead glyphs WX/WY fields.
5138
5139         * lily/include/font-metric.hh (struct Font_metric): add methods
5140         get_indexed_wxwy (), make a distinction between looking up by
5141         index and ASCII  
5142
5143         * mf/feta-bolletjes.mf: rewrite note head MF code.
5144         (test_outlines): make heads more rotund for smaller sizes. 
5145
5146 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5147
5148         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5149         throughout. Font scaling fixes throughout.
5150
5151         * mf/feta-sleur,slur.mf: remove. 
5152
5153         * mf/feta-slag.mf: rewrite.
5154
5155 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5156
5157         * VERSION: release 2.1.3
5158
5159         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5160
5161         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5162
5163         * lily/mark-engraver.cc (process_music): fix mark
5164         \default. (backportme)
5165
5166         * stepmake/stepmake/automatically-generated.sub.make (default):
5167         use -n for head/tail commands. 
5168
5169         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5170         heads with the same pitch.
5171
5172 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5173
5174         * lily/recording-group-engraver.cc (finalize): set protected_scm
5175         member to '() before finalizing.
5176
5177         * lily/translator-group.cc (finalize): remove removal_processing () 
5178
5179         * lily/recording-group-engraver.cc: new engraver: record
5180         synchronized start & end times for each music object.
5181
5182         * lily/parser.yy (toplevel_expression): execute score rendering
5183         during parsing. Cleanup output-filename handling; this is no
5184         longer done with global variables.
5185         (translator_spec_body): allow \type modification too.
5186
5187         * lily/score.cc:  ly:run-translator: new function
5188         (LY_DEFINE): ly:render-output new function.
5189
5190         Separate interpreting and rendering, and make available as
5191         functions at Scheme level.
5192
5193 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5194
5195         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5196         (musicxml-node->string):
5197         (xml-node->string):
5198         (music-to-musicxml): New function.
5199
5200 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5201
5202         * VERSION: 2.1.2 released
5203
5204         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5205
5206         * scm/font.scm (paper20-font-vector): discouple font design sizes
5207         from sizes specified in .ly file: store all design sizes of a font
5208         in a single vector.
5209
5210         * lily/font-select.cc (get_font_by_design_size): new function
5211
5212         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5213         add parmesan,feta in sizes 14 and 18.
5214         
5215         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5216
5217         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5218         of fontSize: this now sets font-size
5219
5220 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5221
5222         * VERSION: 2.1.1 released
5223         
5224         * Documentation/user/refman.itely (Tuning objects): add note about
5225         concurrent tweaks in different contexts. 
5226
5227         * lily/tie-engraver.cc (acknowledge_grob): use
5228         Staff_symbol_referencer::get_position iso. reading staff-position
5229         directly.
5230
5231         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5232         currentMusicalColumn as left span-point for bracket. The bracket
5233         is too long when there are accidentals.
5234
5235 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5236
5237         * buildscripts/lilypond-profile.sh,
5238         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5239         Thanks to Reuben Thomas <rrt@mupsych.org>
5240
5241 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5242
5243         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5244         Wurbel <wurbel@univ-tln.fr>.
5245
5246 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5247
5248         * scripts/midi2ly.py: Add space after chords.
5249
5250 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5251
5252         * input/regression/{many}: add few @code{ ... }.
5253
5254 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5255
5256         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5257         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5258         Removed cmbx5, cmbx6 (which are included in teTeX)
5259         and cmbxti14 which is not used in fonts.scm.
5260
5261 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5262
5263         * lily/midi-item.cc: fine tune quarter tones.
5264
5265 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5266
5267         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5268         new function, warn how many cents are missing in fine tuning.
5269
5270 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5271
5272         * input/bugs/rhytmicstaff-tie.ly: add file.
5273
5274         * THANKS: Create skeleton for 2.1.
5275
5276 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5277
5278         * input/test/bar-lines.ly (TODO): dashed "|".
5279
5280 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5281
5282         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5283         input/regression/tie-chord.ly: Fix spell for tying.
5284
5285         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5286
5287         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5288         new file (renamed, see above).
5289
5290         * Documentation/user/lilypond-book.itely
5291         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5292         * input/example-1.ly input/example-2.ly input/example-3.ly
5293         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5294         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5295         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5296         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5297         * scripts/lilypond-book.py scripts/lilypond.py
5298         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5299         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5300
5301         * Documentation/user/lilypond.tely: update version.
5302
5303         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5304         Remove extra spaces in each @node, fixes spaces.
5305
5306 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5307
5308         * scripts/lilypond-book.py (output_dict): Add definition of
5309         \lilypondbook also for LaTeX output. Solves several bug reports.
5310
5311 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5312
5313         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5314
5315 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5316
5317         * input/test/transposition.ly: Fix key signatures, given in comments.
5318
5319 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5320
5321         * scm/midi.scm (instrument-names-alist),
5322         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5323
5324 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5325
5326         * input/test/temporary-stave.ly (texidoc): New example based on an
5327         email question from Ralph Little.
5328
5329 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5330
5331         * VERSION: release 2.1.0
5332         
5333         * lily/note-performer.cc (try_music): accept busy-playing-event.
5334
5335         * lily/swallow-perf.cc (try_music): return false for
5336         busy-playing-event and melisma-playing-event.
5337
5338 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5339
5340         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5341         >> in \score.
5342
5343 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5344
5345         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5346         that articulation_substitute will not move beam start again.
5347         (articulation_substitute): Bugfix: remove stray space so that new
5348         old chords ending '>>' does not get broken up.
5349         (sub_chord): Use TAB for indentation (not spaces).
5350         
5351         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5352         Bugfix for startup: Use ?^ instead of ?\^.
5353
5354 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5355
5356         * lily/lyric-combine-music-iterator.cc
5357         (Lyric_combine_music_iterator): change init order, to prevent GC
5358         segfaults.
5359
5360         * lily/context-specced-music-iterator.cc (construct_children): 
5361         only change  translator if found. This fixes a core dump problem.
5362
5363 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5364
5365         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5366         comparison.
5367
5368         * mf/feta-bolletjes.mf: make hole in half note little
5369         smaller for stem attachment.
5370
5371         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5372
5373         * mf/feta-banier.mf: don't draw stem with flag, just small square
5374         attachment.
5375
5376         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5377
5378         * mf/feta-banier.mf: remove upstem/downstem characters.
5379
5380         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5381
5382         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5383         stafflinethickness (in the default)
5384
5385         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5386
5387         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5388
5389         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5390
5391         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5392
5393         * lily/include/directional-element-interface.hh:
5394         junk class, make {get,set}_grob_direction functions.
5395
5396         * lily/slur.cc (get_attachment): do something sensible when
5397         attaching to stem without heads (eg. a rest).
5398
5399         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5400         forcing up to staff.  remove #'support-head property
5401         (brew_molecule): small cleanup.
5402         (flag): remove #'grace property.
5403
5404 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5405
5406         * cygwin/postinstall-lilypond.sh: 
5407         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5408         (Volker Zell).
5409
5410 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5411
5412         * scripts/lilypond-book.py: resurrect 'eps' option. 
5413         (TexiPaper.to_eps): use -Ppdf for EPS files.
5414
5415         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5416
5417         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5418
5419         * VERSION: release 2.0.1
5420
5421         * lily/bezier.cc (get_other_coordinate): change assert into
5422         warning.
5423
5424         * lily/note-head.cc (internal_brew_molecule): make left protusion
5425         smaller, to accomodate for natural sign.
5426         (internal_brew_molecule): only do this when the accidental is
5427         close enough.
5428         (extent): new function
5429
5430         * lily/skyline.cc (merge_skyline): new function
5431         (heighten_skyline): new function
5432
5433         * lily/accidental-placement.cc (position_accidentals) 
5434         (position_accidentals): fix todo.
5435
5436 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5437
5438         * input/test/+.ly (texidoc): put version number inline.
5439
5440         * GNUmakefile.in: remove rsync-web target.
5441         
5442         * input/regression/bar-scripts.ly (onestaff): raggedright
5443
5444 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5445
5446         * lily/*.cc: remove #if 0'd code in couple of places.
5447
5448         * lily/midi-stream.cc (operator <<): rewrite.
5449
5450         * lily/note-head.cc (internal_brew_molecule): 
5451         only make ledgers when the Staff symbol has lines.
5452
5453         * ly/property-init.ly (arpeggioBracket): simplify
5454
5455         * lily/translator-group.cc (execute_pushpop_property): use
5456         SCM_EQ_P for comparing keys. This fixes reverting
5457         auto-beam-settings.
5458
5459 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5460 *
5461         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5462         midi_debug_global_b.
5463         (operator <<): Normalise loop.
5464
5465 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5466
5467         * scripts/lilypond.py (escape_path): revise.
5468
5469         * scm/music-functions.scm (set-output-property): new function.
5470         
5471 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5472
5473         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5474         use addmakeflags again.
5475
5476         * cygwin/lily-wins.py (escape_shell): New function; use it.
5477
5478         * scripts/lilypond.py (escape_shell): Escape quotes and other
5479         spaces too.  Do not escape escaping backslashes.
5480
5481         * make/srcdir.make.in (web-install): Must call install-WWW now.
5482
5483         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5484         dependency
5485
5486 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5487
5488         * scripts/lilypond.py (escape_path): escape quotes too. 
5489
5490         * Documentation/user/lilypond.tely (Unified index): rename Index
5491         to accomodate Windows breakage.
5492
5493         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5494
5495         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5496         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5497         target not a source.
5498
5499 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5500
5501         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5502         addmakeflags.  Build and install doc and web also when building on
5503         Cygwin.
5504
5505         * mf/GNUmakefile: Bugfix.
5506
5507         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5508         target web.
5509
5510         * cygwin/lily-wins.py: Quote filename.
5511
5512 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5513
5514         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5515
5516 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5517
5518         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5519         settings.
5520
5521         * configure.in: Require g++ > 3.0.4.
5522
5523         * mf/GNUmakefile: Bugfix: Add list.ly target.
5524         
5525         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5526
5527         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5528         make omf directory, add uninstall targets.
5529
5530 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5531
5532         * lily/tie-performer.cc (initialize): init prev_event
5533
5534         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5535
5536         * lily/script-engraver.cc (make_script_from_event): don't crash on
5537         non-string articulation-type.
5538
5539         * lily/new-fingering-engraver.cc (add_script): don't crash on
5540         0 scripts 
5541         (acknowledge_grob): warn about text script events.
5542
5543 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5544
5545         * buildscript/lilypond.words: fix path for drums.scm.
5546
5547 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5548
5549         * lily/spacing-spanner.cc (note_spacing): don't make longer
5550         durations than measure-length.
5551
5552         * VERSION: release 2.0.0
5553
5554         * GNUmakefile.in (rsync-web): version independent rsync target.
5555
5556         * input/test/+.ly (texidoc): idem.
5557
5558         * input/regression/+.ly: print version number.
5559
5560         * input/regression/accidentals.ly (mel): shorten.
5561
5562         * input/regression/accidental-octave.ly (texidoc): shorten.
5563
5564         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5565
5566         * input/regression/completion-heads-polyphony.ly: octave
5567
5568         * input/regression/beam-manual.ly: remove
5569
5570         * input/regression/beam-chord.ly: remove
5571
5572         * input/regression/grace-dynamic.ly: remove
5573         
5574         * input/regression/grace-volta-repeat.ly: octave fixes.
5575
5576         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5577
5578         * lily/parser.yy (step_number): semitones for chord entry too.
5579         (make_chord_step): more robust code, semitones. 
5580
5581         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5582
5583         * input/regression/breathing-sign.ly (texidoc): split ancient and
5584         normal breathing signs.
5585
5586         * scm/define-grobs.scm (all-grob-descriptions): swap
5587         beamed-extreme-minimum-free-lengths and
5588         beamed-minimum-free-lengths; the 'extreme' case should allow
5589         shorter stems. This fixes forced directions on beamed 32nd and
5590         shorter notes.
5591
5592         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5593         quartertones, not semitones.
5594         (NoteNamesContext): swallow more event types
5595
5596         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5597
5598         * VERSION (PACKAGE_NAME): release 1.9.10
5599
5600 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5601
5602         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5603         set note head as cause of note-column.  This gives a better error
5604         message.
5605
5606 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5607
5608         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5609
5610 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5611
5612         * mf/GNUmakefile (pfa_warning): instruct 
5613
5614         * stepmake/aclocal.m4: typo.
5615
5616         * Documentation/user/cheatsheet.itely: more verbose examples.
5617
5618         * input/regression/clefs.ly: remove bogus docstring.
5619
5620 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5621
5622         * GNUmakefile.in (SUBDIRS): Add elisp.
5623
5624         * elisp/lilypond-mode.el: 
5625         * elisp/lilypond-init.el: 
5626         * elisp/lilypond-indent.el: 
5627         * elisp/lilypond-font-lock.el: Move from top dir.
5628
5629         * stepmake/stepmake/elisp-vars.make: New file.
5630
5631         * config.make.in (elispdir): Add.
5632
5633         * Documentation/topdocs/INSTALL.texi: Typo.
5634
5635         * make/ly-rules.make: Test for files instead of touching void and
5636         ignoring errors.
5637
5638         * GNUmakefile.in:
5639         * make/lilypond.redhat.spec.in:
5640         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5641         <builddir>, adding
5642         
5643              (push "<builddir>/share/lilypond/elisp" load-path)
5644
5645         to your ~/.emacs.el should give you LilyPond-mode again.
5646
5647         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5648         regexp for DOS/Windows, we are too paranoid to fix others.
5649
5650 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5651
5652         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5653
5654         * input/test/chord-names-jazz.ly (banterProperties): fix
5655
5656         * lily/parser.yy (bass_mod): bass figure alterations are semi
5657         tones, not quarter tones
5658
5659         * lily/beam.cc (set_stem_lengths): only lengthen stems
5660         for gapped beams.
5661
5662         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5663         by beamcount.
5664
5665         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5666         a warning that the warning may erroneous.
5667
5668         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5669         target.
5670
5671         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5672         targets.
5673
5674         * GNUmakefile.in ($(config_h)): config.h should depend on
5675         config.hh.in .
5676         (lilypond.words): remove fontball stuff.
5677
5678         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5679
5680         * configure.in: remove pktrace reference.
5681
5682         * GNUmakefile.in (rsync-web): permissions and ownership for
5683         website.
5684
5685         * lily/volta-engraver.cc (staff_eligible): new function.
5686         (stop_translation_timestep): kill off spanners if not eligible.
5687
5688         * VERSION (PATCH_LEVEL): release 1.9.9
5689
5690         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5691
5692         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5693         length is more important than forbidden quants.
5694         
5695 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5696
5697         * buildscripts/lilypond.words: order words in search order,
5698         add lilypond.words.vim to be generated.
5699
5700         * lilypond.vim: use lilypond.words.vim for keyword matching.
5701
5702         * lilypond-mode.el: use search order. fix word selection rules.
5703
5704         * lilypond-font-lock.el: fix fontifying long durations.
5705
5706         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5707
5708 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5709
5710         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5711
5712         * stepmake/stepmake/generic-targets.make:
5713         * stepmake/stepmake/bin/make-version.py: 
5714         * stepmake/aclocal.m4:
5715         * make/stepmake.make:
5716         * make/toplevel-version.make: Build fixes: remove last traces of
5717           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5718
5719         * lily/beam.cc: Add gap-count property.
5720
5721 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5722
5723         * scm/define-grob-properties.scm (gap-count): add gap-count
5724
5725         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5726
5727 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5728
5729         * cygwin/mknetrel.doc: Typo.
5730
5731         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5732
5733         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5734
5735 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5736
5737         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5738         sizes. Remove support for 'ledger'(=tabloid+landscape).
5739
5740 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5741
5742         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5743         sauter PFAs.
5744
5745         * configure.in: remove VERSION stuff once again.
5746
5747         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5748
5749         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5750         for chord names.
5751
5752         * mf/GNUmakefile: always trace pfa fonts.
5753         (SAUTER_FONTS): add cmss[567] too fonts
5754
5755         * configure.in: require mftrace. 
5756
5757         * lily/staff-performer.cc (new_instrument_string): don't look at
5758         instrument property.
5759
5760         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5761         is_direction is the C++ one. Similar for ly_axis_p and
5762         ly_number_pair_p
5763
5764 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5765
5766         * lily/beam.cc (brew_molecule): read gap-count to determine
5767         number of tremolo (gapped) beams.
5768
5769         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5770         shorter than 1/8
5771
5772         * flower/include/array.hh (default_compare): new function
5773
5774         * cygwin/mknetrel: Native fixes.
5775
5776         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5777
5778 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5779
5780         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5781         feature for Windows.
5782
5783         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5784
5785         * cygwin/mknetrel: Updates for native use on Cygwin.
5786
5787         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5788
5789         * stepmake/stepmake/help2man-rules.make: 
5790         * cygwin/mknetrel: Bugfix for manpages.
5791
5792         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5793         $(builddir).  Stepmake is a normal subdirectory now, that is not
5794         configured.  Another srcdir build fix.
5795
5796         * Documentation/topdocs/INSTALL.texi,
5797         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5798         lilypond-init.el, lilypond-mode.el, debian/rules,
5799         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5800         rename generated file lilypond.words to lilypond.words.el.
5801
5802 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5803
5804         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5805
5806         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5807         GNUmakefile.in.
5808
5809 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5810
5811         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5812         when cross building.
5813
5814         * configure.in: srcdir build fix.
5815
5816         * cygwin/GNUmakefile:
5817         * cygwin/lily-wins.py:
5818         * cygwin/postremove-lilypond.sh: 
5819         * cygwin/postinstall-lilypond.sh: Merge from stable.
5820
5821         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5822         s/ly2dvi/lilypond/.
5823
5824 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5825
5826         * lily/slur.cc (after_line_breaking): only set control points if
5827         none supplied yet.
5828
5829         * input/test/slur-manual.ly: new file.
5830
5831         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5832         <<  >> chords too.
5833
5834         * VERSION (PACKAGE_NAME): release 1.9.8
5835
5836         * scripts/lilypond.py (escape_path): escape spaces in directory names
5837
5838         * input/test/text-spanner.ly: fixes.
5839
5840 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5841
5842         * buildscripts/lilypond.words.py: add drum names as note names to
5843         Emacs-mode.
5844
5845 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5846
5847         * input/regression/hairpin-dashed.ly: new file.
5848
5849         * scripts/convert-ly.py (conv): warn about dash-length.
5850
5851         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5852         automatically if we get a new one.
5853
5854         * lily/lookup.cc (dashed_line): new function
5855
5856         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5857         dash-fraction.
5858
5859 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5860
5861         * buildscripts/lilypond.words.py: extract note names.
5862
5863         * lilypond-mode.el: take note names from lilypond.words -file.
5864         small fix in the use of string-match.
5865
5866         * lilypond-font-lock.el: use lilypond.words for note names, add 
5867         maxima to note a duration.
5868
5869 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5870
5871         * lily/breathing-sign.cc: remove railtracks() function. 
5872
5873         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5874
5875         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5876         (brew_molecule): bugfix don't make arpeggio shorter when
5877         arpeggio-direction is set.
5878
5879         *  debian/rules: small corrections in the (Pedro K)
5880
5881         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5882         examples.
5883
5884         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5885         special (repeat) bar comes along.
5886
5887         * input/regression/auto-beam-bar.ly: update.
5888
5889         * scripts/lilypond-book.py (output_dict): remove support for the
5890         EPS option.
5891
5892         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5893         VerticalAlignment and VerticalAxisGroup this fixes the size
5894         computations for the entire system.
5895  
5896         * input/les-nereides.ly (bass): remove superfluous fontSize.
5897
5898         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5899         causes directory of file to be added to include path.
5900
5901         * input/regression/beam-break.ly: test single stem beams.
5902
5903         * input/regression/system-start-bracket.ly: fix.
5904
5905         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5906
5907         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5908
5909         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5910         (score_stem_lengths): do something sensible for single stem beams.
5911
5912         * lily/beam.cc (least_squares): add kludge for single stem beams.
5913
5914         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5915         keySignature to list of broken things.
5916
5917         * input/regression/keys.ly: fix.
5918
5919         * VERSION (PACKAGE_NAME): release 1.9.7
5920
5921         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5922
5923         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5924
5925         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5926         (quartertone_pitch): new function
5927
5928         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5929         flat. WARNING: FONT CHANGED.
5930
5931         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5932
5933         * lily/accidental-placement.cc (add_accidental): support for
5934         quarter tones.
5935
5936         * ly/LANGUAGEs.ly: use symbols for alterations.
5937
5938         * mf/feta-toevallig.mf: change accidental codes. 
5939
5940         * scm/lily.scm (ly:get-option): switch on debugging only for
5941         --verbose.
5942
5943         * lily/lily-guile.cc: remove ly:verbose?
5944
5945         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5946
5947         * lily/parser.yy (TODO): only do gh_call() for apply with
5948         procedure argument.
5949
5950         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5951         stuff in accordance with new timing of tie-events.
5952
5953         * lily/my-lily-lexer.cc: remove \outputproperty
5954
5955         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5956
5957         * scm/define-translator-properties.scm (melismaBusyProperties):
5958         add melismaBusyProperties property.
5959
5960 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5961
5962         * input/test/ambitus-mixed.ly (texidoc): new file.
5963
5964         * buildscripts/mutopia-index.py (find): prune debugging
5965
5966         * lily/side-position-interface.cc: doc updates
5967
5968         * Documentation/user/refman.itely: updates, tweaks.
5969
5970         * lily/parser.yy (Simple_music): remove outputproperty
5971
5972         * make/stepmake.make: use VERSION again; importing VERSION via
5973         autoconf dependencies is too hairy.
5974
5975 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5976
5977         * lilypond-mode.el: allow `-' for keywords and identifiers.
5978
5979 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5980
5981         * VERSION: release 1.9.6
5982         
5983         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5984         iso. ly2dvi.
5985
5986         * Documentation/user/*.itely: fixes everywhere
5987
5988         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5989         produce ties from the engraver itself, do not broadcast TieEvent.
5990
5991         * lily/my-lily-lexer.cc: remove pitch & duration.
5992
5993         * lily/parser.yy (TODO): remove \pitch and \duration
5994
5995         * input/test/explicit.ly: remove file.
5996
5997         * Documentation/user/refman.itely (Pitches): remove \pitch 
5998         \duration command.
5999
6000 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6001
6002         * buildscripts/lilypond.words.py: add all slur types to Emacs
6003         insertion menu, suppose everything is postfixed by dropping 
6004         unnecessary `-' -marks.
6005
6006 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6007
6008         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6009         tremoloed stems.
6010
6011         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6012         head for flagged stems.
6013
6014         * lily/stem.cc (get_default_stem_end_position): futz with extra
6015         stem length if there is a stem tremolo.
6016
6017         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6018         it would be too small.
6019
6020         * lily/font-metric.cc: return #f for non-existent glyph.
6021         
6022         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6023         exported through config.make.
6024
6025         * input/regression/clef-oct.ly: new file.
6026
6027         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6028         transposition.
6029
6030         * input/template/*.ly: remove old relative.
6031
6032         * ly/english.ly: add X names for double sharp.
6033
6034 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6035
6036         * lily/font-select.cc: new file handle font selection routines.
6037
6038         * lily/parser.yy: add ; (Patrick Atamaniuk)
6039
6040         * input/test/time-signature-double.ly: use markups for double time
6041         sigs.
6042
6043         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6044         ChordNames.SeparationItem #'padding for adjusting space after chords.
6045         
6046         * lily/music-output-def.cc (LY_DEFINE): 
6047         new function ly:paper-lookup.
6048         
6049         * mf/parmesan-clefs.mf: use # quantities for char_box
6050         offsets. Fixes overflow errors in the PFA. 
6051
6052         * scm/new-markup.scm (strut-markup): change calling interface for
6053         markup. Pass paper-def, not grob. This would allow \markup to be
6054         used separately from grobs.
6055
6056         * lily/paper-def.cc: new function ly:paper-font; this function
6057         replaces ly:get-font.
6058
6059         * lily/include/font-interface.hh (struct Font_interface): take
6060         Paper_def iso. Grob for get_font().
6061
6062 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6063
6064         * Documentation/user/ tutorial.itely, refman.itely: add warning
6065         about \key and accidentals.
6066
6067 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6070
6071         * Documentation/user/*.itely: manual tweaks
6072
6073 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6074
6075         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6076         cleanup; bugfix: exact_center
6077
6078         * Documentation/user/refman.itely: added more documentation on
6079         ambitus according to recent questions on lilypond-user list
6080
6081 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6082
6083         * input/regression/ottava.ly (texidoc): demo 15ma too.
6084
6085         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6086
6087         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6088         octave fixes.
6089
6090 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6091
6092         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6093         problems on older Mac editors.
6094
6095 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6096
6097         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6098
6099 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6100
6101         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6102         mf/parmesan-clefs.mf: added comments on character alignment and
6103         set_char_box() conventions
6104
6105         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6106         set_char_box()'s
6107
6108         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6109
6110 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6111
6112         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6113
6114 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6115
6116         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6117         shortened to avoid almost-collision with staff line; code cleanup;
6118         other custodes: fixed char boxes; code cleanup
6119
6120 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6121
6122         * configure.in: release 1.9.5
6123         
6124         * scripts/lilypond.py (global_latex_preamble): only set
6125         twosideshift if 'twoside' is in latexoptions 
6126
6127         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6128
6129         * VERSION: remove
6130
6131         * scripts/*2ly.py: update <> syntax
6132
6133 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6134
6135         * lily/chord-name-engraver.cc (process_music): add origin for
6136         chord name.
6137
6138         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6139
6140         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6141         bass notes for exceptions too.
6142
6143         * scm/define-grobs.scm (all-grob-descriptions): rename
6144         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6145
6146         * scm/define-grob-properties.scm (remove-first): add remove-first
6147         property for orchestral scores.
6148
6149         * Documentation/user/*.itely: switch <<>> and <> 
6150
6151         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6152         last_line only once. This fixes the two consecutive glissandi problem.
6153
6154 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6155
6156         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6157         error message "flexa-width undefined"
6158
6159         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6160         lily/include/gregorian-ligature.hh: print warning when ignoring
6161         head prefixes on flexa shapes
6162
6163         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6164         space before a series of inclinatum heads
6165
6166         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6167         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6168         cleanups
6169
6170         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6171         and char_box
6172
6173 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6174
6175         * input/regression/breathing-sign.ly: tiny fixes
6176
6177         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6178         semantical collision with vaticana ligatures
6179
6180         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6181         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6182         now consistent with mensural ligatures
6183
6184         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6185         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6186         context pitches and staff position; dto. for virga stem; removed
6187         obsolete virga and clivis characters from parmesan font (WARNING:
6188         font changed)
6189
6190         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6191         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6192
6193         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6194         scm/define-grob-properties.scm: consistency fix: renamed
6195         join_left->add_cauda
6196
6197         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6198         appendix length; bugfix: yoffs_bt for reverse direction punctum
6199         characters
6200
6201         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6202         small cleanups; added more docu
6203
6204         * lily/mensural-ligature-engraver.cc,
6205         lily/vaticana-ligature-engraver.cc,
6206         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6207         computation to CoherentLigatureEngraver
6208
6209         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6210         scm/define-grob-properties.scm: bugfix: added missing linea and
6211         cavum properties; bugfix: removed dead semivocalis property
6212
6213         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6214         length; redesigned quilisma, stropha and auctum
6215
6216         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6217         line thickness
6218
6219         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6220         Documentation/user/refman.itely: bugfix: introduced shifted
6221         epiphonus head to avoid collision with adjacent plica
6222
6223 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6224
6225         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6226
6227         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6228
6229 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6230
6231         * Documentation/user/tutorial.itely (A lead sheet): remove
6232         duplicate chords.
6233
6234         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6235
6236 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6237
6238         * Documentation/bibliography/computer-notation.bib (isbn): add
6239         xivcim publication.
6240
6241 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6242
6243         * GNUmakefile.in: drop lilypond.words for generation.
6244
6245 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6246
6247         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6248
6249         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6250
6251 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6252
6253         * input/test/figured-bass-alternate.ly (fl): new file.
6254
6255         * Documentation/topdocs/README.texi (Top): clarifications.
6256
6257         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6258         theses of Gieseking and Renz.
6259
6260         * GNUmakefile.in (README_FILES): remove README.mandrake.
6261
6262 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6263
6264         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6265         from source files and search patterns listed in the script.
6266
6267         * GNUmakefile.in: add target `lilypond.words'.
6268
6269         * lilypond.words: remove file, generated by `make lilypond.words'.
6270
6271         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6272
6273 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6274
6275         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6276
6277 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6278
6279         * VERSION: 1.9.4 released
6280
6281         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6282         rule for < > <-> << >> substitution
6283
6284         * lily/lexer.ll: exchange meaning of << >> and < > 
6285
6286         * VERSION (PACKAGE_NAME): 1.9.3 released
6287
6288         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6289         pages unconditionally.
6290
6291 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6292
6293         * Documentation/user/music-glossary.tely (Top): small syntax
6294         fixes.
6295
6296         * scm/music-functions.scm (remove-tag): filter \tagged music
6297         expressions.
6298
6299         * input/regression/tag-filter.ly (texidoc): new file.
6300
6301         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6302         symbol2 .. ) etc. 
6303
6304         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6305         convert rule.
6306
6307         * Documentation/user/refman.itely (Fingering instructions): adjust
6308         manual.
6309
6310         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6311         for borderline cases (e.g. 1 fingering.)
6312         (position_scripts): revise interface, use fingerOrientations to
6313         set fingering positions.
6314
6315         * scm/document-translation.scm (context-doc): add aliases to
6316         automated documentation.
6317
6318         * make/lilypond-vars.make: remove stepmake compat glue.
6319
6320         * make/generic-vars.make: remove cruft.
6321
6322         * lily/main.cc (main): don't identify binary.
6323
6324 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6325
6326         * lily/include/translator.hh (class Translator): remove
6327         type_string_ , use symbol for context name throughout.
6328         Changes through whole source tree.
6329
6330         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6331         set PDF as default, and always make PDF.
6332
6333         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6334
6335 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6336
6337         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6338         Documentation/user/refman.itely input/regression/allfontstyle.ly
6339         input/regression/grace-types.ly:
6340         fix spelling for acciaccatura (Webster's 1913).
6341
6342 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6343
6344         * lily/main.cc (usage): adjust blurb, include url.
6345
6346         * input/regression/breathing-sign.ly (texidoc): transpose up
6347
6348 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6349
6350         * input/regression/breathing-sign.ly: changed ancient examples to
6351         be relevant (by request of Han-Wen); updated BreathingSign text
6352         property according to new syntax.
6353
6354         * ly/gregorian-init.ly: updated BreathingSign text property
6355         according to new syntax
6356
6357 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6358
6359         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6360         (Clef): index entries for clefs.
6361
6362         * python/lilylib.py (system): remove errorlog files.
6363         
6364 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6365
6366         * lilypond.words: add \new and new graces. Add dynamics to menus
6367         keeping 1.8.x compatibility; after all the engraving relating to 
6368         notes becomes postfixed `-' marks will be removed.
6369
6370 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6371
6372         * lily/molecule.cc (align_to): idem.
6373
6374         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6375         
6376         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6377         accacciatura everywhere.
6378
6379         * VERSION (PACKAGE_NAME): released 1.9.2
6380
6381         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6382
6383         * scm/document-markup.scm (markup-doc-node): sort markup function
6384         list.
6385
6386         * lily/paper-outputter.cc (output_version): change "Lily was here"
6387         into  "Engraved by LilyPond"
6388
6389         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6390         on unquoted strings before \notenames.
6391
6392         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6393         increases the number of s/r reductions to 4.
6394
6395         * scm/new-markup.scm (fraction-markup): \fraction command.
6396
6397         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6398         mode
6399
6400         * lily/lookup.cc (round_filled_box): rename function.
6401         (LY_DEFINE): round-filled-box: change signature.
6402
6403         * Documentation/user/refman.itely: revise section explaining grace
6404         notes.
6405
6406         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6407         ly:set-context-property
6408
6409         * input/*/*.ly (vmus): use \new everywhere.
6410
6411         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6412
6413         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6414         default
6415
6416         * scm/music-functions.scm (set-stop-grace-properties)
6417         (set-start-grace-properties, add-grace-property): new functions
6418         for modular grace tweak control.
6419
6420         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6421         
6422 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6423
6424         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6425
6426         * GNUmakefile.in (install-pfa-fonts):
6427         (get-pfa-fonts): New target.
6428
6429         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6430         install-pfa-fonts help.
6431
6432 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6433
6434         * lily/translator-scheme.cc (LY_DEFINE):
6435         ly:context-pushpop-property new function.
6436         (LY_DEFINE): new function ly:translator-find  
6437         new function ly:translator?
6438         (LY_DEFINE): new function ly:context?
6439
6440         * lily/translator-def.cc: remove
6441         Translator_def::apply_pushpop_property().
6442
6443         * python/lilylib.py (read_pipe): only store and display error log
6444         if verbose not set.
6445         (read_pipe): only display log if it contains something.
6446
6447 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6448
6449         * Documentation/misc/GNUmakefile: Re-add.
6450         (TEXTS): Add CHANGES.
6451
6452 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6453
6454         * lilypond.words: add \newcontext.
6455
6456 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6457
6458         * lily/tie-performer.cc (stop_translation_timestep): only flush
6459         tied_notes when we have actually made a tie. Fixes bugs with ties
6460         in polyphonic scores.
6461
6462 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6463
6464         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6465         they do not exist.
6466
6467 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6468
6469         * VERSION (PACKAGE_NAME): released 1.9.1 
6470
6471         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6472         Instrument_name_engraver
6473
6474         * lily/tie-performer.cc (create_audio_elements): bugfix
6475
6476         * Documentation/user/music-glossary.tely (Top): comment out
6477         font-style statements.
6478
6479         * input/test/force-hshift.ly: revise example.
6480
6481         * Documentation/bibliography/engraving.bib (note): typos.
6482
6483         * configure.in: bump GCC requirements to 3.x
6484
6485         * lily/include/audio-item.hh (class Audio_tie): rename
6486         note_l_drul_ to note_drul_
6487
6488         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6489
6490         * lily/parser.yy (relative_music): whoops. All \relative were off
6491         by ...  a lot .... Ahem.
6492
6493         * scm/define-music-types.scm (music-descriptions): idem.
6494
6495         * lily/beam-engraver.cc: move new-beam-event to beam-event
6496
6497         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6498         to Tie_engraver
6499
6500         * input/regression/bar-number.ly: remove unnecessary old-relative
6501         options.
6502         
6503         * Documentation/user/internals.itely (Creating contexts): document
6504         \newcontext
6505
6506         * lily/parser.yy (Composite_music): add \newcontext
6507
6508         * Documentation/user/refman.itely (MIDI block): add note about
6509         dotted tempos.
6510
6511         * scm/font.scm: remove old markup legacy
6512
6513         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6514
6515         * lily/breathing-sign.cc (brew_molecule): remove function
6516
6517         * lily/text-item.cc: remove old-style markups.
6518         (interpret_markup): C++ version of markup function
6519         (brew_molecule): idem.
6520
6521         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6522         as Scheme variable.
6523
6524         * scripts/convert-ly.py (conv): dashes rule.
6525         Apply rule.
6526
6527         * Documentation/user/lilypond-book.itely: syntax fixes. 
6528
6529 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6530
6531         * VERSION (PACKAGE_NAME): release 1.9.0
6532
6533         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6534         note about dvips. (Should backport.)
6535
6536         * scripts/convert-ly.py
6537         (FatalConversionError.articulation_substitute): add
6538         convert-new-chords code. Remove convert-new-chords.py
6539
6540         * Documentation/user/refman.itely (Octave check): document
6541         \octave.
6542
6543         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6544         \relative changes.
6545
6546         * lily/parser.yy (command_element): octave check:
6547
6548            \octave PITCH
6549
6550         checks that PITCH (without octave) yields PITCH (with octave) in
6551         \relative
6552
6553         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6554
6555         * lily/scm-option.cc: ly:set-option now has the default argument
6556         #t.
6557
6558         * lily/lexer.ll: add \renameinput
6559
6560         * python/lilylib.py (command_name): robustifications.
6561
6562         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6563         /dev/stderr. This is ash compatible.
6564
6565         * ly/init.ly: add warning if compatibility was not necessary.
6566
6567         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6568
6569         * flower/include/string-handle.icc: formatting cleanups, rename
6570         references by ref_count_.
6571
6572 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6573
6574         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6575         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6576         package libs separately, fix conflicting php variable out=/dev/vc/
6577         invoking `unset out', declare menus, use only one icon-file, fix
6578         doc-path in menu.
6579
6580 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6581
6582         * scripts/convert-ly.py (FatalConversionError.conv): typo
6583
6584         * Documentation/misc/GNUmakefile: restore misc directory.
6585
6586         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6587
6588         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6589         Petites-Preludes 
6590
6591         * input/test/partial-blank.ly (quickmeasure): syntax
6592
6593         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6594         attachment property.
6595
6596         * Documentation/user/refman.itely: remove superfluous -'s 
6597         (Grace notes): ) fixes.
6598
6599         * lily/music.cc: generic compress(), transpose() functions. Remove
6600         others.
6601
6602         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6603         style markup entry.
6604
6605         * lily/parser.yy: all articulations postfix; remove obligatory -
6606         for [,  ) and \!
6607         
6608         * lily/music.cc (to_relative_octave): write generic
6609         to_relative_octave function; various relative cleanups.
6610         Hmmm.
6611
6612         * lily/scm-option.cc: add options new-relative and old-relative
6613
6614         * po/sv.po: new po file.
6615
6616         * Documentation/user/refman.itely (Dynamics): website
6617         fixes. (should backport!)
6618
6619 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6620
6621         * make/lilypond.mandrake.spec.in: declare version only once.
6622
6623 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6624
6625         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6626         meaning for now.
6627
6628 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6629
6630         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6631
6632         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6633
6634         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6635
6636         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6637
6638         * lily/music.cc (var): add ly:music-transpose function.
6639
6640         * lily/parser.yy (pre_events): remove prefix articulations.
6641
6642         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6643
6644         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6645
6646         * Documentation/user/refman.itely (Text markup): add comment about
6647         markup in header.
6648
6649 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6650
6651         * lily/paper-outputter.cc (write_header_fields_to_file): 
6652         only dump value if it is a string.
6653
6654         * flower/include/dictionary.hh: remove.
6655         
6656         * Documentation/ChangeLog-1.5: add back old log.
6657
6658         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6659         .pfas from a .deb.
6660
6661 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6662
6663         * Documentation/bibliography/engraving.bib: add entry for
6664         Jaschinski's Notation
6665
6666 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6667
6668         * Documentation/user/refman.itely (Beaming): add note about
6669         allowBeamBreak
6670
6671 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6672
6673         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6674         GregorianTranscription contexts
6675
6676         * ly/engraver-init.ly: vaticana contexts: minor fixes
6677
6678         * Documentation/user/refman.itely (Ancient notation): added note
6679         on appendix length bug
6680
6681         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6682         input/test/vaticana.ly: use vaticana contexts; small fixes
6683
6684 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6685
6686         * flower/hash.cc: Remove.
6687
6688         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6689         to (nonexistent?) hash_func_ identifier.
6690
6691         * python/midi.c (midi_error, midi_warning): Use char const* for
6692         __FUNCTION__ argument.
6693
6694         * python/gettext.py: Remove.  We already require python 2.1, which
6695         includes gettext.py.
6696
6697         * configure.in: Require python 2.1, as INSTALL.texi says.
6698         it.
6699
6700         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6701         versions 1.50 and 1.75.  Remove note about lexer patch.
6702
6703 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6704
6705         * Documentation/topdocs/INSTALL.texi: Update type1 font
6706         description to actual situation.  Add comment about new font ball
6707         layout.
6708
6709         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6710         in $LILYPONDPREFIX suffices for installation.
6711
6712 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6713
6714         * debian/control (Build-Depends): Add flex-old as alternative to
6715         flex.  Deprecate bison 1.75.
6716
6717 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6718
6719         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6720         Vaticana contexts
6721
6722         * Documentation/user/refman.itely (Ancient notation): documented
6723         some bugs; tiny fixes; added docu on Vaticana contexts
6724
6725         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6726         scripts
6727
6728 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6729
6730         * Documentation/user/refman.itely (Ancient notation): added some
6731         introductory words; added section on ancient time signatures;
6732         added some @seealso and @refcommands; small fixes and
6733         beautifications
6734
6735 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6736
6737         * input/regression/note-head-style.ly: many fixes and updates
6738
6739         * Documentation/user/refman.itely: added small sections on ancient
6740         accidentals, rests and flags; revised ancient note head section;
6741         small wording/spelling fixes
6742
6743         * input/test/rests.ly: layout fixes
6744
6745 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6746
6747         * input/puer-fragment.ly: bugfix: central C position of do clef
6748
6749         * ly/gregorian-init.ly: workaround: add small padding space before
6750         divisiones (the correct fix would be the spacing engine to handle
6751         this)
6752
6753 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6754
6755         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6756         cue-notes.ly: minor fixes.
6757
6758 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6759
6760         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6761         input/test/custos-style.ly
6762
6763         * Documentation/index.html.in: bugfix: link to Tutorial.html
6764
6765         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6766         to neumes; bugfix: "et": epiphonus, not just a simple pes
6767
6768 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6769
6770         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6771
6772         * lilypond.words: add new features: markup, column, center, \[ \].
6773         
6774 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6775
6776         * Documentation/topdocs/NEWS.texi, DEDICATION,
6777         stepmake/bin/add-html-footer.py
6778         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6779         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6780         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6781         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6782         added (only) after a sentence which is complete; if the sentence is 
6783         not ended a comma `,' or nothing is used. fix also spaces.
6784
6785 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6786
6787         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6788         requirements to plain 1.6.
6789
6790         * buildscripts/mutopia-index.py (read_lilypond_header): update
6791         mutopia-index.py to 1.4 syntax [sic]
6792
6793 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6794
6795         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6796
6797 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6798
6799         * Documentation/index.html.in: url for regression pdf
6800
6801         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6802
6803         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6804
6805         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6806
6807         * VERSION: 1.8.0 released
6808         
6809         * GNUmakefile.in (local-WWW-post): footify build fix.
6810
6811         * configure.in: require GUILE 1.6.4
6812
6813         * Documentation/user/GNUmakefile: don't copy *.png for
6814         lilypond-internals
6815
6816         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6817         local-WWW-post target.
6818         (rsync-web): add rsync-web target
6819
6820         * Documentation/user/introduction.itely (Music notation and
6821         engraving): add neume example
6822
6823         * input/puer-fragment.ly (cantus): add puer-fragment
6824
6825 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6826
6827         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6828         to notes, so that equalizer is actualy being used.
6829
6830         * scm/midi.scm (instrument-equalizer-alist):
6831         (absolute-volume-alist): Define public, so that user can copy or
6832         override.
6833
6834         * lily/key-performer.cc (create_audio_elements): Check for minor
6835         key.  Only if key is minor, set MIDI key to minor.
6836
6837 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6838
6839         * Documentation/user/refman.itely (Hiding staffs): fixes.
6840
6841         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6842
6843         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6844         vertical extents to deal with Hara kiri correctly.
6845
6846         * input/regression/hara-kiri-short.ly: remove
6847
6848         * input/regression/hara-kiri-pianostaff.ly: update test.
6849
6850         * Documentation/user/*.tely: remove WEBTITLE
6851
6852         * scm/output-tex.scm (comment): idem.
6853
6854         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6855
6856         * scm/music-functions.scm (make-lyric-event): new function
6857
6858         * scm/lily.scm (lilypond-version): new function
6859
6860         * input/test/version-output.ly: new file.
6861
6862         * Documentation/user/lilypond.tely: add version number to
6863         front-page.
6864
6865 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6866
6867         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6868
6869 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6870
6871         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6872
6873         * Documentation/user/refman.itely (Hiding staffs): rename node.
6874
6875 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6876
6877         * input/regression/new-markup-syntax.ly (texidoc): remove
6878         molecule-callback override.
6879
6880 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6881
6882         * input/les-nereides.ly: Mark tweaks with %tweak.
6883
6884         * Debian patch, see debian/changelog (Anthony Fok).
6885
6886 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6887
6888         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6889         problem.
6890
6891 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6892
6893         * Documentation/user/refman.itely (Text markup): Fix language bug.
6894
6895 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6896
6897         * input/* : postfix syntax fixes.
6898
6899         * Documentation/user/refman.itely (Text markup): add note about
6900         raise/lower with ^ or _ .
6901         
6902         * po/fi.po: fix \\apply strings.
6903
6904         * lily/parser.yy (open_event): warn for prefix articulations.
6905
6906 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6907
6908         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6909         fix also on parmesan font.
6910
6911 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6912
6913         * VERSION 1.7.30 released
6914         
6915         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6916
6917         * buildscripts/mutopia-index.py (headertext): rewording
6918
6919 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6920
6921         * scm/new-markup.scm (strut-markup): new markup function.
6922
6923         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6924         space also when no accidental is there.
6925
6926 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6927
6928         * input/les-nereides.ly: Updates.
6929
6930 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6931
6932         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6933         which repeats the tag insertion selected from "Insert tag" menu.
6934
6935 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6936
6937         * lily/all-font-metrics.cc (find_font): load AFM files first only
6938         for feta fonts. This fixes problems with TeXlive and other TeX
6939         distros that include AFM files for the CM fonts. 
6940
6941         * scm/font.scm (qualifiers-to-font-name): remove.
6942
6943         * lily/paper-def.cc: remove get_var.
6944
6945         * input/trip.ly: remove file.
6946         
6947         * input/regression/spacing-note-flags.ly (raggedright): remove
6948         stafflinethickness
6949
6950         * input/les-nereides.ly: update to new syntax, cleanups.
6951
6952 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6953
6954         * Documentation/user/refman.itely: Clarify shortest-note problem
6955         of autobeamer.
6956
6957 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6958
6959         * lilypond-mode.el: Add each word to regexps only once.
6960
6961         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6962         is based on the syntax definitions in lilypond.words. Remove all 
6963         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6964         LilyPond->Insert menu is generated by the entries in lilypond.words 
6965         to which have been given a syntax definition.
6966
6967         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6968         \notes, \relative, \score, \simultaneous, \transpose.
6969
6970         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6971
6972         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6973         
6974         * lilypond-mode.el: add menu keywords separately.
6975
6976         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6977
6978 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6979
6980         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6981         current ugly installation method for PFA fonts.
6982
6983 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6984
6985         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6986         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6987
6988         * Documentation/user/music-glossary.tely: update legato.
6989
6990 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6991
6992         * lexer-gcc-3.0.patch: Remove.
6993
6994         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6995
6996 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6997
6998         * debian/rules (binary-arch): remove NEWS.
6999
7000 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7001
7002         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7003         stepmake/bin{ many }: polish the `--help's of different scripts;
7004         model taken from the core-utils of Linux.
7005
7006         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7007
7008 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7009
7010         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7011
7012         * flower/libc-extension.cc: idem.
7013
7014         * flower/include/libc-extension.hh: protect against isinf macros.
7015
7016 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7017
7018         * { many }: Use two uppercase letters in LilyPond.
7019
7020         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7021
7022         * VERSION: 1.7.29 released.
7023         
7024 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7025
7026         * lily/tie.cc: add TODO comment.
7027
7028         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7029
7030         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7031         linejoins and linecaps. This fixes problems with occasional spikes
7032         on slur/tie endings.
7033         
7034         * input/regression/font-name.ly: don't use PS fonts for
7035         compatibility reasons. 
7036
7037         * mutopia/claop.py (accents): update to 1.8
7038
7039         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7040
7041         * Documentation/user/macros.itexi: don't color glossary links.
7042
7043         * Documentation/user/invoking.itexi (Error messages): new section
7044
7045 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7046
7047         * input/regression/font-name.ly: add file.
7048
7049         * scm/document-backend.scm (grob-doc): remove <hr> from
7050         lilypond-internals
7051
7052         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7053         reqd version to 1.6.4 
7054
7055         * lily/font-interface.cc (get_font): bugfix: take font-name from
7056         alist chain too. This fixes font-name override for \markup.
7057
7058 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7059
7060         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7061
7062         * input/test/polymetric-differing-notes.ly: Compile fix.
7063
7064 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7065
7066         * Documentation/user/refman.itely: fixed typo
7067
7068         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7069         before flexa
7070
7071 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7072
7073         * input/test/{ many }: search & fix some typos.
7074
7075 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7076
7077         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7078         images.
7079
7080         * scm/music-functions.scm (make-voice-props-set): set Script /
7081         TextScript dir for polyphony too.
7082
7083         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7084         before clef.
7085
7086         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7087
7088 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7089
7090         * Documentation/user/refman.itely (Percussion): Small
7091         clarifications and fixes.
7092
7093         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7094         threads. This fixes different heads playing simultaneously.
7095
7096 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7097
7098         * Documentation/user/{ many }: increase readability (read through 
7099         User manual from `one big page').
7100
7101 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7102
7103         * input/test/polymetric-differing-notes.ly: add example with
7104         disparate note values.
7105
7106         * input/test/polymetric.ly: rename from poly-metric
7107
7108         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7109         iso. outname.
7110
7111         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7112         G-clef bbox to real char extents. This fixes the G-clef being
7113         offset too much to the right.
7114         document perc clef offset.
7115
7116         WARNING: FONT CHANGED.
7117
7118         * Documentation/user/tutorial.itely (Tutorial): move menu.
7119
7120 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7121
7122         * buildscripts/lilypond-profile.sh (Error): trim error message.
7123
7124         * Documentation/user/invoking.itexi (Invoking the lilypond
7125         binary): add note about path.
7126
7127         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7128         suppresses superfluous spaces.
7129
7130 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7131
7132         * buildscripts/lilypond-profile.sh: Add documentation to error
7133         message.
7134
7135         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7136
7137 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7138
7139         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7140         <mike@ossmann.com>)
7141
7142         * Documentation/bibliography/computer-notation.bib (pages): prune
7143         unscientific language.
7144
7145         * Documentation/user/GNUmakefile: copy unsplit file to
7146         lilypond.html (idem for lilypond-internals).
7147
7148         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7149
7150         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7151
7152         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7153
7154         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7155         fix.
7156         
7157 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7158
7159         * Documentation/user/{ various }: bind text snippets with their
7160         examples, e.g. by punctuation: This is an example.
7161
7162 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7163
7164         * ly/performer-init.ly (VoiceContext): Typos.
7165
7166         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7167         builds, leave final-install to toplevel srcdir makefile.
7168
7169         * make/srcdir.make.in (install): New target.
7170
7171 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7172
7173         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7174         This fixes core dump on MIDI output (Simon Weatherill).
7175
7176         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7177         on local-WWW-post.
7178
7179 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7180
7181         * make/lilypond.redhat.spec.in: add dvips to reqs.
7182
7183 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7184
7185         * make/srcdir.make.in (web): Add special web target.
7186
7187         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7188         from inner $(LOOP).
7189
7190         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7191
7192         * stepmake/stepmake/generic-targets.make (www-targets-help):
7193         * GNUmakefile.in (web-install): Install in $(webdir).
7194
7195         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7196
7197         * cygwin/changelog: 
7198         * cygwin/mknetrel: Update.
7199
7200         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7201         (html-doc): Remove (use: web).
7202
7203         * stepmake/stepmake/script-rules.make: 
7204         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7205         Fix $(config_make) dependencies for srcdir build.
7206
7207         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7208         target for srcdir build.
7209
7210         * stepmake/make/stepmake.make: 
7211         * make/srcdir.make.in: 
7212         * GNUmakefile.in:
7213         * make/stepmake.make (config_make): Rename variable (was:
7214         configuration).
7215
7216 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7217
7218         * Documentation/user/internals.itely (Manipulating music
7219         expressions): run lilypond on example too.
7220
7221         * flower/include/libc-extension.hh: move lrint define to
7222         header. bugfix.
7223         
7224 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7225
7226         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7227         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7228         do we recurse whole tree?).
7229
7230         * GNUmakefile.in (html-doc): Resurrect.
7231
7232         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7233         obsolete $(package-icon) dependency.
7234
7235 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7236
7237         * Documentation/user/refman.itely (Automatic staff changes):
7238         add seealso 
7239
7240         * Documentation/index.html.in: link to bigpage.
7241
7242         * Documentation/user/tutorial.itely (Tutorial): streamline.
7243
7244         * Documentation/index.html.in: url typo.
7245
7246         * VERSION (PACKAGE_NAME): release 1.7.28
7247
7248         * python/lilylib.py (error_log): remove '/' from name.
7249
7250         * input/regression/pedal.ly: remove; dups input/test/
7251         
7252         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7253
7254         * Documentation/index.html.in: python style doco index.
7255
7256         * Documentation/{footer,header}.html.in (src): remove, 
7257
7258         * Documentation/pictures: remove all but lelie-logo.xpm.
7259
7260         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7261         before running makeinfo.
7262
7263         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7264         @code{}
7265
7266 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7267
7268         * input/test/bar-number-regular-interval.ly: rename.
7269
7270         * Documentation/user/*: various fixes. 
7271
7272 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7273
7274         * Documentation/{ many }: polish for update-all-menus. typos.
7275
7276         * po/fi.po: fixes.
7277
7278         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7279
7280         * buildscripts/mutopia-index.py: polish.
7281
7282         * input/regression/{ many }, input/test{ many }: polish texidocs.
7283
7284 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7285
7286         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7287         pedal-style
7288
7289         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7290         iso. edge-widen.
7291
7292         * lily/piano-pedal-engraver.cc (process_music): change from
7293         process_acknowledged ()
7294
7295         * lily/piano-pedal-bracket.cc: new file. Change
7296         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7297         cleaned up.
7298
7299         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7300
7301         * input/regression/tuplets.ly (texidoc): rename file.
7302
7303         * po/fr.po: update
7304
7305         * buildscripts/lilypond-profile.sh: error message if script is not
7306         sourced.
7307
7308         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7309         bracket-flare
7310         (make_bracket): simplify code.
7311
7312         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7313         argument.
7314
7315         * python/lilylib.py (lilypond_version_check): new function
7316
7317         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7318
7319         * scripts/ly2dvi.py (run_lilypond): add version check.
7320
7321         * scripts/lilypond-book.py (option_definitions): typo
7322
7323         * scripts/ly2dvi.py (include_path): typo
7324
7325         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7326
7327         * lily/parse-scm.cc (parse_handler): typo
7328
7329         * Documentation/user/macros.itexi: use @heading for headings.
7330
7331         * Documentation/user/refman.itely: updates, fixes.
7332
7333 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7334
7335         * po/fi.po: add Finnish translations. fixes.
7336
7337         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7338
7339         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7340         from lily/glissando-engraver.cc.
7341
7342 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7343
7344         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7345         for non-first _broken_ bracket.
7346
7347         * Documentation/user/refman.itely: corrections.
7348
7349 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7350
7351         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7352         support of the fingerings.
7353
7354         * po/fr.po: French translation update.
7355
7356         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7357         strings.
7358
7359 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7360
7361         * Documentation/user/introduction.itely: Small fixes.
7362
7363 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7364
7365         * Documentation/topdocs/AUTHORS.texi: polish.
7366
7367 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7368
7369         * Documentation/user/introduction.itely: revise
7370
7371         * Documentation/user/tutorial.itely: reorganise.
7372
7373         * Documentation/topdocs/index.tely: remove.
7374
7375         * Documentation/header.html.in: prune.
7376
7377         * GNUmakefile.in: clean up web building.
7378
7379         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7380         target.
7381
7382 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7383
7384         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7385
7386         * lilypond-mode.el: turn on blink-matching-paren.
7387
7388 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7389
7390         * scm/output-sodipodi.scm (svg-header): Fix typo.
7391
7392 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7393
7394         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7395         fixes a security hole.
7396
7397         * scripts/lilypond-book.py (original_dir): remove temp_dir
7398
7399         * scm/document-translation.scm: use @code tags.
7400
7401 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7402
7403         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7404
7405         * lilypond-mode.el: add a buffer-local post-command-hook to set
7406         context dependent syntax-table after each cursor event. Remove old
7407         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7408
7409         * lilypond-indent.el: update comments.
7410
7411         * Documentation/footer.html.in: add period.
7412
7413 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7414
7415         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7416
7417         * scm/document-translation.scm (document-property-operation): add
7418         @code{} tags.
7419
7420         * VERSION (PACKAGE_NAME): release 1.7.27
7421
7422         * config.make.in: add PAPER variable
7423
7424         * buildscripts/new-chords.py (help): add help text
7425
7426         * Documentation/user/introduction.itely (Typography and program
7427         architecture):  fixes.
7428
7429         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7430         for texinfo and dvips. This fixes problems with PDF output of the
7431         wrong size.
7432
7433         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7434         DVIPS_PAPERSIZE variable
7435
7436         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7437         TEXINFO_PAPERSIZE variable 
7438
7439 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7440
7441         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7442
7443         * mf/feta-toevallig.mf: lowres fixes.
7444
7445 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7446
7447         * NEWS: Typo and fill-paragraph fixes.
7448
7449         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7450         cast #define.
7451
7452         * configure.in: 
7453         * config.hh.in: Check for lrint.
7454
7455 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7456
7457         * VERSION: 1.7.26 released
7458
7459         * lily/separation-item.cc: add padding property.
7460
7461         * input/test/*.ly: various fixes, remove solo-a2.ly
7462
7463         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7464         bugfix. Fixes old-style markup compatibility.
7465
7466         * Documentation/user/introduction.itely (Introduction): historical
7467         elucidations
7468
7469         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7470
7471         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7472
7473         * Documentation/index.texi (Top): cleanup.
7474
7475         * Documentation/user/introduction.itely (Introduction): rewrite
7476         introduction, 
7477         (Music notation and  engraving): about notation. Add flat-picture
7478
7479 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7480
7481         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7482         separation items. This keeps lyrics from bumping into each other.
7483
7484 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7485
7486         * GNUmakefile.in (topdocs-web): New target.
7487         (local-web): Depend on topdocs-web; fixes html-doc.
7488
7489 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7490
7491         * po/lilypond.pot: run po-replace
7492
7493         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7494
7495         * scm/drums.scm (reset-drum-kit): new function.
7496
7497         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7498
7499         * scripts/update-lily.py: remove
7500         
7501         * VERSION: release 1.7.25
7502         
7503         * Documentation/user/introduction.itely (Introduction): rewrite
7504         start of introduction.
7505
7506 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7507
7508         * lily/all-font-metrics.cc: fixed typo
7509
7510 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7511
7512         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7513         LilyPond-mode-context-set-syntax-table): new functions to define
7514         the syntax table according to context.
7515
7516         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7517
7518 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7519
7520         * Documentation/user/refman.itely (Figured bass): 
7521         language nit courtesy http://www.vocabula.com
7522
7523         * GNUmakefile.in: remove no kpathsea hack.
7524
7525         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7526         doco.
7527
7528         * GNUmakefile.in: remove web-doc target.
7529
7530         * lily/all-font-metrics.cc (find_afm): add message about
7531         buildscripts/clean-fonts.sh 
7532
7533         * scm/define-music-properties.scm (figure): use string for 'figure
7534
7535         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7536
7537         * input/regression/ : add raggedright = ##t where applicable. 
7538         
7539         * scm/bass-figure.scm (make-bass-figure-markup): add
7540         alignBassFigureAccidentals property.
7541
7542         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7543         bracket.
7544
7545         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7546         syllables widths into account for minimum-length.
7547
7548         * input/test/staff-container.ly: update file
7549
7550         * input/test/stem.ly: remove
7551
7552         * lily/event.cc (LY_DEFINE): add ly: prefix.
7553
7554         * input/test/clef-manual-control.ly: from manual-clef
7555
7556         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7557
7558         * input/test/different-time-signatures.ly: move to poly-metric.ly
7559
7560         * input/test/hara-kiri*,scales.ly: remove
7561         
7562         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7563         with chord-names-jazz.ly)
7564
7565         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7566         get scalable cm fonts too.
7567
7568         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7569         --encoding for mftrace if present.
7570
7571         * input/regression/slur-area.ly: move from test/
7572
7573         * input/test/: remove simple-slur-endings slur-attachment
7574         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7575         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7576         slur-symmetry slur-symmetry tie-broken.ly
7577
7578         * scm/drums.scm (set-drum-kit): add function.
7579
7580         * Documentation/user/refman.itely (Percussion staves): use
7581         set-drum-kit
7582
7583         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7584         too
7585         (Global_measure.set_timesig): handle 3/8 time sig too.
7586
7587         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7588         note about triangle note heads.
7589
7590         * scm/drums.scm: use alist for instrument-settings. This fixes the
7591         bug with assigning to drums in the .ly file.
7592
7593         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7594         CHANGED.
7595
7596         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7597         cluster-beacon-interface
7598
7599         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7600
7601         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7602
7603         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7604
7605         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7606         to get positions.
7607
7608         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7609         make ClusterSpannerBeacon to record Y positions. This removes the
7610         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7611         make cluster-note-events.
7612
7613 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7614
7615         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7616
7617         * configure.in: Use lily/main.cc as identifying source file.
7618
7619         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7620
7621         * config.hh.in: 
7622         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7623
7624         * configure.in: Require PYTHON >= 2.0.
7625
7626         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7627           $PYTHON for include dir location.
7628         (STEPMAKE_PYTHON): New function.  Use
7629         
7630             PYTHON=foo ./configure
7631
7632           to override.
7633
7634 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7635
7636         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7637         something.
7638
7639         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7640         ftp.lilypond.org everywhere.
7641
7642 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7643
7644         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7645         detected.
7646
7647         * Documentation/user/refman.itely (Grace notes): note on explicit
7648         contexts
7649
7650 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7651
7652         * lilypond-font-lock.el: add a comment about LilyPond specific
7653         escape characters: ^, - and _, in the syntax table.
7654
7655         * Documentation/user/appendices.itely: a majuscule fix.
7656
7657 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7658
7659         * input/test/trills.ly (endHorizScript): fixes.
7660
7661         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7662         notation, move from regression.
7663
7664         * input/test/script-stack.ly: change name from stacked-scripts
7665
7666         * input/test/ossia.ly: octave errors.
7667
7668         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7669         for midi-volume-equaliser
7670
7671 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7672
7673         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7674         cm fonts.
7675
7676         * mf/feta-beugel.mf: don't multiply font_count by 10.
7677
7678         * lily/lookup.cc (horizontal_line): new function. Use
7679         horizontal-line in output backends.
7680
7681         * Documentation/user/tutorial.itely (An orchestral part): new
7682         section on orchestral stuff and identifiers.
7683
7684 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7685
7686         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7687         some interference to other modes.
7688
7689 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7690
7691         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7692         not maximum of spacing wishes in polyphonic situations.
7693
7694         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7695         number
7696
7697         * lilypond-indent.el: remove paren matching. 
7698
7699         * lily/text-item.cc (interpret_new_markup): new function
7700         use iso. text2molecule.
7701
7702         * lily/main.cc (notice): change FSF address 
7703
7704         * po/de.po: update PO file to 1.6.
7705
7706 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7707
7708         * Documentation/user/ {many}: Add periods and remove spaces.
7709         
7710 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7711
7712         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7713         Disable buffer-locally default paren hook and make a new one. 
7714
7715         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7716         locally LilyPond-paren-mode. Add todo for mouse double-click.
7717
7718 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7719
7720         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7721         Disable buffer-locally default paren idle timer and make a new one. 
7722
7723         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7724         locally LilyPond-show-paren-mode. Add to menu a toggle for
7725         LilyPond-show-paren-function.
7726
7727 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7728
7729         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7730
7731 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7732
7733         * Documentation/user/refman.itely: spelling fix.
7734
7735         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7736         paren highlight function definitions. add todo for
7737         LilyPond-show-paren-mode.
7738
7739 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7740
7741         * input/template/jazz-combo.ly: new file.
7742
7743 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7744
7745         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7746         lo-res fixes.
7747
7748         * mf/feta-schrift.mf: bugfix in varcoda sign.
7749         WARNING: FONT CHANGED
7750
7751         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7752         in accordance with lexer.ll.   
7753
7754 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7755
7756         * Documentation/user/tutorial.itely: Edit introduction.
7757
7758 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7759
7760         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7761         ly:grob-staff-position
7762
7763 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7764
7765         * scm/to-xml.scm: import srfi-1
7766
7767         * VERSION (MAJOR_VERSION):  release 1.7.24
7768
7769         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7770
7771         * scripts/lilypond-book.py (do_file): put texidoc before image.
7772         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7773
7774         * input/regression/*.ly: fix snippet octaves 
7775
7776         * input/test/spanner-after-break-tweak.ly: import
7777         broken-spanner-adjustment
7778
7779         * input/no-notation/midi-transposing.ly: move from input/test/
7780
7781         * input/test/: remove chord-markup
7782
7783         * input/regression/instrument-name-partial.ly: move from input/test.
7784
7785         * input/test/vertical-text.ly: remove
7786
7787         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7788         space above lyrics lines.
7789
7790         * input/test/uniform-breaking.ly: remove file.
7791
7792         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7793         uniform spacing density. 
7794
7795         * input/test/chords.ly (keys): remove file.
7796
7797         * scm/documentation-lib.scm (oop): use srfi-1 too.
7798
7799         * input/regression/*.ly: add \version
7800
7801         * Documentation/user/*.itely: various fixes.
7802
7803         * buildscripts/mf-to-table.py (base): break table every three
7804         symbols.
7805
7806         * input/:  remove %% new-chords-done %% .
7807
7808         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7809         os-music.ly
7810         
7811 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7812
7813         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7814
7815         * scm/new-markup.scm (box-markup): new function.
7816         (box-markup): new function. Contributed by Dick Schoeller
7817         <schoeller@attbi.com>
7818
7819         * scm/lily.scm: remove reduce-no-unit 
7820         (list-insert-separator): use fold-right
7821
7822         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7823         of arguments. 
7824
7825         * NEWS: more neutral language for ancient notation 
7826
7827         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7828         inside pointing beaming for chord tremolo.
7829
7830         * Documentation/user/lilypond-book.itely: minor editing
7831
7832 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7833
7834         * NEWS: added news for 1.8 regarding ancient notation
7835
7836         * Documentation/user/refman.itely (Gregorian square neumes
7837         ligatures): fixed typo
7838
7839         * lily/vaticana-ligature-engraver.cc,
7840         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7841         lower/upper head of Pes only when heads are stacked
7842
7843         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7844         scm/define-grob-properties.scm: cleanup: make "join-left" a
7845         boolean grob property and save delta pitch in grob property
7846         "delta-pitch" instead
7847
7848         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7849
7850 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7851
7852         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7853         completely borked
7854
7855         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7856         (try_music): bug fix: beam multiplicity was completely borked.
7857
7858         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7859         first-n, butfirst-n in favor of srfi-1 functions.
7860         remove string-join, string-pad in favor of srfi-13 functions.
7861
7862         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7863
7864         * NEWS: use complete sentences.
7865
7866         * Documentation/user/introduction.itely (Example applications):
7867         add note about databases and lilypond-book.
7868
7869         * input/test/volta.ly: remove file
7870
7871         * input/regression/volta-broken-left-edge.ly: simplify file
7872
7873 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7874
7875         * Documentation/user/refman.itely (Constructing a tweak): new
7876         subsection.
7877
7878         * Documentation/user/tutorial.itely (Fine tuning layout): add
7879         common tweaks.
7880
7881         * scm/define-grobs.scm (TextScript): use new brewer.
7882
7883 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7884
7885         * VERSION: release 1.7.23
7886
7887         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7888
7889         * python/lilylib.py (make_ps_images): bugfixes.
7890
7891         * input/regression/volta-multi-staff.ly: new file.
7892
7893         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7894
7895         * Documentation/user/tutorial.itely (Piano staffs): new section.
7896         (Setting variables): new section
7897         (Fine tuning layout): new section
7898
7899         * input/just-friends.ly: remove file. Superseeded by
7900         input/test/chords-without-melody.ly
7901
7902         * ly/property-init.ly: add all commands to refman.
7903
7904         * scm/define-translator-properties.scm: remove
7905         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7906
7907         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7908         name. Underscores botch up PS output.
7909
7910         * scm/define-translator-properties.scm: remove
7911         textNonEmpty, oneBeat, regularSpacingDelta
7912
7913         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7914         rule for automaticBars.
7915
7916         * lily/timing-engraver.cc (start_translation_timestep): change
7917         barNonAuto to automaticBars
7918
7919 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7920
7921         * input/test/perform-tie.ly: delete file.
7922
7923 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7924
7925         * Documentation/user/refman.itely (Gregorian square neumes
7926         ligatures): bugfix: do not show ledger lines in neumes table
7927         (fixed by setting staff symbol to transparent rather than removing
7928         it from staff context)
7929
7930 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7931
7932         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7933         glue into brew-new-markup-molecule.
7934
7935         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7936
7937         * Documentation/user/introduction.itely (Computerized typography):
7938         new section
7939
7940         * Documentation/user/tutorial.itely (An orchestral part): remove
7941         pc example from tutorial.
7942
7943         * input/tutorial/lilbook.tex: use screech-boink
7944
7945         * scripts/lilypond-book.py (compile_all_files): split formatting
7946         output body and scheduling lilypond compilation.
7947         (format_lilypond_output_bodies): new function
7948         (format_lilypond_block): new function
7949         (html_pages): allow multi-page images in HTML
7950
7951         * python/lilylib.py (make_ps_images): rename function from
7952         make_preview, merge with make_page_images
7953
7954 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7955
7956         * input/test/key-clefs.ly: moved to regression.
7957
7958         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7959
7960         * input/no-notation/README: added note about midi-*.ly files.
7961
7962         * input/test/two-key.ly: moved to no-notation/parse5.ly
7963
7964         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7965         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7966
7967         * input/test/ {various}: modified comments, marked some for deletion.
7968
7969         * input/test/lines.ly: deleted file; duplicate of
7970         embedded-postscript.ly
7971
7972         * input/test/mmrest-collision: moved to regression.
7973
7974 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7975
7976         * scm/chord-name.scm (note-name->markup): don't superscript root
7977         alterations in chordnames.
7978
7979 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7980
7981         * Documentation/user/refman.itely (Multi measure rests): more
7982         index/cross-referencing.
7983
7984         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7985
7986         * scm/font.scm: remove properties-to-font-name code.
7987
7988         * scm/define-grob-properties.scm: remove 'type
7989
7990         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7991         conversion
7992
7993         * lily/text-spanner.cc: change 'type grob prop to 'style 
7994
7995         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7996         "first" flag to decide whether to make a start-repeat
7997
7998         * input/regression/grace-volta-repeat-2.ly: new file.
7999
8000 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8001
8002         * lilypond-indent.el: rename generic functions to LilyPond-*
8003
8004 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8005
8006         * input/test/thumb.ly: delete, merged into refman.
8007
8008         * Documentation/user/refman.itely: added thumb info to Fingering.
8009
8010         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8011         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8012         vertical-align.ly : deleted files.
8013
8014 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8015
8016         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8017
8018         * lily/line-spanner.cc (broken_trend_offset): remove function.
8019         (get_broken_offset): idem.
8020         (brew_molecule): rewrite the line-break case.
8021
8022         * input/regression/follow-voice-break.ly:  new file.
8023
8024         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8025         start of a system.
8026
8027 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8028
8029         * input/test/tuplet-rest.ly: moved to regression.
8030
8031         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8032         deleted file.
8033
8034         * input/test/ {many} : marked file for possible deletion.
8035
8036 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8037
8038         * input/regression/beam-funky.ly: add note about (disputed)
8039         correct beaming.
8040
8041         * ly/engraver-init.ly (ScoreContext): put key-signature after
8042         staff-bar
8043         
8044 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8045
8046         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8047
8048         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8049
8050         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8051
8052         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8053         stem-extend was deleted (it was duplicate example, and not as
8054         good).
8055
8056         * input/test/[s-z]*.ly: add texidoc index.
8057
8058 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8059
8060         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8061         get_first_notecolumn_y
8062
8063         * lily/spanner.cc (broken_spanner_index): new function.
8064
8065 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8066
8067         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8068         lyric-hyphen.ly : moved to regression.
8069
8070         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8071         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8072
8073         * input/test/instrument-name-mmrest.ly: moved to
8074         ../regression/multi-measure-rest-instr-name.ly
8075
8076         * input/test/knee-sym.ly: moved to
8077         ../regression/beam-knee-symmetry.ly.
8078
8079         * input/test/hymn.ly: change comments.
8080
8081         * input/test/[p-r]*.ly: add texidoc index.
8082
8083 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8084
8085         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8086         to postfix syntax
8087         
8088         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8089         syntax.
8090
8091         * VERSION: release 1.7.22
8092
8093 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8094
8095         * input/test/[h-k]*.ly: added texidoc index.
8096
8097         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8098
8099         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8100
8101         * input/test/ various : mark files for deletion or moving to
8102         regression.
8103
8104         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8105
8106         * input/test/[l-o]*.ly: added texidoc index.
8107
8108 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8109
8110         * scm/music-functions.scm (make-ottava-set): 
8111         only do ottavation if centralCPosition is set.
8112
8113         * lily/translator-scheme.cc (ly:context-property-where-defined):
8114         return '() if not found.
8115
8116 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8117
8118         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8119         Use one command for both commenting and uncommenting.
8120
8121         * lilypond-indent.el (LilyPond-comment-region): new function,
8122         (un)comments each line separately.
8123
8124         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8125         
8126         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8127         imenu is not added by default; adapted from f90.el,
8128         makes Help-menu, which does not fit, visible in XEmacs.
8129         
8130 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8131
8132         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8133         show-paren-mode sets blink-matching-paren-on-screen local.
8134         Try to make show-paren-function to paren-highlight local.
8135
8136         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8137         Copy definitions of Emacs' show-paren-function and
8138         XEmacs' paren-highlight and make minimal changes;
8139         add comments about locality. 
8140         Fix matching first open-paren-char in '<< .. >>'.
8141
8142 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8143
8144         * input/test/g*: added texidoc index.
8145
8146         * input/test/[a-g]*: added raggedright==#t when it
8147          seemed appropiate.
8148
8149         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8150
8151         * Documentation/topdoc/INSTALL.texi: removed false warnings
8152         about gcc 3.3.
8153
8154 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8155
8156         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8157
8158         * input/test/chords-without-melody.ly (texidoc): add from
8159         input/just-friends.ly
8160
8161         * input/regression/size{13--26}.ly: move from input/
8162
8163         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8164         input/{star-spangled-banner,twinkle}.ly: remove 
8165         
8166         * lily/slur.cc: remove slur over rest warnings.
8167
8168         * lily/note-spacing.cc (get_spacing): include left part of right
8169         object in fixed space. This fixes stretched space before
8170         accidentals.
8171
8172         * input/regression/spacing-accidental-stretch.ly: new file.
8173
8174 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8175
8176         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8177         Reduce to 16pt.
8178
8179 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8180
8181         * input/regression/spacing-knee.ly: docstring
8182
8183         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8184
8185         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8186         input/tutorial/{test,solar,flowing}.ly: remove
8187
8188         * input/rhythm.ly: remove
8189
8190         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8191
8192         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8193         update syntax. 
8194
8195         * scm/define-grobs.scm (all-grob-descriptions): set
8196         knee-spacing-correction to 1.0
8197
8198         * lily/note-spacing.cc (stem_dir_correction): compute knee
8199         correction using stem-thickness and head width.
8200
8201         * input/regression/beam-quanting-horizontal.ly: update texidoc
8202
8203         * scm/define-grobs.scm (all-grob-descriptions): set
8204         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8205         This fixes 32nd beams for noteheads in spaces quants.
8206
8207         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8208
8209 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8210
8211         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8212
8213 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8214
8215         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8216
8217         * VERSION (PACKAGE_NAME): release 1.7.21
8218
8219         * input/regression/stem-shorten.ly: new file.
8220
8221         * lily/stem.cc (get_default_stem_end_position): revise stem
8222         shortening code.
8223
8224         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8225
8226         * input/test/{scripts,volta-start,sleur}.ly: remove
8227         
8228         * input/regression/span-bar.ly: smaller file.
8229
8230         * input/regression/spacing-{natural,tight,loose}.ly: remove
8231
8232         * input/test/markup.ly: remove
8233
8234         * scripts/lilypond-book.py: put printfilename in separate chunk,
8235         so texidoc is printed after the filename.  
8236
8237 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8238
8239         * make/lilypond.mandrake.spec.in: fix docdirs.
8240
8241 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8242
8243         * input/regression/beam-french.ly: bugfix.
8244
8245         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8246
8247         * input/regression/(various).ly: add raggedright = #t.
8248
8249         * input/regression/auto-beam.ly: move from abe.ly
8250
8251 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8252
8253         * input/test/f*.ly: added texinfo index.
8254         
8255         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8256
8257 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8258
8259         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8260         quant penalty for beam just outside staff.
8261
8262         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8263         from beam-pos.ly,  remove non-horizontal tests. 
8264
8265         * input/test/(various): cleanup header info. 
8266
8267         * input/test/tchaikovsky.ly: remove file.
8268
8269         * scm/chord-generic-names.scm: move from
8270         double-plus-new-chord-name.scm
8271
8272         * input/test/orchestscore.ly: remove file
8273
8274         * Documentation/user/refman.itely (Vocal music): update documentation.
8275
8276         * scm/define-translator-properties.scm (chordNoteNamer): remove
8277         chordNameStyle, use chordNameFunction
8278
8279         * scm/chord-name.scm (set-chord-name-style): remove
8280         set-chord-name-style. Use \property chordNameFunction.
8281
8282 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8283
8284         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8285         music): remove @TeX{} command.
8286
8287 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8288
8289         * lilypond-indent.el (scan-sexps): Renamed to
8290         aargh-this-breaks-other-emacs-modes-scan-sexps.
8291
8292 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8293
8294         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8295         closing slurs: '()', etc. Add comments.
8296
8297         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8298
8299         * lilypond-font-lock.el: match unending string at eof.
8300
8301         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8302         
8303 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8304
8305         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8306         input/test/beam-dir.ly input/test/beam-position.ly    
8307         input/test/beam-suspect.ly input/test/beam-trend.ly    
8308         input/test/beams.ly input/test/crescendo-text.ly : deleted
8309         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8310         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8311         * input/test/default-bars.ly: moved to bar-always.ly
8312         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8313
8314 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8315
8316         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8317
8318 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8319
8320         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8321
8322 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8323
8324         * lilypond-indent.el: Match better slurs in scheme expressions.
8325         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8326
8327         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8328
8329 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8330
8331         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8332
8333         * input/ac-extra-voice.ly: Add texidoc.
8334
8335         * ly/chord-modifiers-init.ly: 
8336         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8337         and chordNameExceptionsPartial for new chord names.
8338
8339         * input/test/chord-names-dpnj.ly: 
8340         * input/test/dpncnt.ly: Update.
8341
8342         * scm/chord-name.scm: 
8343         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8344         chord selection and options.
8345
8346         * ly/chord-modifiers-init.ly: Add exceptions 
8347
8348         * scm/define-translator-properties.scm (chordNameStyle) 
8349         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8350
8351 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8352
8353         * ly/property-init.ly (germanChords): Added.
8354         (semiGermanChords): Added.
8355         
8356         * input/test/chord-names-german.ly: Use new macros
8357         
8358 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8359
8360         * lilypond-indent.el: Use similar parenthesis highlighting for 
8361         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8362         functions; removed LilyPond-show-paren-function. Fix indenting.
8363         Turn paren-matching on also in XEmacs.
8364
8365         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8366         as needed by parenthesis highlighting functions (in scan-sexp).
8367
8368 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8369
8370         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8371         function.
8372         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8373
8374 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8375
8376         * lilypond-indent.el: tune regexp for show-paren-function.
8377
8378 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8379
8380         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8381         for all LilyPond-produced tex snippets.
8382
8383         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8384         fixes one line --preview output of ly2dvi.
8385
8386 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8387
8388         * lilypond-indent.el: match only one type of slurs in
8389         LilyPond-show-paren-function.
8390
8391 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8392
8393         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8394         * debian/lilypond1.7.dirs: 
8395         * debian/lilypond1.7-doc.dirs: New file.
8396
8397         * input/regression/chord-name-exceptions.ly: Add parameter for
8398         ignatzekExceptions.  Quote hash in docstring.
8399
8400 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8401
8402         * lilypond-indent.el (show-paren-function): define show-paren-function
8403         as LilyPond-blink-matching-open and use it for closing parens.
8404         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8405
8406         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8407         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8408         LilyPond-blink-matching-paren in order to match both open and close
8409         brackets.
8410         
8411 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8412
8413         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8414         testing by modifying the code from FSF Emacs paren.el. Add comments.
8415
8416 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * input/test/dpncnt.ly: Transpose example to match new
8419         default \chords octave.  Add comment.
8420         
8421         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8422         comment about octave change.
8423
8424 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8425
8426         * input/test/[d,e]: added texinfo index tags.
8427         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8428
8429 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8430
8431         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8432
8433 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8434
8435         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8436         as in blink-matching-open.
8437
8438 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8439
8440         * input/test/[a-c]: more comments in files.
8441         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8442         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8443         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8444         mark file for proposed deletion.
8445         * input/test: renaming files:
8446         auto-beam-4-8.ly to beam-auto-4-8.ly
8447         auto-beam-override.ly to beam-auto-override.ly
8448         auto-beam.ly to beam-auto.ly
8449         blank.ly to blank-paper.ly
8450         absolute-volume.ly to dynamic-absolute-volume.ly
8451
8452 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8453
8454         * input/test/dpncnt.ly: 
8455         * input/test/chord-names-dpnj.ly: Resurrect.
8456
8457         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8458
8459         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8460
8461         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8462         Better docstring, add parameter OMIT-ROOT, tidy up.
8463
8464 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8465
8466         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8467
8468 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8469
8470         * scm/output-ascii-script.scm (as-font-alist-alist):
8471         (as-properties-to-font-name):
8472         (as-make-style-sheet): Remove.
8473
8474         * scm/font.scm (as-make-font-list): New function.
8475         (as-font-sheet-alist): New variable.
8476
8477         * ly/paper-as9-init.ly: 
8478         * ly/paper-as5-init.ly: Update.
8479
8480         * ly/paper-as5.ly:
8481         * ly/paper-as9.ly: New file.
8482
8483 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8484
8485         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8486
8487 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8488         * input/sondag-morgen/*: removed due to copyright concerns.
8489         * input/[a,b]*.ly: added a newline at the end of the texinfo
8490         doc string (produces better output in HTML version).
8491         * input/c*.ly: added texinfo index and added comments to
8492         aid in future changes to input/test/ files.
8493
8494 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8495         
8496         * Documentation/user/refman.itely: fixed build problem (missing
8497         file) caused by previous renaming.
8498
8499 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8500         
8501         * input/test/[a,b]*.ly: added texinfo index and added comments to
8502         aid in future changes to input/test/ files.
8503         * input/test/bar-number-every-5-reset.ly: renamed to
8504         bar-number-every-five-reset.ly
8505         * input/test/bar-script-visibility.ly: renamed to
8506         bar-number-show-all.ly
8507
8508 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8509
8510         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8511         to Voice.
8512
8513         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8514         out note-line and glissando functionality.
8515         
8516         * lily/line-spanner.cc (brew_molecule): cleanup.
8517
8518 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8519
8520         * scripts/as2text.scm: Use rdelim module.
8521         (start-system): Rename from start-line.
8522         (stop-system): Rename from stop-line.
8523         (af-gulp-file): Use string iso symbol for getenv.
8524
8525         * scm/output-ascii-script.scm: Add guile and lily modules.
8526         (font-name-alist): New variable.
8527         (draw-line): New function.
8528
8529         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8530         (Were these silently removed, without ChangeLog entry?)
8531
8532 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8533
8534         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8535         process 2nd ottava correctly.
8536
8537 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8538
8539         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8540
8541 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8542
8543         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8544
8545 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8546
8547         * VERSION: release 1.7.20
8548         
8549         * lily/text-spanner.cc (brew_molecule): clean up function. This
8550         fixes bugs with broken 8va spanners.
8551
8552         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8553         This prevents spurious line-breaks with raggedright
8554         
8555 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8556
8557         * lily/key-performer.cc (create_audio_elements): always use major
8558         key
8559
8560         * Documentation/user/internals.itely: updates
8561
8562         * input/regression/beam-break.ly: new file.
8563
8564         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8565         beams if starting or terminating stems have 'beaming set.)
8566
8567         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8568         property.
8569
8570         * lily/parser.yy (verbose_command_req): add comment about scales.
8571
8572 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8573
8574         * lilypond-indent.el: adjust regexps in bracket-matching.
8575
8576 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8577
8578         * Documentation/user/refman.itely: more tiny fixes
8579
8580         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8581         "Chord names"; added table with input syntax for solesmes neumes
8582         table; added some words about rationale on input syntax design
8583
8584         * lily/gregorian-ligature-engraver.cc,
8585         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8586         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8587         alignment of Pes Initio Debilis
8588
8589         * Documentation/user/refman.itely,
8590         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8591         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8592         bugs in the solesmes neumes table
8593
8594 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8595
8596         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8597         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8598
8599         * lilypond-mode.el: fix tag-score. small improvements.
8600
8601 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8602
8603         * .cvsignore: Add aclocal.m4.
8604
8605         * lily/music-constructor.cc: Include <assert.h>.
8606
8607 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8608
8609         * ly/engraver-init.ly (HaraKiriStaffContext): use
8610         RemoveEmptyStaffContext instead.
8611
8612         * Documentation/user/refman.itely: updates
8613
8614 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8615
8616         * Documentation/user/refman.itely: added solesmes neumes table;
8617         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8618         bugfix: "Ornaments" -> "Articulations"
8619
8620         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8621
8622 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8623
8624         * lilypond-indent.el: Add a message about trying to match \] or \).
8625         
8626 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8627         
8628         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8629         obsolete "arithmetic_*"
8630
8631         * input/bugs/ligatures.ly: removed (will be put into a different
8632         directory later)
8633
8634 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8635
8636         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8637         libkpathsea (Maurizio Tomasi).
8638
8639 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8640
8641         * input/regression/repeat-slash.ly (texidoc): new file
8642
8643         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8644         slash repeats separately. Slash repeats and %
8645         repeats can now be nested.
8646
8647 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8648
8649         * lilypond-indent.el: Add preliminary test for closing \] and \).
8650         
8651 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8652
8653         * lily/gregorian-ligature-engraver.cc,
8654         lily/vaticana-ligature-engraver.cc,
8655         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8656         mf/parmesan-heads.mf: various semivocalis related bugfixes
8657
8658         * input/bugs/ligatures.ly: new file demonstrating problems with
8659         ligatures
8660         
8661 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8662
8663         * lilypond-mode.el,
8664         lilypond-font-lock.el,
8665         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8666
8667 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8668
8669         * lilypond-mode.el: Remove outdated code. Stress the difference 
8670         between Emacs and XEmacs definitions.
8671
8672         * lilypond-mode.el,
8673         lilypond-indent.el: Define a function interactive only when necessary.
8674
8675 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8676
8677         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8678         Use inactive regions also in XEmacs.
8679
8680 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8681
8682         * Documentation/user/refman.itely (Repeat syntax): more updates
8683
8684         * lily/simple-spacer.cc (solve): move solution process into
8685         solve(). This fixes a bug with collisions and raggedright = ##t.
8686  
8687         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8688
8689         * ly/engraver-init.ly: remove GraceContext. Update examples.
8690
8691 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8692
8693         * GNUmakefile.in (fonts): Also make fontball.
8694
8695         * Website fixes:
8696
8697         * ly/engraver-init.ly (GraceContext): Add.
8698
8699         * run:
8700
8701             convert-ly $(find . -name *.ly)
8702
8703         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8704         new chords.
8705
8706 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8707
8708         * VERSION: 1.7.19 released
8709         
8710         * scm/music-functions.scm (set-octavation): new function.
8711
8712         * input/regression/ottava.ly: new file
8713
8714         * lily/translator-scheme.cc (LY_DEFINE): new function
8715         ly:unset-context-property
8716         (LY_DEFINE) new function ly:context-property-where-defined: 
8717
8718 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8719
8720         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8721
8722         * lilypond.words: add few.
8723
8724         * input/test/script-chart.ly: fix typo.
8725
8726 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8727
8728         * scm/define-grobs.scm: uniform naming for definitions and output
8729         routine files. 
8730
8731         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8732         scm/context-description.scm
8733
8734         * lily/parser.yy (translator_spec_body): add \description to the
8735         \translator{} body syntax.
8736
8737         * lily/ottava-engraver.cc: new file.
8738
8739         * scm/chord-name.scm (natural-chord-alteration): replace old
8740         chord stuff. 
8741
8742         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8743
8744         * Documentation/user/refman.itely (Metronome marks): update doco.
8745
8746         * input/regression/markup-note.ly: new file
8747
8748         * input/regression/metronome-marking.ly: new file
8749
8750         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8751
8752         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8753         metronome marks.
8754
8755 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8756
8757         * Documentation/user/GNUmakefile: Compatibility fix for new
8758         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8759         for making binary packages; info splitting bug has been fixed.
8760
8761         * Documentation/user/refman.itely: Compile fixes.
8762
8763 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8764
8765         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8766         Count \midi -keywords also for a region.
8767
8768 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8769
8770         * lily/lookup.cc (LY_DEFINE): new function
8771
8772         * Documentation/user/tutorial.itely: updates
8773
8774 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8775
8776         * lilypond-mode.el: Allow Midi on buffer.
8777         Use only '.ly'-extension, remove '.sly' and '.fly'.
8778         Allow use of inactive regions. Invoke next Command on Master file, 
8779         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8780
8781 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8782
8783         * Documentation/user/tutorial.itely: updates.
8784
8785 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8786
8787         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8788
8789 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8790
8791         * lily/coherent-ligature-engraver.cc: fixed typo
8792
8793         * lily/coherent-ligature-engraver.cc,
8794         lily/gregorian-ligature-engraver.cc,
8795         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8796         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8797         lily/vaticana-ligature-engraver.cc,
8798         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8799         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8800         removed all ligature specific stuff from NoteHead code
8801
8802         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8803         ligatures now use regular noteheads
8804
8805         * lily/vaticana-ligature.cc: tiny code cleanups
8806
8807         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8808         space between two adjacent noteheads of the same pitch
8809
8810         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8811         description; cleanup: removed obsolete font-family settings
8812
8813 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8814
8815         * lily/coherent-ligature-engraver.cc,
8816         lily/gregorian-ligature-engraver.cc,
8817         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8818         lily/mensural-ligature-engraver.cc,
8819         lily/vaticana-ligature-engraver.cc,
8820         lily/include/gregorian-ligature-engraver.hh: updated for new
8821         Coherent_ligature_engraver; added comments that describe the basic
8822         design ideas of the ligature implementation
8823
8824         * lily/coherent-ligature-engraver.cc,
8825         lily/include/coherent-ligature-engraver.hh: new file: shared code
8826         between mensural ligatures and Gregorian chant notation ligatures
8827
8828 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8829
8830         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8831         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8832         use only two arguments in sit-for, use no arguments in
8833         read-char-exclusive, backspace is not a character (127) in XEmacs.
8834
8835         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8836
8837 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8838
8839         * lilypond-mode.el: un-commenting works after syntax-table fix.
8840
8841         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8842         group, verbose commenting for syntax table.
8843
8844         * lilypond-indent.el: add TODO for ligature slurs.
8845
8846 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8847
8848         * lilypond-mode.el: Move comments of parenthesis matching away,
8849         (blink-matching-paren-on-screen) fix blinking in Emacs.
8850
8851         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8852         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8853
8854         * lilypond-indent.el: Add TODO for parenthesis matching.
8855
8856 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8857
8858         * lilypond-mode.el: Fix XEmacs: 
8859         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8860         invoke explicitly easy-menu-add (in Emacs done automatically).
8861         
8862         * lilypond.words: Add few words from input/*/*.ly.
8863
8864 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8865
8866         * VERSION (PATCH_LEVEL): release 1.7.18
8867
8868         * scripts/lilypond-book.py: only print basename for printfilename
8869         option
8870
8871         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8872         and syntax updates.
8873
8874 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8875
8876         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8877         better parametrisation. Move fatness of bulb downward.
8878
8879         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8880         glyph names. Underscores are not allowed .ps encoding files.
8881
8882 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8883
8884         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8885         variable "packed" for packed right-ragged mode
8886
8887         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8888         unused variable ragged; fixed indentation
8889
8890         * Documentation/user/refman.itely: tiny cleanups in ancient
8891         clef and custos section
8892
8893 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8894
8895         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8896         \applyoutput PROCEDURE
8897
8898         * lily/my-lily-lexer.cc: add \applyoutput.
8899
8900         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8901
8902         * lily/text-item.cc: clean text-interface description
8903
8904 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8905
8906         * input/{regression,test}/: use postfix for slur endings and beam
8907         begins.
8908
8909         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8910         style beams too. 
8911
8912         * input/regression/lyrics-melisma-beam.ly: new file.
8913
8914         * lily/lyric-engraver.cc (process_music): change from
8915         process_acknowledged_grobs()
8916
8917         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8918         functions to set and revert auto-beam settings.
8919
8920 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8921
8922         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8923
8924 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8925
8926         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8927         Documentation/user/lilypond.tely: fixed some typos; updated author
8928         info
8929
8930         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8931         #"" -> #'flag-style = #'()
8932
8933         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8934         cleanup: removed dead #includes
8935
8936         * lily/gregorian-ligature-engraver.cc,
8937         lily/include/gregorian-ligature.hh,
8938         scm/grob-property-description.scm: small cleanups, small spacing
8939         fixes
8940
8941         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8942         lily/vaticana-ligature.cc,
8943         lily/include/gregorian-ligature-engraver.hh,
8944         scm/grob-property-description.scm, scm/music-types.scm:
8945         "porrectus" -> "pes or flexa"
8946
8947         * ly/engraver-init.ly, scm/grob-description.scm,
8948         scm/grob-property-description.scm: junked porrectus, now handled
8949         by ligature code
8950
8951         * scm/grob-description.scm: bugfix: added space-alist entry for
8952         breathing sign/custos
8953
8954 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8955
8956         * Another grand 2003 update.
8957         
8958         * Remove mentioning of `mudela'; There's no such thing.
8959
8960 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8961
8962         * Documentation/user/preface.itely (Preface to version 1.8): update
8963
8964         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8965
8966         * Documentation/user/converters.itely (Invoking convert-ly): revise
8967
8968         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8969
8970         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8971
8972 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8973
8974         * Documentation/user/internals.itely: more updates.
8975
8976 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8977
8978         * Documentation/user/refman.itely: revise 
8979
8980         * Documentation/user/internals.itely: revise
8981
8982         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8983
8984 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8985
8986         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8987         beautification: reformatted ancient clefs section; cleanup: small
8988         wording fixes
8989
8990 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8991
8992         * lilypond.words: added words for chant notation, sorted
8993         alphabetically through "sort lilypond.words"
8994
8995 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8996
8997         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8998         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8999         chant notation
9000
9001 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9002
9003         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9004         prevent TeX from interpreting them as long dash
9005
9006         * input/test/vaticana.ly: updated
9007
9008         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9009         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9010         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9011         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9012         fixes
9013
9014         * mf/parmesan-heads.mf: ledger endings: removed dead code
9015
9016 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9017
9018         * VERSION: 1.7.17 released
9019         
9020         * Documentation/user/GNUmakefile
9021         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9022         files too.
9023
9024         * scm/document-markup.scm: new file: document all markup
9025         functions.
9026
9027         * scm/documentation-generate.scm: rename all documentation modules
9028         to document-*.scm
9029
9030         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9031         .png
9032
9033         * input/test/divisiones.ly: added
9034
9035         * input/regression/output-property.ly: new file
9036
9037         * lily/cluster.cc: change cluster-interface to use style property
9038
9039 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9040
9041         * input/test/chord-names-german.ly: modified.
9042
9043         * scm/chords-ignatzek.scm:
9044           chord-name->german-markup: Added
9045           note-name->german-markup: Changed (now producing lowercase notenames)
9046
9047         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9048         
9049 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9050
9051         * scripts/convert-ly.py (FatalConversionError.conv):
9052         divisiominima -> divisioMinima, etc.
9053
9054         * ly/engraver-init.ly (FiguredBassContext): add
9055         Separating_line_group_engraver to Figured bass context.
9056
9057         * ly/german-chords-init.ly: remove file
9058
9059         * input/test/chord-names-german.ly (scm): new file.
9060
9061         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9062
9063         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9064         Chord_name_engraver
9065
9066         * Documentation/user/refman.itely: lots of updates.
9067
9068         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9069         new file
9070
9071         * input/test/bar-number-every-5-reset.ly: new file.
9072
9073 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9074
9075         * input/regression/chord-name-major7.ly: new file
9076
9077         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9078         if specced explicitly.
9079
9080         * input/regression/chord-name-entry-11.ly: new file.
9081
9082         * input/test/slur-beautiful.ly: new file.
9083
9084         * Documentation/user/refman.itely: updates.
9085
9086         * input/regression/collisions.ly (threevoice): cleanup.
9087
9088         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9089
9090 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9091
9092         * Documentation/user/*.itely: various updates.
9093
9094         * ly/spanners-init.ly: enddecr/ endcr.
9095
9096         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9097         of tutorial
9098
9099 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9100
9101         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9102
9103         * lily/new-chord-name-engraver.cc (process_music): use octavation
9104         (a number) instead of original-pitch to store inversions. This
9105         fixes a problem with transposed chords with inversions.  
9106
9107 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9108
9109         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9110         used in includable-lexer.hh.
9111
9112         * lily/includable-lexer.cc: Bugfix: include config.h.
9113
9114         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9115         circumvention of Debian packaging bug.
9116
9117 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9118
9119         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9120         
9121         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9122
9123         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9124         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9125
9126         * lily/include/includable-lexer.hh: 
9127         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9128
9129         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9130
9131         * aclocal.m4: Regenerate.
9132
9133         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9134         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9135
9136         * scm/pdf.scm (use-modules): Include lily.
9137
9138         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9139         Noordkamp).
9140         (use-modules): Include lily.
9141         (lily-def): Bugfix: include tex-val in let.
9142
9143 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9144
9145         * lilypond-mode.el: sensible error if lilypond.words not found.
9146
9147         * lilypond.words: add few words.
9148
9149 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9150
9151         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9152
9153         * mf/parmesan-scripts.mf: fixed typo in char name
9154
9155 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9156
9157         * VERSION: 1.7.16 released
9158
9159         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9160         (this is a security vulnerability).
9161
9162         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9163
9164         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9165         add staff support.
9166
9167 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9168
9169         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9170         ly/script-init.ly, scm/script.scm: bugfix: renamed
9171         fermata->signumcongruentiae to fix naming clash with feta font
9172
9173 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9174
9175         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9176
9177         * lily/multi-measure-rest-engraver.cc
9178         (start_translation_timestep): use grace timing too for determining
9179         when to make mmrest.
9180         (start_translation_timestep): clear numbers too.
9181
9182 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9183
9184         * scm/music-types.scm: compile fix: escape braces
9185
9186         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9187         work around font selection problem
9188
9189         * Documentation/user/refman.itely: BreathingSign: added docu for
9190         property "text"
9191
9192 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9193
9194         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9195         information.
9196
9197 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9198
9199         * lily/multi-measure-rest-engraver.cc (class
9200         Multi_measure_rest_engraver): make multiple Number objects, one
9201         for each MultiMeasureTextEvent.
9202
9203         * scm/music-functions.scm (glue-mm-rest-texts): use
9204         MultiMeasureTextEvent
9205
9206         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9207
9208         * Documentation/user/refman.itely (Multi measure rests): update.
9209
9210 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9211
9212         * lily/ly-module.cc (ly_copy_module_variables): use
9213         scm_internal_hash_fold() for iterating modules.
9214
9215 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9216
9217         * Documentation/user/refman.itely: Section Custodes: added more
9218         example code
9219
9220         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9221         neo-mensural rests to parmesan font
9222
9223         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9224         header
9225
9226 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9227
9228         * Documentation/user/macros.itexi: @fileref macro.
9229
9230         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9231         each file. 
9232
9233 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9234
9235         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9236         Documentation/topdocs/AUTHORS.texi: updated my email address
9237
9238         * Documentation/user/refman.itely: updated custos documentation;
9239         beautified divisiones example; beautified articulations table
9240
9241         * lily/breathing-sign.cc: bugfix: finalis molecule
9242
9243 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9244
9245         * Documentation/user/refman.itely: added docu for
9246         contemporary fermata symbols, gregorian breathing signs; small fixes
9247
9248         * ly/gregorian-init.ly: removed obsolete #'type props
9249
9250 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9251
9252         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9253         minimum-length property correctly.
9254
9255 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9256
9257         * scm/music-functions.scm (make-multi-measure-rest): set input
9258         locations for multimeasure rests.
9259
9260 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9261
9262         * input/regression/breathing-sign.ly: updated to for ancient
9263         notation
9264
9265 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9266
9267         * scripts/ly2dvi.py: Add newline.
9268
9269 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9270
9271         * scripts/ly2dvi.py (dependency_files): Compile fix.
9272
9273 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9274
9275         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9276         (make_html_menu_file): --html menu. 
9277
9278 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9279
9280         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9281
9282 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9283
9284         * input/screech-boink.ly: new file.
9285
9286 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9287
9288         * scripts/lilypond-book.py (make_lilypond_file): convert
9289         lilypond-file to lilypond block directly, without going through
9290         begin/end lilypond text.
9291         
9292
9293 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9294
9295         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9296         scm/grob-description.scm: moved Michael's original breathing sign
9297         code in brew_molecule() to divisio_minima(); provided new
9298         brew_molecule() that effectively replaces the
9299         Text_item::brew_molecule callback (with additional fallback to
9300         Michael's original code); added callbacks for brewing divisio
9301         maior/maxima and finalis
9302
9303         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9304         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9305
9306         * script-init.ly: added shortfermata, longfermata,
9307         verylongfermata, varcoda
9308
9309         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9310         longfermata, verylongfermata, varcomma, varcoda
9311
9312 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9313
9314         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9315           Remove all noquote and insert a few quote.
9316         
9317         * Documentation/user/lilypond-book.itely (Music fragment options),
9318           scripts/lilypond-book.py: Don't include quotation blocks by
9319           default. Introduce option quote instead of noquote
9320
9321 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9322
9323         * VERSION: 1.7.15 released
9324         
9325         * Documentation/user/lilypond.tely: omf updates.
9326
9327         * buildscripts/texi2omf.py (omf_vars): include version.date
9328
9329         * make/lilypond.redhat.spec.in: fixes for spec file. 
9330
9331         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9332         by function definition: lily now requires a recent GNU Make.
9333
9334         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9335         writing.
9336
9337         * make/ly-rules.make: remove .ly -> .tex rule
9338
9339         * Documentation/user/refman.itely (Figured bass): revised figured
9340         bass example.
9341
9342 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * stepmake/stepmake/omf-targets.make (local-install): add
9345         scrollkeeper-update message.
9346
9347         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9348         to binary.
9349         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9350
9351         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9352
9353         * Documentation/user/converters.itely (Invoking midi2ly): add
9354         track/channel notice.
9355
9356 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9357
9358         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9359
9360         * lily/parser.yy (scalar): DIGIT is also a scalar.
9361
9362         * Documentation/user/music-glossary.tely: add @omf tags
9363
9364         * Documentation/user/lilypond.tely: add @omf tags
9365
9366         * scm/generate-documentation.scm (string-append): add @omf tags.
9367
9368         * stepmake/stepmake/omf-*: new files 
9369
9370         * input/regression/multi-measure-rest.ly (texidoc): add doco
9371
9372         * GNUmakefile.in (web-doc-install): add web-doc-install target
9373
9374         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9375         fixes crashes while dumping MIDI.
9376
9377         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9378         midi
9379
9380 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9381
9382         * buildscripts/texi2omf.py: new file.
9383
9384         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9385         font-name
9386
9387 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9388
9389         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9390
9391         * lily/sequential-iterator.cc (descend_to_child): call
9392         descend_to_child() for all types of music.
9393
9394 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9395
9396         * scm/translator-property-description.scm: Add
9397         bassFigureFormatFunction.  Replace some entries.
9398
9399 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9400
9401         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9402         clean out.
9403
9404 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9405
9406         * scripts/midi2ly.py (Note.dump): never dump duration for
9407         dump_dur=0.
9408
9409         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9410         new function
9411
9412         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9413         figures using new markups. Much simpler, and should improve layout
9414         a little.
9415
9416         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9417
9418 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9419
9420         * ly/engraver-init.ly: use Hara kiri by default for 
9421         ChordNames, FiguredBass and Lyrics(Voice) context. 
9422
9423         * lily/axis-group-engraver.cc (acknowledge_grob): use
9424         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9425
9426         * scm/new-markup.scm (markup-function-list): add bracket,
9427         vbracket.
9428
9429         * ly/engraver-init.ly (ChordNamesContext): set
9430         minimumVerticalExtent
9431
9432 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9433
9434         * input/test/time-signature-double.ly: new file 
9435
9436         * input/regression/collision-head-chords.ly (texidoc): new file.
9437
9438         * lily/type-swallow-translator.cc: add note swallow translator 
9439
9440         * input/test/time-signature-double.ly: new file.
9441
9442         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9443
9444         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9445         (FiguredBassContext): idem.
9446
9447         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9448
9449         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9450
9451         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9452
9453         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9454         .afm dependency
9455
9456         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9457
9458         * python/lilylib.py (make_page_images): add function.
9459
9460         * scripts/ly2dvi.py (run_latex): include title in preview image.
9461
9462         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9463         from lilypond-book for <ly2dvifile> tags in HTML.
9464
9465         * scripts/ly2dvi.py (option_definitions): add --debug option to
9466         print out environment.
9467
9468         * input/regression/tie-chord-partial.ly: new file.
9469
9470 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9471
9472         * lilypond.words: add 3
9473
9474 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9475
9476         * scm/new-markup.scm (markup-function-list): add finger-markup
9477
9478         * input/tutorial/brahms-tweaked.ly: new markup 
9479
9480         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9481
9482         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9483         crash when processing '() markup
9484
9485         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9486
9487         * lily/breathing-sign.cc (railtracks): another caesura.
9488
9489         * mf/feta-schrift.mf: caesura symbol. 
9490
9491 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9492
9493         * scripts/convert-ly.py (FatalConversionError.conv): add
9494         ly:molecule-XXX conversions.
9495
9496         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9497
9498         * input/regression/multi-measure-rest-text.ly: new file.
9499
9500         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9501         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9502
9503         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9504         ScoreContext
9505
9506         * scm/new-markup.scm (center-markup): \center markup.
9507
9508         * scm/music-functions.scm: remove pitchify scripts.
9509
9510         * lily/music.cc (print_smob): display music name if available 
9511
9512 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9513
9514         * Documentation/user/refman.itely (Instrument names): remove
9515         \turnOff doco.
9516
9517 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9518
9519         * lily/score.cc (mark_smob): bugfix.
9520
9521         * input/regression/rehearsal-mark.ly: new file.
9522
9523         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9524         report error at the current token again.
9525
9526 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9527
9528         * cygwin/mknetrel: Exit if doc build fails.
9529
9530         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9531
9532 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9533
9534         * scm/music-types.scm (music-descriptions): add doc strings
9535
9536 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9537
9538         * lily/lexer.ll: 
9539         * lily/include/my-lily-lexer.hh: 
9540         * lily/include/includable-lexer.hh: Add flex kludge.
9541
9542         * config.hh.in: 
9543         * config.make.in: 
9544         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9545         cruft.
9546         
9547         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9548         code.
9549
9550 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9551
9552         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9553
9554         * lily/parser.yy (new_chord): Compile fix.
9555
9556 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9557
9558         * Documentation/user/refman.itely (Tuning groups of objects):
9559         remove documentation for \turnOff. 
9560
9561         * lily/percent-repeat-engraver.cc (try_music): add correct
9562         processing moments for double-measure percents as well.
9563
9564         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9565
9566         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9567         grob prop type. 
9568
9569         * Documentation/user/refman.itely (Printing named chords): add
9570         chord name tweak doco.
9571
9572         * input/template/gregorian-transcription.ly: new file.
9573
9574 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9575
9576         * VERSION: 1.7.13 released
9577         
9578         * input/test/*: lots of cleanups/comment-outs/removals in chord
9579         examples
9580         
9581         * input/regression/*: lots of cleanups/comment-outs/removals in
9582         chord examples
9583         
9584         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9585         options
9586
9587         * lily/new-chord-name-engraver.cc (process_music): give original
9588         inversion pitch to chord name routine.
9589
9590         * input/tutorial/os-score.ly: update to new markup
9591
9592         * Documentation/user/appendices.itely: simply include
9593         chords-ignatzek. 
9594
9595         * Documentation/user/refman.itely (Chords mode): add documentation
9596         for chord mode.
9597
9598         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9599         not present in chord.
9600         (construct-chord): add inversion and bass support.
9601
9602         * lily/chord.cc: junk contents.
9603
9604 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9605
9606         * Documentation/user/refman.itely:
9607         * Documentation/user/music-glossary.tely: fix. 
9608
9609 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9610
9611         * scm/chord-entry.scm (construct-chord): move chord construction
9612         to Scheme.
9613
9614         * lily/parser.yy (new_chord): new setup for chord entry.
9615
9616 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9617
9618         * lilypond.words:
9619         * Documentation/user/music-glossary.tely: add ambitus.
9620
9621 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9622
9623         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9624
9625         * lily/include/*.hh: string() -> to_string()
9626
9627         * scm/chords-ignatzek.scm: new file.
9628
9629         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9630         standard chord name exceptions.
9631
9632         * scm/translator-property-description.scm (chordNameSeparator):
9633         add property.
9634         (majorSevenSymbol): add property
9635
9636         * lily/translator-scheme.cc (ly:context-properties): new function
9637         (ly:context-parent): new function.
9638         (print_smob): print context name.
9639
9640         * lily/music.cc (ly:get-music-length): new function
9641         (print_smob): don't print properties.
9642
9643         * lily/duration.cc (duration<?): new function
9644
9645         * input/regression/chords-funky-ignatzek.ly: new file.
9646
9647         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9648         jazz chords.
9649
9650         * lily/pitch.cc (ly:pitch-diff): new function.
9651
9652         * input/regression/chords-ignatzek.ly: new file.
9653
9654 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9655
9656         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9657         pitches for jazz chords.
9658
9659 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9660
9661         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9662
9663 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9664
9665         * lilypond.words: add 1
9666
9667 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9668
9669         * Documentation/topdocs/AUTHORS.texi: refine.
9670
9671 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9672
9673         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9674         
9675         * lilypond.words: add one.
9676
9677 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9678
9679         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9680         Fontify bass note in chords, e.g., e in c1/e.
9681         
9682 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9683
9684         * Documentation/user/music-glossary.tely: Dutch updates and
9685         additions (Arent Storm).
9686
9687 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9688
9689         * input/regression/ambitus.ly:  move file.      
9690
9691         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9692
9693         * lily/event.cc (transpose): add tonic property to Key_change_req
9694         and to Key_engraver.
9695
9696 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9697
9698         * Documentation/user/refman.itely: fix typo.
9699
9700         * lilypond.words: removed wrong identifiers.
9701
9702 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9703
9704         * mf/feta-toevallig.mf: make flat stem shorter 
9705
9706 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9707
9708         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9709
9710         * lilypond.words: add from Phrasing slur.
9711         
9712 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9713
9714         * lilypond-mode.el: allow launching multiple ViewPS processes.
9715         
9716         * lilypond.words: add from Text markup.
9717
9718 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9719
9720         * input/test/ossia.ly (texidoc): add comment.
9721
9722         * input/regression/voice-follower.ly: new file.
9723
9724         * mf/feta-toevallig.mf: make flat heavier.
9725
9726         * lily/cluster-engraver.cc: clean up Cluster engraver
9727
9728         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9729         Engraver. Use Note_column to compute Y positions and deal with
9730         line break stuff.
9731
9732 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9733
9734         * lily/stem.cc: move french-beaming to stem.
9735
9736 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9737
9738         * lilypond-font-lock.el: fontify all durations in chords.
9739
9740         * lilypond.words: add from lily/my-lily-lexer.cc
9741
9742 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9743
9744         * VERSION: release 1.7.12
9745
9746         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9747
9748         * lily/gregorian-ligature.cc: new file
9749
9750         * lily/*: the Great 2003 search & replace.
9751
9752         * Documentation/user/refman.itely (Manual repeat commands): add
9753         note about font selection.
9754
9755 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9756
9757         * lilypond-mode.el: propose recompiling midi while invoking playing,
9758         not while stopping playing.
9759
9760 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9761
9762         * lilypond.words: add one.
9763
9764         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9765         and expressional note grouping. Fontify chord modes.
9766
9767 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9768
9769         * Documentation/user/music-glossary.tely (Top): translate melisma.
9770
9771 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9772
9773         * Documentation/user/music-glossary.tely (Top): add melisma.
9774
9775 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9776
9777         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9778         interfaces for (abstract) grob GregorianLigature
9779
9780         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9781         renamed head* -> glyph_name*, x-shift* -> x-offset*
9782
9783         * scm/grob-property-description.scm: bugfix: added missing descriptions
9784
9785 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9786
9787         * input/test/chord-names-dpnj.ly: New file.
9788
9789         * scm/double-plus-new-chord-name.scm: Implement full and partial
9790         exceptions.
9791
9792         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9793
9794         * scm/double-plus-new-chord-name.scm
9795         (double-plus-new-chord->markup): Fix sub->markup.
9796
9797
9798 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9799
9800         * lily/custos-engraver.cc: added TODO; editorial changes
9801
9802         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9803         consistency with other ligature engravers; removed access on (now)
9804         private variable _ligature of Ligature_engraver
9805
9806         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9807         renamed last_bound -> last_bound_; issue programming_error on
9808         abstract method calls; moved primitives code from
9809         Mensural_bracket_engraver to here (because almost ligature
9810         engravers will need it); renamed try_stop_ligature () ->
9811         typeset_ligature (); bugfix: store primitives of finished ligature
9812         in separate variable finished_primitives_ to avoid clash on input
9813         like "\] \["; added current_ligature () to enable access on
9814         private variable _ligature
9815
9816         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9817         (now in super class); renamed try_stop_ligature () ->
9818         typeset_ligature ()
9819
9820         * lily/mensural-ligature.cc: issue programming_error on abstract
9821         method calls
9822
9823         * lily/note-heads-engraver.cc: added TODO comment upon bool
9824         in_ligature
9825
9826         * mf/parmesan-heads.mf: fixed some of set_char_box()
9827
9828         * scm/grob-description.scm: added VaticanaLigature
9829
9830         * scm/grob-property-description.scm: added neume prefix properties
9831
9832         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9833         lily/include/gregorian-ligature-engraver.hh,
9834         lily/include/gregorian-ligature.hh: new files; framework for
9835         gregorian ligature engravers such as vaticana
9836
9837         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9838         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9839         vaticana style ligature implementation (still somewhat uncomplete)
9840
9841 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9842
9843         * VERSION: release 1.7.11
9844
9845         * scripts/convert-ly.py: add ly:pitch-transpose rule
9846
9847 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9848
9849         * input/test/dpncnt.ly: New file.
9850
9851         * lily/my-lily-lexer.cc: Add chordnames keyword.
9852
9853         * lily/parser.yy (chordnames_block): Parse chord name exception
9854         lists, see input/test/dpncnt.ly.
9855
9856         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9857         function.
9858
9859         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9860         filter-out too.
9861
9862         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9863         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9864         pitch functions (except for ly:make-pitch, but that's apparently
9865         some sort of scheme naming standard?).
9866
9867         * scm/lily.scm (!=): define-public.
9868
9869         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9870
9871 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9872
9873         * scm/double-plus-new-chord-name.scm
9874         (double-plus-new-chord-name->markup): New file.
9875
9876 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9877
9878         * python/lilylib.py (make_preview): don't suppress progress for
9879         bbox extraction.
9880
9881 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9882
9883         * Documentation/user/appendices.itely (scheme): update for new syntax.
9884
9885         * input/regression/chord-name-styles.ly: new file
9886
9887         * lily/instrument-name-engraver.cc: create instrument names
9888         without barline too.  Allows instrument name on ChordNames  
9889
9890         * scm/new-markup.scm (interpret-markup): allow simple strings as
9891         markup too.
9892
9893 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9894
9895         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9896         (step->markup-accidental): Fix: add accidental.
9897         (chord::inner-name-american): 
9898         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9899         append stray '/' if last superscript addition was 'o'.
9900
9901         * scm/new-markup.scm (normal-size-sub-markup) 
9902         (normal-size-super-markup): New function.
9903
9904         * lily/source-file.cc (Source_file): Add warning for possibly
9905         intentional but suspicious initialization.
9906
9907         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9908         add comments about cut-and-paste programming.
9909
9910         * flower/rational.cc (lcm): Not used; comment out.
9911
9912 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9913
9914         * lily/new-fingering-engraver.cc (position_scripts): use
9915         fingerHorizontalDirection to determine fingering horizontal
9916         directions.
9917  
9918         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9919         fingering support.
9920
9921         * scripts/convert-ly.py (FatalConversionError.conv): add style
9922         conversion rule. 
9923
9924         * scm/chord-name.scm (set-chord-name-style): new function.
9925         (new-chord-name-brew-molecule): revise to interpret markup only
9926         (new-chord->markup): cleanuppish rewrite. To be called from the
9927         new engraver.
9928
9929         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9930         Markup earlier, during interpreting.
9931
9932         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9933         style settings. Rename to chord-names-*.ly
9934
9935 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9936
9937         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9938         markup code and update to new markup.  Most probably broke some of
9939         it.
9940         
9941 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9942
9943         * Documentation/user/refman.itely: added docu for ambitus and
9944         clusters
9945
9946         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9947         ly_quote_scm() in lookup.cc
9948
9949         * mf/parmesan-clefs.mf: set_char_box fix
9950
9951         * lily/cluster-engraver.cc: junk implicit protection; use
9952         Protected_scm instead
9953
9954 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9955
9956         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9957         throughout.
9958
9959         * scm/new-markup.scm: Turn-off error-triggering test code.
9960
9961 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * scm/new-markup.scm (markup-thrower-typecheck) 
9964         (markup-typecheck?):  add full typechecking functions.
9965         (make-markup-maker): add make-FOO-markup functions.
9966         (markup-argument-list-error): nice error checking messages.
9967         (make-markup): better function: less quoting escapades.
9968
9969 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9970
9971         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9972
9973 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9974
9975         * cygwin/lilypond.hint (requires): Add cygwin.
9976
9977         * .cvsignore: Remove stepmake (huh!?!), add lib.
9978
9979         * GNUmakefile.in: Add libdir links for builddir runs.
9980
9981         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9982         instead of datadir.
9983
9984         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9985         local_lilypond_libdir.
9986
9987         * config.make.in (lilypond_libdir): Add.
9988
9989         * stepmake/stepmake/substitute-rules.make: 
9990         * stepmake/stepmake/script-rules.make: 
9991         * stepmake/stepmake/python-module-rules.make:
9992         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9993         lilypond-python-module patch.
9994
9995 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9996
9997         * Documentation/user/refman.itely (Graphical interfaces): add note
9998         about xml2ly.
9999
10000 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10001
10002         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10003
10004 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10005
10006         * VERSION: released 1.7.10
10007
10008         * scripts/musedata2ly.py (): idem
10009
10010         * scripts/midi2ly.py (dump_chord): idem
10011
10012         * scripts/etf2ly.py (version): idem 
10013
10014         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10015
10016         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10017
10018         * scm/tex.scm (tex-output-expression): remove eval compat
10019         glut. Other output files too.
10020
10021         * scm/chord-name.scm: don't export anything from chord module.
10022
10023         * input/test/american-chords.ly: idem
10024
10025         * input/test/banter-chords.ly (texidoc): idem
10026
10027         * input/test/Cc-chords.ly: add breakage notes.
10028
10029         * Documentation/user/refman.itely (Text markup): rewrite manual
10030         section.
10031
10032         * lily/parser.yy (scalar): allow \markup { } as property value. 
10033
10034         * scm/chord-name.scm: complete new markup usage
10035
10036         * scm/grob-description.scm (all-grob-descriptions): use new markup
10037         texts by default
10038
10039 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10040
10041         * scm/chord-name.scm: partial move to new markup texts.
10042
10043 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10044
10045         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10046
10047         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10048         settable.
10049
10050 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10051
10052         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10053         invoked for old midi, wait for killing.
10054
10055 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10056
10057         * Documentation/user/music-glossary.tely: Finnishing.
10058
10059 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10060
10061         * mf/feta-nummer-code.mf: some kerning pairs.
10062
10063 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10064
10065         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10066         Added.
10067
10068         * Documentation/user/refman.itely (Bar numbers):
10069         set-bar-number-visibility added, modulo-bar-number removed again
10070         (sorry).
10071
10072 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10073
10074         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10075
10076         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10077
10078         * Documentation/user/music-glossary.tely: translate into Finnish.
10079
10080 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10081
10082         * lilypond-mode.el: add shortcut for 2midi
10083
10084         * lilypond-font-lock.el: fontify lyrics
10085
10086 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10087
10088         * scm/drums.scm : use 1.7.x names.
10089
10090         * input/regression/drums.ly : Don't use << chords >>
10091
10092 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10093
10094         * lilypond-mode.el: tidy, add TODO
10095
10096         * make/lilypond.mandrake.spec.in: install-info quietly.
10097
10098 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10099
10100         * input/test/markup.ly: use new syntax.
10101
10102 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10103
10104         * ly/params-init.ly (interscoreline): add word-space
10105
10106         * input/test/metronome.ly (eighthNote): idem.
10107
10108         * input/test/script-priority.ly: use new markup
10109
10110         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10111
10112         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10113
10114         * lily/parser.yy (gen_text_def): bugfix.
10115         (full_markup): allow markup identifier.
10116
10117 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10118
10119         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10120         jobs at the same time. Add horizontal lines to Command menu.
10121         Allow one compiling job -- propose killing others before a new one.
10122
10123         * lilypond.words: add markup, teeny, etc.
10124
10125 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10126
10127         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10128         Allow only one type of midi process; launching Midi either stops
10129         midis or plays the current midi and launching MidiAll stops midis
10130         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10131         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10132
10133 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10134
10135         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10136         markup  for new markup texts.
10137
10138         * lily/mark-engraver.cc (process_music): idem
10139         
10140         * lily/instrument-name-engraver.cc (create_text): idem
10141
10142         * scm/new-markup.scm (magnify-markup): new function.
10143
10144         * scm/molecule.scm (stack-lines): bugfix.
10145
10146         * lily/font-interface.cc (get_font): take font-magnification from
10147         alist chain.
10148
10149 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10150
10151         * lily/molecule-scheme.cc: move scheme functions to separate file.
10152
10153         * lily/font-metric.cc  (ly_get_glyph): new function. 
10154         
10155         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10156         (italic-markup, dynamic-markup): new functions
10157         (font-markup): new function
10158
10159         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10160         padding and minimum
10161
10162 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10163
10164         * lily/accidental-engraver.cc:
10165         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10166
10167 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10168
10169         * lilypond.vim:
10170         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10171         [a-zA-Z] for user defined identifiers. Separate note cases 
10172         with and without a duration (allow cis\longaX).
10173
10174         * lilypond.words: Add words from Info.
10175
10176 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10177
10178         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10179
10180 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10181
10182         * lilypond-mode.el: Propose reverting buffer before a command if
10183         it was edited with an another editor.
10184
10185 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10186
10187         * lily/molecule.cc (ly_translate_molecule): new function
10188
10189         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10190         into libdir
10191
10192         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10193
10194         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10195
10196 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10197
10198         * lilypond.words: take \words from Info-index.
10199
10200 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10201
10202         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10203
10204 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10205
10206         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10207
10208 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10209
10210         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10211         and lilypond-documentation.
10212
10213 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10214
10215         * lily/parser.yy: Compile fix (bison 1.75).
10216
10217 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10218
10219         * VERSION: 1.7.9 released
10220
10221         * scm/music-functions.scm (shift-one-duration-log): refactor.
10222         Use music-map.
10223
10224         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10225
10226         * NEWS: update.
10227
10228         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10229         argument
10230         
10231         * scm/music-functions.scm (display-music): new function
10232         (music-map): change arg order.
10233
10234         * input/regression/new-markup-syntax.scm: new file
10235
10236         * lily/parser.yy (markup): add \markup { .. } syntax.
10237
10238         * scm/new-markup.scm (override-markup): new function
10239         (lookup-markup): new function
10240         (music-markup): new function
10241         (lookup-markup-command): use markup-signature to store argument
10242         format for parser.
10243
10244         * lily/lexer.ll: preliminary \markup syntax. 
10245
10246 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10247
10248         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10249         add pre/post-dependencies and menus with icons from source.
10250
10251         * Documentation/pictures/lilypond-48x48.xpm:
10252         * Documentation/pictures/lilypond-32x32.xpm:
10253         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10254         transparent.
10255
10256         * stepmake/stepmake/generic-targets.make:
10257         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10258
10259 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10260
10261         * input/regression/music-map.ly (texidoc): new file.
10262
10263         * scm/music-functions.scm (music-map): new function
10264
10265 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10266
10267         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10268
10269 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10270
10271         * input/test/to-xml.ly:
10272         * lily/ligature-engraver.cc: Fixes documentation.
10273
10274         * lilypond.mandrake.spec.in:
10275         * lilypond.redhat.spec.in: Add lilypond.words.
10276
10277         * Documentation/user/refman.itely: Mention Info inside emacs.
10278         
10279         * lilypond.suse.spec.in:
10280         * lilypond.redhat.spec.in:
10281         * lilypond.mandrake.spec.in: Set root-owner for doc
10282         (tobbe@nyvalls.se).
10283
10284 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10285
10286         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10287         os.popen.read ().
10288
10289 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10290
10291         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10292
10293         * python/lilylib.py (error): add space
10294
10295 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10296
10297         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10298         distribution.
10299
10300 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10301
10302         * lily/paper-outputter.cc (Paper_outputter): close port when
10303         finishing score.
10304
10305 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10306
10307         * scm/sodipodi.scm: Fixes.
10308
10309 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10310
10311         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10312
10313         * buildscripts/make-font-dir.py: Fix. 
10314
10315 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10316
10317         * lilypond-mode.el: Add support for Info inside Emacs.
10318
10319 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10320
10321         * buildscripts/make-font-dir.py: 
10322         * mf/GNUmakefile: Make sodipodi font map.
10323
10324         * scm/sodipodi.scm: Add more output functions.
10325
10326         * mf/feta-nummer.mf: 
10327         * mf/feta-beugel.mf: Add font_coding_scheme.
10328
10329         * lily/paper-outputter.cc (output_header): Fix creator string.
10330
10331 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10332
10333         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10334         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10335
10336         * lilypond.words: add two (Everybody can add/remove words now!).
10337
10338         * debian/rules:
10339         * make/lilypond.suse.spec.in:
10340         * make/lilypond.mandrake.spec.in:
10341         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10342
10343         * Documentation/user/refman.itely: Mention autocompletion.
10344
10345 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10346
10347         * scripts/ly2dvi.py: Add paper sizes.
10348
10349         * lily/timing-engraver.cc: 
10350         * lily/time-signature.cc: 
10351         * lily/span-bar.cc: 
10352         * lily/grob-scheme.cc: Code formatting fixes.
10353
10354         * scm/sodipodi.scm: 
10355         * scm/sketch.scm:
10356         * buildscripts/mf-to-table.py: 
10357         * buildscripts/make-font-dir.py: Font testing.
10358
10359 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10360
10361         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10362         inserts try-completion and shows all-completions.
10363
10364         * lilypond.words: '\' -> '\\'
10365
10366         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10367         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10368         
10369         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10370         and LilyPond-reserved-words.
10371         
10372 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10373
10374         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10375         from load-path.
10376         
10377         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10378         the mini-buffer with Control-Shift-c.
10379         
10380 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10381
10382         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10383         duration. This fixes \tempo taking time.
10384
10385 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10386
10387         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10388         Allow for text markup in repeatCommands. 
10389
10390 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10391
10392         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10393         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10394         Get rid of skeleton.el-dependency.
10395
10396         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10397
10398 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10399
10400         * lily/beam-engraver.cc (stop_translation_timestep): reset
10401         now_stop_ev_
10402
10403         * lily/scm-option.cc: add parse-protect to ly:set-option
10404
10405         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10406
10407 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10408
10409         * lily/include/ligature-bracket.hh: removed
10410         * lily/ligature-bracket.cc: removed
10411
10412         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10413         .tex
10414
10415         * lily/beam.cc (set_beaming): don't change beam count on rests.
10416         (brew_molecule): always set flag-width > 0.
10417
10418 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10419
10420         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10421         chars, remove instructions; instead, refer to lilypond-init.el and
10422         Documentation/topdocs/INSTALL.texi.
10423
10424         * lilypond.words: add identifiers and reserved words.
10425
10426         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10427         files and adding a load-path.
10428
10429         * lilypond-init.el: Instructions, extracted from 
10430         Documentation/topdocs/INSTALL.texi. 
10431         
10432 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10433
10434         * VERSION: 1.7.8 released 
10435
10436         * lily/grob.cc (warning): better robustness fix.
10437
10438 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10439
10440         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10441
10442         * lily/cluster-engraver.cc: stick better to variable naming
10443         conventions
10444
10445         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10446         until stop_translation_timestep()
10447
10448         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10449         min/max coordinates to backend, but no musical info such as
10450         pitches
10451
10452         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10453
10454         * lily/grob.cc: robustness fix: warning(): do not crash if
10455         cause is not set
10456
10457         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10458         the much more elaborated tuplet brackets than the very naive and
10459         simple ligature bracket grob
10460
10461 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10462
10463         * Documentation/user/refman.itely (Analysis brackets): add
10464         horizontal bracket doco.
10465
10466         * ly/property-init.ly (setMmRestFermata): added.
10467
10468         * Documentation/user/refman.itely (Multi measure rests): fermatas
10469         on mm rests.
10470
10471         * input/regression/apply-context.ly (texidoc): new file
10472
10473         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10474         code to be executed during interpretation. Possible applications:
10475         smart octavation, more advanced bar checks. 
10476
10477         * lily/apply-context-iterator.cc: new file.
10478
10479 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10480
10481         * input/test/new-markup.ly: new file.
10482
10483         * lily/text-item.cc (text_to_molecule): new function
10484
10485         * scm/new-markup.scm (lambda): new file
10486
10487         * lily/function-documentation.cc (ly_add_function_documentation):
10488         add proc property as well
10489
10490 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10491
10492         * Documentation/user/music-glossary.tely (Top): add custos.
10493
10494 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10495
10496         * Documentation/topdocs/INSTALL.texi: advise how to include source
10497         path to Emacs load-path and improve language.
10498
10499 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10500
10501         * GNUmakefile.in: config.h message fix.
10502
10503         * autogen.sh:
10504         * aclocal.m4: Regenerate.
10505
10506         * configure.in: 
10507         * config.make.in: 
10508         * stepmake/config.make.in: 
10509         * stepmake/configure.in: 
10510         * stepmake/autogen.sh: 
10511         * stepmake/aclocal.m4: Update for autoconf 2.56.
10512
10513 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10514
10515         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10516         to install Emacs-mode. Instructions how to use vim-mode.
10517
10518 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10519
10520         * scm/music-types.scm (music-descriptions): no length for tempo event.
10521
10522         * input/*.ly: add \version everywhere.
10523         
10524         * input/*.ly: update syntax to 1.7 + new-chords.
10525
10526         * VERSION: 1.7.7 released.
10527         
10528         * Documentation/user/*.tely: new chord syntax.
10529
10530         * input/regression/[bc]*.ly (texidoc): syntax updates.
10531         
10532 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10533
10534         * lilypond.words: add vocabulary to be used in auto-completion
10535
10536         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10537
10538         * lilypond.vim: allow note name at EOF
10539
10540 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10541
10542         * buildscripts/new-chords.py (edit): -e option: inline editing.
10543
10544         * input/regression/a*.ly (texidoc): syntax updates.
10545
10546         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10547         music): elucidations. 
10548
10549 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10550
10551         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10552         ly/spanners-init.ly, scm/grob-description.scm,
10553         scm/grob-property-description.scm, scm/music-types.scm,
10554         lily/cluster-engraver.cc, lily/cluster.cc,
10555         lily/include/cluster.hh, input/test/cluster.ly: cluster
10556         implementation
10557
10558         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10559         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10560         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10561
10562         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10563
10564         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10565
10566         * scm/grob-description.scm: bugfix: by default, use default note
10567         head style when engraving ligatures
10568
10569         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10570
10571         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10572         events
10573
10574         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10575
10576         * input/test/ancient-font.ly: bugfix: style -> flag-style
10577
10578         * lily/ligature-engraver.cc: indentation fix
10579
10580         * lily/parser.yy: indentation fixes
10581         
10582 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10583
10584         * input/regression/measure-grouping.ly: more elaborate example.
10585
10586         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10587         ly:div-moment. New functions 
10588
10589         * scm/music-functions.scm (set-time-signature): new function,
10590         allow inline time sig settings with measure grouping.
10591
10592         * lily/parser.yy (command_element): move time sig construction
10593         into Scheme.
10594
10595         * lily/side-position-interface.cc (out_of_staff): new function,
10596         like padding, but keep minimum distance from staff. Easier than
10597         linespanners (dynamics, pedals), but roughly the same effect.
10598
10599 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10600
10601         * emacs-mode.el: Added spanish-note-replacements 
10602         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10603
10604         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10605
10606 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10607
10608         * lilypond.vim: Do not fontify cises, desis, etc.
10609
10610         * vimrc: view dvi with <S-F6>
10611
10612 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10613
10614         * lily/lookup.cc (triangle): new function.
10615
10616         * input/regression/measure-grouping.ly (texidoc): new file: show
10617         triangles and brackets for beat groups of 3 and 2.
10618
10619         * lily/include/measure-grouping-spanner.hh (class
10620         Measure_grouping): new file.
10621
10622         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10623
10624         * lily/measure-grouping-engraver.cc (class
10625         Measure_grouping_engraver): new file.
10626
10627 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10628
10629         * Merge from stable:
10630
10631             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10632         
10633         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10634         stylesheet.
10635
10636         * ly/paper19.ly: Include paper19-init.ly.
10637
10638         * ly/paper19-init.ly: New file.
10639
10640         * Documentation/user/tutorial.itely (First steps): Fix first
10641         example for font test.
10642
10643         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10644
10645         * ChangeLog: Add 1.7.6 release marker (see below).
10646
10647         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10648         Add .py files.
10649
10650 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10651
10652         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10653
10654         * input/tutorial/*.ly: update to new syntax.
10655
10656         * lily/parser.yy (Composite_music): new transpose syntax,
10657         \transpose FROM TO MUSIC. 
10658
10659 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10660
10661         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10662         latex progress/error output to stderr (by default this goes to
10663         stdout).  Show lilypond progress, even when not verbose.
10664
10665         * python/lilylib.py (system): New optional parameter to control
10666         showing of progress.
10667
10668         * scm/backend-documentation-lib.scm (check-dangling-properties):
10669         Fix error message.
10670
10671         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10672         axis, extent.
10673
10674         * scm/grob-property-description.scm (magnify): Remove.
10675         (extent, axis): Add.
10676
10677 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10678
10679         * VERSION: Release 1.7.6.
10680
10681         * scripts/convert-ly.py: more uniformization substitutions.
10682
10683         * buildscripts/new-chords.py (sub_chords): new file.
10684
10685 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10686
10687         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10688         lilypond.map.  Include sauter fonts too.  Cleanups.
10689
10690 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10691
10692         * Documentation/user/tutorial.itely (First steps): change to new
10693         chord/tie/slur/beam notation.
10694
10695         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10696         ties.
10697
10698         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10699         engraver. Process ties in postfix notation, i.e. c8-~ c
10700
10701         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10702
10703         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10704
10705         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10706
10707         * lily/beam-engraver.cc (try_music): accept new-beam-events
10708
10709         * input/regression/chord-scripts.ly (texidoc): new file
10710
10711         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10712         script-events.
10713
10714         * scm/script.scm (default-script-alist): cleanup.
10715
10716         * lily/script-engraver.cc (make_script_from_event): cleanup.
10717
10718         * lily/lyric-combine-music-iterator.cc
10719         (Lyric_combine_music_iterator): remove superfluous events.
10720         (melisma_busy): new function. Fix broken melismas.
10721
10722 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10723
10724         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10725         Remove nonvalid settings. Use descriptive key names.
10726         Use <Return> to indicate the pressing of that key.
10727
10728 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10729
10730         * scripts/lilypond-book.py (option_definitions): Typo.
10731
10732         * scripts/ly2dvi.py: Updates.
10733
10734         * python/lilylib.py (setup_environment, print_environment)
10735         (get_bbox, make_preview): Merge and remove from ly2dvi and
10736         lilypond-book.
10737
10738         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10739
10740         * .cvsignore: Remove some cruft.
10741
10742         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10743         path.
10744
10745         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10746         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10747         throughout.
10748
10749         * python/lilylib.py (quiet_system): Junk
10750         (system): Display error log upon failure.
10751         (read_pipe): New function.  Cleanups and fixes.
10752
10753         * python/*.py: Rename from *.py.in.
10754         
10755         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10756
10757         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10758
10759 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10760
10761         * python/GNUmakefile: Bugfix: handle modules.
10762
10763         * stepmake/stepmake/python-module-targets.make (default): Add
10764         compiled modules. 
10765
10766         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10767         compiling modules.
10768
10769         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10770         Bugfix.  (OUT_PYC_MODULES): Add.
10771
10772 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10773
10774         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10775         Use default paths. Refresh description.
10776
10777 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10778
10779         * VERSION: 1.7.5 released
10780
10781         * input/regression/finger-chords.ly (texidoc): new file.
10782
10783         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10784         support
10785
10786         * lily/fingering-engraver.cc (process_music): remove kludgy
10787         scriptHorizontal stuff.
10788
10789         * lily/script.cc: remove staff-support property.
10790
10791         * lily/new-fingering-engraver.cc (add_fingering): new
10792         file. Fingering engraver for new style chords.
10793
10794 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10795
10796         * lily/parser.yy (bare_number): allow 4 \cm (without
10797         decimal dot). (should backport to 1.6?)
10798
10799         * ly/declarations-init.ly: use Scheme for dimension defs.
10800
10801         * lily/parser.yy (TODO): remove hard coded dimensions, add
10802         REAL NUMBER_IDENTIFIER production.
10803
10804         * lily/rest-collision.cc (force_shift_callback): rewrite using
10805         -done property.
10806
10807         * scm/grob-property-description.scm (rest-collision-done): add
10808         property.
10809         
10810         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10811
10812 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10813
10814         * input/regression/multi-measure-rest-center.ly: new file.
10815
10816         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10817         off horizontally by 0.05 ss. Fixed.
10818
10819 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10820
10821         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10822
10823         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10824
10825 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10826
10827         * lily/tie.cc (get_control_points): also avoid staff lines on the
10828         just outside the outer staff lines
10829
10830 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10831
10832         * ly/params-init.ly: Just define style-alist, no need to
10833         define-public.
10834
10835         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10836         (thanks Han-Wen).
10837
10838         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10839         (FET_FILES): = FONT_FILES.
10840
10841         * Merge from stable:
10842
10843             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10844
10845 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10846
10847         * VERSION: 1.7.4 released.  
10848         
10849         * scm/generate-documentation.scm (string-append): add macro
10850         definitions.
10851
10852         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10853         normal texts.
10854
10855         * lily/multi-measure-rest-engraver.cc: make separate
10856         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10857
10858         * lily/multi-measure-rest.cc: remove text handling. Remove
10859         number-threshold.
10860
10861 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10862
10863         * scm/music-types.scm: doc patch by Graham Percival
10864
10865 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10866
10867         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10868         encoding part.
10869         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10870         (sketch_p): Sketch wants only first four elements of X11 font spec.
10871
10872         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10873
10874         * mf/feta-autometric.mf: Write foundry and family to log.
10875
10876         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10877         font translation table.
10878
10879         * buildscripts/mf-to-table.py: Better font info into afm.
10880
10881         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10882         1.0.9 required.
10883
10884         * configure.in: Whine for mftrace 1.0.9.
10885
10886 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10887
10888         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10889
10890         * lily/main.cc (main_prog): don't try to load init.EXT when
10891         processing foo.EXT.
10892
10893 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10894
10895         * scm/tex.scm (zigzig-line): added.
10896
10897         * scm/ps.scm (zigzag-line): added.
10898
10899         * ps/music-drawing-routines.ps (subvec): added.
10900         (draw_zigzag_line): added.
10901         
10902         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10903         grob properties zigzag-width and zigzag-length.
10904
10905         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10906
10907 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10908
10909         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10910         svg output, including font.
10911
10912 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10913
10914         * scm/lily.scm: Register sodipodi output module.
10915
10916         * scm/sodipodi.scm: New file.
10917
10918         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10919
10920         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10921         comment, after header.
10922         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10923         FullName.  Fix FontName key.
10924
10925 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10926
10927         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10928         and breve rests.
10929         
10930         * input/test/blank-notes.ly: bugfix
10931
10932         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10933         rests. (Kim Shrier)
10934
10935         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10936         
10937 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * scm/tex.scm: 
10940         * scm/ps.scm: Cleanup and remove obsolete junk.
10941
10942         * Documentation/user/internals.itely:
10943         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10944
10945         * lily/parser.yy: Identify shift/reduce problems.
10946
10947         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10948         make-style-sheet.  Too specific for convert-ly?
10949
10950 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10951
10952         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10953
10954         * input/test/*.ly: various fixes.
10955
10956         * lily/music.cc (name): bugfix
10957
10958         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10959
10960         * lily/input-file-results.cc (code): set-point-and-click! ->
10961         set-point-and-click
10962         
10963 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10964
10965         * Use uniform ly: prefix for exported scheme primitive functions.
10966
10967         * scm/music-types.scm: junk compat glue
10968
10969         * scripts/convert-ly.py: add rules for stuff below, junk
10970         compatibility glue for spanrequest.
10971
10972         * lily/parser.yy (verbose_event): remove \spanrequest,
10973         \commandspanrequest, \script. 
10974         
10975         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10976
10977         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10978         for \penalty, \glissando.
10979
10980         * VERSION: release 1.7.3
10981         
10982 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10983
10984         * lily/accidental-engraver.cc: Fix
10985         grace-in-the-beginning-of-measure bug caused by the resent
10986         partial-measure fix.
10987
10988         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10989         overlap looks too crowded)
10990         
10991 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10992
10993         * lily/parser.yy (assignment): allow SCM expression as assignment.
10994
10995         * lily/include/music-output-def.hh (class Music_output_def):
10996         * lily/music-output-def.cc: 
10997         * lily/paper-def.cc: 
10998         * scm/font.scm (markup-to-properties):
10999         * lily/parser.yy (music_output_def_body): 
11000         remove style_sheet_
11001
11002 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11003
11004         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11005         length.
11006
11007         * input/regression/spacing-to-grace.ly: new file.
11008
11009         * input/regression/spacing-end-of-line.ly: new file.
11010
11011         * lily/note-spacing.cc (get_spacing): take into account breakable
11012         stuff sticking out at the left (time sig change at line break).
11013
11014         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11015         raggedright code.
11016
11017         * scm/music-functions.scm (make-voice-props-set): add
11018         staff-position for mm rests.
11019  
11020         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11021         before grace notes a little.
11022
11023         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11024
11025         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11026         key adds space at the end of line. 
11027
11028 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11029
11030         * scm/sketch.scm: Fix beams.
11031
11032         * buildscripts/mf-to-table.py: Add EncodingScheme.
11033
11034         * scm/sketch.scm: Resurrect.
11035
11036 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11037
11038         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11039         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11040
11041 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11042
11043         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11044
11045         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11046
11047 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11048
11049         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11050         token for origin information.
11051
11052         * lily/parser.yy (My_lily_lexer): do identifier location and
11053         cloning from lexer.
11054
11055         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11056         logic out of the parser. Add bar checks on both ends.
11057
11058         * Documentation/user/refman.itely (Multi measure rests): add more
11059         notes about mm rests.
11060
11061 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11062
11063         * input/regression/bar-scripts.ly: Re-enable.
11064
11065         * lily/parser.yy:
11066         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11067         released rsn.  Bison 1.50 has a crucial bug and won't work.
11068
11069         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11070
11071
11072 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11073
11074         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11075
11076 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11077
11078         * Actually merge changes since 1.6.4 besides ChangeLog, and
11079         resolve conflicts.  Lots of updates, hope all is well.
11080         
11081         * cygwin/lilypond.hint (requires): Add ghostscript.
11082
11083         * scm: Update some (c).
11084         
11085 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11086
11087         * input/test/{various}.ly: add \header fields and texidoc strings.
11088
11089 2002-10-05  Werner Lemberg  <wl@gnu.org>
11090
11091         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11092         renamed to `output_latex_quoted'.
11093         Added `output_latex_noquote'.
11094         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11095         mode.
11096
11097 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11098
11099         * ChangeLog: Add 1.6.6 release marker.  See below.
11100
11101         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11102
11103         * scripts/midi2ly.py: Fix global syntax warnings.
11104
11105         * GNUmakefile.in: Generate builddir locale tree too.
11106
11107         * scripts/ly2dvi.py:
11108         * scripts/midi2ly.py: 
11109         * scripts/mup2ly.py: 
11110         * scripts/update-lily.py:
11111         * lily/main.cc (setup_paths): Fix for locales setup.
11112
11113 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11114
11115         * Documentation/windows/installing.texi: Soften wording about
11116         necessity of becoming Administrator.  tommie@iae.nl reports this
11117         does not seem to be necessary for his flavour of Windows 2000.
11118         Explicitely discourage text mode mounts.
11119
11120 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11121
11122         * lily/rest.cc (after_line_breaking): backport dot position fix.
11123
11124         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11125         rests. Thanks to Klaus Zimmermann for finding this bug.
11126
11127 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11128
11129         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11130
11131 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11132
11133         * Documentation/user/music-glossary.tely: fix links.
11134
11135 2002-10-21  Werner Lemberg  <wl@gnu.org>
11136
11137         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11138         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11139         scaling factor) only once and use them in the definition of
11140         \embeddedps.
11141         * ps/music-drawing-routines.ps (skeel): Removed.
11142
11143 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11144
11145         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11146         Solaris7, as we don't use nested $( ) constructs.
11147
11148 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11149
11150         * VERSION: Release 1.6.6.
11151         
11152 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11153
11154         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11155         as workaround for /bin/sh problems on Solaris7.
11156
11157 2002-10-19  Werner Lemberg  <wl@gnu.org>
11158
11159         * GNUmakefile.in (web-doc): Fix typos.
11160         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11161         `music-drawing-routines.ps' but emit \special{header=...} once.
11162         * scm/tex.scm (header-end): Updated.
11163
11164 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11165
11166         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11167         undefined tremolo. 
11168
11169 2002-10-15  Werner Lemberg  <wl@gnu.org>
11170
11171         * scripts/lilypond-book.py (g_make_html): New global variable.
11172         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11173         if `g_make_html' isn't set.
11174         [main]: Add format `texi-html'.
11175         (option_definitions): Updated.
11176         * Documentation/user/lilypond-book.itely: Updated.
11177
11178         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11179         * make/ly-rules.make (%.texi, %.nexi): Use it.
11180         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11181         format to lilypond-book.
11182         * GNUmakefile.in (web-doc): Ditto.
11183
11184 2002-10-14  Werner Lemberg  <wl@gnu.org>
11185
11186         Further improve TeX output.  The produced files are about 40%
11187         smaller.  `lilyponddefs.tex' is now read only once.
11188
11189         * tex/lilyponddefs.tex: Remove footer stuff.
11190         (\ifundefined): Renamed to...
11191         (\lilypondundefined): This.  Use LaTeX's definition to
11192         make it nestable and make it global.
11193         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11194         output.
11195         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11196         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11197         them global.
11198         (\placebox): Renamed to...
11199         (\lyitem): This.
11200         Make it global and call \outputscale by itself.
11201         (\lybox, \lyvrule): New macros to reduce input data.
11202         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11203         New auxiliary macros.
11204         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11205         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11206         to...
11207         (\lilypondspace): This and made it global.
11208         (\turnOnPostScript): Renamed to...
11209         (\lilypondpostscript): This and made it global.
11210         (\turnOnExperimentalFeatures): Renamed to...
11211         (\lilypondexperimentalfeatures): This and made it global.
11212         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11213         (\lilypondsetdimen): This and made it global.
11214         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11215         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11216         (all, $(outdir)/music-drawing-routines.ps): New rules.
11217         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11218         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11219         start-system, stop-system, stop-last-system, filledbox): Updated to
11220         use the changed macros from lilyponddefs.tex.
11221         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11222
11223 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11224
11225         * Documentation/windows/installing.texi: Update.
11226
11227 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11228
11229         * VERSION: 1.6.5 released
11230
11231         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11232
11233 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11234
11235         * scm/translator-property-description.scm (voltaOnThisStaff): add
11236         property.
11237
11238 2002-09-28  Werner Lemberg  <wl@gnu.org>
11239
11240         * scm/tex.scm (header-end): Suppress page numbering.
11241
11242         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11243         Fix quotation for HTML output.
11244
11245 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11246         
11247         * Documentation/user/refman.itely: grammar and phrasing
11248           fixes to "Note Entry" section.  Also adds a few new examples.
11249
11250 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11251
11252         * flower/include/string-data.icc: include string.h
11253
11254 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11255
11256         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11257
11258 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11259
11260         * Documentation/user/GNUmakefile (extra-local-help): Add.
11261
11262         * stepmake/stepmake/www-targets.make (local-help): Add.
11263
11264 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11265
11266         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11267         packages.
11268
11269         * Documentation/topdocs/README.texi (Top): building documentation
11270         (not website.)
11271
11272 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11273
11274         * Documentation/user/refman.itely: 
11275         * Documentation/user/tutorial.itely: 
11276         * Documentation/user/music-glossary.tely: Merge changes.
11277
11278         * Documentation/user/glossary.html.in: 
11279         * Documentation/index.texi: 
11280         * Documentation/header.html.in: Accomodate renaming of glossary.
11281         
11282         * Documentation/user/tutorial.itely: Add some glossary references.
11283         
11284         * Documentation/user/refman.itely: Minor fixes.
11285         
11286         * Documentation/user/lilypond.tely: Add glossary do direntry.
11287
11288         * Documentation/user/music-glossary.tely: Rename (previously:
11289         glossary.tely).  Fix anchor placement.
11290
11291         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11292
11293 2002-09-23  Werner Lemberg  <wl@gnu.org>
11294
11295         * scripts/lilypond-book.py (output_dict): Fix handling of
11296         various environments by avoid extraneous newlines.
11297         Rename `output-all' regexp for html to `output-html'.
11298         Replace `output-all' regexp for texi with `output-texi-quote'
11299         and `output-texi-noquote'.
11300         (compose_full_body): Don't override `linewidth' user option
11301         for `singleline'.
11302         (schedule_lilypond_block): Don't indent text specified with
11303         `intertext' option.
11304         Add new option `noquote'.
11305         (compile_all_files): Use latex instead of tex to compile ly
11306         files directly.
11307
11308         * Documentation/user/lilypond-book.itely: Updated and revised.
11309         Improve layout.
11310
11311         * Documentation/user/glossary.tely,
11312         Documentation/user/introduction.itely,
11313         Documentation/user/tutorial.itely,
11314         Documentation/user/refman.itely,
11315         Documentation/user/appendices.itely: Fix overfull LilyPond
11316         boxes caused by the new lilypond-book code.  Other minor
11317         fixes.
11318
11319         * Documentation/user/macros.itexi (@texiflat): Don't emit
11320         trailing space.
11321
11322         * scm/tex.scm (end-output, header-end): Add preamble and
11323         postamble to make lilypond output directly compilable with
11324         latex.
11325
11326         
11327 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11328
11329         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11330         instructions.
11331
11332 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11333
11334         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11335
11336 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11337
11338         * lily/beam.cc (connect_beams): don't crash if there are quarter
11339         notes in beams.
11340
11341 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11342
11343         * Documentation/user/refman.itely: corrected ancient clef
11344         docu; added docu on ligatures
11345
11346 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11347
11348         * Documentation/user/glossary.tely,
11349         Documentation/user/refman.itely, input/les-nereides.ly,
11350         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11351         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11352         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11353         Stem properties: flag-style -> stroke-style, style -> flag-style.
11354
11355
11356 2002-09-22  Werner Lemberg  <wl@gnu.org>
11357
11358         * scripts/lilypond-book.py: Add option `notime' to suppress
11359         printing of a time signature.  Specify default indentation of 0pt
11360         if single line fragment.  Don't emit redundant `\paper{ }'.
11361
11362         * Documentation/user/lilypond-book.itely: Updated.
11363
11364         * Documentation/user/glossary.tely: Completely reformatting.
11365
11366 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11367
11368         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11369
11370 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11371
11372         * Documentation/user/tutorial.itely: Fix links.
11373         
11374         * Documentation/topdocs/index.tely:
11375         * Documentation/index.texi:
11376         * Documentation/header.html.in: Small website fixes and updates.
11377
11378         * debian/: Debian patch by Anthony Fok.
11379
11380 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11381
11382         * Documentation/footer.html.in: How time flies: It's already 2002!
11383
11384         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11385         more descriptive link names than 'here'.
11386
11387 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11388
11389         * VERSION: 1.7.2 released
11390         * VERSION: 1.6.4 released
11391         
11392         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11393
11394         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11395         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11396
11397         * mf/feta-din.mf (test): add x-height and space.
11398
11399         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11400         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11401
11402         * ly/grace-init.ly: add-to-grace-init: function to portably add
11403         settings to \grace. 
11404
11405         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11406         if we get an absolute dynamic event.
11407  
11408         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11409
11410         * lily/source-file.cc (get_line): oops. All line numbers were off
11411         by 2. Fix that. 
11412
11413         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11414         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11415
11416         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11417
11418         * lily/parser.yy (number_factor): remove (number) as number
11419         expression. ("Let them eat Lisp").
11420
11421 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11422
11423         * lily/horizontal-bracket.cc: new file.
11424
11425         * lily/horizontal-bracket-engraver.cc: new file.
11426
11427         * input/regression/note-group-bracket.ly: new file. Support
11428         horizontal note brackets for music analysis.
11429
11430         * lily/stem.cc (flag): new flag-style: no-flag.
11431
11432         * input/test/stem-cross-staff.ly: new file
11433         
11434         * Documentation/user/internals.itely: Improved formatting, fixing
11435         typos.  Added a section `Output details' to describe how the TeX
11436         code looks like.
11437
11438         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11439
11440         * lily/parser.yy: remove \dynamicscript.
11441
11442         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11443         definitions. 
11444
11445         * python/midi.c (midi_error): take two arguments.
11446
11447         * Merge 1.6.5 changes:
11448         
11449 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11450
11451         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11452         staff-space.  Previous 1.5 was probably meant as half-spaces.
11453         (cautionary-style): parentheses (was: smaller).  This is what doco
11454         says, and it seems more logical.
11455
11456         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11457         for 2nd sentence.
11458
11459 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11460
11461         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11462
11463 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11464
11465         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11466
11467 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11468
11469         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11470
11471 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11472
11473         * scm/translator-property-description.scm (voltaOnThisStaff): add
11474         property.
11475
11476 2002-09-28  Werner Lemberg  <wl@gnu.org>
11477
11478         * scm/tex.scm (header-end): Suppress page numbering.
11479
11480         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11481         Fix quotation for HTML output.
11482
11483 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11484         
11485         * Documentation/user/refman.itely: grammar and phrasing
11486           fixes to "Note Entry" section.  Also adds a few new examples.
11487
11488 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11489
11490         * flower/include/string-data.icc: include string.h
11491
11492 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11493
11494         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11495
11496 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11497
11498         * Documentation/user/GNUmakefile (extra-local-help): Add.
11499
11500         * stepmake/stepmake/www-targets.make (local-help): Add.
11501
11502 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11503
11504         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11505         packages.
11506
11507         * Documentation/topdocs/README.texi (Top): building documentation
11508         (not website.)
11509
11510 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11511
11512         * Documentation/user/refman.itely: 
11513         * Documentation/user/tutorial.itely: 
11514         * Documentation/user/music-glossary.tely: Merge changes.
11515
11516         * Documentation/user/glossary.html.in: 
11517         * Documentation/index.texi: 
11518         * Documentation/header.html.in: Accomodate renaming of glossary.
11519         
11520         * Documentation/user/tutorial.itely: Add some glossary references.
11521         
11522         * Documentation/user/refman.itely: Minor fixes.
11523         
11524         * Documentation/user/lilypond.tely: Add glossary do direntry.
11525
11526         * Documentation/user/music-glossary.tely: Rename (previously:
11527         glossary.tely).  Fix anchor placement.
11528
11529         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11530
11531 2002-09-23  Werner Lemberg  <wl@gnu.org>
11532
11533         * scripts/lilypond-book.py (output_dict): Fix handling of
11534         various environments by avoid extraneous newlines.
11535         Rename `output-all' regexp for html to `output-html'.
11536         Replace `output-all' regexp for texi with `output-texi-quote'
11537         and `output-texi-noquote'.
11538         (compose_full_body): Don't override `linewidth' user option
11539         for `singleline'.
11540         (schedule_lilypond_block): Don't indent text specified with
11541         `intertext' option.
11542         Add new option `noquote'.
11543         (compile_all_files): Use latex instead of tex to compile ly
11544         files directly.
11545
11546         * Documentation/user/lilypond-book.itely: Updated and revised.
11547         Improve layout.
11548
11549         * Documentation/user/glossary.tely,
11550         Documentation/user/introduction.itely,
11551         Documentation/user/tutorial.itely,
11552         Documentation/user/refman.itely,
11553         Documentation/user/appendices.itely: Fix overfull LilyPond
11554         boxes caused by the new lilypond-book code.  Other minor
11555         fixes.
11556
11557         * Documentation/user/macros.itexi (@texiflat): Don't emit
11558         trailing space.
11559
11560         * scm/tex.scm (end-output, header-end): Add preamble and
11561         postamble to make lilypond output directly compilable with
11562         latex.
11563
11564         
11565 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11566
11567         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11568         instructions.
11569
11570 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11571
11572         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11573
11574 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11575
11576         * lily/beam.cc (connect_beams): don't crash if there are quarter
11577         notes in beams.
11578
11579 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11580
11581         * Documentation/user/refman.itely: corrected ancient clef
11582         docu; added docu on ligatures
11583
11584 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11585
11586         * Documentation/user/glossary.tely,
11587         Documentation/user/refman.itely, input/les-nereides.ly,
11588         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11589         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11590         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11591         Stem properties: flag-style -> stroke-style, style -> flag-style.
11592
11593 2002-09-22  Werner Lemberg  <wl@gnu.org>
11594
11595         * scripts/lilypond-book.py: Add option `notime' to suppress
11596         printing of a time signature.  Specify default indentation of 0pt
11597         if single line fragment.  Don't emit redundant `\paper{ }'.
11598
11599         * Documentation/user/lilypond-book.itely: Updated.
11600
11601         * Documentation/user/glossary.tely: Completely reformatting.
11602
11603 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11604
11605         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11606
11607 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11608
11609         * Documentation/user/tutorial.itely: Fix links.
11610         
11611         * Documentation/topdocs/index.tely:
11612         * Documentation/index.texi:
11613         * Documentation/header.html.in: Small website fixes and updates.
11614
11615         * debian/: Debian patch by Anthony Fok.
11616
11617 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11618
11619         * Documentation/footer.html.in: How time flies: It's already 2002!
11620
11621         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11622         more descriptive link names than 'here'.
11623
11624 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11625
11626         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11627
11628 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11629
11630         * lily/part-combine-music-iterator.cc (get_state): cleanup
11631         (get_music_info): cleanup.
11632
11633 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11634
11635         * scm/backend-documentation-lib.scm (interface-doc-string):
11636         crosslinks between interfaces and grobs. Headings for interfaces
11637         in grob explanation.
11638
11639 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11640
11641         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11642         dtd).  Add preliminary dtd.
11643         (re-sub-alist): Robustify.
11644
11645 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * lily/include/event-chord-iterator.hh,
11648         lily/context-specced-music-iterator.cc,
11649         lily/event.cc, lily/event-chord-iterator.cc: add
11650
11651 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11652
11653         * lily/: some (c) header fixes.
11654         
11655         * lily/request-chord.cc: Remove.
11656         
11657         * lily/include/event-chord-iterator.hh:
11658         * lily/include/event.hh:
11659         * lily/event-chord.cc: New file.
11660         
11661         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11662         requested.
11663
11664 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11665
11666         * lily/ : rename Request to Event
11667
11668         * lily/parser.yy (command_element): move clef stuff into Scheme.
11669
11670         * lily/:  rename length_mom () to get_length()
11671
11672         * lily/part-combine-music.cc: removed file and class.
11673
11674         * lily/context-specced-music-iterator.cc (class
11675         Context_specced_music_iterator): new file. Obsoletes the
11676         Context_specced_music type.
11677
11678         * scm/music-types.scm (make-repeated-music): put different kinds
11679         of repeated music into music-type table.
11680
11681         * VERSION: 1.7.1 released.
11682
11683         * scm/to-xml.scm: new file.
11684
11685         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11686         new Input representation: dump music as XML.
11687
11688         * scm/engraver-documentation-lib.scm
11689         (engraver-accepts-music-types?): add links from music to engraver,
11690         from music-type to engraver.
11691
11692         * lily/include/command-request.hh: removed
11693         lily/include/musical-request.hh: removed. Removed all _req classes
11694         except Key_change_req. Changes throughout.
11695
11696 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11697
11698         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11699
11700 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11701
11702         * lily/*.cc: specify accepts for many engravers.
11703
11704         * scm/music-documentation-lib.scm: dump music expressions and
11705         music subtypes.
11706
11707         * scm/documentation-lib.scm: complete revision.
11708         Use GOOPS objects to store document tree explicitly. Cleaned up and
11709         sped up doco generation a lot.
11710
11711 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11712
11713         * input/trip.ly (fugaIILeft): add arpeggio
11714
11715         * lily/translator-group.cc (try_music_on_nongroup_children):
11716         oops. The name symbol is in the cdr of the assoc handle.
11717
11718         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11719         Hyphen_req, Glissando_req, Break_req, Mark_req 
11720
11721 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11722
11723         * lily/musical-request.cc (music-duration-length,
11724         music-duration-compress): new functions.
11725
11726         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11727         throughout. Warning doesn't work yet.
11728
11729         * lily/translator-group.cc (try_music_on_nongroup_children):
11730         new implementation: store candidate acceptors in a hashTable.
11731
11732 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11733
11734         * scm/music-types.scm (music-descriptions): change name to
11735         internal-class-name
11736
11737         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11738
11739 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11740
11741         * lily/beam.cc (connect_beams): don't crash if there are quarter
11742         notes in beams.
11743
11744 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11745
11746         * Documentation/user/refman.itely: corrected ancient clef
11747         docu; added docu on ligatures
11748
11749 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11750
11751         * Documentation/user/glossary.tely,
11752         Documentation/user/refman.itely, input/les-nereides.ly,
11753         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11754         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11755         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11756         Stem properties: flag-style -> stroke-style, style -> flag-style.
11757
11758 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11759
11760         * scm/music-functions.scm (music-separator?): don't use name music
11761         property.
11762
11763 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11764
11765         * stepmake/stepmake/generic-targets.make (help): Document check
11766         target.
11767
11768         * lily/new-accidental-engraver.cc: Compile fix.
11769
11770 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11771
11772         * scripts/convert-ly.py: Add rule.
11773
11774         * input/test/music-creation.ly:
11775         * input/test/add-staccato.ly:
11776         * input/test/add-text-script.ly: ly-make-music.
11777
11778         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11779         More ly-make-music renamings.
11780
11781         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11782
11783         * lily/music-constructor.cc (make_music): Add debugging info.
11784
11785         * scm/music-functions.scm (make-simultaneous-music,
11786         (make-sequential-music, context-spec-music):
11787         * scm/music-types.scm (music-descriptions): Get lily to run.
11788
11789 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11790
11791         * lily/command-request.cc (transpose_key_alist): new function.
11792
11793         * lily/key-performer.cc (create_audio_elements): cleanup. 
11794
11795 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11796
11797         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11798
11799         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11800         events-accepted field.
11801
11802         * scm/music-types.scm: new file.
11803
11804         * lily/parser.yy: put music type initialization into scheme,
11805         similar to grob initialization.  Changes throughout.
11806
11807 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11808
11809         * Documentation/user/tutorial.itely: Fix links.
11810         
11811         * Documentation/index.texi: 
11812         * Documentation/header.html.in: 
11813         * Documentation/topdocs/index.tely: Small website fixes and updates.
11814
11815         * debian/: Debian patch by Anthony Fok.
11816
11817 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11818
11819         * Documentation/footer.html.in: How time flies: It's already 2002!
11820
11821         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11822         more descriptive link names than 'here'.
11823
11824         * ROADMAP: Remove test stuff.
11825
11826         * scripts/update-lily.py: Allow auto-building of stable and
11827         development versions.  Bugfixes.
11828
11829 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11830
11831         * VERSION: released 1.7.0
11832
11833         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11834
11835         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11836         positive line widths.
11837
11838 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11839
11840         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11841         go.  Fix comments.
11842
11843         * cygwin: Cygwin updates.
11844
11845 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11846
11847         * Documentation/windows/installing.texi (Top): version for python,
11848         urls for ghostscript (thanks to John Potelle)
11849         
11850         * lily/simultaneous-music-iterator.cc
11851         (Simultaneous_music_iterator): init children_list_ before
11852         triggering GC.
11853
11854         * lily/*-iterator.cc: be even more careful with smobbed copy
11855         constructors. 
11856
11857         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11858         LeftEdge item.
11859
11860 2002-09-15  Werner Lemberg  <wl@gnu.org>
11861
11862         Improving LilyPond's output to make them ordinary TeX boxes with
11863         predictable dimensions.  System boxes are now vertically centered on
11864         the baseline; this offset can be further controlled with
11865         \lilypondscoreshift.
11866
11867         * lily/system.cc (System::post_processing): Pass length of current
11868         system to `start-system' (including any horizontal indentation).
11869
11870         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11871         prettier.
11872         (lily-def): Append `%'.
11873         (start-system): Add parameter `wd'.  Output more TeX code to specify
11874         box dimensions.
11875         (stop-system, stop-last-system): Complement changes in
11876         `start-system'.
11877         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11878         Updated.
11879
11880         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11881         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11882         Write final `\endinput'.
11883
11884         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11885         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11886         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11887         files and macro definitions don't produce spurious spaces and
11888         paragraphs (using \endlinechar).
11889         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11890
11891         * Documentation/user/internals.itely: Improved formatting, fixing
11892         typos.  Added a section `Output details' to describe how the TeX
11893         code looks like.
11894
11895 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11896
11897         * lily/accidental-engraver.cc: Also work with partial measures.
11898
11899 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11900
11901         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11902         spanner.
11903
11904 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11905
11906         * lily/identifier-smob.cc (unpack_identifier): new file.
11907
11908         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11909         pass off scheme expressions as music identifiers.
11910
11911         * scm/lily.scm: reorganisation, cleanups.
11912
11913         * lily/main.cc: small cleanups.
11914
11915 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11916
11917         * lily/ly-module.{cc,hh}: new file.
11918
11919 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11920
11921         * lily/accidental-engraver.cc: Also work with partial measures.
11922
11923 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11924
11925         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11926
11927 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11928
11929         * lily/my-lily-lexer.cc: use SCM module in stead of
11930         Scheme_hash_table. Changes throughout.  
11931
11932 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11933
11934         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11935