]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(find_voice): issue
[lilypond.git] / ChangeLog
1 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
4         warning only once.
5
6         * lily/accidental-engraver.cc (number_accidentals_from_sig):
7         bugfix, 2nd try.
8
9         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10
11 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12
13         * Documentation/user/notation.itely (Instrument transpositions):
14         Correct the name of the instrumentTransposition property.
15
16 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
17
18         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
19
20 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
21
22         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
23         and postLilyPondExample are called when defined.
24
25 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
26
27         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
28         This fixes setting notenames with `\include "nederlands.ly" '
29
30         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
31         new function.
32
33 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
34
35         * scm/page-layout.scm: don't do piece, it should be in score-title
36         only.
37
38         * lily/lexer.ll: lex \score separately.
39
40         * lily/paper-book.cc: junk stencil2line.
41
42         * lily/paper-line.cc (Paper_line): construct from Stencil
43         directly. No futzing with the dimensions.
44
45         * lily/include/paper-line.hh (class Paper_line): 
46
47         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
48         takes arbitrary number of arguments.
49
50         * input/test/markup-score.ly (tuning): simplify example. 
51
52 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
53
54         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
55
56         * scm/define-markup-commands.scm (score): define score-markup
57
58         * lily/parser.yy (markup): use score-markup.
59
60         * lily/score.cc: add ly:score? 
61
62 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
63
64         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
65         fret-parse-string so it prepares for calls to fret-diagram-verbose
66         Changed display constants to props so they are available for
67         \override.
68         
69 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
70
71         * VERSION: release 2.3.3
72
73         * stepmake/stepmake/generic-vars.make: unset LANG.
74
75         * input/regression/tuplet-nest.ly: bugfix.
76
77         * lily/tie-performer.cc (stop_translation_timestep): reset
78         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
79
80         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
81         clear repeat_ directly after setting stem_tremolo_. Fixes:
82         tremolo-repeat.ly
83
84         * input/regression/span-bar-break.ly: new file.
85
86         * scm/define-grobs.scm (all-grob-descriptions): remove
87         break-visibility from SpanBar. Fixes: piano-repeat.ly
88
89 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
90
91         * python/lilylib.py (make_ps_images): only compute bbox when needed.
92
93         * scripts/lilypond-book.py (process_snippets): use lily -f ps
94         files for generating pngs. (failed experiment)
95
96         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
97         file with PFA fonts included.
98
99         * lily/score.cc (default_rendering): put header in too.
100
101         * lily/paper-line.cc (LY_DEFINE): change function to
102         ly:paper-line-extent
103
104         * scm/page-layout.scm (default-book-title): only add lines for
105         non-nil fields.
106         (default-score-title): idem.
107
108         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
109
110         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
111
112         * lily/include/paper-book.hh (class Paper_book): remove height_
113         member.
114
115         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
116
117         * lily/ly-module.cc (LY_DEFINE): bugfix.
118
119         * lily/paper-book.cc (book_title): separate function for the book
120         title.
121
122         * scm/page-layout.scm (default-book-title): only account for
123         markup fields.
124
125         * scm/framework-ps.scm: new file. Move high level interface from
126         output-ps.scm
127
128         * scm/music-functions.scm (def-grace-function): move macros from
129         ly/music-functions-init.ly
130
131         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
132         framework-tex.scm
133
134         * scm/framework-tex.scm (dump-line): new file. High level
135         interface for output (pages, systems, header). 
136
137         * lily/include/page.hh (class Page): add is_last_ field.
138
139         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
140
141         * lily/paper-book.cc (split_string): new function
142         (output): output multiple formats, i.e. --format=ps,tex
143
144         * scm/output-ps.scm (output-scopes): dump variables directly.
145         (define-fonts): rewrite for new interface
146
147         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
148
149         * lily/paper-outputter.cc (Paper_outputter): take format argument.
150
151         * lily/main.cc (parse_argv): don't set extension for output.
152
153         * lily/clef-engraver.cc (create_clef): remove
154         Staff_symbol_referencer::set_position() call. 
155
156 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
157
158         * ly/music-functions-init.ly (addlyrics): set the 'origin property
159         with the location argument in music function definitions.
160
161 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
162
163         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
164         staffsymbol dependency.
165
166         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
167         cleanups.
168
169         * lily/book.cc (process): return Paper_book
170         (to_stencil): use Book::process().
171
172         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
173         header_ field. Store in $globalheader
174
175         * lily/parser.yy (book_body): book header is initted to
176         $globalheader.
177         
178
179 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
180
181         * input/test/fill-a4.ly: removed.
182
183         * lily/parser.yy (output_def): push scope of parent_ Output_def
184         too.
185
186 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
187
188         * scm/output-gnome.scm: Update info.
189
190 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
191
192         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
193
194         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
195         than 1 module.
196
197         * lily/include/ly-module.hh (ly_use_module): rename is_module to
198         ly_c_module_p.
199
200         * scm/page-layout.scm (default-book-title): move Scheme titling
201         functions to here.
202
203         * lily/parser.yy (book_paper_block): remove scope too.
204
205         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
206
207         * lily/rest.cc: add direction to rest properties.
208
209         * lily/include/output-def.hh: new file, move from
210         music-output-def.hh
211
212 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
213
214         * scm/output-gnome.scm: Describe feta-cork hack.
215
216 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
217
218         * lily/include/book-paper-def.hh: derive from Output_def 
219
220         * lily/include/paper-def.hh: move all functionality out of class.
221         Junk header.
222
223         * lily/include/music-output-def.hh: rename Music_output_def to
224         Output_def.
225
226         * input/wilhelmus.ly: only set space for Paper formatting. 
227
228         * lily/include/midi-def.hh: remove file, remove class.
229         Move functions to Music-output-def.
230
231         * lily/music-output-def.cc (Music_output_def): remove separate
232         translator table. Lookup translators in scope directly. This
233         obviates Context suffix for context identifiers, i.e.
234
235         \context {
236           \Staff
237           .. 
238           }
239
240
241         will work.
242         
243
244         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
245
246         * Documentation/user/changing-defaults.itely (Horizontal spacing):
247         document spacing override hack.
248
249 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
250
251         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
252         installation info.  Support point-and-click.  Add +/- zoom
253         keybindings.
254
255 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
256
257         * VERSION: 2.3.2 released
258         
259         * lily/parser.yy (book_body): set default bookpaper.
260
261         * scm/output-tex.scm (header): kludge: hard code linewidth. 
262
263         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
264
265 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
266
267         * lily/score.cc (default_rendering): scale outputdef before
268         starting.
269
270 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
271
272         * scm/fret-diagrams.scm: Add header.
273
274         * scm/output-gnome.scm: Hello world :-)
275
276 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
277
278         * scripts/lilypond.py (run_dvips): only add papersize if present.
279
280         * lily/accidental-engraver.cc (update_local_key_signature): new
281         function, fold code from initialize() and process_music().
282         (update_local_key_signature): use deep copy. This fixes one
283         problem from custom-key-signatures.ly.
284         (number_accidentals_from_sig): tighter check for
285         accidental-too-old.
286
287         * ly/engraver-init.ly: remove localKeySignature
288         definition from ChoirStaff, StaffGroup, Score.
289         
290         * lily/percent-repeat-engraver.cc (try_music): add moments for
291         barlines too. Fixes: skipbars-percent-repeat.ly.
292
293 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
294
295         * lily/context-def.cc (filter_performers): don't go to cdrloc if
296         skipping last pair. Fixes: crash-bar-number.
297
298         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
299         D. Sorensen)
300
301         * input/test/fret-diagram.ly: new file.
302
303         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
304         (scale-paper): divide by scale.
305
306 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
307
308         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
309         case.
310
311 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
312
313         * scm/stencil.scm (fontify-text): reinstate function
314
315         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
316
317         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
318
319         * lily/parser.yy (book_paper_head): \bookpaper {} 
320
321         * python/midi.c: remove config.h
322
323 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
324
325         * scm/output-gnome.scm: Update.
326
327 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
328
329         * scm/output-gnome.scm: New file.
330
331         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
332
333 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
334
335         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
336         (find_scaled_font): move from Paper_def
337
338 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
339
340         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
341         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
342
343         * po/fr.po: update po.
344
345         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
346
347         * lily/book-paper-def.cc (print_smob): new file.
348
349 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
350
351         * buildscripts/lilypond-words.py: search words also from
352         music-functions-init.ly.
353
354 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
355
356         * ly/music-functions-init.ly (def-music-function): new helper
357         macro for defining music functions. \addlyrics \appoggiatura
358         \acciaccatura \grace \partcombine \autochange \applycontext
359         \applyoutput and \breathe are now defined here thanks to it.
360
361         * lily/parser.yy: 
362         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
363         \grace \partcombine \autochange \applycontext \applyoutput and
364         \breathe keywords removed from the parser.
365
366         * lily/parser.yy: 
367         * lily/music-function.cc (ly_make_music_function): 
368         * lily/lexer.ll (music_function_type): added a case for 0-arg
369         music functions.
370
371 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
372
373         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
374         refering to a music expression can be used in lily-inside-scheme:
375         #{ $music #}
376
377         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
378         and ly:parser-define, and change ly:parser-parse-string in order
379         to make #{ $music #} work.
380
381         * scm/new-markup.scm (compile-markup-expression): when an argument
382         is a string, use `make-simple-markup'.
383
384 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
385
386         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
387
388 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
389
390         * scripts/convert-ly.py (FatalConversionError.func): handle + in
391         font-size. (backportme)
392
393 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
394
395         * lily/paper-outputter.cc (output_stencil): dump font definitions
396         before each stencil.
397
398         * lily/include/paper-book.hh (struct Score_lines): new
399         struct. Collect info per Paper-score.
400
401         * lily/include/page.hh (class Page): to_stencil() returns Stencil
402         everywhere.
403
404         * lily/stencil.cc (find_expression_fonts): new function
405
406         * lily/paper-outputter.cc (output_stencil): use
407         interpret_stencil_expr
408
409         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
410         (interpret_stencil_expr): new function. Generic stencil
411         interpretation.
412
413         * lily/paper-def.cc (find_scaled_font): divide lookup
414         magnification by outpuscale for non-virtual fontmetrics. This
415         fixes ludicrously long font definitions for text
416         fonts. (backportme)
417
418         * lily/score-engraver.cc: remove
419         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
420
421 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
422
423         * input/test/markup-score.ly: Remove \notes.
424
425         * lily/parser.yy (book_body): Grok Composite_music and \header.
426         (markup): Push NOTES mode before score_block.
427
428         * VERSION: release 2.3.1
429         
430         * mf/feta-klef.mf: 
431         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
432
433         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
434
435         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
436
437 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
438
439         * scm/output-tex.scm (output-tex-string): tighten safe security.
440
441         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
442
443         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
444         allowed ly functions.
445
446         * lily/ly-module.cc (ly_module_define): only define variable if
447         bound.
448         (ly_make_anonymous_module): take safe option.
449
450 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
451
452         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
453
454 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
455
456         * input/regression/newaddlyrics.ly: Fix.
457
458         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
459         \score \notes.
460
461 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
462
463         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
464
465 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
466
467         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
468
469         * lily/paper-line.cc (Paper_line): don't store list of stencils,
470         but convert to single Stencil immediately.
471
472         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
473
474 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
475
476         * scm/output-sodipodi.scm: Resurrect sodipodi output.
477
478 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
479
480         * elisp/lilypond-mode.el: Changed the way defaults are created for
481         LilyPond-command-master.  LilyPond-mode will now check the
482         timestamps of the files to see which command has to run next.
483
484 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
485
486         * scm/bass-figure.scm (format-bass-figure): don't set
487         number-markup for strings. This fixes string in bass
488         figure. (backportme)
489
490         * lily/parser.yy (bass_number): insert number-markup into figure
491         definition.
492
493         * scm/define-music-properties.scm (all-music-properties): make
494         'figure a markup.
495
496         * scripts/convert-ly.py (conv): \apply -> \applymusic
497
498 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
499
500         * elisp/lilypond-mode.el: changed the order of some commands
501         ("Midi" after "2Midi"), use the user-defined
502         LilyPond-command-default as default instead of "LilyPond"
503
504         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
505         to set the master file for the next command.
506
507         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
508         with font-lock-reference-face.
509
510 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
511
512         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
513
514         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
515
516 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
517
518         * ly/music-functions-init.ly (TODO): new file.
519
520         * lily/parser.yy (Generic_prefix_music_scm): add more
521         music_function symbols.
522         (Prefix_composite_music): change \apply to music-function   
523
524         * lily/include/music-function.hh: rename to music-function
525
526 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
527
528         * lily/music-head.cc (LY_DEFINE): change order of args.
529
530         * input/regression/music-head.ly (texidoc): new file.
531
532         * lily/parser.yy (Generic_prefix_music): allow generic
533         music-transformation functions. 
534
535         * lily/include/music-head.hh (is_music_head): new file.
536
537         * lily/music-head.cc (get_music_head_transform): new file.
538
539 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
540
541         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
542         empty extent. This fixes ottava brackets on rests. (backportme)
543
544         * make/lilypond.redhat.spec.in (Group): ln png files for info.
545
546         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
547
548         * cygwin/lily-wins.py: update for the lily-wins.py script.
549
550 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
551
552         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
553         code. This will obviate typeset_grob () in the future.  The effect
554         of this is that improperly written spanner handling will result in
555         invalid spanner bounds.
556         (announce_grob): add to elems_ from here
557         (typeset_grob): comment out.  
558
559         * lily/include/engraver.hh (make_spanner): new calling interface
560         for make_{item,spanner}. This obviates most calls to
561         announce_grob().
562                 
563         * scm/music-functions.scm (set-accidental-style): use GrandStaff
564         iso. PianoStaff for piano styles.
565
566 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
567
568         * Documentation/user/music-glossary.tely: add segno after d.s.
569
570 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
571
572         * lily/include/audio-column.hh: remove unused variables.
573         (patch by Michael Welsh Duggan)
574
575         * flower/include/axes.hh (other_axis): inline Axes function
576         (thanks to David Brandon).
577
578 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
579
580         * cygwin/mknetrel: Install image links (backportme).
581
582         * Documentation/user/GNUmakefile (local-install-info): Activate
583         actual installing of image links (backportme).
584
585 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
586
587         * Documentation/user/notation.itely (Measure repeats): Removed
588         unnecessary (and confusing) \context Voice{.
589
590 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
591
592         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
593
594         * lily/page.cc (Page): Do not use ly_scheme_function for
595         volatile/configurable variables (FIXME: better name).
596
597         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
598         get_scmvar).
599
600 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
601
602         * scripts/convert-ly.py (FatalConversionError.subst): use
603         \transposition.
604
605 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
606
607         * lily/include/page.hh (class Page): Declare left_margin ().
608
609         * lily/page.cc: Remove paper var caching.
610
611 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
612
613         * Documentation/user/music-glossary.tely: Add name to @top node.
614         Remove comment from @table definitions (workaround for makinfo
615         bug).
616
617         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
618         ly:stencil-get-expr).  Update callers.
619         (ly:stencil-align-to!):  Return stencil too.
620
621         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
622         stencil.  Remove looped line-based page output.
623         (output_line): Use line stencil.  Remove looped stencil-based line
624         output.
625
626         * lily/page.cc (ly:page-paper-lines): New function.
627
628         * input/test/markup-score.ly: New file.
629
630         * scm/define-markup-commands.scm (stencil): New markup.
631
632         * lily/book.cc (to_stencil): New method.
633
634         * lily/parser.yy (markup): Use it to grok \score.
635
636 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
637
638         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
639
640         * lily/paper-book.cc (pages): Change signature.  Update callers.
641
642         * lily/include/page.hh:
643         * lily/page.cc: New file.
644
645         * lily/paper-line.cc (to_stencil): New method.
646         
647         * lily/paper-outputter.cc (output_stencil): New method.
648
649         * lily/paper-outputter.cc (output_line): Use them.
650
651         * lily/warn.cc: Remove.
652
653         * lily/my-lily-parser.cc (distill_inname): Remove.
654
655         * flower/include/file-name.hh: 
656         * flower/file-name.cc: New file.  Update users.
657
658         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
659         (find): New method of same name.
660
661         * lily/my-lily-parser.cc (ly:parse-file): Use it.
662
663         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
664         constant error message.
665
666 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
667
668         * input/test/{blank-notes.ly,staff-container.ly}: typos.
669
670 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
671
672         * Documentation/user/music-glossary.tely: @table @strong' replaced
673         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
674         (backportme).
675
676 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
677
678         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
679
680         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
681         #{ lily music expression #} that returns an equivalent scheme
682         music expression by parsing the string.
683
684 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
685
686         * lily/my-lily-parser.cc:
687         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
688         SCM string (foo.ly/toto.scm support).
689
690 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
691
692         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
693
694 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
695
696         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
697
698         * scripts/lilypond-book.py: LY code that includes \header is
699         not assumed to be a fragment.
700
701 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
702
703         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
704         tremolo beams up.
705
706         * lily/stem.cc (chord_start_y): Return 0 if no heads.
707         (get_default_stem_end_position): No tremolo head juggling if no
708         heads.  Fixes tremolo crash on rests (backportme).
709
710         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
711
712 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
713
714         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
715         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
716
717         * lily/lexer.ll: Allow \encoding in NOTES mode.
718
719         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
720         for lyrics, not for commands.
721
722         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
723         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
724
725         * input/regression/newaddlyrics.ly: New file.
726
727         * Documentation/topdocs/NEWS.texi: Update.
728
729         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
730         (Music_list): Allow embedded scm.
731
732         * lily/score.cc (ly:score-bookify): New function.
733
734         * lily/music.cc (ly:music-scorify): Idem.
735
736         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
737         (ly:parser-print-score): Idem.
738
739         * scm/lily.scm (default-toplevel-book-handler): Idem.
740         (default-toplevel-music-handler): Idem.
741         (default-toplevel-score-handler): Idem.
742
743         * ly/declarations-init.ly: Set default toplevel handlers.
744
745         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
746
747         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
748         printer for score at toplevel.
749
750 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
751
752         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
753         Fix for simple case: input/simple-song.ly, more complex stuff
754         does not work yet.
755
756 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
757
758         * lily/parser.yy (Prefix_composite_music): split Composite_music
759         in Prefix_composite_music and Grouped_music_list.
760         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
761
762 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
763
764         * scm/lily.scm (toplevel-expression): New define.
765
766         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
767
768         * lily/parser.yy (toplevel_expression): Use it.
769
770         * lily/include/my-lily-parser.hh: Smobbify.
771
772         * lily/my-lily-parser.cc (parse_string): New method.
773         
774         * lily/my-lily-parser.cc (ly:parse-string): New function.
775
776         * Documentation/user/lilypond.tely: Add comment and workaround for
777         gs-8.01 crash.  Fixes make web.
778
779         Simplification of toplevel music.
780         
781         * lily/lexer.ll, lily/parser.yy:
782
783         * In LYRICS mode, return LYRICS_STRING.  This fixes one
784         shift/reduce problem.
785
786         * Use NOTES mode at start of maininput.
787
788         * Grok toplevel composite music expression, put in score and book.
789
790         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
791
792         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
793
794         * input/simple.ly: New file.
795         
796         * input/simple-song.ly: Idem.
797
798 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
799
800         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
801         Sandberg.
802
803 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
804
805         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
806
807 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
808
809         * input/regression/accidental-octave.ly: doc automatic showing
810         of note names.
811
812 2004-04-16  Heikki Junes <janneke@gnu.org>
813
814         * po/fi.po: do "make po && make -C po po-update" at top-level,
815         then "cp po/out/fi.po po/fi.po" and update fields.
816
817         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
818
819 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
820
821         * Documentation/user/introduction.itely (About this manual): Fix
822         templates and regression urls (backportme).
823
824 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
825
826         * ly/engraver-init.ly (Score:graceSettings): Increase
827         beamed-lengths, especially for 32nd notes.
828
829         * Documentation/user/notation.itely (Grace notes): Correct the
830         syntax for add-grace-property example.
831
832 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
833
834         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
835         `Generated' tag.
836
837         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
838         Severely broken (the Debian package, at least).
839
840 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
841
842         * lily/context.cc (find_create_context): assign to lvalue.
843
844 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
845
846         * lily/include/translator.hh (class Translator): rename
847         get_parent_context() to context () to avoid confusion.
848
849         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
850
851         * lily/lexer.ll: change is_string -> ly_c_string_p 
852
853         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
854
855         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
856
857         * VERSION: release 2.3.0
858
859         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
860
861         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
862         if nonempty.
863
864         * lily/include/context.hh (class Context): make members protected.
865         (children_contexts): new accessor function.
866
867         * lily/include/translator.hh (class Translator): make
868         daddy_context_ protected.
869         (class Translator): clean up. 
870
871         * lily/include/context.hh (class Context): make daddy_context_
872         private.
873
874         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
875         higher for finding Voice. (backportme)  
876
877         * lily/include/context.hh (class Context): remove
878         find_context_below() as a method.
879
880         * Documentation/user/notation.itely (The Lyrics context): add note
881         about manual durations
882
883         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
884         encoding.
885
886         * scm/output-tex.scm (text): dump \inputencoding{} for text.
887
888 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
889
890         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
891         \usepackage{inputenc}
892
893         * lily/paper-book.cc (classic_output): don't advance Offset for
894         TeX output.
895
896         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
897         ec-sauter.map in rules
898
899         * mf/ecb.mf (font_identifier): new file, based on ecbx
900
901         * mf/ecb10.mf (gensize): new file.
902
903         * Documentation/topdocs/NEWS.texi (Top): document some more new
904         features.
905
906         * ly/declarations-init.ly: run convert-ly
907
908         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
909         from input-file-results. Remove input-file-results.* 
910
911 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
912
913         * scm/output-ps.scm (font-command): Fix, again.
914
915         * input/test/title-markup.ly: Add \noPagebreak test.
916
917         * lily/score-engraver.cc (try_music): Bugfix.
918
919 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
920
921         * lily/main.cc (main_with_guile): excise dependency options -M and
922         --dep-prefix
923
924         * lily/input-file-results.cc: excise Makefile dependency code
925
926         * Documentation/user/invoking.itexi (Invoking the lilypond
927         binary): remove dep doco
928         
929         * lily/main.cc (main_with_guile): call lilypond-main
930         
931         * scm/lily.scm (lilypond-main): new function: handle multiple files.
932
933         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
934         exception.
935
936         * lily/my-lily-parser.cc: remove paper_description function
937
938         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
939         new function.
940
941         * lily/main.cc: remove global_score_count.
942
943         * lily/book.cc (process): don't take header from global_input_file.
944
945         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
946
947         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
948
949         * lily/music-output-def.cc (LY_DEFINE): new function
950         ly_output_description. This function does the bulk for  setting,
951         parsing and breaking down of an input file.
952
953         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
954         anonymous modules globally. Let's hope they get GCd
955
956         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
957
958 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
959
960         * scm/output-ps.scm (header): Papersize from paper.
961
962         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
963         for classic output.
964
965         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
966         lilypondclassic is defined.
967         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
968
969         * input/regression/between-systems.ly: Remove.
970
971         * python/lilylib.py (get_bbox): Fix regular expression
972         for bounding box.
973
974         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
975
976         * scm/output-tex.scm (stop-page): Use it.
977
978         * scm/output-ps.scm (define-fonts): Bugfix.
979
980         * lily/grob.cc: Add penalty to interface.
981
982         * lily/include/paper-line.hh (class Paper_line): New member
983         var penalty_.
984
985         * lily/system.cc (get_line): Initialise Paper_line with
986         page-penalty's from original grobs.
987
988         * scm/define-music-properties.scm (all-music-properties): Add
989         page-penalty.
990
991         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
992
993         * lily/score-engraver.cc (try_music): Handle page-penalty.
994
995         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
996
997 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
998
999         * ly/declarations-init.ly (melismaEnd): typo
1000
1001         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1002
1003         * scm/output-ps.scm (text): split string into spaces, use moveto
1004         for setting space. 
1005         
1006 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1007
1008         * po/nl.po: Update.
1009
1010         * scm/font.scm (add-cmr-fonts): Typo.
1011
1012 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1013
1014         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1015         font-encoding.
1016
1017         * scm/define-grobs.scm (all-grob-descriptions): idem.
1018
1019         * lily/time-signature.cc (numbered_time_signature): idem.
1020
1021         * scm/font.scm (add-cmr-fonts): use real encoding names for
1022         font-encoding.
1023
1024 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1025
1026         * lily/paper-book.cc (classic_output): 
1027         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1028         Fixes classic output.
1029         (lilypondstart):
1030         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1031         kludge.
1032
1033         * scripts/old-lilypond-book.py: Remove.
1034
1035         Page layout for SCOREs enclosed in a BOOK:
1036
1037         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1038         layout tweaking.
1039
1040         * input/les-nereides.ly (theScore): Add \book.
1041         
1042         * input/test/title-markup.ly: Add \book.
1043
1044         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1045         only if 'verbose.
1046
1047         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1048
1049         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1050
1051         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1052         * scm/output-tex.scm (start-system): Update for page layout by
1053         LilyPond.
1054
1055         * scm/output-ps.scm (start-system): Previously (new-start-system).
1056
1057         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1058         passed to define-fonts.
1059
1060         * lily/paper-column.cc: 
1061         * lily/system.cc (get_line):
1062         * ly/property-init.ly (newpage): 
1063         * scm/define-grob-properties.scm:
1064         * scm/output-ps.scm: 
1065         * scm/output-tex.scm: Remove between-system-string kludge.
1066
1067         * scm/output-ps.scm (define-fonts, font-command,
1068         font-load-encoding): Handle ENCODING = #f.
1069
1070         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1071
1072         * scm/define-markup-commands.scm (fill-line): Use
1073         make-simple-markup (WAS: unexisting make-word-markup).
1074
1075         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1076         ENCODING, MARKUP parameters for interpret_string.
1077
1078         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1079
1080         * lily/score.cc (book_rendering): New method.
1081         (default_rendering): Create Paper_book helper locally, dump
1082         output.
1083
1084         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1085
1086         * lily/parser.yy: Handle \book.
1087
1088         * lily/include/book.hh: 
1089         * lily/book.cc: New file.
1090
1091 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1092
1093         * lily/text-item.cc (interpret_string): new file, select font with
1094         encoding.
1095
1096         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1097
1098         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1099
1100         * lily/parser.yy (markup): take encoding from lexer.
1101
1102 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1103
1104         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1105
1106         * scm/output-ps.scm: Remove some cruft.
1107
1108 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1109
1110         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1111
1112         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1113
1114 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1115
1116         * scm/font.scm (add-century-schoolbook-fonts):
1117         (make-century-schoolbook-tree): New function.
1118
1119         * input/test/title-markup.ly: Use Century Schoolbook font.
1120
1121 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1122
1123         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1124         to Erik Sandberg) 
1125
1126         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1127
1128         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1129
1130         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1131
1132         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1133
1134 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1135
1136         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1137         solo-state (at end of solo), we can set the solo status
1138         too. (backportme.)
1139
1140         * input/regression/part-combine-solo-end.ly: new file.
1141
1142 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1143
1144         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1145         flavour abc files.  Really ignore unknown keys (backportme).
1146
1147 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1148
1149         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1150         magnification_ when looking up in orig_.
1151
1152         * scm/output-tex.scm (text): switch off char-mapping.
1153
1154         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1155         because AFM's encoding field cannot have spaces.
1156
1157 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1158
1159         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1160
1161 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1162
1163         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1164
1165         * mf/cmr.enc: new file, without hi-bit ascii info. 
1166
1167         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1168         width. This removes the 'hook' at the end of a long slur.
1169
1170         * buildscripts/mf-to-table.py (parse_logfile): don't append
1171         encoding to fontname.
1172
1173 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1174
1175         * scm/output-ps.scm (define-fonts): Load .enc only once.
1176
1177         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1178         too.
1179
1180 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1181
1182         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1183         encoding field.
1184
1185         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1186
1187         * ly/portuges.ly (pitchnames): new file.
1188
1189         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1190         Michael Welsh Duggan
1191
1192         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1193
1194         * ly/nederlands.ly: add comment about digits.
1195
1196         * lily/scaled-font-metric.cc (derived_mark): idem.
1197
1198         * scm/encoding.scm (make-encoding-mapping): change permutation to
1199         mapping.
1200
1201         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1202         (Modified_font_metric): make alist for coding_description_
1203         (LY_DEFINE): remove coding-name.
1204
1205         * scm/output-tex.scm (text): remove debugging code.
1206
1207         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1208
1209         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1210         from infile.
1211
1212         * mf/feta-generic.mf: move fet_beginfont into generic code.
1213         use fetaMusic (without space) as encoding
1214
1215         * mf/feta-autometric.mf: take encoding argument
1216
1217         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1218
1219         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1220         use.
1221
1222         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1223         name.
1224
1225 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1226
1227         * input/test/title-markup.ly: Set inputencoding.
1228
1229         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1230
1231         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1232
1233         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1234         function.
1235         (coding-alist): Also hold filename, command.
1236         (read-encoding-file): Return symbols.
1237
1238 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1239
1240         * scm/output-tex.scm: remove fontify; text and char take a font
1241         argument.
1242
1243         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1244
1245         * lily/scaled-font-metric.cc (text_dimension): init
1246         coding_{permutation,table}_ too 
1247         (LY_DEFINE): ly:font-encoding, new function return
1248
1249         * lily/paper-def.cc (find_scaled_font): take input coding from
1250         inputcoding paper var.
1251
1252         * lily/performance.cc (output): remap modulo 16.
1253
1254         * lily/text-item.cc (interpret_markup): whoops, variable
1255         shadowing fixed.
1256
1257 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1258
1259         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1260         symbols, not symbols to strings.
1261         
1262         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1263         symbols, not symbols to strings.
1264
1265 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1266
1267         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1268         (ly:kpathsea-gulp-file): New function.
1269
1270         * scm/encoding.scm (read-encoding-file): Use it.
1271
1272 2004-04-06  Werner Lemberg  <wl@gnu.org>
1273
1274         * scm/encoding.scm (coding-alist): Fix typo.
1275
1276 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1277
1278         * lily/scaled-font-metric.cc (text_dimension): move function from
1279         Font_metric
1280         (make_scaled_font_metric): init coding_scheme_ to TeX
1281         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1282
1283         * lily/include/scaled-font-metric.hh (struct
1284         Modified_font_metric): rename from Scaled_font_metric
1285
1286         * scm/encoding.scm (read-encoding-file): split up large function,
1287         leave caching to (delay)
1288
1289         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1290
1291 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1292
1293         * lily/my-lily-lexer.cc (set_encoding): New method.
1294
1295         * lily/lexer.ll: Grok \encoding.
1296
1297         * lily/font-metric.cc (get_encoded_index): New function.
1298
1299         * lily/include/font-metric.hh (coding_scheme): New method.
1300
1301         * scm/encoding.scm: New file.
1302
1303         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1304
1305 2004-04-05  Werner Lemberg  <wl@gnu.org>
1306
1307         * Documentation/user/tutorial.itely: Revised (finished).
1308
1309         * Documentation/user/macros.itexi (@separate): Removed.
1310
1311 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1312
1313         * scm/output-ps.scm (define-fonts): fix scaling.
1314
1315         * lily/scaled-font-metric.cc (design_size): add function.
1316
1317         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1318         partial cut&paste of ly:font-magnification.
1319
1320 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1321
1322         * scm/output-ps.scm (define-fonts):
1323         (fontify): Update.
1324
1325 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1326
1327         * po/fr.po: update. (backportme).
1328
1329         * po/nl.po: update. (backportme). 
1330
1331         * mf/feta-beugel.mf: document why design size is not fixed.
1332
1333         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1334
1335 2004-04-04  Werner Lemberg  <wl@gnu.org>
1336
1337         * Documentation/user/tutorial.itely: Revised (continued).
1338
1339 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1340
1341         * po/nl.po: Update (backportme).
1342
1343 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1344
1345         * po/de.po: update. (backportme).
1346
1347         * scm/output-tex.scm (font-command): use ly: functions to
1348         construct name.
1349         (define-fonts): don't use alist, just dump \font definitions.
1350         (font-load-command): calculate proper scaling by taking
1351         outputscale from paper argument.
1352
1353         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1354         expression.
1355
1356         * lily/paper-outputter.cc (output_header): pass paper arg to
1357         define-fonts
1358
1359         * lily/paper-def.cc (font_descriptions): dump list of
1360         Scaled_font_metrics
1361         (find_scaled_font): take Font_metric argument, store
1362         Scaled_font_metrics in hash-table containing (size ->
1363         Scaled_font_metrics) alist.
1364         (get_dimension): rename from get_realvar
1365
1366         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1367         ly:font-magnification, ly:font-name: new functions
1368
1369 2004-04-03  Werner Lemberg  <wl@gnu.org>
1370
1371         * Documentation/user/dedication.itely,
1372         Documentation/user/preface.itely,
1373         Documentation/user/introduction.itely,
1374         Documentation/user/tutorial.itely: Revised.
1375         Removing leading spaces which distorts output if info files are read
1376         with stand-alone info.
1377         Removing superfluous inter-word spaces which also distorts output
1378         for stand-alone info.
1379         Using ` and ' instead of `` and '' everywhere to improve
1380         legilibility with stand-alone info
1381         Using @samp for single-letter input items and data which contains
1382         spaces, @code for other things.
1383
1384         * lily/grob-interface.cc: Adding copyright.
1385         (check_interfaces_for_property): Improve format of warning message.
1386
1387 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1388
1389         * lily/include/font-metric.hh (struct Font_metric): add
1390         design_size () method.
1391
1392         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1393
1394         * lily/afm.cc (read_afm_file): read design size.
1395
1396         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1397
1398         * scm/music-functions.scm (unfold-repeats): handle dots too.
1399
1400 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1401
1402         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1403         (backportme)
1404
1405 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1406
1407         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1408         lyric indent.  Revert melismaBusyProperties using \unset.
1409
1410 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1411
1412         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1413
1414         * lily/parser.yy (command_element): allow redefinition of |
1415         meaning.
1416
1417         * lily/break-align-engraver.cc (acknowledge_grob): construct
1418         LeftEdge where the first cause for alignment is coming from.
1419         This makes \override Staff.LeftEdge work as expected.
1420
1421         
1422         * lily/slur-performer.cc (Slur_performer): add inits
1423
1424         * lily/beam-performer.cc (Beam_performer): add inits
1425
1426 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1427
1428         * VERSION (PACKAGE_NAME): release 2.2.0
1429
1430         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1431
1432 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1433
1434         * lily/cluster.cc (height): Fix warning.
1435
1436         * lily/parser.yy: Janitorial cleanups.
1437
1438         * Documentation/user/tutorial.itely (Tutorial): Typo.
1439
1440 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1441
1442         * lily/change-iterator.cc (process): search at multiple context
1443         levels. This fixes 
1444
1445         
1446         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1447         not voice-state index for tie state. This fixes a partcombine
1448         problem with ties.
1449
1450         * Documentation/user/tutorial.itely (Commenting input files): add
1451         note about convert-ly.
1452
1453         * input/test/cadenza-skip.ly:  new file.
1454
1455 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1456
1457         * po/nl.po: Spelling fixes.
1458
1459         * autogen.sh (srcdir): Regenerate.
1460
1461         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1462         autogen.sh.
1463
1464         * configure.in: Use C++ to check for C++ header.
1465
1466         * po/nl.po: Update.
1467
1468         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1469
1470         * lily/event.cc (to_relative_octave): Translatable sentence should
1471         be one string.
1472
1473         * python/lilylib.py (warranty): Year range is not translatable.
1474         It's 2004 already!
1475
1476         * flower/warn.cc (non_fatal_error, warning, programming_error):
1477         Remove whitespace from translated string.
1478
1479 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1480
1481         * VERSION: release 2.1.37.
1482
1483 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1484
1485         * configure.in: check for C language.
1486
1487         * lily/source-file.cc: include strstream without h.
1488
1489         * scm/documentation-generate.scm (string-append): use name without
1490         .texi.
1491
1492         * autogen.sh (srcdir): SUSE fix.
1493
1494         * Documentation/user/notation.itely (Ancient clefs): idem.
1495
1496         * Documentation/user/lilypond-book.itely (Integrating HTML and
1497         music): idem.
1498
1499         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1500
1501         * lily/change-iterator.cc (process): use find_existing_context().
1502
1503         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1504
1505         * input/regression/repeat-unfold-tremolo.ly: new file.
1506
1507         * scm/music-functions.scm (unfold-repeats): undo music compression
1508         too.
1509
1510         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1511         (LY_DEFINE): ly:music-compress new function.
1512
1513         * scm/part-combiner.scm (determine-split-list): split for voice
1514         crossings
1515
1516         * input/regression/part-combine-cross.ly: new file.
1517
1518         * scm/part-combiner.scm (make-part-combine-music): don't do
1519         relative inside partcombine arguments.
1520
1521         * scm/music-functions.scm (make-non-relative-music): new function.
1522
1523         * Documentation/user/notation.itely (Automatic part combining):
1524         add note about \relative.
1525
1526         * lily/part-combine-iterator.cc (construct_children): add
1527         start_moment_ member.
1528
1529         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1530         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1531
1532         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1533
1534         * Documentation/user/changing-defaults.itely (Which properties to
1535         change): fixes.
1536
1537 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1538
1539         * po/fr.po: update.
1540
1541 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1542
1543         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1544
1545         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1546         Reinstate old code that issues warning.  Fixes --srcdir build.
1547
1548 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1549
1550         * input/wilhelmus.ly: New file.
1551
1552         * Documentation/user/notation.itely: 
1553         * Documentation/user/introduction.itely:
1554         * Documentation/user/tutorial.itely: Use quote ly-option instead
1555         of explicit @quotation.  This fixes too long lilypond linewidths
1556         resulting in overful hboxes.
1557
1558         * scripts/lilypond-book.py: Add ly-option: `quote'.
1559
1560 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1561
1562         * tex/titledefs.tex: Avoid that the first score line is extra
1563         indented if instrument is defined but not piece.
1564
1565 2004-03-30  Werner Lemberg  <wl@gnu.org>
1566
1567         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1568         `lilypond/' to info file name.
1569         (@usermanref) [info]: New variant.
1570
1571         * scm/documentation-generate.scm: Fix definition of @usermanref
1572         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1573         to info file name.
1574
1575 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1576
1577         * VERSION: release 2.1.36
1578         
1579         * Documentation/user/changing-defaults.itely (Interpretation
1580         contexts): rewrite introduction.
1581
1582 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1583
1584         * scm/define-markup-commands.scm: Use TeX accents instead of
1585         straight iso-8859-1 encoding in the doc string.
1586
1587 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1588
1589         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1590         space after dotted duration.
1591
1592 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1593
1594         * Documentation/user/introduction.itely: 
1595         * Documentation/user/notation.itely:
1596         * Documentation/user/tutorial.itely: Up all relative examples.
1597         Enclose @lilypond displays in @quotation.  Typos and corrections.
1598
1599         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1600
1601 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1602
1603         * scm/music-functions.scm (make-voice-props-revert): Revert also
1604         MultiMeasureRest staff-position in oneVoice.
1605
1606 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1607
1608         * Documentation/user/changing-defaults.itely, 
1609         Documentation/user/lilypond.tely: few fixes. Place no comma between
1610         two options: a and b, but commas between three options: a, b, and c.
1611         By this manner, grouping is possible: a and b, and c and d.
1612
1613 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1614
1615         * Documentation/user/GNUmakefile: add rule for .nexi
1616
1617 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1618
1619         * Documentation/user/music-glossary.tely: move glossary direntry
1620
1621         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1622         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1623
1624 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1625
1626         * stepmake/aclocal.m4: Verify that gettext configure check with
1627         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1628
1629 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1630
1631         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1632         glob.glob for .png filenames. This catches multipage pngs.  
1633
1634         * Documentation/user/changing-defaults.itely (Determining the grob
1635         property): fix references.
1636
1637         * lily/staff-symbol.cc (print): only add extent if non empty.
1638         This fixes staff-container.ly.
1639
1640         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1641         starting with a mmrest also works.
1642
1643         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1644         PNG for texinfo too.
1645
1646         * po/lilypond.pot: update translation strings.
1647
1648         * VERSION: 2.1.35 released
1649         
1650         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1651         context argument too.
1652
1653         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1654
1655         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1656
1657         * python/lilylib.py (command_name): don't return 1st path
1658         component.
1659
1660         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1661         .png case separately.
1662
1663         * python/lilylib.py (system): typo.
1664         
1665 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1666
1667         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1668         run indent-region.
1669
1670         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1671         Fixes compile.
1672
1673         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1674         Add header.
1675
1676 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1677
1678         * vim/lilypond-indent.vim: small fixes.
1679
1680 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1681
1682         * Documentation/user/notation.itely (Entering lyrics): Add example
1683         with correct english double quotes (at least for LaTeX output,
1684         maybe not a good idea if we switch to PS as the default output
1685         format).
1686
1687 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1688
1689         * lily/staff-performer.cc (create_audio_elements): play instrument
1690         changes before notes arrive. This fixes instrument of the first
1691         note in a score.
1692
1693         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1694         to 1.9.0 conversion.
1695
1696         * lily/mark-engraver.cc: doc string.
1697
1698         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1699
1700         * Documentation/user/introduction.itely (Introduction): new node.
1701
1702 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1703
1704         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1705
1706         * input/regression/spacing-ragged-last.ly: new file.
1707
1708         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1709         spacing.
1710
1711         * scm/font.scm: rewrite using GOOPS.
1712         
1713         * lily/context-def.cc (filter_engravers): derefence pointer.
1714
1715         * lily/lily-guile.cc (type_check_assignment): use
1716         ly_scheme_function iso. scm_primitive_eval where possible.
1717
1718         * lily/performance.cc (output): limit channels at 15. This fixes
1719         percussion inadvertently showing up in large scores.
1720
1721 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1722
1723         * input/regression/tuplet-gap.ly: new file.
1724
1725         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1726         (print): compute gap length from number size, include italic
1727         correction.
1728
1729         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1730         tuplet-bracket
1731
1732         * scm/paper.scm (set-default-paper-size): new function, to be
1733         called at toplevel.
1734         (set-paper-size): new function, to be called inside \paper {}
1735         (set-default-paper-size): new function, to be called at toplevel.
1736
1737         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1738
1739         * lily/beam-performer.cc (process_music): idem.
1740
1741         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1742         
1743         * tex/titledefs.tex: remove scshape for piece.
1744
1745         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1746         font-family
1747
1748         * lily/time-signature.cc (special_time_signature): font-encoding
1749         not family.
1750
1751         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1752         dynamic to head. This fixes p placement in morgenlied.
1753
1754 2004-03-23  Werner Lemberg  <wl@gnu.org>
1755
1756         * stepmake/stepmake/generic-targets.make (help): Improve text.
1757
1758 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1759
1760         * VERSION: 2.1.34 released
1761         
1762         * lily/main.cc (main_with_guile): switch debugging.
1763
1764         * lily/system.cc (get_line): plug leak.
1765
1766         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1767         and contents.
1768         (stencil2line): plug leak.
1769
1770         * Documentation/user/changing-defaults.itely (Determining a grob
1771         property):  new node.
1772         (Layout interfaces): new node.
1773         (Navigating the program reference): new node.
1774
1775         * lily/accidental-engraver.cc (acknowledge_grob): add property
1776         harmonicAccidentals
1777
1778         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1779         general cleanups.
1780         
1781         * input/les-nereides.ly (middleDynamics): resurrect Les
1782         nereides. Remove pedal hack.
1783
1784 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1785
1786         * input/regression/property-grace-polyphony.ly: new file.
1787
1788         * lily/translator-property.cc (execute_pushpop_property): only pop
1789         one instance of the property. This fixes << \\ >> together with
1790         \grace.
1791
1792         * lily/break-align-interface.cc (ordered_elements): we cannot
1793         modify the #'elements property, so return reordered array.
1794
1795 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1796
1797         * buildscripts/lilypond.words.py: remove.
1798         * buildscripts/lilypond-words.py: add new, renamed file. 
1799         Give generated targets and dirs explicitly in arguments.
1800
1801         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1802         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1803         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1804         
1805         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1806
1807         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1808
1809         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1810         orders.
1811
1812         * vim/GNUmakefile: add local-uninstall target.
1813
1814         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1815         
1816         * vim/vimrc: add a one-liner file.
1817
1818         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1819         vimrc in EXTRA_DIST_FILES.
1820
1821         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1822
1823 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1824
1825         * config.make.in: add vimdir.
1826
1827         * vim/GNUmakefile: add local-install.
1828
1829 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1830
1831         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1832         with \lilypondifundefined{blabla}. Solves problem with multiple
1833         titles in the same lilypond-book document.
1834
1835 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1836
1837         * scm/document-backend.scm (interface-doc): sort grob list for
1838         interface.
1839
1840         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1841         pre/post break align-order.
1842
1843         * spelling patch courtesy Edward Sutton.
1844
1845         * Documentation/user/changing-defaults.itely (Changing context
1846         default settings): new node.
1847         (Defining new  contexts): new node.
1848
1849         * scripts/lilypond-book.py (is_derived_class): use numbers
1850         iso. booleans.
1851
1852         * python/lilylib.py (make_ps_images): add margin to PS images.
1853
1854         * scripts/lilypond-book.py (is_derived_class): new function. Take
1855         class arg iso. object.
1856         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1857         for bug in GS/dvips.
1858
1859         * lily/text-item.cc (interpret_markup): idem.
1860
1861         * scm/define-markup-commands.scm: remove split around-space hack.
1862
1863         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1864         function, fold WL's fixes into one function.
1865
1866 2004-03-22  Werner Lemberg  <wl@gnu.org>
1867
1868         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1869         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1870         (Note_column::head_position_interval): Do proper rounding for
1871         calls to Staff_symbol_referencer::get_position.
1872
1873 2004-03-21  Werner Lemberg  <wl@gnu.org>
1874
1875         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1876         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1877         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1878         (My_lily_parser::parse_file): Improve formatting progress indication
1879         sent to stdout.
1880
1881 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1882
1883         * VERSION: 2.1.33 released.
1884
1885         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1886
1887         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1888
1889         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1890         warning is issued about dummy.dep.
1891
1892         * scm/new-font.scm: fix design sizes of nummer
1893
1894 2004-03-21  Werner Lemberg  <wl@gnu.org>
1895
1896         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1897         some annoying warnings from mkdir during `make install'.
1898
1899 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1900
1901         * lily/performer-group-performer.cc (do_announces): call
1902         Performer_group_performer::create_audio_elements () too.
1903
1904         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1905
1906         * scm/define-grobs.scm (all-grob-descriptions): add property
1907         break-align-orders
1908
1909         * lily/global-context.cc (get_default_interpreter): new
1910         function. Override from base class, so no new Score contexts are
1911         created.
1912
1913         * lily/include/stencil.hh (class Stencil): document origin field.
1914
1915         * lily/staff-symbol.cc (print): span staff-symbol on column
1916         extents for non-broken columns. 
1917
1918         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1919         key-signature.
1920
1921         * tex/titledefs.tex: don't use smallcaps for piece.
1922
1923         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1924         translated stencils in the output.
1925
1926         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1927
1928 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1929
1930         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1931         and init ties_created_
1932
1933         * VERSION: release 2.1.32
1934
1935         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1936         doc string from IMPLEMENT_CTOR_CALLBACK().
1937
1938         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1939         that engraver is in a performer hierarchy.
1940
1941 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1942
1943         * vim/lilypond-ftdetect.vim: new file.
1944
1945 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1946
1947         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1948         (compose_ly): default octave should be middle C.
1949
1950         * Documentation/user/changing-defaults.itely (Layout tunings
1951         within contexts): new node.
1952
1953         * lily/include/smobs.hh: document C++ smob interface.
1954
1955         * lily/function-documentation.cc: don't doc functions without
1956         docstring.
1957
1958 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1959
1960         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1961         direntry, so that `info lilypond' goes to Top.
1962
1963         * scm/output-ps.scm (polygon): Fix: add spaces.
1964
1965         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1966         solutions are now optimal too.
1967
1968         * input/test/page-breaks.ly: New file.
1969
1970         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1971         functions into safe module.
1972
1973         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1974         end, prepend zeros.
1975
1976         * scm/output-*.scm: Use ly:number->string rather than
1977         number->string.  Makes for saner output.
1978
1979         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1980         Fixes feta-nummer, feta-din scaling.
1981
1982 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1983
1984         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1985
1986         * scm/music-functions.scm (descend-to-context): new
1987         function. Similar to context-spec-music.
1988         (make-time-signature-set): specify Score as descend-only. This
1989         fixes the polymetric.ly example.
1990
1991         * lily/context-specced-music-iterator.cc (construct_children): add
1992         support for descend-only context spec.
1993
1994         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1995         determine ez-notation letter. 
1996
1997         * lily/system.cc (get_line): start with dumping layer 3. This
1998         fixes ez notation.
1999
2000 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2001
2002         * input/test/title-markup.ly: Stress breaking harder.
2003
2004         * scm/page-layout.scm (height-score): Overfull page scores twice
2005         as bad as underfull (was: by a power).
2006         (walk-lines): Omit first walk-path round (breaking after new node,
2007         without lines).
2008
2009         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2010         diff values are negative.
2011         (output): Bugfix: treat negative vfill differently.
2012
2013         * Documentation/user/lilypond.tely (direntry): Add note about why
2014         `info lilypond' brings up `Invoking LilyPond' node.
2015
2016 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2017
2018         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2019
2020         * lily/paper-book.cc: Remove cruft.
2021         (output): Bugfix: put vfill between lines.
2022         (pages): Bugfix: set page vars needed for filling.
2023
2024         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2025         (was: @ar).
2026
2027         * scm/page-layout.scm: Further development.
2028
2029         * ly/declarations-init.ly (paper): Define page-breaking.
2030
2031 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2032
2033         * lily/note-head.cc (brew_ez_stencil): add note-names
2034         property. Provides internationalization for note names.
2035
2036         * Documentation/user/changing-defaults.itely (Creating contexts):
2037         new node.
2038
2039         * lily/grace-iterator.cc (process): descend to child for \grace.
2040
2041         * lily/timing-translator.cc (initialize): Timing_translator adds
2042         Timing alias by itself.
2043
2044         * lily/context.cc (add_alias): new function.
2045
2046         * scm/lily.scm (tex-output-expression): new function, eval within
2047         drawing API. Guards against eval vulnerabilities.
2048
2049         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2050
2051         * scm/output-ps.scm (scm): export lily drawing API.
2052
2053         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2054         throughout.
2055
2056 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2057
2058         * scm/page-layout.scm (optimal-page-breaking): New function.
2059         
2060         * lily/paper-book.cc (pages): Use it.
2061
2062 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2063
2064         * lily/include/paper-line.hh (class Paper_line): Full smob.
2065
2066 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2067
2068         * lily/global-context.cc (run_iterator_on_me): fix grace note
2069         nesting by initting measurePosition.
2070
2071         * lily/timing-translator.cc (initialize): do no init
2072         measurePosition
2073         
2074         * lily/include/music-output-def.hh (class Music_output_def): add
2075         input_origin_ field.
2076
2077         * Documentation/user/changing-defaults.itely (Changing context
2078         properties on the fly): new node.
2079
2080         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2081         function. Only have smobbed_copy (), and do not provide
2082         smobbed_copy() for non-simple smobs. Changes throughout.
2083
2084 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2085
2086         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2087         start_moment_. Fix by Doug A. Linhardt.
2088
2089 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2090
2091         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2092         accidentals for harmonic notes.
2093
2094         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2095         of different style. (Thanks to Doug Linhardt).
2096
2097         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2098         new node.
2099
2100 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2101
2102         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2103
2104         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2105         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2106         vim/lilypond-indent.vim: doc targets and deps in comments.
2107
2108 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2109
2110         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2111
2112         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2113
2114         * lily/include/paper-line.hh:
2115         * lily/include/paper-line.cc: New file.
2116
2117 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2118
2119         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2120
2121         * GNUmakefile.in: remove stray make out=www
2122
2123         * input/test/bagpipe.ly (gcdg): octave fixes.
2124
2125         * scm/define-markup-commands.scm (number): use font-encoding
2126         iso. font-family
2127
2128         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2129         font-encoding.
2130         
2131 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2132
2133         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2134         `output_format_global' and `PAGE_LAYOUT'.
2135
2136 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2137
2138         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2139         lily functions in safe mode.
2140
2141         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2142         Print filename for HTML, LATEX, before texidoc.
2143
2144         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2145         instructions in output-ps module.
2146
2147         * scm/lily.scm: Do not load output-ps module.
2148
2149         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2150         safe mode.
2151
2152 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2153
2154         * lily/span-dynamic-performer.cc (process_music): remove spurious
2155         warning.
2156
2157         * lily/context-def.cc (Context_def): init name to ""
2158
2159         * lily/font-interface.cc: add font-encoding property.
2160
2161         * scm/lily.scm (chain-assoc-get): bugfix.
2162
2163         * lily/paper-book.cc (stencil2line): protect static SCM.
2164
2165         * lily/font-interface.cc (text_font_alist_chain): rename function,
2166         and use text-font-defaults. 
2167
2168         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2169
2170         * scm/paper.scm (paper-set-staff-size): use new function.
2171
2172         * scm/new-font.scm (make-font-tree): new function.
2173
2174 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2175
2176         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2177
2178         * scm/lily.scm (get-output-module): New function.
2179         (output-alist): Remove ,ps-output-expression.
2180
2181         * scm/output-tex.scm (ps-output-expression): New function.
2182
2183         * scm/output-ps.scm (ps-output-expression): Remove.
2184         (header, start-page): Output page metadata.
2185
2186         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2187         initialise output_module_.  Do not write part of header.
2188         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2189         (output_header): Output full header.
2190
2191         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2192         FIXME.
2193
2194 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2195
2196         * scm/new-font.scm: new file. Tree based font lookup.
2197
2198         * scm/lily.scm (assoc-get): take default argument. Remove
2199         assoc-get-default.
2200         (chain-assoc-get): use chain-assoc-get everywhere.
2201
2202         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2203         autobeamsettings conversion bug.
2204
2205         * lily/include/global-context.hh (Context): clean-up data hiding.
2206
2207         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2208         data hiding.
2209
2210         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2211
2212         * input/regression/stem-shorten.ly: add chord case.
2213
2214         * lily/stem.cc (get_default_stem_end_position): shorten stems
2215         triggered by note-head positions, not by forced-direction. This
2216         fixes a bug with too short stems.  
2217  
2218 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2219
2220         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2221         Lilypond_snippet.output_latex): Always call output_print_filename.
2222
2223         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2224         expand pages.
2225
2226 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2227
2228         * scm/part-combiner.scm (make-autochange-music): switch rests
2229         before switched notes too.
2230
2231         * lily/figured-bass-engraver.cc (process_music): change calling
2232         convention.
2233
2234         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2235
2236         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2237         command.
2238
2239         * lily/include/stencil.hh (class Stencil): add origin field.
2240
2241         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2242         function.
2243
2244         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2245
2246         * lily/lexer.ll: remove support for \$ and $ in identifiers
2247
2248         * lily/sequential-iterator.cc: remove copy_grace_fixups
2249         (get_grace_fixup): slight abstraction of fixup code.
2250
2251         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2252
2253 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2254
2255         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2256         in insert-mode. add indenting rules.
2257
2258 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2259
2260         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2261         protect hack.
2262
2263         * scm/page-layout.scm:
2264         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2265         layout and titling should now match external latex based version.
2266
2267         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2268         header fields.
2269
2270         * ps/lilyponddefs.ps: Remove automatic page layout.
2271
2272         * scm/output-ps.scm (new-start-system): New interface function.
2273
2274         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2275
2276         * lily/paper-book.cc (output): Bugfix.
2277
2278 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2279
2280         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2281         
2282 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2283
2284         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2285         direntries.
2286
2287         * ps/lilyponddefs.ps: Bugfix.
2288
2289         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2290
2291 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2292
2293         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2294         cause. This should fix warnings.
2295
2296         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2297
2298         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2299         prevent aligned 6ths.
2300
2301         * lily/custos.cc (print): remove adjust-if-on-staffline.
2302
2303 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2304
2305         * lily/paper-book.cc: Do header and footer.
2306
2307 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2308
2309         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2310
2311         * scm/paper.scm (lineheight): Remove
2312         (head-sep, foot-sep): Add.
2313
2314 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2315
2316         * mf/feta-schrift.mf: reduce portato thickness.
2317
2318         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2319
2320         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2321         programming_error ().
2322
2323         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2324         bracket to last command column.
2325
2326         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2327         continues on next/prev system.
2328
2329         * input/regression/pedal-end.ly: new file.
2330
2331 2004-03-10  Werner Lemberg  <wl@gnu.org>
2332
2333         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2334         Remove pmx2ly stuff.
2335         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2336
2337 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2338
2339         * scm/page-layout.scm: New file.
2340
2341         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2342         settings.
2343         (Lilypond_snippet.is_outdated): Also check for PNG file.
2344         Workaround for interrupted (web) builds.
2345
2346         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2347
2348         * ps/lilyponddefs.ps: Use only very small top-marging.
2349         (init-paper): Also pop page size string.
2350         (start-page, stop-page): New function.
2351
2352         * scm/output-ps.scm (header-end): Remove stray exec commands.
2353
2354 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2355
2356         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2357
2358         * lily/score.cc (default_rendering): clean protection.
2359
2360         * lily/paper-book.cc (mark_smob): implement smob marking.
2361
2362         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2363
2364         * Documentation/user/*.itely: user manual edits. 
2365
2366 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2367
2368         * Documentation/user/converters.itely (Invoking musedata2ly):
2369         remove pmx2ly.
2370
2371         * scripts/pmx2ly: remove script.
2372         
2373 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2374
2375         * lily/score.cc (default_rendering): Protect paper-book members.
2376
2377         * lily/paper-def.cc (smobbed_copy): New method.
2378
2379         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2380         switch runtime.
2381
2382         * lily/include/music-output.hh (process): Change signature to
2383         return SCM.
2384
2385         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2386         method.
2387
2388         * lily/paper-score.cc (process): Return stencils rather than
2389         outputting directly.  Remove paper-book kludge.  Delete grobs.
2390         (output): Remove.
2391
2392         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2393
2394         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2395
2396         * lily/score.cc (default_rendering)
2397         (ly_render_output): Move adding paper-score two levels up.
2398
2399         * lily/system.cc (get_line):
2400         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2401
2402 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2403
2404         * scm/font.scm (paper20-font-vector): add more design sizes for
2405         number.
2406
2407         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2408         feta-nummber{5,7,11,13}.
2409
2410         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2411         for 12pt design size. 
2412
2413 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2414
2415         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2416
2417 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2418
2419         * lily/font-select.cc (properties_to_font_size_family): Fix
2420         warning message.
2421
2422         * Experimental PostScript latin1 encoding:
2423         
2424         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2425
2426         * scm/output-ps.scm: Experimental encoding using reencode-font.
2427         * scm/font.scm: Add latin1 `font-shape'.
2428         
2429         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2430
2431         * ps/lilyponddefs.ps (reencode-font): New function.
2432
2433         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2434
2435         * scm/output-tex.scm (start-page):
2436         (stop-page): New interface function.
2437
2438 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2439
2440         * lily/paper-outputter.cc (output_expr):
2441         (output_header):
2442         (output_line): New method.
2443
2444         * lily/system.cc (get_line):
2445         (get_lines): New method.
2446         (output_scheme):
2447         (output_line): Remove.
2448
2449         * scm/lily.scm (make-title): New function.
2450
2451         * lily/paper-book.cc: 
2452         * lily/include/paper-book.hh: New file.
2453
2454         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2455         ly-modules.hh).
2456
2457         * lily/ly-module.cc (ly_modules_lookup): New function.
2458
2459         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2460
2461         * scm/output-ps.scm (make-title): Remove.
2462         (output-scopes): Junk header-title test.
2463
2464 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2465
2466         * mf/feta-schrift.mf: thicker dot for portato.
2467
2468         * lily/accidental-placement.cc (position_accidentals): bugfix in
2469         offset, this fixes right-padding of AccidentalPlacement.
2470
2471         * lily/[h-z]*.cc: () formatting.
2472
2473         * Documentation/user/tutorial.itely (An orchestral part): more
2474         fixes for the tutorial.
2475
2476         * scm/translation-functions.scm (fraction-tuplet-formatter):
2477         reverse fraction.
2478
2479         * lily/parser.yy (context_def_spec_block): use \context instead of
2480         \translator.
2481
2482         * lily/[a-g].cc: () style cleanup.
2483
2484         * Documentation/user/tutorial.itely (Automatic and manual beams):
2485         editing of tutorial.
2486
2487 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2488
2489         * buildscripts/mf-to-table.py (base): write encoding name.
2490
2491 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2492
2493         * Documentation/user/GNUmakefile (local-install-info): Issue
2494         warning (for packager, ie, if not installing in /usr or /usr/local).
2495
2496         * lily/stencil-scheme.cc: 
2497         * lily/staff-symbol-referencer.cc: 
2498         * lily/script-column.cc: 
2499         * lily/pitch.cc: 
2500         * lily/music.cc: 
2501         * lily/grob-pq-engraver.cc: 
2502         * lily/font-interface.cc: 
2503         * lily/music-output-def.cc: 
2504         * lily/duration.cc: 
2505         * lily/grob-scheme.cc:
2506         * lily/context-scheme.cc: Put scheme name on first line in
2507         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2508         style cleanups.
2509
2510         * stepmake/stepmake/scm-vars.make: 
2511         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2512         Rename and split TAGS_FILES.
2513
2514         * GNUmakefile.in (ALL-TAGS): Remove.
2515         
2516         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2517         deeper TAGS files.  Fixes regexp tags in TOP dir.
2518
2519 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2520
2521         * VERSION: 2.1.29 released.
2522         
2523         * Documentation/user/changing-defaults.itely (Changing defaults):
2524         new file.
2525
2526         * Documentation/user/notation.itely (Notation manual): rename from 
2527         refman.itely
2528
2529         * Documentation/user/notation-appendices.itely (The Feta font):
2530         new file.
2531
2532         * Documentation/user/advanced.itely: add aborted attempt for
2533         advanced topics manual.
2534
2535 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2536
2537         * scm/new-markup.scm: display Markups in sane format. Patch by
2538         Nicolas Sceaux.
2539
2540 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2541
2542         * lily/main.cc: Cleanups.
2543         (setup_localisation): New function.
2544         (sane_putenv): Remove.
2545         (main_with_guile): New name (Was: main_prog).  Remove musings
2546         about possible preparation for GUILE heavy memory usage and
2547         practical uselessness.  Do not set environment variables
2548         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2549         name juggling.
2550         (parse_argv): New function.
2551         (copyright): New function.  It's 2004 already.
2552
2553         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2554         (distill_inname): Move from main.
2555
2556 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2557
2558         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2559
2560         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2561
2562         * Documentation/user/running.itely: new file.
2563
2564         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2565
2566         * lily/score-performer.cc (finish): call Translator::finalize ().
2567
2568 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2569
2570         * lilypond-ftpplugin.vim: renamed to the following file.
2571         * lilypond-ftplugin.vim: new file.
2572
2573         * GNUmakefile.in: update VIM_FILES.
2574
2575 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2576
2577         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2578         props.
2579
2580         * input/test/tie-sparse.ly: remove.
2581
2582         * lily/tie-performer.cc (try_music): copy & paste from
2583         Tie_engraver.
2584
2585         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2586         variable_ref twice.
2587
2588         * lily/key-performer.cc (create_audio_elements): use
2589         alterations-in-key.
2590
2591         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2592
2593 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2594
2595         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2596         handle also quarter tones (not shown as tests). test also flats.
2597
2598         * Documentation/index.html.in: small fixes.
2599
2600 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2601
2602         * input/regression/new-markup-scheme.ly: Typo.
2603
2604         * scm/define-markup-commands.scm (fill-line): New markup.
2605
2606         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2607         (output-paper-def): Fix alignment.
2608         (make-title): Fix height/width scaling.
2609
2610         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2611
2612         * input/test/title-markup.ly: Add remaining titles.  Layout and
2613         font size fixes.  Add simplistic latin1 test.
2614
2615 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2616
2617         * input/test/nested-groups.ly: remove. move content (to next). 
2618         * input/test/staff-bracket.ly: replace content (from prev), this 
2619         has been already in templates.
2620
2621 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2622
2623         * stepmake/autogen.sh: Only issue warning about running configure
2624         without arguments when autogen.sh will actually be running
2625         configure.
2626
2627 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2628
2629         * scm/new-markup.scm (stack-stencil-line): robustness.
2630
2631         * scm/define-markup-commands.scm (simple): robustification of
2632         simple-markup.
2633
2634         * Documentation/user/music-glossary.tely (Top): change central C
2635         to middle C.
2636
2637         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2638
2639 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2640
2641         * input/test/title-markup.ly (spaceTest): Add.
2642
2643         * lily/text-item.cc (interpret_markup): Make line markup from
2644         multi word markup.
2645
2646         * scm/define-markup-commands.scm (word): New markup command.
2647         (simple): Use it.
2648
2649         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2650
2651 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2652
2653         * vim/ftplugin/lilypond.vim:
2654         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2655         show matching paren in insert mode.
2656
2657 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2658
2659         * scm/output-ps.scm (make-title, output-scopes): Further
2660         development.
2661
2662         * input/test/title-markup.ly: New file.
2663
2664         * ps/lilyponddefs.ps: Disable PostScript titling.
2665
2666         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2667
2668 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2669
2670         * lily/arpeggio.cc (width_callback): remove padding.
2671  
2672         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2673
2674         * scm/define-music-types.scm: remove make-music-by-name.
2675
2676         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2677
2678 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2679
2680         * lily/paper-score.cc (process): Output titles using make-title.
2681
2682         * scm/output-ps.scm (output-stencil): Display directly instead of
2683         constructing string.
2684         (make-title): New function.
2685
2686 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2687
2688         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2689         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2690         Move documentation of LaTeX packages for latin1 characters to the
2691         lilypond-book manual.
2692
2693 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2694
2695         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2696
2697         * vimrc: add menu in console and shortcut <F10> for it.
2698
2699         * vim/:
2700         * vim/compiler/:
2701         * vim/syntax/:
2702         * vim/indent/:
2703         * vim/ftplugin/: new directories.
2704         
2705         * vim/filetype.vim: new file.
2706
2707         * lilypond.vim: remove files (see next).
2708         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2709
2710         * vimrc: remove file (see next).
2711         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2712
2713         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2714         add header. apply bindings only locally.
2715
2716         * vim/indent/lilypond.vim: new file.
2717
2718         * vim/ftplugin/lilypond.vim: remove errorformat.
2719         * vim/compiler/lilypond.vim: new file for errorformats.
2720
2721         * Documentation/topdocs/INSTALL.texi: give easier orders.
2722
2723         * ROADMAP: add vim/
2724
2725 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2726
2727         * Documentation/user/introduction.itely (Introduction): Use @image
2728         iso @html <img...>.  Add workaround for images in columns in info.
2729
2730         * stepmake/aclocal.m4: Store computed version in variable.
2731
2732         * configure.in: Export MAKEINFO_VERSION.
2733
2734         * config.make.in (MAKEINFO_VERSION): Add.
2735
2736         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2737
2738         * Documentation/user/GNUmakefile: Only build info with images when
2739         building web.
2740
2741         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2742
2743         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2744         stuff from documentation-targets.make
2745
2746 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2747
2748         * VERSION: 2.1.28 released
2749         
2750         * scripts/convert-ly.py (conv): 
2751
2752 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2753
2754         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2755         \arpeggioBoth. redefine \arpeggioBracket.
2756
2757         * Documentation/user/refman.itely: document new arpeggio
2758         functions.
2759
2760         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2761
2762         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2763
2764         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2765
2766 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2767
2768         * Documentation/user/introduction.itely (Automated engraving):
2769         rewrite introduction using website text.
2770
2771 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2772
2773         * scm/*.scm: make-music-by-name is replaced by make-music, which
2774         also accept music property settings, eg:
2775           (make-music 'TextScriptEvent 'direction DOWN 'text
2776               (make-simple-markup x))
2777
2778         Patch courtesy Nicolas Sceaux
2779
2780         * lily/beam-quanting.cc: cleanup, separate counts for left and
2781         right beam ends.
2782
2783         * lily/side-position-interface.cc (quantised_position): also
2784         quantize staccato position for forced stem directions. 
2785
2786 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2787
2788         * scm/*.scm: Patch by Nicolas Sceaux: 
2789
2790         * scm/music-functions.scm: ly:grob-property and ly:music-property
2791         are made procedure with setters.
2792
2793         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2794         
2795 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2796
2797         * input/test/[t-v]*.ly: finish rewriting texidocs.
2798
2799         * input/test/vaticana.ly: remove.
2800         * input/test/ligature-vaticana.ly: new, renamed file name.
2801
2802         * input/test/stem-centered.ly: remove.
2803         * input/test/mensural-note-heads.ly: new file. take content from
2804         removed file stem-centered.ly.
2805
2806         * input/test/scales-greek.ly: simplify.
2807
2808         * input/test/s*.ly: reformulate texidocs.
2809         
2810         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2811         of missing features.
2812
2813 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2814
2815         * input/test/[j-o]*.ly: update texidocs.
2816
2817 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2818
2819         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2820
2821         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2822         images.
2823
2824         * Documentation/user/lilypond.tely (@direntry): Update.
2825
2826         * stepmake/stepmake/documentation-targets.make
2827         (install-info,uninstall-info): Install into $(package_infodir).
2828         Install images.  Run install-info to update dir.
2829
2830         * config.make.in (package_infodir): Add.
2831
2832         * Documentation/user/GNUmakefile (info-with-images,
2833         local-install-info, local-uninstall-info): New target.
2834
2835 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2836
2837         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2838         gap/threshold.
2839
2840         * lily/beam-quanting.cc (score_slopes_dy): remove
2841         ROUND_TO_ZERO_SLOPE kludge.
2842
2843         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2844
2845         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2846
2847         * lily/global-context.cc (Global_context): alway accept Score
2848         (run_iterator_on_me): cast Context to Score_context, not
2849         Context_def.
2850
2851         * Documentation/user/refman.itely: documentation patch by Edward
2852         Sanford Sutton.
2853
2854         * mf/GNUmakefile: unset sauter-fonts.
2855
2856 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2857
2858         * scripts/lilypond-book.py (output_texinfo): Output @image
2859         descriptions for info too.
2860
2861         * input/test/chord-names-jazz.ly: 
2862         * input/test/embedded-scm.ly: Clarify.
2863
2864         * input/test/cautionaries.ly: Typo.
2865
2866         * lily/input-smob.cc (ly_input_location): Compile fix.
2867
2868 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2869
2870         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2871
2872         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2873         fixes problems with system defaults being reverted with \override
2874         on Score level.
2875
2876         * lily/global-context.cc (Global_context): apply property-ops to
2877         Global_context too. 
2878
2879 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2880
2881         * scm/output-ps.scm (stencil->string): Rewrite.
2882
2883 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2884
2885         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2886         impersonal style.
2887
2888 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2889
2890         * lily/input-smob.cc (ly_input_location: New function.
2891
2892         * scm/define-markup-commands.scm (upright): New markup command.
2893
2894         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2895
2896         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2897
2898         * scm/output-ps.scm (output-stencil): New function.
2899
2900         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2901         of snippet types; fixes @ignore and @verbatim blocks.
2902
2903 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2904
2905         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2906         to a file in printed documentation, instead, refer either to a 
2907         syntax or to an output.
2908
2909 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2910
2911         * input/regression/beam-center-slope.ly: Add test.
2912
2913 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2914
2915         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2916         (SAUTER_FONTS): Reinstate.
2917
2918         * scm/define-markup-commands.scm (caps): New markup command.
2919
2920         * scm/output-ps.scm (output-scopes): Experimental markup output.
2921
2922         * scm/: Add missing headers.
2923
2924         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2925
2926         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2927
2928 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2929
2930         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2931         Stray style cleanups.
2932
2933 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2934
2935         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2936         no dot combination.
2937
2938         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2939         substitute \override Staff.autoBeamSettings too
2940
2941         * Documentation/user/tutorial.itely: proofreading fixes by David
2942         Bobroff
2943
2944 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2945
2946         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2947
2948         * ps/music-drawing-routines.ps: 
2949         * ps/lilyponddefs.ps: Add end markers.
2950
2951 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * VERSION: 2.1.27 released.
2954         
2955         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2956
2957         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2958         obey documentation.
2959
2960 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2961
2962         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2963
2964         * scm/output-ps.scm: Resurrect.
2965         
2966         * scm/output-tex.scm: Minimal cleanups.
2967
2968         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2969
2970         * make/ly-rules.make: Remove any broken lily-*.tex files before
2971         lilypond-book run.
2972
2973         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2974         comment.
2975
2976         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2977         Enabled by default, may save 10% compile time.
2978
2979 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2980
2981         * lily/lyric-phrasing-engraver.cc: remove
2982         
2983         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2984         longer necessary. 
2985
2986         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2987         so lyric-phrasing-engraver is no longer necessary.
2988
2989         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2990         Grob_pq_engraver from Staff.
2991
2992         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2993         busyGrobs directly.
2994
2995         * input/regression/quote-transposition.ly: new file.
2996
2997         * lily/recording-group-engraver.cc (stop_translation_timestep):
2998         store instrumentTuning too. 
2999
3000         * lily/quote-iterator.cc (process): transpose events using
3001         instrumentTuning.
3002
3003         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3004         -> \tuning <pitch>
3005
3006         * lily/parser.yy (command_req): add \tuning command for setting
3007         instrument tuning of staff.
3008
3009         * Documentation/user/GNUmakefile
3010         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3011
3012         * Documentation/user/refman.itely (Customized accidental rules):
3013         typo.
3014
3015 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3016
3017         * Documentation/user/music-glossary.tely: remove the missing norwegian
3018         translation; they can be put in later properly.
3019
3020 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3021
3022         * lily/recording-group-engraver.cc (start_translation_timestep):
3023         init Recording_group_engraver twice.
3024
3025 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3026
3027         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3028         stray style cleanups:
3029
3030         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3031         -Wmissing-prototypes.
3032
3033         * flower/include/killing-cons.tcc (Killing_cons): Add template
3034         specifier for car_.
3035
3036         * flower/include/parray.hh (binsearchs): Add template specifier
3037         for maxkey.
3038
3039         * flower/include/interval.hh: Declare elem () with template specfier.
3040
3041 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3042
3043         * elisp/lilypond-indent.el (get-buffer-size): add customization
3044         groups for several variables (Reuben Thomas).
3045
3046 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3047
3048         * Documentation/user/invoking.itexi (Point and click): add index
3049         entry.
3050
3051         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3052         go under beam.
3053
3054         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3055         sarabande beam. 
3056
3057         * flower/warn.cc (programming_error): cross fingers not thumbs.
3058
3059         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3060         staff-position is set.
3061
3062         * VERSION: release 2.1.26 
3063         
3064         * scm/chord-entry.scm (construct-chord): process transposition
3065         after processing explicit-11.  
3066
3067 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3068
3069         * lily/parser.yy (add_quote): add syntax for adding quotes:
3070         \addquote "id-string" Music
3071
3072         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3073
3074         * scripts/convert-ly.py (conv): add rules for name changes.
3075
3076         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3077         music/context/grob property functions. Internally, use
3078         get_property() and set_property() for both.
3079
3080 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3081
3082         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3083         for Emacs <= 20 (Laurent Martelli).
3084
3085 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3086
3087         * lily/parser.yy (command_element): extract quoted vector in
3088         parser.
3089
3090         * input/regression/quote.ly: new file.
3091
3092         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3093
3094         * lily/parser.yy (command_element): \quote DURATION NAME: support
3095         cue notes. 
3096
3097         * lily/quote-iterator.cc (class Quote_iterator): new file.
3098
3099 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3100
3101         * lily/auto-beam-engraver.cc (try_music): accept and process
3102         beam-forbid-event.
3103
3104         * input/regression/auto-beam-no-beam.ly: new file.
3105
3106 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3107
3108         * lily/accidental.cc (print): Change font-relative-size ->
3109         font-size. Fixes cautionary-style = smaller.
3110
3111 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3112
3113         * lily/system-start-delimiter.cc (staff_brace): remove
3114         font-relative-size
3115
3116         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3117         forgotten with scm_list_n. Fixes spurious coredumps.
3118
3119         * lily/accidental-engraver.cc (stop_translation_timestep): move
3120         update of localKeySignature to stop_translation_timestep (). This
3121         makes sure that all ties are noticed at the right moment.
3122         (stop_translation_timestep): clear tie only when right-side
3123         notehead was seen.
3124         (number_accidentals_from_sig): cleanup. 
3125
3126         * input/regression/accidental-tie.ly (mus): new file
3127
3128         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3129         these longish tests.
3130
3131 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3132
3133         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3134
3135         * THANKS: update bugreporter list.
3136
3137         * lily/beam.cc (print): broken beams last until end of staff.
3138         (print): broken beams start from prefatory matter.
3139
3140         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3141
3142         * lily/paper-score.cc (process): dump header only once.
3143
3144         * lily/paper-outputter.cc (Paper_outputter): move logic into
3145         Scheme.
3146
3147         * scm/output-tex.scm (output-scopes): new function.
3148         (output-paper-def): new function
3149         (tex-string-def): new function
3150         (symbol->tex-key): new function
3151
3152         * scripts/convert-ly.py (conv): add rule for | ~
3153
3154 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3155
3156         * input/regression/{many}.ly: refresh, trying to guess how
3157         it was designed.
3158
3159 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3160
3161         * VERSION: release 2.1.25
3162
3163         * scm/define-translator-properties.scm
3164         (all-user-translation-properties): add printOctaveNames
3165
3166         * ly/engraver-init.ly: remove Note_event_swallower from
3167         NoteNamesContext.
3168
3169         * lily/note-name-engraver.cc (process_music): new property
3170         printOctaveNames
3171
3172         * lily/context.cc (find_existing_context): remove support for
3173         Current.
3174
3175         * scm/music-functions.scm (set-accidental-style): new function;
3176         duplicate accidental macros.
3177
3178         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3179
3180         * lily/note-name-engraver.cc (process_music):
3181         process_acknowledged_grobs () -> process_music ()
3182
3183         * scm/part-combiner.scm (determine-split-list): robustification.
3184
3185 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3186
3187         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3188         lines for falling into beam-gap.
3189         (score_forbidden_quants): check all staff lines for falling in
3190         beam gaps.
3191
3192         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3193         key/clef/time signatures. 
3194
3195         * input/test/ossia.ly: revise example.
3196
3197         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3198         cleanup.
3199         
3200         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3201         comply to Scheme standard.  Remove ly:get-paper-variable
3202
3203 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3204
3205         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3206
3207 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3208
3209         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3210         properties from Voice context. This fixes accidental size for
3211         staff-switches during grace contexts.
3212
3213         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3214         if necessary. Else, simply wipe dots.
3215
3216         * input/test/beam-alternate.ly: new file
3217
3218         * input/test/piano-staff-distance.ly: new file.
3219
3220         * lily/translator-group.cc (recurse_down_translators): use
3221         Direction for bottom-up/top-down.
3222
3223         * lily/include/translator.hh (class Translator): add
3224         process_music() and do_announces(). This obviates
3225         recurse_down_{engravers,performers}.
3226
3227         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3228         \melisma and \melismaEnd
3229
3230         * lily/melisma-engraver.cc (process_music): change to
3231         Melisma_translator, unify with performer. Accept
3232         ManualMelismaEvent.
3233
3234         * ly/engraver-init.ly: add Font_size_engraver.
3235
3236 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3237
3238         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3239         it hara-kiri.
3240
3241         * input/regression/{many}.ly: improve descriptions trying to figure
3242         out what is tested.
3243
3244 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3245
3246         * lily/slur.cc (broken_trend_offset): robustness fix.
3247
3248         * VERSION: release 2.1.24
3249
3250         * lily/context.cc (find_create_context): go to Score if it exists.
3251
3252         * lily/context-scheme.cc: new file.
3253
3254         * lily/score-translator.cc (get_output): new file.
3255
3256         * lily/include/grob-info.hh: origin_contexts() now does not
3257         include the originating engraver
3258
3259         * lily/translator-group.cc (translator_each): clean up contents,
3260         remove superfluous stubs. Engraver_group_engraver and
3261         Performer_group_performer are the only classes using multiple
3262         inheritance.
3263
3264         * lily/include/score-context.hh (class Score_context): interface
3265         between Score_{engraver,performer} and Global_context.
3266
3267         * lily/include/global-context.hh (Context): change from
3268         global-translator. This is the entry point for contexts; it is not
3269         tweakable using \translator{}. Score is no longer the top context,
3270         but sits underneath Global.
3271
3272         * lily/include/context.hh (class Context): brain surgery: split
3273         out Context functionality from Translator_group. Context is now a
3274         separate type from Translator.
3275
3276 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3277
3278         * lily/include/translator.hh (class Translator): make
3279         get_score_context() and get_global_translator (), and use the one
3280         which is appropriate.
3281
3282         * lily/context.cc: partially put functionality of Translator_group
3283         into Context.
3284
3285         * lily/include/context.hh (Translator): new class: put between
3286         Translator and Translator_group. 
3287
3288         * lily/new-accidental-engraver.cc: remove file.
3289
3290 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3291
3292         * input/regression/{many}.ly: improve descriptions: use complete 
3293         sentences, try to describe what is tested, avoid `we´, do not use 
3294         don't, ... 
3295
3296 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3297
3298         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3299         is at EOL.
3300
3301         * Documentation/user/lilypond.tely: declare the topmost node only
3302         once; removes empty line in @contents.
3303
3304         * Documentation/user/music-glossary.tely: really add Finnish author.
3305         Draw more beatiful `->´ arrow in html: &rarr;
3306
3307 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3308
3309         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3310
3311         * scripts/convert-ly.py (conv): add ly:music-list  change.
3312
3313         * lily/grob.cc: edit doc string.
3314
3315         * scm/define-grob-properties.scm (all-user-grob-properties):
3316         proofreading, editing of doc strings.
3317
3318         * input/regression/tablature-string-tunings.ly: new file.
3319
3320         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3321         listen to stringTunings
3322
3323         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3324         for self-alignment-[XY] code.
3325  
3326 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3327
3328         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3329         cond) into function. Cleanup.
3330
3331         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3332         
3333         * VERSION (PACKAGE_NAME): 2.1.23 released
3334
3335 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3336
3337         * Documentation/user/{refman,internals}.itely: small fixes.
3338
3339 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3340
3341         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3342         accidentals for harmonic notes
3343
3344         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3345         for harmonic notes.
3346
3347         * scm/document-backend.scm (interface-doc): prune Grob
3348         documentation: don't duplicate interface information.
3349
3350         * lily/*.cc: lots of updates of doc strings.
3351
3352 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3353
3354         * input/test/ac-extra-voice.ly (accompany): remove file.
3355
3356         * input/test/maximum-rest-count.ly: remove file.
3357
3358         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3359         conversion rule for \translator { }. Apply everywhere.  
3360
3361         * lily/parser.yy (music_property_def): set property for \once in
3362         the PropertyMusic itself, not the ContextSpec.
3363         (property_operation): change syntax within \translator { }
3364
3365         * scm/define-music-properties.scm (all-music-properties): clean up.
3366
3367         * lily/auto-beam-engraver.cc (test_moment): use
3368         updated_grob_properties() to retrieve autoBeam settings.
3369
3370         * lily/spacing-spanner.cc: bound shortest_playing_len by
3371         measure_length
3372
3373         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3374         multi-measure events for spacing computation.
3375
3376         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3377         elliptical, to 1.49.
3378
3379         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3380         vertical positioning for polyphony, without RestCollision object.
3381
3382         * lily/note-column.cc (add_head): prevent rests & note heads on
3383         one stem.
3384
3385         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3386         (do_shift): rewrite only-rests case: use common refpoints: the
3387         routine will have sensible results when other rest-translations
3388         have taken place.
3389
3390         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3391         < 0 case. 
3392
3393         * VERSION: 2.1.22 released
3394         
3395         * input/GNUmakefile (SUBDIRS): remove ascii-art
3396
3397 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3398
3399         * input/: Convert ly files that still had \property.  Fixes make
3400         web.  Remove exta spaces around '='. 
3401
3402         * scripts/convert-ly.py (conv): Redundant space fixes.
3403
3404         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3405
3406 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3407
3408         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3409         create scalable PS and PDFs  for input/{test,template,regression}.
3410
3411         * lily/context.cc (is_alias): move function.
3412         (is_alias): add Bottom as context alias. 
3413         (find_create_translator): add Bottom as a context alias for creation.
3414
3415         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3416
3417         * lily/parser.yy (music_property_def): new syntax for property
3418         assignments:
3419
3420         \set A.B = #C , \unset A.B
3421         \override A.B #C = #D, \revert A.B #C 
3422
3423         * lily/my-lily-lexer.cc: remove \property
3424
3425 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3426
3427         * Documentation/user/refman.itely: add dots after seealso refs.
3428
3429         * input/template/{many}.ly: harmonise descriptions.
3430
3431         * Documentation/user/music-glossary.itely: add Finnish author.
3432
3433 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3434
3435         * VERSION (PACKAGE_NAME): release 2.1.21
3436
3437 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3438
3439         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3440
3441         * scripts/lilypond-book.py (snippet_res): @include filename must
3442         not be empty.
3443
3444 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3445
3446         * scm/documentation-generate.scm (markup-doc-string): dump
3447         markup-commands.tely
3448
3449         * scm/define-markup-commands.scm (override): new file.
3450         Move documentation from refman into doc-strings. 
3451
3452         * input/test/staff-container.ly: fix example.
3453
3454         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3455         StaffContainer
3456
3457         * lily/grob.cc: remove point_dimension_callback
3458         (Grob): read forced dimensions from X-extent and Y-extent.
3459         (get_paper): remove preset_extent.
3460
3461         * scm/define-grobs.scm (all-grob-descriptions): remove
3462         point_dimension_callback. 
3463
3464         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3465         textscript to head. This makes no-spacing-rods work on
3466         DynamicText.
3467
3468         * lily/chord-name.cc: remove props chord, bass, inversion.
3469
3470         * Documentation/user/appendices.itely: add Scheme functions,
3471         context-properties and layout properties to manual.
3472
3473         * scm/part-combiner.scm (determine-split-list): include rests in a
3474         solo1/2 sequence.
3475
3476         * lily/new-part-combine-iterator.cc (substitute_both): new
3477         function.
3478         (class New_pc_iterator): add separate Voice=solo context, fixes
3479         autobeams going from chords to solo.
3480
3481 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3482
3483         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3484
3485         * Documentation/user/tutorial.itely:
3486         * Documentation/user/refman.itely: Add short note about being part
3487         of lilypond.tely.
3488
3489         * COPYING: Make note more clear with respect to files that are
3490         explicitely licenced otherwise (Documention/user/ comes to mind).
3491         
3492         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3493         comment about barfing of @c,{}.
3494
3495         * Documentation/user/music-glossary.tely: Add list of authors.
3496
3497         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3498         source (was: also in build log).
3499
3500 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3501
3502         * lily/side-position-interface.cc (general_side_position): if
3503         staff-padding is set, then include staff in support too.
3504
3505         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3506         module workbook
3507
3508         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3509
3510         * lily/tuplet-engraver.cc: remove tupletInvisible
3511
3512         * scm/define-translator-properties.scm: cleanup, separate in
3513         internal and user props. 
3514
3515         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3516         LyricsVoice -> Lyrics
3517
3518         * lily/new-part-combine-iterator.cc (process): only print warning
3519         for symbols.
3520
3521 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3522
3523         * scm/part-combiner.scm: Add proper header.
3524
3525         * All but lily/*: The great --2003 --2004 replace; the missing
3526         `bits'.
3527
3528         * TODO: Fix outline mode.  Add book notes.
3529
3530         * ROADMAP: Update.
3531
3532 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3533
3534         * scm/part-combiner.scm (make-autochange-music): use
3535         accumulator. Fixes stack overflow.
3536
3537         * lily/*: rename brew_molecule -> print , molecule-callback ->
3538         print-function
3539
3540         * scm/define-grob-properties.scm: cleanup. Separate into internal
3541         and user properties.
3542
3543         * lily/translator-property.cc (updated_grob_properties): new
3544         function
3545         (execute_pushpop_property): change to new convention:
3546         object property inits are stored as (cons ALIST BASED-ON). This
3547         storage format allows concurrent tweaks in different contexts.
3548
3549 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3550
3551         * TODO: new file.
3552
3553 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3554
3555         * debian/: Late Debian update (sorry Anthony).
3556
3557         * scripts/lilypond-book.py (do_file): Look for input_file in
3558         include path, or ask kpathsea if LATEX.
3559
3560         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3561         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3562         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3563         --header=texidoc.
3564
3565         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3566         relative.
3567
3568         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3569         only when filtering, default to input_base otherwise.  Coding
3570         style fixes.
3571
3572 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3573
3574         * lily/include/translator.hh (class Translator): add virtual
3575         qualifier.
3576
3577 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3578
3579         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3580
3581 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3582
3583         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3584
3585         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3586         (fixes make web).
3587
3588         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3589         live in $(out)-www).
3590
3591         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3592         dependencies.  Add link to .ly source in HTML output.
3593         (Lilypond_snippet.output_html): Handle multiple page picture
3594         output.
3595         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3596         Make usable for output_texinfo again.
3597
3598         * Documentation/user/GNUmakefile: Add static dependency for
3599         lilypond.tely includes.
3600
3601         * Documentation/user/tutorial.itely: Add some lost `relative'
3602         ly-options.
3603
3604 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3605
3606         * lily/include/translator-group.hh: move Music_output_def member
3607         to Global_translator.
3608
3609         * scripts/lilypond-book.py (do_file):  fix latex output.
3610
3611         * VERSION: release 2.1.20
3612         
3613         * scm/part-combiner.scm (determine-split-list): robustness fix 
3614
3615         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3616
3617         * lily/parser.yy (music_output_def_body): plug memory leak.
3618
3619         * lily/translator-group.cc (add_fresh_group_translator): plug
3620         memory leak: unprotect Translator_group once added.   
3621
3622         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3623
3624         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3625         write .dep file.
3626         (Lilypond_snippet.ly): add \renameinput.
3627
3628 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3629
3630         * Documentation/user/refman.itely (Markup command definition): Doc
3631         by Nicolas Sceaux. Rewrite by Han-Wen
3632
3633         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3634         thing of the line.
3635         (brew_molecule): only remove if hyphen is not at the end of line.
3636         (set_spacing_rods): new function: minimum-length specifies
3637         distance between syllables.
3638
3639         * scm/define-grobs.scm (all-grob-descriptions): add
3640         Hyphen_spanner::set_spacing_rods to LyricHyphen
3641
3642         * input/regression/lyric-hyphen-break.ly: new file.
3643
3644         * input/test/lyric-hyphen-retain.ly: new file.
3645
3646         * lily/new-part-combine-iterator.cc (construct_children):
3647         add Rest direction.
3648
3649 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3650
3651         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3652
3653         * Documentation/bibliography/engraving.bib (donemus1982):
3654         update entry.
3655
3656 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3657
3658         * scripts/lilypond-book.py (Substring.__init__): new class.
3659         (Snippet.output_texinfo): add texidoc option.
3660         (Include_snippet.replacement_text): new class.
3661         (Lilypond_snippet.__init__): new class
3662         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3663
3664         * Documentation/user/refman.itely (Sound): 
3665         note about number of channels.
3666
3667         * scm/music-functions.scm (voicify-music): add \context Staff for
3668         << \\ >> polyphony.
3669
3670         * lily/parser.yy (verbose_command_req): \skip now creates
3671         SkipMusic, and does not lead to spurious staves.
3672
3673         * scm/define-music-types.scm (music-descriptions): rename
3674         NonEventSkip to SkipMusic
3675
3676         * input/no-notation/midi-lyric-barcheck.ly: new file.
3677
3678         * input/regression/collision-dots-invert.ly: new file.
3679
3680         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3681         case.
3682
3683         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3684         die if melody died too.
3685
3686 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3687
3688         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3689         with reading from stdin.
3690
3691         * lily/slur-performer.cc (try_music): new file.
3692
3693         * lily/melisma-performer.cc (try_music): new file. Handle
3694         melismata to help lyrics.
3695
3696         * lily/beam-performer.cc (try_music): new file. Handle beam events
3697         to help lyrics.
3698
3699         * lily/score-performer.cc (one_time_step): reinstate
3700         process_music().
3701
3702         * lily/performer.cc (process_music): add to interface.
3703
3704         * lily/performer-group-performer.cc (process_music): new function.
3705
3706         * lily/dot-column.cc (do_shifts): do collision resolution before
3707         dot positioning.
3708         
3709         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3710         file, process printfilename option.
3711         (Snippet.__init__): rewrite: do not use global variables h or
3712         index.
3713         (main): really support -I option.
3714         (find_toplevel_snippets): new code.
3715         (find_toplevel_snippets): reinstate old version, without global
3716         variables.
3717
3718         * tex/texinfo.tex: really add file.
3719         
3720 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3721
3722         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3723         compatibility.
3724
3725 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3726
3727         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3728
3729         * scm/define-translator-properties.scm (drumPitchTable): add
3730         property.
3731
3732         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3733         function.
3734         (help_summary): docstrings.
3735         (do_file): strip the dir of input_base too.
3736
3737 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3738
3739         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3740
3741         * Documentation/user/lilypond-book.itely: Update.
3742
3743         * make/ly-rules.make: Update lilypond-book commands.
3744
3745         * Documentation/user/GNUmakefile: Update makeinfo commands,
3746         lilypond-book flags.
3747
3748         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3749         
3750         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3751
3752         * scripts/filter-lilypond-book.py: Remove.
3753
3754         * Documentation/user/*tely: Update options for new lilypond-book.
3755
3756         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3757         with @macros in @includes.
3758
3759 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3760
3761         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3762         make rest-collision only.
3763
3764         * lily/break-substitution.cc (substitute_one_mutable_property):
3765         clear all-elements using scm_assq_remove_x(). 
3766
3767         * lily/rest-collision.cc (do_shift): shift single rests
3768
3769         * flower/include/array.hh (class Array): rename to is_empty ()
3770
3771         * lily/drum-note-performer.cc: new file: perform drum notes.
3772
3773         * VERSION (PACKAGE_NAME): release 2.1.19.
3774         
3775 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3776
3777         * scripts/filter-lilypond-book.py
3778         (classic_lilypond_book_compatibility): New function.
3779
3780 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3781
3782         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3783
3784         * Grand 2003 -> 2004 search replace. 
3785
3786         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3787         (i.e. < > )
3788
3789         * ly/performer-init.ly: add DrumStaff
3790
3791         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3792         lyric-interface; this prevents lines with only extender lines from
3793         being junked.
3794  
3795         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3796
3797         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3798         extenders right, for once and for all (hopefully).
3799         
3800         * lily/break-substitution.cc (substitute_one_mutable_property):
3801         clear old 'all-elements for System grobs.
3802
3803         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3804         that associatedVoiceContext is always assigned when music & lyrics
3805         are found. 
3806
3807         * ly/engraver-init.ly: remove Lyrics context.
3808         (TabVoice): add noteheads engraver
3809
3810         * input/test/improv.ly: update: do not use Thread switching. 
3811
3812         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3813         squashedPosition is a number  
3814
3815         * Documentation/user/refman.itely (Automatic note splitting):
3816         remove Thread references.
3817
3818         * input/no-notation/pc-direction.ly: remove file.
3819
3820         * ly/engraver-init.ly: remove Thread
3821
3822         * input/regression/tie-chord-partial.ly: remove file.
3823
3824         * scripts/convert-ly.py (conv): \harmonic rule
3825
3826         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3827         notation for harmonic notes: <c' g''\harmonic>
3828
3829         * lily/lily-guile.cc (alist_to_hashq): new function
3830
3831         * scm/lily.scm (alist->hash-table): new function.
3832
3833         * Documentation/user/refman.itely (Percussion staves): update doco.
3834
3835         * input/regression/drums.ly (timb): updates
3836
3837         * lily/note-performer.cc (create_audio_elements): robustness fix.
3838
3839         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3840
3841 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3842
3843         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3844         discard valid matches.
3845
3846 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3847
3848         * lily/drum-note-engraver.cc: new file.
3849
3850         * ly/drumpitch-init.ly: move drum definitions
3851
3852         * scm/drums.scm: remove file.
3853
3854         * lily/*.cc: remove abort-event everywhere.
3855
3856         * lily/note-heads-engraver.cc (process_music): robustification.
3857
3858         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3859         robustification.
3860
3861         * lily/parser.yy (simple_element): add \drums mode.
3862         (simple_element): remove \pitchnames , \chordmodifiers. Use
3863         variables to store this. 
3864
3865         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3866         outside \notes.
3867
3868         * VERSION: release 2.1.18.
3869         
3870         * input/test: remove octave-duplicate.ly
3871
3872 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3873
3874         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3875
3876 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3877
3878         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3879         constructor from Music_iterator. Changes throughout.
3880
3881         * lily/include/music-iterator.hh (class Music_iterator): remove
3882         Music_iterator::skip and Music_iterator::get_pending_events from
3883         interface. Rename report_to -> get_outlet 
3884
3885         * lily/auto-change-iterator.cc: move contents from
3886         new-auto-change-iterator.cc from
3887
3888         * scm/part-combiner.scm: determine split-list from Scheme. 
3889
3890         * lily/new-auto-change-iterator.cc (process): new file.
3891
3892         * lily/parser.yy (part_combined_music): remove old PC cruft.
3893
3894         * ly/engraver-init.ly: remove old
3895         PC cruft.
3896
3897         * Documentation/user/refman.itely (The Lyrics context): note about
3898         extender lines.
3899
3900         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3901         to allow 0-length mmrest events.
3902
3903         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3904
3905         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3906
3907         * lily/spacing-engraver.cc (finalize): robustifications.
3908
3909         * input/regression/new-part-combine-solo-global.ly: new file.
3910
3911         * scm/part-combiner.scm: rewrite.
3912
3913 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3914
3915         * Documentation/user/refman.itely, input/puer-fragment.ly,
3916         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3917         updated for proper use of lyricsto; replaced "(" and ")" ->
3918         "\melisma" and "\melismaEnd"
3919
3920         * input/test/ancient-font.ly: small updates to reduce compile
3921         warnings (TODO: junk this file)
3922
3923         * input/test/gregorian-scripts.ly: added comment about bug
3924
3925         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3926         tiny robustness fix
3927
3928         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3929         recent changes in the feta code); temporarily mapped mensural g
3930         clef to a copy of petrucci g clef until mensural g clef will have
3931         been rewritten
3932
3933         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3934         between mensural and neo-mensural heads (this broke quite a while
3935         ago)
3936
3937         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3938
3939 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3940
3941         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3942         indication.  Fixes for verbatim, multi line comments.
3943
3944 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3945
3946         * input/regression/new-part-combine-solo.ly: more cases.
3947
3948         * lily/slur.cc (height): robustness fix.
3949
3950         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3951
3952         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3953         stemUp/stemDown.
3954
3955         * scm/music-functions.scm (determine-split-list): further analysis.
3956
3957         * lily/script-engraver.cc (try_music): discard duplicate
3958         articulations.
3959
3960         * input/regression/new-part-combine-solo.ly: new file
3961
3962         * input/regression/new-part-combine-a2.ly: new file.
3963
3964         * ly/performer-init.ly: add Devnull
3965
3966         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3967         for \musicglyph #"accidental-*"
3968         (conv): \newpartcombine rule.
3969
3970 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3971
3972         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3973
3974 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3975
3976         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3977         textwidth, --output.
3978
3979 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3980
3981         * scm/new-markup.scm (doubleflat): add accidental markups.
3982
3983         * VERSION: release 2.1.17
3984         
3985         * Documentation/user/refman.itely (Automatic part combining):
3986         revise documentation of the part-combiner.
3987
3988         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3989         
3990         * input/test/part-combine-{moment,staff}.ly: remove file.
3991
3992         * input/regression/pc-mmrest.ly (two): remove file.
3993
3994         * scm/define-music-types.scm (music-descriptions): add
3995         Solo{One,Two}Event and UnisonoEvent
3996
3997         * lily/new-part-combine-iterator.cc (unisono): add state_
3998         variable, signal changes with part-combine-event.
3999
4000         * input/regression/new-part-combine-text.ly: new file.
4001
4002         * lily/part-combine-engraver.cc: new file.
4003
4004 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4005
4006         * scripts/filter-lilypond-book.py: Handle snippet options.
4007
4008 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4009
4010         * scm/music-functions.scm (determine-split-list): detect solo1/2
4011         and unisono.
4012
4013         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4014         revert fix, document why.
4015
4016         * lily/tie-performer.cc (process_music): new function. Set melisma
4017         property.
4018
4019         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4020         always smaller than bracket size.
4021         (make_bracket): oops. Size of the gap was off by factor 2
4022
4023         * input/test/text-rotate.ly: new file.
4024
4025         * scm/new-markup.scm (markup): a macro that provides a
4026         LilyPond-like syntax in scheme for building markups, in order to
4027         help markup command definition. (Nicolas Sceaux)
4028
4029         * input/test/lyrics-skip-notes.ly: new example.
4030
4031         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4032
4033         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4034         use is_alias() iso. == . This fixes lyrics on
4035         GregorianTranscriptions. 
4036
4037 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4038
4039         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4040         \thispagestyle{lastpage} to avoid that it's printed on the second
4041         last page when there's only a single score line on the last page.
4042         (The page breaking mechanism in TeX played some ugly tricks to us.)
4043
4044 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4045
4046         * scripts/filter-lilypond-book.py: Further development.
4047
4048         * input/regression/collision-dots-move.ly: New test.
4049
4050         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4051         hand side note head of non-merged collision to the right.
4052
4053         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4054         Construct children before accessing property from emtpy
4055         lyrics_context_.
4056         (construct_children): Find thread before finding LyricsVoice.
4057         Create LyricsVoice one if none found, fixes crash (thanks Erik
4058         Sandberg).
4059
4060 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4061
4062         * cygwin/: Forward port.
4063
4064 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4065
4066         * buildscripts/install-info-html.sh: Use Bash.
4067
4068         * cygwin/mknetrel: Patch from Bert.
4069
4070 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4071
4072         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4073
4074         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4075         try to copy *png, index.html (Bertalan Fodor).
4076
4077         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4078
4079 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4080
4081         * lily/note-collision.cc (check_meshing_chords): Do not remove
4082         dots (from down head) when merging similar heads (thanks Matthias
4083         Kilian).  Simplify merge_possible tests and other cleanups
4084
4085         * input/regression/collision-merge-differently-dotted.ly: Add test
4086         for disappearing dots on similar heads for both voices.
4087
4088 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4089
4090         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4091         that tagline overrides copyright for single page scores. Correct
4092         the default tagline value.
4093
4094 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4095
4096         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4097
4098 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4099
4100         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4101         TEXMF if it's previously unset.
4102
4103 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4104
4105         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4106
4107         * input/test/trills.ly: fix the unfolding of lineprall.
4108
4109         * input/test/figured-bass-alternative.ly: fix accidental.
4110
4111 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4112
4113         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4114         
4115         * input/no-notation/dos-guile.ly: 
4116         * input/no-notation/dos-ps.ly: 
4117         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4118         
4119         * input/no-notation/safe-include.ly:
4120         * input/no-notation/safe-guile.ly:
4121         * input/no-notation/safe-ps.ly: 
4122         * input/no-notation/safe-tex.ly: New file.
4123
4124         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4125         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4126         options now.
4127         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4128         When in --safe-mode, set environment openout_any=p[aranoid].
4129
4130         * tex/ltest.tex: 
4131         * tex/lilyponddefs.tex: Add \nofiles.
4132
4133         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4134         options.
4135
4136         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4137         This allows building the user manual using a binary installation
4138         and a matching unpacked source tree.
4139
4140         * scm/lily.scm (safe-module): New variable. 
4141
4142         * lily/includable-lexer.cc (new_input): Fix error messages.
4143
4144         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4145         If SAFE, evaluate in safe-module.  Change callers.
4146
4147         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4148
4149         * lily/lexer.ll (embedded_scm): While processing main-input,
4150         invoke ly_parse_scm with safe mode if running in safe-mode.
4151         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4152         in init.ly for safe-mode.
4153
4154 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4155
4156         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4157         compatibility with old versions of geometry.sty (compat2
4158         already implied includehead).
4159         Change the page layout slightly so bottom + footskip = top +
4160         headheight + headsep = 16mm, the remaining paperheight-32mm
4161         are used for the music. Increase footskip to 5mm, so the top of
4162         the footer text doesn't touch the music.
4163
4164 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4165
4166         * VERSION: release 2.1.16
4167         
4168         * scm/music-functions.scm (determine-split-list): bugfix: only use
4169         new-active for both voices if both indexes advance. This fixes the
4170         biggest outstanding problem with new-pc. 
4171
4172         * lily/new-part-combine-iterator.cc (construct_children): set more
4173         directions.
4174
4175 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4176
4177         * scripts/convert-ly.py (conv): add instrument rule.
4178
4179         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4180
4181         * lily/side-position-interface.cc: remove add_staff_support ()
4182         Change all callers to use staff-padding.
4183
4184         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4185         make_spanner().
4186
4187         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4188
4189         * lily/text-engraver.cc: remove scriptHorizontal property.
4190
4191         * lily/beam.cc (least_squares): also set least-squares-dy for
4192         special case of slanted 2-stem beam to center.
4193
4194         * lily/side-position-interface.cc (out_of_staff): move contents of
4195         out_of_staff into aligned_side.
4196         remove out_of_staff().
4197
4198         * input/regression/measure-grouping.ly: fix warning.
4199
4200         * lily/side-position-interface.cc: add staff-padding support to
4201         Side_position_interface::aligned_side.
4202
4203         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4204         one get_property too many.
4205
4206         * flower/include/drul-array.hh (linear_combination): new function
4207         (scale_drul): new function
4208
4209         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4210         operations on empty intervals are silly.
4211
4212 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4213
4214         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4215         (iso gh_scm2int), fixes crash in new part-combiner.
4216
4217         * configure.in: Up mftrace to 1.0.27.
4218
4219 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4220
4221         * VERSION: release 2.1.15
4222         
4223         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4224         align all stanza numbers.
4225
4226 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4227
4228         * Documentation/user/{introduction.itely,refman.itely,
4229         converters.itely}: fix some text inside parentheses; text should
4230         be readable (even) if parentheses are either replaced with commas 
4231         or dropped out.
4232
4233 2004-01-25  Werner Lemberg  <wl@gnu.org>
4234
4235         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4236         input/test/vaticana.ly, input/test/ancient-font.ly,
4237         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4238         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4239         ly/params-as-init.ly, scm/define-grobs.scm,
4240         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4241
4242         * ly/params-as-init.ly: Removed.  Obsolete.
4243         * buildscripts/lilypond.words.py: Updated.
4244
4245 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4246
4247         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4248
4249         * mf/feta-din{4,5,7,9}.mf: remove.
4250         
4251         * lily/engraver.cc (internal_make_item): centralize item/spanner
4252         factory.
4253
4254         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4255         do correct chord conversion for ^"sim."  (backportme)
4256         (FatalConversionError.sub_articulations): substitute ^"foo" in
4257         chords too. (backportme)
4258
4259         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4260         for Fingering.
4261
4262         * lily/side-position-interface.cc (out_of_staff): don't do
4263         anything if staff-padding not defined. 
4264
4265         * mf/feta-params.mf (stafflines): introduce linethickness as
4266         general blackness of the font.
4267
4268         * lily/stem.cc (position_noteheads): rounding error robustness.
4269
4270         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4271         from beam-collision.ly 
4272
4273         * lily/beam.cc (rest_collision_callback): remove direction.
4274
4275         * scm/define-grobs.scm (all-grob-descriptions): remove
4276         enclose-bounds in OttavaBracket and PianoPedalBracket
4277
4278         * scm/new-markup.scm (def-markup-command) new macro, which takes
4279         care of defining the COMMAND-markup and make-COMMAND-markup
4280         procedures, setting markup-signature and keyword-signature object
4281         properties, and pushing the markup command in
4282         markup-function-list.
4283
4284         All markup commands are defined thanks to it.  Users may also use
4285         it to define their own markup commands. (Nicolas Sceaux)
4286
4287         * scm/new-markup.scm: Scheme style clean-up: there should be no
4288         parenthesis alone on a line; LET* should not be used where LET is
4289         enough. (Nicolas Sceaux)
4290
4291 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4292
4293         * scripts/filter-lilypond-book.py: Add script.
4294
4295 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4296
4297         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4298
4299 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4300
4301         * Documentation/user/refman.itely (Fingering instructions): add
4302         single note chords. 
4303
4304         * lily/multi-measure-rest-engraver.cc: use a single
4305         MultiMeasureEvent for mm rests. This prevents problems with the
4306         new part combiner.
4307
4308         * scm/music-functions.scm (determine-split-list): analysis has
4309         global effect: a difference halfway a phrase makes the entire
4310         phrase be typeset as apart.
4311         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4312
4313 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4314
4315         * ly/performer-init.ly: add Devnull.
4316
4317         * Documentation/user/refman.itely (Font selection): remove paper20
4318         ref.
4319         
4320 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4321
4322         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4323
4324 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4325
4326         * scm/music-functions.scm (determine-split-list): bugfixes.
4327
4328         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4329
4330         * input/test/scales-greek.ly: use C as base, results in different
4331         alterations at the clef.
4332
4333         * input/regression/pedal-ped.ly: new file.
4334
4335         * input/regression/pedal-bracket.ly: new file.
4336
4337         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4338         replace after_line_breaking()
4339
4340         * lily/line-interface.cc (line): read thickness.
4341         (line): dash-fraction = 0 always for dotted-line style.
4342
4343         * input/test/staff-lines.ly (lower): bugfix.
4344
4345         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4346         \accepts Devnull into Score.
4347
4348         * scm/lily.scm: remove bla.scm load.
4349
4350 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4351
4352         * VERSION: release 2.1.14
4353         
4354         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4355
4356         * lily/side-position-interface.cc (general_side_position): add
4357         Staff_symbol_referencer::staff_space ().
4358
4359         * lily/include/context-def.hh: rename from translator-def.hh
4360
4361 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4362
4363         * input/template/piano-dynamics.ly (pedal): Updated definition of
4364         Dynamics such that \cresc works, for example.
4365
4366 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4367
4368         * lily/stem.cc (calc_stem_info): use
4369         Staff_symbol_referencer::staff_space
4370
4371         * lily/beam-quanting.cc (quanting): scale Stem_info 
4372
4373         * lily/beam.cc (rest_collision_callback): use minimum-distance
4374         property for rest/beam collisions.
4375         (rest_collision_callback): bugfixes.
4376
4377         * lily/system.cc (post_processing): extra-offset is now relative
4378         to the size of the current staff.
4379
4380         * scm/music-functions.scm (notice-the-events-for-pc): record all
4381         voices, only analyze "one" and "two".
4382
4383         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4384         not parent. 
4385
4386         * lily/new-part-combine-iterator.cc (construct_children): create
4387         Devnull from Voice context
4388
4389         * scm/music-functions.scm (determine-split-list): bugfixes.
4390
4391         * lily/lily-guile.cc (robust_scm2int): new function
4392
4393         * lily/staff-symbol-referencer.cc (line_thickness): new
4394         function. Use throughout.
4395
4396         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4397         in its own context.  Add to preset font-size.
4398
4399         * lily/stem.cc (thickness): new function.
4400
4401         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4402         compute thickness from ledger-line-thickness.
4403
4404         * lily/note-head.cc (brew_ledger_lines): use
4405         Staff_symbol::get_ledger_line_thickness ().
4406
4407         * lily/beam.cc (rest_collision_callback): use
4408         Staff_symbol_referencer::staff_space().
4409
4410         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4411         Mus1 Mus2
4412
4413         * lily/include/translator.hh (class Translator): add accepts_list_
4414         so  \with { \denies / \accepts } also works.
4415
4416         * scm/music-functions.scm (determine-split-list): determine split
4417         list from music events.
4418
4419         * lily/new-part-combine-iterator.cc: more states.
4420
4421         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4422
4423 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4424
4425         * lily/system.cc (set_loose_columns): use the right prebroken cols
4426         for interpolating loose column position.
4427
4428         * lily/text-spanner.cc (brew_molecule): default to no vertical
4429         lines.
4430
4431         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4432         take space.
4433
4434         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4435
4436 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4437
4438         * scripts/convert-ly.py: Do not test filename when processing
4439         stdin.
4440
4441         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4442
4443 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4444
4445         * lily/axis-group-engraver.cc (finalize): extra check; if
4446         process_music () is never called, then staffline_ == 0.
4447
4448         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4449         check run_always ().
4450         
4451         * VERSION: release 2.1.13
4452
4453         * input/regression/note-head-style.ly (pattern): cleanup.
4454
4455         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4456         downloading.
4457
4458         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4459         kludge rehearsalmark placement.
4460
4461         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4462         , ly:spanner?
4463
4464         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4465         close to note head for accidentals.
4466
4467         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4468         tuplet direction.
4469
4470         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4471
4472 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4473
4474         * lily/include/music-iterator.hh (class Music_iterator): add
4475         substitute_outlet() to iterator API.
4476
4477         * lily/new-part-combine-iterator.cc (construct_children):
4478         New_pc_iterator: new class, better part combining.
4479
4480         * lily/tie-column.cc (werner_directions): new function
4481
4482         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4483
4484         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4485         empty objects group spanner as parent
4486
4487         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4488         slope against graphical slope.
4489
4490         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4491         for ottava bracket.
4492
4493         * lily/side-position-interface.cc (general_side_position):
4494         opps. reinstate *dir.
4495
4496         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4497         parser run.
4498
4499         * lily/tuplet-bracket.cc: remove calc_dy ().
4500
4501         * Documentation/user/refman.itely (Balloon help): document balloon
4502         help
4503
4504 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4505
4506         * scm/document-backend.scm (check-dangling-properties): Grob
4507         properties are defined define-grob-properties.scm.
4508         
4509 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4510         
4511         * VERSION: release 2.1.12
4512
4513         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4514         ChordName
4515
4516         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4517         relation to surroundings.
4518
4519         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4520         Y-extent to the note-extents: stay clear of the staff.
4521
4522 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4523
4524         * Documentation/user/GNUmakefile
4525         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4526         iso. copy.
4527
4528         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4529
4530         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4531
4532         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4533
4534         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4535
4536         * lily/line-interface.cc (line): remove thickness from calling interface.
4537
4538         * lily/hairpin.cc: use Line_interface
4539
4540         * lily/line-interface.cc: new file. Line_interface for everything
4541         with dotted/dashed lines.
4542         
4543
4544         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4545
4546         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4547         for constructing ottava brackets.
4548         
4549         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4550         the note heads.
4551
4552         * Documentation/user/internals.itely (Engravers and performers):
4553         fix broken link.
4554
4555         * scm/music-functions.scm (make-mark-set): new function.
4556
4557         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4558         functionally identical to beam.
4559
4560         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4561         () with beam (). 
4562
4563         * Documentation/user/refman.itely (Rehearsal marks): document new
4564         functionality.
4565
4566         * input/regression/rehearsal-mark-number.ly: new file.
4567
4568         * input/regression/rehearsal-mark-letter.ly: new file.
4569
4570         * scm/translation-functions.scm (number->mark-string): new function
4571         (format-mark-letters): new function
4572         (format-mark-numbers): new function
4573
4574         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4575         integer; formatting is done through markFormatter property.
4576         
4577         * scm/define-translator-properties.scm: fold all *-done properties
4578         into positioning-done.
4579
4580         * lily/beam.cc (position_beam): new function
4581         (brew_molecule): make sure that positions are calced before making
4582         the molecule.
4583
4584         * scm/output*.scm (beam):  take 4th argument for function.
4585
4586         * ps/music-drawing-routines.ps: take blot as 4th argument.
4587
4588         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4589         stem to avoid small dents.
4590         
4591 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4592
4593         * VERSION: release 2.1.11
4594
4595         * input/regression/balloon.ly: new file.
4596
4597         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4598         objects, and make help texts. 
4599
4600         * scm/new-markup.scm (parse-simple-duration): parse duration
4601         string to log & dots. (Thanks Nicolas!)
4602
4603         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4604         rule.
4605
4606 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4607
4608         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4609         Lemberg).
4610
4611         * THANKS: alphabetic order.
4612
4613 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4614
4615         * input/regression/note-head-harmonic.ly: new file.
4616
4617         * Documentation/user/internals.itely (Technical manual): explain
4618         difference between music, translation, layout.
4619
4620         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4621
4622         * scm/output-ascii-script.scm (bracket): rounding bfs.
4623
4624         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4625
4626         * ly/paper*.ly: remove files. 
4627         
4628         * scm/paper.scm (set-staff-size): new function: set default
4629         staff-size.
4630
4631         * scripts/convert-ly.py (conv): add conversion rule.
4632
4633         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4634         function.
4635
4636         * scm/paper.scm: new file.
4637         (set-staff-size): new function 
4638         (set-paper-size): new function
4639
4640         * lily/parser.yy (music_output_def_body): restructure definition,
4641         so first Scheme statement in \paper also happens in new scope. 
4642
4643         * lily/system.cc (post_processing): move uniquify_list () to
4644         dumping molecule stage.
4645
4646         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4647         this will mess up scores that use barchecks to shorten measures.
4648
4649         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4650         at 20pt too.
4651
4652         * Documentation/user/tutorial.itely (Printing lyrics): document
4653         \lyricsto
4654
4655         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4656
4657         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4658
4659         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4660         if Voice is not found.
4661
4662         * VERSION: release 2.1.10
4663         
4664         * input/{test,regression}/: remove old-relative 
4665
4666         * lily/lexer.ll: add empty markup signature. 
4667
4668         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4669         strut markup
4670
4671         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4672
4673         * scm/define-translator-properties.scm: update melismata property
4674         doco.
4675
4676         * lily/system.cc (output_lines): revert uniquify_list() patch,
4677         strange side effects seen.
4678         
4679         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4680         dash-period < 0.
4681
4682         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4683         for flute. 
4684
4685 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4686
4687         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4688
4689         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4690
4691         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4692         of line breaks.
4693         (brew_molecule): add padding to left, not right.
4694
4695         * lily/system.cc (uniquify_list): new function
4696         (output_lines): uniquify_list () on all-elements. This fixes
4697         double symbols in the output.
4698
4699         * lily/beam.cc (rest_collision_callback): don't move anything if
4700         staff-position is set.
4701
4702         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4703
4704         * lily/system.cc (typeset_grob): warn if adding twice.
4705
4706         * lily/sequential-iterator.cc (run_always): implement run_always().
4707         (also in other files.)
4708         
4709         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4710
4711         * lily/event.cc (to_relative_octave): add octave-check.
4712
4713         * Documentation/user/refman.itely (Line breaking): add noBreak.
4714
4715         * scm/new-markup.scm (normalsize-markup): add function.
4716         (sans-markup): new function.
4717
4718         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4719         come earlier nowadays.  This fixes beams on grace notes.
4720         
4721         * scm/music-functions.scm (direction-polyphonic-grobs): new
4722         variable, share between override and revert. This fixes script
4723         directions in polyphonic sections. (backportme)
4724
4725 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4726
4727         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4728         breakpoints.
4729
4730         * lily/break-align-interface.cc: add doco
4731
4732         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4733
4734 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4735
4736         * VERSION: release 2.1.9
4737
4738         * scm/document-markup.scm (markup-doc-node): add note about naming.
4739
4740         * scm/new-markup.scm (left-align-markup): bugfix. 
4741
4742         * Documentation/user/refman.itely (Ottava brackets): more doco for
4743         ottava.
4744
4745         * lily/side-position-interface.cc (out_of_staff): also do
4746         out_of_staff() correctly for d == DOWN.
4747
4748         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4749         horizontal line if they move to the right.
4750         
4751         * scm/define-grobs.scm (all-grob-descriptions): set
4752         text-repeat-if-broken for ottava spanner
4753
4754         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4755         property.
4756
4757         * mf/feta18.mf: design size is 18 not 22.5
4758
4759         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4760         Add a single LyricsVoice to a melody. Melismata may be set
4761         individually.
4762
4763         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4764
4765         * lily/dot-column.cc: add stdio.h
4766
4767 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4768
4769         * lily/item.cc: documentation for break-visibility (Thanks, John).
4770
4771 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4772
4773         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4774
4775         * lily/translator-def.cc: rename Translator_def to Context_def.
4776
4777         * Documentation/user/internals.itely (Lexical details): clarify
4778         string def.
4779
4780         * Documentation/user/refman.itely (Rhythmic music): add link to
4781         RhythmicStaff 
4782
4783 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4784
4785         * lily/translator.cc: document start_translation_timestep()
4786
4787         * scm/output-tex.scm (tex-encoded-fontswitch): use
4788         round for rounding (inexact->exact yields rationals)
4789
4790         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4791
4792         * lily/translator-group.cc (get_simple_trans_list): 
4793         new function; construct simple_trans_list_ lazily.
4794         
4795 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4796
4797         * lily/paper-outputter.cc (output_scope): Check if number before
4798         checking exact (guile cvs).
4799
4800         * scm/*: Escape backslashes in scheme strings (guile cvs).
4801
4802 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4803
4804         * Documentation/user/refman.itely (Tablatures basic): annotate
4805         seealso sections.
4806
4807         * lily/*.cc: cleanup of engraver initialize() functions.
4808
4809         * lily/repeat-acknowledge-engraver.cc
4810         (start_translation_timestep): remove first_b_
4811
4812         * lily/tab-note-heads-engraver.cc: listen to string number events
4813         inside < > too. (backportme).
4814
4815         * Documentation/user/refman.itely (Text scripts): add fatText to
4816         index.
4817
4818 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4819
4820         * VERSION: 2.1.8
4821
4822         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4823         footer.
4824
4825         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4826
4827         * lily/bar-check-iterator.cc (process): only warn if
4828         barCheckLastFail was changed.
4829
4830         * scm/define-translator-properties.scm (barCheckLastFail): add
4831         property.
4832
4833         * lily/main.cc (main_prog): print summary of failed files.
4834
4835         * lily/axis-group-engraver.cc: move all spanner creation to
4836         process_music (). Now staffs can be adjusted with \override too.
4837         (Jan, you are a brilliant programmer!)
4838         
4839         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4840
4841 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4842
4843         * Documentation/user/tutorial.itely (Integrating text and music):
4844         Show the commands to produce a PDF as well.
4845
4846 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4847
4848         * lily/translator-def.cc (get_translator_names): accept user
4849         tweaks too. 
4850
4851         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4852         as big as normal heads. 
4853
4854         * input/*ly: run convert-ly
4855         
4856         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4857         () if dependencies are fluked.
4858
4859         * scm/document-translation.scm (engraver-doc-string): update on
4860         latest string/symbol conventions.
4861
4862         * lily/translator-ctors.cc: use Scheme_hash_table.
4863
4864         * lily/translator-def.cc (get_translator_names): new function
4865         (add_context_mod): new function
4866         (get_accepted): new function
4867
4868         * lily/parser.yy (context_mod): put all modifications of
4869         \translator { } in a single production, encode as SCM.
4870
4871         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4872         to use read-only lists, so additions to the definition can be
4873         prepended easily.  
4874
4875         * Documentation/user/invoking.itexi (Editor support): add node on
4876         editor support.
4877
4878         * Documentation/user/refman.itely (Bar check): add lyrics example
4879         of bar checks. 
4880
4881         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4882
4883         * scripts/convert-ly.py (conv): add conversion rule.
4884
4885         * lily/parser.yy: use \change iso. \translator for staff switch.
4886
4887         * lily/my-lily-lexer.cc: add \change.
4888
4889         * scm/define-translator-properties.scm
4890         (default-melisma-properties): add definition.
4891
4892 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4893
4894         * Documentation/user/refman.itely (Bar lines): clarification of
4895         systemStartDelimiter. 
4896
4897         * input/test/slur-shape.ly (x): remove file.
4898
4899         * lily/translator-group.cc (apply_property_operations): new function.
4900
4901 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4902
4903         * lily/parser.yy (optional_prop_ops): allow \with {
4904         PROPERTYSETTINGS } following \context or \new.
4905
4906         * lily/my-lily-lexer.cc: add \with.
4907
4908         * lily/parser.yy (property_operation): clean up definition of
4909         property operations.
4910         (property_op_to_music): new function.
4911         (context_spec_music): new function
4912
4913         * VERSION: 2.1.7 released.
4914         
4915         * input/regression/collision-merge-dots.ly: new file.
4916
4917         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4918         then kill the dots too. 
4919
4920         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4921         set/unset breakableSeparationItem
4922
4923         * lily/separation-item.cc (relative_width): add function.
4924
4925         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4926         only-prebreak-interface
4927
4928         * lily/system.cc (output_lines): only junk only-prebreak-interface
4929         grobs.
4930
4931         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4932         read breakableSeparationItem
4933
4934         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4935
4936         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4937
4938         * lily/dot-column.cc (dot_config_badness): new function:
4939         select the best scoring dot configuration: dots should go close to
4940         the note heads, but be shifted up or down according to conventions.
4941         (print_dot_configuration): idem.
4942         (shift_one): idem
4943         (remove_collision): idem.
4944
4945         * input/regression/dots.ly: add more test cases.
4946
4947 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4948
4949         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4950
4951         * flower/include/interval.hh: rename elem_b to contains 
4952
4953         * lily/tie.cc: change 'heads to 'head-pair.
4954
4955         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4956         fill in 'heads field.
4957
4958         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4959         minimum-length for short ones, and shorten so collisions with the
4960         next syllable are avoided.
4961
4962         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4963         near-zero slopes.
4964         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4965
4966         * lily/dots.cc: remove quantized_position callback. All Y
4967         positioning is done by dot-column.cc
4968
4969         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4970         exhaustive test of all dot positions. This fixes disappearing dots
4971         in dotted chords.
4972
4973 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4974
4975         * mf/feta-klef.mf (test_staff): fatten up G clef
4976         (test_staff): fatten up f clef.
4977         
4978
4979 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4980
4981         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4982         * input/les-nereides.ly: Use latin1 characters for title, like
4983         Morgenlied.
4984
4985 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4986
4987         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4988         cmb10).
4989
4990         * lily/lyric-extender.cc (brew_molecule): add little space before
4991         extender line.
4992
4993         * lily/beam-quanting.cc (score_forbidden_quants): check if
4994         outer stafflines fall in any beam gaps.
4995
4996         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4997         for lyric texts.
4998
4999 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5000
5001         * VERSION: 2.1.6 released.
5002
5003         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5004         this shows the demerits of a user-defined beam position pair.
5005
5006         * scm/define-grobs.scm (all-grob-descriptions): set
5007         beamed-extreme-minimum-free-lengths to a different value.
5008
5009         * lily/scm-option.cc: add debug-beam scm-option
5010
5011         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5012
5013 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5014
5015         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5016
5017         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5018         space after barline.
5019
5020         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5021
5022         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5023         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5024         the other case, take standard column-breakable spacing. Do not
5025         warn about "no spacing wishes".
5026
5027         This fixes wide spaces after barlines in very loose lines.
5028
5029         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5030
5031 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5032
5033         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5034         acknowledge_grob lyric-syllable, not lyric-text.
5035
5036         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5037         dashes of length #'length separated by #'dash-period. 
5038
5039         * lily/lyric-extender.cc (brew_molecule): idem
5040
5041         * lily/multi-measure-rest.cc (big_rest): idem
5042
5043         * lily/system-start-delimiter.cc (simple_bar): idem
5044
5045         * lily/bar-line.cc (simple_barline): use rounded box
5046
5047         * VERSION: release 2.1.5
5048
5049         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5050         music): move note about dvips to more visible place.
5051
5052         * lily/lyric-phrasing-engraver.cc: move from
5053         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5054         lyric-phrasing-engraver.hh)
5055         
5056         * lyric-align.ly: remove file
5057         
5058         * scripts/convert-ly.py (FatalConversionError.func): add removal
5059         rule for automaticMelismata
5060
5061         * ly/engraver-init.ly (ScoreContext): switch on
5062         New_phrasing_engraver by default.
5063
5064         * lily/slur-engraver.cc (class Slur_engraver):
5065         process_acknowledged_grobs -> process_music.
5066         (try_music): signal melismata correctly.
5067
5068         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5069         word-space, right-trim-amount, and extend past right bound only
5070         for note heads.
5071
5072         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5073         lyric-extender support: add note-heads to the extender
5074         automatically.
5075
5076         * lily/parser.yy: extender is now post_event. 
5077
5078         * lily/accidental-engraver.cc (number_accidentals): remove
5079         spurious warning about non-parent contexts.
5080
5081         * lily/music-output-def.cc (assign_translator): \translator { }
5082         for a Foo context implicitly redefines \FooContext.
5083
5084         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5085         fixes.
5086
5087         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5088         doubly in slur weight. 
5089
5090         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5091         combination.
5092
5093         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5094         staffbar distance.
5095
5096         * scripts/lilypond.py (global_latex_preamble): crank down size of
5097         the margins. Now there is a 12 mm top and bottom margin, which
5098         should correspond with the printable area of modern printers.
5099
5100         This enlarges the music height of the printable page a little.
5101
5102         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5103         signs. Use \markup instead.
5104         (accreg_pen): tweak for accordeon asterisk.
5105
5106 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5107
5108         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5109
5110         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5111
5112         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5113
5114         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5115
5116         * scm/define-grobs.scm (all-grob-descriptions): change
5117         StanzaNumber description: make side support, i.s.o. breakable.
5118         use Instrument_name_engraver for texts in the margin.
5119
5120         * scm/define-translator-properties.scm: remove
5121         melismaEngraverBusy, stz property.
5122
5123         * *.cc: naming: change empty_b () into is_empty ()
5124
5125         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5126
5127         * input/regression/lyric-phrasing-new.ly: new file.
5128
5129         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5130         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5131         melismata are now left-aligned.
5132
5133 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5134
5135         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5136
5137         * mf/feta19.mf: remove.
5138         
5139         * mf/feta-klef.mf (test_staff): more tweaks
5140
5141         * mf/feta-toevallig.mf: more small size tweaks.
5142
5143         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5144         rests for smaller sizes.
5145
5146         * mf/feta-bolletjes.mf: fix cross heads.
5147
5148         * VERSION: release 2.1.4
5149         
5150         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5151         deprecated #'ancient font family
5152
5153         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5154         it is a string or number.
5155
5156         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5157         change calling convention of stem-attachment function. 
5158
5159         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5160
5161         * mf/feta-autometric.mf: dump WX/WY fields too
5162         
5163         * mf/parmesan-heads.mf: idem.
5164
5165         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5166         attachment coordinates.
5167
5168         * lily/note-head.cc (stem_attachment_coordinate): read stem
5169         attachment from the notehead glyphs WX/WY fields.
5170
5171         * lily/include/font-metric.hh (struct Font_metric): add methods
5172         get_indexed_wxwy (), make a distinction between looking up by
5173         index and ASCII  
5174
5175         * mf/feta-bolletjes.mf: rewrite note head MF code.
5176         (test_outlines): make heads more rotund for smaller sizes. 
5177
5178 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5179
5180         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5181         throughout. Font scaling fixes throughout.
5182
5183         * mf/feta-sleur,slur.mf: remove. 
5184
5185         * mf/feta-slag.mf: rewrite.
5186
5187 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5188
5189         * VERSION: release 2.1.3
5190
5191         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5192
5193         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5194
5195         * lily/mark-engraver.cc (process_music): fix mark
5196         \default. (backportme)
5197
5198         * stepmake/stepmake/automatically-generated.sub.make (default):
5199         use -n for head/tail commands. 
5200
5201         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5202         heads with the same pitch.
5203
5204 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5205
5206         * lily/recording-group-engraver.cc (finalize): set protected_scm
5207         member to '() before finalizing.
5208
5209         * lily/translator-group.cc (finalize): remove removal_processing () 
5210
5211         * lily/recording-group-engraver.cc: new engraver: record
5212         synchronized start & end times for each music object.
5213
5214         * lily/parser.yy (toplevel_expression): execute score rendering
5215         during parsing. Cleanup output-filename handling; this is no
5216         longer done with global variables.
5217         (translator_spec_body): allow \type modification too.
5218
5219         * lily/score.cc:  ly:run-translator: new function
5220         (LY_DEFINE): ly:render-output new function.
5221
5222         Separate interpreting and rendering, and make available as
5223         functions at Scheme level.
5224
5225 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5226
5227         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5228         (musicxml-node->string):
5229         (xml-node->string):
5230         (music-to-musicxml): New function.
5231
5232 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5233
5234         * VERSION: 2.1.2 released
5235
5236         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5237
5238         * scm/font.scm (paper20-font-vector): discouple font design sizes
5239         from sizes specified in .ly file: store all design sizes of a font
5240         in a single vector.
5241
5242         * lily/font-select.cc (get_font_by_design_size): new function
5243
5244         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5245         add parmesan,feta in sizes 14 and 18.
5246         
5247         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5248
5249         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5250         of fontSize: this now sets font-size
5251
5252 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5253
5254         * VERSION: 2.1.1 released
5255         
5256         * Documentation/user/refman.itely (Tuning objects): add note about
5257         concurrent tweaks in different contexts. 
5258
5259         * lily/tie-engraver.cc (acknowledge_grob): use
5260         Staff_symbol_referencer::get_position iso. reading staff-position
5261         directly.
5262
5263         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5264         currentMusicalColumn as left span-point for bracket. The bracket
5265         is too long when there are accidentals.
5266
5267 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5268
5269         * buildscripts/lilypond-profile.sh,
5270         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5271         Thanks to Reuben Thomas <rrt@mupsych.org>
5272
5273 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5274
5275         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5276         Wurbel <wurbel@univ-tln.fr>.
5277
5278 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5279
5280         * scripts/midi2ly.py: Add space after chords.
5281
5282 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5283
5284         * input/regression/{many}: add few @code{ ... }.
5285
5286 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5287
5288         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5289         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5290         Removed cmbx5, cmbx6 (which are included in teTeX)
5291         and cmbxti14 which is not used in fonts.scm.
5292
5293 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5294
5295         * lily/midi-item.cc: fine tune quarter tones.
5296
5297 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5298
5299         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5300         new function, warn how many cents are missing in fine tuning.
5301
5302 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5303
5304         * input/bugs/rhytmicstaff-tie.ly: add file.
5305
5306         * THANKS: Create skeleton for 2.1.
5307
5308 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5309
5310         * input/test/bar-lines.ly (TODO): dashed "|".
5311
5312 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5313
5314         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5315         input/regression/tie-chord.ly: Fix spell for tying.
5316
5317         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5318
5319         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5320         new file (renamed, see above).
5321
5322         * Documentation/user/lilypond-book.itely
5323         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5324         * input/example-1.ly input/example-2.ly input/example-3.ly
5325         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5326         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5327         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5328         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5329         * scripts/lilypond-book.py scripts/lilypond.py
5330         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5331         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5332
5333         * Documentation/user/lilypond.tely: update version.
5334
5335         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5336         Remove extra spaces in each @node, fixes spaces.
5337
5338 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5339
5340         * scripts/lilypond-book.py (output_dict): Add definition of
5341         \lilypondbook also for LaTeX output. Solves several bug reports.
5342
5343 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5344
5345         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5346
5347 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5348
5349         * input/test/transposition.ly: Fix key signatures, given in comments.
5350
5351 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5352
5353         * scm/midi.scm (instrument-names-alist),
5354         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5355
5356 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5357
5358         * input/test/temporary-stave.ly (texidoc): New example based on an
5359         email question from Ralph Little.
5360
5361 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5362
5363         * VERSION: release 2.1.0
5364         
5365         * lily/note-performer.cc (try_music): accept busy-playing-event.
5366
5367         * lily/swallow-perf.cc (try_music): return false for
5368         busy-playing-event and melisma-playing-event.
5369
5370 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5371
5372         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5373         >> in \score.
5374
5375 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5376
5377         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5378         that articulation_substitute will not move beam start again.
5379         (articulation_substitute): Bugfix: remove stray space so that new
5380         old chords ending '>>' does not get broken up.
5381         (sub_chord): Use TAB for indentation (not spaces).
5382         
5383         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5384         Bugfix for startup: Use ?^ instead of ?\^.
5385
5386 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5387
5388         * lily/lyric-combine-music-iterator.cc
5389         (Lyric_combine_music_iterator): change init order, to prevent GC
5390         segfaults.
5391
5392         * lily/context-specced-music-iterator.cc (construct_children): 
5393         only change  translator if found. This fixes a core dump problem.
5394
5395 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5396
5397         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5398         comparison.
5399
5400         * mf/feta-bolletjes.mf: make hole in half note little
5401         smaller for stem attachment.
5402
5403         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5404
5405         * mf/feta-banier.mf: don't draw stem with flag, just small square
5406         attachment.
5407
5408         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5409
5410         * mf/feta-banier.mf: remove upstem/downstem characters.
5411
5412         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5413
5414         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5415         stafflinethickness (in the default)
5416
5417         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5418
5419         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5420
5421         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5422
5423         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5424
5425         * lily/include/directional-element-interface.hh:
5426         junk class, make {get,set}_grob_direction functions.
5427
5428         * lily/slur.cc (get_attachment): do something sensible when
5429         attaching to stem without heads (eg. a rest).
5430
5431         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5432         forcing up to staff.  remove #'support-head property
5433         (brew_molecule): small cleanup.
5434         (flag): remove #'grace property.
5435
5436 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5437
5438         * cygwin/postinstall-lilypond.sh: 
5439         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5440         (Volker Zell).
5441
5442 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5443
5444         * scripts/lilypond-book.py: resurrect 'eps' option. 
5445         (TexiPaper.to_eps): use -Ppdf for EPS files.
5446
5447         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5448
5449         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5450
5451         * VERSION: release 2.0.1
5452
5453         * lily/bezier.cc (get_other_coordinate): change assert into
5454         warning.
5455
5456         * lily/note-head.cc (internal_brew_molecule): make left protusion
5457         smaller, to accomodate for natural sign.
5458         (internal_brew_molecule): only do this when the accidental is
5459         close enough.
5460         (extent): new function
5461
5462         * lily/skyline.cc (merge_skyline): new function
5463         (heighten_skyline): new function
5464
5465         * lily/accidental-placement.cc (position_accidentals) 
5466         (position_accidentals): fix todo.
5467
5468 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5469
5470         * input/test/+.ly (texidoc): put version number inline.
5471
5472         * GNUmakefile.in: remove rsync-web target.
5473         
5474         * input/regression/bar-scripts.ly (onestaff): raggedright
5475
5476 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5477
5478         * lily/*.cc: remove #if 0'd code in couple of places.
5479
5480         * lily/midi-stream.cc (operator <<): rewrite.
5481
5482         * lily/note-head.cc (internal_brew_molecule): 
5483         only make ledgers when the Staff symbol has lines.
5484
5485         * ly/property-init.ly (arpeggioBracket): simplify
5486
5487         * lily/translator-group.cc (execute_pushpop_property): use
5488         SCM_EQ_P for comparing keys. This fixes reverting
5489         auto-beam-settings.
5490
5491 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5492 *
5493         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5494         midi_debug_global_b.
5495         (operator <<): Normalise loop.
5496
5497 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5498
5499         * scripts/lilypond.py (escape_path): revise.
5500
5501         * scm/music-functions.scm (set-output-property): new function.
5502         
5503 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5504
5505         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5506         use addmakeflags again.
5507
5508         * cygwin/lily-wins.py (escape_shell): New function; use it.
5509
5510         * scripts/lilypond.py (escape_shell): Escape quotes and other
5511         spaces too.  Do not escape escaping backslashes.
5512
5513         * make/srcdir.make.in (web-install): Must call install-WWW now.
5514
5515         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5516         dependency
5517
5518 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5519
5520         * scripts/lilypond.py (escape_path): escape quotes too. 
5521
5522         * Documentation/user/lilypond.tely (Unified index): rename Index
5523         to accomodate Windows breakage.
5524
5525         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5526
5527         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5528         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5529         target not a source.
5530
5531 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5532
5533         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5534         addmakeflags.  Build and install doc and web also when building on
5535         Cygwin.
5536
5537         * mf/GNUmakefile: Bugfix.
5538
5539         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5540         target web.
5541
5542         * cygwin/lily-wins.py: Quote filename.
5543
5544 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5545
5546         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5547
5548 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5549
5550         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5551         settings.
5552
5553         * configure.in: Require g++ > 3.0.4.
5554
5555         * mf/GNUmakefile: Bugfix: Add list.ly target.
5556         
5557         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5558
5559         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5560         make omf directory, add uninstall targets.
5561
5562 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5563
5564         * lily/tie-performer.cc (initialize): init prev_event
5565
5566         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5567
5568         * lily/script-engraver.cc (make_script_from_event): don't crash on
5569         non-string articulation-type.
5570
5571         * lily/new-fingering-engraver.cc (add_script): don't crash on
5572         0 scripts 
5573         (acknowledge_grob): warn about text script events.
5574
5575 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5576
5577         * buildscript/lilypond.words: fix path for drums.scm.
5578
5579 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5580
5581         * lily/spacing-spanner.cc (note_spacing): don't make longer
5582         durations than measure-length.
5583
5584         * VERSION: release 2.0.0
5585
5586         * GNUmakefile.in (rsync-web): version independent rsync target.
5587
5588         * input/test/+.ly (texidoc): idem.
5589
5590         * input/regression/+.ly: print version number.
5591
5592         * input/regression/accidentals.ly (mel): shorten.
5593
5594         * input/regression/accidental-octave.ly (texidoc): shorten.
5595
5596         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5597
5598         * input/regression/completion-heads-polyphony.ly: octave
5599
5600         * input/regression/beam-manual.ly: remove
5601
5602         * input/regression/beam-chord.ly: remove
5603
5604         * input/regression/grace-dynamic.ly: remove
5605         
5606         * input/regression/grace-volta-repeat.ly: octave fixes.
5607
5608         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5609
5610         * lily/parser.yy (step_number): semitones for chord entry too.
5611         (make_chord_step): more robust code, semitones. 
5612
5613         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5614
5615         * input/regression/breathing-sign.ly (texidoc): split ancient and
5616         normal breathing signs.
5617
5618         * scm/define-grobs.scm (all-grob-descriptions): swap
5619         beamed-extreme-minimum-free-lengths and
5620         beamed-minimum-free-lengths; the 'extreme' case should allow
5621         shorter stems. This fixes forced directions on beamed 32nd and
5622         shorter notes.
5623
5624         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5625         quartertones, not semitones.
5626         (NoteNamesContext): swallow more event types
5627
5628         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5629
5630         * VERSION (PACKAGE_NAME): release 1.9.10
5631
5632 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5633
5634         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5635         set note head as cause of note-column.  This gives a better error
5636         message.
5637
5638 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5639
5640         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5641
5642 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5643
5644         * mf/GNUmakefile (pfa_warning): instruct 
5645
5646         * stepmake/aclocal.m4: typo.
5647
5648         * Documentation/user/cheatsheet.itely: more verbose examples.
5649
5650         * input/regression/clefs.ly: remove bogus docstring.
5651
5652 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5653
5654         * GNUmakefile.in (SUBDIRS): Add elisp.
5655
5656         * elisp/lilypond-mode.el: 
5657         * elisp/lilypond-init.el: 
5658         * elisp/lilypond-indent.el: 
5659         * elisp/lilypond-font-lock.el: Move from top dir.
5660
5661         * stepmake/stepmake/elisp-vars.make: New file.
5662
5663         * config.make.in (elispdir): Add.
5664
5665         * Documentation/topdocs/INSTALL.texi: Typo.
5666
5667         * make/ly-rules.make: Test for files instead of touching void and
5668         ignoring errors.
5669
5670         * GNUmakefile.in:
5671         * make/lilypond.redhat.spec.in:
5672         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5673         <builddir>, adding
5674         
5675              (push "<builddir>/share/lilypond/elisp" load-path)
5676
5677         to your ~/.emacs.el should give you LilyPond-mode again.
5678
5679         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5680         regexp for DOS/Windows, we are too paranoid to fix others.
5681
5682 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5683
5684         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5685
5686         * input/test/chord-names-jazz.ly (banterProperties): fix
5687
5688         * lily/parser.yy (bass_mod): bass figure alterations are semi
5689         tones, not quarter tones
5690
5691         * lily/beam.cc (set_stem_lengths): only lengthen stems
5692         for gapped beams.
5693
5694         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5695         by beamcount.
5696
5697         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5698         a warning that the warning may erroneous.
5699
5700         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5701         target.
5702
5703         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5704         targets.
5705
5706         * GNUmakefile.in ($(config_h)): config.h should depend on
5707         config.hh.in .
5708         (lilypond.words): remove fontball stuff.
5709
5710         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5711
5712         * configure.in: remove pktrace reference.
5713
5714         * GNUmakefile.in (rsync-web): permissions and ownership for
5715         website.
5716
5717         * lily/volta-engraver.cc (staff_eligible): new function.
5718         (stop_translation_timestep): kill off spanners if not eligible.
5719
5720         * VERSION (PATCH_LEVEL): release 1.9.9
5721
5722         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5723
5724         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5725         length is more important than forbidden quants.
5726         
5727 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5728
5729         * buildscripts/lilypond.words: order words in search order,
5730         add lilypond.words.vim to be generated.
5731
5732         * lilypond.vim: use lilypond.words.vim for keyword matching.
5733
5734         * lilypond-mode.el: use search order. fix word selection rules.
5735
5736         * lilypond-font-lock.el: fix fontifying long durations.
5737
5738         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5739
5740 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5741
5742         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5743
5744         * stepmake/stepmake/generic-targets.make:
5745         * stepmake/stepmake/bin/make-version.py: 
5746         * stepmake/aclocal.m4:
5747         * make/stepmake.make:
5748         * make/toplevel-version.make: Build fixes: remove last traces of
5749           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5750
5751         * lily/beam.cc: Add gap-count property.
5752
5753 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5754
5755         * scm/define-grob-properties.scm (gap-count): add gap-count
5756
5757         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5758
5759 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5760
5761         * cygwin/mknetrel.doc: Typo.
5762
5763         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5764
5765         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5766
5767 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5768
5769         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5770         sizes. Remove support for 'ledger'(=tabloid+landscape).
5771
5772 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5773
5774         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5775         sauter PFAs.
5776
5777         * configure.in: remove VERSION stuff once again.
5778
5779         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5780
5781         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5782         for chord names.
5783
5784         * mf/GNUmakefile: always trace pfa fonts.
5785         (SAUTER_FONTS): add cmss[567] too fonts
5786
5787         * configure.in: require mftrace. 
5788
5789         * lily/staff-performer.cc (new_instrument_string): don't look at
5790         instrument property.
5791
5792         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5793         is_direction is the C++ one. Similar for ly_axis_p and
5794         ly_number_pair_p
5795
5796 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5797
5798         * lily/beam.cc (brew_molecule): read gap-count to determine
5799         number of tremolo (gapped) beams.
5800
5801         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5802         shorter than 1/8
5803
5804         * flower/include/array.hh (default_compare): new function
5805
5806         * cygwin/mknetrel: Native fixes.
5807
5808         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5809
5810 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5811
5812         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5813         feature for Windows.
5814
5815         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5816
5817         * cygwin/mknetrel: Updates for native use on Cygwin.
5818
5819         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5820
5821         * stepmake/stepmake/help2man-rules.make: 
5822         * cygwin/mknetrel: Bugfix for manpages.
5823
5824         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5825         $(builddir).  Stepmake is a normal subdirectory now, that is not
5826         configured.  Another srcdir build fix.
5827
5828         * Documentation/topdocs/INSTALL.texi,
5829         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5830         lilypond-init.el, lilypond-mode.el, debian/rules,
5831         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5832         rename generated file lilypond.words to lilypond.words.el.
5833
5834 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5835
5836         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5837
5838         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5839         GNUmakefile.in.
5840
5841 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5842
5843         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5844         when cross building.
5845
5846         * configure.in: srcdir build fix.
5847
5848         * cygwin/GNUmakefile:
5849         * cygwin/lily-wins.py:
5850         * cygwin/postremove-lilypond.sh: 
5851         * cygwin/postinstall-lilypond.sh: Merge from stable.
5852
5853         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5854         s/ly2dvi/lilypond/.
5855
5856 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5857
5858         * lily/slur.cc (after_line_breaking): only set control points if
5859         none supplied yet.
5860
5861         * input/test/slur-manual.ly: new file.
5862
5863         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5864         <<  >> chords too.
5865
5866         * VERSION (PACKAGE_NAME): release 1.9.8
5867
5868         * scripts/lilypond.py (escape_path): escape spaces in directory names
5869
5870         * input/test/text-spanner.ly: fixes.
5871
5872 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5873
5874         * buildscripts/lilypond.words.py: add drum names as note names to
5875         Emacs-mode.
5876
5877 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5878
5879         * input/regression/hairpin-dashed.ly: new file.
5880
5881         * scripts/convert-ly.py (conv): warn about dash-length.
5882
5883         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5884         automatically if we get a new one.
5885
5886         * lily/lookup.cc (dashed_line): new function
5887
5888         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5889         dash-fraction.
5890
5891 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5892
5893         * buildscripts/lilypond.words.py: extract note names.
5894
5895         * lilypond-mode.el: take note names from lilypond.words -file.
5896         small fix in the use of string-match.
5897
5898         * lilypond-font-lock.el: use lilypond.words for note names, add 
5899         maxima to note a duration.
5900
5901 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5902
5903         * lily/breathing-sign.cc: remove railtracks() function. 
5904
5905         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5906
5907         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5908         (brew_molecule): bugfix don't make arpeggio shorter when
5909         arpeggio-direction is set.
5910
5911         *  debian/rules: small corrections in the (Pedro K)
5912
5913         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5914         examples.
5915
5916         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5917         special (repeat) bar comes along.
5918
5919         * input/regression/auto-beam-bar.ly: update.
5920
5921         * scripts/lilypond-book.py (output_dict): remove support for the
5922         EPS option.
5923
5924         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5925         VerticalAlignment and VerticalAxisGroup this fixes the size
5926         computations for the entire system.
5927  
5928         * input/les-nereides.ly (bass): remove superfluous fontSize.
5929
5930         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5931         causes directory of file to be added to include path.
5932
5933         * input/regression/beam-break.ly: test single stem beams.
5934
5935         * input/regression/system-start-bracket.ly: fix.
5936
5937         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5938
5939         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5940
5941         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5942         (score_stem_lengths): do something sensible for single stem beams.
5943
5944         * lily/beam.cc (least_squares): add kludge for single stem beams.
5945
5946         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5947         keySignature to list of broken things.
5948
5949         * input/regression/keys.ly: fix.
5950
5951         * VERSION (PACKAGE_NAME): release 1.9.7
5952
5953         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5954
5955         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5956
5957         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5958         (quartertone_pitch): new function
5959
5960         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5961         flat. WARNING: FONT CHANGED.
5962
5963         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5964
5965         * lily/accidental-placement.cc (add_accidental): support for
5966         quarter tones.
5967
5968         * ly/LANGUAGEs.ly: use symbols for alterations.
5969
5970         * mf/feta-toevallig.mf: change accidental codes. 
5971
5972         * scm/lily.scm (ly:get-option): switch on debugging only for
5973         --verbose.
5974
5975         * lily/lily-guile.cc: remove ly:verbose?
5976
5977         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5978
5979         * lily/parser.yy (TODO): only do gh_call() for apply with
5980         procedure argument.
5981
5982         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5983         stuff in accordance with new timing of tie-events.
5984
5985         * lily/my-lily-lexer.cc: remove \outputproperty
5986
5987         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5988
5989         * scm/define-translator-properties.scm (melismaBusyProperties):
5990         add melismaBusyProperties property.
5991
5992 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5993
5994         * input/test/ambitus-mixed.ly (texidoc): new file.
5995
5996         * buildscripts/mutopia-index.py (find): prune debugging
5997
5998         * lily/side-position-interface.cc: doc updates
5999
6000         * Documentation/user/refman.itely: updates, tweaks.
6001
6002         * lily/parser.yy (Simple_music): remove outputproperty
6003
6004         * make/stepmake.make: use VERSION again; importing VERSION via
6005         autoconf dependencies is too hairy.
6006
6007 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6008
6009         * lilypond-mode.el: allow `-' for keywords and identifiers.
6010
6011 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6012
6013         * VERSION: release 1.9.6
6014         
6015         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6016         iso. ly2dvi.
6017
6018         * Documentation/user/*.itely: fixes everywhere
6019
6020         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6021         produce ties from the engraver itself, do not broadcast TieEvent.
6022
6023         * lily/my-lily-lexer.cc: remove pitch & duration.
6024
6025         * lily/parser.yy (TODO): remove \pitch and \duration
6026
6027         * input/test/explicit.ly: remove file.
6028
6029         * Documentation/user/refman.itely (Pitches): remove \pitch 
6030         \duration command.
6031
6032 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6033
6034         * buildscripts/lilypond.words.py: add all slur types to Emacs
6035         insertion menu, suppose everything is postfixed by dropping 
6036         unnecessary `-' -marks.
6037
6038 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6039
6040         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6041         tremoloed stems.
6042
6043         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6044         head for flagged stems.
6045
6046         * lily/stem.cc (get_default_stem_end_position): futz with extra
6047         stem length if there is a stem tremolo.
6048
6049         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6050         it would be too small.
6051
6052         * lily/font-metric.cc: return #f for non-existent glyph.
6053         
6054         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6055         exported through config.make.
6056
6057         * input/regression/clef-oct.ly: new file.
6058
6059         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6060         transposition.
6061
6062         * input/template/*.ly: remove old relative.
6063
6064         * ly/english.ly: add X names for double sharp.
6065
6066 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6067
6068         * lily/font-select.cc: new file handle font selection routines.
6069
6070         * lily/parser.yy: add ; (Patrick Atamaniuk)
6071
6072         * input/test/time-signature-double.ly: use markups for double time
6073         sigs.
6074
6075         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6076         ChordNames.SeparationItem #'padding for adjusting space after chords.
6077         
6078         * lily/music-output-def.cc (LY_DEFINE): 
6079         new function ly:paper-lookup.
6080         
6081         * mf/parmesan-clefs.mf: use # quantities for char_box
6082         offsets. Fixes overflow errors in the PFA. 
6083
6084         * scm/new-markup.scm (strut-markup): change calling interface for
6085         markup. Pass paper-def, not grob. This would allow \markup to be
6086         used separately from grobs.
6087
6088         * lily/paper-def.cc: new function ly:paper-font; this function
6089         replaces ly:get-font.
6090
6091         * lily/include/font-interface.hh (struct Font_interface): take
6092         Paper_def iso. Grob for get_font().
6093
6094 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6095
6096         * Documentation/user/ tutorial.itely, refman.itely: add warning
6097         about \key and accidentals.
6098
6099 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6100
6101         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6102
6103         * Documentation/user/*.itely: manual tweaks
6104
6105 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6106
6107         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6108         cleanup; bugfix: exact_center
6109
6110         * Documentation/user/refman.itely: added more documentation on
6111         ambitus according to recent questions on lilypond-user list
6112
6113 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6114
6115         * input/regression/ottava.ly (texidoc): demo 15ma too.
6116
6117         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6118
6119         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6120         octave fixes.
6121
6122 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6123
6124         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6125         problems on older Mac editors.
6126
6127 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6128
6129         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6130
6131 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6132
6133         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6134         mf/parmesan-clefs.mf: added comments on character alignment and
6135         set_char_box() conventions
6136
6137         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6138         set_char_box()'s
6139
6140         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6141
6142 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6143
6144         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6145
6146 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6147
6148         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6149         shortened to avoid almost-collision with staff line; code cleanup;
6150         other custodes: fixed char boxes; code cleanup
6151
6152 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6153
6154         * configure.in: release 1.9.5
6155         
6156         * scripts/lilypond.py (global_latex_preamble): only set
6157         twosideshift if 'twoside' is in latexoptions 
6158
6159         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6160
6161         * VERSION: remove
6162
6163         * scripts/*2ly.py: update <> syntax
6164
6165 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6166
6167         * lily/chord-name-engraver.cc (process_music): add origin for
6168         chord name.
6169
6170         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6171
6172         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6173         bass notes for exceptions too.
6174
6175         * scm/define-grobs.scm (all-grob-descriptions): rename
6176         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6177
6178         * scm/define-grob-properties.scm (remove-first): add remove-first
6179         property for orchestral scores.
6180
6181         * Documentation/user/*.itely: switch <<>> and <> 
6182
6183         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6184         last_line only once. This fixes the two consecutive glissandi problem.
6185
6186 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6187
6188         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6189         error message "flexa-width undefined"
6190
6191         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6192         lily/include/gregorian-ligature.hh: print warning when ignoring
6193         head prefixes on flexa shapes
6194
6195         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6196         space before a series of inclinatum heads
6197
6198         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6199         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6200         cleanups
6201
6202         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6203         and char_box
6204
6205 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6206
6207         * input/regression/breathing-sign.ly: tiny fixes
6208
6209         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6210         semantical collision with vaticana ligatures
6211
6212         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6213         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6214         now consistent with mensural ligatures
6215
6216         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6217         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6218         context pitches and staff position; dto. for virga stem; removed
6219         obsolete virga and clivis characters from parmesan font (WARNING:
6220         font changed)
6221
6222         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6223         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6224
6225         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6226         scm/define-grob-properties.scm: consistency fix: renamed
6227         join_left->add_cauda
6228
6229         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6230         appendix length; bugfix: yoffs_bt for reverse direction punctum
6231         characters
6232
6233         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6234         small cleanups; added more docu
6235
6236         * lily/mensural-ligature-engraver.cc,
6237         lily/vaticana-ligature-engraver.cc,
6238         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6239         computation to CoherentLigatureEngraver
6240
6241         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6242         scm/define-grob-properties.scm: bugfix: added missing linea and
6243         cavum properties; bugfix: removed dead semivocalis property
6244
6245         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6246         length; redesigned quilisma, stropha and auctum
6247
6248         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6249         line thickness
6250
6251         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6252         Documentation/user/refman.itely: bugfix: introduced shifted
6253         epiphonus head to avoid collision with adjacent plica
6254
6255 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6256
6257         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6258
6259         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6260
6261 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6262
6263         * Documentation/user/tutorial.itely (A lead sheet): remove
6264         duplicate chords.
6265
6266         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6267
6268 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6269
6270         * Documentation/bibliography/computer-notation.bib (isbn): add
6271         xivcim publication.
6272
6273 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6274
6275         * GNUmakefile.in: drop lilypond.words for generation.
6276
6277 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6278
6279         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6280
6281         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6282
6283 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6284
6285         * input/test/figured-bass-alternate.ly (fl): new file.
6286
6287         * Documentation/topdocs/README.texi (Top): clarifications.
6288
6289         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6290         theses of Gieseking and Renz.
6291
6292         * GNUmakefile.in (README_FILES): remove README.mandrake.
6293
6294 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6295
6296         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6297         from source files and search patterns listed in the script.
6298
6299         * GNUmakefile.in: add target `lilypond.words'.
6300
6301         * lilypond.words: remove file, generated by `make lilypond.words'.
6302
6303         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6304
6305 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6306
6307         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6308
6309 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6310
6311         * VERSION: 1.9.4 released
6312
6313         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6314         rule for < > <-> << >> substitution
6315
6316         * lily/lexer.ll: exchange meaning of << >> and < > 
6317
6318         * VERSION (PACKAGE_NAME): 1.9.3 released
6319
6320         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6321         pages unconditionally.
6322
6323 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6324
6325         * Documentation/user/music-glossary.tely (Top): small syntax
6326         fixes.
6327
6328         * scm/music-functions.scm (remove-tag): filter \tagged music
6329         expressions.
6330
6331         * input/regression/tag-filter.ly (texidoc): new file.
6332
6333         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6334         symbol2 .. ) etc. 
6335
6336         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6337         convert rule.
6338
6339         * Documentation/user/refman.itely (Fingering instructions): adjust
6340         manual.
6341
6342         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6343         for borderline cases (e.g. 1 fingering.)
6344         (position_scripts): revise interface, use fingerOrientations to
6345         set fingering positions.
6346
6347         * scm/document-translation.scm (context-doc): add aliases to
6348         automated documentation.
6349
6350         * make/lilypond-vars.make: remove stepmake compat glue.
6351
6352         * make/generic-vars.make: remove cruft.
6353
6354         * lily/main.cc (main): don't identify binary.
6355
6356 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6357
6358         * lily/include/translator.hh (class Translator): remove
6359         type_string_ , use symbol for context name throughout.
6360         Changes through whole source tree.
6361
6362         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6363         set PDF as default, and always make PDF.
6364
6365         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6366
6367 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6368
6369         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6370         Documentation/user/refman.itely input/regression/allfontstyle.ly
6371         input/regression/grace-types.ly:
6372         fix spelling for acciaccatura (Webster's 1913).
6373
6374 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6375
6376         * lily/main.cc (usage): adjust blurb, include url.
6377
6378         * input/regression/breathing-sign.ly (texidoc): transpose up
6379
6380 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6381
6382         * input/regression/breathing-sign.ly: changed ancient examples to
6383         be relevant (by request of Han-Wen); updated BreathingSign text
6384         property according to new syntax.
6385
6386         * ly/gregorian-init.ly: updated BreathingSign text property
6387         according to new syntax
6388
6389 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6390
6391         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6392         (Clef): index entries for clefs.
6393
6394         * python/lilylib.py (system): remove errorlog files.
6395         
6396 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6397
6398         * lilypond.words: add \new and new graces. Add dynamics to menus
6399         keeping 1.8.x compatibility; after all the engraving relating to 
6400         notes becomes postfixed `-' marks will be removed.
6401
6402 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6403
6404         * lily/molecule.cc (align_to): idem.
6405
6406         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6407         
6408         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6409         accacciatura everywhere.
6410
6411         * VERSION (PACKAGE_NAME): released 1.9.2
6412
6413         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6414
6415         * scm/document-markup.scm (markup-doc-node): sort markup function
6416         list.
6417
6418         * lily/paper-outputter.cc (output_version): change "Lily was here"
6419         into  "Engraved by LilyPond"
6420
6421         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6422         on unquoted strings before \notenames.
6423
6424         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6425         increases the number of s/r reductions to 4.
6426
6427         * scm/new-markup.scm (fraction-markup): \fraction command.
6428
6429         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6430         mode
6431
6432         * lily/lookup.cc (round_filled_box): rename function.
6433         (LY_DEFINE): round-filled-box: change signature.
6434
6435         * Documentation/user/refman.itely: revise section explaining grace
6436         notes.
6437
6438         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6439         ly:set-context-property
6440
6441         * input/*/*.ly (vmus): use \new everywhere.
6442
6443         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6444
6445         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6446         default
6447
6448         * scm/music-functions.scm (set-stop-grace-properties)
6449         (set-start-grace-properties, add-grace-property): new functions
6450         for modular grace tweak control.
6451
6452         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6453         
6454 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6455
6456         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6457
6458         * GNUmakefile.in (install-pfa-fonts):
6459         (get-pfa-fonts): New target.
6460
6461         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6462         install-pfa-fonts help.
6463
6464 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6465
6466         * lily/translator-scheme.cc (LY_DEFINE):
6467         ly:context-pushpop-property new function.
6468         (LY_DEFINE): new function ly:translator-find  
6469         new function ly:translator?
6470         (LY_DEFINE): new function ly:context?
6471
6472         * lily/translator-def.cc: remove
6473         Translator_def::apply_pushpop_property().
6474
6475         * python/lilylib.py (read_pipe): only store and display error log
6476         if verbose not set.
6477         (read_pipe): only display log if it contains something.
6478
6479 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6480
6481         * Documentation/misc/GNUmakefile: Re-add.
6482         (TEXTS): Add CHANGES.
6483
6484 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6485
6486         * lilypond.words: add \newcontext.
6487
6488 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6489
6490         * lily/tie-performer.cc (stop_translation_timestep): only flush
6491         tied_notes when we have actually made a tie. Fixes bugs with ties
6492         in polyphonic scores.
6493
6494 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6495
6496         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6497         they do not exist.
6498
6499 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6500
6501         * VERSION (PACKAGE_NAME): released 1.9.1 
6502
6503         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6504         Instrument_name_engraver
6505
6506         * lily/tie-performer.cc (create_audio_elements): bugfix
6507
6508         * Documentation/user/music-glossary.tely (Top): comment out
6509         font-style statements.
6510
6511         * input/test/force-hshift.ly: revise example.
6512
6513         * Documentation/bibliography/engraving.bib (note): typos.
6514
6515         * configure.in: bump GCC requirements to 3.x
6516
6517         * lily/include/audio-item.hh (class Audio_tie): rename
6518         note_l_drul_ to note_drul_
6519
6520         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6521
6522         * lily/parser.yy (relative_music): whoops. All \relative were off
6523         by ...  a lot .... Ahem.
6524
6525         * scm/define-music-types.scm (music-descriptions): idem.
6526
6527         * lily/beam-engraver.cc: move new-beam-event to beam-event
6528
6529         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6530         to Tie_engraver
6531
6532         * input/regression/bar-number.ly: remove unnecessary old-relative
6533         options.
6534         
6535         * Documentation/user/internals.itely (Creating contexts): document
6536         \newcontext
6537
6538         * lily/parser.yy (Composite_music): add \newcontext
6539
6540         * Documentation/user/refman.itely (MIDI block): add note about
6541         dotted tempos.
6542
6543         * scm/font.scm: remove old markup legacy
6544
6545         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6546
6547         * lily/breathing-sign.cc (brew_molecule): remove function
6548
6549         * lily/text-item.cc: remove old-style markups.
6550         (interpret_markup): C++ version of markup function
6551         (brew_molecule): idem.
6552
6553         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6554         as Scheme variable.
6555
6556         * scripts/convert-ly.py (conv): dashes rule.
6557         Apply rule.
6558
6559         * Documentation/user/lilypond-book.itely: syntax fixes. 
6560
6561 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6562
6563         * VERSION (PACKAGE_NAME): release 1.9.0
6564
6565         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6566         note about dvips. (Should backport.)
6567
6568         * scripts/convert-ly.py
6569         (FatalConversionError.articulation_substitute): add
6570         convert-new-chords code. Remove convert-new-chords.py
6571
6572         * Documentation/user/refman.itely (Octave check): document
6573         \octave.
6574
6575         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6576         \relative changes.
6577
6578         * lily/parser.yy (command_element): octave check:
6579
6580            \octave PITCH
6581
6582         checks that PITCH (without octave) yields PITCH (with octave) in
6583         \relative
6584
6585         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6586
6587         * lily/scm-option.cc: ly:set-option now has the default argument
6588         #t.
6589
6590         * lily/lexer.ll: add \renameinput
6591
6592         * python/lilylib.py (command_name): robustifications.
6593
6594         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6595         /dev/stderr. This is ash compatible.
6596
6597         * ly/init.ly: add warning if compatibility was not necessary.
6598
6599         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6600
6601         * flower/include/string-handle.icc: formatting cleanups, rename
6602         references by ref_count_.
6603
6604 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6605
6606         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6607         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6608         package libs separately, fix conflicting php variable out=/dev/vc/
6609         invoking `unset out', declare menus, use only one icon-file, fix
6610         doc-path in menu.
6611
6612 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6613
6614         * scripts/convert-ly.py (FatalConversionError.conv): typo
6615
6616         * Documentation/misc/GNUmakefile: restore misc directory.
6617
6618         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6619
6620         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6621         Petites-Preludes 
6622
6623         * input/test/partial-blank.ly (quickmeasure): syntax
6624
6625         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6626         attachment property.
6627
6628         * Documentation/user/refman.itely: remove superfluous -'s 
6629         (Grace notes): ) fixes.
6630
6631         * lily/music.cc: generic compress(), transpose() functions. Remove
6632         others.
6633
6634         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6635         style markup entry.
6636
6637         * lily/parser.yy: all articulations postfix; remove obligatory -
6638         for [,  ) and \!
6639         
6640         * lily/music.cc (to_relative_octave): write generic
6641         to_relative_octave function; various relative cleanups.
6642         Hmmm.
6643
6644         * lily/scm-option.cc: add options new-relative and old-relative
6645
6646         * po/sv.po: new po file.
6647
6648         * Documentation/user/refman.itely (Dynamics): website
6649         fixes. (should backport!)
6650
6651 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6652
6653         * make/lilypond.mandrake.spec.in: declare version only once.
6654
6655 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6656
6657         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6658         meaning for now.
6659
6660 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6661
6662         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6663
6664         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6665
6666         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6667
6668         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6669
6670         * lily/music.cc (var): add ly:music-transpose function.
6671
6672         * lily/parser.yy (pre_events): remove prefix articulations.
6673
6674         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6675
6676         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6677
6678         * Documentation/user/refman.itely (Text markup): add comment about
6679         markup in header.
6680
6681 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6682
6683         * lily/paper-outputter.cc (write_header_fields_to_file): 
6684         only dump value if it is a string.
6685
6686         * flower/include/dictionary.hh: remove.
6687         
6688         * Documentation/ChangeLog-1.5: add back old log.
6689
6690         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6691         .pfas from a .deb.
6692
6693 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6694
6695         * Documentation/bibliography/engraving.bib: add entry for
6696         Jaschinski's Notation
6697
6698 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6699
6700         * Documentation/user/refman.itely (Beaming): add note about
6701         allowBeamBreak
6702
6703 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6704
6705         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6706         GregorianTranscription contexts
6707
6708         * ly/engraver-init.ly: vaticana contexts: minor fixes
6709
6710         * Documentation/user/refman.itely (Ancient notation): added note
6711         on appendix length bug
6712
6713         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6714         input/test/vaticana.ly: use vaticana contexts; small fixes
6715
6716 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6717
6718         * flower/hash.cc: Remove.
6719
6720         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6721         to (nonexistent?) hash_func_ identifier.
6722
6723         * python/midi.c (midi_error, midi_warning): Use char const* for
6724         __FUNCTION__ argument.
6725
6726         * python/gettext.py: Remove.  We already require python 2.1, which
6727         includes gettext.py.
6728
6729         * configure.in: Require python 2.1, as INSTALL.texi says.
6730         it.
6731
6732         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6733         versions 1.50 and 1.75.  Remove note about lexer patch.
6734
6735 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6736
6737         * Documentation/topdocs/INSTALL.texi: Update type1 font
6738         description to actual situation.  Add comment about new font ball
6739         layout.
6740
6741         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6742         in $LILYPONDPREFIX suffices for installation.
6743
6744 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6745
6746         * debian/control (Build-Depends): Add flex-old as alternative to
6747         flex.  Deprecate bison 1.75.
6748
6749 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6750
6751         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6752         Vaticana contexts
6753
6754         * Documentation/user/refman.itely (Ancient notation): documented
6755         some bugs; tiny fixes; added docu on Vaticana contexts
6756
6757         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6758         scripts
6759
6760 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6761
6762         * Documentation/user/refman.itely (Ancient notation): added some
6763         introductory words; added section on ancient time signatures;
6764         added some @seealso and @refcommands; small fixes and
6765         beautifications
6766
6767 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6768
6769         * input/regression/note-head-style.ly: many fixes and updates
6770
6771         * Documentation/user/refman.itely: added small sections on ancient
6772         accidentals, rests and flags; revised ancient note head section;
6773         small wording/spelling fixes
6774
6775         * input/test/rests.ly: layout fixes
6776
6777 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6778
6779         * input/puer-fragment.ly: bugfix: central C position of do clef
6780
6781         * ly/gregorian-init.ly: workaround: add small padding space before
6782         divisiones (the correct fix would be the spacing engine to handle
6783         this)
6784
6785 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6786
6787         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6788         cue-notes.ly: minor fixes.
6789
6790 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6791
6792         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6793         input/test/custos-style.ly
6794
6795         * Documentation/index.html.in: bugfix: link to Tutorial.html
6796
6797         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6798         to neumes; bugfix: "et": epiphonus, not just a simple pes
6799
6800 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6801
6802         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6803
6804         * lilypond.words: add new features: markup, column, center, \[ \].
6805         
6806 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6807
6808         * Documentation/topdocs/NEWS.texi, DEDICATION,
6809         stepmake/bin/add-html-footer.py
6810         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6811         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6812         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6813         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6814         added (only) after a sentence which is complete; if the sentence is 
6815         not ended a comma `,' or nothing is used. fix also spaces.
6816
6817 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6818
6819         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6820         requirements to plain 1.6.
6821
6822         * buildscripts/mutopia-index.py (read_lilypond_header): update
6823         mutopia-index.py to 1.4 syntax [sic]
6824
6825 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6826
6827         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6828
6829 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6830
6831         * Documentation/index.html.in: url for regression pdf
6832
6833         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6834
6835         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6836
6837         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6838
6839         * VERSION: 1.8.0 released
6840         
6841         * GNUmakefile.in (local-WWW-post): footify build fix.
6842
6843         * configure.in: require GUILE 1.6.4
6844
6845         * Documentation/user/GNUmakefile: don't copy *.png for
6846         lilypond-internals
6847
6848         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6849         local-WWW-post target.
6850         (rsync-web): add rsync-web target
6851
6852         * Documentation/user/introduction.itely (Music notation and
6853         engraving): add neume example
6854
6855         * input/puer-fragment.ly (cantus): add puer-fragment
6856
6857 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6858
6859         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6860         to notes, so that equalizer is actualy being used.
6861
6862         * scm/midi.scm (instrument-equalizer-alist):
6863         (absolute-volume-alist): Define public, so that user can copy or
6864         override.
6865
6866         * lily/key-performer.cc (create_audio_elements): Check for minor
6867         key.  Only if key is minor, set MIDI key to minor.
6868
6869 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6870
6871         * Documentation/user/refman.itely (Hiding staffs): fixes.
6872
6873         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6874
6875         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6876         vertical extents to deal with Hara kiri correctly.
6877
6878         * input/regression/hara-kiri-short.ly: remove
6879
6880         * input/regression/hara-kiri-pianostaff.ly: update test.
6881
6882         * Documentation/user/*.tely: remove WEBTITLE
6883
6884         * scm/output-tex.scm (comment): idem.
6885
6886         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6887
6888         * scm/music-functions.scm (make-lyric-event): new function
6889
6890         * scm/lily.scm (lilypond-version): new function
6891
6892         * input/test/version-output.ly: new file.
6893
6894         * Documentation/user/lilypond.tely: add version number to
6895         front-page.
6896
6897 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6898
6899         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6900
6901 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6902
6903         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6904
6905         * Documentation/user/refman.itely (Hiding staffs): rename node.
6906
6907 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6908
6909         * input/regression/new-markup-syntax.ly (texidoc): remove
6910         molecule-callback override.
6911
6912 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6913
6914         * input/les-nereides.ly: Mark tweaks with %tweak.
6915
6916         * Debian patch, see debian/changelog (Anthony Fok).
6917
6918 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6919
6920         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6921         problem.
6922
6923 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6924
6925         * Documentation/user/refman.itely (Text markup): Fix language bug.
6926
6927 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6928
6929         * input/* : postfix syntax fixes.
6930
6931         * Documentation/user/refman.itely (Text markup): add note about
6932         raise/lower with ^ or _ .
6933         
6934         * po/fi.po: fix \\apply strings.
6935
6936         * lily/parser.yy (open_event): warn for prefix articulations.
6937
6938 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6939
6940         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6941         fix also on parmesan font.
6942
6943 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6944
6945         * VERSION 1.7.30 released
6946         
6947         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6948
6949         * buildscripts/mutopia-index.py (headertext): rewording
6950
6951 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6952
6953         * scm/new-markup.scm (strut-markup): new markup function.
6954
6955         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6956         space also when no accidental is there.
6957
6958 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6959
6960         * input/les-nereides.ly: Updates.
6961
6962 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6963
6964         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6965         which repeats the tag insertion selected from "Insert tag" menu.
6966
6967 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6968
6969         * lily/all-font-metrics.cc (find_font): load AFM files first only
6970         for feta fonts. This fixes problems with TeXlive and other TeX
6971         distros that include AFM files for the CM fonts. 
6972
6973         * scm/font.scm (qualifiers-to-font-name): remove.
6974
6975         * lily/paper-def.cc: remove get_var.
6976
6977         * input/trip.ly: remove file.
6978         
6979         * input/regression/spacing-note-flags.ly (raggedright): remove
6980         stafflinethickness
6981
6982         * input/les-nereides.ly: update to new syntax, cleanups.
6983
6984 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6985
6986         * Documentation/user/refman.itely: Clarify shortest-note problem
6987         of autobeamer.
6988
6989 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6990
6991         * lilypond-mode.el: Add each word to regexps only once.
6992
6993         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6994         is based on the syntax definitions in lilypond.words. Remove all 
6995         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6996         LilyPond->Insert menu is generated by the entries in lilypond.words 
6997         to which have been given a syntax definition.
6998
6999         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7000         \notes, \relative, \score, \simultaneous, \transpose.
7001
7002         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7003
7004         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7005         
7006         * lilypond-mode.el: add menu keywords separately.
7007
7008         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7009
7010 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7011
7012         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7013         current ugly installation method for PFA fonts.
7014
7015 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7016
7017         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7018         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7019
7020         * Documentation/user/music-glossary.tely: update legato.
7021
7022 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * lexer-gcc-3.0.patch: Remove.
7025
7026         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7027
7028 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7029
7030         * debian/rules (binary-arch): remove NEWS.
7031
7032 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7033
7034         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7035         stepmake/bin{ many }: polish the `--help's of different scripts;
7036         model taken from the core-utils of Linux.
7037
7038         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7039
7040 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7041
7042         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7043
7044         * flower/libc-extension.cc: idem.
7045
7046         * flower/include/libc-extension.hh: protect against isinf macros.
7047
7048 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7049
7050         * { many }: Use two uppercase letters in LilyPond.
7051
7052         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7053
7054         * VERSION: 1.7.29 released.
7055         
7056 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7057
7058         * lily/tie.cc: add TODO comment.
7059
7060         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7061
7062         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7063         linejoins and linecaps. This fixes problems with occasional spikes
7064         on slur/tie endings.
7065         
7066         * input/regression/font-name.ly: don't use PS fonts for
7067         compatibility reasons. 
7068
7069         * mutopia/claop.py (accents): update to 1.8
7070
7071         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7072
7073         * Documentation/user/macros.itexi: don't color glossary links.
7074
7075         * Documentation/user/invoking.itexi (Error messages): new section
7076
7077 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7078
7079         * input/regression/font-name.ly: add file.
7080
7081         * scm/document-backend.scm (grob-doc): remove <hr> from
7082         lilypond-internals
7083
7084         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7085         reqd version to 1.6.4 
7086
7087         * lily/font-interface.cc (get_font): bugfix: take font-name from
7088         alist chain too. This fixes font-name override for \markup.
7089
7090 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7091
7092         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7093
7094         * input/test/polymetric-differing-notes.ly: Compile fix.
7095
7096 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7097
7098         * Documentation/user/refman.itely: fixed typo
7099
7100         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7101         before flexa
7102
7103 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7104
7105         * input/test/{ many }: search & fix some typos.
7106
7107 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7108
7109         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7110         images.
7111
7112         * scm/music-functions.scm (make-voice-props-set): set Script /
7113         TextScript dir for polyphony too.
7114
7115         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7116         before clef.
7117
7118         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7119
7120 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7121
7122         * Documentation/user/refman.itely (Percussion): Small
7123         clarifications and fixes.
7124
7125         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7126         threads. This fixes different heads playing simultaneously.
7127
7128 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7129
7130         * Documentation/user/{ many }: increase readability (read through 
7131         User manual from `one big page').
7132
7133 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7134
7135         * input/test/polymetric-differing-notes.ly: add example with
7136         disparate note values.
7137
7138         * input/test/polymetric.ly: rename from poly-metric
7139
7140         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7141         iso. outname.
7142
7143         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7144         G-clef bbox to real char extents. This fixes the G-clef being
7145         offset too much to the right.
7146         document perc clef offset.
7147
7148         WARNING: FONT CHANGED.
7149
7150         * Documentation/user/tutorial.itely (Tutorial): move menu.
7151
7152 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7153
7154         * buildscripts/lilypond-profile.sh (Error): trim error message.
7155
7156         * Documentation/user/invoking.itexi (Invoking the lilypond
7157         binary): add note about path.
7158
7159         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7160         suppresses superfluous spaces.
7161
7162 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7163
7164         * buildscripts/lilypond-profile.sh: Add documentation to error
7165         message.
7166
7167         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7168
7169 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7170
7171         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7172         <mike@ossmann.com>)
7173
7174         * Documentation/bibliography/computer-notation.bib (pages): prune
7175         unscientific language.
7176
7177         * Documentation/user/GNUmakefile: copy unsplit file to
7178         lilypond.html (idem for lilypond-internals).
7179
7180         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7181
7182         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7183
7184         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7185
7186         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7187         fix.
7188         
7189 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7190
7191         * Documentation/user/{ various }: bind text snippets with their
7192         examples, e.g. by punctuation: This is an example.
7193
7194 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7195
7196         * ly/performer-init.ly (VoiceContext): Typos.
7197
7198         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7199         builds, leave final-install to toplevel srcdir makefile.
7200
7201         * make/srcdir.make.in (install): New target.
7202
7203 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7204
7205         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7206         This fixes core dump on MIDI output (Simon Weatherill).
7207
7208         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7209         on local-WWW-post.
7210
7211 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7212
7213         * make/lilypond.redhat.spec.in: add dvips to reqs.
7214
7215 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7216
7217         * make/srcdir.make.in (web): Add special web target.
7218
7219         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7220         from inner $(LOOP).
7221
7222         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7223
7224         * stepmake/stepmake/generic-targets.make (www-targets-help):
7225         * GNUmakefile.in (web-install): Install in $(webdir).
7226
7227         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7228
7229         * cygwin/changelog: 
7230         * cygwin/mknetrel: Update.
7231
7232         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7233         (html-doc): Remove (use: web).
7234
7235         * stepmake/stepmake/script-rules.make: 
7236         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7237         Fix $(config_make) dependencies for srcdir build.
7238
7239         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7240         target for srcdir build.
7241
7242         * stepmake/make/stepmake.make: 
7243         * make/srcdir.make.in: 
7244         * GNUmakefile.in:
7245         * make/stepmake.make (config_make): Rename variable (was:
7246         configuration).
7247
7248 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7249
7250         * Documentation/user/internals.itely (Manipulating music
7251         expressions): run lilypond on example too.
7252
7253         * flower/include/libc-extension.hh: move lrint define to
7254         header. bugfix.
7255         
7256 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7257
7258         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7259         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7260         do we recurse whole tree?).
7261
7262         * GNUmakefile.in (html-doc): Resurrect.
7263
7264         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7265         obsolete $(package-icon) dependency.
7266
7267 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7268
7269         * Documentation/user/refman.itely (Automatic staff changes):
7270         add seealso 
7271
7272         * Documentation/index.html.in: link to bigpage.
7273
7274         * Documentation/user/tutorial.itely (Tutorial): streamline.
7275
7276         * Documentation/index.html.in: url typo.
7277
7278         * VERSION (PACKAGE_NAME): release 1.7.28
7279
7280         * python/lilylib.py (error_log): remove '/' from name.
7281
7282         * input/regression/pedal.ly: remove; dups input/test/
7283         
7284         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7285
7286         * Documentation/index.html.in: python style doco index.
7287
7288         * Documentation/{footer,header}.html.in (src): remove, 
7289
7290         * Documentation/pictures: remove all but lelie-logo.xpm.
7291
7292         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7293         before running makeinfo.
7294
7295         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7296         @code{}
7297
7298 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7299
7300         * input/test/bar-number-regular-interval.ly: rename.
7301
7302         * Documentation/user/*: various fixes. 
7303
7304 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7305
7306         * Documentation/{ many }: polish for update-all-menus. typos.
7307
7308         * po/fi.po: fixes.
7309
7310         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7311
7312         * buildscripts/mutopia-index.py: polish.
7313
7314         * input/regression/{ many }, input/test{ many }: polish texidocs.
7315
7316 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7319         pedal-style
7320
7321         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7322         iso. edge-widen.
7323
7324         * lily/piano-pedal-engraver.cc (process_music): change from
7325         process_acknowledged ()
7326
7327         * lily/piano-pedal-bracket.cc: new file. Change
7328         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7329         cleaned up.
7330
7331         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7332
7333         * input/regression/tuplets.ly (texidoc): rename file.
7334
7335         * po/fr.po: update
7336
7337         * buildscripts/lilypond-profile.sh: error message if script is not
7338         sourced.
7339
7340         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7341         bracket-flare
7342         (make_bracket): simplify code.
7343
7344         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7345         argument.
7346
7347         * python/lilylib.py (lilypond_version_check): new function
7348
7349         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7350
7351         * scripts/ly2dvi.py (run_lilypond): add version check.
7352
7353         * scripts/lilypond-book.py (option_definitions): typo
7354
7355         * scripts/ly2dvi.py (include_path): typo
7356
7357         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7358
7359         * lily/parse-scm.cc (parse_handler): typo
7360
7361         * Documentation/user/macros.itexi: use @heading for headings.
7362
7363         * Documentation/user/refman.itely: updates, fixes.
7364
7365 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7366
7367         * po/fi.po: add Finnish translations. fixes.
7368
7369         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7370
7371         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7372         from lily/glissando-engraver.cc.
7373
7374 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7375
7376         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7377         for non-first _broken_ bracket.
7378
7379         * Documentation/user/refman.itely: corrections.
7380
7381 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7382
7383         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7384         support of the fingerings.
7385
7386         * po/fr.po: French translation update.
7387
7388         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7389         strings.
7390
7391 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7392
7393         * Documentation/user/introduction.itely: Small fixes.
7394
7395 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7396
7397         * Documentation/topdocs/AUTHORS.texi: polish.
7398
7399 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7400
7401         * Documentation/user/introduction.itely: revise
7402
7403         * Documentation/user/tutorial.itely: reorganise.
7404
7405         * Documentation/topdocs/index.tely: remove.
7406
7407         * Documentation/header.html.in: prune.
7408
7409         * GNUmakefile.in: clean up web building.
7410
7411         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7412         target.
7413
7414 2003-07-21  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: turn on blink-matching-paren.
7419
7420 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7421
7422         * scm/output-sodipodi.scm (svg-header): Fix typo.
7423
7424 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7425
7426         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7427         fixes a security hole.
7428
7429         * scripts/lilypond-book.py (original_dir): remove temp_dir
7430
7431         * scm/document-translation.scm: use @code tags.
7432
7433 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7434
7435         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7436
7437         * lilypond-mode.el: add a buffer-local post-command-hook to set
7438         context dependent syntax-table after each cursor event. Remove old
7439         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7440
7441         * lilypond-indent.el: update comments.
7442
7443         * Documentation/footer.html.in: add period.
7444
7445 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7446
7447         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7448
7449         * scm/document-translation.scm (document-property-operation): add
7450         @code{} tags.
7451
7452         * VERSION (PACKAGE_NAME): release 1.7.27
7453
7454         * config.make.in: add PAPER variable
7455
7456         * buildscripts/new-chords.py (help): add help text
7457
7458         * Documentation/user/introduction.itely (Typography and program
7459         architecture):  fixes.
7460
7461         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7462         for texinfo and dvips. This fixes problems with PDF output of the
7463         wrong size.
7464
7465         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7466         DVIPS_PAPERSIZE variable
7467
7468         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7469         TEXINFO_PAPERSIZE variable 
7470
7471 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7472
7473         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7474
7475         * mf/feta-toevallig.mf: lowres fixes.
7476
7477 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7478
7479         * NEWS: Typo and fill-paragraph fixes.
7480
7481         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7482         cast #define.
7483
7484         * configure.in: 
7485         * config.hh.in: Check for lrint.
7486
7487 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7488
7489         * VERSION: 1.7.26 released
7490
7491         * lily/separation-item.cc: add padding property.
7492
7493         * input/test/*.ly: various fixes, remove solo-a2.ly
7494
7495         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7496         bugfix. Fixes old-style markup compatibility.
7497
7498         * Documentation/user/introduction.itely (Introduction): historical
7499         elucidations
7500
7501         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7502
7503         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7504
7505         * Documentation/index.texi (Top): cleanup.
7506
7507         * Documentation/user/introduction.itely (Introduction): rewrite
7508         introduction, 
7509         (Music notation and  engraving): about notation. Add flat-picture
7510
7511 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7512
7513         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7514         separation items. This keeps lyrics from bumping into each other.
7515
7516 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7517
7518         * GNUmakefile.in (topdocs-web): New target.
7519         (local-web): Depend on topdocs-web; fixes html-doc.
7520
7521 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7522
7523         * po/lilypond.pot: run po-replace
7524
7525         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7526
7527         * scm/drums.scm (reset-drum-kit): new function.
7528
7529         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7530
7531         * scripts/update-lily.py: remove
7532         
7533         * VERSION: release 1.7.25
7534         
7535         * Documentation/user/introduction.itely (Introduction): rewrite
7536         start of introduction.
7537
7538 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7539
7540         * lily/all-font-metrics.cc: fixed typo
7541
7542 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7543
7544         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7545         LilyPond-mode-context-set-syntax-table): new functions to define
7546         the syntax table according to context.
7547
7548         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7549
7550 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7551
7552         * Documentation/user/refman.itely (Figured bass): 
7553         language nit courtesy http://www.vocabula.com
7554
7555         * GNUmakefile.in: remove no kpathsea hack.
7556
7557         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7558         doco.
7559
7560         * GNUmakefile.in: remove web-doc target.
7561
7562         * lily/all-font-metrics.cc (find_afm): add message about
7563         buildscripts/clean-fonts.sh 
7564
7565         * scm/define-music-properties.scm (figure): use string for 'figure
7566
7567         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7568
7569         * input/regression/ : add raggedright = ##t where applicable. 
7570         
7571         * scm/bass-figure.scm (make-bass-figure-markup): add
7572         alignBassFigureAccidentals property.
7573
7574         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7575         bracket.
7576
7577         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7578         syllables widths into account for minimum-length.
7579
7580         * input/test/staff-container.ly: update file
7581
7582         * input/test/stem.ly: remove
7583
7584         * lily/event.cc (LY_DEFINE): add ly: prefix.
7585
7586         * input/test/clef-manual-control.ly: from manual-clef
7587
7588         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7589
7590         * input/test/different-time-signatures.ly: move to poly-metric.ly
7591
7592         * input/test/hara-kiri*,scales.ly: remove
7593         
7594         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7595         with chord-names-jazz.ly)
7596
7597         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7598         get scalable cm fonts too.
7599
7600         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7601         --encoding for mftrace if present.
7602
7603         * input/regression/slur-area.ly: move from test/
7604
7605         * input/test/: remove simple-slur-endings slur-attachment
7606         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7607         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7608         slur-symmetry slur-symmetry tie-broken.ly
7609
7610         * scm/drums.scm (set-drum-kit): add function.
7611
7612         * Documentation/user/refman.itely (Percussion staves): use
7613         set-drum-kit
7614
7615         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7616         too
7617         (Global_measure.set_timesig): handle 3/8 time sig too.
7618
7619         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7620         note about triangle note heads.
7621
7622         * scm/drums.scm: use alist for instrument-settings. This fixes the
7623         bug with assigning to drums in the .ly file.
7624
7625         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7626         CHANGED.
7627
7628         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7629         cluster-beacon-interface
7630
7631         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7632
7633         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7634
7635         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7636
7637         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7638         to get positions.
7639
7640         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7641         make ClusterSpannerBeacon to record Y positions. This removes the
7642         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7643         make cluster-note-events.
7644
7645 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7646
7647         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7648
7649         * configure.in: Use lily/main.cc as identifying source file.
7650
7651         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7652
7653         * config.hh.in: 
7654         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7655
7656         * configure.in: Require PYTHON >= 2.0.
7657
7658         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7659           $PYTHON for include dir location.
7660         (STEPMAKE_PYTHON): New function.  Use
7661         
7662             PYTHON=foo ./configure
7663
7664           to override.
7665
7666 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7667
7668         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7669         something.
7670
7671         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7672         ftp.lilypond.org everywhere.
7673
7674 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7675
7676         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7677         detected.
7678
7679         * Documentation/user/refman.itely (Grace notes): note on explicit
7680         contexts
7681
7682 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7683
7684         * lilypond-font-lock.el: add a comment about LilyPond specific
7685         escape characters: ^, - and _, in the syntax table.
7686
7687         * Documentation/user/appendices.itely: a majuscule fix.
7688
7689 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7690
7691         * input/test/trills.ly (endHorizScript): fixes.
7692
7693         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7694         notation, move from regression.
7695
7696         * input/test/script-stack.ly: change name from stacked-scripts
7697
7698         * input/test/ossia.ly: octave errors.
7699
7700         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7701         for midi-volume-equaliser
7702
7703 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7704
7705         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7706         cm fonts.
7707
7708         * mf/feta-beugel.mf: don't multiply font_count by 10.
7709
7710         * lily/lookup.cc (horizontal_line): new function. Use
7711         horizontal-line in output backends.
7712
7713         * Documentation/user/tutorial.itely (An orchestral part): new
7714         section on orchestral stuff and identifiers.
7715
7716 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7717
7718         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7719         some interference to other modes.
7720
7721 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7722
7723         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7724         not maximum of spacing wishes in polyphonic situations.
7725
7726         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7727         number
7728
7729         * lilypond-indent.el: remove paren matching. 
7730
7731         * lily/text-item.cc (interpret_new_markup): new function
7732         use iso. text2molecule.
7733
7734         * lily/main.cc (notice): change FSF address 
7735
7736         * po/de.po: update PO file to 1.6.
7737
7738 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7739
7740         * Documentation/user/ {many}: Add periods and remove spaces.
7741         
7742 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7743
7744         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7745         Disable buffer-locally default paren hook and make a new one. 
7746
7747         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7748         locally LilyPond-paren-mode. Add todo for mouse double-click.
7749
7750 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7751
7752         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7753         Disable buffer-locally default paren idle timer and make a new one. 
7754
7755         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7756         locally LilyPond-show-paren-mode. Add to menu a toggle for
7757         LilyPond-show-paren-function.
7758
7759 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7760
7761         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7762
7763 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7764
7765         * Documentation/user/refman.itely: spelling fix.
7766
7767         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7768         paren highlight function definitions. add todo for
7769         LilyPond-show-paren-mode.
7770
7771 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7772
7773         * input/template/jazz-combo.ly: new file.
7774
7775 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7776
7777         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7778         lo-res fixes.
7779
7780         * mf/feta-schrift.mf: bugfix in varcoda sign.
7781         WARNING: FONT CHANGED
7782
7783         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7784         in accordance with lexer.ll.   
7785
7786 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7787
7788         * Documentation/user/tutorial.itely: Edit introduction.
7789
7790 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7791
7792         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7793         ly:grob-staff-position
7794
7795 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7796
7797         * scm/to-xml.scm: import srfi-1
7798
7799         * VERSION (MAJOR_VERSION):  release 1.7.24
7800
7801         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7802
7803         * scripts/lilypond-book.py (do_file): put texidoc before image.
7804         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7805
7806         * input/regression/*.ly: fix snippet octaves 
7807
7808         * input/test/spanner-after-break-tweak.ly: import
7809         broken-spanner-adjustment
7810
7811         * input/no-notation/midi-transposing.ly: move from input/test/
7812
7813         * input/test/: remove chord-markup
7814
7815         * input/regression/instrument-name-partial.ly: move from input/test.
7816
7817         * input/test/vertical-text.ly: remove
7818
7819         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7820         space above lyrics lines.
7821
7822         * input/test/uniform-breaking.ly: remove file.
7823
7824         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7825         uniform spacing density. 
7826
7827         * input/test/chords.ly (keys): remove file.
7828
7829         * scm/documentation-lib.scm (oop): use srfi-1 too.
7830
7831         * input/regression/*.ly: add \version
7832
7833         * Documentation/user/*.itely: various fixes.
7834
7835         * buildscripts/mf-to-table.py (base): break table every three
7836         symbols.
7837
7838         * input/:  remove %% new-chords-done %% .
7839
7840         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7841         os-music.ly
7842         
7843 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7844
7845         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7846
7847         * scm/new-markup.scm (box-markup): new function.
7848         (box-markup): new function. Contributed by Dick Schoeller
7849         <schoeller@attbi.com>
7850
7851         * scm/lily.scm: remove reduce-no-unit 
7852         (list-insert-separator): use fold-right
7853
7854         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7855         of arguments. 
7856
7857         * NEWS: more neutral language for ancient notation 
7858
7859         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7860         inside pointing beaming for chord tremolo.
7861
7862         * Documentation/user/lilypond-book.itely: minor editing
7863
7864 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7865
7866         * NEWS: added news for 1.8 regarding ancient notation
7867
7868         * Documentation/user/refman.itely (Gregorian square neumes
7869         ligatures): fixed typo
7870
7871         * lily/vaticana-ligature-engraver.cc,
7872         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7873         lower/upper head of Pes only when heads are stacked
7874
7875         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7876         scm/define-grob-properties.scm: cleanup: make "join-left" a
7877         boolean grob property and save delta pitch in grob property
7878         "delta-pitch" instead
7879
7880         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7881
7882 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7883
7884         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7885         completely borked
7886
7887         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7888         (try_music): bug fix: beam multiplicity was completely borked.
7889
7890         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7891         first-n, butfirst-n in favor of srfi-1 functions.
7892         remove string-join, string-pad in favor of srfi-13 functions.
7893
7894         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7895
7896         * NEWS: use complete sentences.
7897
7898         * Documentation/user/introduction.itely (Example applications):
7899         add note about databases and lilypond-book.
7900
7901         * input/test/volta.ly: remove file
7902
7903         * input/regression/volta-broken-left-edge.ly: simplify file
7904
7905 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7906
7907         * Documentation/user/refman.itely (Constructing a tweak): new
7908         subsection.
7909
7910         * Documentation/user/tutorial.itely (Fine tuning layout): add
7911         common tweaks.
7912
7913         * scm/define-grobs.scm (TextScript): use new brewer.
7914
7915 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7916
7917         * VERSION: release 1.7.23
7918
7919         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7920
7921         * python/lilylib.py (make_ps_images): bugfixes.
7922
7923         * input/regression/volta-multi-staff.ly: new file.
7924
7925         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7926
7927         * Documentation/user/tutorial.itely (Piano staffs): new section.
7928         (Setting variables): new section
7929         (Fine tuning layout): new section
7930
7931         * input/just-friends.ly: remove file. Superseeded by
7932         input/test/chords-without-melody.ly
7933
7934         * ly/property-init.ly: add all commands to refman.
7935
7936         * scm/define-translator-properties.scm: remove
7937         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7938
7939         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7940         name. Underscores botch up PS output.
7941
7942         * scm/define-translator-properties.scm: remove
7943         textNonEmpty, oneBeat, regularSpacingDelta
7944
7945         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7946         rule for automaticBars.
7947
7948         * lily/timing-engraver.cc (start_translation_timestep): change
7949         barNonAuto to automaticBars
7950
7951 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7952
7953         * input/test/perform-tie.ly: delete file.
7954
7955 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7956
7957         * Documentation/user/refman.itely (Gregorian square neumes
7958         ligatures): bugfix: do not show ledger lines in neumes table
7959         (fixed by setting staff symbol to transparent rather than removing
7960         it from staff context)
7961
7962 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7963
7964         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7965         glue into brew-new-markup-molecule.
7966
7967         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7968
7969         * Documentation/user/introduction.itely (Computerized typography):
7970         new section
7971
7972         * Documentation/user/tutorial.itely (An orchestral part): remove
7973         pc example from tutorial.
7974
7975         * input/tutorial/lilbook.tex: use screech-boink
7976
7977         * scripts/lilypond-book.py (compile_all_files): split formatting
7978         output body and scheduling lilypond compilation.
7979         (format_lilypond_output_bodies): new function
7980         (format_lilypond_block): new function
7981         (html_pages): allow multi-page images in HTML
7982
7983         * python/lilylib.py (make_ps_images): rename function from
7984         make_preview, merge with make_page_images
7985
7986 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7987
7988         * input/test/key-clefs.ly: moved to regression.
7989
7990         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7991
7992         * input/no-notation/README: added note about midi-*.ly files.
7993
7994         * input/test/two-key.ly: moved to no-notation/parse5.ly
7995
7996         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7997         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7998
7999         * input/test/ {various}: modified comments, marked some for deletion.
8000
8001         * input/test/lines.ly: deleted file; duplicate of
8002         embedded-postscript.ly
8003
8004         * input/test/mmrest-collision: moved to regression.
8005
8006 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8007
8008         * scm/chord-name.scm (note-name->markup): don't superscript root
8009         alterations in chordnames.
8010
8011 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8012
8013         * Documentation/user/refman.itely (Multi measure rests): more
8014         index/cross-referencing.
8015
8016         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8017
8018         * scm/font.scm: remove properties-to-font-name code.
8019
8020         * scm/define-grob-properties.scm: remove 'type
8021
8022         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8023         conversion
8024
8025         * lily/text-spanner.cc: change 'type grob prop to 'style 
8026
8027         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8028         "first" flag to decide whether to make a start-repeat
8029
8030         * input/regression/grace-volta-repeat-2.ly: new file.
8031
8032 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8033
8034         * lilypond-indent.el: rename generic functions to LilyPond-*
8035
8036 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8037
8038         * input/test/thumb.ly: delete, merged into refman.
8039
8040         * Documentation/user/refman.itely: added thumb info to Fingering.
8041
8042         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8043         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8044         vertical-align.ly : deleted files.
8045
8046 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8047
8048         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8049
8050         * lily/line-spanner.cc (broken_trend_offset): remove function.
8051         (get_broken_offset): idem.
8052         (brew_molecule): rewrite the line-break case.
8053
8054         * input/regression/follow-voice-break.ly:  new file.
8055
8056         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8057         start of a system.
8058
8059 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8060
8061         * input/test/tuplet-rest.ly: moved to regression.
8062
8063         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8064         deleted file.
8065
8066         * input/test/ {many} : marked file for possible deletion.
8067
8068 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8069
8070         * input/regression/beam-funky.ly: add note about (disputed)
8071         correct beaming.
8072
8073         * ly/engraver-init.ly (ScoreContext): put key-signature after
8074         staff-bar
8075         
8076 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8077
8078         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8079
8080         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8081
8082         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8083
8084         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8085         stem-extend was deleted (it was duplicate example, and not as
8086         good).
8087
8088         * input/test/[s-z]*.ly: add texidoc index.
8089
8090 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8091
8092         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8093         get_first_notecolumn_y
8094
8095         * lily/spanner.cc (broken_spanner_index): new function.
8096
8097 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8098
8099         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8100         lyric-hyphen.ly : moved to regression.
8101
8102         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8103         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8104
8105         * input/test/instrument-name-mmrest.ly: moved to
8106         ../regression/multi-measure-rest-instr-name.ly
8107
8108         * input/test/knee-sym.ly: moved to
8109         ../regression/beam-knee-symmetry.ly.
8110
8111         * input/test/hymn.ly: change comments.
8112
8113         * input/test/[p-r]*.ly: add texidoc index.
8114
8115 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8116
8117         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8118         to postfix syntax
8119         
8120         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8121         syntax.
8122
8123         * VERSION: release 1.7.22
8124
8125 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8126
8127         * input/test/[h-k]*.ly: added texidoc index.
8128
8129         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8130
8131         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8132
8133         * input/test/ various : mark files for deletion or moving to
8134         regression.
8135
8136         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8137
8138         * input/test/[l-o]*.ly: added texidoc index.
8139
8140 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8141
8142         * scm/music-functions.scm (make-ottava-set): 
8143         only do ottavation if centralCPosition is set.
8144
8145         * lily/translator-scheme.cc (ly:context-property-where-defined):
8146         return '() if not found.
8147
8148 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8149
8150         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8151         Use one command for both commenting and uncommenting.
8152
8153         * lilypond-indent.el (LilyPond-comment-region): new function,
8154         (un)comments each line separately.
8155
8156         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8157         
8158         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8159         imenu is not added by default; adapted from f90.el,
8160         makes Help-menu, which does not fit, visible in XEmacs.
8161         
8162 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8163
8164         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8165         show-paren-mode sets blink-matching-paren-on-screen local.
8166         Try to make show-paren-function to paren-highlight local.
8167
8168         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8169         Copy definitions of Emacs' show-paren-function and
8170         XEmacs' paren-highlight and make minimal changes;
8171         add comments about locality. 
8172         Fix matching first open-paren-char in '<< .. >>'.
8173
8174 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8175
8176         * input/test/g*: added texidoc index.
8177
8178         * input/test/[a-g]*: added raggedright==#t when it
8179          seemed appropiate.
8180
8181         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8182
8183         * Documentation/topdoc/INSTALL.texi: removed false warnings
8184         about gcc 3.3.
8185
8186 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8187
8188         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8189
8190         * input/test/chords-without-melody.ly (texidoc): add from
8191         input/just-friends.ly
8192
8193         * input/regression/size{13--26}.ly: move from input/
8194
8195         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8196         input/{star-spangled-banner,twinkle}.ly: remove 
8197         
8198         * lily/slur.cc: remove slur over rest warnings.
8199
8200         * lily/note-spacing.cc (get_spacing): include left part of right
8201         object in fixed space. This fixes stretched space before
8202         accidentals.
8203
8204         * input/regression/spacing-accidental-stretch.ly: new file.
8205
8206 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8207
8208         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8209         Reduce to 16pt.
8210
8211 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8212
8213         * input/regression/spacing-knee.ly: docstring
8214
8215         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8216
8217         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8218         input/tutorial/{test,solar,flowing}.ly: remove
8219
8220         * input/rhythm.ly: remove
8221
8222         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8223
8224         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8225         update syntax. 
8226
8227         * scm/define-grobs.scm (all-grob-descriptions): set
8228         knee-spacing-correction to 1.0
8229
8230         * lily/note-spacing.cc (stem_dir_correction): compute knee
8231         correction using stem-thickness and head width.
8232
8233         * input/regression/beam-quanting-horizontal.ly: update texidoc
8234
8235         * scm/define-grobs.scm (all-grob-descriptions): set
8236         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8237         This fixes 32nd beams for noteheads in spaces quants.
8238
8239         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8240
8241 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8242
8243         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8244
8245 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8246
8247         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8248
8249         * VERSION (PACKAGE_NAME): release 1.7.21
8250
8251         * input/regression/stem-shorten.ly: new file.
8252
8253         * lily/stem.cc (get_default_stem_end_position): revise stem
8254         shortening code.
8255
8256         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8257
8258         * input/test/{scripts,volta-start,sleur}.ly: remove
8259         
8260         * input/regression/span-bar.ly: smaller file.
8261
8262         * input/regression/spacing-{natural,tight,loose}.ly: remove
8263
8264         * input/test/markup.ly: remove
8265
8266         * scripts/lilypond-book.py: put printfilename in separate chunk,
8267         so texidoc is printed after the filename.  
8268
8269 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8270
8271         * make/lilypond.mandrake.spec.in: fix docdirs.
8272
8273 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8274
8275         * input/regression/beam-french.ly: bugfix.
8276
8277         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8278
8279         * input/regression/(various).ly: add raggedright = #t.
8280
8281         * input/regression/auto-beam.ly: move from abe.ly
8282
8283 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8284
8285         * input/test/f*.ly: added texinfo index.
8286         
8287         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8288
8289 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8290
8291         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8292         quant penalty for beam just outside staff.
8293
8294         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8295         from beam-pos.ly,  remove non-horizontal tests. 
8296
8297         * input/test/(various): cleanup header info. 
8298
8299         * input/test/tchaikovsky.ly: remove file.
8300
8301         * scm/chord-generic-names.scm: move from
8302         double-plus-new-chord-name.scm
8303
8304         * input/test/orchestscore.ly: remove file
8305
8306         * Documentation/user/refman.itely (Vocal music): update documentation.
8307
8308         * scm/define-translator-properties.scm (chordNoteNamer): remove
8309         chordNameStyle, use chordNameFunction
8310
8311         * scm/chord-name.scm (set-chord-name-style): remove
8312         set-chord-name-style. Use \property chordNameFunction.
8313
8314 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8315
8316         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8317         music): remove @TeX{} command.
8318
8319 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8320
8321         * lilypond-indent.el (scan-sexps): Renamed to
8322         aargh-this-breaks-other-emacs-modes-scan-sexps.
8323
8324 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8325
8326         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8327         closing slurs: '()', etc. Add comments.
8328
8329         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8330
8331         * lilypond-font-lock.el: match unending string at eof.
8332
8333         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8334         
8335 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8336
8337         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8338         input/test/beam-dir.ly input/test/beam-position.ly    
8339         input/test/beam-suspect.ly input/test/beam-trend.ly    
8340         input/test/beams.ly input/test/crescendo-text.ly : deleted
8341         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8342         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8343         * input/test/default-bars.ly: moved to bar-always.ly
8344         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8345
8346 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8347
8348         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8349
8350 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8351
8352         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8353
8354 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8355
8356         * lilypond-indent.el: Match better slurs in scheme expressions.
8357         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8358
8359         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8360
8361 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8362
8363         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8364
8365         * input/ac-extra-voice.ly: Add texidoc.
8366
8367         * ly/chord-modifiers-init.ly: 
8368         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8369         and chordNameExceptionsPartial for new chord names.
8370
8371         * input/test/chord-names-dpnj.ly: 
8372         * input/test/dpncnt.ly: Update.
8373
8374         * scm/chord-name.scm: 
8375         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8376         chord selection and options.
8377
8378         * ly/chord-modifiers-init.ly: Add exceptions 
8379
8380         * scm/define-translator-properties.scm (chordNameStyle) 
8381         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8382
8383 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8384
8385         * ly/property-init.ly (germanChords): Added.
8386         (semiGermanChords): Added.
8387         
8388         * input/test/chord-names-german.ly: Use new macros
8389         
8390 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8391
8392         * lilypond-indent.el: Use similar parenthesis highlighting for 
8393         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8394         functions; removed LilyPond-show-paren-function. Fix indenting.
8395         Turn paren-matching on also in XEmacs.
8396
8397         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8398         as needed by parenthesis highlighting functions (in scan-sexp).
8399
8400 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8401
8402         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8403         function.
8404         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8405
8406 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8407
8408         * lilypond-indent.el: tune regexp for show-paren-function.
8409
8410 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8411
8412         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8413         for all LilyPond-produced tex snippets.
8414
8415         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8416         fixes one line --preview output of ly2dvi.
8417
8418 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8419
8420         * lilypond-indent.el: match only one type of slurs in
8421         LilyPond-show-paren-function.
8422
8423 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8424
8425         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8426         * debian/lilypond1.7.dirs: 
8427         * debian/lilypond1.7-doc.dirs: New file.
8428
8429         * input/regression/chord-name-exceptions.ly: Add parameter for
8430         ignatzekExceptions.  Quote hash in docstring.
8431
8432 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8433
8434         * lilypond-indent.el (show-paren-function): define show-paren-function
8435         as LilyPond-blink-matching-open and use it for closing parens.
8436         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8437
8438         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8439         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8440         LilyPond-blink-matching-paren in order to match both open and close
8441         brackets.
8442         
8443 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8444
8445         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8446         testing by modifying the code from FSF Emacs paren.el. Add comments.
8447
8448 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8449
8450         * input/test/dpncnt.ly: Transpose example to match new
8451         default \chords octave.  Add comment.
8452         
8453         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8454         comment about octave change.
8455
8456 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8457
8458         * input/test/[d,e]: added texinfo index tags.
8459         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8460
8461 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8462
8463         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8464
8465 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8466
8467         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8468         as in blink-matching-open.
8469
8470 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8471
8472         * input/test/[a-c]: more comments in files.
8473         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8474         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8475         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8476         mark file for proposed deletion.
8477         * input/test: renaming files:
8478         auto-beam-4-8.ly to beam-auto-4-8.ly
8479         auto-beam-override.ly to beam-auto-override.ly
8480         auto-beam.ly to beam-auto.ly
8481         blank.ly to blank-paper.ly
8482         absolute-volume.ly to dynamic-absolute-volume.ly
8483
8484 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * input/test/dpncnt.ly: 
8487         * input/test/chord-names-dpnj.ly: Resurrect.
8488
8489         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8490
8491         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8492
8493         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8494         Better docstring, add parameter OMIT-ROOT, tidy up.
8495
8496 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8497
8498         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8499
8500 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8501
8502         * scm/output-ascii-script.scm (as-font-alist-alist):
8503         (as-properties-to-font-name):
8504         (as-make-style-sheet): Remove.
8505
8506         * scm/font.scm (as-make-font-list): New function.
8507         (as-font-sheet-alist): New variable.
8508
8509         * ly/paper-as9-init.ly: 
8510         * ly/paper-as5-init.ly: Update.
8511
8512         * ly/paper-as5.ly:
8513         * ly/paper-as9.ly: New file.
8514
8515 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8516
8517         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8518
8519 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8520         * input/sondag-morgen/*: removed due to copyright concerns.
8521         * input/[a,b]*.ly: added a newline at the end of the texinfo
8522         doc string (produces better output in HTML version).
8523         * input/c*.ly: added texinfo index and added comments to
8524         aid in future changes to input/test/ files.
8525
8526 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8527         
8528         * Documentation/user/refman.itely: fixed build problem (missing
8529         file) caused by previous renaming.
8530
8531 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8532         
8533         * input/test/[a,b]*.ly: added texinfo index and added comments to
8534         aid in future changes to input/test/ files.
8535         * input/test/bar-number-every-5-reset.ly: renamed to
8536         bar-number-every-five-reset.ly
8537         * input/test/bar-script-visibility.ly: renamed to
8538         bar-number-show-all.ly
8539
8540 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8541
8542         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8543         to Voice.
8544
8545         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8546         out note-line and glissando functionality.
8547         
8548         * lily/line-spanner.cc (brew_molecule): cleanup.
8549
8550 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8551
8552         * scripts/as2text.scm: Use rdelim module.
8553         (start-system): Rename from start-line.
8554         (stop-system): Rename from stop-line.
8555         (af-gulp-file): Use string iso symbol for getenv.
8556
8557         * scm/output-ascii-script.scm: Add guile and lily modules.
8558         (font-name-alist): New variable.
8559         (draw-line): New function.
8560
8561         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8562         (Were these silently removed, without ChangeLog entry?)
8563
8564 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8565
8566         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8567         process 2nd ottava correctly.
8568
8569 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8570
8571         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8572
8573 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8574
8575         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8576
8577 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8578
8579         * VERSION: release 1.7.20
8580         
8581         * lily/text-spanner.cc (brew_molecule): clean up function. This
8582         fixes bugs with broken 8va spanners.
8583
8584         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8585         This prevents spurious line-breaks with raggedright
8586         
8587 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8588
8589         * lily/key-performer.cc (create_audio_elements): always use major
8590         key
8591
8592         * Documentation/user/internals.itely: updates
8593
8594         * input/regression/beam-break.ly: new file.
8595
8596         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8597         beams if starting or terminating stems have 'beaming set.)
8598
8599         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8600         property.
8601
8602         * lily/parser.yy (verbose_command_req): add comment about scales.
8603
8604 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8605
8606         * lilypond-indent.el: adjust regexps in bracket-matching.
8607
8608 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8609
8610         * Documentation/user/refman.itely: more tiny fixes
8611
8612         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8613         "Chord names"; added table with input syntax for solesmes neumes
8614         table; added some words about rationale on input syntax design
8615
8616         * lily/gregorian-ligature-engraver.cc,
8617         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8618         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8619         alignment of Pes Initio Debilis
8620
8621         * Documentation/user/refman.itely,
8622         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8623         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8624         bugs in the solesmes neumes table
8625
8626 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8627
8628         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8629         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8630
8631         * lilypond-mode.el: fix tag-score. small improvements.
8632
8633 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8634
8635         * .cvsignore: Add aclocal.m4.
8636
8637         * lily/music-constructor.cc: Include <assert.h>.
8638
8639 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8640
8641         * ly/engraver-init.ly (HaraKiriStaffContext): use
8642         RemoveEmptyStaffContext instead.
8643
8644         * Documentation/user/refman.itely: updates
8645
8646 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8647
8648         * Documentation/user/refman.itely: added solesmes neumes table;
8649         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8650         bugfix: "Ornaments" -> "Articulations"
8651
8652         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8653
8654 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8655
8656         * lilypond-indent.el: Add a message about trying to match \] or \).
8657         
8658 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8659         
8660         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8661         obsolete "arithmetic_*"
8662
8663         * input/bugs/ligatures.ly: removed (will be put into a different
8664         directory later)
8665
8666 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8667
8668         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8669         libkpathsea (Maurizio Tomasi).
8670
8671 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8672
8673         * input/regression/repeat-slash.ly (texidoc): new file
8674
8675         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8676         slash repeats separately. Slash repeats and %
8677         repeats can now be nested.
8678
8679 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8680
8681         * lilypond-indent.el: Add preliminary test for closing \] and \).
8682         
8683 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8684
8685         * lily/gregorian-ligature-engraver.cc,
8686         lily/vaticana-ligature-engraver.cc,
8687         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8688         mf/parmesan-heads.mf: various semivocalis related bugfixes
8689
8690         * input/bugs/ligatures.ly: new file demonstrating problems with
8691         ligatures
8692         
8693 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8694
8695         * lilypond-mode.el,
8696         lilypond-font-lock.el,
8697         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8698
8699 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8700
8701         * lilypond-mode.el: Remove outdated code. Stress the difference 
8702         between Emacs and XEmacs definitions.
8703
8704         * lilypond-mode.el,
8705         lilypond-indent.el: Define a function interactive only when necessary.
8706
8707 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8708
8709         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8710         Use inactive regions also in XEmacs.
8711
8712 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8713
8714         * Documentation/user/refman.itely (Repeat syntax): more updates
8715
8716         * lily/simple-spacer.cc (solve): move solution process into
8717         solve(). This fixes a bug with collisions and raggedright = ##t.
8718  
8719         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8720
8721         * ly/engraver-init.ly: remove GraceContext. Update examples.
8722
8723 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8724
8725         * GNUmakefile.in (fonts): Also make fontball.
8726
8727         * Website fixes:
8728
8729         * ly/engraver-init.ly (GraceContext): Add.
8730
8731         * run:
8732
8733             convert-ly $(find . -name *.ly)
8734
8735         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8736         new chords.
8737
8738 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8739
8740         * VERSION: 1.7.19 released
8741         
8742         * scm/music-functions.scm (set-octavation): new function.
8743
8744         * input/regression/ottava.ly: new file
8745
8746         * lily/translator-scheme.cc (LY_DEFINE): new function
8747         ly:unset-context-property
8748         (LY_DEFINE) new function ly:context-property-where-defined: 
8749
8750 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8751
8752         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8753
8754         * lilypond.words: add few.
8755
8756         * input/test/script-chart.ly: fix typo.
8757
8758 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8759
8760         * scm/define-grobs.scm: uniform naming for definitions and output
8761         routine files. 
8762
8763         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8764         scm/context-description.scm
8765
8766         * lily/parser.yy (translator_spec_body): add \description to the
8767         \translator{} body syntax.
8768
8769         * lily/ottava-engraver.cc: new file.
8770
8771         * scm/chord-name.scm (natural-chord-alteration): replace old
8772         chord stuff. 
8773
8774         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8775
8776         * Documentation/user/refman.itely (Metronome marks): update doco.
8777
8778         * input/regression/markup-note.ly: new file
8779
8780         * input/regression/metronome-marking.ly: new file
8781
8782         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8783
8784         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8785         metronome marks.
8786
8787 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8788
8789         * Documentation/user/GNUmakefile: Compatibility fix for new
8790         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8791         for making binary packages; info splitting bug has been fixed.
8792
8793         * Documentation/user/refman.itely: Compile fixes.
8794
8795 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8796
8797         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8798         Count \midi -keywords also for a region.
8799
8800 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8801
8802         * lily/lookup.cc (LY_DEFINE): new function
8803
8804         * Documentation/user/tutorial.itely: updates
8805
8806 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8807
8808         * lilypond-mode.el: Allow Midi on buffer.
8809         Use only '.ly'-extension, remove '.sly' and '.fly'.
8810         Allow use of inactive regions. Invoke next Command on Master file, 
8811         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8812
8813 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8814
8815         * Documentation/user/tutorial.itely: updates.
8816
8817 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8818
8819         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8820
8821 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8822
8823         * lily/coherent-ligature-engraver.cc: fixed typo
8824
8825         * lily/coherent-ligature-engraver.cc,
8826         lily/gregorian-ligature-engraver.cc,
8827         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8828         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8829         lily/vaticana-ligature-engraver.cc,
8830         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8831         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8832         removed all ligature specific stuff from NoteHead code
8833
8834         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8835         ligatures now use regular noteheads
8836
8837         * lily/vaticana-ligature.cc: tiny code cleanups
8838
8839         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8840         space between two adjacent noteheads of the same pitch
8841
8842         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8843         description; cleanup: removed obsolete font-family settings
8844
8845 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8846
8847         * lily/coherent-ligature-engraver.cc,
8848         lily/gregorian-ligature-engraver.cc,
8849         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8850         lily/mensural-ligature-engraver.cc,
8851         lily/vaticana-ligature-engraver.cc,
8852         lily/include/gregorian-ligature-engraver.hh: updated for new
8853         Coherent_ligature_engraver; added comments that describe the basic
8854         design ideas of the ligature implementation
8855
8856         * lily/coherent-ligature-engraver.cc,
8857         lily/include/coherent-ligature-engraver.hh: new file: shared code
8858         between mensural ligatures and Gregorian chant notation ligatures
8859
8860 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8861
8862         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8863         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8864         use only two arguments in sit-for, use no arguments in
8865         read-char-exclusive, backspace is not a character (127) in XEmacs.
8866
8867         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8868
8869 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8870
8871         * lilypond-mode.el: un-commenting works after syntax-table fix.
8872
8873         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8874         group, verbose commenting for syntax table.
8875
8876         * lilypond-indent.el: add TODO for ligature slurs.
8877
8878 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8879
8880         * lilypond-mode.el: Move comments of parenthesis matching away,
8881         (blink-matching-paren-on-screen) fix blinking in Emacs.
8882
8883         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8884         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8885
8886         * lilypond-indent.el: Add TODO for parenthesis matching.
8887
8888 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8889
8890         * lilypond-mode.el: Fix XEmacs: 
8891         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8892         invoke explicitly easy-menu-add (in Emacs done automatically).
8893         
8894         * lilypond.words: Add few words from input/*/*.ly.
8895
8896 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8897
8898         * VERSION (PATCH_LEVEL): release 1.7.18
8899
8900         * scripts/lilypond-book.py: only print basename for printfilename
8901         option
8902
8903         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8904         and syntax updates.
8905
8906 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8907
8908         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8909         better parametrisation. Move fatness of bulb downward.
8910
8911         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8912         glyph names. Underscores are not allowed .ps encoding files.
8913
8914 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8915
8916         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8917         variable "packed" for packed right-ragged mode
8918
8919         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8920         unused variable ragged; fixed indentation
8921
8922         * Documentation/user/refman.itely: tiny cleanups in ancient
8923         clef and custos section
8924
8925 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8926
8927         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8928         \applyoutput PROCEDURE
8929
8930         * lily/my-lily-lexer.cc: add \applyoutput.
8931
8932         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8933
8934         * lily/text-item.cc: clean text-interface description
8935
8936 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8937
8938         * input/{regression,test}/: use postfix for slur endings and beam
8939         begins.
8940
8941         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8942         style beams too. 
8943
8944         * input/regression/lyrics-melisma-beam.ly: new file.
8945
8946         * lily/lyric-engraver.cc (process_music): change from
8947         process_acknowledged_grobs()
8948
8949         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8950         functions to set and revert auto-beam settings.
8951
8952 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8953
8954         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8955
8956 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8957
8958         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8959         Documentation/user/lilypond.tely: fixed some typos; updated author
8960         info
8961
8962         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8963         #"" -> #'flag-style = #'()
8964
8965         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8966         cleanup: removed dead #includes
8967
8968         * lily/gregorian-ligature-engraver.cc,
8969         lily/include/gregorian-ligature.hh,
8970         scm/grob-property-description.scm: small cleanups, small spacing
8971         fixes
8972
8973         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8974         lily/vaticana-ligature.cc,
8975         lily/include/gregorian-ligature-engraver.hh,
8976         scm/grob-property-description.scm, scm/music-types.scm:
8977         "porrectus" -> "pes or flexa"
8978
8979         * ly/engraver-init.ly, scm/grob-description.scm,
8980         scm/grob-property-description.scm: junked porrectus, now handled
8981         by ligature code
8982
8983         * scm/grob-description.scm: bugfix: added space-alist entry for
8984         breathing sign/custos
8985
8986 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8987
8988         * Another grand 2003 update.
8989         
8990         * Remove mentioning of `mudela'; There's no such thing.
8991
8992 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8993
8994         * Documentation/user/preface.itely (Preface to version 1.8): update
8995
8996         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8997
8998         * Documentation/user/converters.itely (Invoking convert-ly): revise
8999
9000         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9001
9002         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9003
9004 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9005
9006         * Documentation/user/internals.itely: more updates.
9007
9008 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9009
9010         * Documentation/user/refman.itely: revise 
9011
9012         * Documentation/user/internals.itely: revise
9013
9014         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9015
9016 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9017
9018         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9019         beautification: reformatted ancient clefs section; cleanup: small
9020         wording fixes
9021
9022 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9023
9024         * lilypond.words: added words for chant notation, sorted
9025         alphabetically through "sort lilypond.words"
9026
9027 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9028
9029         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9030         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9031         chant notation
9032
9033 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9034
9035         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9036         prevent TeX from interpreting them as long dash
9037
9038         * input/test/vaticana.ly: updated
9039
9040         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9041         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9042         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9043         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9044         fixes
9045
9046         * mf/parmesan-heads.mf: ledger endings: removed dead code
9047
9048 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9049
9050         * VERSION: 1.7.17 released
9051         
9052         * Documentation/user/GNUmakefile
9053         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9054         files too.
9055
9056         * scm/document-markup.scm: new file: document all markup
9057         functions.
9058
9059         * scm/documentation-generate.scm: rename all documentation modules
9060         to document-*.scm
9061
9062         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9063         .png
9064
9065         * input/test/divisiones.ly: added
9066
9067         * input/regression/output-property.ly: new file
9068
9069         * lily/cluster.cc: change cluster-interface to use style property
9070
9071 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9072
9073         * input/test/chord-names-german.ly: modified.
9074
9075         * scm/chords-ignatzek.scm:
9076           chord-name->german-markup: Added
9077           note-name->german-markup: Changed (now producing lowercase notenames)
9078
9079         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9080         
9081 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9082
9083         * scripts/convert-ly.py (FatalConversionError.conv):
9084         divisiominima -> divisioMinima, etc.
9085
9086         * ly/engraver-init.ly (FiguredBassContext): add
9087         Separating_line_group_engraver to Figured bass context.
9088
9089         * ly/german-chords-init.ly: remove file
9090
9091         * input/test/chord-names-german.ly (scm): new file.
9092
9093         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9094
9095         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9096         Chord_name_engraver
9097
9098         * Documentation/user/refman.itely: lots of updates.
9099
9100         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9101         new file
9102
9103         * input/test/bar-number-every-5-reset.ly: new file.
9104
9105 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9106
9107         * input/regression/chord-name-major7.ly: new file
9108
9109         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9110         if specced explicitly.
9111
9112         * input/regression/chord-name-entry-11.ly: new file.
9113
9114         * input/test/slur-beautiful.ly: new file.
9115
9116         * Documentation/user/refman.itely: updates.
9117
9118         * input/regression/collisions.ly (threevoice): cleanup.
9119
9120         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9121
9122 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9123
9124         * Documentation/user/*.itely: various updates.
9125
9126         * ly/spanners-init.ly: enddecr/ endcr.
9127
9128         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9129         of tutorial
9130
9131 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9132
9133         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9134
9135         * lily/new-chord-name-engraver.cc (process_music): use octavation
9136         (a number) instead of original-pitch to store inversions. This
9137         fixes a problem with transposed chords with inversions.  
9138
9139 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9140
9141         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9142         used in includable-lexer.hh.
9143
9144         * lily/includable-lexer.cc: Bugfix: include config.h.
9145
9146         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9147         circumvention of Debian packaging bug.
9148
9149 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9150
9151         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9152         
9153         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9154
9155         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9156         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9157
9158         * lily/include/includable-lexer.hh: 
9159         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9160
9161         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9162
9163         * aclocal.m4: Regenerate.
9164
9165         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9166         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9167
9168         * scm/pdf.scm (use-modules): Include lily.
9169
9170         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9171         Noordkamp).
9172         (use-modules): Include lily.
9173         (lily-def): Bugfix: include tex-val in let.
9174
9175 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9176
9177         * lilypond-mode.el: sensible error if lilypond.words not found.
9178
9179         * lilypond.words: add few words.
9180
9181 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9182
9183         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9184
9185         * mf/parmesan-scripts.mf: fixed typo in char name
9186
9187 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9188
9189         * VERSION: 1.7.16 released
9190
9191         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9192         (this is a security vulnerability).
9193
9194         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9195
9196         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9197         add staff support.
9198
9199 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9200
9201         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9202         ly/script-init.ly, scm/script.scm: bugfix: renamed
9203         fermata->signumcongruentiae to fix naming clash with feta font
9204
9205 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9206
9207         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9208
9209         * lily/multi-measure-rest-engraver.cc
9210         (start_translation_timestep): use grace timing too for determining
9211         when to make mmrest.
9212         (start_translation_timestep): clear numbers too.
9213
9214 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9215
9216         * scm/music-types.scm: compile fix: escape braces
9217
9218         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9219         work around font selection problem
9220
9221         * Documentation/user/refman.itely: BreathingSign: added docu for
9222         property "text"
9223
9224 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9225
9226         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9227         information.
9228
9229 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9230
9231         * lily/multi-measure-rest-engraver.cc (class
9232         Multi_measure_rest_engraver): make multiple Number objects, one
9233         for each MultiMeasureTextEvent.
9234
9235         * scm/music-functions.scm (glue-mm-rest-texts): use
9236         MultiMeasureTextEvent
9237
9238         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9239
9240         * Documentation/user/refman.itely (Multi measure rests): update.
9241
9242 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9243
9244         * lily/ly-module.cc (ly_copy_module_variables): use
9245         scm_internal_hash_fold() for iterating modules.
9246
9247 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9248
9249         * Documentation/user/refman.itely: Section Custodes: added more
9250         example code
9251
9252         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9253         neo-mensural rests to parmesan font
9254
9255         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9256         header
9257
9258 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9259
9260         * Documentation/user/macros.itexi: @fileref macro.
9261
9262         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9263         each file. 
9264
9265 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9266
9267         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9268         Documentation/topdocs/AUTHORS.texi: updated my email address
9269
9270         * Documentation/user/refman.itely: updated custos documentation;
9271         beautified divisiones example; beautified articulations table
9272
9273         * lily/breathing-sign.cc: bugfix: finalis molecule
9274
9275 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9276
9277         * Documentation/user/refman.itely: added docu for
9278         contemporary fermata symbols, gregorian breathing signs; small fixes
9279
9280         * ly/gregorian-init.ly: removed obsolete #'type props
9281
9282 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9283
9284         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9285         minimum-length property correctly.
9286
9287 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9288
9289         * scm/music-functions.scm (make-multi-measure-rest): set input
9290         locations for multimeasure rests.
9291
9292 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9293
9294         * input/regression/breathing-sign.ly: updated to for ancient
9295         notation
9296
9297 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9298
9299         * scripts/ly2dvi.py: Add newline.
9300
9301 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9302
9303         * scripts/ly2dvi.py (dependency_files): Compile fix.
9304
9305 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9306
9307         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9308         (make_html_menu_file): --html menu. 
9309
9310 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9311
9312         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9313
9314 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9315
9316         * input/screech-boink.ly: new file.
9317
9318 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9319
9320         * scripts/lilypond-book.py (make_lilypond_file): convert
9321         lilypond-file to lilypond block directly, without going through
9322         begin/end lilypond text.
9323         
9324
9325 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9326
9327         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9328         scm/grob-description.scm: moved Michael's original breathing sign
9329         code in brew_molecule() to divisio_minima(); provided new
9330         brew_molecule() that effectively replaces the
9331         Text_item::brew_molecule callback (with additional fallback to
9332         Michael's original code); added callbacks for brewing divisio
9333         maior/maxima and finalis
9334
9335         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9336         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9337
9338         * script-init.ly: added shortfermata, longfermata,
9339         verylongfermata, varcoda
9340
9341         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9342         longfermata, verylongfermata, varcomma, varcoda
9343
9344 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9345
9346         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9347           Remove all noquote and insert a few quote.
9348         
9349         * Documentation/user/lilypond-book.itely (Music fragment options),
9350           scripts/lilypond-book.py: Don't include quotation blocks by
9351           default. Introduce option quote instead of noquote
9352
9353 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9354
9355         * VERSION: 1.7.15 released
9356         
9357         * Documentation/user/lilypond.tely: omf updates.
9358
9359         * buildscripts/texi2omf.py (omf_vars): include version.date
9360
9361         * make/lilypond.redhat.spec.in: fixes for spec file. 
9362
9363         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9364         by function definition: lily now requires a recent GNU Make.
9365
9366         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9367         writing.
9368
9369         * make/ly-rules.make: remove .ly -> .tex rule
9370
9371         * Documentation/user/refman.itely (Figured bass): revised figured
9372         bass example.
9373
9374 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9375
9376         * stepmake/stepmake/omf-targets.make (local-install): add
9377         scrollkeeper-update message.
9378
9379         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9380         to binary.
9381         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9382
9383         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9384
9385         * Documentation/user/converters.itely (Invoking midi2ly): add
9386         track/channel notice.
9387
9388 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9389
9390         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9391
9392         * lily/parser.yy (scalar): DIGIT is also a scalar.
9393
9394         * Documentation/user/music-glossary.tely: add @omf tags
9395
9396         * Documentation/user/lilypond.tely: add @omf tags
9397
9398         * scm/generate-documentation.scm (string-append): add @omf tags.
9399
9400         * stepmake/stepmake/omf-*: new files 
9401
9402         * input/regression/multi-measure-rest.ly (texidoc): add doco
9403
9404         * GNUmakefile.in (web-doc-install): add web-doc-install target
9405
9406         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9407         fixes crashes while dumping MIDI.
9408
9409         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9410         midi
9411
9412 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9413
9414         * buildscripts/texi2omf.py: new file.
9415
9416         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9417         font-name
9418
9419 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9420
9421         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9422
9423         * lily/sequential-iterator.cc (descend_to_child): call
9424         descend_to_child() for all types of music.
9425
9426 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9427
9428         * scm/translator-property-description.scm: Add
9429         bassFigureFormatFunction.  Replace some entries.
9430
9431 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9432
9433         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9434         clean out.
9435
9436 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9437
9438         * scripts/midi2ly.py (Note.dump): never dump duration for
9439         dump_dur=0.
9440
9441         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9442         new function
9443
9444         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9445         figures using new markups. Much simpler, and should improve layout
9446         a little.
9447
9448         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9449
9450 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9451
9452         * ly/engraver-init.ly: use Hara kiri by default for 
9453         ChordNames, FiguredBass and Lyrics(Voice) context. 
9454
9455         * lily/axis-group-engraver.cc (acknowledge_grob): use
9456         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9457
9458         * scm/new-markup.scm (markup-function-list): add bracket,
9459         vbracket.
9460
9461         * ly/engraver-init.ly (ChordNamesContext): set
9462         minimumVerticalExtent
9463
9464 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9465
9466         * input/test/time-signature-double.ly: new file 
9467
9468         * input/regression/collision-head-chords.ly (texidoc): new file.
9469
9470         * lily/type-swallow-translator.cc: add note swallow translator 
9471
9472         * input/test/time-signature-double.ly: new file.
9473
9474         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9475
9476         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9477         (FiguredBassContext): idem.
9478
9479         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9480
9481         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9482
9483         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9484
9485         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9486         .afm dependency
9487
9488         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9489
9490         * python/lilylib.py (make_page_images): add function.
9491
9492         * scripts/ly2dvi.py (run_latex): include title in preview image.
9493
9494         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9495         from lilypond-book for <ly2dvifile> tags in HTML.
9496
9497         * scripts/ly2dvi.py (option_definitions): add --debug option to
9498         print out environment.
9499
9500         * input/regression/tie-chord-partial.ly: new file.
9501
9502 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9503
9504         * lilypond.words: add 3
9505
9506 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9507
9508         * scm/new-markup.scm (markup-function-list): add finger-markup
9509
9510         * input/tutorial/brahms-tweaked.ly: new markup 
9511
9512         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9513
9514         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9515         crash when processing '() markup
9516
9517         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9518
9519         * lily/breathing-sign.cc (railtracks): another caesura.
9520
9521         * mf/feta-schrift.mf: caesura symbol. 
9522
9523 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9524
9525         * scripts/convert-ly.py (FatalConversionError.conv): add
9526         ly:molecule-XXX conversions.
9527
9528         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9529
9530         * input/regression/multi-measure-rest-text.ly: new file.
9531
9532         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9533         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9534
9535         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9536         ScoreContext
9537
9538         * scm/new-markup.scm (center-markup): \center markup.
9539
9540         * scm/music-functions.scm: remove pitchify scripts.
9541
9542         * lily/music.cc (print_smob): display music name if available 
9543
9544 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9545
9546         * Documentation/user/refman.itely (Instrument names): remove
9547         \turnOff doco.
9548
9549 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9550
9551         * lily/score.cc (mark_smob): bugfix.
9552
9553         * input/regression/rehearsal-mark.ly: new file.
9554
9555         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9556         report error at the current token again.
9557
9558 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9559
9560         * cygwin/mknetrel: Exit if doc build fails.
9561
9562         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9563
9564 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9565
9566         * scm/music-types.scm (music-descriptions): add doc strings
9567
9568 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9569
9570         * lily/lexer.ll: 
9571         * lily/include/my-lily-lexer.hh: 
9572         * lily/include/includable-lexer.hh: Add flex kludge.
9573
9574         * config.hh.in: 
9575         * config.make.in: 
9576         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9577         cruft.
9578         
9579         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9580         code.
9581
9582 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9583
9584         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9585
9586         * lily/parser.yy (new_chord): Compile fix.
9587
9588 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9589
9590         * Documentation/user/refman.itely (Tuning groups of objects):
9591         remove documentation for \turnOff. 
9592
9593         * lily/percent-repeat-engraver.cc (try_music): add correct
9594         processing moments for double-measure percents as well.
9595
9596         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9597
9598         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9599         grob prop type. 
9600
9601         * Documentation/user/refman.itely (Printing named chords): add
9602         chord name tweak doco.
9603
9604         * input/template/gregorian-transcription.ly: new file.
9605
9606 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9607
9608         * VERSION: 1.7.13 released
9609         
9610         * input/test/*: lots of cleanups/comment-outs/removals in chord
9611         examples
9612         
9613         * input/regression/*: lots of cleanups/comment-outs/removals in
9614         chord examples
9615         
9616         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9617         options
9618
9619         * lily/new-chord-name-engraver.cc (process_music): give original
9620         inversion pitch to chord name routine.
9621
9622         * input/tutorial/os-score.ly: update to new markup
9623
9624         * Documentation/user/appendices.itely: simply include
9625         chords-ignatzek. 
9626
9627         * Documentation/user/refman.itely (Chords mode): add documentation
9628         for chord mode.
9629
9630         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9631         not present in chord.
9632         (construct-chord): add inversion and bass support.
9633
9634         * lily/chord.cc: junk contents.
9635
9636 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9637
9638         * Documentation/user/refman.itely:
9639         * Documentation/user/music-glossary.tely: fix. 
9640
9641 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9642
9643         * scm/chord-entry.scm (construct-chord): move chord construction
9644         to Scheme.
9645
9646         * lily/parser.yy (new_chord): new setup for chord entry.
9647
9648 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9649
9650         * lilypond.words:
9651         * Documentation/user/music-glossary.tely: add ambitus.
9652
9653 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9654
9655         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9656
9657         * lily/include/*.hh: string() -> to_string()
9658
9659         * scm/chords-ignatzek.scm: new file.
9660
9661         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9662         standard chord name exceptions.
9663
9664         * scm/translator-property-description.scm (chordNameSeparator):
9665         add property.
9666         (majorSevenSymbol): add property
9667
9668         * lily/translator-scheme.cc (ly:context-properties): new function
9669         (ly:context-parent): new function.
9670         (print_smob): print context name.
9671
9672         * lily/music.cc (ly:get-music-length): new function
9673         (print_smob): don't print properties.
9674
9675         * lily/duration.cc (duration<?): new function
9676
9677         * input/regression/chords-funky-ignatzek.ly: new file.
9678
9679         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9680         jazz chords.
9681
9682         * lily/pitch.cc (ly:pitch-diff): new function.
9683
9684         * input/regression/chords-ignatzek.ly: new file.
9685
9686 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9687
9688         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9689         pitches for jazz chords.
9690
9691 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9692
9693         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9694
9695 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9696
9697         * lilypond.words: add 1
9698
9699 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9700
9701         * Documentation/topdocs/AUTHORS.texi: refine.
9702
9703 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9704
9705         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9706         
9707         * lilypond.words: add one.
9708
9709 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9710
9711         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9712         Fontify bass note in chords, e.g., e in c1/e.
9713         
9714 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9715
9716         * Documentation/user/music-glossary.tely: Dutch updates and
9717         additions (Arent Storm).
9718
9719 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9720
9721         * input/regression/ambitus.ly:  move file.      
9722
9723         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9724
9725         * lily/event.cc (transpose): add tonic property to Key_change_req
9726         and to Key_engraver.
9727
9728 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9729
9730         * Documentation/user/refman.itely: fix typo.
9731
9732         * lilypond.words: removed wrong identifiers.
9733
9734 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9735
9736         * mf/feta-toevallig.mf: make flat stem shorter 
9737
9738 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9739
9740         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9741
9742         * lilypond.words: add from Phrasing slur.
9743         
9744 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9745
9746         * lilypond-mode.el: allow launching multiple ViewPS processes.
9747         
9748         * lilypond.words: add from Text markup.
9749
9750 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9751
9752         * input/test/ossia.ly (texidoc): add comment.
9753
9754         * input/regression/voice-follower.ly: new file.
9755
9756         * mf/feta-toevallig.mf: make flat heavier.
9757
9758         * lily/cluster-engraver.cc: clean up Cluster engraver
9759
9760         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9761         Engraver. Use Note_column to compute Y positions and deal with
9762         line break stuff.
9763
9764 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9765
9766         * lily/stem.cc: move french-beaming to stem.
9767
9768 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9769
9770         * lilypond-font-lock.el: fontify all durations in chords.
9771
9772         * lilypond.words: add from lily/my-lily-lexer.cc
9773
9774 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9775
9776         * VERSION: release 1.7.12
9777
9778         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9779
9780         * lily/gregorian-ligature.cc: new file
9781
9782         * lily/*: the Great 2003 search & replace.
9783
9784         * Documentation/user/refman.itely (Manual repeat commands): add
9785         note about font selection.
9786
9787 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9788
9789         * lilypond-mode.el: propose recompiling midi while invoking playing,
9790         not while stopping playing.
9791
9792 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9793
9794         * lilypond.words: add one.
9795
9796         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9797         and expressional note grouping. Fontify chord modes.
9798
9799 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9800
9801         * Documentation/user/music-glossary.tely (Top): translate melisma.
9802
9803 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9804
9805         * Documentation/user/music-glossary.tely (Top): add melisma.
9806
9807 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9808
9809         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9810         interfaces for (abstract) grob GregorianLigature
9811
9812         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9813         renamed head* -> glyph_name*, x-shift* -> x-offset*
9814
9815         * scm/grob-property-description.scm: bugfix: added missing descriptions
9816
9817 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9818
9819         * input/test/chord-names-dpnj.ly: New file.
9820
9821         * scm/double-plus-new-chord-name.scm: Implement full and partial
9822         exceptions.
9823
9824         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9825
9826         * scm/double-plus-new-chord-name.scm
9827         (double-plus-new-chord->markup): Fix sub->markup.
9828
9829
9830 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9831
9832         * lily/custos-engraver.cc: added TODO; editorial changes
9833
9834         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9835         consistency with other ligature engravers; removed access on (now)
9836         private variable _ligature of Ligature_engraver
9837
9838         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9839         renamed last_bound -> last_bound_; issue programming_error on
9840         abstract method calls; moved primitives code from
9841         Mensural_bracket_engraver to here (because almost ligature
9842         engravers will need it); renamed try_stop_ligature () ->
9843         typeset_ligature (); bugfix: store primitives of finished ligature
9844         in separate variable finished_primitives_ to avoid clash on input
9845         like "\] \["; added current_ligature () to enable access on
9846         private variable _ligature
9847
9848         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9849         (now in super class); renamed try_stop_ligature () ->
9850         typeset_ligature ()
9851
9852         * lily/mensural-ligature.cc: issue programming_error on abstract
9853         method calls
9854
9855         * lily/note-heads-engraver.cc: added TODO comment upon bool
9856         in_ligature
9857
9858         * mf/parmesan-heads.mf: fixed some of set_char_box()
9859
9860         * scm/grob-description.scm: added VaticanaLigature
9861
9862         * scm/grob-property-description.scm: added neume prefix properties
9863
9864         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9865         lily/include/gregorian-ligature-engraver.hh,
9866         lily/include/gregorian-ligature.hh: new files; framework for
9867         gregorian ligature engravers such as vaticana
9868
9869         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9870         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9871         vaticana style ligature implementation (still somewhat uncomplete)
9872
9873 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9874
9875         * VERSION: release 1.7.11
9876
9877         * scripts/convert-ly.py: add ly:pitch-transpose rule
9878
9879 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9880
9881         * input/test/dpncnt.ly: New file.
9882
9883         * lily/my-lily-lexer.cc: Add chordnames keyword.
9884
9885         * lily/parser.yy (chordnames_block): Parse chord name exception
9886         lists, see input/test/dpncnt.ly.
9887
9888         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9889         function.
9890
9891         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9892         filter-out too.
9893
9894         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9895         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9896         pitch functions (except for ly:make-pitch, but that's apparently
9897         some sort of scheme naming standard?).
9898
9899         * scm/lily.scm (!=): define-public.
9900
9901         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9902
9903 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9904
9905         * scm/double-plus-new-chord-name.scm
9906         (double-plus-new-chord-name->markup): New file.
9907
9908 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9909
9910         * python/lilylib.py (make_preview): don't suppress progress for
9911         bbox extraction.
9912
9913 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9914
9915         * Documentation/user/appendices.itely (scheme): update for new syntax.
9916
9917         * input/regression/chord-name-styles.ly: new file
9918
9919         * lily/instrument-name-engraver.cc: create instrument names
9920         without barline too.  Allows instrument name on ChordNames  
9921
9922         * scm/new-markup.scm (interpret-markup): allow simple strings as
9923         markup too.
9924
9925 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9928         (step->markup-accidental): Fix: add accidental.
9929         (chord::inner-name-american): 
9930         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9931         append stray '/' if last superscript addition was 'o'.
9932
9933         * scm/new-markup.scm (normal-size-sub-markup) 
9934         (normal-size-super-markup): New function.
9935
9936         * lily/source-file.cc (Source_file): Add warning for possibly
9937         intentional but suspicious initialization.
9938
9939         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9940         add comments about cut-and-paste programming.
9941
9942         * flower/rational.cc (lcm): Not used; comment out.
9943
9944 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9945
9946         * lily/new-fingering-engraver.cc (position_scripts): use
9947         fingerHorizontalDirection to determine fingering horizontal
9948         directions.
9949  
9950         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9951         fingering support.
9952
9953         * scripts/convert-ly.py (FatalConversionError.conv): add style
9954         conversion rule. 
9955
9956         * scm/chord-name.scm (set-chord-name-style): new function.
9957         (new-chord-name-brew-molecule): revise to interpret markup only
9958         (new-chord->markup): cleanuppish rewrite. To be called from the
9959         new engraver.
9960
9961         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9962         Markup earlier, during interpreting.
9963
9964         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9965         style settings. Rename to chord-names-*.ly
9966
9967 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9968
9969         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9970         markup code and update to new markup.  Most probably broke some of
9971         it.
9972         
9973 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9974
9975         * Documentation/user/refman.itely: added docu for ambitus and
9976         clusters
9977
9978         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9979         ly_quote_scm() in lookup.cc
9980
9981         * mf/parmesan-clefs.mf: set_char_box fix
9982
9983         * lily/cluster-engraver.cc: junk implicit protection; use
9984         Protected_scm instead
9985
9986 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9987
9988         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9989         throughout.
9990
9991         * scm/new-markup.scm: Turn-off error-triggering test code.
9992
9993 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9994
9995         * scm/new-markup.scm (markup-thrower-typecheck) 
9996         (markup-typecheck?):  add full typechecking functions.
9997         (make-markup-maker): add make-FOO-markup functions.
9998         (markup-argument-list-error): nice error checking messages.
9999         (make-markup): better function: less quoting escapades.
10000
10001 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10002
10003         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10004
10005 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10006
10007         * cygwin/lilypond.hint (requires): Add cygwin.
10008
10009         * .cvsignore: Remove stepmake (huh!?!), add lib.
10010
10011         * GNUmakefile.in: Add libdir links for builddir runs.
10012
10013         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10014         instead of datadir.
10015
10016         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10017         local_lilypond_libdir.
10018
10019         * config.make.in (lilypond_libdir): Add.
10020
10021         * stepmake/stepmake/substitute-rules.make: 
10022         * stepmake/stepmake/script-rules.make: 
10023         * stepmake/stepmake/python-module-rules.make:
10024         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10025         lilypond-python-module patch.
10026
10027 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10028
10029         * Documentation/user/refman.itely (Graphical interfaces): add note
10030         about xml2ly.
10031
10032 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10033
10034         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10035
10036 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10037
10038         * VERSION: released 1.7.10
10039
10040         * scripts/musedata2ly.py (): idem
10041
10042         * scripts/midi2ly.py (dump_chord): idem
10043
10044         * scripts/etf2ly.py (version): idem 
10045
10046         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10047
10048         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10049
10050         * scm/tex.scm (tex-output-expression): remove eval compat
10051         glut. Other output files too.
10052
10053         * scm/chord-name.scm: don't export anything from chord module.
10054
10055         * input/test/american-chords.ly: idem
10056
10057         * input/test/banter-chords.ly (texidoc): idem
10058
10059         * input/test/Cc-chords.ly: add breakage notes.
10060
10061         * Documentation/user/refman.itely (Text markup): rewrite manual
10062         section.
10063
10064         * lily/parser.yy (scalar): allow \markup { } as property value. 
10065
10066         * scm/chord-name.scm: complete new markup usage
10067
10068         * scm/grob-description.scm (all-grob-descriptions): use new markup
10069         texts by default
10070
10071 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10072
10073         * scm/chord-name.scm: partial move to new markup texts.
10074
10075 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10076
10077         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10078
10079         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10080         settable.
10081
10082 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10083
10084         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10085         invoked for old midi, wait for killing.
10086
10087 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10088
10089         * Documentation/user/music-glossary.tely: Finnishing.
10090
10091 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10092
10093         * mf/feta-nummer-code.mf: some kerning pairs.
10094
10095 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10096
10097         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10098         Added.
10099
10100         * Documentation/user/refman.itely (Bar numbers):
10101         set-bar-number-visibility added, modulo-bar-number removed again
10102         (sorry).
10103
10104 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10105
10106         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10107
10108         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10109
10110         * Documentation/user/music-glossary.tely: translate into Finnish.
10111
10112 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10113
10114         * lilypond-mode.el: add shortcut for 2midi
10115
10116         * lilypond-font-lock.el: fontify lyrics
10117
10118 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10119
10120         * scm/drums.scm : use 1.7.x names.
10121
10122         * input/regression/drums.ly : Don't use << chords >>
10123
10124 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10125
10126         * lilypond-mode.el: tidy, add TODO
10127
10128         * make/lilypond.mandrake.spec.in: install-info quietly.
10129
10130 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10131
10132         * input/test/markup.ly: use new syntax.
10133
10134 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10135
10136         * ly/params-init.ly (interscoreline): add word-space
10137
10138         * input/test/metronome.ly (eighthNote): idem.
10139
10140         * input/test/script-priority.ly: use new markup
10141
10142         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10143
10144         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10145
10146         * lily/parser.yy (gen_text_def): bugfix.
10147         (full_markup): allow markup identifier.
10148
10149 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10150
10151         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10152         jobs at the same time. Add horizontal lines to Command menu.
10153         Allow one compiling job -- propose killing others before a new one.
10154
10155         * lilypond.words: add markup, teeny, etc.
10156
10157 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10158
10159         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10160         Allow only one type of midi process; launching Midi either stops
10161         midis or plays the current midi and launching MidiAll stops midis
10162         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10163         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10164
10165 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10166
10167         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10168         markup  for new markup texts.
10169
10170         * lily/mark-engraver.cc (process_music): idem
10171         
10172         * lily/instrument-name-engraver.cc (create_text): idem
10173
10174         * scm/new-markup.scm (magnify-markup): new function.
10175
10176         * scm/molecule.scm (stack-lines): bugfix.
10177
10178         * lily/font-interface.cc (get_font): take font-magnification from
10179         alist chain.
10180
10181 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10182
10183         * lily/molecule-scheme.cc: move scheme functions to separate file.
10184
10185         * lily/font-metric.cc  (ly_get_glyph): new function. 
10186         
10187         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10188         (italic-markup, dynamic-markup): new functions
10189         (font-markup): new function
10190
10191         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10192         padding and minimum
10193
10194 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10195
10196         * lily/accidental-engraver.cc:
10197         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10198
10199 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10200
10201         * lilypond.vim:
10202         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10203         [a-zA-Z] for user defined identifiers. Separate note cases 
10204         with and without a duration (allow cis\longaX).
10205
10206         * lilypond.words: Add words from Info.
10207
10208 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10209
10210         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10211
10212 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10213
10214         * lilypond-mode.el: Propose reverting buffer before a command if
10215         it was edited with an another editor.
10216
10217 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10218
10219         * lily/molecule.cc (ly_translate_molecule): new function
10220
10221         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10222         into libdir
10223
10224         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10225
10226         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10227
10228 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10229
10230         * lilypond.words: take \words from Info-index.
10231
10232 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10235
10236 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10237
10238         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10239
10240 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10241
10242         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10243         and lilypond-documentation.
10244
10245 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10246
10247         * lily/parser.yy: Compile fix (bison 1.75).
10248
10249 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10250
10251         * VERSION: 1.7.9 released
10252
10253         * scm/music-functions.scm (shift-one-duration-log): refactor.
10254         Use music-map.
10255
10256         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10257
10258         * NEWS: update.
10259
10260         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10261         argument
10262         
10263         * scm/music-functions.scm (display-music): new function
10264         (music-map): change arg order.
10265
10266         * input/regression/new-markup-syntax.scm: new file
10267
10268         * lily/parser.yy (markup): add \markup { .. } syntax.
10269
10270         * scm/new-markup.scm (override-markup): new function
10271         (lookup-markup): new function
10272         (music-markup): new function
10273         (lookup-markup-command): use markup-signature to store argument
10274         format for parser.
10275
10276         * lily/lexer.ll: preliminary \markup syntax. 
10277
10278 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10279
10280         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10281         add pre/post-dependencies and menus with icons from source.
10282
10283         * Documentation/pictures/lilypond-48x48.xpm:
10284         * Documentation/pictures/lilypond-32x32.xpm:
10285         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10286         transparent.
10287
10288         * stepmake/stepmake/generic-targets.make:
10289         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10290
10291 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10292
10293         * input/regression/music-map.ly (texidoc): new file.
10294
10295         * scm/music-functions.scm (music-map): new function
10296
10297 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10298
10299         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10300
10301 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10302
10303         * input/test/to-xml.ly:
10304         * lily/ligature-engraver.cc: Fixes documentation.
10305
10306         * lilypond.mandrake.spec.in:
10307         * lilypond.redhat.spec.in: Add lilypond.words.
10308
10309         * Documentation/user/refman.itely: Mention Info inside emacs.
10310         
10311         * lilypond.suse.spec.in:
10312         * lilypond.redhat.spec.in:
10313         * lilypond.mandrake.spec.in: Set root-owner for doc
10314         (tobbe@nyvalls.se).
10315
10316 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10317
10318         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10319         os.popen.read ().
10320
10321 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10322
10323         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10324
10325         * python/lilylib.py (error): add space
10326
10327 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10328
10329         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10330         distribution.
10331
10332 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10333
10334         * lily/paper-outputter.cc (Paper_outputter): close port when
10335         finishing score.
10336
10337 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10338
10339         * scm/sodipodi.scm: Fixes.
10340
10341 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10342
10343         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10344
10345         * buildscripts/make-font-dir.py: Fix. 
10346
10347 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10348
10349         * lilypond-mode.el: Add support for Info inside Emacs.
10350
10351 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10352
10353         * buildscripts/make-font-dir.py: 
10354         * mf/GNUmakefile: Make sodipodi font map.
10355
10356         * scm/sodipodi.scm: Add more output functions.
10357
10358         * mf/feta-nummer.mf: 
10359         * mf/feta-beugel.mf: Add font_coding_scheme.
10360
10361         * lily/paper-outputter.cc (output_header): Fix creator string.
10362
10363 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10364
10365         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10366         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10367
10368         * lilypond.words: add two (Everybody can add/remove words now!).
10369
10370         * debian/rules:
10371         * make/lilypond.suse.spec.in:
10372         * make/lilypond.mandrake.spec.in:
10373         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10374
10375         * Documentation/user/refman.itely: Mention autocompletion.
10376
10377 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10378
10379         * scripts/ly2dvi.py: Add paper sizes.
10380
10381         * lily/timing-engraver.cc: 
10382         * lily/time-signature.cc: 
10383         * lily/span-bar.cc: 
10384         * lily/grob-scheme.cc: Code formatting fixes.
10385
10386         * scm/sodipodi.scm: 
10387         * scm/sketch.scm:
10388         * buildscripts/mf-to-table.py: 
10389         * buildscripts/make-font-dir.py: Font testing.
10390
10391 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10392
10393         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10394         inserts try-completion and shows all-completions.
10395
10396         * lilypond.words: '\' -> '\\'
10397
10398         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10399         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10400         
10401         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10402         and LilyPond-reserved-words.
10403         
10404 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10405
10406         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10407         from load-path.
10408         
10409         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10410         the mini-buffer with Control-Shift-c.
10411         
10412 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10413
10414         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10415         duration. This fixes \tempo taking time.
10416
10417 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10418
10419         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10420         Allow for text markup in repeatCommands. 
10421
10422 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10423
10424         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10425         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10426         Get rid of skeleton.el-dependency.
10427
10428         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10429
10430 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10431
10432         * lily/beam-engraver.cc (stop_translation_timestep): reset
10433         now_stop_ev_
10434
10435         * lily/scm-option.cc: add parse-protect to ly:set-option
10436
10437         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10438
10439 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10440
10441         * lily/include/ligature-bracket.hh: removed
10442         * lily/ligature-bracket.cc: removed
10443
10444         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10445         .tex
10446
10447         * lily/beam.cc (set_beaming): don't change beam count on rests.
10448         (brew_molecule): always set flag-width > 0.
10449
10450 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10451
10452         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10453         chars, remove instructions; instead, refer to lilypond-init.el and
10454         Documentation/topdocs/INSTALL.texi.
10455
10456         * lilypond.words: add identifiers and reserved words.
10457
10458         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10459         files and adding a load-path.
10460
10461         * lilypond-init.el: Instructions, extracted from 
10462         Documentation/topdocs/INSTALL.texi. 
10463         
10464 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10465
10466         * VERSION: 1.7.8 released 
10467
10468         * lily/grob.cc (warning): better robustness fix.
10469
10470 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10471
10472         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10473
10474         * lily/cluster-engraver.cc: stick better to variable naming
10475         conventions
10476
10477         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10478         until stop_translation_timestep()
10479
10480         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10481         min/max coordinates to backend, but no musical info such as
10482         pitches
10483
10484         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10485
10486         * lily/grob.cc: robustness fix: warning(): do not crash if
10487         cause is not set
10488
10489         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10490         the much more elaborated tuplet brackets than the very naive and
10491         simple ligature bracket grob
10492
10493 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10494
10495         * Documentation/user/refman.itely (Analysis brackets): add
10496         horizontal bracket doco.
10497
10498         * ly/property-init.ly (setMmRestFermata): added.
10499
10500         * Documentation/user/refman.itely (Multi measure rests): fermatas
10501         on mm rests.
10502
10503         * input/regression/apply-context.ly (texidoc): new file
10504
10505         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10506         code to be executed during interpretation. Possible applications:
10507         smart octavation, more advanced bar checks. 
10508
10509         * lily/apply-context-iterator.cc: new file.
10510
10511 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10512
10513         * input/test/new-markup.ly: new file.
10514
10515         * lily/text-item.cc (text_to_molecule): new function
10516
10517         * scm/new-markup.scm (lambda): new file
10518
10519         * lily/function-documentation.cc (ly_add_function_documentation):
10520         add proc property as well
10521
10522 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10523
10524         * Documentation/user/music-glossary.tely (Top): add custos.
10525
10526 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10527
10528         * Documentation/topdocs/INSTALL.texi: advise how to include source
10529         path to Emacs load-path and improve language.
10530
10531 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10532
10533         * GNUmakefile.in: config.h message fix.
10534
10535         * autogen.sh:
10536         * aclocal.m4: Regenerate.
10537
10538         * configure.in: 
10539         * config.make.in: 
10540         * stepmake/config.make.in: 
10541         * stepmake/configure.in: 
10542         * stepmake/autogen.sh: 
10543         * stepmake/aclocal.m4: Update for autoconf 2.56.
10544
10545 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10546
10547         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10548         to install Emacs-mode. Instructions how to use vim-mode.
10549
10550 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10551
10552         * scm/music-types.scm (music-descriptions): no length for tempo event.
10553
10554         * input/*.ly: add \version everywhere.
10555         
10556         * input/*.ly: update syntax to 1.7 + new-chords.
10557
10558         * VERSION: 1.7.7 released.
10559         
10560         * Documentation/user/*.tely: new chord syntax.
10561
10562         * input/regression/[bc]*.ly (texidoc): syntax updates.
10563         
10564 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10565
10566         * lilypond.words: add vocabulary to be used in auto-completion
10567
10568         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10569
10570         * lilypond.vim: allow note name at EOF
10571
10572 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10573
10574         * buildscripts/new-chords.py (edit): -e option: inline editing.
10575
10576         * input/regression/a*.ly (texidoc): syntax updates.
10577
10578         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10579         music): elucidations. 
10580
10581 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10582
10583         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10584         ly/spanners-init.ly, scm/grob-description.scm,
10585         scm/grob-property-description.scm, scm/music-types.scm,
10586         lily/cluster-engraver.cc, lily/cluster.cc,
10587         lily/include/cluster.hh, input/test/cluster.ly: cluster
10588         implementation
10589
10590         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10591         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10592         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10593
10594         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10595
10596         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10597
10598         * scm/grob-description.scm: bugfix: by default, use default note
10599         head style when engraving ligatures
10600
10601         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10602
10603         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10604         events
10605
10606         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10607
10608         * input/test/ancient-font.ly: bugfix: style -> flag-style
10609
10610         * lily/ligature-engraver.cc: indentation fix
10611
10612         * lily/parser.yy: indentation fixes
10613         
10614 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10615
10616         * input/regression/measure-grouping.ly: more elaborate example.
10617
10618         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10619         ly:div-moment. New functions 
10620
10621         * scm/music-functions.scm (set-time-signature): new function,
10622         allow inline time sig settings with measure grouping.
10623
10624         * lily/parser.yy (command_element): move time sig construction
10625         into Scheme.
10626
10627         * lily/side-position-interface.cc (out_of_staff): new function,
10628         like padding, but keep minimum distance from staff. Easier than
10629         linespanners (dynamics, pedals), but roughly the same effect.
10630
10631 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10632
10633         * emacs-mode.el: Added spanish-note-replacements 
10634         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10635
10636         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10637
10638 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10639
10640         * lilypond.vim: Do not fontify cises, desis, etc.
10641
10642         * vimrc: view dvi with <S-F6>
10643
10644 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10645
10646         * lily/lookup.cc (triangle): new function.
10647
10648         * input/regression/measure-grouping.ly (texidoc): new file: show
10649         triangles and brackets for beat groups of 3 and 2.
10650
10651         * lily/include/measure-grouping-spanner.hh (class
10652         Measure_grouping): new file.
10653
10654         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10655
10656         * lily/measure-grouping-engraver.cc (class
10657         Measure_grouping_engraver): new file.
10658
10659 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10660
10661         * Merge from stable:
10662
10663             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10664         
10665         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10666         stylesheet.
10667
10668         * ly/paper19.ly: Include paper19-init.ly.
10669
10670         * ly/paper19-init.ly: New file.
10671
10672         * Documentation/user/tutorial.itely (First steps): Fix first
10673         example for font test.
10674
10675         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10676
10677         * ChangeLog: Add 1.7.6 release marker (see below).
10678
10679         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10680         Add .py files.
10681
10682 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10683
10684         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10685
10686         * input/tutorial/*.ly: update to new syntax.
10687
10688         * lily/parser.yy (Composite_music): new transpose syntax,
10689         \transpose FROM TO MUSIC. 
10690
10691 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10692
10693         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10694         latex progress/error output to stderr (by default this goes to
10695         stdout).  Show lilypond progress, even when not verbose.
10696
10697         * python/lilylib.py (system): New optional parameter to control
10698         showing of progress.
10699
10700         * scm/backend-documentation-lib.scm (check-dangling-properties):
10701         Fix error message.
10702
10703         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10704         axis, extent.
10705
10706         * scm/grob-property-description.scm (magnify): Remove.
10707         (extent, axis): Add.
10708
10709 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10710
10711         * VERSION: Release 1.7.6.
10712
10713         * scripts/convert-ly.py: more uniformization substitutions.
10714
10715         * buildscripts/new-chords.py (sub_chords): new file.
10716
10717 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10718
10719         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10720         lilypond.map.  Include sauter fonts too.  Cleanups.
10721
10722 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10723
10724         * Documentation/user/tutorial.itely (First steps): change to new
10725         chord/tie/slur/beam notation.
10726
10727         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10728         ties.
10729
10730         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10731         engraver. Process ties in postfix notation, i.e. c8-~ c
10732
10733         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10734
10735         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10736
10737         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10738
10739         * lily/beam-engraver.cc (try_music): accept new-beam-events
10740
10741         * input/regression/chord-scripts.ly (texidoc): new file
10742
10743         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10744         script-events.
10745
10746         * scm/script.scm (default-script-alist): cleanup.
10747
10748         * lily/script-engraver.cc (make_script_from_event): cleanup.
10749
10750         * lily/lyric-combine-music-iterator.cc
10751         (Lyric_combine_music_iterator): remove superfluous events.
10752         (melisma_busy): new function. Fix broken melismas.
10753
10754 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10755
10756         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10757         Remove nonvalid settings. Use descriptive key names.
10758         Use <Return> to indicate the pressing of that key.
10759
10760 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10761
10762         * scripts/lilypond-book.py (option_definitions): Typo.
10763
10764         * scripts/ly2dvi.py: Updates.
10765
10766         * python/lilylib.py (setup_environment, print_environment)
10767         (get_bbox, make_preview): Merge and remove from ly2dvi and
10768         lilypond-book.
10769
10770         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10771
10772         * .cvsignore: Remove some cruft.
10773
10774         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10775         path.
10776
10777         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10778         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10779         throughout.
10780
10781         * python/lilylib.py (quiet_system): Junk
10782         (system): Display error log upon failure.
10783         (read_pipe): New function.  Cleanups and fixes.
10784
10785         * python/*.py: Rename from *.py.in.
10786         
10787         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10788
10789         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10790
10791 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10792
10793         * python/GNUmakefile: Bugfix: handle modules.
10794
10795         * stepmake/stepmake/python-module-targets.make (default): Add
10796         compiled modules. 
10797
10798         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10799         compiling modules.
10800
10801         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10802         Bugfix.  (OUT_PYC_MODULES): Add.
10803
10804 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10805
10806         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10807         Use default paths. Refresh description.
10808
10809 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10810
10811         * VERSION: 1.7.5 released
10812
10813         * input/regression/finger-chords.ly (texidoc): new file.
10814
10815         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10816         support
10817
10818         * lily/fingering-engraver.cc (process_music): remove kludgy
10819         scriptHorizontal stuff.
10820
10821         * lily/script.cc: remove staff-support property.
10822
10823         * lily/new-fingering-engraver.cc (add_fingering): new
10824         file. Fingering engraver for new style chords.
10825
10826 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10827
10828         * lily/parser.yy (bare_number): allow 4 \cm (without
10829         decimal dot). (should backport to 1.6?)
10830
10831         * ly/declarations-init.ly: use Scheme for dimension defs.
10832
10833         * lily/parser.yy (TODO): remove hard coded dimensions, add
10834         REAL NUMBER_IDENTIFIER production.
10835
10836         * lily/rest-collision.cc (force_shift_callback): rewrite using
10837         -done property.
10838
10839         * scm/grob-property-description.scm (rest-collision-done): add
10840         property.
10841         
10842         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10843
10844 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10845
10846         * input/regression/multi-measure-rest-center.ly: new file.
10847
10848         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10849         off horizontally by 0.05 ss. Fixed.
10850
10851 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10852
10853         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10854
10855         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10856
10857 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10858
10859         * lily/tie.cc (get_control_points): also avoid staff lines on the
10860         just outside the outer staff lines
10861
10862 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10863
10864         * ly/params-init.ly: Just define style-alist, no need to
10865         define-public.
10866
10867         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10868         (thanks Han-Wen).
10869
10870         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10871         (FET_FILES): = FONT_FILES.
10872
10873         * Merge from stable:
10874
10875             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10876
10877 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10878
10879         * VERSION: 1.7.4 released.  
10880         
10881         * scm/generate-documentation.scm (string-append): add macro
10882         definitions.
10883
10884         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10885         normal texts.
10886
10887         * lily/multi-measure-rest-engraver.cc: make separate
10888         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10889
10890         * lily/multi-measure-rest.cc: remove text handling. Remove
10891         number-threshold.
10892
10893 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10894
10895         * scm/music-types.scm: doc patch by Graham Percival
10896
10897 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10898
10899         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10900         encoding part.
10901         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10902         (sketch_p): Sketch wants only first four elements of X11 font spec.
10903
10904         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10905
10906         * mf/feta-autometric.mf: Write foundry and family to log.
10907
10908         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10909         font translation table.
10910
10911         * buildscripts/mf-to-table.py: Better font info into afm.
10912
10913         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10914         1.0.9 required.
10915
10916         * configure.in: Whine for mftrace 1.0.9.
10917
10918 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10919
10920         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10921
10922         * lily/main.cc (main_prog): don't try to load init.EXT when
10923         processing foo.EXT.
10924
10925 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10926
10927         * scm/tex.scm (zigzig-line): added.
10928
10929         * scm/ps.scm (zigzag-line): added.
10930
10931         * ps/music-drawing-routines.ps (subvec): added.
10932         (draw_zigzag_line): added.
10933         
10934         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10935         grob properties zigzag-width and zigzag-length.
10936
10937         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10938
10939 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10940
10941         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10942         svg output, including font.
10943
10944 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10945
10946         * scm/lily.scm: Register sodipodi output module.
10947
10948         * scm/sodipodi.scm: New file.
10949
10950         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10951
10952         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10953         comment, after header.
10954         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10955         FullName.  Fix FontName key.
10956
10957 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10958
10959         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10960         and breve rests.
10961         
10962         * input/test/blank-notes.ly: bugfix
10963
10964         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10965         rests. (Kim Shrier)
10966
10967         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10968         
10969 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10970
10971         * scm/tex.scm: 
10972         * scm/ps.scm: Cleanup and remove obsolete junk.
10973
10974         * Documentation/user/internals.itely:
10975         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10976
10977         * lily/parser.yy: Identify shift/reduce problems.
10978
10979         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10980         make-style-sheet.  Too specific for convert-ly?
10981
10982 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10983
10984         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10985
10986         * input/test/*.ly: various fixes.
10987
10988         * lily/music.cc (name): bugfix
10989
10990         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10991
10992         * lily/input-file-results.cc (code): set-point-and-click! ->
10993         set-point-and-click
10994         
10995 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10996
10997         * Use uniform ly: prefix for exported scheme primitive functions.
10998
10999         * scm/music-types.scm: junk compat glue
11000
11001         * scripts/convert-ly.py: add rules for stuff below, junk
11002         compatibility glue for spanrequest.
11003
11004         * lily/parser.yy (verbose_event): remove \spanrequest,
11005         \commandspanrequest, \script. 
11006         
11007         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11008
11009         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11010         for \penalty, \glissando.
11011
11012         * VERSION: release 1.7.3
11013         
11014 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11015
11016         * lily/accidental-engraver.cc: Fix
11017         grace-in-the-beginning-of-measure bug caused by the resent
11018         partial-measure fix.
11019
11020         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11021         overlap looks too crowded)
11022         
11023 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11024
11025         * lily/parser.yy (assignment): allow SCM expression as assignment.
11026
11027         * lily/include/music-output-def.hh (class Music_output_def):
11028         * lily/music-output-def.cc: 
11029         * lily/paper-def.cc: 
11030         * scm/font.scm (markup-to-properties):
11031         * lily/parser.yy (music_output_def_body): 
11032         remove style_sheet_
11033
11034 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11035
11036         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11037         length.
11038
11039         * input/regression/spacing-to-grace.ly: new file.
11040
11041         * input/regression/spacing-end-of-line.ly: new file.
11042
11043         * lily/note-spacing.cc (get_spacing): take into account breakable
11044         stuff sticking out at the left (time sig change at line break).
11045
11046         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11047         raggedright code.
11048
11049         * scm/music-functions.scm (make-voice-props-set): add
11050         staff-position for mm rests.
11051  
11052         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11053         before grace notes a little.
11054
11055         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11056
11057         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11058         key adds space at the end of line. 
11059
11060 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11061
11062         * scm/sketch.scm: Fix beams.
11063
11064         * buildscripts/mf-to-table.py: Add EncodingScheme.
11065
11066         * scm/sketch.scm: Resurrect.
11067
11068 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11069
11070         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11071         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11072
11073 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11074
11075         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11076
11077         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11078
11079 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11080
11081         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11082         token for origin information.
11083
11084         * lily/parser.yy (My_lily_lexer): do identifier location and
11085         cloning from lexer.
11086
11087         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11088         logic out of the parser. Add bar checks on both ends.
11089
11090         * Documentation/user/refman.itely (Multi measure rests): add more
11091         notes about mm rests.
11092
11093 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11094
11095         * input/regression/bar-scripts.ly: Re-enable.
11096
11097         * lily/parser.yy:
11098         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11099         released rsn.  Bison 1.50 has a crucial bug and won't work.
11100
11101         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11102
11103
11104 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11105
11106         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11107
11108 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11109
11110         * Actually merge changes since 1.6.4 besides ChangeLog, and
11111         resolve conflicts.  Lots of updates, hope all is well.
11112         
11113         * cygwin/lilypond.hint (requires): Add ghostscript.
11114
11115         * scm: Update some (c).
11116         
11117 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11118
11119         * input/test/{various}.ly: add \header fields and texidoc strings.
11120
11121 2002-10-05  Werner Lemberg  <wl@gnu.org>
11122
11123         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11124         renamed to `output_latex_quoted'.
11125         Added `output_latex_noquote'.
11126         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11127         mode.
11128
11129 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11130
11131         * ChangeLog: Add 1.6.6 release marker.  See below.
11132
11133         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11134
11135         * scripts/midi2ly.py: Fix global syntax warnings.
11136
11137         * GNUmakefile.in: Generate builddir locale tree too.
11138
11139         * scripts/ly2dvi.py:
11140         * scripts/midi2ly.py: 
11141         * scripts/mup2ly.py: 
11142         * scripts/update-lily.py:
11143         * lily/main.cc (setup_paths): Fix for locales setup.
11144
11145 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11146
11147         * Documentation/windows/installing.texi: Soften wording about
11148         necessity of becoming Administrator.  tommie@iae.nl reports this
11149         does not seem to be necessary for his flavour of Windows 2000.
11150         Explicitely discourage text mode mounts.
11151
11152 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11153
11154         * lily/rest.cc (after_line_breaking): backport dot position fix.
11155
11156         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11157         rests. Thanks to Klaus Zimmermann for finding this bug.
11158
11159 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11160
11161         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11162
11163 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11164
11165         * Documentation/user/music-glossary.tely: fix links.
11166
11167 2002-10-21  Werner Lemberg  <wl@gnu.org>
11168
11169         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11170         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11171         scaling factor) only once and use them in the definition of
11172         \embeddedps.
11173         * ps/music-drawing-routines.ps (skeel): Removed.
11174
11175 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11176
11177         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11178         Solaris7, as we don't use nested $( ) constructs.
11179
11180 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11181
11182         * VERSION: Release 1.6.6.
11183         
11184 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11185
11186         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11187         as workaround for /bin/sh problems on Solaris7.
11188
11189 2002-10-19  Werner Lemberg  <wl@gnu.org>
11190
11191         * GNUmakefile.in (web-doc): Fix typos.
11192         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11193         `music-drawing-routines.ps' but emit \special{header=...} once.
11194         * scm/tex.scm (header-end): Updated.
11195
11196 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11197
11198         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11199         undefined tremolo. 
11200
11201 2002-10-15  Werner Lemberg  <wl@gnu.org>
11202
11203         * scripts/lilypond-book.py (g_make_html): New global variable.
11204         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11205         if `g_make_html' isn't set.
11206         [main]: Add format `texi-html'.
11207         (option_definitions): Updated.
11208         * Documentation/user/lilypond-book.itely: Updated.
11209
11210         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11211         * make/ly-rules.make (%.texi, %.nexi): Use it.
11212         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11213         format to lilypond-book.
11214         * GNUmakefile.in (web-doc): Ditto.
11215
11216 2002-10-14  Werner Lemberg  <wl@gnu.org>
11217
11218         Further improve TeX output.  The produced files are about 40%
11219         smaller.  `lilyponddefs.tex' is now read only once.
11220
11221         * tex/lilyponddefs.tex: Remove footer stuff.
11222         (\ifundefined): Renamed to...
11223         (\lilypondundefined): This.  Use LaTeX's definition to
11224         make it nestable and make it global.
11225         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11226         output.
11227         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11228         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11229         them global.
11230         (\placebox): Renamed to...
11231         (\lyitem): This.
11232         Make it global and call \outputscale by itself.
11233         (\lybox, \lyvrule): New macros to reduce input data.
11234         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11235         New auxiliary macros.
11236         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11237         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11238         to...
11239         (\lilypondspace): This and made it global.
11240         (\turnOnPostScript): Renamed to...
11241         (\lilypondpostscript): This and made it global.
11242         (\turnOnExperimentalFeatures): Renamed to...
11243         (\lilypondexperimentalfeatures): This and made it global.
11244         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11245         (\lilypondsetdimen): This and made it global.
11246         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11247         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11248         (all, $(outdir)/music-drawing-routines.ps): New rules.
11249         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11250         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11251         start-system, stop-system, stop-last-system, filledbox): Updated to
11252         use the changed macros from lilyponddefs.tex.
11253         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11254
11255 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11256
11257         * Documentation/windows/installing.texi: Update.
11258
11259 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11260
11261         * VERSION: 1.6.5 released
11262
11263         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11264
11265 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11266
11267         * scm/translator-property-description.scm (voltaOnThisStaff): add
11268         property.
11269
11270 2002-09-28  Werner Lemberg  <wl@gnu.org>
11271
11272         * scm/tex.scm (header-end): Suppress page numbering.
11273
11274         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11275         Fix quotation for HTML output.
11276
11277 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11278         
11279         * Documentation/user/refman.itely: grammar and phrasing
11280           fixes to "Note Entry" section.  Also adds a few new examples.
11281
11282 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11283
11284         * flower/include/string-data.icc: include string.h
11285
11286 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11287
11288         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11289
11290 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11291
11292         * Documentation/user/GNUmakefile (extra-local-help): Add.
11293
11294         * stepmake/stepmake/www-targets.make (local-help): Add.
11295
11296 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11297
11298         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11299         packages.
11300
11301         * Documentation/topdocs/README.texi (Top): building documentation
11302         (not website.)
11303
11304 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11305
11306         * Documentation/user/refman.itely: 
11307         * Documentation/user/tutorial.itely: 
11308         * Documentation/user/music-glossary.tely: Merge changes.
11309
11310         * Documentation/user/glossary.html.in: 
11311         * Documentation/index.texi: 
11312         * Documentation/header.html.in: Accomodate renaming of glossary.
11313         
11314         * Documentation/user/tutorial.itely: Add some glossary references.
11315         
11316         * Documentation/user/refman.itely: Minor fixes.
11317         
11318         * Documentation/user/lilypond.tely: Add glossary do direntry.
11319
11320         * Documentation/user/music-glossary.tely: Rename (previously:
11321         glossary.tely).  Fix anchor placement.
11322
11323         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11324
11325 2002-09-23  Werner Lemberg  <wl@gnu.org>
11326
11327         * scripts/lilypond-book.py (output_dict): Fix handling of
11328         various environments by avoid extraneous newlines.
11329         Rename `output-all' regexp for html to `output-html'.
11330         Replace `output-all' regexp for texi with `output-texi-quote'
11331         and `output-texi-noquote'.
11332         (compose_full_body): Don't override `linewidth' user option
11333         for `singleline'.
11334         (schedule_lilypond_block): Don't indent text specified with
11335         `intertext' option.
11336         Add new option `noquote'.
11337         (compile_all_files): Use latex instead of tex to compile ly
11338         files directly.
11339
11340         * Documentation/user/lilypond-book.itely: Updated and revised.
11341         Improve layout.
11342
11343         * Documentation/user/glossary.tely,
11344         Documentation/user/introduction.itely,
11345         Documentation/user/tutorial.itely,
11346         Documentation/user/refman.itely,
11347         Documentation/user/appendices.itely: Fix overfull LilyPond
11348         boxes caused by the new lilypond-book code.  Other minor
11349         fixes.
11350
11351         * Documentation/user/macros.itexi (@texiflat): Don't emit
11352         trailing space.
11353
11354         * scm/tex.scm (end-output, header-end): Add preamble and
11355         postamble to make lilypond output directly compilable with
11356         latex.
11357
11358         
11359 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11360
11361         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11362         instructions.
11363
11364 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11367
11368 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11369
11370         * lily/beam.cc (connect_beams): don't crash if there are quarter
11371         notes in beams.
11372
11373 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11374
11375         * Documentation/user/refman.itely: corrected ancient clef
11376         docu; added docu on ligatures
11377
11378 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11379
11380         * Documentation/user/glossary.tely,
11381         Documentation/user/refman.itely, input/les-nereides.ly,
11382         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11383         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11384         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11385         Stem properties: flag-style -> stroke-style, style -> flag-style.
11386
11387
11388 2002-09-22  Werner Lemberg  <wl@gnu.org>
11389
11390         * scripts/lilypond-book.py: Add option `notime' to suppress
11391         printing of a time signature.  Specify default indentation of 0pt
11392         if single line fragment.  Don't emit redundant `\paper{ }'.
11393
11394         * Documentation/user/lilypond-book.itely: Updated.
11395
11396         * Documentation/user/glossary.tely: Completely reformatting.
11397
11398 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11399
11400         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11401
11402 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11403
11404         * Documentation/user/tutorial.itely: Fix links.
11405         
11406         * Documentation/topdocs/index.tely:
11407         * Documentation/index.texi:
11408         * Documentation/header.html.in: Small website fixes and updates.
11409
11410         * debian/: Debian patch by Anthony Fok.
11411
11412 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11413
11414         * Documentation/footer.html.in: How time flies: It's already 2002!
11415
11416         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11417         more descriptive link names than 'here'.
11418
11419 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11420
11421         * VERSION: 1.7.2 released
11422         * VERSION: 1.6.4 released
11423         
11424         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11425
11426         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11427         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11428
11429         * mf/feta-din.mf (test): add x-height and space.
11430
11431         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11432         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11433
11434         * ly/grace-init.ly: add-to-grace-init: function to portably add
11435         settings to \grace. 
11436
11437         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11438         if we get an absolute dynamic event.
11439  
11440         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11441
11442         * lily/source-file.cc (get_line): oops. All line numbers were off
11443         by 2. Fix that. 
11444
11445         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11446         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11447
11448         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11449
11450         * lily/parser.yy (number_factor): remove (number) as number
11451         expression. ("Let them eat Lisp").
11452
11453 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11454
11455         * lily/horizontal-bracket.cc: new file.
11456
11457         * lily/horizontal-bracket-engraver.cc: new file.
11458
11459         * input/regression/note-group-bracket.ly: new file. Support
11460         horizontal note brackets for music analysis.
11461
11462         * lily/stem.cc (flag): new flag-style: no-flag.
11463
11464         * input/test/stem-cross-staff.ly: new file
11465         
11466         * Documentation/user/internals.itely: Improved formatting, fixing
11467         typos.  Added a section `Output details' to describe how the TeX
11468         code looks like.
11469
11470         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11471
11472         * lily/parser.yy: remove \dynamicscript.
11473
11474         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11475         definitions. 
11476
11477         * python/midi.c (midi_error): take two arguments.
11478
11479         * Merge 1.6.5 changes:
11480         
11481 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11482
11483         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11484         staff-space.  Previous 1.5 was probably meant as half-spaces.
11485         (cautionary-style): parentheses (was: smaller).  This is what doco
11486         says, and it seems more logical.
11487
11488         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11489         for 2nd sentence.
11490
11491 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11492
11493         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11494
11495 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11496
11497         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11498
11499 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11500
11501         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11502
11503 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11504
11505         * scm/translator-property-description.scm (voltaOnThisStaff): add
11506         property.
11507
11508 2002-09-28  Werner Lemberg  <wl@gnu.org>
11509
11510         * scm/tex.scm (header-end): Suppress page numbering.
11511
11512         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11513         Fix quotation for HTML output.
11514
11515 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11516         
11517         * Documentation/user/refman.itely: grammar and phrasing
11518           fixes to "Note Entry" section.  Also adds a few new examples.
11519
11520 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11521
11522         * flower/include/string-data.icc: include string.h
11523
11524 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11525
11526         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11527
11528 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11529
11530         * Documentation/user/GNUmakefile (extra-local-help): Add.
11531
11532         * stepmake/stepmake/www-targets.make (local-help): Add.
11533
11534 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11535
11536         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11537         packages.
11538
11539         * Documentation/topdocs/README.texi (Top): building documentation
11540         (not website.)
11541
11542 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11543
11544         * Documentation/user/refman.itely: 
11545         * Documentation/user/tutorial.itely: 
11546         * Documentation/user/music-glossary.tely: Merge changes.
11547
11548         * Documentation/user/glossary.html.in: 
11549         * Documentation/index.texi: 
11550         * Documentation/header.html.in: Accomodate renaming of glossary.
11551         
11552         * Documentation/user/tutorial.itely: Add some glossary references.
11553         
11554         * Documentation/user/refman.itely: Minor fixes.
11555         
11556         * Documentation/user/lilypond.tely: Add glossary do direntry.
11557
11558         * Documentation/user/music-glossary.tely: Rename (previously:
11559         glossary.tely).  Fix anchor placement.
11560
11561         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11562
11563 2002-09-23  Werner Lemberg  <wl@gnu.org>
11564
11565         * scripts/lilypond-book.py (output_dict): Fix handling of
11566         various environments by avoid extraneous newlines.
11567         Rename `output-all' regexp for html to `output-html'.
11568         Replace `output-all' regexp for texi with `output-texi-quote'
11569         and `output-texi-noquote'.
11570         (compose_full_body): Don't override `linewidth' user option
11571         for `singleline'.
11572         (schedule_lilypond_block): Don't indent text specified with
11573         `intertext' option.
11574         Add new option `noquote'.
11575         (compile_all_files): Use latex instead of tex to compile ly
11576         files directly.
11577
11578         * Documentation/user/lilypond-book.itely: Updated and revised.
11579         Improve layout.
11580
11581         * Documentation/user/glossary.tely,
11582         Documentation/user/introduction.itely,
11583         Documentation/user/tutorial.itely,
11584         Documentation/user/refman.itely,
11585         Documentation/user/appendices.itely: Fix overfull LilyPond
11586         boxes caused by the new lilypond-book code.  Other minor
11587         fixes.
11588
11589         * Documentation/user/macros.itexi (@texiflat): Don't emit
11590         trailing space.
11591
11592         * scm/tex.scm (end-output, header-end): Add preamble and
11593         postamble to make lilypond output directly compilable with
11594         latex.
11595
11596         
11597 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11598
11599         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11600         instructions.
11601
11602 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11603
11604         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11605
11606 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11607
11608         * lily/beam.cc (connect_beams): don't crash if there are quarter
11609         notes in beams.
11610
11611 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11612
11613         * Documentation/user/refman.itely: corrected ancient clef
11614         docu; added docu on ligatures
11615
11616 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11617
11618         * Documentation/user/glossary.tely,
11619         Documentation/user/refman.itely, input/les-nereides.ly,
11620         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11621         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11622         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11623         Stem properties: flag-style -> stroke-style, style -> flag-style.
11624
11625 2002-09-22  Werner Lemberg  <wl@gnu.org>
11626
11627         * scripts/lilypond-book.py: Add option `notime' to suppress
11628         printing of a time signature.  Specify default indentation of 0pt
11629         if single line fragment.  Don't emit redundant `\paper{ }'.
11630
11631         * Documentation/user/lilypond-book.itely: Updated.
11632
11633         * Documentation/user/glossary.tely: Completely reformatting.
11634
11635 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11636
11637         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11638
11639 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11640
11641         * Documentation/user/tutorial.itely: Fix links.
11642         
11643         * Documentation/topdocs/index.tely:
11644         * Documentation/index.texi:
11645         * Documentation/header.html.in: Small website fixes and updates.
11646
11647         * debian/: Debian patch by Anthony Fok.
11648
11649 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11650
11651         * Documentation/footer.html.in: How time flies: It's already 2002!
11652
11653         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11654         more descriptive link names than 'here'.
11655
11656 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11657
11658         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11659
11660 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11661
11662         * lily/part-combine-music-iterator.cc (get_state): cleanup
11663         (get_music_info): cleanup.
11664
11665 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11666
11667         * scm/backend-documentation-lib.scm (interface-doc-string):
11668         crosslinks between interfaces and grobs. Headings for interfaces
11669         in grob explanation.
11670
11671 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11672
11673         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11674         dtd).  Add preliminary dtd.
11675         (re-sub-alist): Robustify.
11676
11677 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11678
11679         * lily/include/event-chord-iterator.hh,
11680         lily/context-specced-music-iterator.cc,
11681         lily/event.cc, lily/event-chord-iterator.cc: add
11682
11683 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11684
11685         * lily/: some (c) header fixes.
11686         
11687         * lily/request-chord.cc: Remove.
11688         
11689         * lily/include/event-chord-iterator.hh:
11690         * lily/include/event.hh:
11691         * lily/event-chord.cc: New file.
11692         
11693         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11694         requested.
11695
11696 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11697
11698         * lily/ : rename Request to Event
11699
11700         * lily/parser.yy (command_element): move clef stuff into Scheme.
11701
11702         * lily/:  rename length_mom () to get_length()
11703
11704         * lily/part-combine-music.cc: removed file and class.
11705
11706         * lily/context-specced-music-iterator.cc (class
11707         Context_specced_music_iterator): new file. Obsoletes the
11708         Context_specced_music type.
11709
11710         * scm/music-types.scm (make-repeated-music): put different kinds
11711         of repeated music into music-type table.
11712
11713         * VERSION: 1.7.1 released.
11714
11715         * scm/to-xml.scm: new file.
11716
11717         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11718         new Input representation: dump music as XML.
11719
11720         * scm/engraver-documentation-lib.scm
11721         (engraver-accepts-music-types?): add links from music to engraver,
11722         from music-type to engraver.
11723
11724         * lily/include/command-request.hh: removed
11725         lily/include/musical-request.hh: removed. Removed all _req classes
11726         except Key_change_req. Changes throughout.
11727
11728 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11729
11730         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11731
11732 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11733
11734         * lily/*.cc: specify accepts for many engravers.
11735
11736         * scm/music-documentation-lib.scm: dump music expressions and
11737         music subtypes.
11738
11739         * scm/documentation-lib.scm: complete revision.
11740         Use GOOPS objects to store document tree explicitly. Cleaned up and
11741         sped up doco generation a lot.
11742
11743 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11744
11745         * input/trip.ly (fugaIILeft): add arpeggio
11746
11747         * lily/translator-group.cc (try_music_on_nongroup_children):
11748         oops. The name symbol is in the cdr of the assoc handle.
11749
11750         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11751         Hyphen_req, Glissando_req, Break_req, Mark_req 
11752
11753 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11754
11755         * lily/musical-request.cc (music-duration-length,
11756         music-duration-compress): new functions.
11757
11758         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11759         throughout. Warning doesn't work yet.
11760
11761         * lily/translator-group.cc (try_music_on_nongroup_children):
11762         new implementation: store candidate acceptors in a hashTable.
11763
11764 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11765
11766         * scm/music-types.scm (music-descriptions): change name to
11767         internal-class-name
11768
11769         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11770
11771 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11772
11773         * lily/beam.cc (connect_beams): don't crash if there are quarter
11774         notes in beams.
11775
11776 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11777
11778         * Documentation/user/refman.itely: corrected ancient clef
11779         docu; added docu on ligatures
11780
11781 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11782
11783         * Documentation/user/glossary.tely,
11784         Documentation/user/refman.itely, input/les-nereides.ly,
11785         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11786         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11787         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11788         Stem properties: flag-style -> stroke-style, style -> flag-style.
11789
11790 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11791
11792         * scm/music-functions.scm (music-separator?): don't use name music
11793         property.
11794
11795 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11796
11797         * stepmake/stepmake/generic-targets.make (help): Document check
11798         target.
11799
11800         * lily/new-accidental-engraver.cc: Compile fix.
11801
11802 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11803
11804         * scripts/convert-ly.py: Add rule.
11805
11806         * input/test/music-creation.ly:
11807         * input/test/add-staccato.ly:
11808         * input/test/add-text-script.ly: ly-make-music.
11809
11810         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11811         More ly-make-music renamings.
11812
11813         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11814
11815         * lily/music-constructor.cc (make_music): Add debugging info.
11816
11817         * scm/music-functions.scm (make-simultaneous-music,
11818         (make-sequential-music, context-spec-music):
11819         * scm/music-types.scm (music-descriptions): Get lily to run.
11820
11821 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11822
11823         * lily/command-request.cc (transpose_key_alist): new function.
11824
11825         * lily/key-performer.cc (create_audio_elements): cleanup. 
11826
11827 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11828
11829         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11830
11831         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11832         events-accepted field.
11833
11834         * scm/music-types.scm: new file.
11835
11836         * lily/parser.yy: put music type initialization into scheme,
11837         similar to grob initialization.  Changes throughout.
11838
11839 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11840
11841         * Documentation/user/tutorial.itely: Fix links.
11842         
11843         * Documentation/index.texi: 
11844         * Documentation/header.html.in: 
11845         * Documentation/topdocs/index.tely: Small website fixes and updates.
11846
11847         * debian/: Debian patch by Anthony Fok.
11848
11849 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11850
11851         * Documentation/footer.html.in: How time flies: It's already 2002!
11852
11853         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11854         more descriptive link names than 'here'.
11855
11856         * ROADMAP: Remove test stuff.
11857
11858         * scripts/update-lily.py: Allow auto-building of stable and
11859         development versions.  Bugfixes.
11860
11861 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11862
11863         * VERSION: released 1.7.0
11864
11865         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11866
11867         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11868         positive line widths.
11869
11870 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11871
11872         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11873         go.  Fix comments.
11874
11875         * cygwin: Cygwin updates.
11876
11877 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11878
11879         * Documentation/windows/installing.texi (Top): version for python,
11880         urls for ghostscript (thanks to John Potelle)
11881         
11882         * lily/simultaneous-music-iterator.cc
11883         (Simultaneous_music_iterator): init children_list_ before
11884         triggering GC.
11885
11886         * lily/*-iterator.cc: be even more careful with smobbed copy
11887         constructors. 
11888
11889         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11890         LeftEdge item.
11891
11892 2002-09-15  Werner Lemberg  <wl@gnu.org>
11893
11894         Improving LilyPond's output to make them ordinary TeX boxes with
11895         predictable dimensions.  System boxes are now vertically centered on
11896         the baseline; this offset can be further controlled with
11897         \lilypondscoreshift.
11898
11899         * lily/system.cc (System::post_processing): Pass length of current
11900         system to `start-system' (including any horizontal indentation).
11901
11902         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11903         prettier.
11904         (lily-def): Append `%'.
11905         (start-system): Add parameter `wd'.  Output more TeX code to specify
11906         box dimensions.
11907         (stop-system, stop-last-system): Complement changes in
11908         `start-system'.
11909         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11910         Updated.
11911
11912         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11913         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11914         Write final `\endinput'.
11915
11916         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11917         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11918         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11919         files and macro definitions don't produce spurious spaces and
11920         paragraphs (using \endlinechar).
11921         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11922
11923         * Documentation/user/internals.itely: Improved formatting, fixing
11924         typos.  Added a section `Output details' to describe how the TeX
11925         code looks like.
11926
11927 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11928
11929         * lily/accidental-engraver.cc: Also work with partial measures.
11930
11931 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11932
11933         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11934         spanner.
11935
11936 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11937
11938         * lily/identifier-smob.cc (unpack_identifier): new file.
11939
11940         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11941         pass off scheme expressions as music identifiers.
11942
11943         * scm/lily.scm: reorganisation, cleanups.
11944
11945         * lily/main.cc: small cleanups.
11946
11947 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11948
11949         * lily/ly-module.{cc,hh}: new file.
11950
11951 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11952
11953         * lily/accidental-engraver.cc: Also work with partial measures.
11954
11955 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11956
11957         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11958
11959 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11960
11961         * lily/my-lily-lexer.cc: use SCM module in stead of
11962         Scheme_hash_table. Changes throughout.  
11963
11964 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11965
11966         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11967