]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
[lilypond.git] / ChangeLog
1 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2
3         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
4         and postLilyPondExample are called when defined.
5
6 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7
8         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
9         This fixes setting notenames with `\include "nederlands.ly" '
10
11         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
12         new function.
13
14 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
15
16         * scm/page-layout.scm: don't do piece, it should be in score-title
17         only.
18
19         * lily/lexer.ll: lex \score separately.
20
21         * lily/paper-book.cc: junk stencil2line.
22
23         * lily/paper-line.cc (Paper_line): construct from Stencil
24         directly. No futzing with the dimensions.
25
26         * lily/include/paper-line.hh (class Paper_line): 
27
28         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
29         takes arbitrary number of arguments.
30
31         * input/test/markup-score.ly (tuning): simplify example. 
32
33 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
34
35         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
36
37         * scm/define-markup-commands.scm (score): define score-markup
38
39         * lily/parser.yy (markup): use score-markup.
40
41         * lily/score.cc: add ly:score? 
42
43 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
44
45         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
46         fret-parse-string so it prepares for calls to fret-diagram-verbose
47         Changed display constants to props so they are available for
48         \override.
49         
50 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
51
52         * VERSION: release 2.3.3
53
54         * stepmake/stepmake/generic-vars.make: unset LANG.
55
56         * input/regression/tuplet-nest.ly: bugfix.
57
58         * lily/tie-performer.cc (stop_translation_timestep): reset
59         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
60
61         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
62         clear repeat_ directly after setting stem_tremolo_. Fixes:
63         tremolo-repeat.ly
64
65         * input/regression/span-bar-break.ly: new file.
66
67         * scm/define-grobs.scm (all-grob-descriptions): remove
68         break-visibility from SpanBar. Fixes: piano-repeat.ly
69
70 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
71
72         * python/lilylib.py (make_ps_images): only compute bbox when needed.
73
74         * scripts/lilypond-book.py (process_snippets): use lily -f ps
75         files for generating pngs. (failed experiment)
76
77         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
78         file with PFA fonts included.
79
80         * lily/score.cc (default_rendering): put header in too.
81
82         * lily/paper-line.cc (LY_DEFINE): change function to
83         ly:paper-line-extent
84
85         * scm/page-layout.scm (default-book-title): only add lines for
86         non-nil fields.
87         (default-score-title): idem.
88
89         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
90
91         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
92
93         * lily/include/paper-book.hh (class Paper_book): remove height_
94         member.
95
96         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
97
98         * lily/ly-module.cc (LY_DEFINE): bugfix.
99
100         * lily/paper-book.cc (book_title): separate function for the book
101         title.
102
103         * scm/page-layout.scm (default-book-title): only account for
104         markup fields.
105
106         * scm/framework-ps.scm: new file. Move high level interface from
107         output-ps.scm
108
109         * scm/music-functions.scm (def-grace-function): move macros from
110         ly/music-functions-init.ly
111
112         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
113         framework-tex.scm
114
115         * scm/framework-tex.scm (dump-line): new file. High level
116         interface for output (pages, systems, header). 
117
118         * lily/include/page.hh (class Page): add is_last_ field.
119
120         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
121
122         * lily/paper-book.cc (split_string): new function
123         (output): output multiple formats, i.e. --format=ps,tex
124
125         * scm/output-ps.scm (output-scopes): dump variables directly.
126         (define-fonts): rewrite for new interface
127
128         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
129
130         * lily/paper-outputter.cc (Paper_outputter): take format argument.
131
132         * lily/main.cc (parse_argv): don't set extension for output.
133
134         * lily/clef-engraver.cc (create_clef): remove
135         Staff_symbol_referencer::set_position() call. 
136
137 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
138
139         * ly/music-functions-init.ly (addlyrics): set the 'origin property
140         with the location argument in music function definitions.
141
142 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
143
144         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
145         staffsymbol dependency.
146
147         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
148         cleanups.
149
150         * lily/book.cc (process): return Paper_book
151         (to_stencil): use Book::process().
152
153         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
154         header_ field. Store in $globalheader
155
156         * lily/parser.yy (book_body): book header is initted to
157         $globalheader.
158         
159
160 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
161
162         * input/test/fill-a4.ly: removed.
163
164         * lily/parser.yy (output_def): push scope of parent_ Output_def
165         too.
166
167 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
168
169         * scm/output-gnome.scm: Update info.
170
171 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
172
173         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
174
175         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
176         than 1 module.
177
178         * lily/include/ly-module.hh (ly_use_module): rename is_module to
179         ly_c_module_p.
180
181         * scm/page-layout.scm (default-book-title): move Scheme titling
182         functions to here.
183
184         * lily/parser.yy (book_paper_block): remove scope too.
185
186         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
187
188         * lily/rest.cc: add direction to rest properties.
189
190         * lily/include/output-def.hh: new file, move from
191         music-output-def.hh
192
193 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
194
195         * scm/output-gnome.scm: Describe feta-cork hack.
196
197 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
198
199         * lily/include/book-paper-def.hh: derive from Output_def 
200
201         * lily/include/paper-def.hh: move all functionality out of class.
202         Junk header.
203
204         * lily/include/music-output-def.hh: rename Music_output_def to
205         Output_def.
206
207         * input/wilhelmus.ly: only set space for Paper formatting. 
208
209         * lily/include/midi-def.hh: remove file, remove class.
210         Move functions to Music-output-def.
211
212         * lily/music-output-def.cc (Music_output_def): remove separate
213         translator table. Lookup translators in scope directly. This
214         obviates Context suffix for context identifiers, i.e.
215
216         \context {
217           \Staff
218           .. 
219           }
220
221
222         will work.
223         
224
225         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
226
227         * Documentation/user/changing-defaults.itely (Horizontal spacing):
228         document spacing override hack.
229
230 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
231
232         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
233         installation info.  Support point-and-click.  Add +/- zoom
234         keybindings.
235
236 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
237
238         * VERSION: 2.3.2 released
239         
240         * lily/parser.yy (book_body): set default bookpaper.
241
242         * scm/output-tex.scm (header): kludge: hard code linewidth. 
243
244         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
245
246 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
247
248         * lily/score.cc (default_rendering): scale outputdef before
249         starting.
250
251 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
252
253         * scm/fret-diagrams.scm: Add header.
254
255         * scm/output-gnome.scm: Hello world :-)
256
257 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
258
259         * scripts/lilypond.py (run_dvips): only add papersize if present.
260
261         * lily/accidental-engraver.cc (update_local_key_signature): new
262         function, fold code from initialize() and process_music().
263         (update_local_key_signature): use deep copy. This fixes one
264         problem from custom-key-signatures.ly.
265         (number_accidentals_from_sig): tighter check for
266         accidental-too-old.
267
268         * ly/engraver-init.ly: remove localKeySignature
269         definition from ChoirStaff, StaffGroup, Score.
270         
271         * lily/percent-repeat-engraver.cc (try_music): add moments for
272         barlines too. Fixes: skipbars-percent-repeat.ly.
273
274 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
275
276         * lily/context-def.cc (filter_performers): don't go to cdrloc if
277         skipping last pair. Fixes: crash-bar-number.
278
279         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
280         D. Sorensen)
281
282         * input/test/fret-diagram.ly: new file.
283
284         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
285         (scale-paper): divide by scale.
286
287 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
288
289         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
290         case.
291
292 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
293
294         * scm/stencil.scm (fontify-text): reinstate function
295
296         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
297
298         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
299
300         * lily/parser.yy (book_paper_head): \bookpaper {} 
301
302         * python/midi.c: remove config.h
303
304 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
305
306         * scm/output-gnome.scm: Update.
307
308 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
309
310         * scm/output-gnome.scm: New file.
311
312         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
313
314 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
315
316         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
317         (find_scaled_font): move from Paper_def
318
319 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
320
321         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
322         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
323
324         * po/fr.po: update po.
325
326         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
327
328         * lily/book-paper-def.cc (print_smob): new file.
329
330 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
331
332         * buildscripts/lilypond-words.py: search words also from
333         music-functions-init.ly.
334
335 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
336
337         * ly/music-functions-init.ly (def-music-function): new helper
338         macro for defining music functions. \addlyrics \appoggiatura
339         \acciaccatura \grace \partcombine \autochange \applycontext
340         \applyoutput and \breathe are now defined here thanks to it.
341
342         * lily/parser.yy: 
343         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
344         \grace \partcombine \autochange \applycontext \applyoutput and
345         \breathe keywords removed from the parser.
346
347         * lily/parser.yy: 
348         * lily/music-function.cc (ly_make_music_function): 
349         * lily/lexer.ll (music_function_type): added a case for 0-arg
350         music functions.
351
352 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
353
354         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
355         refering to a music expression can be used in lily-inside-scheme:
356         #{ $music #}
357
358         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
359         and ly:parser-define, and change ly:parser-parse-string in order
360         to make #{ $music #} work.
361
362         * scm/new-markup.scm (compile-markup-expression): when an argument
363         is a string, use `make-simple-markup'.
364
365 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
366
367         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
368
369 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
370
371         * scripts/convert-ly.py (FatalConversionError.func): handle + in
372         font-size. (backportme)
373
374 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
375
376         * lily/paper-outputter.cc (output_stencil): dump font definitions
377         before each stencil.
378
379         * lily/include/paper-book.hh (struct Score_lines): new
380         struct. Collect info per Paper-score.
381
382         * lily/include/page.hh (class Page): to_stencil() returns Stencil
383         everywhere.
384
385         * lily/stencil.cc (find_expression_fonts): new function
386
387         * lily/paper-outputter.cc (output_stencil): use
388         interpret_stencil_expr
389
390         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
391         (interpret_stencil_expr): new function. Generic stencil
392         interpretation.
393
394         * lily/paper-def.cc (find_scaled_font): divide lookup
395         magnification by outpuscale for non-virtual fontmetrics. This
396         fixes ludicrously long font definitions for text
397         fonts. (backportme)
398
399         * lily/score-engraver.cc: remove
400         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
401
402 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
403
404         * input/test/markup-score.ly: Remove \notes.
405
406         * lily/parser.yy (book_body): Grok Composite_music and \header.
407         (markup): Push NOTES mode before score_block.
408
409         * VERSION: release 2.3.1
410         
411         * mf/feta-klef.mf: 
412         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
413
414         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
415
416         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
417
418 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
419
420         * scm/output-tex.scm (output-tex-string): tighten safe security.
421
422         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
423
424         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
425         allowed ly functions.
426
427         * lily/ly-module.cc (ly_module_define): only define variable if
428         bound.
429         (ly_make_anonymous_module): take safe option.
430
431 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
432
433         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
434
435 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
436
437         * input/regression/newaddlyrics.ly: Fix.
438
439         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
440         \score \notes.
441
442 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
443
444         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
445
446 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
447
448         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
449
450         * lily/paper-line.cc (Paper_line): don't store list of stencils,
451         but convert to single Stencil immediately.
452
453         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
454
455 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
456
457         * scm/output-sodipodi.scm: Resurrect sodipodi output.
458
459 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
460
461         * elisp/lilypond-mode.el: Changed the way defaults are created for
462         LilyPond-command-master.  LilyPond-mode will now check the
463         timestamps of the files to see which command has to run next.
464
465 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
466
467         * scm/bass-figure.scm (format-bass-figure): don't set
468         number-markup for strings. This fixes string in bass
469         figure. (backportme)
470
471         * lily/parser.yy (bass_number): insert number-markup into figure
472         definition.
473
474         * scm/define-music-properties.scm (all-music-properties): make
475         'figure a markup.
476
477         * scripts/convert-ly.py (conv): \apply -> \applymusic
478
479 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
480
481         * elisp/lilypond-mode.el: changed the order of some commands
482         ("Midi" after "2Midi"), use the user-defined
483         LilyPond-command-default as default instead of "LilyPond"
484
485         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
486         to set the master file for the next command.
487
488         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
489         with font-lock-reference-face.
490
491 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
492
493         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
494
495         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
496
497 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
498
499         * ly/music-functions-init.ly (TODO): new file.
500
501         * lily/parser.yy (Generic_prefix_music_scm): add more
502         music_function symbols.
503         (Prefix_composite_music): change \apply to music-function   
504
505         * lily/include/music-function.hh: rename to music-function
506
507 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
508
509         * lily/music-head.cc (LY_DEFINE): change order of args.
510
511         * input/regression/music-head.ly (texidoc): new file.
512
513         * lily/parser.yy (Generic_prefix_music): allow generic
514         music-transformation functions. 
515
516         * lily/include/music-head.hh (is_music_head): new file.
517
518         * lily/music-head.cc (get_music_head_transform): new file.
519
520 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
521
522         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
523         empty extent. This fixes ottava brackets on rests. (backportme)
524
525         * make/lilypond.redhat.spec.in (Group): ln png files for info.
526
527         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
528
529         * cygwin/lily-wins.py: update for the lily-wins.py script.
530
531 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
532
533         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
534         code. This will obviate typeset_grob () in the future.  The effect
535         of this is that improperly written spanner handling will result in
536         invalid spanner bounds.
537         (announce_grob): add to elems_ from here
538         (typeset_grob): comment out.  
539
540         * lily/include/engraver.hh (make_spanner): new calling interface
541         for make_{item,spanner}. This obviates most calls to
542         announce_grob().
543                 
544         * scm/music-functions.scm (set-accidental-style): use GrandStaff
545         iso. PianoStaff for piano styles.
546
547 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
548
549         * Documentation/user/music-glossary.tely: add segno after d.s.
550
551 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
552
553         * lily/include/audio-column.hh: remove unused variables.
554         (patch by Michael Welsh Duggan)
555
556         * flower/include/axes.hh (other_axis): inline Axes function
557         (thanks to David Brandon).
558
559 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
560
561         * cygwin/mknetrel: Install image links (backportme).
562
563         * Documentation/user/GNUmakefile (local-install-info): Activate
564         actual installing of image links (backportme).
565
566 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
567
568         * Documentation/user/notation.itely (Measure repeats): Removed
569         unnecessary (and confusing) \context Voice{.
570
571 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
572
573         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
574
575         * lily/page.cc (Page): Do not use ly_scheme_function for
576         volatile/configurable variables (FIXME: better name).
577
578         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
579         get_scmvar).
580
581 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
582
583         * scripts/convert-ly.py (FatalConversionError.subst): use
584         \transposition.
585
586 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
587
588         * lily/include/page.hh (class Page): Declare left_margin ().
589
590         * lily/page.cc: Remove paper var caching.
591
592 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
593
594         * Documentation/user/music-glossary.tely: Add name to @top node.
595         Remove comment from @table definitions (workaround for makinfo
596         bug).
597
598         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
599         ly:stencil-get-expr).  Update callers.
600         (ly:stencil-align-to!):  Return stencil too.
601
602         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
603         stencil.  Remove looped line-based page output.
604         (output_line): Use line stencil.  Remove looped stencil-based line
605         output.
606
607         * lily/page.cc (ly:page-paper-lines): New function.
608
609         * input/test/markup-score.ly: New file.
610
611         * scm/define-markup-commands.scm (stencil): New markup.
612
613         * lily/book.cc (to_stencil): New method.
614
615         * lily/parser.yy (markup): Use it to grok \score.
616
617 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
618
619         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
620
621         * lily/paper-book.cc (pages): Change signature.  Update callers.
622
623         * lily/include/page.hh:
624         * lily/page.cc: New file.
625
626         * lily/paper-line.cc (to_stencil): New method.
627         
628         * lily/paper-outputter.cc (output_stencil): New method.
629
630         * lily/paper-outputter.cc (output_line): Use them.
631
632         * lily/warn.cc: Remove.
633
634         * lily/my-lily-parser.cc (distill_inname): Remove.
635
636         * flower/include/file-name.hh: 
637         * flower/file-name.cc: New file.  Update users.
638
639         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
640         (find): New method of same name.
641
642         * lily/my-lily-parser.cc (ly:parse-file): Use it.
643
644         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
645         constant error message.
646
647 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
648
649         * input/test/{blank-notes.ly,staff-container.ly}: typos.
650
651 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
652
653         * Documentation/user/music-glossary.tely: @table @strong' replaced
654         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
655         (backportme).
656
657 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
658
659         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
660
661         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
662         #{ lily music expression #} that returns an equivalent scheme
663         music expression by parsing the string.
664
665 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
666
667         * lily/my-lily-parser.cc:
668         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
669         SCM string (foo.ly/toto.scm support).
670
671 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
672
673         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
674
675 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
676
677         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
678
679         * scripts/lilypond-book.py: LY code that includes \header is
680         not assumed to be a fragment.
681
682 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
683
684         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
685         tremolo beams up.
686
687         * lily/stem.cc (chord_start_y): Return 0 if no heads.
688         (get_default_stem_end_position): No tremolo head juggling if no
689         heads.  Fixes tremolo crash on rests (backportme).
690
691         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
692
693 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
694
695         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
696         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
697
698         * lily/lexer.ll: Allow \encoding in NOTES mode.
699
700         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
701         for lyrics, not for commands.
702
703         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
704         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
705
706         * input/regression/newaddlyrics.ly: New file.
707
708         * Documentation/topdocs/NEWS.texi: Update.
709
710         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
711         (Music_list): Allow embedded scm.
712
713         * lily/score.cc (ly:score-bookify): New function.
714
715         * lily/music.cc (ly:music-scorify): Idem.
716
717         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
718         (ly:parser-print-score): Idem.
719
720         * scm/lily.scm (default-toplevel-book-handler): Idem.
721         (default-toplevel-music-handler): Idem.
722         (default-toplevel-score-handler): Idem.
723
724         * ly/declarations-init.ly: Set default toplevel handlers.
725
726         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
727
728         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
729         printer for score at toplevel.
730
731 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
734         Fix for simple case: input/simple-song.ly, more complex stuff
735         does not work yet.
736
737 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
738
739         * lily/parser.yy (Prefix_composite_music): split Composite_music
740         in Prefix_composite_music and Grouped_music_list.
741         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
742
743 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
744
745         * scm/lily.scm (toplevel-expression): New define.
746
747         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
748
749         * lily/parser.yy (toplevel_expression): Use it.
750
751         * lily/include/my-lily-parser.hh: Smobbify.
752
753         * lily/my-lily-parser.cc (parse_string): New method.
754         
755         * lily/my-lily-parser.cc (ly:parse-string): New function.
756
757         * Documentation/user/lilypond.tely: Add comment and workaround for
758         gs-8.01 crash.  Fixes make web.
759
760         Simplification of toplevel music.
761         
762         * lily/lexer.ll, lily/parser.yy:
763
764         * In LYRICS mode, return LYRICS_STRING.  This fixes one
765         shift/reduce problem.
766
767         * Use NOTES mode at start of maininput.
768
769         * Grok toplevel composite music expression, put in score and book.
770
771         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
772
773         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
774
775         * input/simple.ly: New file.
776         
777         * input/simple-song.ly: Idem.
778
779 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
780
781         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
782         Sandberg.
783
784 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
785
786         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
787
788 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
789
790         * input/regression/accidental-octave.ly: doc automatic showing
791         of note names.
792
793 2004-04-16  Heikki Junes <janneke@gnu.org>
794
795         * po/fi.po: do "make po && make -C po po-update" at top-level,
796         then "cp po/out/fi.po po/fi.po" and update fields.
797
798         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
799
800 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
801
802         * Documentation/user/introduction.itely (About this manual): Fix
803         templates and regression urls (backportme).
804
805 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
806
807         * ly/engraver-init.ly (Score:graceSettings): Increase
808         beamed-lengths, especially for 32nd notes.
809
810         * Documentation/user/notation.itely (Grace notes): Correct the
811         syntax for add-grace-property example.
812
813 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
814
815         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
816         `Generated' tag.
817
818         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
819         Severely broken (the Debian package, at least).
820
821 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
822
823         * lily/context.cc (find_create_context): assign to lvalue.
824
825 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
826
827         * lily/include/translator.hh (class Translator): rename
828         get_parent_context() to context () to avoid confusion.
829
830         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
831
832         * lily/lexer.ll: change is_string -> ly_c_string_p 
833
834         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
835
836         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
837
838         * VERSION: release 2.3.0
839
840         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
841
842         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
843         if nonempty.
844
845         * lily/include/context.hh (class Context): make members protected.
846         (children_contexts): new accessor function.
847
848         * lily/include/translator.hh (class Translator): make
849         daddy_context_ protected.
850         (class Translator): clean up. 
851
852         * lily/include/context.hh (class Context): make daddy_context_
853         private.
854
855         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
856         higher for finding Voice. (backportme)  
857
858         * lily/include/context.hh (class Context): remove
859         find_context_below() as a method.
860
861         * Documentation/user/notation.itely (The Lyrics context): add note
862         about manual durations
863
864         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
865         encoding.
866
867         * scm/output-tex.scm (text): dump \inputencoding{} for text.
868
869 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
870
871         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
872         \usepackage{inputenc}
873
874         * lily/paper-book.cc (classic_output): don't advance Offset for
875         TeX output.
876
877         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
878         ec-sauter.map in rules
879
880         * mf/ecb.mf (font_identifier): new file, based on ecbx
881
882         * mf/ecb10.mf (gensize): new file.
883
884         * Documentation/topdocs/NEWS.texi (Top): document some more new
885         features.
886
887         * ly/declarations-init.ly: run convert-ly
888
889         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
890         from input-file-results. Remove input-file-results.* 
891
892 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * scm/output-ps.scm (font-command): Fix, again.
895
896         * input/test/title-markup.ly: Add \noPagebreak test.
897
898         * lily/score-engraver.cc (try_music): Bugfix.
899
900 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
901
902         * lily/main.cc (main_with_guile): excise dependency options -M and
903         --dep-prefix
904
905         * lily/input-file-results.cc: excise Makefile dependency code
906
907         * Documentation/user/invoking.itexi (Invoking the lilypond
908         binary): remove dep doco
909         
910         * lily/main.cc (main_with_guile): call lilypond-main
911         
912         * scm/lily.scm (lilypond-main): new function: handle multiple files.
913
914         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
915         exception.
916
917         * lily/my-lily-parser.cc: remove paper_description function
918
919         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
920         new function.
921
922         * lily/main.cc: remove global_score_count.
923
924         * lily/book.cc (process): don't take header from global_input_file.
925
926         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
927
928         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
929
930         * lily/music-output-def.cc (LY_DEFINE): new function
931         ly_output_description. This function does the bulk for  setting,
932         parsing and breaking down of an input file.
933
934         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
935         anonymous modules globally. Let's hope they get GCd
936
937         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
938
939 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
940
941         * scm/output-ps.scm (header): Papersize from paper.
942
943         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
944         for classic output.
945
946         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
947         lilypondclassic is defined.
948         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
949
950         * input/regression/between-systems.ly: Remove.
951
952         * python/lilylib.py (get_bbox): Fix regular expression
953         for bounding box.
954
955         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
956
957         * scm/output-tex.scm (stop-page): Use it.
958
959         * scm/output-ps.scm (define-fonts): Bugfix.
960
961         * lily/grob.cc: Add penalty to interface.
962
963         * lily/include/paper-line.hh (class Paper_line): New member
964         var penalty_.
965
966         * lily/system.cc (get_line): Initialise Paper_line with
967         page-penalty's from original grobs.
968
969         * scm/define-music-properties.scm (all-music-properties): Add
970         page-penalty.
971
972         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
973
974         * lily/score-engraver.cc (try_music): Handle page-penalty.
975
976         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
977
978 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
979
980         * ly/declarations-init.ly (melismaEnd): typo
981
982         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
983
984         * scm/output-ps.scm (text): split string into spaces, use moveto
985         for setting space. 
986         
987 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
988
989         * po/nl.po: Update.
990
991         * scm/font.scm (add-cmr-fonts): Typo.
992
993 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
994
995         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
996         font-encoding.
997
998         * scm/define-grobs.scm (all-grob-descriptions): idem.
999
1000         * lily/time-signature.cc (numbered_time_signature): idem.
1001
1002         * scm/font.scm (add-cmr-fonts): use real encoding names for
1003         font-encoding.
1004
1005 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1006
1007         * lily/paper-book.cc (classic_output): 
1008         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1009         Fixes classic output.
1010         (lilypondstart):
1011         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1012         kludge.
1013
1014         * scripts/old-lilypond-book.py: Remove.
1015
1016         Page layout for SCOREs enclosed in a BOOK:
1017
1018         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1019         layout tweaking.
1020
1021         * input/les-nereides.ly (theScore): Add \book.
1022         
1023         * input/test/title-markup.ly: Add \book.
1024
1025         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1026         only if 'verbose.
1027
1028         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1029
1030         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1031
1032         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1033         * scm/output-tex.scm (start-system): Update for page layout by
1034         LilyPond.
1035
1036         * scm/output-ps.scm (start-system): Previously (new-start-system).
1037
1038         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1039         passed to define-fonts.
1040
1041         * lily/paper-column.cc: 
1042         * lily/system.cc (get_line):
1043         * ly/property-init.ly (newpage): 
1044         * scm/define-grob-properties.scm:
1045         * scm/output-ps.scm: 
1046         * scm/output-tex.scm: Remove between-system-string kludge.
1047
1048         * scm/output-ps.scm (define-fonts, font-command,
1049         font-load-encoding): Handle ENCODING = #f.
1050
1051         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1052
1053         * scm/define-markup-commands.scm (fill-line): Use
1054         make-simple-markup (WAS: unexisting make-word-markup).
1055
1056         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1057         ENCODING, MARKUP parameters for interpret_string.
1058
1059         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1060
1061         * lily/score.cc (book_rendering): New method.
1062         (default_rendering): Create Paper_book helper locally, dump
1063         output.
1064
1065         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1066
1067         * lily/parser.yy: Handle \book.
1068
1069         * lily/include/book.hh: 
1070         * lily/book.cc: New file.
1071
1072 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1073
1074         * lily/text-item.cc (interpret_string): new file, select font with
1075         encoding.
1076
1077         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1078
1079         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1080
1081         * lily/parser.yy (markup): take encoding from lexer.
1082
1083 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1084
1085         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1086
1087         * scm/output-ps.scm: Remove some cruft.
1088
1089 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1090
1091         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1092
1093         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1094
1095 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1096
1097         * scm/font.scm (add-century-schoolbook-fonts):
1098         (make-century-schoolbook-tree): New function.
1099
1100         * input/test/title-markup.ly: Use Century Schoolbook font.
1101
1102 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1103
1104         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1105         to Erik Sandberg) 
1106
1107         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1108
1109         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1110
1111         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1112
1113         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1114
1115 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1116
1117         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1118         solo-state (at end of solo), we can set the solo status
1119         too. (backportme.)
1120
1121         * input/regression/part-combine-solo-end.ly: new file.
1122
1123 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1124
1125         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1126         flavour abc files.  Really ignore unknown keys (backportme).
1127
1128 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1129
1130         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1131         magnification_ when looking up in orig_.
1132
1133         * scm/output-tex.scm (text): switch off char-mapping.
1134
1135         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1136         because AFM's encoding field cannot have spaces.
1137
1138 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1139
1140         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1141
1142 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1143
1144         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1145
1146         * mf/cmr.enc: new file, without hi-bit ascii info. 
1147
1148         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1149         width. This removes the 'hook' at the end of a long slur.
1150
1151         * buildscripts/mf-to-table.py (parse_logfile): don't append
1152         encoding to fontname.
1153
1154 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1155
1156         * scm/output-ps.scm (define-fonts): Load .enc only once.
1157
1158         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1159         too.
1160
1161 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1162
1163         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1164         encoding field.
1165
1166         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1167
1168         * ly/portuges.ly (pitchnames): new file.
1169
1170         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1171         Michael Welsh Duggan
1172
1173         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1174
1175         * ly/nederlands.ly: add comment about digits.
1176
1177         * lily/scaled-font-metric.cc (derived_mark): idem.
1178
1179         * scm/encoding.scm (make-encoding-mapping): change permutation to
1180         mapping.
1181
1182         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1183         (Modified_font_metric): make alist for coding_description_
1184         (LY_DEFINE): remove coding-name.
1185
1186         * scm/output-tex.scm (text): remove debugging code.
1187
1188         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1189
1190         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1191         from infile.
1192
1193         * mf/feta-generic.mf: move fet_beginfont into generic code.
1194         use fetaMusic (without space) as encoding
1195
1196         * mf/feta-autometric.mf: take encoding argument
1197
1198         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1199
1200         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1201         use.
1202
1203         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1204         name.
1205
1206 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1207
1208         * input/test/title-markup.ly: Set inputencoding.
1209
1210         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1211
1212         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1213
1214         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1215         function.
1216         (coding-alist): Also hold filename, command.
1217         (read-encoding-file): Return symbols.
1218
1219 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1220
1221         * scm/output-tex.scm: remove fontify; text and char take a font
1222         argument.
1223
1224         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1225
1226         * lily/scaled-font-metric.cc (text_dimension): init
1227         coding_{permutation,table}_ too 
1228         (LY_DEFINE): ly:font-encoding, new function return
1229
1230         * lily/paper-def.cc (find_scaled_font): take input coding from
1231         inputcoding paper var.
1232
1233         * lily/performance.cc (output): remap modulo 16.
1234
1235         * lily/text-item.cc (interpret_markup): whoops, variable
1236         shadowing fixed.
1237
1238 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1239
1240         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1241         symbols, not symbols to strings.
1242         
1243         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1244         symbols, not symbols to strings.
1245
1246 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1247
1248         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1249         (ly:kpathsea-gulp-file): New function.
1250
1251         * scm/encoding.scm (read-encoding-file): Use it.
1252
1253 2004-04-06  Werner Lemberg  <wl@gnu.org>
1254
1255         * scm/encoding.scm (coding-alist): Fix typo.
1256
1257 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1258
1259         * lily/scaled-font-metric.cc (text_dimension): move function from
1260         Font_metric
1261         (make_scaled_font_metric): init coding_scheme_ to TeX
1262         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1263
1264         * lily/include/scaled-font-metric.hh (struct
1265         Modified_font_metric): rename from Scaled_font_metric
1266
1267         * scm/encoding.scm (read-encoding-file): split up large function,
1268         leave caching to (delay)
1269
1270         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1271
1272 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1273
1274         * lily/my-lily-lexer.cc (set_encoding): New method.
1275
1276         * lily/lexer.ll: Grok \encoding.
1277
1278         * lily/font-metric.cc (get_encoded_index): New function.
1279
1280         * lily/include/font-metric.hh (coding_scheme): New method.
1281
1282         * scm/encoding.scm: New file.
1283
1284         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1285
1286 2004-04-05  Werner Lemberg  <wl@gnu.org>
1287
1288         * Documentation/user/tutorial.itely: Revised (finished).
1289
1290         * Documentation/user/macros.itexi (@separate): Removed.
1291
1292 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1293
1294         * scm/output-ps.scm (define-fonts): fix scaling.
1295
1296         * lily/scaled-font-metric.cc (design_size): add function.
1297
1298         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1299         partial cut&paste of ly:font-magnification.
1300
1301 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1302
1303         * scm/output-ps.scm (define-fonts):
1304         (fontify): Update.
1305
1306 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1307
1308         * po/fr.po: update. (backportme).
1309
1310         * po/nl.po: update. (backportme). 
1311
1312         * mf/feta-beugel.mf: document why design size is not fixed.
1313
1314         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1315
1316 2004-04-04  Werner Lemberg  <wl@gnu.org>
1317
1318         * Documentation/user/tutorial.itely: Revised (continued).
1319
1320 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1321
1322         * po/nl.po: Update (backportme).
1323
1324 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1325
1326         * po/de.po: update. (backportme).
1327
1328         * scm/output-tex.scm (font-command): use ly: functions to
1329         construct name.
1330         (define-fonts): don't use alist, just dump \font definitions.
1331         (font-load-command): calculate proper scaling by taking
1332         outputscale from paper argument.
1333
1334         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1335         expression.
1336
1337         * lily/paper-outputter.cc (output_header): pass paper arg to
1338         define-fonts
1339
1340         * lily/paper-def.cc (font_descriptions): dump list of
1341         Scaled_font_metrics
1342         (find_scaled_font): take Font_metric argument, store
1343         Scaled_font_metrics in hash-table containing (size ->
1344         Scaled_font_metrics) alist.
1345         (get_dimension): rename from get_realvar
1346
1347         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1348         ly:font-magnification, ly:font-name: new functions
1349
1350 2004-04-03  Werner Lemberg  <wl@gnu.org>
1351
1352         * Documentation/user/dedication.itely,
1353         Documentation/user/preface.itely,
1354         Documentation/user/introduction.itely,
1355         Documentation/user/tutorial.itely: Revised.
1356         Removing leading spaces which distorts output if info files are read
1357         with stand-alone info.
1358         Removing superfluous inter-word spaces which also distorts output
1359         for stand-alone info.
1360         Using ` and ' instead of `` and '' everywhere to improve
1361         legilibility with stand-alone info
1362         Using @samp for single-letter input items and data which contains
1363         spaces, @code for other things.
1364
1365         * lily/grob-interface.cc: Adding copyright.
1366         (check_interfaces_for_property): Improve format of warning message.
1367
1368 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1369
1370         * lily/include/font-metric.hh (struct Font_metric): add
1371         design_size () method.
1372
1373         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1374
1375         * lily/afm.cc (read_afm_file): read design size.
1376
1377         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1378
1379         * scm/music-functions.scm (unfold-repeats): handle dots too.
1380
1381 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1382
1383         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1384         (backportme)
1385
1386 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1387
1388         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1389         lyric indent.  Revert melismaBusyProperties using \unset.
1390
1391 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1392
1393         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1394
1395         * lily/parser.yy (command_element): allow redefinition of |
1396         meaning.
1397
1398         * lily/break-align-engraver.cc (acknowledge_grob): construct
1399         LeftEdge where the first cause for alignment is coming from.
1400         This makes \override Staff.LeftEdge work as expected.
1401
1402         
1403         * lily/slur-performer.cc (Slur_performer): add inits
1404
1405         * lily/beam-performer.cc (Beam_performer): add inits
1406
1407 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1408
1409         * VERSION (PACKAGE_NAME): release 2.2.0
1410
1411         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1412
1413 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1414
1415         * lily/cluster.cc (height): Fix warning.
1416
1417         * lily/parser.yy: Janitorial cleanups.
1418
1419         * Documentation/user/tutorial.itely (Tutorial): Typo.
1420
1421 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1422
1423         * lily/change-iterator.cc (process): search at multiple context
1424         levels. This fixes 
1425
1426         
1427         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1428         not voice-state index for tie state. This fixes a partcombine
1429         problem with ties.
1430
1431         * Documentation/user/tutorial.itely (Commenting input files): add
1432         note about convert-ly.
1433
1434         * input/test/cadenza-skip.ly:  new file.
1435
1436 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1437
1438         * po/nl.po: Spelling fixes.
1439
1440         * autogen.sh (srcdir): Regenerate.
1441
1442         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1443         autogen.sh.
1444
1445         * configure.in: Use C++ to check for C++ header.
1446
1447         * po/nl.po: Update.
1448
1449         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1450
1451         * lily/event.cc (to_relative_octave): Translatable sentence should
1452         be one string.
1453
1454         * python/lilylib.py (warranty): Year range is not translatable.
1455         It's 2004 already!
1456
1457         * flower/warn.cc (non_fatal_error, warning, programming_error):
1458         Remove whitespace from translated string.
1459
1460 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1461
1462         * VERSION: release 2.1.37.
1463
1464 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1465
1466         * configure.in: check for C language.
1467
1468         * lily/source-file.cc: include strstream without h.
1469
1470         * scm/documentation-generate.scm (string-append): use name without
1471         .texi.
1472
1473         * autogen.sh (srcdir): SUSE fix.
1474
1475         * Documentation/user/notation.itely (Ancient clefs): idem.
1476
1477         * Documentation/user/lilypond-book.itely (Integrating HTML and
1478         music): idem.
1479
1480         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1481
1482         * lily/change-iterator.cc (process): use find_existing_context().
1483
1484         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1485
1486         * input/regression/repeat-unfold-tremolo.ly: new file.
1487
1488         * scm/music-functions.scm (unfold-repeats): undo music compression
1489         too.
1490
1491         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1492         (LY_DEFINE): ly:music-compress new function.
1493
1494         * scm/part-combiner.scm (determine-split-list): split for voice
1495         crossings
1496
1497         * input/regression/part-combine-cross.ly: new file.
1498
1499         * scm/part-combiner.scm (make-part-combine-music): don't do
1500         relative inside partcombine arguments.
1501
1502         * scm/music-functions.scm (make-non-relative-music): new function.
1503
1504         * Documentation/user/notation.itely (Automatic part combining):
1505         add note about \relative.
1506
1507         * lily/part-combine-iterator.cc (construct_children): add
1508         start_moment_ member.
1509
1510         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1511         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1512
1513         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1514
1515         * Documentation/user/changing-defaults.itely (Which properties to
1516         change): fixes.
1517
1518 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1519
1520         * po/fr.po: update.
1521
1522 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1523
1524         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1525
1526         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1527         Reinstate old code that issues warning.  Fixes --srcdir build.
1528
1529 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1530
1531         * input/wilhelmus.ly: New file.
1532
1533         * Documentation/user/notation.itely: 
1534         * Documentation/user/introduction.itely:
1535         * Documentation/user/tutorial.itely: Use quote ly-option instead
1536         of explicit @quotation.  This fixes too long lilypond linewidths
1537         resulting in overful hboxes.
1538
1539         * scripts/lilypond-book.py: Add ly-option: `quote'.
1540
1541 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1542
1543         * tex/titledefs.tex: Avoid that the first score line is extra
1544         indented if instrument is defined but not piece.
1545
1546 2004-03-30  Werner Lemberg  <wl@gnu.org>
1547
1548         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1549         `lilypond/' to info file name.
1550         (@usermanref) [info]: New variant.
1551
1552         * scm/documentation-generate.scm: Fix definition of @usermanref
1553         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1554         to info file name.
1555
1556 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1557
1558         * VERSION: release 2.1.36
1559         
1560         * Documentation/user/changing-defaults.itely (Interpretation
1561         contexts): rewrite introduction.
1562
1563 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1564
1565         * scm/define-markup-commands.scm: Use TeX accents instead of
1566         straight iso-8859-1 encoding in the doc string.
1567
1568 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1569
1570         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1571         space after dotted duration.
1572
1573 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1574
1575         * Documentation/user/introduction.itely: 
1576         * Documentation/user/notation.itely:
1577         * Documentation/user/tutorial.itely: Up all relative examples.
1578         Enclose @lilypond displays in @quotation.  Typos and corrections.
1579
1580         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1581
1582 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1583
1584         * scm/music-functions.scm (make-voice-props-revert): Revert also
1585         MultiMeasureRest staff-position in oneVoice.
1586
1587 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1588
1589         * Documentation/user/changing-defaults.itely, 
1590         Documentation/user/lilypond.tely: few fixes. Place no comma between
1591         two options: a and b, but commas between three options: a, b, and c.
1592         By this manner, grouping is possible: a and b, and c and d.
1593
1594 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1595
1596         * Documentation/user/GNUmakefile: add rule for .nexi
1597
1598 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1599
1600         * Documentation/user/music-glossary.tely: move glossary direntry
1601
1602         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1603         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1604
1605 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1606
1607         * stepmake/aclocal.m4: Verify that gettext configure check with
1608         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1609
1610 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1611
1612         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1613         glob.glob for .png filenames. This catches multipage pngs.  
1614
1615         * Documentation/user/changing-defaults.itely (Determining the grob
1616         property): fix references.
1617
1618         * lily/staff-symbol.cc (print): only add extent if non empty.
1619         This fixes staff-container.ly.
1620
1621         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1622         starting with a mmrest also works.
1623
1624         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1625         PNG for texinfo too.
1626
1627         * po/lilypond.pot: update translation strings.
1628
1629         * VERSION: 2.1.35 released
1630         
1631         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1632         context argument too.
1633
1634         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1635
1636         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1637
1638         * python/lilylib.py (command_name): don't return 1st path
1639         component.
1640
1641         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1642         .png case separately.
1643
1644         * python/lilylib.py (system): typo.
1645         
1646 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1647
1648         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1649         run indent-region.
1650
1651         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1652         Fixes compile.
1653
1654         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1655         Add header.
1656
1657 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1658
1659         * vim/lilypond-indent.vim: small fixes.
1660
1661 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1662
1663         * Documentation/user/notation.itely (Entering lyrics): Add example
1664         with correct english double quotes (at least for LaTeX output,
1665         maybe not a good idea if we switch to PS as the default output
1666         format).
1667
1668 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1669
1670         * lily/staff-performer.cc (create_audio_elements): play instrument
1671         changes before notes arrive. This fixes instrument of the first
1672         note in a score.
1673
1674         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1675         to 1.9.0 conversion.
1676
1677         * lily/mark-engraver.cc: doc string.
1678
1679         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1680
1681         * Documentation/user/introduction.itely (Introduction): new node.
1682
1683 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1684
1685         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1686
1687         * input/regression/spacing-ragged-last.ly: new file.
1688
1689         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1690         spacing.
1691
1692         * scm/font.scm: rewrite using GOOPS.
1693         
1694         * lily/context-def.cc (filter_engravers): derefence pointer.
1695
1696         * lily/lily-guile.cc (type_check_assignment): use
1697         ly_scheme_function iso. scm_primitive_eval where possible.
1698
1699         * lily/performance.cc (output): limit channels at 15. This fixes
1700         percussion inadvertently showing up in large scores.
1701
1702 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1703
1704         * input/regression/tuplet-gap.ly: new file.
1705
1706         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1707         (print): compute gap length from number size, include italic
1708         correction.
1709
1710         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1711         tuplet-bracket
1712
1713         * scm/paper.scm (set-default-paper-size): new function, to be
1714         called at toplevel.
1715         (set-paper-size): new function, to be called inside \paper {}
1716         (set-default-paper-size): new function, to be called at toplevel.
1717
1718         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1719
1720         * lily/beam-performer.cc (process_music): idem.
1721
1722         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1723         
1724         * tex/titledefs.tex: remove scshape for piece.
1725
1726         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1727         font-family
1728
1729         * lily/time-signature.cc (special_time_signature): font-encoding
1730         not family.
1731
1732         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1733         dynamic to head. This fixes p placement in morgenlied.
1734
1735 2004-03-23  Werner Lemberg  <wl@gnu.org>
1736
1737         * stepmake/stepmake/generic-targets.make (help): Improve text.
1738
1739 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1740
1741         * VERSION: 2.1.34 released
1742         
1743         * lily/main.cc (main_with_guile): switch debugging.
1744
1745         * lily/system.cc (get_line): plug leak.
1746
1747         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1748         and contents.
1749         (stencil2line): plug leak.
1750
1751         * Documentation/user/changing-defaults.itely (Determining a grob
1752         property):  new node.
1753         (Layout interfaces): new node.
1754         (Navigating the program reference): new node.
1755
1756         * lily/accidental-engraver.cc (acknowledge_grob): add property
1757         harmonicAccidentals
1758
1759         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1760         general cleanups.
1761         
1762         * input/les-nereides.ly (middleDynamics): resurrect Les
1763         nereides. Remove pedal hack.
1764
1765 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1766
1767         * input/regression/property-grace-polyphony.ly: new file.
1768
1769         * lily/translator-property.cc (execute_pushpop_property): only pop
1770         one instance of the property. This fixes << \\ >> together with
1771         \grace.
1772
1773         * lily/break-align-interface.cc (ordered_elements): we cannot
1774         modify the #'elements property, so return reordered array.
1775
1776 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1777
1778         * buildscripts/lilypond.words.py: remove.
1779         * buildscripts/lilypond-words.py: add new, renamed file. 
1780         Give generated targets and dirs explicitly in arguments.
1781
1782         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1783         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1784         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1785         
1786         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1787
1788         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1789
1790         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1791         orders.
1792
1793         * vim/GNUmakefile: add local-uninstall target.
1794
1795         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1796         
1797         * vim/vimrc: add a one-liner file.
1798
1799         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1800         vimrc in EXTRA_DIST_FILES.
1801
1802         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1803
1804 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1805
1806         * config.make.in: add vimdir.
1807
1808         * vim/GNUmakefile: add local-install.
1809
1810 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1811
1812         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1813         with \lilypondifundefined{blabla}. Solves problem with multiple
1814         titles in the same lilypond-book document.
1815
1816 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1817
1818         * scm/document-backend.scm (interface-doc): sort grob list for
1819         interface.
1820
1821         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1822         pre/post break align-order.
1823
1824         * spelling patch courtesy Edward Sutton.
1825
1826         * Documentation/user/changing-defaults.itely (Changing context
1827         default settings): new node.
1828         (Defining new  contexts): new node.
1829
1830         * scripts/lilypond-book.py (is_derived_class): use numbers
1831         iso. booleans.
1832
1833         * python/lilylib.py (make_ps_images): add margin to PS images.
1834
1835         * scripts/lilypond-book.py (is_derived_class): new function. Take
1836         class arg iso. object.
1837         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1838         for bug in GS/dvips.
1839
1840         * lily/text-item.cc (interpret_markup): idem.
1841
1842         * scm/define-markup-commands.scm: remove split around-space hack.
1843
1844         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1845         function, fold WL's fixes into one function.
1846
1847 2004-03-22  Werner Lemberg  <wl@gnu.org>
1848
1849         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1850         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1851         (Note_column::head_position_interval): Do proper rounding for
1852         calls to Staff_symbol_referencer::get_position.
1853
1854 2004-03-21  Werner Lemberg  <wl@gnu.org>
1855
1856         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1857         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1858         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1859         (My_lily_parser::parse_file): Improve formatting progress indication
1860         sent to stdout.
1861
1862 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1863
1864         * VERSION: 2.1.33 released.
1865
1866         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1867
1868         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1869
1870         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1871         warning is issued about dummy.dep.
1872
1873         * scm/new-font.scm: fix design sizes of nummer
1874
1875 2004-03-21  Werner Lemberg  <wl@gnu.org>
1876
1877         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1878         some annoying warnings from mkdir during `make install'.
1879
1880 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1881
1882         * lily/performer-group-performer.cc (do_announces): call
1883         Performer_group_performer::create_audio_elements () too.
1884
1885         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1886
1887         * scm/define-grobs.scm (all-grob-descriptions): add property
1888         break-align-orders
1889
1890         * lily/global-context.cc (get_default_interpreter): new
1891         function. Override from base class, so no new Score contexts are
1892         created.
1893
1894         * lily/include/stencil.hh (class Stencil): document origin field.
1895
1896         * lily/staff-symbol.cc (print): span staff-symbol on column
1897         extents for non-broken columns. 
1898
1899         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1900         key-signature.
1901
1902         * tex/titledefs.tex: don't use smallcaps for piece.
1903
1904         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1905         translated stencils in the output.
1906
1907         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1908
1909 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1910
1911         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1912         and init ties_created_
1913
1914         * VERSION: release 2.1.32
1915
1916         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1917         doc string from IMPLEMENT_CTOR_CALLBACK().
1918
1919         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1920         that engraver is in a performer hierarchy.
1921
1922 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1923
1924         * vim/lilypond-ftdetect.vim: new file.
1925
1926 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1927
1928         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1929         (compose_ly): default octave should be middle C.
1930
1931         * Documentation/user/changing-defaults.itely (Layout tunings
1932         within contexts): new node.
1933
1934         * lily/include/smobs.hh: document C++ smob interface.
1935
1936         * lily/function-documentation.cc: don't doc functions without
1937         docstring.
1938
1939 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1940
1941         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1942         direntry, so that `info lilypond' goes to Top.
1943
1944         * scm/output-ps.scm (polygon): Fix: add spaces.
1945
1946         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1947         solutions are now optimal too.
1948
1949         * input/test/page-breaks.ly: New file.
1950
1951         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1952         functions into safe module.
1953
1954         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1955         end, prepend zeros.
1956
1957         * scm/output-*.scm: Use ly:number->string rather than
1958         number->string.  Makes for saner output.
1959
1960         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1961         Fixes feta-nummer, feta-din scaling.
1962
1963 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1964
1965         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1966
1967         * scm/music-functions.scm (descend-to-context): new
1968         function. Similar to context-spec-music.
1969         (make-time-signature-set): specify Score as descend-only. This
1970         fixes the polymetric.ly example.
1971
1972         * lily/context-specced-music-iterator.cc (construct_children): add
1973         support for descend-only context spec.
1974
1975         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1976         determine ez-notation letter. 
1977
1978         * lily/system.cc (get_line): start with dumping layer 3. This
1979         fixes ez notation.
1980
1981 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * input/test/title-markup.ly: Stress breaking harder.
1984
1985         * scm/page-layout.scm (height-score): Overfull page scores twice
1986         as bad as underfull (was: by a power).
1987         (walk-lines): Omit first walk-path round (breaking after new node,
1988         without lines).
1989
1990         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1991         diff values are negative.
1992         (output): Bugfix: treat negative vfill differently.
1993
1994         * Documentation/user/lilypond.tely (direntry): Add note about why
1995         `info lilypond' brings up `Invoking LilyPond' node.
1996
1997 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1998
1999         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2000
2001         * lily/paper-book.cc: Remove cruft.
2002         (output): Bugfix: put vfill between lines.
2003         (pages): Bugfix: set page vars needed for filling.
2004
2005         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2006         (was: @ar).
2007
2008         * scm/page-layout.scm: Further development.
2009
2010         * ly/declarations-init.ly (paper): Define page-breaking.
2011
2012 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2013
2014         * lily/note-head.cc (brew_ez_stencil): add note-names
2015         property. Provides internationalization for note names.
2016
2017         * Documentation/user/changing-defaults.itely (Creating contexts):
2018         new node.
2019
2020         * lily/grace-iterator.cc (process): descend to child for \grace.
2021
2022         * lily/timing-translator.cc (initialize): Timing_translator adds
2023         Timing alias by itself.
2024
2025         * lily/context.cc (add_alias): new function.
2026
2027         * scm/lily.scm (tex-output-expression): new function, eval within
2028         drawing API. Guards against eval vulnerabilities.
2029
2030         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2031
2032         * scm/output-ps.scm (scm): export lily drawing API.
2033
2034         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2035         throughout.
2036
2037 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2038
2039         * scm/page-layout.scm (optimal-page-breaking): New function.
2040         
2041         * lily/paper-book.cc (pages): Use it.
2042
2043 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2044
2045         * lily/include/paper-line.hh (class Paper_line): Full smob.
2046
2047 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2048
2049         * lily/global-context.cc (run_iterator_on_me): fix grace note
2050         nesting by initting measurePosition.
2051
2052         * lily/timing-translator.cc (initialize): do no init
2053         measurePosition
2054         
2055         * lily/include/music-output-def.hh (class Music_output_def): add
2056         input_origin_ field.
2057
2058         * Documentation/user/changing-defaults.itely (Changing context
2059         properties on the fly): new node.
2060
2061         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2062         function. Only have smobbed_copy (), and do not provide
2063         smobbed_copy() for non-simple smobs. Changes throughout.
2064
2065 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2066
2067         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2068         start_moment_. Fix by Doug A. Linhardt.
2069
2070 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2071
2072         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2073         accidentals for harmonic notes.
2074
2075         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2076         of different style. (Thanks to Doug Linhardt).
2077
2078         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2079         new node.
2080
2081 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2082
2083         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2084
2085         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2086         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2087         vim/lilypond-indent.vim: doc targets and deps in comments.
2088
2089 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2090
2091         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2092
2093         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2094
2095         * lily/include/paper-line.hh:
2096         * lily/include/paper-line.cc: New file.
2097
2098 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2099
2100         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2101
2102         * GNUmakefile.in: remove stray make out=www
2103
2104         * input/test/bagpipe.ly (gcdg): octave fixes.
2105
2106         * scm/define-markup-commands.scm (number): use font-encoding
2107         iso. font-family
2108
2109         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2110         font-encoding.
2111         
2112 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2113
2114         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2115         `output_format_global' and `PAGE_LAYOUT'.
2116
2117 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2118
2119         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2120         lily functions in safe mode.
2121
2122         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2123         Print filename for HTML, LATEX, before texidoc.
2124
2125         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2126         instructions in output-ps module.
2127
2128         * scm/lily.scm: Do not load output-ps module.
2129
2130         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2131         safe mode.
2132
2133 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2134
2135         * lily/span-dynamic-performer.cc (process_music): remove spurious
2136         warning.
2137
2138         * lily/context-def.cc (Context_def): init name to ""
2139
2140         * lily/font-interface.cc: add font-encoding property.
2141
2142         * scm/lily.scm (chain-assoc-get): bugfix.
2143
2144         * lily/paper-book.cc (stencil2line): protect static SCM.
2145
2146         * lily/font-interface.cc (text_font_alist_chain): rename function,
2147         and use text-font-defaults. 
2148
2149         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2150
2151         * scm/paper.scm (paper-set-staff-size): use new function.
2152
2153         * scm/new-font.scm (make-font-tree): new function.
2154
2155 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2156
2157         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2158
2159         * scm/lily.scm (get-output-module): New function.
2160         (output-alist): Remove ,ps-output-expression.
2161
2162         * scm/output-tex.scm (ps-output-expression): New function.
2163
2164         * scm/output-ps.scm (ps-output-expression): Remove.
2165         (header, start-page): Output page metadata.
2166
2167         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2168         initialise output_module_.  Do not write part of header.
2169         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2170         (output_header): Output full header.
2171
2172         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2173         FIXME.
2174
2175 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2176
2177         * scm/new-font.scm: new file. Tree based font lookup.
2178
2179         * scm/lily.scm (assoc-get): take default argument. Remove
2180         assoc-get-default.
2181         (chain-assoc-get): use chain-assoc-get everywhere.
2182
2183         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2184         autobeamsettings conversion bug.
2185
2186         * lily/include/global-context.hh (Context): clean-up data hiding.
2187
2188         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2189         data hiding.
2190
2191         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2192
2193         * input/regression/stem-shorten.ly: add chord case.
2194
2195         * lily/stem.cc (get_default_stem_end_position): shorten stems
2196         triggered by note-head positions, not by forced-direction. This
2197         fixes a bug with too short stems.  
2198  
2199 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2200
2201         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2202         Lilypond_snippet.output_latex): Always call output_print_filename.
2203
2204         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2205         expand pages.
2206
2207 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2208
2209         * scm/part-combiner.scm (make-autochange-music): switch rests
2210         before switched notes too.
2211
2212         * lily/figured-bass-engraver.cc (process_music): change calling
2213         convention.
2214
2215         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2216
2217         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2218         command.
2219
2220         * lily/include/stencil.hh (class Stencil): add origin field.
2221
2222         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2223         function.
2224
2225         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2226
2227         * lily/lexer.ll: remove support for \$ and $ in identifiers
2228
2229         * lily/sequential-iterator.cc: remove copy_grace_fixups
2230         (get_grace_fixup): slight abstraction of fixup code.
2231
2232         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2233
2234 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2235
2236         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2237         in insert-mode. add indenting rules.
2238
2239 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2240
2241         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2242         protect hack.
2243
2244         * scm/page-layout.scm:
2245         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2246         layout and titling should now match external latex based version.
2247
2248         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2249         header fields.
2250
2251         * ps/lilyponddefs.ps: Remove automatic page layout.
2252
2253         * scm/output-ps.scm (new-start-system): New interface function.
2254
2255         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2256
2257         * lily/paper-book.cc (output): Bugfix.
2258
2259 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2260
2261         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2262         
2263 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2264
2265         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2266         direntries.
2267
2268         * ps/lilyponddefs.ps: Bugfix.
2269
2270         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2271
2272 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2273
2274         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2275         cause. This should fix warnings.
2276
2277         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2278
2279         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2280         prevent aligned 6ths.
2281
2282         * lily/custos.cc (print): remove adjust-if-on-staffline.
2283
2284 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2285
2286         * lily/paper-book.cc: Do header and footer.
2287
2288 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2289
2290         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2291
2292         * scm/paper.scm (lineheight): Remove
2293         (head-sep, foot-sep): Add.
2294
2295 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2296
2297         * mf/feta-schrift.mf: reduce portato thickness.
2298
2299         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2300
2301         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2302         programming_error ().
2303
2304         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2305         bracket to last command column.
2306
2307         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2308         continues on next/prev system.
2309
2310         * input/regression/pedal-end.ly: new file.
2311
2312 2004-03-10  Werner Lemberg  <wl@gnu.org>
2313
2314         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2315         Remove pmx2ly stuff.
2316         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2317
2318 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2319
2320         * scm/page-layout.scm: New file.
2321
2322         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2323         settings.
2324         (Lilypond_snippet.is_outdated): Also check for PNG file.
2325         Workaround for interrupted (web) builds.
2326
2327         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2328
2329         * ps/lilyponddefs.ps: Use only very small top-marging.
2330         (init-paper): Also pop page size string.
2331         (start-page, stop-page): New function.
2332
2333         * scm/output-ps.scm (header-end): Remove stray exec commands.
2334
2335 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2336
2337         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2338
2339         * lily/score.cc (default_rendering): clean protection.
2340
2341         * lily/paper-book.cc (mark_smob): implement smob marking.
2342
2343         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2344
2345         * Documentation/user/*.itely: user manual edits. 
2346
2347 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2348
2349         * Documentation/user/converters.itely (Invoking musedata2ly):
2350         remove pmx2ly.
2351
2352         * scripts/pmx2ly: remove script.
2353         
2354 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2355
2356         * lily/score.cc (default_rendering): Protect paper-book members.
2357
2358         * lily/paper-def.cc (smobbed_copy): New method.
2359
2360         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2361         switch runtime.
2362
2363         * lily/include/music-output.hh (process): Change signature to
2364         return SCM.
2365
2366         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2367         method.
2368
2369         * lily/paper-score.cc (process): Return stencils rather than
2370         outputting directly.  Remove paper-book kludge.  Delete grobs.
2371         (output): Remove.
2372
2373         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2374
2375         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2376
2377         * lily/score.cc (default_rendering)
2378         (ly_render_output): Move adding paper-score two levels up.
2379
2380         * lily/system.cc (get_line):
2381         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2382
2383 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2384
2385         * scm/font.scm (paper20-font-vector): add more design sizes for
2386         number.
2387
2388         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2389         feta-nummber{5,7,11,13}.
2390
2391         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2392         for 12pt design size. 
2393
2394 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2395
2396         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2397
2398 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2399
2400         * lily/font-select.cc (properties_to_font_size_family): Fix
2401         warning message.
2402
2403         * Experimental PostScript latin1 encoding:
2404         
2405         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2406
2407         * scm/output-ps.scm: Experimental encoding using reencode-font.
2408         * scm/font.scm: Add latin1 `font-shape'.
2409         
2410         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2411
2412         * ps/lilyponddefs.ps (reencode-font): New function.
2413
2414         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2415
2416         * scm/output-tex.scm (start-page):
2417         (stop-page): New interface function.
2418
2419 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2420
2421         * lily/paper-outputter.cc (output_expr):
2422         (output_header):
2423         (output_line): New method.
2424
2425         * lily/system.cc (get_line):
2426         (get_lines): New method.
2427         (output_scheme):
2428         (output_line): Remove.
2429
2430         * scm/lily.scm (make-title): New function.
2431
2432         * lily/paper-book.cc: 
2433         * lily/include/paper-book.hh: New file.
2434
2435         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2436         ly-modules.hh).
2437
2438         * lily/ly-module.cc (ly_modules_lookup): New function.
2439
2440         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2441
2442         * scm/output-ps.scm (make-title): Remove.
2443         (output-scopes): Junk header-title test.
2444
2445 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2446
2447         * mf/feta-schrift.mf: thicker dot for portato.
2448
2449         * lily/accidental-placement.cc (position_accidentals): bugfix in
2450         offset, this fixes right-padding of AccidentalPlacement.
2451
2452         * lily/[h-z]*.cc: () formatting.
2453
2454         * Documentation/user/tutorial.itely (An orchestral part): more
2455         fixes for the tutorial.
2456
2457         * scm/translation-functions.scm (fraction-tuplet-formatter):
2458         reverse fraction.
2459
2460         * lily/parser.yy (context_def_spec_block): use \context instead of
2461         \translator.
2462
2463         * lily/[a-g].cc: () style cleanup.
2464
2465         * Documentation/user/tutorial.itely (Automatic and manual beams):
2466         editing of tutorial.
2467
2468 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2469
2470         * buildscripts/mf-to-table.py (base): write encoding name.
2471
2472 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2473
2474         * Documentation/user/GNUmakefile (local-install-info): Issue
2475         warning (for packager, ie, if not installing in /usr or /usr/local).
2476
2477         * lily/stencil-scheme.cc: 
2478         * lily/staff-symbol-referencer.cc: 
2479         * lily/script-column.cc: 
2480         * lily/pitch.cc: 
2481         * lily/music.cc: 
2482         * lily/grob-pq-engraver.cc: 
2483         * lily/font-interface.cc: 
2484         * lily/music-output-def.cc: 
2485         * lily/duration.cc: 
2486         * lily/grob-scheme.cc:
2487         * lily/context-scheme.cc: Put scheme name on first line in
2488         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2489         style cleanups.
2490
2491         * stepmake/stepmake/scm-vars.make: 
2492         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2493         Rename and split TAGS_FILES.
2494
2495         * GNUmakefile.in (ALL-TAGS): Remove.
2496         
2497         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2498         deeper TAGS files.  Fixes regexp tags in TOP dir.
2499
2500 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2501
2502         * VERSION: 2.1.29 released.
2503         
2504         * Documentation/user/changing-defaults.itely (Changing defaults):
2505         new file.
2506
2507         * Documentation/user/notation.itely (Notation manual): rename from 
2508         refman.itely
2509
2510         * Documentation/user/notation-appendices.itely (The Feta font):
2511         new file.
2512
2513         * Documentation/user/advanced.itely: add aborted attempt for
2514         advanced topics manual.
2515
2516 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2517
2518         * scm/new-markup.scm: display Markups in sane format. Patch by
2519         Nicolas Sceaux.
2520
2521 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2522
2523         * lily/main.cc: Cleanups.
2524         (setup_localisation): New function.
2525         (sane_putenv): Remove.
2526         (main_with_guile): New name (Was: main_prog).  Remove musings
2527         about possible preparation for GUILE heavy memory usage and
2528         practical uselessness.  Do not set environment variables
2529         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2530         name juggling.
2531         (parse_argv): New function.
2532         (copyright): New function.  It's 2004 already.
2533
2534         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2535         (distill_inname): Move from main.
2536
2537 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2538
2539         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2540
2541         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2542
2543         * Documentation/user/running.itely: new file.
2544
2545         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2546
2547         * lily/score-performer.cc (finish): call Translator::finalize ().
2548
2549 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2550
2551         * lilypond-ftpplugin.vim: renamed to the following file.
2552         * lilypond-ftplugin.vim: new file.
2553
2554         * GNUmakefile.in: update VIM_FILES.
2555
2556 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2557
2558         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2559         props.
2560
2561         * input/test/tie-sparse.ly: remove.
2562
2563         * lily/tie-performer.cc (try_music): copy & paste from
2564         Tie_engraver.
2565
2566         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2567         variable_ref twice.
2568
2569         * lily/key-performer.cc (create_audio_elements): use
2570         alterations-in-key.
2571
2572         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2573
2574 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2575
2576         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2577         handle also quarter tones (not shown as tests). test also flats.
2578
2579         * Documentation/index.html.in: small fixes.
2580
2581 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2582
2583         * input/regression/new-markup-scheme.ly: Typo.
2584
2585         * scm/define-markup-commands.scm (fill-line): New markup.
2586
2587         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2588         (output-paper-def): Fix alignment.
2589         (make-title): Fix height/width scaling.
2590
2591         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2592
2593         * input/test/title-markup.ly: Add remaining titles.  Layout and
2594         font size fixes.  Add simplistic latin1 test.
2595
2596 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2597
2598         * input/test/nested-groups.ly: remove. move content (to next). 
2599         * input/test/staff-bracket.ly: replace content (from prev), this 
2600         has been already in templates.
2601
2602 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2603
2604         * stepmake/autogen.sh: Only issue warning about running configure
2605         without arguments when autogen.sh will actually be running
2606         configure.
2607
2608 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2609
2610         * scm/new-markup.scm (stack-stencil-line): robustness.
2611
2612         * scm/define-markup-commands.scm (simple): robustification of
2613         simple-markup.
2614
2615         * Documentation/user/music-glossary.tely (Top): change central C
2616         to middle C.
2617
2618         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2619
2620 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2621
2622         * input/test/title-markup.ly (spaceTest): Add.
2623
2624         * lily/text-item.cc (interpret_markup): Make line markup from
2625         multi word markup.
2626
2627         * scm/define-markup-commands.scm (word): New markup command.
2628         (simple): Use it.
2629
2630         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2631
2632 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2633
2634         * vim/ftplugin/lilypond.vim:
2635         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2636         show matching paren in insert mode.
2637
2638 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2639
2640         * scm/output-ps.scm (make-title, output-scopes): Further
2641         development.
2642
2643         * input/test/title-markup.ly: New file.
2644
2645         * ps/lilyponddefs.ps: Disable PostScript titling.
2646
2647         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2648
2649 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2650
2651         * lily/arpeggio.cc (width_callback): remove padding.
2652  
2653         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2654
2655         * scm/define-music-types.scm: remove make-music-by-name.
2656
2657         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2658
2659 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2660
2661         * lily/paper-score.cc (process): Output titles using make-title.
2662
2663         * scm/output-ps.scm (output-stencil): Display directly instead of
2664         constructing string.
2665         (make-title): New function.
2666
2667 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2668
2669         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2670         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2671         Move documentation of LaTeX packages for latin1 characters to the
2672         lilypond-book manual.
2673
2674 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2675
2676         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2677
2678         * vimrc: add menu in console and shortcut <F10> for it.
2679
2680         * vim/:
2681         * vim/compiler/:
2682         * vim/syntax/:
2683         * vim/indent/:
2684         * vim/ftplugin/: new directories.
2685         
2686         * vim/filetype.vim: new file.
2687
2688         * lilypond.vim: remove files (see next).
2689         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2690
2691         * vimrc: remove file (see next).
2692         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2693
2694         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2695         add header. apply bindings only locally.
2696
2697         * vim/indent/lilypond.vim: new file.
2698
2699         * vim/ftplugin/lilypond.vim: remove errorformat.
2700         * vim/compiler/lilypond.vim: new file for errorformats.
2701
2702         * Documentation/topdocs/INSTALL.texi: give easier orders.
2703
2704         * ROADMAP: add vim/
2705
2706 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2707
2708         * Documentation/user/introduction.itely (Introduction): Use @image
2709         iso @html <img...>.  Add workaround for images in columns in info.
2710
2711         * stepmake/aclocal.m4: Store computed version in variable.
2712
2713         * configure.in: Export MAKEINFO_VERSION.
2714
2715         * config.make.in (MAKEINFO_VERSION): Add.
2716
2717         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2718
2719         * Documentation/user/GNUmakefile: Only build info with images when
2720         building web.
2721
2722         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2723
2724         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2725         stuff from documentation-targets.make
2726
2727 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2728
2729         * VERSION: 2.1.28 released
2730         
2731         * scripts/convert-ly.py (conv): 
2732
2733 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2734
2735         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2736         \arpeggioBoth. redefine \arpeggioBracket.
2737
2738         * Documentation/user/refman.itely: document new arpeggio
2739         functions.
2740
2741         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2742
2743         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2744
2745         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2746
2747 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2748
2749         * Documentation/user/introduction.itely (Automated engraving):
2750         rewrite introduction using website text.
2751
2752 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2753
2754         * scm/*.scm: make-music-by-name is replaced by make-music, which
2755         also accept music property settings, eg:
2756           (make-music 'TextScriptEvent 'direction DOWN 'text
2757               (make-simple-markup x))
2758
2759         Patch courtesy Nicolas Sceaux
2760
2761         * lily/beam-quanting.cc: cleanup, separate counts for left and
2762         right beam ends.
2763
2764         * lily/side-position-interface.cc (quantised_position): also
2765         quantize staccato position for forced stem directions. 
2766
2767 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2768
2769         * scm/*.scm: Patch by Nicolas Sceaux: 
2770
2771         * scm/music-functions.scm: ly:grob-property and ly:music-property
2772         are made procedure with setters.
2773
2774         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2775         
2776 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2777
2778         * input/test/[t-v]*.ly: finish rewriting texidocs.
2779
2780         * input/test/vaticana.ly: remove.
2781         * input/test/ligature-vaticana.ly: new, renamed file name.
2782
2783         * input/test/stem-centered.ly: remove.
2784         * input/test/mensural-note-heads.ly: new file. take content from
2785         removed file stem-centered.ly.
2786
2787         * input/test/scales-greek.ly: simplify.
2788
2789         * input/test/s*.ly: reformulate texidocs.
2790         
2791         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2792         of missing features.
2793
2794 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2795
2796         * input/test/[j-o]*.ly: update texidocs.
2797
2798 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2799
2800         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2801
2802         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2803         images.
2804
2805         * Documentation/user/lilypond.tely (@direntry): Update.
2806
2807         * stepmake/stepmake/documentation-targets.make
2808         (install-info,uninstall-info): Install into $(package_infodir).
2809         Install images.  Run install-info to update dir.
2810
2811         * config.make.in (package_infodir): Add.
2812
2813         * Documentation/user/GNUmakefile (info-with-images,
2814         local-install-info, local-uninstall-info): New target.
2815
2816 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2817
2818         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2819         gap/threshold.
2820
2821         * lily/beam-quanting.cc (score_slopes_dy): remove
2822         ROUND_TO_ZERO_SLOPE kludge.
2823
2824         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2825
2826         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2827
2828         * lily/global-context.cc (Global_context): alway accept Score
2829         (run_iterator_on_me): cast Context to Score_context, not
2830         Context_def.
2831
2832         * Documentation/user/refman.itely: documentation patch by Edward
2833         Sanford Sutton.
2834
2835         * mf/GNUmakefile: unset sauter-fonts.
2836
2837 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2838
2839         * scripts/lilypond-book.py (output_texinfo): Output @image
2840         descriptions for info too.
2841
2842         * input/test/chord-names-jazz.ly: 
2843         * input/test/embedded-scm.ly: Clarify.
2844
2845         * input/test/cautionaries.ly: Typo.
2846
2847         * lily/input-smob.cc (ly_input_location): Compile fix.
2848
2849 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2850
2851         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2852
2853         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2854         fixes problems with system defaults being reverted with \override
2855         on Score level.
2856
2857         * lily/global-context.cc (Global_context): apply property-ops to
2858         Global_context too. 
2859
2860 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2861
2862         * scm/output-ps.scm (stencil->string): Rewrite.
2863
2864 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2865
2866         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2867         impersonal style.
2868
2869 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2870
2871         * lily/input-smob.cc (ly_input_location: New function.
2872
2873         * scm/define-markup-commands.scm (upright): New markup command.
2874
2875         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2876
2877         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2878
2879         * scm/output-ps.scm (output-stencil): New function.
2880
2881         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2882         of snippet types; fixes @ignore and @verbatim blocks.
2883
2884 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2885
2886         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2887         to a file in printed documentation, instead, refer either to a 
2888         syntax or to an output.
2889
2890 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2891
2892         * input/regression/beam-center-slope.ly: Add test.
2893
2894 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2895
2896         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2897         (SAUTER_FONTS): Reinstate.
2898
2899         * scm/define-markup-commands.scm (caps): New markup command.
2900
2901         * scm/output-ps.scm (output-scopes): Experimental markup output.
2902
2903         * scm/: Add missing headers.
2904
2905         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2906
2907         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2908
2909 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2910
2911         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2912         Stray style cleanups.
2913
2914 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2915
2916         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2917         no dot combination.
2918
2919         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2920         substitute \override Staff.autoBeamSettings too
2921
2922         * Documentation/user/tutorial.itely: proofreading fixes by David
2923         Bobroff
2924
2925 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2926
2927         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2928
2929         * ps/music-drawing-routines.ps: 
2930         * ps/lilyponddefs.ps: Add end markers.
2931
2932 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2933
2934         * VERSION: 2.1.27 released.
2935         
2936         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2937
2938         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2939         obey documentation.
2940
2941 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2942
2943         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2944
2945         * scm/output-ps.scm: Resurrect.
2946         
2947         * scm/output-tex.scm: Minimal cleanups.
2948
2949         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2950
2951         * make/ly-rules.make: Remove any broken lily-*.tex files before
2952         lilypond-book run.
2953
2954         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2955         comment.
2956
2957         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2958         Enabled by default, may save 10% compile time.
2959
2960 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2961
2962         * lily/lyric-phrasing-engraver.cc: remove
2963         
2964         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2965         longer necessary. 
2966
2967         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2968         so lyric-phrasing-engraver is no longer necessary.
2969
2970         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2971         Grob_pq_engraver from Staff.
2972
2973         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2974         busyGrobs directly.
2975
2976         * input/regression/quote-transposition.ly: new file.
2977
2978         * lily/recording-group-engraver.cc (stop_translation_timestep):
2979         store instrumentTuning too. 
2980
2981         * lily/quote-iterator.cc (process): transpose events using
2982         instrumentTuning.
2983
2984         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2985         -> \tuning <pitch>
2986
2987         * lily/parser.yy (command_req): add \tuning command for setting
2988         instrument tuning of staff.
2989
2990         * Documentation/user/GNUmakefile
2991         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2992
2993         * Documentation/user/refman.itely (Customized accidental rules):
2994         typo.
2995
2996 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2997
2998         * Documentation/user/music-glossary.tely: remove the missing norwegian
2999         translation; they can be put in later properly.
3000
3001 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3002
3003         * lily/recording-group-engraver.cc (start_translation_timestep):
3004         init Recording_group_engraver twice.
3005
3006 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3007
3008         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3009         stray style cleanups:
3010
3011         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3012         -Wmissing-prototypes.
3013
3014         * flower/include/killing-cons.tcc (Killing_cons): Add template
3015         specifier for car_.
3016
3017         * flower/include/parray.hh (binsearchs): Add template specifier
3018         for maxkey.
3019
3020         * flower/include/interval.hh: Declare elem () with template specfier.
3021
3022 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3023
3024         * elisp/lilypond-indent.el (get-buffer-size): add customization
3025         groups for several variables (Reuben Thomas).
3026
3027 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3028
3029         * Documentation/user/invoking.itexi (Point and click): add index
3030         entry.
3031
3032         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3033         go under beam.
3034
3035         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3036         sarabande beam. 
3037
3038         * flower/warn.cc (programming_error): cross fingers not thumbs.
3039
3040         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3041         staff-position is set.
3042
3043         * VERSION: release 2.1.26 
3044         
3045         * scm/chord-entry.scm (construct-chord): process transposition
3046         after processing explicit-11.  
3047
3048 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3049
3050         * lily/parser.yy (add_quote): add syntax for adding quotes:
3051         \addquote "id-string" Music
3052
3053         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3054
3055         * scripts/convert-ly.py (conv): add rules for name changes.
3056
3057         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3058         music/context/grob property functions. Internally, use
3059         get_property() and set_property() for both.
3060
3061 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3062
3063         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3064         for Emacs <= 20 (Laurent Martelli).
3065
3066 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3067
3068         * lily/parser.yy (command_element): extract quoted vector in
3069         parser.
3070
3071         * input/regression/quote.ly: new file.
3072
3073         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3074
3075         * lily/parser.yy (command_element): \quote DURATION NAME: support
3076         cue notes. 
3077
3078         * lily/quote-iterator.cc (class Quote_iterator): new file.
3079
3080 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3081
3082         * lily/auto-beam-engraver.cc (try_music): accept and process
3083         beam-forbid-event.
3084
3085         * input/regression/auto-beam-no-beam.ly: new file.
3086
3087 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3088
3089         * lily/accidental.cc (print): Change font-relative-size ->
3090         font-size. Fixes cautionary-style = smaller.
3091
3092 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3093
3094         * lily/system-start-delimiter.cc (staff_brace): remove
3095         font-relative-size
3096
3097         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3098         forgotten with scm_list_n. Fixes spurious coredumps.
3099
3100         * lily/accidental-engraver.cc (stop_translation_timestep): move
3101         update of localKeySignature to stop_translation_timestep (). This
3102         makes sure that all ties are noticed at the right moment.
3103         (stop_translation_timestep): clear tie only when right-side
3104         notehead was seen.
3105         (number_accidentals_from_sig): cleanup. 
3106
3107         * input/regression/accidental-tie.ly (mus): new file
3108
3109         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3110         these longish tests.
3111
3112 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3113
3114         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3115
3116         * THANKS: update bugreporter list.
3117
3118         * lily/beam.cc (print): broken beams last until end of staff.
3119         (print): broken beams start from prefatory matter.
3120
3121         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3122
3123         * lily/paper-score.cc (process): dump header only once.
3124
3125         * lily/paper-outputter.cc (Paper_outputter): move logic into
3126         Scheme.
3127
3128         * scm/output-tex.scm (output-scopes): new function.
3129         (output-paper-def): new function
3130         (tex-string-def): new function
3131         (symbol->tex-key): new function
3132
3133         * scripts/convert-ly.py (conv): add rule for | ~
3134
3135 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3136
3137         * input/regression/{many}.ly: refresh, trying to guess how
3138         it was designed.
3139
3140 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3141
3142         * VERSION: release 2.1.25
3143
3144         * scm/define-translator-properties.scm
3145         (all-user-translation-properties): add printOctaveNames
3146
3147         * ly/engraver-init.ly: remove Note_event_swallower from
3148         NoteNamesContext.
3149
3150         * lily/note-name-engraver.cc (process_music): new property
3151         printOctaveNames
3152
3153         * lily/context.cc (find_existing_context): remove support for
3154         Current.
3155
3156         * scm/music-functions.scm (set-accidental-style): new function;
3157         duplicate accidental macros.
3158
3159         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3160
3161         * lily/note-name-engraver.cc (process_music):
3162         process_acknowledged_grobs () -> process_music ()
3163
3164         * scm/part-combiner.scm (determine-split-list): robustification.
3165
3166 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3167
3168         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3169         lines for falling into beam-gap.
3170         (score_forbidden_quants): check all staff lines for falling in
3171         beam gaps.
3172
3173         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3174         key/clef/time signatures. 
3175
3176         * input/test/ossia.ly: revise example.
3177
3178         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3179         cleanup.
3180         
3181         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3182         comply to Scheme standard.  Remove ly:get-paper-variable
3183
3184 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3185
3186         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3187
3188 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3189
3190         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3191         properties from Voice context. This fixes accidental size for
3192         staff-switches during grace contexts.
3193
3194         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3195         if necessary. Else, simply wipe dots.
3196
3197         * input/test/beam-alternate.ly: new file
3198
3199         * input/test/piano-staff-distance.ly: new file.
3200
3201         * lily/translator-group.cc (recurse_down_translators): use
3202         Direction for bottom-up/top-down.
3203
3204         * lily/include/translator.hh (class Translator): add
3205         process_music() and do_announces(). This obviates
3206         recurse_down_{engravers,performers}.
3207
3208         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3209         \melisma and \melismaEnd
3210
3211         * lily/melisma-engraver.cc (process_music): change to
3212         Melisma_translator, unify with performer. Accept
3213         ManualMelismaEvent.
3214
3215         * ly/engraver-init.ly: add Font_size_engraver.
3216
3217 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3218
3219         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3220         it hara-kiri.
3221
3222         * input/regression/{many}.ly: improve descriptions trying to figure
3223         out what is tested.
3224
3225 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3226
3227         * lily/slur.cc (broken_trend_offset): robustness fix.
3228
3229         * VERSION: release 2.1.24
3230
3231         * lily/context.cc (find_create_context): go to Score if it exists.
3232
3233         * lily/context-scheme.cc: new file.
3234
3235         * lily/score-translator.cc (get_output): new file.
3236
3237         * lily/include/grob-info.hh: origin_contexts() now does not
3238         include the originating engraver
3239
3240         * lily/translator-group.cc (translator_each): clean up contents,
3241         remove superfluous stubs. Engraver_group_engraver and
3242         Performer_group_performer are the only classes using multiple
3243         inheritance.
3244
3245         * lily/include/score-context.hh (class Score_context): interface
3246         between Score_{engraver,performer} and Global_context.
3247
3248         * lily/include/global-context.hh (Context): change from
3249         global-translator. This is the entry point for contexts; it is not
3250         tweakable using \translator{}. Score is no longer the top context,
3251         but sits underneath Global.
3252
3253         * lily/include/context.hh (class Context): brain surgery: split
3254         out Context functionality from Translator_group. Context is now a
3255         separate type from Translator.
3256
3257 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3258
3259         * lily/include/translator.hh (class Translator): make
3260         get_score_context() and get_global_translator (), and use the one
3261         which is appropriate.
3262
3263         * lily/context.cc: partially put functionality of Translator_group
3264         into Context.
3265
3266         * lily/include/context.hh (Translator): new class: put between
3267         Translator and Translator_group. 
3268
3269         * lily/new-accidental-engraver.cc: remove file.
3270
3271 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3272
3273         * input/regression/{many}.ly: improve descriptions: use complete 
3274         sentences, try to describe what is tested, avoid `we´, do not use 
3275         don't, ... 
3276
3277 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3278
3279         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3280         is at EOL.
3281
3282         * Documentation/user/lilypond.tely: declare the topmost node only
3283         once; removes empty line in @contents.
3284
3285         * Documentation/user/music-glossary.tely: really add Finnish author.
3286         Draw more beatiful `->´ arrow in html: &rarr;
3287
3288 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3289
3290         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3291
3292         * scripts/convert-ly.py (conv): add ly:music-list  change.
3293
3294         * lily/grob.cc: edit doc string.
3295
3296         * scm/define-grob-properties.scm (all-user-grob-properties):
3297         proofreading, editing of doc strings.
3298
3299         * input/regression/tablature-string-tunings.ly: new file.
3300
3301         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3302         listen to stringTunings
3303
3304         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3305         for self-alignment-[XY] code.
3306  
3307 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3308
3309         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3310         cond) into function. Cleanup.
3311
3312         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3313         
3314         * VERSION (PACKAGE_NAME): 2.1.23 released
3315
3316 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3317
3318         * Documentation/user/{refman,internals}.itely: small fixes.
3319
3320 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3321
3322         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3323         accidentals for harmonic notes
3324
3325         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3326         for harmonic notes.
3327
3328         * scm/document-backend.scm (interface-doc): prune Grob
3329         documentation: don't duplicate interface information.
3330
3331         * lily/*.cc: lots of updates of doc strings.
3332
3333 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3334
3335         * input/test/ac-extra-voice.ly (accompany): remove file.
3336
3337         * input/test/maximum-rest-count.ly: remove file.
3338
3339         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3340         conversion rule for \translator { }. Apply everywhere.  
3341
3342         * lily/parser.yy (music_property_def): set property for \once in
3343         the PropertyMusic itself, not the ContextSpec.
3344         (property_operation): change syntax within \translator { }
3345
3346         * scm/define-music-properties.scm (all-music-properties): clean up.
3347
3348         * lily/auto-beam-engraver.cc (test_moment): use
3349         updated_grob_properties() to retrieve autoBeam settings.
3350
3351         * lily/spacing-spanner.cc: bound shortest_playing_len by
3352         measure_length
3353
3354         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3355         multi-measure events for spacing computation.
3356
3357         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3358         elliptical, to 1.49.
3359
3360         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3361         vertical positioning for polyphony, without RestCollision object.
3362
3363         * lily/note-column.cc (add_head): prevent rests & note heads on
3364         one stem.
3365
3366         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3367         (do_shift): rewrite only-rests case: use common refpoints: the
3368         routine will have sensible results when other rest-translations
3369         have taken place.
3370
3371         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3372         < 0 case. 
3373
3374         * VERSION: 2.1.22 released
3375         
3376         * input/GNUmakefile (SUBDIRS): remove ascii-art
3377
3378 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3379
3380         * input/: Convert ly files that still had \property.  Fixes make
3381         web.  Remove exta spaces around '='. 
3382
3383         * scripts/convert-ly.py (conv): Redundant space fixes.
3384
3385         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3386
3387 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3388
3389         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3390         create scalable PS and PDFs  for input/{test,template,regression}.
3391
3392         * lily/context.cc (is_alias): move function.
3393         (is_alias): add Bottom as context alias. 
3394         (find_create_translator): add Bottom as a context alias for creation.
3395
3396         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3397
3398         * lily/parser.yy (music_property_def): new syntax for property
3399         assignments:
3400
3401         \set A.B = #C , \unset A.B
3402         \override A.B #C = #D, \revert A.B #C 
3403
3404         * lily/my-lily-lexer.cc: remove \property
3405
3406 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3407
3408         * Documentation/user/refman.itely: add dots after seealso refs.
3409
3410         * input/template/{many}.ly: harmonise descriptions.
3411
3412         * Documentation/user/music-glossary.itely: add Finnish author.
3413
3414 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3415
3416         * VERSION (PACKAGE_NAME): release 2.1.21
3417
3418 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3419
3420         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3421
3422         * scripts/lilypond-book.py (snippet_res): @include filename must
3423         not be empty.
3424
3425 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3426
3427         * scm/documentation-generate.scm (markup-doc-string): dump
3428         markup-commands.tely
3429
3430         * scm/define-markup-commands.scm (override): new file.
3431         Move documentation from refman into doc-strings. 
3432
3433         * input/test/staff-container.ly: fix example.
3434
3435         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3436         StaffContainer
3437
3438         * lily/grob.cc: remove point_dimension_callback
3439         (Grob): read forced dimensions from X-extent and Y-extent.
3440         (get_paper): remove preset_extent.
3441
3442         * scm/define-grobs.scm (all-grob-descriptions): remove
3443         point_dimension_callback. 
3444
3445         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3446         textscript to head. This makes no-spacing-rods work on
3447         DynamicText.
3448
3449         * lily/chord-name.cc: remove props chord, bass, inversion.
3450
3451         * Documentation/user/appendices.itely: add Scheme functions,
3452         context-properties and layout properties to manual.
3453
3454         * scm/part-combiner.scm (determine-split-list): include rests in a
3455         solo1/2 sequence.
3456
3457         * lily/new-part-combine-iterator.cc (substitute_both): new
3458         function.
3459         (class New_pc_iterator): add separate Voice=solo context, fixes
3460         autobeams going from chords to solo.
3461
3462 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3463
3464         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3465
3466         * Documentation/user/tutorial.itely:
3467         * Documentation/user/refman.itely: Add short note about being part
3468         of lilypond.tely.
3469
3470         * COPYING: Make note more clear with respect to files that are
3471         explicitely licenced otherwise (Documention/user/ comes to mind).
3472         
3473         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3474         comment about barfing of @c,{}.
3475
3476         * Documentation/user/music-glossary.tely: Add list of authors.
3477
3478         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3479         source (was: also in build log).
3480
3481 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3482
3483         * lily/side-position-interface.cc (general_side_position): if
3484         staff-padding is set, then include staff in support too.
3485
3486         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3487         module workbook
3488
3489         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3490
3491         * lily/tuplet-engraver.cc: remove tupletInvisible
3492
3493         * scm/define-translator-properties.scm: cleanup, separate in
3494         internal and user props. 
3495
3496         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3497         LyricsVoice -> Lyrics
3498
3499         * lily/new-part-combine-iterator.cc (process): only print warning
3500         for symbols.
3501
3502 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3503
3504         * scm/part-combiner.scm: Add proper header.
3505
3506         * All but lily/*: The great --2003 --2004 replace; the missing
3507         `bits'.
3508
3509         * TODO: Fix outline mode.  Add book notes.
3510
3511         * ROADMAP: Update.
3512
3513 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3514
3515         * scm/part-combiner.scm (make-autochange-music): use
3516         accumulator. Fixes stack overflow.
3517
3518         * lily/*: rename brew_molecule -> print , molecule-callback ->
3519         print-function
3520
3521         * scm/define-grob-properties.scm: cleanup. Separate into internal
3522         and user properties.
3523
3524         * lily/translator-property.cc (updated_grob_properties): new
3525         function
3526         (execute_pushpop_property): change to new convention:
3527         object property inits are stored as (cons ALIST BASED-ON). This
3528         storage format allows concurrent tweaks in different contexts.
3529
3530 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3531
3532         * TODO: new file.
3533
3534 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3535
3536         * debian/: Late Debian update (sorry Anthony).
3537
3538         * scripts/lilypond-book.py (do_file): Look for input_file in
3539         include path, or ask kpathsea if LATEX.
3540
3541         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3542         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3543         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3544         --header=texidoc.
3545
3546         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3547         relative.
3548
3549         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3550         only when filtering, default to input_base otherwise.  Coding
3551         style fixes.
3552
3553 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3554
3555         * lily/include/translator.hh (class Translator): add virtual
3556         qualifier.
3557
3558 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3559
3560         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3561
3562 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3563
3564         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3565
3566         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3567         (fixes make web).
3568
3569         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3570         live in $(out)-www).
3571
3572         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3573         dependencies.  Add link to .ly source in HTML output.
3574         (Lilypond_snippet.output_html): Handle multiple page picture
3575         output.
3576         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3577         Make usable for output_texinfo again.
3578
3579         * Documentation/user/GNUmakefile: Add static dependency for
3580         lilypond.tely includes.
3581
3582         * Documentation/user/tutorial.itely: Add some lost `relative'
3583         ly-options.
3584
3585 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3586
3587         * lily/include/translator-group.hh: move Music_output_def member
3588         to Global_translator.
3589
3590         * scripts/lilypond-book.py (do_file):  fix latex output.
3591
3592         * VERSION: release 2.1.20
3593         
3594         * scm/part-combiner.scm (determine-split-list): robustness fix 
3595
3596         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3597
3598         * lily/parser.yy (music_output_def_body): plug memory leak.
3599
3600         * lily/translator-group.cc (add_fresh_group_translator): plug
3601         memory leak: unprotect Translator_group once added.   
3602
3603         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3604
3605         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3606         write .dep file.
3607         (Lilypond_snippet.ly): add \renameinput.
3608
3609 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3610
3611         * Documentation/user/refman.itely (Markup command definition): Doc
3612         by Nicolas Sceaux. Rewrite by Han-Wen
3613
3614         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3615         thing of the line.
3616         (brew_molecule): only remove if hyphen is not at the end of line.
3617         (set_spacing_rods): new function: minimum-length specifies
3618         distance between syllables.
3619
3620         * scm/define-grobs.scm (all-grob-descriptions): add
3621         Hyphen_spanner::set_spacing_rods to LyricHyphen
3622
3623         * input/regression/lyric-hyphen-break.ly: new file.
3624
3625         * input/test/lyric-hyphen-retain.ly: new file.
3626
3627         * lily/new-part-combine-iterator.cc (construct_children):
3628         add Rest direction.
3629
3630 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3631
3632         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3633
3634         * Documentation/bibliography/engraving.bib (donemus1982):
3635         update entry.
3636
3637 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3638
3639         * scripts/lilypond-book.py (Substring.__init__): new class.
3640         (Snippet.output_texinfo): add texidoc option.
3641         (Include_snippet.replacement_text): new class.
3642         (Lilypond_snippet.__init__): new class
3643         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3644
3645         * Documentation/user/refman.itely (Sound): 
3646         note about number of channels.
3647
3648         * scm/music-functions.scm (voicify-music): add \context Staff for
3649         << \\ >> polyphony.
3650
3651         * lily/parser.yy (verbose_command_req): \skip now creates
3652         SkipMusic, and does not lead to spurious staves.
3653
3654         * scm/define-music-types.scm (music-descriptions): rename
3655         NonEventSkip to SkipMusic
3656
3657         * input/no-notation/midi-lyric-barcheck.ly: new file.
3658
3659         * input/regression/collision-dots-invert.ly: new file.
3660
3661         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3662         case.
3663
3664         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3665         die if melody died too.
3666
3667 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3668
3669         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3670         with reading from stdin.
3671
3672         * lily/slur-performer.cc (try_music): new file.
3673
3674         * lily/melisma-performer.cc (try_music): new file. Handle
3675         melismata to help lyrics.
3676
3677         * lily/beam-performer.cc (try_music): new file. Handle beam events
3678         to help lyrics.
3679
3680         * lily/score-performer.cc (one_time_step): reinstate
3681         process_music().
3682
3683         * lily/performer.cc (process_music): add to interface.
3684
3685         * lily/performer-group-performer.cc (process_music): new function.
3686
3687         * lily/dot-column.cc (do_shifts): do collision resolution before
3688         dot positioning.
3689         
3690         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3691         file, process printfilename option.
3692         (Snippet.__init__): rewrite: do not use global variables h or
3693         index.
3694         (main): really support -I option.
3695         (find_toplevel_snippets): new code.
3696         (find_toplevel_snippets): reinstate old version, without global
3697         variables.
3698
3699         * tex/texinfo.tex: really add file.
3700         
3701 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3702
3703         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3704         compatibility.
3705
3706 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3707
3708         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3709
3710         * scm/define-translator-properties.scm (drumPitchTable): add
3711         property.
3712
3713         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3714         function.
3715         (help_summary): docstrings.
3716         (do_file): strip the dir of input_base too.
3717
3718 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3719
3720         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3721
3722         * Documentation/user/lilypond-book.itely: Update.
3723
3724         * make/ly-rules.make: Update lilypond-book commands.
3725
3726         * Documentation/user/GNUmakefile: Update makeinfo commands,
3727         lilypond-book flags.
3728
3729         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3730         
3731         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3732
3733         * scripts/filter-lilypond-book.py: Remove.
3734
3735         * Documentation/user/*tely: Update options for new lilypond-book.
3736
3737         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3738         with @macros in @includes.
3739
3740 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3741
3742         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3743         make rest-collision only.
3744
3745         * lily/break-substitution.cc (substitute_one_mutable_property):
3746         clear all-elements using scm_assq_remove_x(). 
3747
3748         * lily/rest-collision.cc (do_shift): shift single rests
3749
3750         * flower/include/array.hh (class Array): rename to is_empty ()
3751
3752         * lily/drum-note-performer.cc: new file: perform drum notes.
3753
3754         * VERSION (PACKAGE_NAME): release 2.1.19.
3755         
3756 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3757
3758         * scripts/filter-lilypond-book.py
3759         (classic_lilypond_book_compatibility): New function.
3760
3761 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3762
3763         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3764
3765         * Grand 2003 -> 2004 search replace. 
3766
3767         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3768         (i.e. < > )
3769
3770         * ly/performer-init.ly: add DrumStaff
3771
3772         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3773         lyric-interface; this prevents lines with only extender lines from
3774         being junked.
3775  
3776         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3777
3778         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3779         extenders right, for once and for all (hopefully).
3780         
3781         * lily/break-substitution.cc (substitute_one_mutable_property):
3782         clear old 'all-elements for System grobs.
3783
3784         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3785         that associatedVoiceContext is always assigned when music & lyrics
3786         are found. 
3787
3788         * ly/engraver-init.ly: remove Lyrics context.
3789         (TabVoice): add noteheads engraver
3790
3791         * input/test/improv.ly: update: do not use Thread switching. 
3792
3793         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3794         squashedPosition is a number  
3795
3796         * Documentation/user/refman.itely (Automatic note splitting):
3797         remove Thread references.
3798
3799         * input/no-notation/pc-direction.ly: remove file.
3800
3801         * ly/engraver-init.ly: remove Thread
3802
3803         * input/regression/tie-chord-partial.ly: remove file.
3804
3805         * scripts/convert-ly.py (conv): \harmonic rule
3806
3807         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3808         notation for harmonic notes: <c' g''\harmonic>
3809
3810         * lily/lily-guile.cc (alist_to_hashq): new function
3811
3812         * scm/lily.scm (alist->hash-table): new function.
3813
3814         * Documentation/user/refman.itely (Percussion staves): update doco.
3815
3816         * input/regression/drums.ly (timb): updates
3817
3818         * lily/note-performer.cc (create_audio_elements): robustness fix.
3819
3820         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3821
3822 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3823
3824         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3825         discard valid matches.
3826
3827 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3828
3829         * lily/drum-note-engraver.cc: new file.
3830
3831         * ly/drumpitch-init.ly: move drum definitions
3832
3833         * scm/drums.scm: remove file.
3834
3835         * lily/*.cc: remove abort-event everywhere.
3836
3837         * lily/note-heads-engraver.cc (process_music): robustification.
3838
3839         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3840         robustification.
3841
3842         * lily/parser.yy (simple_element): add \drums mode.
3843         (simple_element): remove \pitchnames , \chordmodifiers. Use
3844         variables to store this. 
3845
3846         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3847         outside \notes.
3848
3849         * VERSION: release 2.1.18.
3850         
3851         * input/test: remove octave-duplicate.ly
3852
3853 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3854
3855         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3856
3857 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3858
3859         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3860         constructor from Music_iterator. Changes throughout.
3861
3862         * lily/include/music-iterator.hh (class Music_iterator): remove
3863         Music_iterator::skip and Music_iterator::get_pending_events from
3864         interface. Rename report_to -> get_outlet 
3865
3866         * lily/auto-change-iterator.cc: move contents from
3867         new-auto-change-iterator.cc from
3868
3869         * scm/part-combiner.scm: determine split-list from Scheme. 
3870
3871         * lily/new-auto-change-iterator.cc (process): new file.
3872
3873         * lily/parser.yy (part_combined_music): remove old PC cruft.
3874
3875         * ly/engraver-init.ly: remove old
3876         PC cruft.
3877
3878         * Documentation/user/refman.itely (The Lyrics context): note about
3879         extender lines.
3880
3881         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3882         to allow 0-length mmrest events.
3883
3884         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3885
3886         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3887
3888         * lily/spacing-engraver.cc (finalize): robustifications.
3889
3890         * input/regression/new-part-combine-solo-global.ly: new file.
3891
3892         * scm/part-combiner.scm: rewrite.
3893
3894 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3895
3896         * Documentation/user/refman.itely, input/puer-fragment.ly,
3897         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3898         updated for proper use of lyricsto; replaced "(" and ")" ->
3899         "\melisma" and "\melismaEnd"
3900
3901         * input/test/ancient-font.ly: small updates to reduce compile
3902         warnings (TODO: junk this file)
3903
3904         * input/test/gregorian-scripts.ly: added comment about bug
3905
3906         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3907         tiny robustness fix
3908
3909         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3910         recent changes in the feta code); temporarily mapped mensural g
3911         clef to a copy of petrucci g clef until mensural g clef will have
3912         been rewritten
3913
3914         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3915         between mensural and neo-mensural heads (this broke quite a while
3916         ago)
3917
3918         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3919
3920 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3921
3922         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3923         indication.  Fixes for verbatim, multi line comments.
3924
3925 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3926
3927         * input/regression/new-part-combine-solo.ly: more cases.
3928
3929         * lily/slur.cc (height): robustness fix.
3930
3931         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3932
3933         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3934         stemUp/stemDown.
3935
3936         * scm/music-functions.scm (determine-split-list): further analysis.
3937
3938         * lily/script-engraver.cc (try_music): discard duplicate
3939         articulations.
3940
3941         * input/regression/new-part-combine-solo.ly: new file
3942
3943         * input/regression/new-part-combine-a2.ly: new file.
3944
3945         * ly/performer-init.ly: add Devnull
3946
3947         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3948         for \musicglyph #"accidental-*"
3949         (conv): \newpartcombine rule.
3950
3951 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3952
3953         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3954
3955 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3956
3957         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3958         textwidth, --output.
3959
3960 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3961
3962         * scm/new-markup.scm (doubleflat): add accidental markups.
3963
3964         * VERSION: release 2.1.17
3965         
3966         * Documentation/user/refman.itely (Automatic part combining):
3967         revise documentation of the part-combiner.
3968
3969         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3970         
3971         * input/test/part-combine-{moment,staff}.ly: remove file.
3972
3973         * input/regression/pc-mmrest.ly (two): remove file.
3974
3975         * scm/define-music-types.scm (music-descriptions): add
3976         Solo{One,Two}Event and UnisonoEvent
3977
3978         * lily/new-part-combine-iterator.cc (unisono): add state_
3979         variable, signal changes with part-combine-event.
3980
3981         * input/regression/new-part-combine-text.ly: new file.
3982
3983         * lily/part-combine-engraver.cc: new file.
3984
3985 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3986
3987         * scripts/filter-lilypond-book.py: Handle snippet options.
3988
3989 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3990
3991         * scm/music-functions.scm (determine-split-list): detect solo1/2
3992         and unisono.
3993
3994         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3995         revert fix, document why.
3996
3997         * lily/tie-performer.cc (process_music): new function. Set melisma
3998         property.
3999
4000         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4001         always smaller than bracket size.
4002         (make_bracket): oops. Size of the gap was off by factor 2
4003
4004         * input/test/text-rotate.ly: new file.
4005
4006         * scm/new-markup.scm (markup): a macro that provides a
4007         LilyPond-like syntax in scheme for building markups, in order to
4008         help markup command definition. (Nicolas Sceaux)
4009
4010         * input/test/lyrics-skip-notes.ly: new example.
4011
4012         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4013
4014         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4015         use is_alias() iso. == . This fixes lyrics on
4016         GregorianTranscriptions. 
4017
4018 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4019
4020         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4021         \thispagestyle{lastpage} to avoid that it's printed on the second
4022         last page when there's only a single score line on the last page.
4023         (The page breaking mechanism in TeX played some ugly tricks to us.)
4024
4025 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4026
4027         * scripts/filter-lilypond-book.py: Further development.
4028
4029         * input/regression/collision-dots-move.ly: New test.
4030
4031         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4032         hand side note head of non-merged collision to the right.
4033
4034         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4035         Construct children before accessing property from emtpy
4036         lyrics_context_.
4037         (construct_children): Find thread before finding LyricsVoice.
4038         Create LyricsVoice one if none found, fixes crash (thanks Erik
4039         Sandberg).
4040
4041 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4042
4043         * cygwin/: Forward port.
4044
4045 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4046
4047         * buildscripts/install-info-html.sh: Use Bash.
4048
4049         * cygwin/mknetrel: Patch from Bert.
4050
4051 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4052
4053         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4054
4055         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4056         try to copy *png, index.html (Bertalan Fodor).
4057
4058         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4059
4060 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4061
4062         * lily/note-collision.cc (check_meshing_chords): Do not remove
4063         dots (from down head) when merging similar heads (thanks Matthias
4064         Kilian).  Simplify merge_possible tests and other cleanups
4065
4066         * input/regression/collision-merge-differently-dotted.ly: Add test
4067         for disappearing dots on similar heads for both voices.
4068
4069 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4070
4071         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4072         that tagline overrides copyright for single page scores. Correct
4073         the default tagline value.
4074
4075 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4076
4077         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4078
4079 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4080
4081         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4082         TEXMF if it's previously unset.
4083
4084 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4085
4086         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4087
4088         * input/test/trills.ly: fix the unfolding of lineprall.
4089
4090         * input/test/figured-bass-alternative.ly: fix accidental.
4091
4092 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4093
4094         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4095         
4096         * input/no-notation/dos-guile.ly: 
4097         * input/no-notation/dos-ps.ly: 
4098         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4099         
4100         * input/no-notation/safe-include.ly:
4101         * input/no-notation/safe-guile.ly:
4102         * input/no-notation/safe-ps.ly: 
4103         * input/no-notation/safe-tex.ly: New file.
4104
4105         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4106         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4107         options now.
4108         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4109         When in --safe-mode, set environment openout_any=p[aranoid].
4110
4111         * tex/ltest.tex: 
4112         * tex/lilyponddefs.tex: Add \nofiles.
4113
4114         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4115         options.
4116
4117         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4118         This allows building the user manual using a binary installation
4119         and a matching unpacked source tree.
4120
4121         * scm/lily.scm (safe-module): New variable. 
4122
4123         * lily/includable-lexer.cc (new_input): Fix error messages.
4124
4125         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4126         If SAFE, evaluate in safe-module.  Change callers.
4127
4128         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4129
4130         * lily/lexer.ll (embedded_scm): While processing main-input,
4131         invoke ly_parse_scm with safe mode if running in safe-mode.
4132         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4133         in init.ly for safe-mode.
4134
4135 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4136
4137         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4138         compatibility with old versions of geometry.sty (compat2
4139         already implied includehead).
4140         Change the page layout slightly so bottom + footskip = top +
4141         headheight + headsep = 16mm, the remaining paperheight-32mm
4142         are used for the music. Increase footskip to 5mm, so the top of
4143         the footer text doesn't touch the music.
4144
4145 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4146
4147         * VERSION: release 2.1.16
4148         
4149         * scm/music-functions.scm (determine-split-list): bugfix: only use
4150         new-active for both voices if both indexes advance. This fixes the
4151         biggest outstanding problem with new-pc. 
4152
4153         * lily/new-part-combine-iterator.cc (construct_children): set more
4154         directions.
4155
4156 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4157
4158         * scripts/convert-ly.py (conv): add instrument rule.
4159
4160         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4161
4162         * lily/side-position-interface.cc: remove add_staff_support ()
4163         Change all callers to use staff-padding.
4164
4165         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4166         make_spanner().
4167
4168         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4169
4170         * lily/text-engraver.cc: remove scriptHorizontal property.
4171
4172         * lily/beam.cc (least_squares): also set least-squares-dy for
4173         special case of slanted 2-stem beam to center.
4174
4175         * lily/side-position-interface.cc (out_of_staff): move contents of
4176         out_of_staff into aligned_side.
4177         remove out_of_staff().
4178
4179         * input/regression/measure-grouping.ly: fix warning.
4180
4181         * lily/side-position-interface.cc: add staff-padding support to
4182         Side_position_interface::aligned_side.
4183
4184         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4185         one get_property too many.
4186
4187         * flower/include/drul-array.hh (linear_combination): new function
4188         (scale_drul): new function
4189
4190         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4191         operations on empty intervals are silly.
4192
4193 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4194
4195         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4196         (iso gh_scm2int), fixes crash in new part-combiner.
4197
4198         * configure.in: Up mftrace to 1.0.27.
4199
4200 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4201
4202         * VERSION: release 2.1.15
4203         
4204         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4205         align all stanza numbers.
4206
4207 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4208
4209         * Documentation/user/{introduction.itely,refman.itely,
4210         converters.itely}: fix some text inside parentheses; text should
4211         be readable (even) if parentheses are either replaced with commas 
4212         or dropped out.
4213
4214 2004-01-25  Werner Lemberg  <wl@gnu.org>
4215
4216         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4217         input/test/vaticana.ly, input/test/ancient-font.ly,
4218         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4219         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4220         ly/params-as-init.ly, scm/define-grobs.scm,
4221         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4222
4223         * ly/params-as-init.ly: Removed.  Obsolete.
4224         * buildscripts/lilypond.words.py: Updated.
4225
4226 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4227
4228         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4229
4230         * mf/feta-din{4,5,7,9}.mf: remove.
4231         
4232         * lily/engraver.cc (internal_make_item): centralize item/spanner
4233         factory.
4234
4235         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4236         do correct chord conversion for ^"sim."  (backportme)
4237         (FatalConversionError.sub_articulations): substitute ^"foo" in
4238         chords too. (backportme)
4239
4240         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4241         for Fingering.
4242
4243         * lily/side-position-interface.cc (out_of_staff): don't do
4244         anything if staff-padding not defined. 
4245
4246         * mf/feta-params.mf (stafflines): introduce linethickness as
4247         general blackness of the font.
4248
4249         * lily/stem.cc (position_noteheads): rounding error robustness.
4250
4251         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4252         from beam-collision.ly 
4253
4254         * lily/beam.cc (rest_collision_callback): remove direction.
4255
4256         * scm/define-grobs.scm (all-grob-descriptions): remove
4257         enclose-bounds in OttavaBracket and PianoPedalBracket
4258
4259         * scm/new-markup.scm (def-markup-command) new macro, which takes
4260         care of defining the COMMAND-markup and make-COMMAND-markup
4261         procedures, setting markup-signature and keyword-signature object
4262         properties, and pushing the markup command in
4263         markup-function-list.
4264
4265         All markup commands are defined thanks to it.  Users may also use
4266         it to define their own markup commands. (Nicolas Sceaux)
4267
4268         * scm/new-markup.scm: Scheme style clean-up: there should be no
4269         parenthesis alone on a line; LET* should not be used where LET is
4270         enough. (Nicolas Sceaux)
4271
4272 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4273
4274         * scripts/filter-lilypond-book.py: Add script.
4275
4276 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4279
4280 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4281
4282         * Documentation/user/refman.itely (Fingering instructions): add
4283         single note chords. 
4284
4285         * lily/multi-measure-rest-engraver.cc: use a single
4286         MultiMeasureEvent for mm rests. This prevents problems with the
4287         new part combiner.
4288
4289         * scm/music-functions.scm (determine-split-list): analysis has
4290         global effect: a difference halfway a phrase makes the entire
4291         phrase be typeset as apart.
4292         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4293
4294 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4295
4296         * ly/performer-init.ly: add Devnull.
4297
4298         * Documentation/user/refman.itely (Font selection): remove paper20
4299         ref.
4300         
4301 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4302
4303         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4304
4305 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4306
4307         * scm/music-functions.scm (determine-split-list): bugfixes.
4308
4309         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4310
4311         * input/test/scales-greek.ly: use C as base, results in different
4312         alterations at the clef.
4313
4314         * input/regression/pedal-ped.ly: new file.
4315
4316         * input/regression/pedal-bracket.ly: new file.
4317
4318         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4319         replace after_line_breaking()
4320
4321         * lily/line-interface.cc (line): read thickness.
4322         (line): dash-fraction = 0 always for dotted-line style.
4323
4324         * input/test/staff-lines.ly (lower): bugfix.
4325
4326         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4327         \accepts Devnull into Score.
4328
4329         * scm/lily.scm: remove bla.scm load.
4330
4331 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4332
4333         * VERSION: release 2.1.14
4334         
4335         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4336
4337         * lily/side-position-interface.cc (general_side_position): add
4338         Staff_symbol_referencer::staff_space ().
4339
4340         * lily/include/context-def.hh: rename from translator-def.hh
4341
4342 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4343
4344         * input/template/piano-dynamics.ly (pedal): Updated definition of
4345         Dynamics such that \cresc works, for example.
4346
4347 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4348
4349         * lily/stem.cc (calc_stem_info): use
4350         Staff_symbol_referencer::staff_space
4351
4352         * lily/beam-quanting.cc (quanting): scale Stem_info 
4353
4354         * lily/beam.cc (rest_collision_callback): use minimum-distance
4355         property for rest/beam collisions.
4356         (rest_collision_callback): bugfixes.
4357
4358         * lily/system.cc (post_processing): extra-offset is now relative
4359         to the size of the current staff.
4360
4361         * scm/music-functions.scm (notice-the-events-for-pc): record all
4362         voices, only analyze "one" and "two".
4363
4364         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4365         not parent. 
4366
4367         * lily/new-part-combine-iterator.cc (construct_children): create
4368         Devnull from Voice context
4369
4370         * scm/music-functions.scm (determine-split-list): bugfixes.
4371
4372         * lily/lily-guile.cc (robust_scm2int): new function
4373
4374         * lily/staff-symbol-referencer.cc (line_thickness): new
4375         function. Use throughout.
4376
4377         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4378         in its own context.  Add to preset font-size.
4379
4380         * lily/stem.cc (thickness): new function.
4381
4382         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4383         compute thickness from ledger-line-thickness.
4384
4385         * lily/note-head.cc (brew_ledger_lines): use
4386         Staff_symbol::get_ledger_line_thickness ().
4387
4388         * lily/beam.cc (rest_collision_callback): use
4389         Staff_symbol_referencer::staff_space().
4390
4391         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4392         Mus1 Mus2
4393
4394         * lily/include/translator.hh (class Translator): add accepts_list_
4395         so  \with { \denies / \accepts } also works.
4396
4397         * scm/music-functions.scm (determine-split-list): determine split
4398         list from music events.
4399
4400         * lily/new-part-combine-iterator.cc: more states.
4401
4402         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4403
4404 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4405
4406         * lily/system.cc (set_loose_columns): use the right prebroken cols
4407         for interpolating loose column position.
4408
4409         * lily/text-spanner.cc (brew_molecule): default to no vertical
4410         lines.
4411
4412         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4413         take space.
4414
4415         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4416
4417 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4418
4419         * scripts/convert-ly.py: Do not test filename when processing
4420         stdin.
4421
4422         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4423
4424 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4425
4426         * lily/axis-group-engraver.cc (finalize): extra check; if
4427         process_music () is never called, then staffline_ == 0.
4428
4429         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4430         check run_always ().
4431         
4432         * VERSION: release 2.1.13
4433
4434         * input/regression/note-head-style.ly (pattern): cleanup.
4435
4436         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4437         downloading.
4438
4439         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4440         kludge rehearsalmark placement.
4441
4442         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4443         , ly:spanner?
4444
4445         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4446         close to note head for accidentals.
4447
4448         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4449         tuplet direction.
4450
4451         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4452
4453 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4454
4455         * lily/include/music-iterator.hh (class Music_iterator): add
4456         substitute_outlet() to iterator API.
4457
4458         * lily/new-part-combine-iterator.cc (construct_children):
4459         New_pc_iterator: new class, better part combining.
4460
4461         * lily/tie-column.cc (werner_directions): new function
4462
4463         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4464
4465         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4466         empty objects group spanner as parent
4467
4468         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4469         slope against graphical slope.
4470
4471         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4472         for ottava bracket.
4473
4474         * lily/side-position-interface.cc (general_side_position):
4475         opps. reinstate *dir.
4476
4477         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4478         parser run.
4479
4480         * lily/tuplet-bracket.cc: remove calc_dy ().
4481
4482         * Documentation/user/refman.itely (Balloon help): document balloon
4483         help
4484
4485 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4486
4487         * scm/document-backend.scm (check-dangling-properties): Grob
4488         properties are defined define-grob-properties.scm.
4489         
4490 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4491         
4492         * VERSION: release 2.1.12
4493
4494         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4495         ChordName
4496
4497         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4498         relation to surroundings.
4499
4500         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4501         Y-extent to the note-extents: stay clear of the staff.
4502
4503 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4504
4505         * Documentation/user/GNUmakefile
4506         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4507         iso. copy.
4508
4509         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4510
4511         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4512
4513         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4514
4515         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4516
4517         * lily/line-interface.cc (line): remove thickness from calling interface.
4518
4519         * lily/hairpin.cc: use Line_interface
4520
4521         * lily/line-interface.cc: new file. Line_interface for everything
4522         with dotted/dashed lines.
4523         
4524
4525         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4526
4527         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4528         for constructing ottava brackets.
4529         
4530         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4531         the note heads.
4532
4533         * Documentation/user/internals.itely (Engravers and performers):
4534         fix broken link.
4535
4536         * scm/music-functions.scm (make-mark-set): new function.
4537
4538         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4539         functionally identical to beam.
4540
4541         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4542         () with beam (). 
4543
4544         * Documentation/user/refman.itely (Rehearsal marks): document new
4545         functionality.
4546
4547         * input/regression/rehearsal-mark-number.ly: new file.
4548
4549         * input/regression/rehearsal-mark-letter.ly: new file.
4550
4551         * scm/translation-functions.scm (number->mark-string): new function
4552         (format-mark-letters): new function
4553         (format-mark-numbers): new function
4554
4555         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4556         integer; formatting is done through markFormatter property.
4557         
4558         * scm/define-translator-properties.scm: fold all *-done properties
4559         into positioning-done.
4560
4561         * lily/beam.cc (position_beam): new function
4562         (brew_molecule): make sure that positions are calced before making
4563         the molecule.
4564
4565         * scm/output*.scm (beam):  take 4th argument for function.
4566
4567         * ps/music-drawing-routines.ps: take blot as 4th argument.
4568
4569         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4570         stem to avoid small dents.
4571         
4572 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4573
4574         * VERSION: release 2.1.11
4575
4576         * input/regression/balloon.ly: new file.
4577
4578         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4579         objects, and make help texts. 
4580
4581         * scm/new-markup.scm (parse-simple-duration): parse duration
4582         string to log & dots. (Thanks Nicolas!)
4583
4584         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4585         rule.
4586
4587 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4588
4589         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4590         Lemberg).
4591
4592         * THANKS: alphabetic order.
4593
4594 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4595
4596         * input/regression/note-head-harmonic.ly: new file.
4597
4598         * Documentation/user/internals.itely (Technical manual): explain
4599         difference between music, translation, layout.
4600
4601         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4602
4603         * scm/output-ascii-script.scm (bracket): rounding bfs.
4604
4605         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4606
4607         * ly/paper*.ly: remove files. 
4608         
4609         * scm/paper.scm (set-staff-size): new function: set default
4610         staff-size.
4611
4612         * scripts/convert-ly.py (conv): add conversion rule.
4613
4614         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4615         function.
4616
4617         * scm/paper.scm: new file.
4618         (set-staff-size): new function 
4619         (set-paper-size): new function
4620
4621         * lily/parser.yy (music_output_def_body): restructure definition,
4622         so first Scheme statement in \paper also happens in new scope. 
4623
4624         * lily/system.cc (post_processing): move uniquify_list () to
4625         dumping molecule stage.
4626
4627         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4628         this will mess up scores that use barchecks to shorten measures.
4629
4630         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4631         at 20pt too.
4632
4633         * Documentation/user/tutorial.itely (Printing lyrics): document
4634         \lyricsto
4635
4636         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4637
4638         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4639
4640         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4641         if Voice is not found.
4642
4643         * VERSION: release 2.1.10
4644         
4645         * input/{test,regression}/: remove old-relative 
4646
4647         * lily/lexer.ll: add empty markup signature. 
4648
4649         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4650         strut markup
4651
4652         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4653
4654         * scm/define-translator-properties.scm: update melismata property
4655         doco.
4656
4657         * lily/system.cc (output_lines): revert uniquify_list() patch,
4658         strange side effects seen.
4659         
4660         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4661         dash-period < 0.
4662
4663         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4664         for flute. 
4665
4666 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4667
4668         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4669
4670         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4671
4672         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4673         of line breaks.
4674         (brew_molecule): add padding to left, not right.
4675
4676         * lily/system.cc (uniquify_list): new function
4677         (output_lines): uniquify_list () on all-elements. This fixes
4678         double symbols in the output.
4679
4680         * lily/beam.cc (rest_collision_callback): don't move anything if
4681         staff-position is set.
4682
4683         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4684
4685         * lily/system.cc (typeset_grob): warn if adding twice.
4686
4687         * lily/sequential-iterator.cc (run_always): implement run_always().
4688         (also in other files.)
4689         
4690         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4691
4692         * lily/event.cc (to_relative_octave): add octave-check.
4693
4694         * Documentation/user/refman.itely (Line breaking): add noBreak.
4695
4696         * scm/new-markup.scm (normalsize-markup): add function.
4697         (sans-markup): new function.
4698
4699         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4700         come earlier nowadays.  This fixes beams on grace notes.
4701         
4702         * scm/music-functions.scm (direction-polyphonic-grobs): new
4703         variable, share between override and revert. This fixes script
4704         directions in polyphonic sections. (backportme)
4705
4706 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4707
4708         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4709         breakpoints.
4710
4711         * lily/break-align-interface.cc: add doco
4712
4713         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4714
4715 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4716
4717         * VERSION: release 2.1.9
4718
4719         * scm/document-markup.scm (markup-doc-node): add note about naming.
4720
4721         * scm/new-markup.scm (left-align-markup): bugfix. 
4722
4723         * Documentation/user/refman.itely (Ottava brackets): more doco for
4724         ottava.
4725
4726         * lily/side-position-interface.cc (out_of_staff): also do
4727         out_of_staff() correctly for d == DOWN.
4728
4729         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4730         horizontal line if they move to the right.
4731         
4732         * scm/define-grobs.scm (all-grob-descriptions): set
4733         text-repeat-if-broken for ottava spanner
4734
4735         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4736         property.
4737
4738         * mf/feta18.mf: design size is 18 not 22.5
4739
4740         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4741         Add a single LyricsVoice to a melody. Melismata may be set
4742         individually.
4743
4744         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4745
4746         * lily/dot-column.cc: add stdio.h
4747
4748 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4749
4750         * lily/item.cc: documentation for break-visibility (Thanks, John).
4751
4752 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4753
4754         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4755
4756         * lily/translator-def.cc: rename Translator_def to Context_def.
4757
4758         * Documentation/user/internals.itely (Lexical details): clarify
4759         string def.
4760
4761         * Documentation/user/refman.itely (Rhythmic music): add link to
4762         RhythmicStaff 
4763
4764 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4765
4766         * lily/translator.cc: document start_translation_timestep()
4767
4768         * scm/output-tex.scm (tex-encoded-fontswitch): use
4769         round for rounding (inexact->exact yields rationals)
4770
4771         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4772
4773         * lily/translator-group.cc (get_simple_trans_list): 
4774         new function; construct simple_trans_list_ lazily.
4775         
4776 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4777
4778         * lily/paper-outputter.cc (output_scope): Check if number before
4779         checking exact (guile cvs).
4780
4781         * scm/*: Escape backslashes in scheme strings (guile cvs).
4782
4783 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4784
4785         * Documentation/user/refman.itely (Tablatures basic): annotate
4786         seealso sections.
4787
4788         * lily/*.cc: cleanup of engraver initialize() functions.
4789
4790         * lily/repeat-acknowledge-engraver.cc
4791         (start_translation_timestep): remove first_b_
4792
4793         * lily/tab-note-heads-engraver.cc: listen to string number events
4794         inside < > too. (backportme).
4795
4796         * Documentation/user/refman.itely (Text scripts): add fatText to
4797         index.
4798
4799 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4800
4801         * VERSION: 2.1.8
4802
4803         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4804         footer.
4805
4806         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4807
4808         * lily/bar-check-iterator.cc (process): only warn if
4809         barCheckLastFail was changed.
4810
4811         * scm/define-translator-properties.scm (barCheckLastFail): add
4812         property.
4813
4814         * lily/main.cc (main_prog): print summary of failed files.
4815
4816         * lily/axis-group-engraver.cc: move all spanner creation to
4817         process_music (). Now staffs can be adjusted with \override too.
4818         (Jan, you are a brilliant programmer!)
4819         
4820         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4821
4822 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4823
4824         * Documentation/user/tutorial.itely (Integrating text and music):
4825         Show the commands to produce a PDF as well.
4826
4827 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4828
4829         * lily/translator-def.cc (get_translator_names): accept user
4830         tweaks too. 
4831
4832         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4833         as big as normal heads. 
4834
4835         * input/*ly: run convert-ly
4836         
4837         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4838         () if dependencies are fluked.
4839
4840         * scm/document-translation.scm (engraver-doc-string): update on
4841         latest string/symbol conventions.
4842
4843         * lily/translator-ctors.cc: use Scheme_hash_table.
4844
4845         * lily/translator-def.cc (get_translator_names): new function
4846         (add_context_mod): new function
4847         (get_accepted): new function
4848
4849         * lily/parser.yy (context_mod): put all modifications of
4850         \translator { } in a single production, encode as SCM.
4851
4852         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4853         to use read-only lists, so additions to the definition can be
4854         prepended easily.  
4855
4856         * Documentation/user/invoking.itexi (Editor support): add node on
4857         editor support.
4858
4859         * Documentation/user/refman.itely (Bar check): add lyrics example
4860         of bar checks. 
4861
4862         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4863
4864         * scripts/convert-ly.py (conv): add conversion rule.
4865
4866         * lily/parser.yy: use \change iso. \translator for staff switch.
4867
4868         * lily/my-lily-lexer.cc: add \change.
4869
4870         * scm/define-translator-properties.scm
4871         (default-melisma-properties): add definition.
4872
4873 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4874
4875         * Documentation/user/refman.itely (Bar lines): clarification of
4876         systemStartDelimiter. 
4877
4878         * input/test/slur-shape.ly (x): remove file.
4879
4880         * lily/translator-group.cc (apply_property_operations): new function.
4881
4882 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4883
4884         * lily/parser.yy (optional_prop_ops): allow \with {
4885         PROPERTYSETTINGS } following \context or \new.
4886
4887         * lily/my-lily-lexer.cc: add \with.
4888
4889         * lily/parser.yy (property_operation): clean up definition of
4890         property operations.
4891         (property_op_to_music): new function.
4892         (context_spec_music): new function
4893
4894         * VERSION: 2.1.7 released.
4895         
4896         * input/regression/collision-merge-dots.ly: new file.
4897
4898         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4899         then kill the dots too. 
4900
4901         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4902         set/unset breakableSeparationItem
4903
4904         * lily/separation-item.cc (relative_width): add function.
4905
4906         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4907         only-prebreak-interface
4908
4909         * lily/system.cc (output_lines): only junk only-prebreak-interface
4910         grobs.
4911
4912         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4913         read breakableSeparationItem
4914
4915         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4916
4917         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4918
4919         * lily/dot-column.cc (dot_config_badness): new function:
4920         select the best scoring dot configuration: dots should go close to
4921         the note heads, but be shifted up or down according to conventions.
4922         (print_dot_configuration): idem.
4923         (shift_one): idem
4924         (remove_collision): idem.
4925
4926         * input/regression/dots.ly: add more test cases.
4927
4928 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4929
4930         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4931
4932         * flower/include/interval.hh: rename elem_b to contains 
4933
4934         * lily/tie.cc: change 'heads to 'head-pair.
4935
4936         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4937         fill in 'heads field.
4938
4939         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4940         minimum-length for short ones, and shorten so collisions with the
4941         next syllable are avoided.
4942
4943         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4944         near-zero slopes.
4945         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4946
4947         * lily/dots.cc: remove quantized_position callback. All Y
4948         positioning is done by dot-column.cc
4949
4950         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4951         exhaustive test of all dot positions. This fixes disappearing dots
4952         in dotted chords.
4953
4954 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4955
4956         * mf/feta-klef.mf (test_staff): fatten up G clef
4957         (test_staff): fatten up f clef.
4958         
4959
4960 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4961
4962         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4963         * input/les-nereides.ly: Use latin1 characters for title, like
4964         Morgenlied.
4965
4966 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4967
4968         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4969         cmb10).
4970
4971         * lily/lyric-extender.cc (brew_molecule): add little space before
4972         extender line.
4973
4974         * lily/beam-quanting.cc (score_forbidden_quants): check if
4975         outer stafflines fall in any beam gaps.
4976
4977         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4978         for lyric texts.
4979
4980 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4981
4982         * VERSION: 2.1.6 released.
4983
4984         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4985         this shows the demerits of a user-defined beam position pair.
4986
4987         * scm/define-grobs.scm (all-grob-descriptions): set
4988         beamed-extreme-minimum-free-lengths to a different value.
4989
4990         * lily/scm-option.cc: add debug-beam scm-option
4991
4992         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4993
4994 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4995
4996         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4997
4998         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4999         space after barline.
5000
5001         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5002
5003         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5004         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5005         the other case, take standard column-breakable spacing. Do not
5006         warn about "no spacing wishes".
5007
5008         This fixes wide spaces after barlines in very loose lines.
5009
5010         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5011
5012 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5013
5014         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5015         acknowledge_grob lyric-syllable, not lyric-text.
5016
5017         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5018         dashes of length #'length separated by #'dash-period. 
5019
5020         * lily/lyric-extender.cc (brew_molecule): idem
5021
5022         * lily/multi-measure-rest.cc (big_rest): idem
5023
5024         * lily/system-start-delimiter.cc (simple_bar): idem
5025
5026         * lily/bar-line.cc (simple_barline): use rounded box
5027
5028         * VERSION: release 2.1.5
5029
5030         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5031         music): move note about dvips to more visible place.
5032
5033         * lily/lyric-phrasing-engraver.cc: move from
5034         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5035         lyric-phrasing-engraver.hh)
5036         
5037         * lyric-align.ly: remove file
5038         
5039         * scripts/convert-ly.py (FatalConversionError.func): add removal
5040         rule for automaticMelismata
5041
5042         * ly/engraver-init.ly (ScoreContext): switch on
5043         New_phrasing_engraver by default.
5044
5045         * lily/slur-engraver.cc (class Slur_engraver):
5046         process_acknowledged_grobs -> process_music.
5047         (try_music): signal melismata correctly.
5048
5049         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5050         word-space, right-trim-amount, and extend past right bound only
5051         for note heads.
5052
5053         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5054         lyric-extender support: add note-heads to the extender
5055         automatically.
5056
5057         * lily/parser.yy: extender is now post_event. 
5058
5059         * lily/accidental-engraver.cc (number_accidentals): remove
5060         spurious warning about non-parent contexts.
5061
5062         * lily/music-output-def.cc (assign_translator): \translator { }
5063         for a Foo context implicitly redefines \FooContext.
5064
5065         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5066         fixes.
5067
5068         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5069         doubly in slur weight. 
5070
5071         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5072         combination.
5073
5074         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5075         staffbar distance.
5076
5077         * scripts/lilypond.py (global_latex_preamble): crank down size of
5078         the margins. Now there is a 12 mm top and bottom margin, which
5079         should correspond with the printable area of modern printers.
5080
5081         This enlarges the music height of the printable page a little.
5082
5083         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5084         signs. Use \markup instead.
5085         (accreg_pen): tweak for accordeon asterisk.
5086
5087 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5088
5089         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5090
5091         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5092
5093         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5094
5095         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5096
5097         * scm/define-grobs.scm (all-grob-descriptions): change
5098         StanzaNumber description: make side support, i.s.o. breakable.
5099         use Instrument_name_engraver for texts in the margin.
5100
5101         * scm/define-translator-properties.scm: remove
5102         melismaEngraverBusy, stz property.
5103
5104         * *.cc: naming: change empty_b () into is_empty ()
5105
5106         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5107
5108         * input/regression/lyric-phrasing-new.ly: new file.
5109
5110         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5111         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5112         melismata are now left-aligned.
5113
5114 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5115
5116         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5117
5118         * mf/feta19.mf: remove.
5119         
5120         * mf/feta-klef.mf (test_staff): more tweaks
5121
5122         * mf/feta-toevallig.mf: more small size tweaks.
5123
5124         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5125         rests for smaller sizes.
5126
5127         * mf/feta-bolletjes.mf: fix cross heads.
5128
5129         * VERSION: release 2.1.4
5130         
5131         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5132         deprecated #'ancient font family
5133
5134         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5135         it is a string or number.
5136
5137         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5138         change calling convention of stem-attachment function. 
5139
5140         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5141
5142         * mf/feta-autometric.mf: dump WX/WY fields too
5143         
5144         * mf/parmesan-heads.mf: idem.
5145
5146         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5147         attachment coordinates.
5148
5149         * lily/note-head.cc (stem_attachment_coordinate): read stem
5150         attachment from the notehead glyphs WX/WY fields.
5151
5152         * lily/include/font-metric.hh (struct Font_metric): add methods
5153         get_indexed_wxwy (), make a distinction between looking up by
5154         index and ASCII  
5155
5156         * mf/feta-bolletjes.mf: rewrite note head MF code.
5157         (test_outlines): make heads more rotund for smaller sizes. 
5158
5159 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5160
5161         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5162         throughout. Font scaling fixes throughout.
5163
5164         * mf/feta-sleur,slur.mf: remove. 
5165
5166         * mf/feta-slag.mf: rewrite.
5167
5168 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5169
5170         * VERSION: release 2.1.3
5171
5172         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5173
5174         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5175
5176         * lily/mark-engraver.cc (process_music): fix mark
5177         \default. (backportme)
5178
5179         * stepmake/stepmake/automatically-generated.sub.make (default):
5180         use -n for head/tail commands. 
5181
5182         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5183         heads with the same pitch.
5184
5185 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5186
5187         * lily/recording-group-engraver.cc (finalize): set protected_scm
5188         member to '() before finalizing.
5189
5190         * lily/translator-group.cc (finalize): remove removal_processing () 
5191
5192         * lily/recording-group-engraver.cc: new engraver: record
5193         synchronized start & end times for each music object.
5194
5195         * lily/parser.yy (toplevel_expression): execute score rendering
5196         during parsing. Cleanup output-filename handling; this is no
5197         longer done with global variables.
5198         (translator_spec_body): allow \type modification too.
5199
5200         * lily/score.cc:  ly:run-translator: new function
5201         (LY_DEFINE): ly:render-output new function.
5202
5203         Separate interpreting and rendering, and make available as
5204         functions at Scheme level.
5205
5206 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5207
5208         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5209         (musicxml-node->string):
5210         (xml-node->string):
5211         (music-to-musicxml): New function.
5212
5213 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5214
5215         * VERSION: 2.1.2 released
5216
5217         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5218
5219         * scm/font.scm (paper20-font-vector): discouple font design sizes
5220         from sizes specified in .ly file: store all design sizes of a font
5221         in a single vector.
5222
5223         * lily/font-select.cc (get_font_by_design_size): new function
5224
5225         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5226         add parmesan,feta in sizes 14 and 18.
5227         
5228         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5229
5230         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5231         of fontSize: this now sets font-size
5232
5233 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5234
5235         * VERSION: 2.1.1 released
5236         
5237         * Documentation/user/refman.itely (Tuning objects): add note about
5238         concurrent tweaks in different contexts. 
5239
5240         * lily/tie-engraver.cc (acknowledge_grob): use
5241         Staff_symbol_referencer::get_position iso. reading staff-position
5242         directly.
5243
5244         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5245         currentMusicalColumn as left span-point for bracket. The bracket
5246         is too long when there are accidentals.
5247
5248 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5249
5250         * buildscripts/lilypond-profile.sh,
5251         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5252         Thanks to Reuben Thomas <rrt@mupsych.org>
5253
5254 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5255
5256         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5257         Wurbel <wurbel@univ-tln.fr>.
5258
5259 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5260
5261         * scripts/midi2ly.py: Add space after chords.
5262
5263 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5264
5265         * input/regression/{many}: add few @code{ ... }.
5266
5267 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5268
5269         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5270         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5271         Removed cmbx5, cmbx6 (which are included in teTeX)
5272         and cmbxti14 which is not used in fonts.scm.
5273
5274 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5275
5276         * lily/midi-item.cc: fine tune quarter tones.
5277
5278 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5279
5280         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5281         new function, warn how many cents are missing in fine tuning.
5282
5283 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5284
5285         * input/bugs/rhytmicstaff-tie.ly: add file.
5286
5287         * THANKS: Create skeleton for 2.1.
5288
5289 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5290
5291         * input/test/bar-lines.ly (TODO): dashed "|".
5292
5293 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5294
5295         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5296         input/regression/tie-chord.ly: Fix spell for tying.
5297
5298         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5299
5300         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5301         new file (renamed, see above).
5302
5303         * Documentation/user/lilypond-book.itely
5304         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5305         * input/example-1.ly input/example-2.ly input/example-3.ly
5306         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5307         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5308         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5309         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5310         * scripts/lilypond-book.py scripts/lilypond.py
5311         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5312         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5313
5314         * Documentation/user/lilypond.tely: update version.
5315
5316         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5317         Remove extra spaces in each @node, fixes spaces.
5318
5319 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5320
5321         * scripts/lilypond-book.py (output_dict): Add definition of
5322         \lilypondbook also for LaTeX output. Solves several bug reports.
5323
5324 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5325
5326         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5327
5328 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5329
5330         * input/test/transposition.ly: Fix key signatures, given in comments.
5331
5332 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5333
5334         * scm/midi.scm (instrument-names-alist),
5335         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5336
5337 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5338
5339         * input/test/temporary-stave.ly (texidoc): New example based on an
5340         email question from Ralph Little.
5341
5342 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5343
5344         * VERSION: release 2.1.0
5345         
5346         * lily/note-performer.cc (try_music): accept busy-playing-event.
5347
5348         * lily/swallow-perf.cc (try_music): return false for
5349         busy-playing-event and melisma-playing-event.
5350
5351 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5352
5353         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5354         >> in \score.
5355
5356 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5357
5358         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5359         that articulation_substitute will not move beam start again.
5360         (articulation_substitute): Bugfix: remove stray space so that new
5361         old chords ending '>>' does not get broken up.
5362         (sub_chord): Use TAB for indentation (not spaces).
5363         
5364         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5365         Bugfix for startup: Use ?^ instead of ?\^.
5366
5367 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5368
5369         * lily/lyric-combine-music-iterator.cc
5370         (Lyric_combine_music_iterator): change init order, to prevent GC
5371         segfaults.
5372
5373         * lily/context-specced-music-iterator.cc (construct_children): 
5374         only change  translator if found. This fixes a core dump problem.
5375
5376 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5377
5378         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5379         comparison.
5380
5381         * mf/feta-bolletjes.mf: make hole in half note little
5382         smaller for stem attachment.
5383
5384         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5385
5386         * mf/feta-banier.mf: don't draw stem with flag, just small square
5387         attachment.
5388
5389         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5390
5391         * mf/feta-banier.mf: remove upstem/downstem characters.
5392
5393         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5394
5395         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5396         stafflinethickness (in the default)
5397
5398         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5399
5400         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5401
5402         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5403
5404         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5405
5406         * lily/include/directional-element-interface.hh:
5407         junk class, make {get,set}_grob_direction functions.
5408
5409         * lily/slur.cc (get_attachment): do something sensible when
5410         attaching to stem without heads (eg. a rest).
5411
5412         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5413         forcing up to staff.  remove #'support-head property
5414         (brew_molecule): small cleanup.
5415         (flag): remove #'grace property.
5416
5417 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5418
5419         * cygwin/postinstall-lilypond.sh: 
5420         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5421         (Volker Zell).
5422
5423 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5424
5425         * scripts/lilypond-book.py: resurrect 'eps' option. 
5426         (TexiPaper.to_eps): use -Ppdf for EPS files.
5427
5428         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5429
5430         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5431
5432         * VERSION: release 2.0.1
5433
5434         * lily/bezier.cc (get_other_coordinate): change assert into
5435         warning.
5436
5437         * lily/note-head.cc (internal_brew_molecule): make left protusion
5438         smaller, to accomodate for natural sign.
5439         (internal_brew_molecule): only do this when the accidental is
5440         close enough.
5441         (extent): new function
5442
5443         * lily/skyline.cc (merge_skyline): new function
5444         (heighten_skyline): new function
5445
5446         * lily/accidental-placement.cc (position_accidentals) 
5447         (position_accidentals): fix todo.
5448
5449 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5450
5451         * input/test/+.ly (texidoc): put version number inline.
5452
5453         * GNUmakefile.in: remove rsync-web target.
5454         
5455         * input/regression/bar-scripts.ly (onestaff): raggedright
5456
5457 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5458
5459         * lily/*.cc: remove #if 0'd code in couple of places.
5460
5461         * lily/midi-stream.cc (operator <<): rewrite.
5462
5463         * lily/note-head.cc (internal_brew_molecule): 
5464         only make ledgers when the Staff symbol has lines.
5465
5466         * ly/property-init.ly (arpeggioBracket): simplify
5467
5468         * lily/translator-group.cc (execute_pushpop_property): use
5469         SCM_EQ_P for comparing keys. This fixes reverting
5470         auto-beam-settings.
5471
5472 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5473 *
5474         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5475         midi_debug_global_b.
5476         (operator <<): Normalise loop.
5477
5478 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5479
5480         * scripts/lilypond.py (escape_path): revise.
5481
5482         * scm/music-functions.scm (set-output-property): new function.
5483         
5484 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5485
5486         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5487         use addmakeflags again.
5488
5489         * cygwin/lily-wins.py (escape_shell): New function; use it.
5490
5491         * scripts/lilypond.py (escape_shell): Escape quotes and other
5492         spaces too.  Do not escape escaping backslashes.
5493
5494         * make/srcdir.make.in (web-install): Must call install-WWW now.
5495
5496         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5497         dependency
5498
5499 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5500
5501         * scripts/lilypond.py (escape_path): escape quotes too. 
5502
5503         * Documentation/user/lilypond.tely (Unified index): rename Index
5504         to accomodate Windows breakage.
5505
5506         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5507
5508         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5509         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5510         target not a source.
5511
5512 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5513
5514         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5515         addmakeflags.  Build and install doc and web also when building on
5516         Cygwin.
5517
5518         * mf/GNUmakefile: Bugfix.
5519
5520         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5521         target web.
5522
5523         * cygwin/lily-wins.py: Quote filename.
5524
5525 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5526
5527         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5528
5529 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5530
5531         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5532         settings.
5533
5534         * configure.in: Require g++ > 3.0.4.
5535
5536         * mf/GNUmakefile: Bugfix: Add list.ly target.
5537         
5538         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5539
5540         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5541         make omf directory, add uninstall targets.
5542
5543 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5544
5545         * lily/tie-performer.cc (initialize): init prev_event
5546
5547         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5548
5549         * lily/script-engraver.cc (make_script_from_event): don't crash on
5550         non-string articulation-type.
5551
5552         * lily/new-fingering-engraver.cc (add_script): don't crash on
5553         0 scripts 
5554         (acknowledge_grob): warn about text script events.
5555
5556 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5557
5558         * buildscript/lilypond.words: fix path for drums.scm.
5559
5560 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5561
5562         * lily/spacing-spanner.cc (note_spacing): don't make longer
5563         durations than measure-length.
5564
5565         * VERSION: release 2.0.0
5566
5567         * GNUmakefile.in (rsync-web): version independent rsync target.
5568
5569         * input/test/+.ly (texidoc): idem.
5570
5571         * input/regression/+.ly: print version number.
5572
5573         * input/regression/accidentals.ly (mel): shorten.
5574
5575         * input/regression/accidental-octave.ly (texidoc): shorten.
5576
5577         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5578
5579         * input/regression/completion-heads-polyphony.ly: octave
5580
5581         * input/regression/beam-manual.ly: remove
5582
5583         * input/regression/beam-chord.ly: remove
5584
5585         * input/regression/grace-dynamic.ly: remove
5586         
5587         * input/regression/grace-volta-repeat.ly: octave fixes.
5588
5589         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5590
5591         * lily/parser.yy (step_number): semitones for chord entry too.
5592         (make_chord_step): more robust code, semitones. 
5593
5594         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5595
5596         * input/regression/breathing-sign.ly (texidoc): split ancient and
5597         normal breathing signs.
5598
5599         * scm/define-grobs.scm (all-grob-descriptions): swap
5600         beamed-extreme-minimum-free-lengths and
5601         beamed-minimum-free-lengths; the 'extreme' case should allow
5602         shorter stems. This fixes forced directions on beamed 32nd and
5603         shorter notes.
5604
5605         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5606         quartertones, not semitones.
5607         (NoteNamesContext): swallow more event types
5608
5609         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5610
5611         * VERSION (PACKAGE_NAME): release 1.9.10
5612
5613 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5614
5615         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5616         set note head as cause of note-column.  This gives a better error
5617         message.
5618
5619 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5620
5621         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5622
5623 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5624
5625         * mf/GNUmakefile (pfa_warning): instruct 
5626
5627         * stepmake/aclocal.m4: typo.
5628
5629         * Documentation/user/cheatsheet.itely: more verbose examples.
5630
5631         * input/regression/clefs.ly: remove bogus docstring.
5632
5633 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5634
5635         * GNUmakefile.in (SUBDIRS): Add elisp.
5636
5637         * elisp/lilypond-mode.el: 
5638         * elisp/lilypond-init.el: 
5639         * elisp/lilypond-indent.el: 
5640         * elisp/lilypond-font-lock.el: Move from top dir.
5641
5642         * stepmake/stepmake/elisp-vars.make: New file.
5643
5644         * config.make.in (elispdir): Add.
5645
5646         * Documentation/topdocs/INSTALL.texi: Typo.
5647
5648         * make/ly-rules.make: Test for files instead of touching void and
5649         ignoring errors.
5650
5651         * GNUmakefile.in:
5652         * make/lilypond.redhat.spec.in:
5653         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5654         <builddir>, adding
5655         
5656              (push "<builddir>/share/lilypond/elisp" load-path)
5657
5658         to your ~/.emacs.el should give you LilyPond-mode again.
5659
5660         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5661         regexp for DOS/Windows, we are too paranoid to fix others.
5662
5663 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5664
5665         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5666
5667         * input/test/chord-names-jazz.ly (banterProperties): fix
5668
5669         * lily/parser.yy (bass_mod): bass figure alterations are semi
5670         tones, not quarter tones
5671
5672         * lily/beam.cc (set_stem_lengths): only lengthen stems
5673         for gapped beams.
5674
5675         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5676         by beamcount.
5677
5678         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5679         a warning that the warning may erroneous.
5680
5681         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5682         target.
5683
5684         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5685         targets.
5686
5687         * GNUmakefile.in ($(config_h)): config.h should depend on
5688         config.hh.in .
5689         (lilypond.words): remove fontball stuff.
5690
5691         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5692
5693         * configure.in: remove pktrace reference.
5694
5695         * GNUmakefile.in (rsync-web): permissions and ownership for
5696         website.
5697
5698         * lily/volta-engraver.cc (staff_eligible): new function.
5699         (stop_translation_timestep): kill off spanners if not eligible.
5700
5701         * VERSION (PATCH_LEVEL): release 1.9.9
5702
5703         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5704
5705         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5706         length is more important than forbidden quants.
5707         
5708 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5709
5710         * buildscripts/lilypond.words: order words in search order,
5711         add lilypond.words.vim to be generated.
5712
5713         * lilypond.vim: use lilypond.words.vim for keyword matching.
5714
5715         * lilypond-mode.el: use search order. fix word selection rules.
5716
5717         * lilypond-font-lock.el: fix fontifying long durations.
5718
5719         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5720
5721 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5722
5723         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5724
5725         * stepmake/stepmake/generic-targets.make:
5726         * stepmake/stepmake/bin/make-version.py: 
5727         * stepmake/aclocal.m4:
5728         * make/stepmake.make:
5729         * make/toplevel-version.make: Build fixes: remove last traces of
5730           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5731
5732         * lily/beam.cc: Add gap-count property.
5733
5734 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5735
5736         * scm/define-grob-properties.scm (gap-count): add gap-count
5737
5738         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5739
5740 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5741
5742         * cygwin/mknetrel.doc: Typo.
5743
5744         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5745
5746         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5747
5748 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5749
5750         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5751         sizes. Remove support for 'ledger'(=tabloid+landscape).
5752
5753 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5754
5755         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5756         sauter PFAs.
5757
5758         * configure.in: remove VERSION stuff once again.
5759
5760         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5761
5762         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5763         for chord names.
5764
5765         * mf/GNUmakefile: always trace pfa fonts.
5766         (SAUTER_FONTS): add cmss[567] too fonts
5767
5768         * configure.in: require mftrace. 
5769
5770         * lily/staff-performer.cc (new_instrument_string): don't look at
5771         instrument property.
5772
5773         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5774         is_direction is the C++ one. Similar for ly_axis_p and
5775         ly_number_pair_p
5776
5777 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5778
5779         * lily/beam.cc (brew_molecule): read gap-count to determine
5780         number of tremolo (gapped) beams.
5781
5782         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5783         shorter than 1/8
5784
5785         * flower/include/array.hh (default_compare): new function
5786
5787         * cygwin/mknetrel: Native fixes.
5788
5789         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5790
5791 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5792
5793         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5794         feature for Windows.
5795
5796         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5797
5798         * cygwin/mknetrel: Updates for native use on Cygwin.
5799
5800         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5801
5802         * stepmake/stepmake/help2man-rules.make: 
5803         * cygwin/mknetrel: Bugfix for manpages.
5804
5805         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5806         $(builddir).  Stepmake is a normal subdirectory now, that is not
5807         configured.  Another srcdir build fix.
5808
5809         * Documentation/topdocs/INSTALL.texi,
5810         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5811         lilypond-init.el, lilypond-mode.el, debian/rules,
5812         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5813         rename generated file lilypond.words to lilypond.words.el.
5814
5815 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5816
5817         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5818
5819         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5820         GNUmakefile.in.
5821
5822 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5823
5824         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5825         when cross building.
5826
5827         * configure.in: srcdir build fix.
5828
5829         * cygwin/GNUmakefile:
5830         * cygwin/lily-wins.py:
5831         * cygwin/postremove-lilypond.sh: 
5832         * cygwin/postinstall-lilypond.sh: Merge from stable.
5833
5834         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5835         s/ly2dvi/lilypond/.
5836
5837 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5838
5839         * lily/slur.cc (after_line_breaking): only set control points if
5840         none supplied yet.
5841
5842         * input/test/slur-manual.ly: new file.
5843
5844         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5845         <<  >> chords too.
5846
5847         * VERSION (PACKAGE_NAME): release 1.9.8
5848
5849         * scripts/lilypond.py (escape_path): escape spaces in directory names
5850
5851         * input/test/text-spanner.ly: fixes.
5852
5853 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5854
5855         * buildscripts/lilypond.words.py: add drum names as note names to
5856         Emacs-mode.
5857
5858 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5859
5860         * input/regression/hairpin-dashed.ly: new file.
5861
5862         * scripts/convert-ly.py (conv): warn about dash-length.
5863
5864         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5865         automatically if we get a new one.
5866
5867         * lily/lookup.cc (dashed_line): new function
5868
5869         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5870         dash-fraction.
5871
5872 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5873
5874         * buildscripts/lilypond.words.py: extract note names.
5875
5876         * lilypond-mode.el: take note names from lilypond.words -file.
5877         small fix in the use of string-match.
5878
5879         * lilypond-font-lock.el: use lilypond.words for note names, add 
5880         maxima to note a duration.
5881
5882 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5883
5884         * lily/breathing-sign.cc: remove railtracks() function. 
5885
5886         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5887
5888         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5889         (brew_molecule): bugfix don't make arpeggio shorter when
5890         arpeggio-direction is set.
5891
5892         *  debian/rules: small corrections in the (Pedro K)
5893
5894         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5895         examples.
5896
5897         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5898         special (repeat) bar comes along.
5899
5900         * input/regression/auto-beam-bar.ly: update.
5901
5902         * scripts/lilypond-book.py (output_dict): remove support for the
5903         EPS option.
5904
5905         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5906         VerticalAlignment and VerticalAxisGroup this fixes the size
5907         computations for the entire system.
5908  
5909         * input/les-nereides.ly (bass): remove superfluous fontSize.
5910
5911         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5912         causes directory of file to be added to include path.
5913
5914         * input/regression/beam-break.ly: test single stem beams.
5915
5916         * input/regression/system-start-bracket.ly: fix.
5917
5918         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5919
5920         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5921
5922         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5923         (score_stem_lengths): do something sensible for single stem beams.
5924
5925         * lily/beam.cc (least_squares): add kludge for single stem beams.
5926
5927         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5928         keySignature to list of broken things.
5929
5930         * input/regression/keys.ly: fix.
5931
5932         * VERSION (PACKAGE_NAME): release 1.9.7
5933
5934         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5935
5936         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5937
5938         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5939         (quartertone_pitch): new function
5940
5941         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5942         flat. WARNING: FONT CHANGED.
5943
5944         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5945
5946         * lily/accidental-placement.cc (add_accidental): support for
5947         quarter tones.
5948
5949         * ly/LANGUAGEs.ly: use symbols for alterations.
5950
5951         * mf/feta-toevallig.mf: change accidental codes. 
5952
5953         * scm/lily.scm (ly:get-option): switch on debugging only for
5954         --verbose.
5955
5956         * lily/lily-guile.cc: remove ly:verbose?
5957
5958         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5959
5960         * lily/parser.yy (TODO): only do gh_call() for apply with
5961         procedure argument.
5962
5963         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5964         stuff in accordance with new timing of tie-events.
5965
5966         * lily/my-lily-lexer.cc: remove \outputproperty
5967
5968         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5969
5970         * scm/define-translator-properties.scm (melismaBusyProperties):
5971         add melismaBusyProperties property.
5972
5973 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5974
5975         * input/test/ambitus-mixed.ly (texidoc): new file.
5976
5977         * buildscripts/mutopia-index.py (find): prune debugging
5978
5979         * lily/side-position-interface.cc: doc updates
5980
5981         * Documentation/user/refman.itely: updates, tweaks.
5982
5983         * lily/parser.yy (Simple_music): remove outputproperty
5984
5985         * make/stepmake.make: use VERSION again; importing VERSION via
5986         autoconf dependencies is too hairy.
5987
5988 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5989
5990         * lilypond-mode.el: allow `-' for keywords and identifiers.
5991
5992 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5993
5994         * VERSION: release 1.9.6
5995         
5996         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5997         iso. ly2dvi.
5998
5999         * Documentation/user/*.itely: fixes everywhere
6000
6001         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6002         produce ties from the engraver itself, do not broadcast TieEvent.
6003
6004         * lily/my-lily-lexer.cc: remove pitch & duration.
6005
6006         * lily/parser.yy (TODO): remove \pitch and \duration
6007
6008         * input/test/explicit.ly: remove file.
6009
6010         * Documentation/user/refman.itely (Pitches): remove \pitch 
6011         \duration command.
6012
6013 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6014
6015         * buildscripts/lilypond.words.py: add all slur types to Emacs
6016         insertion menu, suppose everything is postfixed by dropping 
6017         unnecessary `-' -marks.
6018
6019 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6020
6021         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6022         tremoloed stems.
6023
6024         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6025         head for flagged stems.
6026
6027         * lily/stem.cc (get_default_stem_end_position): futz with extra
6028         stem length if there is a stem tremolo.
6029
6030         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6031         it would be too small.
6032
6033         * lily/font-metric.cc: return #f for non-existent glyph.
6034         
6035         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6036         exported through config.make.
6037
6038         * input/regression/clef-oct.ly: new file.
6039
6040         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6041         transposition.
6042
6043         * input/template/*.ly: remove old relative.
6044
6045         * ly/english.ly: add X names for double sharp.
6046
6047 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6048
6049         * lily/font-select.cc: new file handle font selection routines.
6050
6051         * lily/parser.yy: add ; (Patrick Atamaniuk)
6052
6053         * input/test/time-signature-double.ly: use markups for double time
6054         sigs.
6055
6056         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6057         ChordNames.SeparationItem #'padding for adjusting space after chords.
6058         
6059         * lily/music-output-def.cc (LY_DEFINE): 
6060         new function ly:paper-lookup.
6061         
6062         * mf/parmesan-clefs.mf: use # quantities for char_box
6063         offsets. Fixes overflow errors in the PFA. 
6064
6065         * scm/new-markup.scm (strut-markup): change calling interface for
6066         markup. Pass paper-def, not grob. This would allow \markup to be
6067         used separately from grobs.
6068
6069         * lily/paper-def.cc: new function ly:paper-font; this function
6070         replaces ly:get-font.
6071
6072         * lily/include/font-interface.hh (struct Font_interface): take
6073         Paper_def iso. Grob for get_font().
6074
6075 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6076
6077         * Documentation/user/ tutorial.itely, refman.itely: add warning
6078         about \key and accidentals.
6079
6080 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6081
6082         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6083
6084         * Documentation/user/*.itely: manual tweaks
6085
6086 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6087
6088         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6089         cleanup; bugfix: exact_center
6090
6091         * Documentation/user/refman.itely: added more documentation on
6092         ambitus according to recent questions on lilypond-user list
6093
6094 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6095
6096         * input/regression/ottava.ly (texidoc): demo 15ma too.
6097
6098         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6099
6100         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6101         octave fixes.
6102
6103 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6104
6105         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6106         problems on older Mac editors.
6107
6108 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6109
6110         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6111
6112 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6113
6114         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6115         mf/parmesan-clefs.mf: added comments on character alignment and
6116         set_char_box() conventions
6117
6118         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6119         set_char_box()'s
6120
6121         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6122
6123 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6124
6125         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6126
6127 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6128
6129         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6130         shortened to avoid almost-collision with staff line; code cleanup;
6131         other custodes: fixed char boxes; code cleanup
6132
6133 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6134
6135         * configure.in: release 1.9.5
6136         
6137         * scripts/lilypond.py (global_latex_preamble): only set
6138         twosideshift if 'twoside' is in latexoptions 
6139
6140         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6141
6142         * VERSION: remove
6143
6144         * scripts/*2ly.py: update <> syntax
6145
6146 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6147
6148         * lily/chord-name-engraver.cc (process_music): add origin for
6149         chord name.
6150
6151         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6152
6153         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6154         bass notes for exceptions too.
6155
6156         * scm/define-grobs.scm (all-grob-descriptions): rename
6157         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6158
6159         * scm/define-grob-properties.scm (remove-first): add remove-first
6160         property for orchestral scores.
6161
6162         * Documentation/user/*.itely: switch <<>> and <> 
6163
6164         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6165         last_line only once. This fixes the two consecutive glissandi problem.
6166
6167 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6168
6169         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6170         error message "flexa-width undefined"
6171
6172         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6173         lily/include/gregorian-ligature.hh: print warning when ignoring
6174         head prefixes on flexa shapes
6175
6176         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6177         space before a series of inclinatum heads
6178
6179         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6180         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6181         cleanups
6182
6183         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6184         and char_box
6185
6186 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6187
6188         * input/regression/breathing-sign.ly: tiny fixes
6189
6190         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6191         semantical collision with vaticana ligatures
6192
6193         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6194         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6195         now consistent with mensural ligatures
6196
6197         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6198         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6199         context pitches and staff position; dto. for virga stem; removed
6200         obsolete virga and clivis characters from parmesan font (WARNING:
6201         font changed)
6202
6203         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6204         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6205
6206         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6207         scm/define-grob-properties.scm: consistency fix: renamed
6208         join_left->add_cauda
6209
6210         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6211         appendix length; bugfix: yoffs_bt for reverse direction punctum
6212         characters
6213
6214         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6215         small cleanups; added more docu
6216
6217         * lily/mensural-ligature-engraver.cc,
6218         lily/vaticana-ligature-engraver.cc,
6219         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6220         computation to CoherentLigatureEngraver
6221
6222         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6223         scm/define-grob-properties.scm: bugfix: added missing linea and
6224         cavum properties; bugfix: removed dead semivocalis property
6225
6226         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6227         length; redesigned quilisma, stropha and auctum
6228
6229         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6230         line thickness
6231
6232         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6233         Documentation/user/refman.itely: bugfix: introduced shifted
6234         epiphonus head to avoid collision with adjacent plica
6235
6236 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6237
6238         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6239
6240         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6241
6242 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6243
6244         * Documentation/user/tutorial.itely (A lead sheet): remove
6245         duplicate chords.
6246
6247         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6248
6249 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6250
6251         * Documentation/bibliography/computer-notation.bib (isbn): add
6252         xivcim publication.
6253
6254 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6255
6256         * GNUmakefile.in: drop lilypond.words for generation.
6257
6258 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6259
6260         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6261
6262         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6263
6264 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6265
6266         * input/test/figured-bass-alternate.ly (fl): new file.
6267
6268         * Documentation/topdocs/README.texi (Top): clarifications.
6269
6270         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6271         theses of Gieseking and Renz.
6272
6273         * GNUmakefile.in (README_FILES): remove README.mandrake.
6274
6275 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6276
6277         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6278         from source files and search patterns listed in the script.
6279
6280         * GNUmakefile.in: add target `lilypond.words'.
6281
6282         * lilypond.words: remove file, generated by `make lilypond.words'.
6283
6284         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6285
6286 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6287
6288         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6289
6290 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6291
6292         * VERSION: 1.9.4 released
6293
6294         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6295         rule for < > <-> << >> substitution
6296
6297         * lily/lexer.ll: exchange meaning of << >> and < > 
6298
6299         * VERSION (PACKAGE_NAME): 1.9.3 released
6300
6301         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6302         pages unconditionally.
6303
6304 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6305
6306         * Documentation/user/music-glossary.tely (Top): small syntax
6307         fixes.
6308
6309         * scm/music-functions.scm (remove-tag): filter \tagged music
6310         expressions.
6311
6312         * input/regression/tag-filter.ly (texidoc): new file.
6313
6314         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6315         symbol2 .. ) etc. 
6316
6317         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6318         convert rule.
6319
6320         * Documentation/user/refman.itely (Fingering instructions): adjust
6321         manual.
6322
6323         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6324         for borderline cases (e.g. 1 fingering.)
6325         (position_scripts): revise interface, use fingerOrientations to
6326         set fingering positions.
6327
6328         * scm/document-translation.scm (context-doc): add aliases to
6329         automated documentation.
6330
6331         * make/lilypond-vars.make: remove stepmake compat glue.
6332
6333         * make/generic-vars.make: remove cruft.
6334
6335         * lily/main.cc (main): don't identify binary.
6336
6337 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6338
6339         * lily/include/translator.hh (class Translator): remove
6340         type_string_ , use symbol for context name throughout.
6341         Changes through whole source tree.
6342
6343         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6344         set PDF as default, and always make PDF.
6345
6346         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6347
6348 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6349
6350         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6351         Documentation/user/refman.itely input/regression/allfontstyle.ly
6352         input/regression/grace-types.ly:
6353         fix spelling for acciaccatura (Webster's 1913).
6354
6355 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6356
6357         * lily/main.cc (usage): adjust blurb, include url.
6358
6359         * input/regression/breathing-sign.ly (texidoc): transpose up
6360
6361 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6362
6363         * input/regression/breathing-sign.ly: changed ancient examples to
6364         be relevant (by request of Han-Wen); updated BreathingSign text
6365         property according to new syntax.
6366
6367         * ly/gregorian-init.ly: updated BreathingSign text property
6368         according to new syntax
6369
6370 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6371
6372         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6373         (Clef): index entries for clefs.
6374
6375         * python/lilylib.py (system): remove errorlog files.
6376         
6377 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6378
6379         * lilypond.words: add \new and new graces. Add dynamics to menus
6380         keeping 1.8.x compatibility; after all the engraving relating to 
6381         notes becomes postfixed `-' marks will be removed.
6382
6383 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6384
6385         * lily/molecule.cc (align_to): idem.
6386
6387         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6388         
6389         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6390         accacciatura everywhere.
6391
6392         * VERSION (PACKAGE_NAME): released 1.9.2
6393
6394         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6395
6396         * scm/document-markup.scm (markup-doc-node): sort markup function
6397         list.
6398
6399         * lily/paper-outputter.cc (output_version): change "Lily was here"
6400         into  "Engraved by LilyPond"
6401
6402         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6403         on unquoted strings before \notenames.
6404
6405         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6406         increases the number of s/r reductions to 4.
6407
6408         * scm/new-markup.scm (fraction-markup): \fraction command.
6409
6410         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6411         mode
6412
6413         * lily/lookup.cc (round_filled_box): rename function.
6414         (LY_DEFINE): round-filled-box: change signature.
6415
6416         * Documentation/user/refman.itely: revise section explaining grace
6417         notes.
6418
6419         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6420         ly:set-context-property
6421
6422         * input/*/*.ly (vmus): use \new everywhere.
6423
6424         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6425
6426         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6427         default
6428
6429         * scm/music-functions.scm (set-stop-grace-properties)
6430         (set-start-grace-properties, add-grace-property): new functions
6431         for modular grace tweak control.
6432
6433         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6434         
6435 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6436
6437         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6438
6439         * GNUmakefile.in (install-pfa-fonts):
6440         (get-pfa-fonts): New target.
6441
6442         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6443         install-pfa-fonts help.
6444
6445 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6446
6447         * lily/translator-scheme.cc (LY_DEFINE):
6448         ly:context-pushpop-property new function.
6449         (LY_DEFINE): new function ly:translator-find  
6450         new function ly:translator?
6451         (LY_DEFINE): new function ly:context?
6452
6453         * lily/translator-def.cc: remove
6454         Translator_def::apply_pushpop_property().
6455
6456         * python/lilylib.py (read_pipe): only store and display error log
6457         if verbose not set.
6458         (read_pipe): only display log if it contains something.
6459
6460 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6461
6462         * Documentation/misc/GNUmakefile: Re-add.
6463         (TEXTS): Add CHANGES.
6464
6465 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6466
6467         * lilypond.words: add \newcontext.
6468
6469 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6470
6471         * lily/tie-performer.cc (stop_translation_timestep): only flush
6472         tied_notes when we have actually made a tie. Fixes bugs with ties
6473         in polyphonic scores.
6474
6475 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6476
6477         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6478         they do not exist.
6479
6480 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6481
6482         * VERSION (PACKAGE_NAME): released 1.9.1 
6483
6484         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6485         Instrument_name_engraver
6486
6487         * lily/tie-performer.cc (create_audio_elements): bugfix
6488
6489         * Documentation/user/music-glossary.tely (Top): comment out
6490         font-style statements.
6491
6492         * input/test/force-hshift.ly: revise example.
6493
6494         * Documentation/bibliography/engraving.bib (note): typos.
6495
6496         * configure.in: bump GCC requirements to 3.x
6497
6498         * lily/include/audio-item.hh (class Audio_tie): rename
6499         note_l_drul_ to note_drul_
6500
6501         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6502
6503         * lily/parser.yy (relative_music): whoops. All \relative were off
6504         by ...  a lot .... Ahem.
6505
6506         * scm/define-music-types.scm (music-descriptions): idem.
6507
6508         * lily/beam-engraver.cc: move new-beam-event to beam-event
6509
6510         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6511         to Tie_engraver
6512
6513         * input/regression/bar-number.ly: remove unnecessary old-relative
6514         options.
6515         
6516         * Documentation/user/internals.itely (Creating contexts): document
6517         \newcontext
6518
6519         * lily/parser.yy (Composite_music): add \newcontext
6520
6521         * Documentation/user/refman.itely (MIDI block): add note about
6522         dotted tempos.
6523
6524         * scm/font.scm: remove old markup legacy
6525
6526         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6527
6528         * lily/breathing-sign.cc (brew_molecule): remove function
6529
6530         * lily/text-item.cc: remove old-style markups.
6531         (interpret_markup): C++ version of markup function
6532         (brew_molecule): idem.
6533
6534         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6535         as Scheme variable.
6536
6537         * scripts/convert-ly.py (conv): dashes rule.
6538         Apply rule.
6539
6540         * Documentation/user/lilypond-book.itely: syntax fixes. 
6541
6542 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6543
6544         * VERSION (PACKAGE_NAME): release 1.9.0
6545
6546         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6547         note about dvips. (Should backport.)
6548
6549         * scripts/convert-ly.py
6550         (FatalConversionError.articulation_substitute): add
6551         convert-new-chords code. Remove convert-new-chords.py
6552
6553         * Documentation/user/refman.itely (Octave check): document
6554         \octave.
6555
6556         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6557         \relative changes.
6558
6559         * lily/parser.yy (command_element): octave check:
6560
6561            \octave PITCH
6562
6563         checks that PITCH (without octave) yields PITCH (with octave) in
6564         \relative
6565
6566         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6567
6568         * lily/scm-option.cc: ly:set-option now has the default argument
6569         #t.
6570
6571         * lily/lexer.ll: add \renameinput
6572
6573         * python/lilylib.py (command_name): robustifications.
6574
6575         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6576         /dev/stderr. This is ash compatible.
6577
6578         * ly/init.ly: add warning if compatibility was not necessary.
6579
6580         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6581
6582         * flower/include/string-handle.icc: formatting cleanups, rename
6583         references by ref_count_.
6584
6585 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6586
6587         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6588         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6589         package libs separately, fix conflicting php variable out=/dev/vc/
6590         invoking `unset out', declare menus, use only one icon-file, fix
6591         doc-path in menu.
6592
6593 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6594
6595         * scripts/convert-ly.py (FatalConversionError.conv): typo
6596
6597         * Documentation/misc/GNUmakefile: restore misc directory.
6598
6599         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6600
6601         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6602         Petites-Preludes 
6603
6604         * input/test/partial-blank.ly (quickmeasure): syntax
6605
6606         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6607         attachment property.
6608
6609         * Documentation/user/refman.itely: remove superfluous -'s 
6610         (Grace notes): ) fixes.
6611
6612         * lily/music.cc: generic compress(), transpose() functions. Remove
6613         others.
6614
6615         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6616         style markup entry.
6617
6618         * lily/parser.yy: all articulations postfix; remove obligatory -
6619         for [,  ) and \!
6620         
6621         * lily/music.cc (to_relative_octave): write generic
6622         to_relative_octave function; various relative cleanups.
6623         Hmmm.
6624
6625         * lily/scm-option.cc: add options new-relative and old-relative
6626
6627         * po/sv.po: new po file.
6628
6629         * Documentation/user/refman.itely (Dynamics): website
6630         fixes. (should backport!)
6631
6632 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6633
6634         * make/lilypond.mandrake.spec.in: declare version only once.
6635
6636 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6637
6638         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6639         meaning for now.
6640
6641 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6642
6643         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6644
6645         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6646
6647         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6648
6649         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6650
6651         * lily/music.cc (var): add ly:music-transpose function.
6652
6653         * lily/parser.yy (pre_events): remove prefix articulations.
6654
6655         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6656
6657         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6658
6659         * Documentation/user/refman.itely (Text markup): add comment about
6660         markup in header.
6661
6662 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6663
6664         * lily/paper-outputter.cc (write_header_fields_to_file): 
6665         only dump value if it is a string.
6666
6667         * flower/include/dictionary.hh: remove.
6668         
6669         * Documentation/ChangeLog-1.5: add back old log.
6670
6671         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6672         .pfas from a .deb.
6673
6674 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6675
6676         * Documentation/bibliography/engraving.bib: add entry for
6677         Jaschinski's Notation
6678
6679 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6680
6681         * Documentation/user/refman.itely (Beaming): add note about
6682         allowBeamBreak
6683
6684 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6685
6686         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6687         GregorianTranscription contexts
6688
6689         * ly/engraver-init.ly: vaticana contexts: minor fixes
6690
6691         * Documentation/user/refman.itely (Ancient notation): added note
6692         on appendix length bug
6693
6694         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6695         input/test/vaticana.ly: use vaticana contexts; small fixes
6696
6697 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6698
6699         * flower/hash.cc: Remove.
6700
6701         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6702         to (nonexistent?) hash_func_ identifier.
6703
6704         * python/midi.c (midi_error, midi_warning): Use char const* for
6705         __FUNCTION__ argument.
6706
6707         * python/gettext.py: Remove.  We already require python 2.1, which
6708         includes gettext.py.
6709
6710         * configure.in: Require python 2.1, as INSTALL.texi says.
6711         it.
6712
6713         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6714         versions 1.50 and 1.75.  Remove note about lexer patch.
6715
6716 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6717
6718         * Documentation/topdocs/INSTALL.texi: Update type1 font
6719         description to actual situation.  Add comment about new font ball
6720         layout.
6721
6722         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6723         in $LILYPONDPREFIX suffices for installation.
6724
6725 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6726
6727         * debian/control (Build-Depends): Add flex-old as alternative to
6728         flex.  Deprecate bison 1.75.
6729
6730 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6731
6732         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6733         Vaticana contexts
6734
6735         * Documentation/user/refman.itely (Ancient notation): documented
6736         some bugs; tiny fixes; added docu on Vaticana contexts
6737
6738         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6739         scripts
6740
6741 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6742
6743         * Documentation/user/refman.itely (Ancient notation): added some
6744         introductory words; added section on ancient time signatures;
6745         added some @seealso and @refcommands; small fixes and
6746         beautifications
6747
6748 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6749
6750         * input/regression/note-head-style.ly: many fixes and updates
6751
6752         * Documentation/user/refman.itely: added small sections on ancient
6753         accidentals, rests and flags; revised ancient note head section;
6754         small wording/spelling fixes
6755
6756         * input/test/rests.ly: layout fixes
6757
6758 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6759
6760         * input/puer-fragment.ly: bugfix: central C position of do clef
6761
6762         * ly/gregorian-init.ly: workaround: add small padding space before
6763         divisiones (the correct fix would be the spacing engine to handle
6764         this)
6765
6766 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6767
6768         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6769         cue-notes.ly: minor fixes.
6770
6771 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6772
6773         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6774         input/test/custos-style.ly
6775
6776         * Documentation/index.html.in: bugfix: link to Tutorial.html
6777
6778         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6779         to neumes; bugfix: "et": epiphonus, not just a simple pes
6780
6781 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6782
6783         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6784
6785         * lilypond.words: add new features: markup, column, center, \[ \].
6786         
6787 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6788
6789         * Documentation/topdocs/NEWS.texi, DEDICATION,
6790         stepmake/bin/add-html-footer.py
6791         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6792         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6793         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6794         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6795         added (only) after a sentence which is complete; if the sentence is 
6796         not ended a comma `,' or nothing is used. fix also spaces.
6797
6798 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6799
6800         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6801         requirements to plain 1.6.
6802
6803         * buildscripts/mutopia-index.py (read_lilypond_header): update
6804         mutopia-index.py to 1.4 syntax [sic]
6805
6806 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6807
6808         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6809
6810 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6811
6812         * Documentation/index.html.in: url for regression pdf
6813
6814         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6815
6816         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6817
6818         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6819
6820         * VERSION: 1.8.0 released
6821         
6822         * GNUmakefile.in (local-WWW-post): footify build fix.
6823
6824         * configure.in: require GUILE 1.6.4
6825
6826         * Documentation/user/GNUmakefile: don't copy *.png for
6827         lilypond-internals
6828
6829         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6830         local-WWW-post target.
6831         (rsync-web): add rsync-web target
6832
6833         * Documentation/user/introduction.itely (Music notation and
6834         engraving): add neume example
6835
6836         * input/puer-fragment.ly (cantus): add puer-fragment
6837
6838 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6839
6840         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6841         to notes, so that equalizer is actualy being used.
6842
6843         * scm/midi.scm (instrument-equalizer-alist):
6844         (absolute-volume-alist): Define public, so that user can copy or
6845         override.
6846
6847         * lily/key-performer.cc (create_audio_elements): Check for minor
6848         key.  Only if key is minor, set MIDI key to minor.
6849
6850 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6851
6852         * Documentation/user/refman.itely (Hiding staffs): fixes.
6853
6854         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6855
6856         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6857         vertical extents to deal with Hara kiri correctly.
6858
6859         * input/regression/hara-kiri-short.ly: remove
6860
6861         * input/regression/hara-kiri-pianostaff.ly: update test.
6862
6863         * Documentation/user/*.tely: remove WEBTITLE
6864
6865         * scm/output-tex.scm (comment): idem.
6866
6867         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6868
6869         * scm/music-functions.scm (make-lyric-event): new function
6870
6871         * scm/lily.scm (lilypond-version): new function
6872
6873         * input/test/version-output.ly: new file.
6874
6875         * Documentation/user/lilypond.tely: add version number to
6876         front-page.
6877
6878 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6879
6880         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6881
6882 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6883
6884         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6885
6886         * Documentation/user/refman.itely (Hiding staffs): rename node.
6887
6888 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6889
6890         * input/regression/new-markup-syntax.ly (texidoc): remove
6891         molecule-callback override.
6892
6893 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6894
6895         * input/les-nereides.ly: Mark tweaks with %tweak.
6896
6897         * Debian patch, see debian/changelog (Anthony Fok).
6898
6899 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6900
6901         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6902         problem.
6903
6904 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6905
6906         * Documentation/user/refman.itely (Text markup): Fix language bug.
6907
6908 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6909
6910         * input/* : postfix syntax fixes.
6911
6912         * Documentation/user/refman.itely (Text markup): add note about
6913         raise/lower with ^ or _ .
6914         
6915         * po/fi.po: fix \\apply strings.
6916
6917         * lily/parser.yy (open_event): warn for prefix articulations.
6918
6919 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6920
6921         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6922         fix also on parmesan font.
6923
6924 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6925
6926         * VERSION 1.7.30 released
6927         
6928         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6929
6930         * buildscripts/mutopia-index.py (headertext): rewording
6931
6932 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6933
6934         * scm/new-markup.scm (strut-markup): new markup function.
6935
6936         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6937         space also when no accidental is there.
6938
6939 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6940
6941         * input/les-nereides.ly: Updates.
6942
6943 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6944
6945         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6946         which repeats the tag insertion selected from "Insert tag" menu.
6947
6948 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6949
6950         * lily/all-font-metrics.cc (find_font): load AFM files first only
6951         for feta fonts. This fixes problems with TeXlive and other TeX
6952         distros that include AFM files for the CM fonts. 
6953
6954         * scm/font.scm (qualifiers-to-font-name): remove.
6955
6956         * lily/paper-def.cc: remove get_var.
6957
6958         * input/trip.ly: remove file.
6959         
6960         * input/regression/spacing-note-flags.ly (raggedright): remove
6961         stafflinethickness
6962
6963         * input/les-nereides.ly: update to new syntax, cleanups.
6964
6965 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6966
6967         * Documentation/user/refman.itely: Clarify shortest-note problem
6968         of autobeamer.
6969
6970 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6971
6972         * lilypond-mode.el: Add each word to regexps only once.
6973
6974         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6975         is based on the syntax definitions in lilypond.words. Remove all 
6976         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6977         LilyPond->Insert menu is generated by the entries in lilypond.words 
6978         to which have been given a syntax definition.
6979
6980         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6981         \notes, \relative, \score, \simultaneous, \transpose.
6982
6983         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6984
6985         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6986         
6987         * lilypond-mode.el: add menu keywords separately.
6988
6989         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6990
6991 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6992
6993         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6994         current ugly installation method for PFA fonts.
6995
6996 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6997
6998         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6999         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7000
7001         * Documentation/user/music-glossary.tely: update legato.
7002
7003 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7004
7005         * lexer-gcc-3.0.patch: Remove.
7006
7007         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7008
7009 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7010
7011         * debian/rules (binary-arch): remove NEWS.
7012
7013 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7014
7015         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7016         stepmake/bin{ many }: polish the `--help's of different scripts;
7017         model taken from the core-utils of Linux.
7018
7019         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7020
7021 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7022
7023         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7024
7025         * flower/libc-extension.cc: idem.
7026
7027         * flower/include/libc-extension.hh: protect against isinf macros.
7028
7029 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7030
7031         * { many }: Use two uppercase letters in LilyPond.
7032
7033         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7034
7035         * VERSION: 1.7.29 released.
7036         
7037 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7038
7039         * lily/tie.cc: add TODO comment.
7040
7041         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7042
7043         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7044         linejoins and linecaps. This fixes problems with occasional spikes
7045         on slur/tie endings.
7046         
7047         * input/regression/font-name.ly: don't use PS fonts for
7048         compatibility reasons. 
7049
7050         * mutopia/claop.py (accents): update to 1.8
7051
7052         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7053
7054         * Documentation/user/macros.itexi: don't color glossary links.
7055
7056         * Documentation/user/invoking.itexi (Error messages): new section
7057
7058 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7059
7060         * input/regression/font-name.ly: add file.
7061
7062         * scm/document-backend.scm (grob-doc): remove <hr> from
7063         lilypond-internals
7064
7065         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7066         reqd version to 1.6.4 
7067
7068         * lily/font-interface.cc (get_font): bugfix: take font-name from
7069         alist chain too. This fixes font-name override for \markup.
7070
7071 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7072
7073         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7074
7075         * input/test/polymetric-differing-notes.ly: Compile fix.
7076
7077 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7078
7079         * Documentation/user/refman.itely: fixed typo
7080
7081         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7082         before flexa
7083
7084 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7085
7086         * input/test/{ many }: search & fix some typos.
7087
7088 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7089
7090         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7091         images.
7092
7093         * scm/music-functions.scm (make-voice-props-set): set Script /
7094         TextScript dir for polyphony too.
7095
7096         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7097         before clef.
7098
7099         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7100
7101 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7102
7103         * Documentation/user/refman.itely (Percussion): Small
7104         clarifications and fixes.
7105
7106         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7107         threads. This fixes different heads playing simultaneously.
7108
7109 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7110
7111         * Documentation/user/{ many }: increase readability (read through 
7112         User manual from `one big page').
7113
7114 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7115
7116         * input/test/polymetric-differing-notes.ly: add example with
7117         disparate note values.
7118
7119         * input/test/polymetric.ly: rename from poly-metric
7120
7121         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7122         iso. outname.
7123
7124         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7125         G-clef bbox to real char extents. This fixes the G-clef being
7126         offset too much to the right.
7127         document perc clef offset.
7128
7129         WARNING: FONT CHANGED.
7130
7131         * Documentation/user/tutorial.itely (Tutorial): move menu.
7132
7133 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7134
7135         * buildscripts/lilypond-profile.sh (Error): trim error message.
7136
7137         * Documentation/user/invoking.itexi (Invoking the lilypond
7138         binary): add note about path.
7139
7140         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7141         suppresses superfluous spaces.
7142
7143 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7144
7145         * buildscripts/lilypond-profile.sh: Add documentation to error
7146         message.
7147
7148         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7149
7150 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7151
7152         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7153         <mike@ossmann.com>)
7154
7155         * Documentation/bibliography/computer-notation.bib (pages): prune
7156         unscientific language.
7157
7158         * Documentation/user/GNUmakefile: copy unsplit file to
7159         lilypond.html (idem for lilypond-internals).
7160
7161         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7162
7163         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7164
7165         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7166
7167         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7168         fix.
7169         
7170 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7171
7172         * Documentation/user/{ various }: bind text snippets with their
7173         examples, e.g. by punctuation: This is an example.
7174
7175 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7176
7177         * ly/performer-init.ly (VoiceContext): Typos.
7178
7179         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7180         builds, leave final-install to toplevel srcdir makefile.
7181
7182         * make/srcdir.make.in (install): New target.
7183
7184 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7185
7186         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7187         This fixes core dump on MIDI output (Simon Weatherill).
7188
7189         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7190         on local-WWW-post.
7191
7192 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7193
7194         * make/lilypond.redhat.spec.in: add dvips to reqs.
7195
7196 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7197
7198         * make/srcdir.make.in (web): Add special web target.
7199
7200         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7201         from inner $(LOOP).
7202
7203         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7204
7205         * stepmake/stepmake/generic-targets.make (www-targets-help):
7206         * GNUmakefile.in (web-install): Install in $(webdir).
7207
7208         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7209
7210         * cygwin/changelog: 
7211         * cygwin/mknetrel: Update.
7212
7213         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7214         (html-doc): Remove (use: web).
7215
7216         * stepmake/stepmake/script-rules.make: 
7217         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7218         Fix $(config_make) dependencies for srcdir build.
7219
7220         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7221         target for srcdir build.
7222
7223         * stepmake/make/stepmake.make: 
7224         * make/srcdir.make.in: 
7225         * GNUmakefile.in:
7226         * make/stepmake.make (config_make): Rename variable (was:
7227         configuration).
7228
7229 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7230
7231         * Documentation/user/internals.itely (Manipulating music
7232         expressions): run lilypond on example too.
7233
7234         * flower/include/libc-extension.hh: move lrint define to
7235         header. bugfix.
7236         
7237 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7238
7239         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7240         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7241         do we recurse whole tree?).
7242
7243         * GNUmakefile.in (html-doc): Resurrect.
7244
7245         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7246         obsolete $(package-icon) dependency.
7247
7248 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7249
7250         * Documentation/user/refman.itely (Automatic staff changes):
7251         add seealso 
7252
7253         * Documentation/index.html.in: link to bigpage.
7254
7255         * Documentation/user/tutorial.itely (Tutorial): streamline.
7256
7257         * Documentation/index.html.in: url typo.
7258
7259         * VERSION (PACKAGE_NAME): release 1.7.28
7260
7261         * python/lilylib.py (error_log): remove '/' from name.
7262
7263         * input/regression/pedal.ly: remove; dups input/test/
7264         
7265         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7266
7267         * Documentation/index.html.in: python style doco index.
7268
7269         * Documentation/{footer,header}.html.in (src): remove, 
7270
7271         * Documentation/pictures: remove all but lelie-logo.xpm.
7272
7273         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7274         before running makeinfo.
7275
7276         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7277         @code{}
7278
7279 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7280
7281         * input/test/bar-number-regular-interval.ly: rename.
7282
7283         * Documentation/user/*: various fixes. 
7284
7285 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7286
7287         * Documentation/{ many }: polish for update-all-menus. typos.
7288
7289         * po/fi.po: fixes.
7290
7291         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7292
7293         * buildscripts/mutopia-index.py: polish.
7294
7295         * input/regression/{ many }, input/test{ many }: polish texidocs.
7296
7297 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7298
7299         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7300         pedal-style
7301
7302         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7303         iso. edge-widen.
7304
7305         * lily/piano-pedal-engraver.cc (process_music): change from
7306         process_acknowledged ()
7307
7308         * lily/piano-pedal-bracket.cc: new file. Change
7309         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7310         cleaned up.
7311
7312         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7313
7314         * input/regression/tuplets.ly (texidoc): rename file.
7315
7316         * po/fr.po: update
7317
7318         * buildscripts/lilypond-profile.sh: error message if script is not
7319         sourced.
7320
7321         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7322         bracket-flare
7323         (make_bracket): simplify code.
7324
7325         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7326         argument.
7327
7328         * python/lilylib.py (lilypond_version_check): new function
7329
7330         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7331
7332         * scripts/ly2dvi.py (run_lilypond): add version check.
7333
7334         * scripts/lilypond-book.py (option_definitions): typo
7335
7336         * scripts/ly2dvi.py (include_path): typo
7337
7338         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7339
7340         * lily/parse-scm.cc (parse_handler): typo
7341
7342         * Documentation/user/macros.itexi: use @heading for headings.
7343
7344         * Documentation/user/refman.itely: updates, fixes.
7345
7346 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7347
7348         * po/fi.po: add Finnish translations. fixes.
7349
7350         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7351
7352         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7353         from lily/glissando-engraver.cc.
7354
7355 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7356
7357         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7358         for non-first _broken_ bracket.
7359
7360         * Documentation/user/refman.itely: corrections.
7361
7362 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7363
7364         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7365         support of the fingerings.
7366
7367         * po/fr.po: French translation update.
7368
7369         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7370         strings.
7371
7372 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7373
7374         * Documentation/user/introduction.itely: Small fixes.
7375
7376 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7377
7378         * Documentation/topdocs/AUTHORS.texi: polish.
7379
7380 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7381
7382         * Documentation/user/introduction.itely: revise
7383
7384         * Documentation/user/tutorial.itely: reorganise.
7385
7386         * Documentation/topdocs/index.tely: remove.
7387
7388         * Documentation/header.html.in: prune.
7389
7390         * GNUmakefile.in: clean up web building.
7391
7392         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7393         target.
7394
7395 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7396
7397         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7398
7399         * lilypond-mode.el: turn on blink-matching-paren.
7400
7401 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7402
7403         * scm/output-sodipodi.scm (svg-header): Fix typo.
7404
7405 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7406
7407         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7408         fixes a security hole.
7409
7410         * scripts/lilypond-book.py (original_dir): remove temp_dir
7411
7412         * scm/document-translation.scm: use @code tags.
7413
7414 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7415
7416         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7417
7418         * lilypond-mode.el: add a buffer-local post-command-hook to set
7419         context dependent syntax-table after each cursor event. Remove old
7420         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7421
7422         * lilypond-indent.el: update comments.
7423
7424         * Documentation/footer.html.in: add period.
7425
7426 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7427
7428         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7429
7430         * scm/document-translation.scm (document-property-operation): add
7431         @code{} tags.
7432
7433         * VERSION (PACKAGE_NAME): release 1.7.27
7434
7435         * config.make.in: add PAPER variable
7436
7437         * buildscripts/new-chords.py (help): add help text
7438
7439         * Documentation/user/introduction.itely (Typography and program
7440         architecture):  fixes.
7441
7442         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7443         for texinfo and dvips. This fixes problems with PDF output of the
7444         wrong size.
7445
7446         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7447         DVIPS_PAPERSIZE variable
7448
7449         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7450         TEXINFO_PAPERSIZE variable 
7451
7452 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7453
7454         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7455
7456         * mf/feta-toevallig.mf: lowres fixes.
7457
7458 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7459
7460         * NEWS: Typo and fill-paragraph fixes.
7461
7462         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7463         cast #define.
7464
7465         * configure.in: 
7466         * config.hh.in: Check for lrint.
7467
7468 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7469
7470         * VERSION: 1.7.26 released
7471
7472         * lily/separation-item.cc: add padding property.
7473
7474         * input/test/*.ly: various fixes, remove solo-a2.ly
7475
7476         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7477         bugfix. Fixes old-style markup compatibility.
7478
7479         * Documentation/user/introduction.itely (Introduction): historical
7480         elucidations
7481
7482         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7483
7484         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7485
7486         * Documentation/index.texi (Top): cleanup.
7487
7488         * Documentation/user/introduction.itely (Introduction): rewrite
7489         introduction, 
7490         (Music notation and  engraving): about notation. Add flat-picture
7491
7492 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7493
7494         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7495         separation items. This keeps lyrics from bumping into each other.
7496
7497 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7498
7499         * GNUmakefile.in (topdocs-web): New target.
7500         (local-web): Depend on topdocs-web; fixes html-doc.
7501
7502 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7503
7504         * po/lilypond.pot: run po-replace
7505
7506         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7507
7508         * scm/drums.scm (reset-drum-kit): new function.
7509
7510         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7511
7512         * scripts/update-lily.py: remove
7513         
7514         * VERSION: release 1.7.25
7515         
7516         * Documentation/user/introduction.itely (Introduction): rewrite
7517         start of introduction.
7518
7519 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7520
7521         * lily/all-font-metrics.cc: fixed typo
7522
7523 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7524
7525         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7526         LilyPond-mode-context-set-syntax-table): new functions to define
7527         the syntax table according to context.
7528
7529         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7530
7531 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7532
7533         * Documentation/user/refman.itely (Figured bass): 
7534         language nit courtesy http://www.vocabula.com
7535
7536         * GNUmakefile.in: remove no kpathsea hack.
7537
7538         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7539         doco.
7540
7541         * GNUmakefile.in: remove web-doc target.
7542
7543         * lily/all-font-metrics.cc (find_afm): add message about
7544         buildscripts/clean-fonts.sh 
7545
7546         * scm/define-music-properties.scm (figure): use string for 'figure
7547
7548         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7549
7550         * input/regression/ : add raggedright = ##t where applicable. 
7551         
7552         * scm/bass-figure.scm (make-bass-figure-markup): add
7553         alignBassFigureAccidentals property.
7554
7555         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7556         bracket.
7557
7558         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7559         syllables widths into account for minimum-length.
7560
7561         * input/test/staff-container.ly: update file
7562
7563         * input/test/stem.ly: remove
7564
7565         * lily/event.cc (LY_DEFINE): add ly: prefix.
7566
7567         * input/test/clef-manual-control.ly: from manual-clef
7568
7569         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7570
7571         * input/test/different-time-signatures.ly: move to poly-metric.ly
7572
7573         * input/test/hara-kiri*,scales.ly: remove
7574         
7575         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7576         with chord-names-jazz.ly)
7577
7578         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7579         get scalable cm fonts too.
7580
7581         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7582         --encoding for mftrace if present.
7583
7584         * input/regression/slur-area.ly: move from test/
7585
7586         * input/test/: remove simple-slur-endings slur-attachment
7587         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7588         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7589         slur-symmetry slur-symmetry tie-broken.ly
7590
7591         * scm/drums.scm (set-drum-kit): add function.
7592
7593         * Documentation/user/refman.itely (Percussion staves): use
7594         set-drum-kit
7595
7596         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7597         too
7598         (Global_measure.set_timesig): handle 3/8 time sig too.
7599
7600         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7601         note about triangle note heads.
7602
7603         * scm/drums.scm: use alist for instrument-settings. This fixes the
7604         bug with assigning to drums in the .ly file.
7605
7606         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7607         CHANGED.
7608
7609         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7610         cluster-beacon-interface
7611
7612         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7613
7614         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7615
7616         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7617
7618         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7619         to get positions.
7620
7621         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7622         make ClusterSpannerBeacon to record Y positions. This removes the
7623         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7624         make cluster-note-events.
7625
7626 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7627
7628         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7629
7630         * configure.in: Use lily/main.cc as identifying source file.
7631
7632         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7633
7634         * config.hh.in: 
7635         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7636
7637         * configure.in: Require PYTHON >= 2.0.
7638
7639         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7640           $PYTHON for include dir location.
7641         (STEPMAKE_PYTHON): New function.  Use
7642         
7643             PYTHON=foo ./configure
7644
7645           to override.
7646
7647 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7648
7649         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7650         something.
7651
7652         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7653         ftp.lilypond.org everywhere.
7654
7655 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7656
7657         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7658         detected.
7659
7660         * Documentation/user/refman.itely (Grace notes): note on explicit
7661         contexts
7662
7663 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7664
7665         * lilypond-font-lock.el: add a comment about LilyPond specific
7666         escape characters: ^, - and _, in the syntax table.
7667
7668         * Documentation/user/appendices.itely: a majuscule fix.
7669
7670 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7671
7672         * input/test/trills.ly (endHorizScript): fixes.
7673
7674         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7675         notation, move from regression.
7676
7677         * input/test/script-stack.ly: change name from stacked-scripts
7678
7679         * input/test/ossia.ly: octave errors.
7680
7681         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7682         for midi-volume-equaliser
7683
7684 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7685
7686         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7687         cm fonts.
7688
7689         * mf/feta-beugel.mf: don't multiply font_count by 10.
7690
7691         * lily/lookup.cc (horizontal_line): new function. Use
7692         horizontal-line in output backends.
7693
7694         * Documentation/user/tutorial.itely (An orchestral part): new
7695         section on orchestral stuff and identifiers.
7696
7697 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7698
7699         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7700         some interference to other modes.
7701
7702 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7703
7704         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7705         not maximum of spacing wishes in polyphonic situations.
7706
7707         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7708         number
7709
7710         * lilypond-indent.el: remove paren matching. 
7711
7712         * lily/text-item.cc (interpret_new_markup): new function
7713         use iso. text2molecule.
7714
7715         * lily/main.cc (notice): change FSF address 
7716
7717         * po/de.po: update PO file to 1.6.
7718
7719 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7720
7721         * Documentation/user/ {many}: Add periods and remove spaces.
7722         
7723 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7724
7725         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7726         Disable buffer-locally default paren hook and make a new one. 
7727
7728         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7729         locally LilyPond-paren-mode. Add todo for mouse double-click.
7730
7731 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7732
7733         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7734         Disable buffer-locally default paren idle timer and make a new one. 
7735
7736         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7737         locally LilyPond-show-paren-mode. Add to menu a toggle for
7738         LilyPond-show-paren-function.
7739
7740 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7741
7742         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7743
7744 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7745
7746         * Documentation/user/refman.itely: spelling fix.
7747
7748         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7749         paren highlight function definitions. add todo for
7750         LilyPond-show-paren-mode.
7751
7752 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7753
7754         * input/template/jazz-combo.ly: new file.
7755
7756 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7757
7758         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7759         lo-res fixes.
7760
7761         * mf/feta-schrift.mf: bugfix in varcoda sign.
7762         WARNING: FONT CHANGED
7763
7764         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7765         in accordance with lexer.ll.   
7766
7767 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7768
7769         * Documentation/user/tutorial.itely: Edit introduction.
7770
7771 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7772
7773         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7774         ly:grob-staff-position
7775
7776 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7777
7778         * scm/to-xml.scm: import srfi-1
7779
7780         * VERSION (MAJOR_VERSION):  release 1.7.24
7781
7782         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7783
7784         * scripts/lilypond-book.py (do_file): put texidoc before image.
7785         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7786
7787         * input/regression/*.ly: fix snippet octaves 
7788
7789         * input/test/spanner-after-break-tweak.ly: import
7790         broken-spanner-adjustment
7791
7792         * input/no-notation/midi-transposing.ly: move from input/test/
7793
7794         * input/test/: remove chord-markup
7795
7796         * input/regression/instrument-name-partial.ly: move from input/test.
7797
7798         * input/test/vertical-text.ly: remove
7799
7800         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7801         space above lyrics lines.
7802
7803         * input/test/uniform-breaking.ly: remove file.
7804
7805         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7806         uniform spacing density. 
7807
7808         * input/test/chords.ly (keys): remove file.
7809
7810         * scm/documentation-lib.scm (oop): use srfi-1 too.
7811
7812         * input/regression/*.ly: add \version
7813
7814         * Documentation/user/*.itely: various fixes.
7815
7816         * buildscripts/mf-to-table.py (base): break table every three
7817         symbols.
7818
7819         * input/:  remove %% new-chords-done %% .
7820
7821         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7822         os-music.ly
7823         
7824 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7825
7826         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7827
7828         * scm/new-markup.scm (box-markup): new function.
7829         (box-markup): new function. Contributed by Dick Schoeller
7830         <schoeller@attbi.com>
7831
7832         * scm/lily.scm: remove reduce-no-unit 
7833         (list-insert-separator): use fold-right
7834
7835         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7836         of arguments. 
7837
7838         * NEWS: more neutral language for ancient notation 
7839
7840         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7841         inside pointing beaming for chord tremolo.
7842
7843         * Documentation/user/lilypond-book.itely: minor editing
7844
7845 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7846
7847         * NEWS: added news for 1.8 regarding ancient notation
7848
7849         * Documentation/user/refman.itely (Gregorian square neumes
7850         ligatures): fixed typo
7851
7852         * lily/vaticana-ligature-engraver.cc,
7853         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7854         lower/upper head of Pes only when heads are stacked
7855
7856         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7857         scm/define-grob-properties.scm: cleanup: make "join-left" a
7858         boolean grob property and save delta pitch in grob property
7859         "delta-pitch" instead
7860
7861         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7862
7863 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7864
7865         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7866         completely borked
7867
7868         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7869         (try_music): bug fix: beam multiplicity was completely borked.
7870
7871         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7872         first-n, butfirst-n in favor of srfi-1 functions.
7873         remove string-join, string-pad in favor of srfi-13 functions.
7874
7875         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7876
7877         * NEWS: use complete sentences.
7878
7879         * Documentation/user/introduction.itely (Example applications):
7880         add note about databases and lilypond-book.
7881
7882         * input/test/volta.ly: remove file
7883
7884         * input/regression/volta-broken-left-edge.ly: simplify file
7885
7886 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7887
7888         * Documentation/user/refman.itely (Constructing a tweak): new
7889         subsection.
7890
7891         * Documentation/user/tutorial.itely (Fine tuning layout): add
7892         common tweaks.
7893
7894         * scm/define-grobs.scm (TextScript): use new brewer.
7895
7896 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7897
7898         * VERSION: release 1.7.23
7899
7900         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7901
7902         * python/lilylib.py (make_ps_images): bugfixes.
7903
7904         * input/regression/volta-multi-staff.ly: new file.
7905
7906         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7907
7908         * Documentation/user/tutorial.itely (Piano staffs): new section.
7909         (Setting variables): new section
7910         (Fine tuning layout): new section
7911
7912         * input/just-friends.ly: remove file. Superseeded by
7913         input/test/chords-without-melody.ly
7914
7915         * ly/property-init.ly: add all commands to refman.
7916
7917         * scm/define-translator-properties.scm: remove
7918         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7919
7920         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7921         name. Underscores botch up PS output.
7922
7923         * scm/define-translator-properties.scm: remove
7924         textNonEmpty, oneBeat, regularSpacingDelta
7925
7926         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7927         rule for automaticBars.
7928
7929         * lily/timing-engraver.cc (start_translation_timestep): change
7930         barNonAuto to automaticBars
7931
7932 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7933
7934         * input/test/perform-tie.ly: delete file.
7935
7936 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7937
7938         * Documentation/user/refman.itely (Gregorian square neumes
7939         ligatures): bugfix: do not show ledger lines in neumes table
7940         (fixed by setting staff symbol to transparent rather than removing
7941         it from staff context)
7942
7943 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7944
7945         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7946         glue into brew-new-markup-molecule.
7947
7948         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7949
7950         * Documentation/user/introduction.itely (Computerized typography):
7951         new section
7952
7953         * Documentation/user/tutorial.itely (An orchestral part): remove
7954         pc example from tutorial.
7955
7956         * input/tutorial/lilbook.tex: use screech-boink
7957
7958         * scripts/lilypond-book.py (compile_all_files): split formatting
7959         output body and scheduling lilypond compilation.
7960         (format_lilypond_output_bodies): new function
7961         (format_lilypond_block): new function
7962         (html_pages): allow multi-page images in HTML
7963
7964         * python/lilylib.py (make_ps_images): rename function from
7965         make_preview, merge with make_page_images
7966
7967 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7968
7969         * input/test/key-clefs.ly: moved to regression.
7970
7971         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7972
7973         * input/no-notation/README: added note about midi-*.ly files.
7974
7975         * input/test/two-key.ly: moved to no-notation/parse5.ly
7976
7977         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7978         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7979
7980         * input/test/ {various}: modified comments, marked some for deletion.
7981
7982         * input/test/lines.ly: deleted file; duplicate of
7983         embedded-postscript.ly
7984
7985         * input/test/mmrest-collision: moved to regression.
7986
7987 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7988
7989         * scm/chord-name.scm (note-name->markup): don't superscript root
7990         alterations in chordnames.
7991
7992 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7993
7994         * Documentation/user/refman.itely (Multi measure rests): more
7995         index/cross-referencing.
7996
7997         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7998
7999         * scm/font.scm: remove properties-to-font-name code.
8000
8001         * scm/define-grob-properties.scm: remove 'type
8002
8003         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8004         conversion
8005
8006         * lily/text-spanner.cc: change 'type grob prop to 'style 
8007
8008         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8009         "first" flag to decide whether to make a start-repeat
8010
8011         * input/regression/grace-volta-repeat-2.ly: new file.
8012
8013 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8014
8015         * lilypond-indent.el: rename generic functions to LilyPond-*
8016
8017 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8018
8019         * input/test/thumb.ly: delete, merged into refman.
8020
8021         * Documentation/user/refman.itely: added thumb info to Fingering.
8022
8023         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8024         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8025         vertical-align.ly : deleted files.
8026
8027 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8028
8029         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8030
8031         * lily/line-spanner.cc (broken_trend_offset): remove function.
8032         (get_broken_offset): idem.
8033         (brew_molecule): rewrite the line-break case.
8034
8035         * input/regression/follow-voice-break.ly:  new file.
8036
8037         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8038         start of a system.
8039
8040 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8041
8042         * input/test/tuplet-rest.ly: moved to regression.
8043
8044         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8045         deleted file.
8046
8047         * input/test/ {many} : marked file for possible deletion.
8048
8049 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8050
8051         * input/regression/beam-funky.ly: add note about (disputed)
8052         correct beaming.
8053
8054         * ly/engraver-init.ly (ScoreContext): put key-signature after
8055         staff-bar
8056         
8057 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8058
8059         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8060
8061         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8062
8063         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8064
8065         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8066         stem-extend was deleted (it was duplicate example, and not as
8067         good).
8068
8069         * input/test/[s-z]*.ly: add texidoc index.
8070
8071 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8072
8073         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8074         get_first_notecolumn_y
8075
8076         * lily/spanner.cc (broken_spanner_index): new function.
8077
8078 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8079
8080         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8081         lyric-hyphen.ly : moved to regression.
8082
8083         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8084         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8085
8086         * input/test/instrument-name-mmrest.ly: moved to
8087         ../regression/multi-measure-rest-instr-name.ly
8088
8089         * input/test/knee-sym.ly: moved to
8090         ../regression/beam-knee-symmetry.ly.
8091
8092         * input/test/hymn.ly: change comments.
8093
8094         * input/test/[p-r]*.ly: add texidoc index.
8095
8096 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8097
8098         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8099         to postfix syntax
8100         
8101         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8102         syntax.
8103
8104         * VERSION: release 1.7.22
8105
8106 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8107
8108         * input/test/[h-k]*.ly: added texidoc index.
8109
8110         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8111
8112         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8113
8114         * input/test/ various : mark files for deletion or moving to
8115         regression.
8116
8117         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8118
8119         * input/test/[l-o]*.ly: added texidoc index.
8120
8121 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8122
8123         * scm/music-functions.scm (make-ottava-set): 
8124         only do ottavation if centralCPosition is set.
8125
8126         * lily/translator-scheme.cc (ly:context-property-where-defined):
8127         return '() if not found.
8128
8129 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8130
8131         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8132         Use one command for both commenting and uncommenting.
8133
8134         * lilypond-indent.el (LilyPond-comment-region): new function,
8135         (un)comments each line separately.
8136
8137         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8138         
8139         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8140         imenu is not added by default; adapted from f90.el,
8141         makes Help-menu, which does not fit, visible in XEmacs.
8142         
8143 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8144
8145         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8146         show-paren-mode sets blink-matching-paren-on-screen local.
8147         Try to make show-paren-function to paren-highlight local.
8148
8149         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8150         Copy definitions of Emacs' show-paren-function and
8151         XEmacs' paren-highlight and make minimal changes;
8152         add comments about locality. 
8153         Fix matching first open-paren-char in '<< .. >>'.
8154
8155 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8156
8157         * input/test/g*: added texidoc index.
8158
8159         * input/test/[a-g]*: added raggedright==#t when it
8160          seemed appropiate.
8161
8162         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8163
8164         * Documentation/topdoc/INSTALL.texi: removed false warnings
8165         about gcc 3.3.
8166
8167 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8168
8169         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8170
8171         * input/test/chords-without-melody.ly (texidoc): add from
8172         input/just-friends.ly
8173
8174         * input/regression/size{13--26}.ly: move from input/
8175
8176         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8177         input/{star-spangled-banner,twinkle}.ly: remove 
8178         
8179         * lily/slur.cc: remove slur over rest warnings.
8180
8181         * lily/note-spacing.cc (get_spacing): include left part of right
8182         object in fixed space. This fixes stretched space before
8183         accidentals.
8184
8185         * input/regression/spacing-accidental-stretch.ly: new file.
8186
8187 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8188
8189         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8190         Reduce to 16pt.
8191
8192 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8193
8194         * input/regression/spacing-knee.ly: docstring
8195
8196         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8197
8198         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8199         input/tutorial/{test,solar,flowing}.ly: remove
8200
8201         * input/rhythm.ly: remove
8202
8203         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8204
8205         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8206         update syntax. 
8207
8208         * scm/define-grobs.scm (all-grob-descriptions): set
8209         knee-spacing-correction to 1.0
8210
8211         * lily/note-spacing.cc (stem_dir_correction): compute knee
8212         correction using stem-thickness and head width.
8213
8214         * input/regression/beam-quanting-horizontal.ly: update texidoc
8215
8216         * scm/define-grobs.scm (all-grob-descriptions): set
8217         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8218         This fixes 32nd beams for noteheads in spaces quants.
8219
8220         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8221
8222 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8223
8224         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8225
8226 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8227
8228         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8229
8230         * VERSION (PACKAGE_NAME): release 1.7.21
8231
8232         * input/regression/stem-shorten.ly: new file.
8233
8234         * lily/stem.cc (get_default_stem_end_position): revise stem
8235         shortening code.
8236
8237         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8238
8239         * input/test/{scripts,volta-start,sleur}.ly: remove
8240         
8241         * input/regression/span-bar.ly: smaller file.
8242
8243         * input/regression/spacing-{natural,tight,loose}.ly: remove
8244
8245         * input/test/markup.ly: remove
8246
8247         * scripts/lilypond-book.py: put printfilename in separate chunk,
8248         so texidoc is printed after the filename.  
8249
8250 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8251
8252         * make/lilypond.mandrake.spec.in: fix docdirs.
8253
8254 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8255
8256         * input/regression/beam-french.ly: bugfix.
8257
8258         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8259
8260         * input/regression/(various).ly: add raggedright = #t.
8261
8262         * input/regression/auto-beam.ly: move from abe.ly
8263
8264 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8265
8266         * input/test/f*.ly: added texinfo index.
8267         
8268         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8269
8270 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8271
8272         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8273         quant penalty for beam just outside staff.
8274
8275         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8276         from beam-pos.ly,  remove non-horizontal tests. 
8277
8278         * input/test/(various): cleanup header info. 
8279
8280         * input/test/tchaikovsky.ly: remove file.
8281
8282         * scm/chord-generic-names.scm: move from
8283         double-plus-new-chord-name.scm
8284
8285         * input/test/orchestscore.ly: remove file
8286
8287         * Documentation/user/refman.itely (Vocal music): update documentation.
8288
8289         * scm/define-translator-properties.scm (chordNoteNamer): remove
8290         chordNameStyle, use chordNameFunction
8291
8292         * scm/chord-name.scm (set-chord-name-style): remove
8293         set-chord-name-style. Use \property chordNameFunction.
8294
8295 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8296
8297         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8298         music): remove @TeX{} command.
8299
8300 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8301
8302         * lilypond-indent.el (scan-sexps): Renamed to
8303         aargh-this-breaks-other-emacs-modes-scan-sexps.
8304
8305 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8306
8307         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8308         closing slurs: '()', etc. Add comments.
8309
8310         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8311
8312         * lilypond-font-lock.el: match unending string at eof.
8313
8314         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8315         
8316 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8317
8318         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8319         input/test/beam-dir.ly input/test/beam-position.ly    
8320         input/test/beam-suspect.ly input/test/beam-trend.ly    
8321         input/test/beams.ly input/test/crescendo-text.ly : deleted
8322         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8323         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8324         * input/test/default-bars.ly: moved to bar-always.ly
8325         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8326
8327 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8328
8329         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8330
8331 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8332
8333         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8334
8335 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8336
8337         * lilypond-indent.el: Match better slurs in scheme expressions.
8338         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8339
8340         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8341
8342 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8343
8344         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8345
8346         * input/ac-extra-voice.ly: Add texidoc.
8347
8348         * ly/chord-modifiers-init.ly: 
8349         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8350         and chordNameExceptionsPartial for new chord names.
8351
8352         * input/test/chord-names-dpnj.ly: 
8353         * input/test/dpncnt.ly: Update.
8354
8355         * scm/chord-name.scm: 
8356         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8357         chord selection and options.
8358
8359         * ly/chord-modifiers-init.ly: Add exceptions 
8360
8361         * scm/define-translator-properties.scm (chordNameStyle) 
8362         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8363
8364 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8365
8366         * ly/property-init.ly (germanChords): Added.
8367         (semiGermanChords): Added.
8368         
8369         * input/test/chord-names-german.ly: Use new macros
8370         
8371 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8372
8373         * lilypond-indent.el: Use similar parenthesis highlighting for 
8374         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8375         functions; removed LilyPond-show-paren-function. Fix indenting.
8376         Turn paren-matching on also in XEmacs.
8377
8378         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8379         as needed by parenthesis highlighting functions (in scan-sexp).
8380
8381 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8382
8383         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8384         function.
8385         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8386
8387 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8388
8389         * lilypond-indent.el: tune regexp for show-paren-function.
8390
8391 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8392
8393         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8394         for all LilyPond-produced tex snippets.
8395
8396         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8397         fixes one line --preview output of ly2dvi.
8398
8399 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8400
8401         * lilypond-indent.el: match only one type of slurs in
8402         LilyPond-show-paren-function.
8403
8404 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8405
8406         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8407         * debian/lilypond1.7.dirs: 
8408         * debian/lilypond1.7-doc.dirs: New file.
8409
8410         * input/regression/chord-name-exceptions.ly: Add parameter for
8411         ignatzekExceptions.  Quote hash in docstring.
8412
8413 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8414
8415         * lilypond-indent.el (show-paren-function): define show-paren-function
8416         as LilyPond-blink-matching-open and use it for closing parens.
8417         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8418
8419         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8420         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8421         LilyPond-blink-matching-paren in order to match both open and close
8422         brackets.
8423         
8424 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8425
8426         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8427         testing by modifying the code from FSF Emacs paren.el. Add comments.
8428
8429 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8430
8431         * input/test/dpncnt.ly: Transpose example to match new
8432         default \chords octave.  Add comment.
8433         
8434         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8435         comment about octave change.
8436
8437 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8438
8439         * input/test/[d,e]: added texinfo index tags.
8440         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8441
8442 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8443
8444         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8445
8446 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8447
8448         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8449         as in blink-matching-open.
8450
8451 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8452
8453         * input/test/[a-c]: more comments in files.
8454         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8455         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8456         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8457         mark file for proposed deletion.
8458         * input/test: renaming files:
8459         auto-beam-4-8.ly to beam-auto-4-8.ly
8460         auto-beam-override.ly to beam-auto-override.ly
8461         auto-beam.ly to beam-auto.ly
8462         blank.ly to blank-paper.ly
8463         absolute-volume.ly to dynamic-absolute-volume.ly
8464
8465 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8466
8467         * input/test/dpncnt.ly: 
8468         * input/test/chord-names-dpnj.ly: Resurrect.
8469
8470         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8471
8472         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8473
8474         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8475         Better docstring, add parameter OMIT-ROOT, tidy up.
8476
8477 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8478
8479         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8480
8481 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8482
8483         * scm/output-ascii-script.scm (as-font-alist-alist):
8484         (as-properties-to-font-name):
8485         (as-make-style-sheet): Remove.
8486
8487         * scm/font.scm (as-make-font-list): New function.
8488         (as-font-sheet-alist): New variable.
8489
8490         * ly/paper-as9-init.ly: 
8491         * ly/paper-as5-init.ly: Update.
8492
8493         * ly/paper-as5.ly:
8494         * ly/paper-as9.ly: New file.
8495
8496 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8497
8498         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8499
8500 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8501         * input/sondag-morgen/*: removed due to copyright concerns.
8502         * input/[a,b]*.ly: added a newline at the end of the texinfo
8503         doc string (produces better output in HTML version).
8504         * input/c*.ly: added texinfo index and added comments to
8505         aid in future changes to input/test/ files.
8506
8507 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8508         
8509         * Documentation/user/refman.itely: fixed build problem (missing
8510         file) caused by previous renaming.
8511
8512 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8513         
8514         * input/test/[a,b]*.ly: added texinfo index and added comments to
8515         aid in future changes to input/test/ files.
8516         * input/test/bar-number-every-5-reset.ly: renamed to
8517         bar-number-every-five-reset.ly
8518         * input/test/bar-script-visibility.ly: renamed to
8519         bar-number-show-all.ly
8520
8521 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8522
8523         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8524         to Voice.
8525
8526         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8527         out note-line and glissando functionality.
8528         
8529         * lily/line-spanner.cc (brew_molecule): cleanup.
8530
8531 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8532
8533         * scripts/as2text.scm: Use rdelim module.
8534         (start-system): Rename from start-line.
8535         (stop-system): Rename from stop-line.
8536         (af-gulp-file): Use string iso symbol for getenv.
8537
8538         * scm/output-ascii-script.scm: Add guile and lily modules.
8539         (font-name-alist): New variable.
8540         (draw-line): New function.
8541
8542         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8543         (Were these silently removed, without ChangeLog entry?)
8544
8545 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8546
8547         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8548         process 2nd ottava correctly.
8549
8550 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8551
8552         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8553
8554 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8555
8556         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8557
8558 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8559
8560         * VERSION: release 1.7.20
8561         
8562         * lily/text-spanner.cc (brew_molecule): clean up function. This
8563         fixes bugs with broken 8va spanners.
8564
8565         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8566         This prevents spurious line-breaks with raggedright
8567         
8568 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8569
8570         * lily/key-performer.cc (create_audio_elements): always use major
8571         key
8572
8573         * Documentation/user/internals.itely: updates
8574
8575         * input/regression/beam-break.ly: new file.
8576
8577         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8578         beams if starting or terminating stems have 'beaming set.)
8579
8580         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8581         property.
8582
8583         * lily/parser.yy (verbose_command_req): add comment about scales.
8584
8585 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8586
8587         * lilypond-indent.el: adjust regexps in bracket-matching.
8588
8589 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8590
8591         * Documentation/user/refman.itely: more tiny fixes
8592
8593         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8594         "Chord names"; added table with input syntax for solesmes neumes
8595         table; added some words about rationale on input syntax design
8596
8597         * lily/gregorian-ligature-engraver.cc,
8598         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8599         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8600         alignment of Pes Initio Debilis
8601
8602         * Documentation/user/refman.itely,
8603         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8604         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8605         bugs in the solesmes neumes table
8606
8607 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8608
8609         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8610         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8611
8612         * lilypond-mode.el: fix tag-score. small improvements.
8613
8614 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8615
8616         * .cvsignore: Add aclocal.m4.
8617
8618         * lily/music-constructor.cc: Include <assert.h>.
8619
8620 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8621
8622         * ly/engraver-init.ly (HaraKiriStaffContext): use
8623         RemoveEmptyStaffContext instead.
8624
8625         * Documentation/user/refman.itely: updates
8626
8627 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8628
8629         * Documentation/user/refman.itely: added solesmes neumes table;
8630         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8631         bugfix: "Ornaments" -> "Articulations"
8632
8633         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8634
8635 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8636
8637         * lilypond-indent.el: Add a message about trying to match \] or \).
8638         
8639 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8640         
8641         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8642         obsolete "arithmetic_*"
8643
8644         * input/bugs/ligatures.ly: removed (will be put into a different
8645         directory later)
8646
8647 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8648
8649         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8650         libkpathsea (Maurizio Tomasi).
8651
8652 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8653
8654         * input/regression/repeat-slash.ly (texidoc): new file
8655
8656         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8657         slash repeats separately. Slash repeats and %
8658         repeats can now be nested.
8659
8660 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8661
8662         * lilypond-indent.el: Add preliminary test for closing \] and \).
8663         
8664 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8665
8666         * lily/gregorian-ligature-engraver.cc,
8667         lily/vaticana-ligature-engraver.cc,
8668         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8669         mf/parmesan-heads.mf: various semivocalis related bugfixes
8670
8671         * input/bugs/ligatures.ly: new file demonstrating problems with
8672         ligatures
8673         
8674 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8675
8676         * lilypond-mode.el,
8677         lilypond-font-lock.el,
8678         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8679
8680 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8681
8682         * lilypond-mode.el: Remove outdated code. Stress the difference 
8683         between Emacs and XEmacs definitions.
8684
8685         * lilypond-mode.el,
8686         lilypond-indent.el: Define a function interactive only when necessary.
8687
8688 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8689
8690         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8691         Use inactive regions also in XEmacs.
8692
8693 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8694
8695         * Documentation/user/refman.itely (Repeat syntax): more updates
8696
8697         * lily/simple-spacer.cc (solve): move solution process into
8698         solve(). This fixes a bug with collisions and raggedright = ##t.
8699  
8700         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8701
8702         * ly/engraver-init.ly: remove GraceContext. Update examples.
8703
8704 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8705
8706         * GNUmakefile.in (fonts): Also make fontball.
8707
8708         * Website fixes:
8709
8710         * ly/engraver-init.ly (GraceContext): Add.
8711
8712         * run:
8713
8714             convert-ly $(find . -name *.ly)
8715
8716         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8717         new chords.
8718
8719 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8720
8721         * VERSION: 1.7.19 released
8722         
8723         * scm/music-functions.scm (set-octavation): new function.
8724
8725         * input/regression/ottava.ly: new file
8726
8727         * lily/translator-scheme.cc (LY_DEFINE): new function
8728         ly:unset-context-property
8729         (LY_DEFINE) new function ly:context-property-where-defined: 
8730
8731 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8732
8733         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8734
8735         * lilypond.words: add few.
8736
8737         * input/test/script-chart.ly: fix typo.
8738
8739 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8740
8741         * scm/define-grobs.scm: uniform naming for definitions and output
8742         routine files. 
8743
8744         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8745         scm/context-description.scm
8746
8747         * lily/parser.yy (translator_spec_body): add \description to the
8748         \translator{} body syntax.
8749
8750         * lily/ottava-engraver.cc: new file.
8751
8752         * scm/chord-name.scm (natural-chord-alteration): replace old
8753         chord stuff. 
8754
8755         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8756
8757         * Documentation/user/refman.itely (Metronome marks): update doco.
8758
8759         * input/regression/markup-note.ly: new file
8760
8761         * input/regression/metronome-marking.ly: new file
8762
8763         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8764
8765         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8766         metronome marks.
8767
8768 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8769
8770         * Documentation/user/GNUmakefile: Compatibility fix for new
8771         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8772         for making binary packages; info splitting bug has been fixed.
8773
8774         * Documentation/user/refman.itely: Compile fixes.
8775
8776 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8777
8778         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8779         Count \midi -keywords also for a region.
8780
8781 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8782
8783         * lily/lookup.cc (LY_DEFINE): new function
8784
8785         * Documentation/user/tutorial.itely: updates
8786
8787 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8788
8789         * lilypond-mode.el: Allow Midi on buffer.
8790         Use only '.ly'-extension, remove '.sly' and '.fly'.
8791         Allow use of inactive regions. Invoke next Command on Master file, 
8792         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8793
8794 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8795
8796         * Documentation/user/tutorial.itely: updates.
8797
8798 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8799
8800         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8801
8802 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8803
8804         * lily/coherent-ligature-engraver.cc: fixed typo
8805
8806         * lily/coherent-ligature-engraver.cc,
8807         lily/gregorian-ligature-engraver.cc,
8808         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8809         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8810         lily/vaticana-ligature-engraver.cc,
8811         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8812         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8813         removed all ligature specific stuff from NoteHead code
8814
8815         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8816         ligatures now use regular noteheads
8817
8818         * lily/vaticana-ligature.cc: tiny code cleanups
8819
8820         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8821         space between two adjacent noteheads of the same pitch
8822
8823         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8824         description; cleanup: removed obsolete font-family settings
8825
8826 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8827
8828         * lily/coherent-ligature-engraver.cc,
8829         lily/gregorian-ligature-engraver.cc,
8830         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8831         lily/mensural-ligature-engraver.cc,
8832         lily/vaticana-ligature-engraver.cc,
8833         lily/include/gregorian-ligature-engraver.hh: updated for new
8834         Coherent_ligature_engraver; added comments that describe the basic
8835         design ideas of the ligature implementation
8836
8837         * lily/coherent-ligature-engraver.cc,
8838         lily/include/coherent-ligature-engraver.hh: new file: shared code
8839         between mensural ligatures and Gregorian chant notation ligatures
8840
8841 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8842
8843         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8844         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8845         use only two arguments in sit-for, use no arguments in
8846         read-char-exclusive, backspace is not a character (127) in XEmacs.
8847
8848         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8849
8850 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8851
8852         * lilypond-mode.el: un-commenting works after syntax-table fix.
8853
8854         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8855         group, verbose commenting for syntax table.
8856
8857         * lilypond-indent.el: add TODO for ligature slurs.
8858
8859 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8860
8861         * lilypond-mode.el: Move comments of parenthesis matching away,
8862         (blink-matching-paren-on-screen) fix blinking in Emacs.
8863
8864         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8865         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8866
8867         * lilypond-indent.el: Add TODO for parenthesis matching.
8868
8869 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8870
8871         * lilypond-mode.el: Fix XEmacs: 
8872         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8873         invoke explicitly easy-menu-add (in Emacs done automatically).
8874         
8875         * lilypond.words: Add few words from input/*/*.ly.
8876
8877 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8878
8879         * VERSION (PATCH_LEVEL): release 1.7.18
8880
8881         * scripts/lilypond-book.py: only print basename for printfilename
8882         option
8883
8884         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8885         and syntax updates.
8886
8887 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8888
8889         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8890         better parametrisation. Move fatness of bulb downward.
8891
8892         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8893         glyph names. Underscores are not allowed .ps encoding files.
8894
8895 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8896
8897         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8898         variable "packed" for packed right-ragged mode
8899
8900         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8901         unused variable ragged; fixed indentation
8902
8903         * Documentation/user/refman.itely: tiny cleanups in ancient
8904         clef and custos section
8905
8906 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8907
8908         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8909         \applyoutput PROCEDURE
8910
8911         * lily/my-lily-lexer.cc: add \applyoutput.
8912
8913         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8914
8915         * lily/text-item.cc: clean text-interface description
8916
8917 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8918
8919         * input/{regression,test}/: use postfix for slur endings and beam
8920         begins.
8921
8922         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8923         style beams too. 
8924
8925         * input/regression/lyrics-melisma-beam.ly: new file.
8926
8927         * lily/lyric-engraver.cc (process_music): change from
8928         process_acknowledged_grobs()
8929
8930         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8931         functions to set and revert auto-beam settings.
8932
8933 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8934
8935         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8936
8937 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8938
8939         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8940         Documentation/user/lilypond.tely: fixed some typos; updated author
8941         info
8942
8943         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8944         #"" -> #'flag-style = #'()
8945
8946         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8947         cleanup: removed dead #includes
8948
8949         * lily/gregorian-ligature-engraver.cc,
8950         lily/include/gregorian-ligature.hh,
8951         scm/grob-property-description.scm: small cleanups, small spacing
8952         fixes
8953
8954         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8955         lily/vaticana-ligature.cc,
8956         lily/include/gregorian-ligature-engraver.hh,
8957         scm/grob-property-description.scm, scm/music-types.scm:
8958         "porrectus" -> "pes or flexa"
8959
8960         * ly/engraver-init.ly, scm/grob-description.scm,
8961         scm/grob-property-description.scm: junked porrectus, now handled
8962         by ligature code
8963
8964         * scm/grob-description.scm: bugfix: added space-alist entry for
8965         breathing sign/custos
8966
8967 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8968
8969         * Another grand 2003 update.
8970         
8971         * Remove mentioning of `mudela'; There's no such thing.
8972
8973 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8974
8975         * Documentation/user/preface.itely (Preface to version 1.8): update
8976
8977         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8978
8979         * Documentation/user/converters.itely (Invoking convert-ly): revise
8980
8981         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8982
8983         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8984
8985 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8986
8987         * Documentation/user/internals.itely: more updates.
8988
8989 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8990
8991         * Documentation/user/refman.itely: revise 
8992
8993         * Documentation/user/internals.itely: revise
8994
8995         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8996
8997 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8998
8999         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9000         beautification: reformatted ancient clefs section; cleanup: small
9001         wording fixes
9002
9003 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9004
9005         * lilypond.words: added words for chant notation, sorted
9006         alphabetically through "sort lilypond.words"
9007
9008 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9009
9010         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9011         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9012         chant notation
9013
9014 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9015
9016         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9017         prevent TeX from interpreting them as long dash
9018
9019         * input/test/vaticana.ly: updated
9020
9021         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9022         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9023         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9024         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9025         fixes
9026
9027         * mf/parmesan-heads.mf: ledger endings: removed dead code
9028
9029 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9030
9031         * VERSION: 1.7.17 released
9032         
9033         * Documentation/user/GNUmakefile
9034         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9035         files too.
9036
9037         * scm/document-markup.scm: new file: document all markup
9038         functions.
9039
9040         * scm/documentation-generate.scm: rename all documentation modules
9041         to document-*.scm
9042
9043         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9044         .png
9045
9046         * input/test/divisiones.ly: added
9047
9048         * input/regression/output-property.ly: new file
9049
9050         * lily/cluster.cc: change cluster-interface to use style property
9051
9052 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9053
9054         * input/test/chord-names-german.ly: modified.
9055
9056         * scm/chords-ignatzek.scm:
9057           chord-name->german-markup: Added
9058           note-name->german-markup: Changed (now producing lowercase notenames)
9059
9060         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9061         
9062 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9063
9064         * scripts/convert-ly.py (FatalConversionError.conv):
9065         divisiominima -> divisioMinima, etc.
9066
9067         * ly/engraver-init.ly (FiguredBassContext): add
9068         Separating_line_group_engraver to Figured bass context.
9069
9070         * ly/german-chords-init.ly: remove file
9071
9072         * input/test/chord-names-german.ly (scm): new file.
9073
9074         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9075
9076         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9077         Chord_name_engraver
9078
9079         * Documentation/user/refman.itely: lots of updates.
9080
9081         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9082         new file
9083
9084         * input/test/bar-number-every-5-reset.ly: new file.
9085
9086 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9087
9088         * input/regression/chord-name-major7.ly: new file
9089
9090         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9091         if specced explicitly.
9092
9093         * input/regression/chord-name-entry-11.ly: new file.
9094
9095         * input/test/slur-beautiful.ly: new file.
9096
9097         * Documentation/user/refman.itely: updates.
9098
9099         * input/regression/collisions.ly (threevoice): cleanup.
9100
9101         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9102
9103 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9104
9105         * Documentation/user/*.itely: various updates.
9106
9107         * ly/spanners-init.ly: enddecr/ endcr.
9108
9109         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9110         of tutorial
9111
9112 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9113
9114         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9115
9116         * lily/new-chord-name-engraver.cc (process_music): use octavation
9117         (a number) instead of original-pitch to store inversions. This
9118         fixes a problem with transposed chords with inversions.  
9119
9120 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9121
9122         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9123         used in includable-lexer.hh.
9124
9125         * lily/includable-lexer.cc: Bugfix: include config.h.
9126
9127         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9128         circumvention of Debian packaging bug.
9129
9130 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9131
9132         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9133         
9134         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9135
9136         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9137         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9138
9139         * lily/include/includable-lexer.hh: 
9140         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9141
9142         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9143
9144         * aclocal.m4: Regenerate.
9145
9146         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9147         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9148
9149         * scm/pdf.scm (use-modules): Include lily.
9150
9151         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9152         Noordkamp).
9153         (use-modules): Include lily.
9154         (lily-def): Bugfix: include tex-val in let.
9155
9156 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9157
9158         * lilypond-mode.el: sensible error if lilypond.words not found.
9159
9160         * lilypond.words: add few words.
9161
9162 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9163
9164         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9165
9166         * mf/parmesan-scripts.mf: fixed typo in char name
9167
9168 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9169
9170         * VERSION: 1.7.16 released
9171
9172         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9173         (this is a security vulnerability).
9174
9175         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9176
9177         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9178         add staff support.
9179
9180 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9181
9182         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9183         ly/script-init.ly, scm/script.scm: bugfix: renamed
9184         fermata->signumcongruentiae to fix naming clash with feta font
9185
9186 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9187
9188         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9189
9190         * lily/multi-measure-rest-engraver.cc
9191         (start_translation_timestep): use grace timing too for determining
9192         when to make mmrest.
9193         (start_translation_timestep): clear numbers too.
9194
9195 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9196
9197         * scm/music-types.scm: compile fix: escape braces
9198
9199         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9200         work around font selection problem
9201
9202         * Documentation/user/refman.itely: BreathingSign: added docu for
9203         property "text"
9204
9205 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9206
9207         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9208         information.
9209
9210 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9211
9212         * lily/multi-measure-rest-engraver.cc (class
9213         Multi_measure_rest_engraver): make multiple Number objects, one
9214         for each MultiMeasureTextEvent.
9215
9216         * scm/music-functions.scm (glue-mm-rest-texts): use
9217         MultiMeasureTextEvent
9218
9219         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9220
9221         * Documentation/user/refman.itely (Multi measure rests): update.
9222
9223 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9224
9225         * lily/ly-module.cc (ly_copy_module_variables): use
9226         scm_internal_hash_fold() for iterating modules.
9227
9228 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9229
9230         * Documentation/user/refman.itely: Section Custodes: added more
9231         example code
9232
9233         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9234         neo-mensural rests to parmesan font
9235
9236         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9237         header
9238
9239 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9240
9241         * Documentation/user/macros.itexi: @fileref macro.
9242
9243         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9244         each file. 
9245
9246 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9247
9248         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9249         Documentation/topdocs/AUTHORS.texi: updated my email address
9250
9251         * Documentation/user/refman.itely: updated custos documentation;
9252         beautified divisiones example; beautified articulations table
9253
9254         * lily/breathing-sign.cc: bugfix: finalis molecule
9255
9256 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9257
9258         * Documentation/user/refman.itely: added docu for
9259         contemporary fermata symbols, gregorian breathing signs; small fixes
9260
9261         * ly/gregorian-init.ly: removed obsolete #'type props
9262
9263 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9264
9265         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9266         minimum-length property correctly.
9267
9268 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9269
9270         * scm/music-functions.scm (make-multi-measure-rest): set input
9271         locations for multimeasure rests.
9272
9273 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9274
9275         * input/regression/breathing-sign.ly: updated to for ancient
9276         notation
9277
9278 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9279
9280         * scripts/ly2dvi.py: Add newline.
9281
9282 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9283
9284         * scripts/ly2dvi.py (dependency_files): Compile fix.
9285
9286 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9287
9288         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9289         (make_html_menu_file): --html menu. 
9290
9291 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9292
9293         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9294
9295 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9296
9297         * input/screech-boink.ly: new file.
9298
9299 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * scripts/lilypond-book.py (make_lilypond_file): convert
9302         lilypond-file to lilypond block directly, without going through
9303         begin/end lilypond text.
9304         
9305
9306 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9307
9308         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9309         scm/grob-description.scm: moved Michael's original breathing sign
9310         code in brew_molecule() to divisio_minima(); provided new
9311         brew_molecule() that effectively replaces the
9312         Text_item::brew_molecule callback (with additional fallback to
9313         Michael's original code); added callbacks for brewing divisio
9314         maior/maxima and finalis
9315
9316         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9317         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9318
9319         * script-init.ly: added shortfermata, longfermata,
9320         verylongfermata, varcoda
9321
9322         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9323         longfermata, verylongfermata, varcomma, varcoda
9324
9325 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9326
9327         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9328           Remove all noquote and insert a few quote.
9329         
9330         * Documentation/user/lilypond-book.itely (Music fragment options),
9331           scripts/lilypond-book.py: Don't include quotation blocks by
9332           default. Introduce option quote instead of noquote
9333
9334 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9335
9336         * VERSION: 1.7.15 released
9337         
9338         * Documentation/user/lilypond.tely: omf updates.
9339
9340         * buildscripts/texi2omf.py (omf_vars): include version.date
9341
9342         * make/lilypond.redhat.spec.in: fixes for spec file. 
9343
9344         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9345         by function definition: lily now requires a recent GNU Make.
9346
9347         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9348         writing.
9349
9350         * make/ly-rules.make: remove .ly -> .tex rule
9351
9352         * Documentation/user/refman.itely (Figured bass): revised figured
9353         bass example.
9354
9355 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9356
9357         * stepmake/stepmake/omf-targets.make (local-install): add
9358         scrollkeeper-update message.
9359
9360         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9361         to binary.
9362         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9363
9364         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9365
9366         * Documentation/user/converters.itely (Invoking midi2ly): add
9367         track/channel notice.
9368
9369 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9370
9371         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9372
9373         * lily/parser.yy (scalar): DIGIT is also a scalar.
9374
9375         * Documentation/user/music-glossary.tely: add @omf tags
9376
9377         * Documentation/user/lilypond.tely: add @omf tags
9378
9379         * scm/generate-documentation.scm (string-append): add @omf tags.
9380
9381         * stepmake/stepmake/omf-*: new files 
9382
9383         * input/regression/multi-measure-rest.ly (texidoc): add doco
9384
9385         * GNUmakefile.in (web-doc-install): add web-doc-install target
9386
9387         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9388         fixes crashes while dumping MIDI.
9389
9390         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9391         midi
9392
9393 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9394
9395         * buildscripts/texi2omf.py: new file.
9396
9397         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9398         font-name
9399
9400 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9401
9402         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9403
9404         * lily/sequential-iterator.cc (descend_to_child): call
9405         descend_to_child() for all types of music.
9406
9407 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9408
9409         * scm/translator-property-description.scm: Add
9410         bassFigureFormatFunction.  Replace some entries.
9411
9412 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9413
9414         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9415         clean out.
9416
9417 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * scripts/midi2ly.py (Note.dump): never dump duration for
9420         dump_dur=0.
9421
9422         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9423         new function
9424
9425         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9426         figures using new markups. Much simpler, and should improve layout
9427         a little.
9428
9429         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9430
9431 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9432
9433         * ly/engraver-init.ly: use Hara kiri by default for 
9434         ChordNames, FiguredBass and Lyrics(Voice) context. 
9435
9436         * lily/axis-group-engraver.cc (acknowledge_grob): use
9437         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9438
9439         * scm/new-markup.scm (markup-function-list): add bracket,
9440         vbracket.
9441
9442         * ly/engraver-init.ly (ChordNamesContext): set
9443         minimumVerticalExtent
9444
9445 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9446
9447         * input/test/time-signature-double.ly: new file 
9448
9449         * input/regression/collision-head-chords.ly (texidoc): new file.
9450
9451         * lily/type-swallow-translator.cc: add note swallow translator 
9452
9453         * input/test/time-signature-double.ly: new file.
9454
9455         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9456
9457         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9458         (FiguredBassContext): idem.
9459
9460         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9461
9462         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9463
9464         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9465
9466         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9467         .afm dependency
9468
9469         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9470
9471         * python/lilylib.py (make_page_images): add function.
9472
9473         * scripts/ly2dvi.py (run_latex): include title in preview image.
9474
9475         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9476         from lilypond-book for <ly2dvifile> tags in HTML.
9477
9478         * scripts/ly2dvi.py (option_definitions): add --debug option to
9479         print out environment.
9480
9481         * input/regression/tie-chord-partial.ly: new file.
9482
9483 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9484
9485         * lilypond.words: add 3
9486
9487 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9488
9489         * scm/new-markup.scm (markup-function-list): add finger-markup
9490
9491         * input/tutorial/brahms-tweaked.ly: new markup 
9492
9493         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9494
9495         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9496         crash when processing '() markup
9497
9498         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9499
9500         * lily/breathing-sign.cc (railtracks): another caesura.
9501
9502         * mf/feta-schrift.mf: caesura symbol. 
9503
9504 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9505
9506         * scripts/convert-ly.py (FatalConversionError.conv): add
9507         ly:molecule-XXX conversions.
9508
9509         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9510
9511         * input/regression/multi-measure-rest-text.ly: new file.
9512
9513         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9514         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9515
9516         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9517         ScoreContext
9518
9519         * scm/new-markup.scm (center-markup): \center markup.
9520
9521         * scm/music-functions.scm: remove pitchify scripts.
9522
9523         * lily/music.cc (print_smob): display music name if available 
9524
9525 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9526
9527         * Documentation/user/refman.itely (Instrument names): remove
9528         \turnOff doco.
9529
9530 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9531
9532         * lily/score.cc (mark_smob): bugfix.
9533
9534         * input/regression/rehearsal-mark.ly: new file.
9535
9536         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9537         report error at the current token again.
9538
9539 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9540
9541         * cygwin/mknetrel: Exit if doc build fails.
9542
9543         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9544
9545 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9546
9547         * scm/music-types.scm (music-descriptions): add doc strings
9548
9549 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9550
9551         * lily/lexer.ll: 
9552         * lily/include/my-lily-lexer.hh: 
9553         * lily/include/includable-lexer.hh: Add flex kludge.
9554
9555         * config.hh.in: 
9556         * config.make.in: 
9557         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9558         cruft.
9559         
9560         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9561         code.
9562
9563 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9564
9565         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9566
9567         * lily/parser.yy (new_chord): Compile fix.
9568
9569 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9570
9571         * Documentation/user/refman.itely (Tuning groups of objects):
9572         remove documentation for \turnOff. 
9573
9574         * lily/percent-repeat-engraver.cc (try_music): add correct
9575         processing moments for double-measure percents as well.
9576
9577         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9578
9579         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9580         grob prop type. 
9581
9582         * Documentation/user/refman.itely (Printing named chords): add
9583         chord name tweak doco.
9584
9585         * input/template/gregorian-transcription.ly: new file.
9586
9587 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9588
9589         * VERSION: 1.7.13 released
9590         
9591         * input/test/*: lots of cleanups/comment-outs/removals in chord
9592         examples
9593         
9594         * input/regression/*: lots of cleanups/comment-outs/removals in
9595         chord examples
9596         
9597         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9598         options
9599
9600         * lily/new-chord-name-engraver.cc (process_music): give original
9601         inversion pitch to chord name routine.
9602
9603         * input/tutorial/os-score.ly: update to new markup
9604
9605         * Documentation/user/appendices.itely: simply include
9606         chords-ignatzek. 
9607
9608         * Documentation/user/refman.itely (Chords mode): add documentation
9609         for chord mode.
9610
9611         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9612         not present in chord.
9613         (construct-chord): add inversion and bass support.
9614
9615         * lily/chord.cc: junk contents.
9616
9617 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9618
9619         * Documentation/user/refman.itely:
9620         * Documentation/user/music-glossary.tely: fix. 
9621
9622 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9623
9624         * scm/chord-entry.scm (construct-chord): move chord construction
9625         to Scheme.
9626
9627         * lily/parser.yy (new_chord): new setup for chord entry.
9628
9629 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9630
9631         * lilypond.words:
9632         * Documentation/user/music-glossary.tely: add ambitus.
9633
9634 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9635
9636         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9637
9638         * lily/include/*.hh: string() -> to_string()
9639
9640         * scm/chords-ignatzek.scm: new file.
9641
9642         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9643         standard chord name exceptions.
9644
9645         * scm/translator-property-description.scm (chordNameSeparator):
9646         add property.
9647         (majorSevenSymbol): add property
9648
9649         * lily/translator-scheme.cc (ly:context-properties): new function
9650         (ly:context-parent): new function.
9651         (print_smob): print context name.
9652
9653         * lily/music.cc (ly:get-music-length): new function
9654         (print_smob): don't print properties.
9655
9656         * lily/duration.cc (duration<?): new function
9657
9658         * input/regression/chords-funky-ignatzek.ly: new file.
9659
9660         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9661         jazz chords.
9662
9663         * lily/pitch.cc (ly:pitch-diff): new function.
9664
9665         * input/regression/chords-ignatzek.ly: new file.
9666
9667 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9668
9669         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9670         pitches for jazz chords.
9671
9672 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9673
9674         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9675
9676 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9677
9678         * lilypond.words: add 1
9679
9680 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9681
9682         * Documentation/topdocs/AUTHORS.texi: refine.
9683
9684 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9685
9686         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9687         
9688         * lilypond.words: add one.
9689
9690 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9691
9692         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9693         Fontify bass note in chords, e.g., e in c1/e.
9694         
9695 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9696
9697         * Documentation/user/music-glossary.tely: Dutch updates and
9698         additions (Arent Storm).
9699
9700 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9701
9702         * input/regression/ambitus.ly:  move file.      
9703
9704         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9705
9706         * lily/event.cc (transpose): add tonic property to Key_change_req
9707         and to Key_engraver.
9708
9709 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9710
9711         * Documentation/user/refman.itely: fix typo.
9712
9713         * lilypond.words: removed wrong identifiers.
9714
9715 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9716
9717         * mf/feta-toevallig.mf: make flat stem shorter 
9718
9719 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9720
9721         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9722
9723         * lilypond.words: add from Phrasing slur.
9724         
9725 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9726
9727         * lilypond-mode.el: allow launching multiple ViewPS processes.
9728         
9729         * lilypond.words: add from Text markup.
9730
9731 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9732
9733         * input/test/ossia.ly (texidoc): add comment.
9734
9735         * input/regression/voice-follower.ly: new file.
9736
9737         * mf/feta-toevallig.mf: make flat heavier.
9738
9739         * lily/cluster-engraver.cc: clean up Cluster engraver
9740
9741         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9742         Engraver. Use Note_column to compute Y positions and deal with
9743         line break stuff.
9744
9745 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9746
9747         * lily/stem.cc: move french-beaming to stem.
9748
9749 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9750
9751         * lilypond-font-lock.el: fontify all durations in chords.
9752
9753         * lilypond.words: add from lily/my-lily-lexer.cc
9754
9755 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9756
9757         * VERSION: release 1.7.12
9758
9759         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9760
9761         * lily/gregorian-ligature.cc: new file
9762
9763         * lily/*: the Great 2003 search & replace.
9764
9765         * Documentation/user/refman.itely (Manual repeat commands): add
9766         note about font selection.
9767
9768 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9769
9770         * lilypond-mode.el: propose recompiling midi while invoking playing,
9771         not while stopping playing.
9772
9773 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9774
9775         * lilypond.words: add one.
9776
9777         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9778         and expressional note grouping. Fontify chord modes.
9779
9780 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9781
9782         * Documentation/user/music-glossary.tely (Top): translate melisma.
9783
9784 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9785
9786         * Documentation/user/music-glossary.tely (Top): add melisma.
9787
9788 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9789
9790         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9791         interfaces for (abstract) grob GregorianLigature
9792
9793         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9794         renamed head* -> glyph_name*, x-shift* -> x-offset*
9795
9796         * scm/grob-property-description.scm: bugfix: added missing descriptions
9797
9798 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9799
9800         * input/test/chord-names-dpnj.ly: New file.
9801
9802         * scm/double-plus-new-chord-name.scm: Implement full and partial
9803         exceptions.
9804
9805         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9806
9807         * scm/double-plus-new-chord-name.scm
9808         (double-plus-new-chord->markup): Fix sub->markup.
9809
9810
9811 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9812
9813         * lily/custos-engraver.cc: added TODO; editorial changes
9814
9815         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9816         consistency with other ligature engravers; removed access on (now)
9817         private variable _ligature of Ligature_engraver
9818
9819         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9820         renamed last_bound -> last_bound_; issue programming_error on
9821         abstract method calls; moved primitives code from
9822         Mensural_bracket_engraver to here (because almost ligature
9823         engravers will need it); renamed try_stop_ligature () ->
9824         typeset_ligature (); bugfix: store primitives of finished ligature
9825         in separate variable finished_primitives_ to avoid clash on input
9826         like "\] \["; added current_ligature () to enable access on
9827         private variable _ligature
9828
9829         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9830         (now in super class); renamed try_stop_ligature () ->
9831         typeset_ligature ()
9832
9833         * lily/mensural-ligature.cc: issue programming_error on abstract
9834         method calls
9835
9836         * lily/note-heads-engraver.cc: added TODO comment upon bool
9837         in_ligature
9838
9839         * mf/parmesan-heads.mf: fixed some of set_char_box()
9840
9841         * scm/grob-description.scm: added VaticanaLigature
9842
9843         * scm/grob-property-description.scm: added neume prefix properties
9844
9845         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9846         lily/include/gregorian-ligature-engraver.hh,
9847         lily/include/gregorian-ligature.hh: new files; framework for
9848         gregorian ligature engravers such as vaticana
9849
9850         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9851         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9852         vaticana style ligature implementation (still somewhat uncomplete)
9853
9854 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9855
9856         * VERSION: release 1.7.11
9857
9858         * scripts/convert-ly.py: add ly:pitch-transpose rule
9859
9860 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9861
9862         * input/test/dpncnt.ly: New file.
9863
9864         * lily/my-lily-lexer.cc: Add chordnames keyword.
9865
9866         * lily/parser.yy (chordnames_block): Parse chord name exception
9867         lists, see input/test/dpncnt.ly.
9868
9869         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9870         function.
9871
9872         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9873         filter-out too.
9874
9875         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9876         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9877         pitch functions (except for ly:make-pitch, but that's apparently
9878         some sort of scheme naming standard?).
9879
9880         * scm/lily.scm (!=): define-public.
9881
9882         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9883
9884 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9885
9886         * scm/double-plus-new-chord-name.scm
9887         (double-plus-new-chord-name->markup): New file.
9888
9889 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9890
9891         * python/lilylib.py (make_preview): don't suppress progress for
9892         bbox extraction.
9893
9894 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9895
9896         * Documentation/user/appendices.itely (scheme): update for new syntax.
9897
9898         * input/regression/chord-name-styles.ly: new file
9899
9900         * lily/instrument-name-engraver.cc: create instrument names
9901         without barline too.  Allows instrument name on ChordNames  
9902
9903         * scm/new-markup.scm (interpret-markup): allow simple strings as
9904         markup too.
9905
9906 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9907
9908         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9909         (step->markup-accidental): Fix: add accidental.
9910         (chord::inner-name-american): 
9911         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9912         append stray '/' if last superscript addition was 'o'.
9913
9914         * scm/new-markup.scm (normal-size-sub-markup) 
9915         (normal-size-super-markup): New function.
9916
9917         * lily/source-file.cc (Source_file): Add warning for possibly
9918         intentional but suspicious initialization.
9919
9920         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9921         add comments about cut-and-paste programming.
9922
9923         * flower/rational.cc (lcm): Not used; comment out.
9924
9925 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9926
9927         * lily/new-fingering-engraver.cc (position_scripts): use
9928         fingerHorizontalDirection to determine fingering horizontal
9929         directions.
9930  
9931         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9932         fingering support.
9933
9934         * scripts/convert-ly.py (FatalConversionError.conv): add style
9935         conversion rule. 
9936
9937         * scm/chord-name.scm (set-chord-name-style): new function.
9938         (new-chord-name-brew-molecule): revise to interpret markup only
9939         (new-chord->markup): cleanuppish rewrite. To be called from the
9940         new engraver.
9941
9942         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9943         Markup earlier, during interpreting.
9944
9945         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9946         style settings. Rename to chord-names-*.ly
9947
9948 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9949
9950         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9951         markup code and update to new markup.  Most probably broke some of
9952         it.
9953         
9954 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9955
9956         * Documentation/user/refman.itely: added docu for ambitus and
9957         clusters
9958
9959         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9960         ly_quote_scm() in lookup.cc
9961
9962         * mf/parmesan-clefs.mf: set_char_box fix
9963
9964         * lily/cluster-engraver.cc: junk implicit protection; use
9965         Protected_scm instead
9966
9967 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9968
9969         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9970         throughout.
9971
9972         * scm/new-markup.scm: Turn-off error-triggering test code.
9973
9974 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9975
9976         * scm/new-markup.scm (markup-thrower-typecheck) 
9977         (markup-typecheck?):  add full typechecking functions.
9978         (make-markup-maker): add make-FOO-markup functions.
9979         (markup-argument-list-error): nice error checking messages.
9980         (make-markup): better function: less quoting escapades.
9981
9982 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9983
9984         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9985
9986 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9987
9988         * cygwin/lilypond.hint (requires): Add cygwin.
9989
9990         * .cvsignore: Remove stepmake (huh!?!), add lib.
9991
9992         * GNUmakefile.in: Add libdir links for builddir runs.
9993
9994         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9995         instead of datadir.
9996
9997         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9998         local_lilypond_libdir.
9999
10000         * config.make.in (lilypond_libdir): Add.
10001
10002         * stepmake/stepmake/substitute-rules.make: 
10003         * stepmake/stepmake/script-rules.make: 
10004         * stepmake/stepmake/python-module-rules.make:
10005         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10006         lilypond-python-module patch.
10007
10008 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10009
10010         * Documentation/user/refman.itely (Graphical interfaces): add note
10011         about xml2ly.
10012
10013 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10014
10015         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10016
10017 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10018
10019         * VERSION: released 1.7.10
10020
10021         * scripts/musedata2ly.py (): idem
10022
10023         * scripts/midi2ly.py (dump_chord): idem
10024
10025         * scripts/etf2ly.py (version): idem 
10026
10027         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10028
10029         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10030
10031         * scm/tex.scm (tex-output-expression): remove eval compat
10032         glut. Other output files too.
10033
10034         * scm/chord-name.scm: don't export anything from chord module.
10035
10036         * input/test/american-chords.ly: idem
10037
10038         * input/test/banter-chords.ly (texidoc): idem
10039
10040         * input/test/Cc-chords.ly: add breakage notes.
10041
10042         * Documentation/user/refman.itely (Text markup): rewrite manual
10043         section.
10044
10045         * lily/parser.yy (scalar): allow \markup { } as property value. 
10046
10047         * scm/chord-name.scm: complete new markup usage
10048
10049         * scm/grob-description.scm (all-grob-descriptions): use new markup
10050         texts by default
10051
10052 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10053
10054         * scm/chord-name.scm: partial move to new markup texts.
10055
10056 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10057
10058         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10059
10060         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10061         settable.
10062
10063 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10064
10065         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10066         invoked for old midi, wait for killing.
10067
10068 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10069
10070         * Documentation/user/music-glossary.tely: Finnishing.
10071
10072 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10073
10074         * mf/feta-nummer-code.mf: some kerning pairs.
10075
10076 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10077
10078         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10079         Added.
10080
10081         * Documentation/user/refman.itely (Bar numbers):
10082         set-bar-number-visibility added, modulo-bar-number removed again
10083         (sorry).
10084
10085 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10086
10087         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10088
10089         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10090
10091         * Documentation/user/music-glossary.tely: translate into Finnish.
10092
10093 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10094
10095         * lilypond-mode.el: add shortcut for 2midi
10096
10097         * lilypond-font-lock.el: fontify lyrics
10098
10099 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10100
10101         * scm/drums.scm : use 1.7.x names.
10102
10103         * input/regression/drums.ly : Don't use << chords >>
10104
10105 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10106
10107         * lilypond-mode.el: tidy, add TODO
10108
10109         * make/lilypond.mandrake.spec.in: install-info quietly.
10110
10111 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10112
10113         * input/test/markup.ly: use new syntax.
10114
10115 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10116
10117         * ly/params-init.ly (interscoreline): add word-space
10118
10119         * input/test/metronome.ly (eighthNote): idem.
10120
10121         * input/test/script-priority.ly: use new markup
10122
10123         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10124
10125         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10126
10127         * lily/parser.yy (gen_text_def): bugfix.
10128         (full_markup): allow markup identifier.
10129
10130 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10131
10132         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10133         jobs at the same time. Add horizontal lines to Command menu.
10134         Allow one compiling job -- propose killing others before a new one.
10135
10136         * lilypond.words: add markup, teeny, etc.
10137
10138 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10139
10140         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10141         Allow only one type of midi process; launching Midi either stops
10142         midis or plays the current midi and launching MidiAll stops midis
10143         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10144         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10145
10146 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10147
10148         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10149         markup  for new markup texts.
10150
10151         * lily/mark-engraver.cc (process_music): idem
10152         
10153         * lily/instrument-name-engraver.cc (create_text): idem
10154
10155         * scm/new-markup.scm (magnify-markup): new function.
10156
10157         * scm/molecule.scm (stack-lines): bugfix.
10158
10159         * lily/font-interface.cc (get_font): take font-magnification from
10160         alist chain.
10161
10162 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10163
10164         * lily/molecule-scheme.cc: move scheme functions to separate file.
10165
10166         * lily/font-metric.cc  (ly_get_glyph): new function. 
10167         
10168         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10169         (italic-markup, dynamic-markup): new functions
10170         (font-markup): new function
10171
10172         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10173         padding and minimum
10174
10175 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10176
10177         * lily/accidental-engraver.cc:
10178         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10179
10180 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10181
10182         * lilypond.vim:
10183         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10184         [a-zA-Z] for user defined identifiers. Separate note cases 
10185         with and without a duration (allow cis\longaX).
10186
10187         * lilypond.words: Add words from Info.
10188
10189 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10190
10191         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10192
10193 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10194
10195         * lilypond-mode.el: Propose reverting buffer before a command if
10196         it was edited with an another editor.
10197
10198 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10199
10200         * lily/molecule.cc (ly_translate_molecule): new function
10201
10202         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10203         into libdir
10204
10205         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10206
10207         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10208
10209 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10210
10211         * lilypond.words: take \words from Info-index.
10212
10213 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10214
10215         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10216
10217 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10218
10219         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10220
10221 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10222
10223         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10224         and lilypond-documentation.
10225
10226 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10227
10228         * lily/parser.yy: Compile fix (bison 1.75).
10229
10230 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10231
10232         * VERSION: 1.7.9 released
10233
10234         * scm/music-functions.scm (shift-one-duration-log): refactor.
10235         Use music-map.
10236
10237         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10238
10239         * NEWS: update.
10240
10241         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10242         argument
10243         
10244         * scm/music-functions.scm (display-music): new function
10245         (music-map): change arg order.
10246
10247         * input/regression/new-markup-syntax.scm: new file
10248
10249         * lily/parser.yy (markup): add \markup { .. } syntax.
10250
10251         * scm/new-markup.scm (override-markup): new function
10252         (lookup-markup): new function
10253         (music-markup): new function
10254         (lookup-markup-command): use markup-signature to store argument
10255         format for parser.
10256
10257         * lily/lexer.ll: preliminary \markup syntax. 
10258
10259 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10260
10261         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10262         add pre/post-dependencies and menus with icons from source.
10263
10264         * Documentation/pictures/lilypond-48x48.xpm:
10265         * Documentation/pictures/lilypond-32x32.xpm:
10266         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10267         transparent.
10268
10269         * stepmake/stepmake/generic-targets.make:
10270         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10271
10272 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10273
10274         * input/regression/music-map.ly (texidoc): new file.
10275
10276         * scm/music-functions.scm (music-map): new function
10277
10278 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10279
10280         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10281
10282 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10283
10284         * input/test/to-xml.ly:
10285         * lily/ligature-engraver.cc: Fixes documentation.
10286
10287         * lilypond.mandrake.spec.in:
10288         * lilypond.redhat.spec.in: Add lilypond.words.
10289
10290         * Documentation/user/refman.itely: Mention Info inside emacs.
10291         
10292         * lilypond.suse.spec.in:
10293         * lilypond.redhat.spec.in:
10294         * lilypond.mandrake.spec.in: Set root-owner for doc
10295         (tobbe@nyvalls.se).
10296
10297 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10298
10299         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10300         os.popen.read ().
10301
10302 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10303
10304         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10305
10306         * python/lilylib.py (error): add space
10307
10308 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10309
10310         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10311         distribution.
10312
10313 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10314
10315         * lily/paper-outputter.cc (Paper_outputter): close port when
10316         finishing score.
10317
10318 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10319
10320         * scm/sodipodi.scm: Fixes.
10321
10322 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10323
10324         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10325
10326         * buildscripts/make-font-dir.py: Fix. 
10327
10328 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10329
10330         * lilypond-mode.el: Add support for Info inside Emacs.
10331
10332 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10333
10334         * buildscripts/make-font-dir.py: 
10335         * mf/GNUmakefile: Make sodipodi font map.
10336
10337         * scm/sodipodi.scm: Add more output functions.
10338
10339         * mf/feta-nummer.mf: 
10340         * mf/feta-beugel.mf: Add font_coding_scheme.
10341
10342         * lily/paper-outputter.cc (output_header): Fix creator string.
10343
10344 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10345
10346         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10347         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10348
10349         * lilypond.words: add two (Everybody can add/remove words now!).
10350
10351         * debian/rules:
10352         * make/lilypond.suse.spec.in:
10353         * make/lilypond.mandrake.spec.in:
10354         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10355
10356         * Documentation/user/refman.itely: Mention autocompletion.
10357
10358 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10359
10360         * scripts/ly2dvi.py: Add paper sizes.
10361
10362         * lily/timing-engraver.cc: 
10363         * lily/time-signature.cc: 
10364         * lily/span-bar.cc: 
10365         * lily/grob-scheme.cc: Code formatting fixes.
10366
10367         * scm/sodipodi.scm: 
10368         * scm/sketch.scm:
10369         * buildscripts/mf-to-table.py: 
10370         * buildscripts/make-font-dir.py: Font testing.
10371
10372 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10373
10374         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10375         inserts try-completion and shows all-completions.
10376
10377         * lilypond.words: '\' -> '\\'
10378
10379         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10380         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10381         
10382         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10383         and LilyPond-reserved-words.
10384         
10385 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10386
10387         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10388         from load-path.
10389         
10390         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10391         the mini-buffer with Control-Shift-c.
10392         
10393 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10394
10395         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10396         duration. This fixes \tempo taking time.
10397
10398 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10399
10400         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10401         Allow for text markup in repeatCommands. 
10402
10403 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10404
10405         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10406         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10407         Get rid of skeleton.el-dependency.
10408
10409         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10410
10411 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10412
10413         * lily/beam-engraver.cc (stop_translation_timestep): reset
10414         now_stop_ev_
10415
10416         * lily/scm-option.cc: add parse-protect to ly:set-option
10417
10418         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10419
10420 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10421
10422         * lily/include/ligature-bracket.hh: removed
10423         * lily/ligature-bracket.cc: removed
10424
10425         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10426         .tex
10427
10428         * lily/beam.cc (set_beaming): don't change beam count on rests.
10429         (brew_molecule): always set flag-width > 0.
10430
10431 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10432
10433         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10434         chars, remove instructions; instead, refer to lilypond-init.el and
10435         Documentation/topdocs/INSTALL.texi.
10436
10437         * lilypond.words: add identifiers and reserved words.
10438
10439         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10440         files and adding a load-path.
10441
10442         * lilypond-init.el: Instructions, extracted from 
10443         Documentation/topdocs/INSTALL.texi. 
10444         
10445 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10446
10447         * VERSION: 1.7.8 released 
10448
10449         * lily/grob.cc (warning): better robustness fix.
10450
10451 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10452
10453         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10454
10455         * lily/cluster-engraver.cc: stick better to variable naming
10456         conventions
10457
10458         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10459         until stop_translation_timestep()
10460
10461         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10462         min/max coordinates to backend, but no musical info such as
10463         pitches
10464
10465         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10466
10467         * lily/grob.cc: robustness fix: warning(): do not crash if
10468         cause is not set
10469
10470         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10471         the much more elaborated tuplet brackets than the very naive and
10472         simple ligature bracket grob
10473
10474 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10475
10476         * Documentation/user/refman.itely (Analysis brackets): add
10477         horizontal bracket doco.
10478
10479         * ly/property-init.ly (setMmRestFermata): added.
10480
10481         * Documentation/user/refman.itely (Multi measure rests): fermatas
10482         on mm rests.
10483
10484         * input/regression/apply-context.ly (texidoc): new file
10485
10486         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10487         code to be executed during interpretation. Possible applications:
10488         smart octavation, more advanced bar checks. 
10489
10490         * lily/apply-context-iterator.cc: new file.
10491
10492 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10493
10494         * input/test/new-markup.ly: new file.
10495
10496         * lily/text-item.cc (text_to_molecule): new function
10497
10498         * scm/new-markup.scm (lambda): new file
10499
10500         * lily/function-documentation.cc (ly_add_function_documentation):
10501         add proc property as well
10502
10503 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10504
10505         * Documentation/user/music-glossary.tely (Top): add custos.
10506
10507 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10508
10509         * Documentation/topdocs/INSTALL.texi: advise how to include source
10510         path to Emacs load-path and improve language.
10511
10512 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10513
10514         * GNUmakefile.in: config.h message fix.
10515
10516         * autogen.sh:
10517         * aclocal.m4: Regenerate.
10518
10519         * configure.in: 
10520         * config.make.in: 
10521         * stepmake/config.make.in: 
10522         * stepmake/configure.in: 
10523         * stepmake/autogen.sh: 
10524         * stepmake/aclocal.m4: Update for autoconf 2.56.
10525
10526 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10527
10528         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10529         to install Emacs-mode. Instructions how to use vim-mode.
10530
10531 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10532
10533         * scm/music-types.scm (music-descriptions): no length for tempo event.
10534
10535         * input/*.ly: add \version everywhere.
10536         
10537         * input/*.ly: update syntax to 1.7 + new-chords.
10538
10539         * VERSION: 1.7.7 released.
10540         
10541         * Documentation/user/*.tely: new chord syntax.
10542
10543         * input/regression/[bc]*.ly (texidoc): syntax updates.
10544         
10545 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10546
10547         * lilypond.words: add vocabulary to be used in auto-completion
10548
10549         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10550
10551         * lilypond.vim: allow note name at EOF
10552
10553 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10554
10555         * buildscripts/new-chords.py (edit): -e option: inline editing.
10556
10557         * input/regression/a*.ly (texidoc): syntax updates.
10558
10559         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10560         music): elucidations. 
10561
10562 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10563
10564         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10565         ly/spanners-init.ly, scm/grob-description.scm,
10566         scm/grob-property-description.scm, scm/music-types.scm,
10567         lily/cluster-engraver.cc, lily/cluster.cc,
10568         lily/include/cluster.hh, input/test/cluster.ly: cluster
10569         implementation
10570
10571         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10572         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10573         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10574
10575         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10576
10577         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10578
10579         * scm/grob-description.scm: bugfix: by default, use default note
10580         head style when engraving ligatures
10581
10582         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10583
10584         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10585         events
10586
10587         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10588
10589         * input/test/ancient-font.ly: bugfix: style -> flag-style
10590
10591         * lily/ligature-engraver.cc: indentation fix
10592
10593         * lily/parser.yy: indentation fixes
10594         
10595 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10596
10597         * input/regression/measure-grouping.ly: more elaborate example.
10598
10599         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10600         ly:div-moment. New functions 
10601
10602         * scm/music-functions.scm (set-time-signature): new function,
10603         allow inline time sig settings with measure grouping.
10604
10605         * lily/parser.yy (command_element): move time sig construction
10606         into Scheme.
10607
10608         * lily/side-position-interface.cc (out_of_staff): new function,
10609         like padding, but keep minimum distance from staff. Easier than
10610         linespanners (dynamics, pedals), but roughly the same effect.
10611
10612 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10613
10614         * emacs-mode.el: Added spanish-note-replacements 
10615         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10616
10617         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10618
10619 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10620
10621         * lilypond.vim: Do not fontify cises, desis, etc.
10622
10623         * vimrc: view dvi with <S-F6>
10624
10625 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10626
10627         * lily/lookup.cc (triangle): new function.
10628
10629         * input/regression/measure-grouping.ly (texidoc): new file: show
10630         triangles and brackets for beat groups of 3 and 2.
10631
10632         * lily/include/measure-grouping-spanner.hh (class
10633         Measure_grouping): new file.
10634
10635         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10636
10637         * lily/measure-grouping-engraver.cc (class
10638         Measure_grouping_engraver): new file.
10639
10640 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10641
10642         * Merge from stable:
10643
10644             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10645         
10646         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10647         stylesheet.
10648
10649         * ly/paper19.ly: Include paper19-init.ly.
10650
10651         * ly/paper19-init.ly: New file.
10652
10653         * Documentation/user/tutorial.itely (First steps): Fix first
10654         example for font test.
10655
10656         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10657
10658         * ChangeLog: Add 1.7.6 release marker (see below).
10659
10660         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10661         Add .py files.
10662
10663 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10664
10665         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10666
10667         * input/tutorial/*.ly: update to new syntax.
10668
10669         * lily/parser.yy (Composite_music): new transpose syntax,
10670         \transpose FROM TO MUSIC. 
10671
10672 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10673
10674         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10675         latex progress/error output to stderr (by default this goes to
10676         stdout).  Show lilypond progress, even when not verbose.
10677
10678         * python/lilylib.py (system): New optional parameter to control
10679         showing of progress.
10680
10681         * scm/backend-documentation-lib.scm (check-dangling-properties):
10682         Fix error message.
10683
10684         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10685         axis, extent.
10686
10687         * scm/grob-property-description.scm (magnify): Remove.
10688         (extent, axis): Add.
10689
10690 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10691
10692         * VERSION: Release 1.7.6.
10693
10694         * scripts/convert-ly.py: more uniformization substitutions.
10695
10696         * buildscripts/new-chords.py (sub_chords): new file.
10697
10698 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10699
10700         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10701         lilypond.map.  Include sauter fonts too.  Cleanups.
10702
10703 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10704
10705         * Documentation/user/tutorial.itely (First steps): change to new
10706         chord/tie/slur/beam notation.
10707
10708         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10709         ties.
10710
10711         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10712         engraver. Process ties in postfix notation, i.e. c8-~ c
10713
10714         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10715
10716         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10717
10718         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10719
10720         * lily/beam-engraver.cc (try_music): accept new-beam-events
10721
10722         * input/regression/chord-scripts.ly (texidoc): new file
10723
10724         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10725         script-events.
10726
10727         * scm/script.scm (default-script-alist): cleanup.
10728
10729         * lily/script-engraver.cc (make_script_from_event): cleanup.
10730
10731         * lily/lyric-combine-music-iterator.cc
10732         (Lyric_combine_music_iterator): remove superfluous events.
10733         (melisma_busy): new function. Fix broken melismas.
10734
10735 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10736
10737         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10738         Remove nonvalid settings. Use descriptive key names.
10739         Use <Return> to indicate the pressing of that key.
10740
10741 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10742
10743         * scripts/lilypond-book.py (option_definitions): Typo.
10744
10745         * scripts/ly2dvi.py: Updates.
10746
10747         * python/lilylib.py (setup_environment, print_environment)
10748         (get_bbox, make_preview): Merge and remove from ly2dvi and
10749         lilypond-book.
10750
10751         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10752
10753         * .cvsignore: Remove some cruft.
10754
10755         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10756         path.
10757
10758         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10759         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10760         throughout.
10761
10762         * python/lilylib.py (quiet_system): Junk
10763         (system): Display error log upon failure.
10764         (read_pipe): New function.  Cleanups and fixes.
10765
10766         * python/*.py: Rename from *.py.in.
10767         
10768         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10769
10770         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10771
10772 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10773
10774         * python/GNUmakefile: Bugfix: handle modules.
10775
10776         * stepmake/stepmake/python-module-targets.make (default): Add
10777         compiled modules. 
10778
10779         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10780         compiling modules.
10781
10782         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10783         Bugfix.  (OUT_PYC_MODULES): Add.
10784
10785 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10786
10787         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10788         Use default paths. Refresh description.
10789
10790 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10791
10792         * VERSION: 1.7.5 released
10793
10794         * input/regression/finger-chords.ly (texidoc): new file.
10795
10796         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10797         support
10798
10799         * lily/fingering-engraver.cc (process_music): remove kludgy
10800         scriptHorizontal stuff.
10801
10802         * lily/script.cc: remove staff-support property.
10803
10804         * lily/new-fingering-engraver.cc (add_fingering): new
10805         file. Fingering engraver for new style chords.
10806
10807 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10808
10809         * lily/parser.yy (bare_number): allow 4 \cm (without
10810         decimal dot). (should backport to 1.6?)
10811
10812         * ly/declarations-init.ly: use Scheme for dimension defs.
10813
10814         * lily/parser.yy (TODO): remove hard coded dimensions, add
10815         REAL NUMBER_IDENTIFIER production.
10816
10817         * lily/rest-collision.cc (force_shift_callback): rewrite using
10818         -done property.
10819
10820         * scm/grob-property-description.scm (rest-collision-done): add
10821         property.
10822         
10823         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10824
10825 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10826
10827         * input/regression/multi-measure-rest-center.ly: new file.
10828
10829         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10830         off horizontally by 0.05 ss. Fixed.
10831
10832 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10833
10834         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10835
10836         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10837
10838 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10839
10840         * lily/tie.cc (get_control_points): also avoid staff lines on the
10841         just outside the outer staff lines
10842
10843 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10844
10845         * ly/params-init.ly: Just define style-alist, no need to
10846         define-public.
10847
10848         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10849         (thanks Han-Wen).
10850
10851         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10852         (FET_FILES): = FONT_FILES.
10853
10854         * Merge from stable:
10855
10856             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10857
10858 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10859
10860         * VERSION: 1.7.4 released.  
10861         
10862         * scm/generate-documentation.scm (string-append): add macro
10863         definitions.
10864
10865         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10866         normal texts.
10867
10868         * lily/multi-measure-rest-engraver.cc: make separate
10869         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10870
10871         * lily/multi-measure-rest.cc: remove text handling. Remove
10872         number-threshold.
10873
10874 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10875
10876         * scm/music-types.scm: doc patch by Graham Percival
10877
10878 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10879
10880         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10881         encoding part.
10882         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10883         (sketch_p): Sketch wants only first four elements of X11 font spec.
10884
10885         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10886
10887         * mf/feta-autometric.mf: Write foundry and family to log.
10888
10889         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10890         font translation table.
10891
10892         * buildscripts/mf-to-table.py: Better font info into afm.
10893
10894         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10895         1.0.9 required.
10896
10897         * configure.in: Whine for mftrace 1.0.9.
10898
10899 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10900
10901         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10902
10903         * lily/main.cc (main_prog): don't try to load init.EXT when
10904         processing foo.EXT.
10905
10906 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10907
10908         * scm/tex.scm (zigzig-line): added.
10909
10910         * scm/ps.scm (zigzag-line): added.
10911
10912         * ps/music-drawing-routines.ps (subvec): added.
10913         (draw_zigzag_line): added.
10914         
10915         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10916         grob properties zigzag-width and zigzag-length.
10917
10918         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10919
10920 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10921
10922         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10923         svg output, including font.
10924
10925 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10926
10927         * scm/lily.scm: Register sodipodi output module.
10928
10929         * scm/sodipodi.scm: New file.
10930
10931         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10932
10933         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10934         comment, after header.
10935         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10936         FullName.  Fix FontName key.
10937
10938 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10939
10940         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10941         and breve rests.
10942         
10943         * input/test/blank-notes.ly: bugfix
10944
10945         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10946         rests. (Kim Shrier)
10947
10948         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10949         
10950 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10951
10952         * scm/tex.scm: 
10953         * scm/ps.scm: Cleanup and remove obsolete junk.
10954
10955         * Documentation/user/internals.itely:
10956         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10957
10958         * lily/parser.yy: Identify shift/reduce problems.
10959
10960         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10961         make-style-sheet.  Too specific for convert-ly?
10962
10963 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10964
10965         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10966
10967         * input/test/*.ly: various fixes.
10968
10969         * lily/music.cc (name): bugfix
10970
10971         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10972
10973         * lily/input-file-results.cc (code): set-point-and-click! ->
10974         set-point-and-click
10975         
10976 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10977
10978         * Use uniform ly: prefix for exported scheme primitive functions.
10979
10980         * scm/music-types.scm: junk compat glue
10981
10982         * scripts/convert-ly.py: add rules for stuff below, junk
10983         compatibility glue for spanrequest.
10984
10985         * lily/parser.yy (verbose_event): remove \spanrequest,
10986         \commandspanrequest, \script. 
10987         
10988         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10989
10990         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10991         for \penalty, \glissando.
10992
10993         * VERSION: release 1.7.3
10994         
10995 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10996
10997         * lily/accidental-engraver.cc: Fix
10998         grace-in-the-beginning-of-measure bug caused by the resent
10999         partial-measure fix.
11000
11001         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11002         overlap looks too crowded)
11003         
11004 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11005
11006         * lily/parser.yy (assignment): allow SCM expression as assignment.
11007
11008         * lily/include/music-output-def.hh (class Music_output_def):
11009         * lily/music-output-def.cc: 
11010         * lily/paper-def.cc: 
11011         * scm/font.scm (markup-to-properties):
11012         * lily/parser.yy (music_output_def_body): 
11013         remove style_sheet_
11014
11015 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11016
11017         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11018         length.
11019
11020         * input/regression/spacing-to-grace.ly: new file.
11021
11022         * input/regression/spacing-end-of-line.ly: new file.
11023
11024         * lily/note-spacing.cc (get_spacing): take into account breakable
11025         stuff sticking out at the left (time sig change at line break).
11026
11027         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11028         raggedright code.
11029
11030         * scm/music-functions.scm (make-voice-props-set): add
11031         staff-position for mm rests.
11032  
11033         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11034         before grace notes a little.
11035
11036         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11037
11038         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11039         key adds space at the end of line. 
11040
11041 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11042
11043         * scm/sketch.scm: Fix beams.
11044
11045         * buildscripts/mf-to-table.py: Add EncodingScheme.
11046
11047         * scm/sketch.scm: Resurrect.
11048
11049 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11050
11051         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11052         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11053
11054 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11055
11056         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11057
11058         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11059
11060 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11061
11062         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11063         token for origin information.
11064
11065         * lily/parser.yy (My_lily_lexer): do identifier location and
11066         cloning from lexer.
11067
11068         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11069         logic out of the parser. Add bar checks on both ends.
11070
11071         * Documentation/user/refman.itely (Multi measure rests): add more
11072         notes about mm rests.
11073
11074 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11075
11076         * input/regression/bar-scripts.ly: Re-enable.
11077
11078         * lily/parser.yy:
11079         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11080         released rsn.  Bison 1.50 has a crucial bug and won't work.
11081
11082         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11083
11084
11085 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11086
11087         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11088
11089 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11090
11091         * Actually merge changes since 1.6.4 besides ChangeLog, and
11092         resolve conflicts.  Lots of updates, hope all is well.
11093         
11094         * cygwin/lilypond.hint (requires): Add ghostscript.
11095
11096         * scm: Update some (c).
11097         
11098 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11099
11100         * input/test/{various}.ly: add \header fields and texidoc strings.
11101
11102 2002-10-05  Werner Lemberg  <wl@gnu.org>
11103
11104         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11105         renamed to `output_latex_quoted'.
11106         Added `output_latex_noquote'.
11107         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11108         mode.
11109
11110 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11111
11112         * ChangeLog: Add 1.6.6 release marker.  See below.
11113
11114         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11115
11116         * scripts/midi2ly.py: Fix global syntax warnings.
11117
11118         * GNUmakefile.in: Generate builddir locale tree too.
11119
11120         * scripts/ly2dvi.py:
11121         * scripts/midi2ly.py: 
11122         * scripts/mup2ly.py: 
11123         * scripts/update-lily.py:
11124         * lily/main.cc (setup_paths): Fix for locales setup.
11125
11126 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11127
11128         * Documentation/windows/installing.texi: Soften wording about
11129         necessity of becoming Administrator.  tommie@iae.nl reports this
11130         does not seem to be necessary for his flavour of Windows 2000.
11131         Explicitely discourage text mode mounts.
11132
11133 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11134
11135         * lily/rest.cc (after_line_breaking): backport dot position fix.
11136
11137         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11138         rests. Thanks to Klaus Zimmermann for finding this bug.
11139
11140 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11141
11142         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11143
11144 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11145
11146         * Documentation/user/music-glossary.tely: fix links.
11147
11148 2002-10-21  Werner Lemberg  <wl@gnu.org>
11149
11150         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11151         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11152         scaling factor) only once and use them in the definition of
11153         \embeddedps.
11154         * ps/music-drawing-routines.ps (skeel): Removed.
11155
11156 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11157
11158         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11159         Solaris7, as we don't use nested $( ) constructs.
11160
11161 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11162
11163         * VERSION: Release 1.6.6.
11164         
11165 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11166
11167         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11168         as workaround for /bin/sh problems on Solaris7.
11169
11170 2002-10-19  Werner Lemberg  <wl@gnu.org>
11171
11172         * GNUmakefile.in (web-doc): Fix typos.
11173         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11174         `music-drawing-routines.ps' but emit \special{header=...} once.
11175         * scm/tex.scm (header-end): Updated.
11176
11177 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11178
11179         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11180         undefined tremolo. 
11181
11182 2002-10-15  Werner Lemberg  <wl@gnu.org>
11183
11184         * scripts/lilypond-book.py (g_make_html): New global variable.
11185         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11186         if `g_make_html' isn't set.
11187         [main]: Add format `texi-html'.
11188         (option_definitions): Updated.
11189         * Documentation/user/lilypond-book.itely: Updated.
11190
11191         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11192         * make/ly-rules.make (%.texi, %.nexi): Use it.
11193         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11194         format to lilypond-book.
11195         * GNUmakefile.in (web-doc): Ditto.
11196
11197 2002-10-14  Werner Lemberg  <wl@gnu.org>
11198
11199         Further improve TeX output.  The produced files are about 40%
11200         smaller.  `lilyponddefs.tex' is now read only once.
11201
11202         * tex/lilyponddefs.tex: Remove footer stuff.
11203         (\ifundefined): Renamed to...
11204         (\lilypondundefined): This.  Use LaTeX's definition to
11205         make it nestable and make it global.
11206         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11207         output.
11208         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11209         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11210         them global.
11211         (\placebox): Renamed to...
11212         (\lyitem): This.
11213         Make it global and call \outputscale by itself.
11214         (\lybox, \lyvrule): New macros to reduce input data.
11215         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11216         New auxiliary macros.
11217         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11218         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11219         to...
11220         (\lilypondspace): This and made it global.
11221         (\turnOnPostScript): Renamed to...
11222         (\lilypondpostscript): This and made it global.
11223         (\turnOnExperimentalFeatures): Renamed to...
11224         (\lilypondexperimentalfeatures): This and made it global.
11225         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11226         (\lilypondsetdimen): This and made it global.
11227         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11228         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11229         (all, $(outdir)/music-drawing-routines.ps): New rules.
11230         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11231         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11232         start-system, stop-system, stop-last-system, filledbox): Updated to
11233         use the changed macros from lilyponddefs.tex.
11234         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11235
11236 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11237
11238         * Documentation/windows/installing.texi: Update.
11239
11240 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11241
11242         * VERSION: 1.6.5 released
11243
11244         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11245
11246 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11247
11248         * scm/translator-property-description.scm (voltaOnThisStaff): add
11249         property.
11250
11251 2002-09-28  Werner Lemberg  <wl@gnu.org>
11252
11253         * scm/tex.scm (header-end): Suppress page numbering.
11254
11255         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11256         Fix quotation for HTML output.
11257
11258 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11259         
11260         * Documentation/user/refman.itely: grammar and phrasing
11261           fixes to "Note Entry" section.  Also adds a few new examples.
11262
11263 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11264
11265         * flower/include/string-data.icc: include string.h
11266
11267 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11268
11269         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11270
11271 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11272
11273         * Documentation/user/GNUmakefile (extra-local-help): Add.
11274
11275         * stepmake/stepmake/www-targets.make (local-help): Add.
11276
11277 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11278
11279         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11280         packages.
11281
11282         * Documentation/topdocs/README.texi (Top): building documentation
11283         (not website.)
11284
11285 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11286
11287         * Documentation/user/refman.itely: 
11288         * Documentation/user/tutorial.itely: 
11289         * Documentation/user/music-glossary.tely: Merge changes.
11290
11291         * Documentation/user/glossary.html.in: 
11292         * Documentation/index.texi: 
11293         * Documentation/header.html.in: Accomodate renaming of glossary.
11294         
11295         * Documentation/user/tutorial.itely: Add some glossary references.
11296         
11297         * Documentation/user/refman.itely: Minor fixes.
11298         
11299         * Documentation/user/lilypond.tely: Add glossary do direntry.
11300
11301         * Documentation/user/music-glossary.tely: Rename (previously:
11302         glossary.tely).  Fix anchor placement.
11303
11304         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11305
11306 2002-09-23  Werner Lemberg  <wl@gnu.org>
11307
11308         * scripts/lilypond-book.py (output_dict): Fix handling of
11309         various environments by avoid extraneous newlines.
11310         Rename `output-all' regexp for html to `output-html'.
11311         Replace `output-all' regexp for texi with `output-texi-quote'
11312         and `output-texi-noquote'.
11313         (compose_full_body): Don't override `linewidth' user option
11314         for `singleline'.
11315         (schedule_lilypond_block): Don't indent text specified with
11316         `intertext' option.
11317         Add new option `noquote'.
11318         (compile_all_files): Use latex instead of tex to compile ly
11319         files directly.
11320
11321         * Documentation/user/lilypond-book.itely: Updated and revised.
11322         Improve layout.
11323
11324         * Documentation/user/glossary.tely,
11325         Documentation/user/introduction.itely,
11326         Documentation/user/tutorial.itely,
11327         Documentation/user/refman.itely,
11328         Documentation/user/appendices.itely: Fix overfull LilyPond
11329         boxes caused by the new lilypond-book code.  Other minor
11330         fixes.
11331
11332         * Documentation/user/macros.itexi (@texiflat): Don't emit
11333         trailing space.
11334
11335         * scm/tex.scm (end-output, header-end): Add preamble and
11336         postamble to make lilypond output directly compilable with
11337         latex.
11338
11339         
11340 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11341
11342         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11343         instructions.
11344
11345 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11346
11347         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11348
11349 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11350
11351         * lily/beam.cc (connect_beams): don't crash if there are quarter
11352         notes in beams.
11353
11354 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11355
11356         * Documentation/user/refman.itely: corrected ancient clef
11357         docu; added docu on ligatures
11358
11359 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11360
11361         * Documentation/user/glossary.tely,
11362         Documentation/user/refman.itely, input/les-nereides.ly,
11363         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11364         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11365         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11366         Stem properties: flag-style -> stroke-style, style -> flag-style.
11367
11368
11369 2002-09-22  Werner Lemberg  <wl@gnu.org>
11370
11371         * scripts/lilypond-book.py: Add option `notime' to suppress
11372         printing of a time signature.  Specify default indentation of 0pt
11373         if single line fragment.  Don't emit redundant `\paper{ }'.
11374
11375         * Documentation/user/lilypond-book.itely: Updated.
11376
11377         * Documentation/user/glossary.tely: Completely reformatting.
11378
11379 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11380
11381         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11382
11383 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11384
11385         * Documentation/user/tutorial.itely: Fix links.
11386         
11387         * Documentation/topdocs/index.tely:
11388         * Documentation/index.texi:
11389         * Documentation/header.html.in: Small website fixes and updates.
11390
11391         * debian/: Debian patch by Anthony Fok.
11392
11393 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11394
11395         * Documentation/footer.html.in: How time flies: It's already 2002!
11396
11397         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11398         more descriptive link names than 'here'.
11399
11400 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11401
11402         * VERSION: 1.7.2 released
11403         * VERSION: 1.6.4 released
11404         
11405         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11406
11407         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11408         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11409
11410         * mf/feta-din.mf (test): add x-height and space.
11411
11412         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11413         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11414
11415         * ly/grace-init.ly: add-to-grace-init: function to portably add
11416         settings to \grace. 
11417
11418         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11419         if we get an absolute dynamic event.
11420  
11421         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11422
11423         * lily/source-file.cc (get_line): oops. All line numbers were off
11424         by 2. Fix that. 
11425
11426         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11427         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11428
11429         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11430
11431         * lily/parser.yy (number_factor): remove (number) as number
11432         expression. ("Let them eat Lisp").
11433
11434 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11435
11436         * lily/horizontal-bracket.cc: new file.
11437
11438         * lily/horizontal-bracket-engraver.cc: new file.
11439
11440         * input/regression/note-group-bracket.ly: new file. Support
11441         horizontal note brackets for music analysis.
11442
11443         * lily/stem.cc (flag): new flag-style: no-flag.
11444
11445         * input/test/stem-cross-staff.ly: new file
11446         
11447         * Documentation/user/internals.itely: Improved formatting, fixing
11448         typos.  Added a section `Output details' to describe how the TeX
11449         code looks like.
11450
11451         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11452
11453         * lily/parser.yy: remove \dynamicscript.
11454
11455         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11456         definitions. 
11457
11458         * python/midi.c (midi_error): take two arguments.
11459
11460         * Merge 1.6.5 changes:
11461         
11462 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11463
11464         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11465         staff-space.  Previous 1.5 was probably meant as half-spaces.
11466         (cautionary-style): parentheses (was: smaller).  This is what doco
11467         says, and it seems more logical.
11468
11469         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11470         for 2nd sentence.
11471
11472 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11473
11474         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11475
11476 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11477
11478         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11479
11480 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11481
11482         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11483
11484 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11485
11486         * scm/translator-property-description.scm (voltaOnThisStaff): add
11487         property.
11488
11489 2002-09-28  Werner Lemberg  <wl@gnu.org>
11490
11491         * scm/tex.scm (header-end): Suppress page numbering.
11492
11493         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11494         Fix quotation for HTML output.
11495
11496 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11497         
11498         * Documentation/user/refman.itely: grammar and phrasing
11499           fixes to "Note Entry" section.  Also adds a few new examples.
11500
11501 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11502
11503         * flower/include/string-data.icc: include string.h
11504
11505 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11506
11507         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11508
11509 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11510
11511         * Documentation/user/GNUmakefile (extra-local-help): Add.
11512
11513         * stepmake/stepmake/www-targets.make (local-help): Add.
11514
11515 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11516
11517         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11518         packages.
11519
11520         * Documentation/topdocs/README.texi (Top): building documentation
11521         (not website.)
11522
11523 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11524
11525         * Documentation/user/refman.itely: 
11526         * Documentation/user/tutorial.itely: 
11527         * Documentation/user/music-glossary.tely: Merge changes.
11528
11529         * Documentation/user/glossary.html.in: 
11530         * Documentation/index.texi: 
11531         * Documentation/header.html.in: Accomodate renaming of glossary.
11532         
11533         * Documentation/user/tutorial.itely: Add some glossary references.
11534         
11535         * Documentation/user/refman.itely: Minor fixes.
11536         
11537         * Documentation/user/lilypond.tely: Add glossary do direntry.
11538
11539         * Documentation/user/music-glossary.tely: Rename (previously:
11540         glossary.tely).  Fix anchor placement.
11541
11542         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11543
11544 2002-09-23  Werner Lemberg  <wl@gnu.org>
11545
11546         * scripts/lilypond-book.py (output_dict): Fix handling of
11547         various environments by avoid extraneous newlines.
11548         Rename `output-all' regexp for html to `output-html'.
11549         Replace `output-all' regexp for texi with `output-texi-quote'
11550         and `output-texi-noquote'.
11551         (compose_full_body): Don't override `linewidth' user option
11552         for `singleline'.
11553         (schedule_lilypond_block): Don't indent text specified with
11554         `intertext' option.
11555         Add new option `noquote'.
11556         (compile_all_files): Use latex instead of tex to compile ly
11557         files directly.
11558
11559         * Documentation/user/lilypond-book.itely: Updated and revised.
11560         Improve layout.
11561
11562         * Documentation/user/glossary.tely,
11563         Documentation/user/introduction.itely,
11564         Documentation/user/tutorial.itely,
11565         Documentation/user/refman.itely,
11566         Documentation/user/appendices.itely: Fix overfull LilyPond
11567         boxes caused by the new lilypond-book code.  Other minor
11568         fixes.
11569
11570         * Documentation/user/macros.itexi (@texiflat): Don't emit
11571         trailing space.
11572
11573         * scm/tex.scm (end-output, header-end): Add preamble and
11574         postamble to make lilypond output directly compilable with
11575         latex.
11576
11577         
11578 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11579
11580         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11581         instructions.
11582
11583 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11584
11585         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11586
11587 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11588
11589         * lily/beam.cc (connect_beams): don't crash if there are quarter
11590         notes in beams.
11591
11592 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11593
11594         * Documentation/user/refman.itely: corrected ancient clef
11595         docu; added docu on ligatures
11596
11597 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11598
11599         * Documentation/user/glossary.tely,
11600         Documentation/user/refman.itely, input/les-nereides.ly,
11601         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11602         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11603         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11604         Stem properties: flag-style -> stroke-style, style -> flag-style.
11605
11606 2002-09-22  Werner Lemberg  <wl@gnu.org>
11607
11608         * scripts/lilypond-book.py: Add option `notime' to suppress
11609         printing of a time signature.  Specify default indentation of 0pt
11610         if single line fragment.  Don't emit redundant `\paper{ }'.
11611
11612         * Documentation/user/lilypond-book.itely: Updated.
11613
11614         * Documentation/user/glossary.tely: Completely reformatting.
11615
11616 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11617
11618         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11619
11620 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11621
11622         * Documentation/user/tutorial.itely: Fix links.
11623         
11624         * Documentation/topdocs/index.tely:
11625         * Documentation/index.texi:
11626         * Documentation/header.html.in: Small website fixes and updates.
11627
11628         * debian/: Debian patch by Anthony Fok.
11629
11630 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11631
11632         * Documentation/footer.html.in: How time flies: It's already 2002!
11633
11634         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11635         more descriptive link names than 'here'.
11636
11637 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11638
11639         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11640
11641 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11642
11643         * lily/part-combine-music-iterator.cc (get_state): cleanup
11644         (get_music_info): cleanup.
11645
11646 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11647
11648         * scm/backend-documentation-lib.scm (interface-doc-string):
11649         crosslinks between interfaces and grobs. Headings for interfaces
11650         in grob explanation.
11651
11652 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11653
11654         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11655         dtd).  Add preliminary dtd.
11656         (re-sub-alist): Robustify.
11657
11658 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11659
11660         * lily/include/event-chord-iterator.hh,
11661         lily/context-specced-music-iterator.cc,
11662         lily/event.cc, lily/event-chord-iterator.cc: add
11663
11664 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11665
11666         * lily/: some (c) header fixes.
11667         
11668         * lily/request-chord.cc: Remove.
11669         
11670         * lily/include/event-chord-iterator.hh:
11671         * lily/include/event.hh:
11672         * lily/event-chord.cc: New file.
11673         
11674         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11675         requested.
11676
11677 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11678
11679         * lily/ : rename Request to Event
11680
11681         * lily/parser.yy (command_element): move clef stuff into Scheme.
11682
11683         * lily/:  rename length_mom () to get_length()
11684
11685         * lily/part-combine-music.cc: removed file and class.
11686
11687         * lily/context-specced-music-iterator.cc (class
11688         Context_specced_music_iterator): new file. Obsoletes the
11689         Context_specced_music type.
11690
11691         * scm/music-types.scm (make-repeated-music): put different kinds
11692         of repeated music into music-type table.
11693
11694         * VERSION: 1.7.1 released.
11695
11696         * scm/to-xml.scm: new file.
11697
11698         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11699         new Input representation: dump music as XML.
11700
11701         * scm/engraver-documentation-lib.scm
11702         (engraver-accepts-music-types?): add links from music to engraver,
11703         from music-type to engraver.
11704
11705         * lily/include/command-request.hh: removed
11706         lily/include/musical-request.hh: removed. Removed all _req classes
11707         except Key_change_req. Changes throughout.
11708
11709 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11710
11711         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11712
11713 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11714
11715         * lily/*.cc: specify accepts for many engravers.
11716
11717         * scm/music-documentation-lib.scm: dump music expressions and
11718         music subtypes.
11719
11720         * scm/documentation-lib.scm: complete revision.
11721         Use GOOPS objects to store document tree explicitly. Cleaned up and
11722         sped up doco generation a lot.
11723
11724 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11725
11726         * input/trip.ly (fugaIILeft): add arpeggio
11727
11728         * lily/translator-group.cc (try_music_on_nongroup_children):
11729         oops. The name symbol is in the cdr of the assoc handle.
11730
11731         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11732         Hyphen_req, Glissando_req, Break_req, Mark_req 
11733
11734 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11735
11736         * lily/musical-request.cc (music-duration-length,
11737         music-duration-compress): new functions.
11738
11739         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11740         throughout. Warning doesn't work yet.
11741
11742         * lily/translator-group.cc (try_music_on_nongroup_children):
11743         new implementation: store candidate acceptors in a hashTable.
11744
11745 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11746
11747         * scm/music-types.scm (music-descriptions): change name to
11748         internal-class-name
11749
11750         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11751
11752 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11753
11754         * lily/beam.cc (connect_beams): don't crash if there are quarter
11755         notes in beams.
11756
11757 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11758
11759         * Documentation/user/refman.itely: corrected ancient clef
11760         docu; added docu on ligatures
11761
11762 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11763
11764         * Documentation/user/glossary.tely,
11765         Documentation/user/refman.itely, input/les-nereides.ly,
11766         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11767         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11768         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11769         Stem properties: flag-style -> stroke-style, style -> flag-style.
11770
11771 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11772
11773         * scm/music-functions.scm (music-separator?): don't use name music
11774         property.
11775
11776 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11777
11778         * stepmake/stepmake/generic-targets.make (help): Document check
11779         target.
11780
11781         * lily/new-accidental-engraver.cc: Compile fix.
11782
11783 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11784
11785         * scripts/convert-ly.py: Add rule.
11786
11787         * input/test/music-creation.ly:
11788         * input/test/add-staccato.ly:
11789         * input/test/add-text-script.ly: ly-make-music.
11790
11791         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11792         More ly-make-music renamings.
11793
11794         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11795
11796         * lily/music-constructor.cc (make_music): Add debugging info.
11797
11798         * scm/music-functions.scm (make-simultaneous-music,
11799         (make-sequential-music, context-spec-music):
11800         * scm/music-types.scm (music-descriptions): Get lily to run.
11801
11802 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11803
11804         * lily/command-request.cc (transpose_key_alist): new function.
11805
11806         * lily/key-performer.cc (create_audio_elements): cleanup. 
11807
11808 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11809
11810         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11811
11812         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11813         events-accepted field.
11814
11815         * scm/music-types.scm: new file.
11816
11817         * lily/parser.yy: put music type initialization into scheme,
11818         similar to grob initialization.  Changes throughout.
11819
11820 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11821
11822         * Documentation/user/tutorial.itely: Fix links.
11823         
11824         * Documentation/index.texi: 
11825         * Documentation/header.html.in: 
11826         * Documentation/topdocs/index.tely: Small website fixes and updates.
11827
11828         * debian/: Debian patch by Anthony Fok.
11829
11830 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11831
11832         * Documentation/footer.html.in: How time flies: It's already 2002!
11833
11834         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11835         more descriptive link names than 'here'.
11836
11837         * ROADMAP: Remove test stuff.
11838
11839         * scripts/update-lily.py: Allow auto-building of stable and
11840         development versions.  Bugfixes.
11841
11842 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11843
11844         * VERSION: released 1.7.0
11845
11846         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11847
11848         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11849         positive line widths.
11850
11851 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11852
11853         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11854         go.  Fix comments.
11855
11856         * cygwin: Cygwin updates.
11857
11858 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11859
11860         * Documentation/windows/installing.texi (Top): version for python,
11861         urls for ghostscript (thanks to John Potelle)
11862         
11863         * lily/simultaneous-music-iterator.cc
11864         (Simultaneous_music_iterator): init children_list_ before
11865         triggering GC.
11866
11867         * lily/*-iterator.cc: be even more careful with smobbed copy
11868         constructors. 
11869
11870         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11871         LeftEdge item.
11872
11873 2002-09-15  Werner Lemberg  <wl@gnu.org>
11874
11875         Improving LilyPond's output to make them ordinary TeX boxes with
11876         predictable dimensions.  System boxes are now vertically centered on
11877         the baseline; this offset can be further controlled with
11878         \lilypondscoreshift.
11879
11880         * lily/system.cc (System::post_processing): Pass length of current
11881         system to `start-system' (including any horizontal indentation).
11882
11883         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11884         prettier.
11885         (lily-def): Append `%'.
11886         (start-system): Add parameter `wd'.  Output more TeX code to specify
11887         box dimensions.
11888         (stop-system, stop-last-system): Complement changes in
11889         `start-system'.
11890         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11891         Updated.
11892
11893         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11894         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11895         Write final `\endinput'.
11896
11897         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11898         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11899         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11900         files and macro definitions don't produce spurious spaces and
11901         paragraphs (using \endlinechar).
11902         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11903
11904         * Documentation/user/internals.itely: Improved formatting, fixing
11905         typos.  Added a section `Output details' to describe how the TeX
11906         code looks like.
11907
11908 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11909
11910         * lily/accidental-engraver.cc: Also work with partial measures.
11911
11912 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11913
11914         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11915         spanner.
11916
11917 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11918
11919         * lily/identifier-smob.cc (unpack_identifier): new file.
11920
11921         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11922         pass off scheme expressions as music identifiers.
11923
11924         * scm/lily.scm: reorganisation, cleanups.
11925
11926         * lily/main.cc: small cleanups.
11927
11928 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11929
11930         * lily/ly-module.{cc,hh}: new file.
11931
11932 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11933
11934         * lily/accidental-engraver.cc: Also work with partial measures.
11935
11936 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11937
11938         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11939
11940 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11941
11942         * lily/my-lily-lexer.cc: use SCM module in stead of
11943         Scheme_hash_table. Changes throughout.  
11944
11945 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11946
11947         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11948